----------------------------------------------------------
----------------------------------------------------------

 Default wordpress

----------------------------------------------------------
----------------------------------------------------------
*/
.attachment .entry-content .entry-caption
{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before
{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after
{
	content: '\00a0\2192';
}

#calendar_wrap
{
}

table#wp-calendar
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom:0 !important;
	border-spacing: 0;
}

#wp-calendar td
{
	padding: 6px !important;
}

#wp-calendar th
{
	padding: 3px 0 !important;
	font-weight: bold;
	text-align: center;
}

#wp-calendar
{
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.alignleft,
img .alignleft
{
	display: inline;
	margin: 0 15px 10px 0;
	float: left;
}

.alignright,
img .alignright
{
	display: inline;
	margin: 0 0 10px 15px;
	float: right;
}

.aligncenter,
img .aligncenter
{
	clear: both;
	display: block;
	margin: 0 15px 15px 15px;
}

.wp-caption
{
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 675px!important;
	padding: 5px;
	text-align: center;
}

.wp-caption img
{
	margin: 0 10px 10px 0;
}

.wp-caption p.wp-caption-text
{
	font-size: 14px;
	color: #aaaaaa;
	margin: 5px;
}

.wp-smiley
{
	margin: 0;
}

.sticky
{
    float: left;
}

.bypostauthor
{

}

.gallery
{
	margin: 0 auto 18px;
}

.gallery .gallery-item
{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.gallery-columns-2 .gallery-item
{
	width: 50%;
}

.gallery-columns-4 .gallery-item
{
	width: 25%;
}

.gallery img
{
}

.gallery-columns-2 .attachment-medium
{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail
{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption
{
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl
{
	margin: 0;
}

.gallery img
{
}

.gallery br+br
{
	display: none;
}

#content .attachment img
{
	display: block;
	margin: 0 auto;
}

.wp-smiley
{
	display: none;
}

.tag
{
    color: inherit!important;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Base Styles

----------------------------------------------------------
----------------------------------------------------------
*/
html,
body
{
    height: 100%;
}

body
{
    background: #f3f3f3;
    color: #222222;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

a
{
 	color: inherit;
}

a:active
{
	color: #000000;
}

::-moz-selection
{
	background: #000000;
	color: #ffffff;
	text-shadow: none;
}

::selection
{
	background: #000000;
	color: #ffffff;
	text-shadow: none;
}

::-webkit-input-placeholder
{
   color: #cccccc;
}

:-moz-placeholder
{
   color: #cccccc;
}

::-moz-placeholder
{
   color: #4f4f4f;
}

:-ms-input-placeholder
{
   color: #cccccc;
}

#left, 
#right 
{
	background: #ffffff;
	position: fixed;
	z-index: 99999;
}

#left, 
#right 
{
    top: 0; 
    bottom: 0;
    width: 60px;
}
		
#left 
{ 
    left: 0; 
}

#right 
{ 
    right: 0; 
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Preloader

----------------------------------------------------------
----------------------------------------------------------
*/
#preloader
{
    background: #ffffff;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

#preloader img
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 35px;
    height: 35px;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Logo

----------------------------------------------------------
----------------------------------------------------------
*/
#site-logo
{
    width: auto;
    margin: 25px 0 35px 0;
    text-align: center;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
}

#site-logo h1
{
    margin: 0;
    padding: 0;
    color: #222222;
}

#site-logo a:hover
{
	filter: alpha(opacity=60);
  	-khtml-opacity: 0.6;
  	-moz-opacity: 0.6;
  	opacity: 0.6;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Primary Navigation

----------------------------------------------------------
----------------------------------------------------------
*/
#primary
{
    background: #ffffff;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    padding: 20px 0;
    float: left;
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
}

#primary ul
{
    width: 100%;
    float: left;
    text-align: center;
}

#primary ul li
{
    color: #888888;
    display: inline;
	padding: 0 20px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

#primary ul li a
{
	position: relative;
    z-index: 9999;
}

#primary ul li a:hover,
#primary ul li.current_page_item a,
#primary ul li.current_page_item ul li a:hover
{
    color: #222222;
}
/* Second level dropdown */
#primary ul li.menu-item-has-children:after
{
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-top: 4px solid #bbbbbb;
    top: 5px;
    margin-left: 3px;
}

#primary ul li ul
{
	width: 200px;
	display: none;
	position: absolute;
	left: 5px;
	margin: 0;
	padding: 0;
    padding-top: 25px;
    margin-top: -25px;
	z-index: 99;
	border: none;
}

#primary ul li ul li
{
    background: #ffffff;
    margin: 0;
    padding: 10px 15px;
    margin-bottom: -15px;
	position: relative;
	z-index: 101;
	display: block;
	float: none;
	text-align: left;
}

#primary ul li.current-menu-item ul li a
{
    color: #222222;
}
/* mobile navigation */
a.open
{
    width: 40px;
    height: 30px;
    background: #222222 url("../img/menu.png") center center no-repeat;
    text-indent: -9999px;
    position: fixed;
    z-index: 999999;
}

a:hover.open
{
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#pageslide
{
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 250px;
    padding: 0;
    background: #222222;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

#pageslide ul
{
    list-style: none;
    margin-top: 15px;
    float: left;
}

#pageslide ul li
{
    width: 220px;
    display: block;
    list-style: none;

    margin-left: -20px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #333333;
}

#pageslide ul li ul
{
    display: none;
    margin: 0;
    padding: 15px 0 35px 5px;
}

#pageslide ul li ul li
{
    padding: 10px 0 0 30px;
    border-bottom: none;
}

#pageslide ul li a
{
	color: #ffffff;
}

#pageslide ul li:last-child
{
    border-bottom: none;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Content

----------------------------------------------------------
----------------------------------------------------------
*/
#content
{
    width: 100%;
	float: left;
	position: relative;
	z-index: 101;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content a
{
    font-weight: 600;
}

#content a:hover
{
    color: #222222;
}

#content img
{
    max-width: 100%;
    max-height: 100%;
}

.section
{
    width: 100%;
	margin: 50px 0;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section img
{
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Image Module

----------------------------------------------------------
----------------------------------------------------------
*/
#image-header
{
    background: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
    overflow: hidden;
}

#image-header img
{
    width: 100%;
    height: auto;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4; 
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Slider Module

----------------------------------------------------------
----------------------------------------------------------
*/
.swiper-container
{
    background: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
    overflow: hidden;
}

.swiper-slide
{
	position: relative;
}

.swiper-slide img
{
    width: 100%;
    height: auto;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4; 
}

.swiper-slide .slide-content
{
	width: 100%;
    background: transparent;
    position: absolute;
    z-index: 50;
    text-align: center;
}

.swiper-slide h1
{
    color: #ffffff;
    margin-bottom: 20px;
}

.swiper-slide p
{
    color: #ffffff;
}

.swiper-slide a.button
{
    color: rgba( 255, 255, 255, 0.7 )!important;
    border-color: rgba( 255, 255, 255, 0.7 );
    margin-top: 25px;
}

.swiper-slide a:hover.button
{
    background: #ffffff;
    color: #222222!important;
    border-color: #ffffff!important;
}

.swiper-slide:hover
{
    cursor: hand;
    cursor: -webkit-grab;
}

.swiper-slide:active
{
    cursor: hand;
    cursor: -webkit-grabbing;
}

a.arrow-left,
a.arrow-right
{
    z-index: 9999;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

a:hover.arrow-left,
a:hover.arrow-right
{
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5; 
}
 
a.arrow-left 
{
    background: url("../img/slider-arrows.png") no-repeat left top;
    left: 50px;
    width: 17px;
    height: 30px;
}

a.arrow-right {
    background: url("../img/slider-arrows.png") no-repeat left bottom;
    right: 50px;
    width: 17px;
    height: 30px;
}

.scroll-more 
{
    display: block;
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 99;
    margin-left: -26px;
    width: 52px;
    height: 23px;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5; 
    -webkit-animation: flash 4s infinite;
    animation: flash 4s infinite;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all; 
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Portfolio Module

----------------------------------------------------------
----------------------------------------------------------
*/
#folio
{
    width: 100%;
    float: left;
    position: relative;
    z-index: 101;
}

#folio ul
{
    text-align: center;
}

#folio ul li
{
    background: #000000;
	position: relative;
	overflow: hidden;
	float: left;
}

#folio ul li a img
{
    width: 100%;
    height: auto;
    margin-right: 1px;
    -webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
}


#folio ul li a:hover img
{
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
     transform: scale(1.5);
}

#folio ul li .caption
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    text-align: center;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: 150ms linear all;
	-moz-transition: 150ms linear all;
	transition: 150ms linear all;
}

#folio ul li a:hover .caption
{
    height: 100%;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#folio ul li .caption-content
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#folio ul li .caption h6
{
    color: #ffffff;
    color: rgba( 255, 255, 255, 0.8 );
    margin-bottom: 5px;
    font-weight: 900;
}

#folio ul li .caption h6:after
{
    background: #ffffff;
    background: rgba( 255, 255, 255, 0.6 );
}

#folio ul li .caption span
{
    color: #aaaaaa;
    color: rgba( 255, 255, 255, 0.4 );
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
}

#folio ul li .caption [class^="icon-"]:before,
#folio ul li .caption [class*=" icon-"]:before 
{
    color: #aaaaaa;
    color: rgba( 255, 255, 255, 0.2 );
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 15px;
}

#filters
{
    background: #f7f7f7;
    border-left: 60px solid #ffffff;
	border-right: 60px solid #ffffff;
    padding: 10px 0;
    margin-top: 70px;
    margin-left: -60px;
    width: 100%;
    position: fixed;
	z-index: 999;
	float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav#filter
{
	text-align: center;
}

nav#filter ul li
{
    display: inline-block;
    padding: 0 5px;
}

nav#filter ul li a
{
    padding: 0 10px;
    color: #888888;
    font-size: 12px;
    font-weight: 500;
}

nav#filter li a.current,
nav#filter li a:hover
{
    color: #222222!important;
}

/* single portfolio */
#single-portfolio
{
    width: 100%;
    margin-top: -55px;
    float: left;
}

#single-portfolio .single-post img.featured
{
	width: 100%;
	height: auto;
	margin-bottom: 75px;
	float: left;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Footer

----------------------------------------------------------
----------------------------------------------------------
*/
footer#footer
{
    background: #ffffff;
    border-top: 1px solid #f3f3f3;
    width: 100%;
    padding: 25px 0 5px 0;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

footer#footer p,
footer#footer li,
footer#footer a
{
    font-size: 13px;
    font-weight: 500;
    color: #888888;
}

footer#footer li
{
    line-height: 32px;
    list-style: square;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Social Module

----------------------------------------------------------
----------------------------------------------------------
*/
#social li
{
    display: inline;
    margin: 0!important;
    margin-left: 10px!important;
}

#social li [class^="icon-"]:before,
#social li [class*=" icon-"]:before
{
    font-size: 16px;
    color: #cccccc;
    -webkit-transition: 150ms linear all;
	-moz-transition: 150ms linear all;
	transition: 150ms linear all;
}

/* facebook */
#social li.facebook:hover [class^="icon-"]:before,
#social li.facebook:hover [class*=" icon-"]:before
{
    color: #3b5998;
}
/* twitter */
#social li.twitter:hover [class^="icon-"]:before,
#social li.twitter:hover [class*=" icon-"]:before
{
    color: #00aced;
}
/* google+ */
#social li.googleplus:hover [class^="icon-"]:before,
#social li.googleplus:hover [class*=" icon-"]:before
{
    color: #dd4b39;
}
/* linkedin */
#social li.linkedin:hover [class^="icon-"]:before,
#social li.linkedin:hover [class*=" icon-"]:before
{
    color: #007bb6;
}
/* dribbble */
#social li.dribbble:hover [class^="icon-"]:before,
#social li.dribbble:hover [class*=" icon-"]:before
{
    color: #ea4c89;
}
/* pinterest */
#social li.pinterest:hover [class^="icon-"]:before,
#social li.pinterest:hover [class*=" icon-"]:before
{
    color: #cb2027;
}
/* youtube */
#social li.youtube:hover [class^="icon-"]:before,
#social li.youtube:hover [class*=" icon-"]:before
{
    color: #bb0000;
}
/* vimeo */
#social li.vimeo:hover [class^="icon-"]:before,
#social li.vimeo:hover [class*=" icon-"]:before
{
    color: #1ab7ea;
}
/* skype */
#social li.skype:hover [class^="icon-"]:before,
#social li.skype:hover [class*=" icon-"]:before
{
    color: #12A5F4;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Contact Module

----------------------------------------------------------
----------------------------------------------------------
*/
#contactform #form-messages
{
    width: 100%;
    float: left;
}

#contactform input[type="text"],
#contactform input[type="number"],
#contactform textarea
{
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.02 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select
{
    width: 100%;
    margin-bottom: 15px;
    background: #ffffff;
    border: 0x solid #eeeeee;
    box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.02 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectform {  border: 1px solid #eeeeee; color:#919191;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.02); height:50px; border-radius:0px; }


#contactform input[type="submit"]
{
    padding: 15px 20px;
    position: relative;
    z-index: 25;
}

#contact_form textarea
{
    min-height: 200px;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#gmap
{
    width: 100%;
    margin-bottom: 75px;
    float: left;
    position: relative;
    z-index: 150;
}

#gmap iframe
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.map-overlay
{
   background: transparent;
   position: relative;
   width: 100%;
   float: left;
   z-index: 200;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 FourOhFour

----------------------------------------------------------
----------------------------------------------------------
*/
body.error404
{
    background: #ffffff!important;
}

body.error404 #content
{
    margin: 0;
    padding: 0;
}

#fourohfour
{
    width: 300px;
    margin: 0 auto;
    margin-top: 18%;
}

#fourohfour h2
{
    margin-top: 50px;
    margin-bottom: 15px;
}

#fourohfour .button
{
    margin-top: 25px;
    padding-bottom: 15px;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Search

----------------------------------------------------------
----------------------------------------------------------
*/
#searchform
{
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

#searchform input[type="text"]
{
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin: 50px 0;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 3px 0 rgba( 0, 0, 0, 0.02 );
}

#searchform label,
#searchform input[type="submit"]
{
    display: none;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Posts

----------------------------------------------------------
----------------------------------------------------------
*/
#articles
{
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: -55px;
    padding-bottom: 75px;
    margin-bottom: -80px;
    float: left;
}

.post
{
    padding-top: 60px;
    margin: 0 auto;
}

.post h2
{
    margin-bottom: 15px;
}

.post h2 a
{
    color:  #222222!important;
}

.post img
{
	width: 100%;
	height: auto;
	margin-top: 3px;
	margin-bottom: 25px;
	float: left;
}

.format-audio .featured-image
{
    margin-bottom: 0;
}

.format-video iframe
{
	width: 100%;
	margin-bottom: 15px;
	height: 500px;
}

.post .reading-time
{
    color: #888888;
    font-size: 14px;
}

.post .read-more a
{
    text-transform: capitalize;
    border-bottom: 1px dotted;
}
/* single post */
#single
{
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: -55px;
    padding-bottom: 75px;
    margin-bottom: -80px;
    float: left;
}

#single .single-post img.featured
{
	width: 100%;
	height: auto;
	margin-bottom: 75px;
	float: left;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Social Share

----------------------------------------------------------
----------------------------------------------------------
*/
#social-share
{
    width: 100%;
    float: left;
    border-top: 1px solid #f3f3f3;
    margin-top: 15px;
    padding-top: 50px;
    padding-bottom: 25px;
}

#social-share a
{
    width: 33.33333%;
    border: none;
    padding: 12px 15px 15px 15px;
    float: left;
    color: #ffffff!important;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#social-share a.social-facebook
{
    background: rgba( 59, 89, 152, 1 );
}

#social-share a:hover.social-facebook
{
    background: rgba( 59, 89, 152, 0.8 );
}

#social-share a.social-twitter
{
    background: rgba( 0, 172, 237, 1 );
}

#social-share a:hover.social-twitter
{
    background: rgba( 0, 172, 237, 0.8 );
}

#social-share a.social-google
{
    background: rgba( 221, 75, 57, 1 );
}

#social-share a:hover.social-google
{
    background: rgba( 221, 75, 57, 0.8 );
}

#social-share [class^="icon-"]:before,
#social-share [class*=" icon-"]:before
{
    color: #ffffff!important;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 4px;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Related Posts

----------------------------------------------------------
----------------------------------------------------------
*/
#related-posts
{
    padding-top: 25px;
}

#related-posts li
{
    list-style: square;
}

#related-posts li p
{
    margin-bottom: 0.5em;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Postmeta

----------------------------------------------------------
----------------------------------------------------------
*/
.postmeta
{
    width: 100%;
    margin-bottom: 25px;
    color: #888888;
	float: left;
}

.postmeta:after
{
    display: block;
    height: 3px;
    background-color: #222222;
    content: " ";
    width: 35px;
    margin-top: 25px;
}

.postmeta,
.postmeta a
{
    font-size: 14px;
}

.postmeta a:hover
{
    color: #222222!important;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Pagination

----------------------------------------------------------
----------------------------------------------------------
*/
.pagination
{
    width: auto;
	margin-top: 5px;
    font-size: 14px!important;
	font-weight: 600!important;
	color: #222222;
}

.pagination .current
{
    padding: 5px 10px;
    border-radius: 3px;
}

.pagination a.page-numbers
{
    font-size: 14px!important;
	font-weight: 600!important;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 2px;
}

.pagination a:hover
{
    color: #ffffff!important;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Postnavi

----------------------------------------------------------
----------------------------------------------------------
*/
.postnavi
{
	width: 50%;
}

.postnavi ul li
{
    margin-right: 5px;
    display: inline;
}

.postnavi ul li a
{
	color: #222222!important;
	font-weight: 600!important;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Comments

----------------------------------------------------------
----------------------------------------------------------
*/
#commentbox
{
    width: 100%;
    margin-top: 100px;
    padding: 75px 0 0 0;
	float: left;
}

#commentbox h3
{
	font-size: 24px;
}

ul#comments .comment-body
{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #cccccc;
}

ul#comments .comment-author
{
	width: 90px;
	float: left;
}

ul#comments .comment-meta
{
	margin-bottom: 10px;
	font-size: 12px;
}

ul#comments img.avatar
{
    margin: 3px 15px 0 0;
    border-radius: 2px;
	float: left;
}

ul#comments .comment-body p
{
    font-size: 16px;
}

ul#comments .reply a
{
	background: #dddddd;
	font-size: 12px;
	padding: 2px 8px;
	margin-top: -15px;
	float: right;
}

ul#comments .reply a:hover
{
    color: #ffffff;
}

ul#comments li ul.children
{
	list-style: none;
}

#respond label
{
	font-size: 13px;
}

#respond input[type="text"],
#respond textarea
{
	width: 100%;
	float: left;
}

#respond textarea
{
    margin-top: 15px;
}

#respond p.form-allowed-tags,
#respond p.logged-in-as
{
	font-size: 14px;
}

#respond code
{
	background: none;
	border: none;
	font-size: 13px;
}

p.comment-notes
{
	width: 100%;
	font-size: 1em;
	margin-bottom: 35px;
}

.fn,
.says,
.comment-form-comment label
{
	display: none;
}
/*
----------------------------------------------------------
----------------------------------------------------------

 Shortcodes

----------------------------------------------------------
----------------------------------------------------------
*/
/* audio player */
#standalone_player
{
    width: 100%;
    float: left;
}

.jp-interface
{
	background: #222222;
	width: 100%;
	height: 35px;
	margin-bottom: 25px;
	padding: 5px 0;
	float: left;
	position: relative;
	z-index: 9999;
}

.jp-interface ul li
{
	width: 15px;
	list-style: none;
	float: left;
	margin-left: 5px;
	position: relative;
	z-index: 25;
}

.jp-controls
{
	margin-top: 7px;
}

.jp-play,
.jp-pause
{
	height: 12px;
	margin-top: 5px;
	margin-left: -10px;
	float: left;
	position: relative;
	z-index: 999;
}

.jp-progress
{
	height: 1px;
	background: rgba(255, 255, 255, 0.05);
	margin-top: 17px;
	margin-left: 35px;
	cursor: pointer;
}

.jp-play-bar
{
    background: #ffffff;
	height: 1px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.jp-seek-bar
{
	width: 5px;
	height: 5px;
}
/* progressbar */
.progressbar
{
	width: 100%;
	height: 30px;
	background-color: #dddddd;
	border-radius: 25px;
}

.progressbar div
{
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	line-height: 30px;
	width: 0;
	border-radius: 25px;
}

.progressbar div span
{
    position: absolute;
    z-index: 999;
}
/* pricing */
.pricing
{
    background: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
    border-radius: 2px;
}

.pricing .head
{
    background: #222222;
    position: relative;
    font-size: 18px;
    font-weight: 600!important;
    color: #ffffff;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px 2px 0 0;
    padding: 20px;
}

.pricing .head:after
{
    display: inline-block;
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #222222;
    border-bottom-width: 0;
}

.pricing .content ul,
.pricing .content li
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing .content li
{
    font-size: 15px;
    line-height: 1em;
    padding: 15px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.pricing .content li:first-child
{
    padding: 5px 20px 15px 20px;
}

.pricing .content li:last-child
{
    border-bottom: none;
}

.pricing .content li.price
{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 25px 20px 15px 20px;
}