h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit;}
img{border: 0;}
body{
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
html{
	height: 100%;
}

body.black-skin{
	color: #424242;
	background: #161616;
}
pre, code {
	clear: both;
	overflow: auto;
	margin: 1.5em 0em;
	padding: 10px;
	border: 1px solid rgb(0,0,0);
	border: 1px solid rgba(0,0,0,0.3);
	white-space: pre;
	color: inherit;
	line-height: 1.6;
}

iframe, fieldset{margin: 0;padding:0;border: 0;}



section#main{z-index: 0;padding-top: 0px;}


section#main > .row > .columns{z-index: 0;}

/*Default Wordpress styles*/

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	max-height: 100%;
	padding: 5px;
	border:1px solid rgba(0,0,0,0.08);
}

.black-skin .entry-content img,
.black-skin .comment-content img,
.black-skin .widget img {
	border:1px solid rgba(255,255,255,0.1);
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
p img,
.wp-caption {
	margin: 0;
}
.wp-caption {
	margin-bottom: 25px;
	padding: 0;
	max-width: 100%;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: inherit;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	position: relative;
	margin-bottom: 0;
	padding: 10px 0 5px 40px;
}
.wp-caption .wp-caption-text:before {
	position: absolute;
	top: 7px;
	left: 10px;
	margin-right: 5px;
	content: '\2014';
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
.gallery {
	margin: 0;
}
.gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	padding-right: 2%;
	width: 23%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
	padding: 0;/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
}
.wp-caption img {
	border-color: transparent;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
	border-color: #bbb;/* Add some useful style to those fancy borders for linked images ... */
	background: transparent;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	border-color: transparent;/* ... including captioned images! */
	background: transparent;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Floated content doesn't work well at this size */
.alignleft,
.alignright {
	display: block;
	float: none;
	margin-right: 0;
	margin-left: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
dl.gallery-item {
	margin: 0;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

/* Elements */
.clear{clear: both;}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

.hide{display: none;}
.element{position: relative;margin-bottom: 30px !important;}

.content-title{
    font-size: 22px;
    font-weight: 300;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
}
.content-title span{
    width: 35%;
    margin: 0 auto;
}
.content-title:before{
    position: absolute;
    content: '+';
    color: #8c8c8c;
    top: 50%;
    left: -3px;
    font-size: 13px;
    margin-top: -7px;
}
.content-title:after{
    position: absolute;
    content: '+';
    color: #8c8c8c;
    top: 50%;
    right: -3px;
    font-size: 13px;
    margin-top: -7px;
}
.content-title span:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    height: 1px;
    background: url('../../images/separator-dots.png');
    display: block;
    width: 32%;
}
.content-title span:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    height: 1px;
    background: url('../../images/separator-dots.png');
    display: block;
    width: 32%;
}
body.black-skin .content-title{
	color: #8f8f8f;
}

.content-title > em {
    display: block;
	font-size: 14px;
	font-style: normal;
	margin-top: 3px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.carousel-title{
	margin: 0 15px -20px;
}
.fl{float: left;}
.fr{float: right;}
.i-b{display: inline-block;}
.featbg article{display: block;max-width: 100%;}
.cat-title{
	margin-bottom: 50px;
}
.cat-title h2{
	margin: 0;
	font-weight: 300;
	color: #5f5f5f;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
.cat-title h2 span { display: inline-block;}
.isdiv{display: block !important;}
.mtb{margin: 30px 0;}

/* Delimiters */
.margin_15px { margin: -15px 0 15px 0; }
.margin_30px { margin-bottom: 30px; }
.margin_60px { margin: 30px 0 60px 0; }

.masonry {position: relative;margin: 0 -15px !important;max-width: 1170px;}
.masonry article{
    float: left;
    margin: 0;
}

/* Site block elements */

header#top{
	position: relative;
	clear: both;
}
header#top:after {
	content: '';
	display: table;
	width: 100%;
}
#colophon{padding-bottom: 0.1px;}

#header-container > .delimiter{
	margin-bottom: 20px;
}
#header-container{
	position: relative;
}

#page{
	position: relative;
	overflow: hidden;
}

#search-signin{
	text-align: right;
}
/* Entry meta */

.entry-meta, .entry-meta ul{
	display: inline-block !important;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-meta{
	display: block;
}
.entry-meta{
	margin-bottom: 15px;
}
.entry-meta li{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto !important;
	font-size: 10px;
	zoom: 1;
	*display: inline;
}

.entry-meta li a { display: inline !important; }
.entry-meta li:first-child:before{
	content: " ";
}
.entry-meta li li:before{
	content: "•   \00a0" ;
}
.entry-meta li.author:before{
	content: "" ;
}
.entry-meta li:after{
	content: "\00a0" ;
}
.entry-meta li ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
	zoom: 1;
	*display: inline;
}
.entry-meta li ul li:before{
	content: "";
}
.entry-meta li ul li:after{
	content: ', ';
}
.entry-meta li ul li:last-child:after{
	content: '';
}
.entry-meta li ul.category li a{
	padding: 2px 5px;
}
.entry-meta li ul.category li{
	margin-right: 10px;
}
.entry-meta li ul.category li:last-child{
	margin-right: 0px;
}
.entry-meta li ul.category li:after{
	content: ' ';
}
.entry-meta li ul.post-admin li:after{
	content: "•   \00a0";
}

.entry-meta li ul.post-admin li:last-child:after{
	content: " ";
}

/* Entry info */

.entry-info{
	float: right;
	margin-left: 10px;
	width: 35px;
	border-left: 1px solid #f5f5f5;
	border-left: 1px solid rgba(0,0,0,0.15);
}
.entry-info ul{
	margin: 0;
	padding: 0;
}

/* Tabment view */

.tabment-view .tabment{

}
.tabment-view .tabment .tabment-tabs{
	float: left;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	width: 100%;
	list-style-type: none;
	text-align: center;
	/*border-bottom: 1px solid #FC6453;*/
}
.tabment-view .tabment .tabment-tabs > li{
	display: inline-block;
	margin: 0 5px 0 0;
}
.tabment-view .tabment .tabment-tabs > li a{
	display: block;
	padding: 3px 10px;
	color: inherit;
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.tabment-view .tabment .tabment-tabs > li a.active{
	background: #121212;
	color: #FFF;
}
body.black-skin .tabment-view .tabment .tabment-tabs > li a.active{
	background: #3C3C3A;
}
.tabment-view .tabment-container .tabment-tabs-container{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabment-view .tabment-container .tabment-tabs-container > li{
	display: none;
}
.tabment-view .tabment-container .tabment-tabs-container > li:first-child{
	display: block;
}


/* Single comments */

/* Comments */
.comment-here,.comment-here:hover{
	color:#666 !important;
	cursor: default !important;
}
.cosmo-comment-plain{
	margin:0;
	list-style: none;
}
.cosmo-comment-plain li.comment{
	display:inline-block;
	clear:both;
	margin:0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	width: 100%;
	list-style-type: none;
	font-size: 12px;
	background: url('../../images/separator-dots.png') repeat-x bottom left;
}
.cosmo-comment-plain li.comment:last-child{
	background: none;
}
.cosmo-comment-plain li.comment .comment-body{min-height: 65px;}
.cosmo-comment-plain li.comment .cosmo-comment-thumb{float:left;margin: 0 20px 0 0;padding: 5px;border: 1px solid #e8e8e8;border-radius: 4px;background: #FFF;line-height: 0;}
.cosmo-comment-plain li.comment .cosmo-comment-textinfo{margin-bottom: 10px;line-height: 15px;font-size: 11px;color: #8f8f8f;}
.cosmo-comment-thumb img{ width:70px; height: 70px; }
.cosmo-comment-plain li.comment .user{ }
.cosmo-comment-plain li.comment .time{ }
.cosmo-comment-plain li.comment .reply{display: inline-block;margin-top: -1px;zoom: 1;*display:inline;}
.cosmo-comment-plain li.comment .reply a{padding-left:18px;background: url(../../images/comment.reply.png) no-repeat left center;}
.cosmo-comment-list ul.children{padding-left:60px;}
p.comment-subscription-form{clear:both;margin-bottom: 10px;}
em.comment-awaiting-moderation{display: inline-block;margin-top:10px;color: #004385;font-size: 12px;}
.cosmo-comment-quote p{
	font-size: 12px;
}
#respond form p {
	display: block;
}
#respond form p.logged-in-as {
	display: block;
	background: none;
	margin-top: 10px;
}

#respond input{
	display: block;
	float: none;
	padding: 0;
	width: 100%;
	font-size: 11px;
	line-height: 27px;;
	height: 27px;
	border: 0;
	border-bottom: 1px solid #D9D9D9;
	font-style: italic;
	background: transparent;
}
body.black-skin #respond input{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #efefef;
}

#respond textarea{
	overflow-y: auto;
	padding: 0 0 0 5px;
	width: 100%;
	line-height: 25px;
	border: 0;
	color: #444;
	background: url('../../images/black-textarea-lines.png') 0 24px;
	font-style: italic;
	min-height: 125px;
	margin-top: 2px;
	font-size: 11px;
}
body.black-skin #respond textarea{
	color: #efefef;
	background: url('../../images/white-textarea-lines.png') 0 24px;
	color: #efefef;
}
#comments {
	padding: 30px 0 60px;
}
#comments p.form-submit #submit{
	float: left;
	margin: 25px 0 20px 15px;
	padding: 0 25px;
	width: auto;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	border: 0 none;
	box-shadow: none;
	line-height: 54px;
	height: 37px;
	background: url('../../images/comment-plus.png') center top no-repeat;
	font-style: normal; 
}
body.black-skin #comments p.form-submit #submit{
	background: url('../../images/comment-plus.png') center -35px no-repeat;
	border-bottom: 1px solid #5C5C5C;
}
.form-submit {
	width: 16.6667%;
	float: left;
}

body.black-skin #comments p.form-submit #submit{
	color: #efefef;
	border: 0 none;
}

#respond p.comment-notes{ margin:30px 0;background: none;}

#respond input[type="checkbox"] {
	float: left;
	margin: 7px 10px 0 0;
	height: auto;
}

/* Post author highlighting */
.cosmo-comment-list > li.bypostauthor {
	border-color: transparent;
}
.cosmo-comment-list > li.bypostauthor .cosmo-comment-textinfo, .cosmo-comment-list .children > li.bypostauthor .cosmo-comment-textinfo {
	/* color: #004385; */
}

/* Quote element */

.quote-element{
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
}

/* Breadcrumbs */
.breadcrumbs ul {
    list-style-type: none;
    margin: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 11px;
}
.breadcrumbs ul li:not(:first-child):before {
    color: #CCCCCC;
    content: "\e805";
    display: inline-block;
    font-family: 'fontello';
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    margin: 0 10px;
}


/*Search form*/
#searchform fieldset {position: relative;padding: 0;width: 100%;border: 0;}
#searchform { display: block;margin: 0; margin-top: 0;width: 100%;}
body.black-skin #searchform input[type="text"]{
	background: #454545;
	color: #ababab;
}
#searchform input[type="text"]{
	float: left;
	margin: 0;
	border-radius: 0px;
	text-indent: 5px;
	color: inherit;
	color: #999;
}
.widget_search #searchform .button ,
.searchbar #searchform .button{
	float: left;
	padding: 0 2.5%;
	width: 30%;
	opacity: 0;
	display: none;
}
.excerpt{
	font-size: 12px;
}
article.single-post .entry-content{
	margin-bottom: 30px;
	font-size: 14px;
}
article.single-post .entry-content p{
	font-size: 14px;
}
.tags-title{clear: both;margin-bottom: 15px;cursor: default;}
.single-tags{font-size: 12px;line-height: 12px;margin-bottom: 20px;}
.single-tags a:not(:last-child):after{
	content: ', ';
}
.share-container{
	padding-bottom: 50px;
}

.share-container:after{
	content: '';
	display: block;
	clear: both;
}
.article-share{z-index: 999;clear: both;}
.share-opened{
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #555;
	cursor: pointer;
	text-transform: uppercase;
}
.zoom-image {
	position: absolute;
	bottom:15px;
	right:15px;
	z-index: 9999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.featimg:hover > .zoom-image{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.zoom-image a {
    display: block;
	color: #999999;
	border: 1px solid #999999;
	background: transparent;
    font-size: 14px;
    height: 30px;
    line-height: 30px !important;
    padding-left: 0.26em;
    text-align: center;
    width: 30px;	
}
#comments #reply-title { margin: 0 15px !important; }

#reply-title, #comments-title, .related-title {
    color: inherit;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    background: url('../../images/separator-dots.png') repeat-x bottom left;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.related-title {
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
    background: none;
    padding: 0;
}

#reply-title span, #comments-title span, .related-title span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.subtext, .subtext p {
	font-weight: bold !important;
	margin: 0;
}
.subtext p:last-child {
    margin-bottom: 25px;
}
.portfolio-single .subtext {
    margin-bottom: 25px;
}

/* Related tabs */
.related-tabs{
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-type: none;
	line-height: 1;
}
.related-tabs li{
	display: inline-block;
	margin: 0 5px 0 0;
	height: 35px;
	line-height: 35px;
	zoom: 1;
	*display: inline;
	color: #FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.related-tabs li a{
	display: block;
	padding: 0 10px;
}
.related-tabs li.active{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#related-author{
	display: none;
}
.thumb-view.related-tabs .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-title h2{
	font-size: 16px;
	line-height: 1.4;
}

.related-posts > div{
	display: none;
}
.related-posts > div:first-child{
	display: block;
}

.related-posts.thumb-view div.entry-content ul > li.entry-content-title h4{
	font-size: 16px;
	line-height: 1.4;
}
.related-posts.thumb-view div.entry-content ul > li.entry-content-category > ul.category-list li, .related-posts.thumb-view div.entry-content ul > li.entry-content-date{
	font-size: 11px;
}


/* Popular tags */

.popular-tags{
	z-index: 1;
	font-size: 12px;
}
.full_width_row .popular-tags{
	border: 0 none;
	border-bottom: 1px solid #d5d5d5;
	line-height: 37px;

}
.popular-tags > ul{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}
.popular-tags > ul > li{
	display: inline-block;
	margin: 0;
	line-height: 20px;
}
.popular-tags > ul > li > a{
	font-size: 12px;
	line-height: 23px;
	display: inline-block;
	padding: 0 7px;
}

/* Likes */

span.like{
	display: inline-block;
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

span.like em{
	font-style: normal;
	font-size: inherit;
}
span.like em:before{
	color: #FC6453;
}
span.like.voted em:before{
	color: #E04D45;
}
span.like:hover em:before{
	color: #F47069;
}
span.like.voted:hover em:before{
	color: #F76F67;
}
span.like i{
	font-style: normal;
}



/* Audio player */
.audioplayer_container{
	margin-bottom: 3px;
}
.single .audioplayer_container{
	margin-bottom: 25px;
}
.audioplayer_container object{
	width: 100%;
	height: 24px;
}
.list-view .audioplayer_container{
	line-height: 1;
	margin: 0;
}
/* Attached file */
.attach{
	padding: 10px;
	border-top: 1px solid rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.attach a{
	padding-left: 7%;
	font-size: 16px;
}
.cosmo-tabs .attach{border: 0;border-radius: 0;box-shadow: 0 0 0 #FFF;}

/* Load more button */
.load-more{
	margin: 0 auto 30px auto;
	width: 500px;
	height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	line-height: 35px;
	background: #FFF;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	border: 1px solid rgba(0, 0, 0, 0.1);
	letter-spacing: 3px;
	color: #666;
	max-width: 100%;
}
.load-more:hover{
	color: #FC6453;
}
body.black-skin .load-more{
	background: #000;
}

/* No margin rows */
#page.boxed #header-container > .row,
#page.boxed > section#main > .main-container > .row,
#page.boxed > footer > .row,
#page.boxed #header-container > div.full_width_row > .row,
#page.boxed > section#main > .main-container > div.full_width_row > .row,
#page.boxed > footer > div.full_width_row > .row{
	padding-right: 15px;padding-left: 15px;
}

#page #header-container > .row.row_no_margin,
#page.boxed #header-container > .row.row_no_margin,
#page > section#main > .main-container > .row.row_no_margin,
#page.boxed > section#main > .main-container > .row.row_no_margin,
#page > footer > .row.row_no_margin,
#page.boxed > footer > .row.row_no_margin,

#page #header-container > .full_width_row > .row.row_no_margin,
#page.boxed #header-container > .full_width_row > .row.row_no_margin,
#page > section#main > .main-container > .full_width_row > .row.row_no_margin,
#page.boxed > section#main > .main-container > .full_width_row > .row.row_no_margin,
#page > footer > .full_width_row > .row.row_no_margin,
#page.boxed > footer > .full_width_row > .row.row_no_margin
{
	padding: 0;
}
#page.boxed div.row_no_margin > .columns:first-child, #page div.row_no_margin > .columns:first-child{
	padding-left: 0;
}
#page.boxed div.row_no_margin > .columns:last-child, #page div.row_no_margin > .columns:last-child{
	padding-right: 0;
}
.full_width_row { position: relative; }
.full_width_row:after{content: '';display: block;height: 0.01px;}
div.row_no_margin + div.row > div > div, div.full_width_row + div.row > div > div{
	border: 0 none;
}
div.row_no_margin .main-menu-top{
	padding-left: 30px;
}
div.full_width_row .main-menu-top{
	border: 0 none;
	box-shadow: 0 0 0;
}
.full_width_row.full_width_content_row  .row{width: 100%;}
.full_width_row.full_width_content_row > .row{
	margin: 0;
}
.full_width_row.full_width_content_row > .row > .columns, .full_width_row.full_width_content_row > .row > .columns > .row > .columns{padding: 0;}
.full_width_row.full_width_content_row > .row > .columns > .row, .full_width_row.full_width_content_row > .row > .columns > .row > .columns > .row{margin: 0;}

.full_width_row.full_width_content_row .masonry { margin: 0 !important; }

.row > div:last-child .mobile-login-sub-menu{
	right: 0px;
}
.header-signin-container{
	display: inline-block;
}

.header-signin, .header-signin:hover{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 33px;
	line-height: 33px;
	padding-left: 1em;
	padding-right: 1.2em;
	position: relative;
}
li.signin dd{
	font-size: 13px;
	display: inline;
	position: static;
	font-weight: normal;
}
.header-signin .sf-sub-indicator{
	display: none;
}
.row > div:last-child .mobile-login-sub-menu{
	right: 0px;
}

.header-signin .icon-author { font-size: 16px; }


.row > .columns:last-child .cosmo-icons ul li.signin > ul {
	left: auto;
	right: 0;
}
.cosmo-icons ul li.signin:hover > ul, .row > .columns:last-child .cosmo-icons ul li.signin:hover > ul { display: block; }
.cosmo-icons ul li.signin li a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	color: inherit;
}

.header-user-menu{ float: right;}

.mobile-select-sub-menu, .select-menu, .mobile-select-top-sub-menu{display: none;}


/* Responsive menu */
@media only screen and (min-width: 240px) and (max-width: 480px){
	.main-menu-top, .mobile-login-menu li.signin{display: none;}
	.mobile-select-sub-menu, .select-menu, .mobile-select-top-sub-menu {display: inline-block;width: 100%;}
	.sf-menu{display: none;}
}

/* Footer menu */
.footer-menu{margin: 0;}
.footer-menu li{
	display: inline-block;
	padding: 0 10px;
}
.footer-menu li:first-child{
	padding-left: 0px;
}
.footer-menu li .children, .footer-menu li.more-menu-item{
	display: none;
}


a.format-video { 
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 9;
	display: block;
	width: 100%;
	height: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

/* Cosmo buttons */
p.submit{ display: inline-block;font-family: Arial;}
p.submit input{ float: left;}
p.submit input[type="submit"], p.submit input[type="button"], .inp_button{    
	border-radius: 0;
    cursor: pointer;
    height: 35px;
    color: #555555;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    text-transform: uppercase;
    background: #f6f6f6;
    background: -moz-linear-gradient( #f6f6f6 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: -o-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
    background: linear-gradient( #f6f6f6 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=1 );
    -moz-box-shadow: inset 0 1px 1px #FFF;
    -webkit-box-shadow: inset 0 1px 1px #FFF;
    box-shadow: inset 0 1px 1px #FFF;
}

p.submit input[type="submit"]:hover, p.submit input[type="button"]:hover, .inp_button:hover { 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6; 
}

p.submit.blue input[type="submit"],p.submit.blue input[type="button"]{
  border: 1px solid #5aa0d1;
  border-radius: 3px;
  background: #71c2fb; /* Old browsers */
  background: -moz-linear-gradient(top,  #71c2fb 0%, #5aa0d1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71c2fb), color-stop(100%,#5aa0d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* IE10+ */
  background: linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* W3C */
  text-shadow: 1px 1px 0px #5aa0d1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c2fb', endColorstr='#5aa0d1',GradientType=0 ); /* IE6-9 */
  cursor: pointer;
}
p.submit.blue input[type="submit"]:hover,p.submit.blue input[type="button"]:hover{
  border: 1px solid #5aa0d1;
  background: #61bcfc; /* Old browsers */
  background: -moz-linear-gradient(top,  #61bcfc 0%, #4796cd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61bcfc), color-stop(100%,#4796cd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* IE10+ */
  background: linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* W3C */
  text-shadow: 1px 1px 0px #5aa0d1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bcfc', endColorstr='#4796cd',GradientType=0 ); /* IE6-9 */
}
p.submit.red input[type="submit"],p.submit.red input[type="button"]{
  border: 1px solid #d15252;
  border-radius: 3px;
  background: #004385; /* Old browsers */
  background: -moz-linear-gradient(top,  #004385 0%, #d24545 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004385), color-stop(100%,#d24545)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #004385 0%,#d24545 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #004385 0%,#d24545 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #004385 0%,#d24545 100%); /* IE10+ */
  background: linear-gradient(top,  #004385 0%,#d24545 100%); /* W3C */
  text-shadow: 1px 1px 0px #d15252;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004385', endColorstr='#d24545',GradientType=0 ); /* IE6-9 */
  cursor: pointer;
}
p.submit.red input[type="submit"]:hover,p.submit.red input[type="button"]:hover{
  border: 1px solid #d15252;
  background: #fd4b4b; /* Old browsers */
  background: -moz-linear-gradient(top,  #fd4b4b 0%, #ce3232 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd4b4b), color-stop(100%,#ce3232)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* IE10+ */
  background: linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* W3C */
  text-shadow: 1px 1px 0px #d15252;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4b4b', endColorstr='#ce3232',GradientType=0 ); /* IE6-9 */
}
p.submit.dark-gray input[type="submit"],p.submit.dark-gray input[type="button"]{
  border: 1px solid #2f2424;
  border-radius: 3px;
  background: #181818; /* Old browsers */
  background: -moz-linear-gradient(top,  #181818 0%, #4f5f66 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#181818), color-stop(100%,#4f5f66)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #181818 0%,#4f5f66 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #181818 0%,#4f5f66 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #181818 0%,#4f5f66 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #181818 0%,#4f5f66 100%); /* W3C */
  color: #FFF;
  text-shadow: 1px 1px 0px #2f2424;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#4f5f66',GradientType=0 ); /* IE6-9 */
  cursor: pointer;
}
p.submit.dark-gray input[type="submit"]:hover,p.submit.dark-gray input[type="button"]:hover{
  border: 1px solid #2f2424;
  background: #3a3a3a; /* Old browsers */
  background: -moz-linear-gradient(top,  #3a3a3a 0%, #717b80 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#717b80)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3a3a3a 0%,#717b80 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3a3a3a 0%,#717b80 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3a3a3a 0%,#717b80 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #3a3a3a 0%,#717b80 100%); /* W3C */
  color: #FFF;
  text-shadow: 1px 1px 0px #2f2424;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#717b80',GradientType=0 ); /* IE6-9 */
}

p.button-small a{display: block;padding: 0px 8px;height:23px;-webkit-box-shadow: inset 0 1px 1px #FFF;-moz-box-shadow:inset 0 1px 1px #FFF;box-shadow:inset 0 1px 1px #FFF;color: white;font-weight: bold;font-size: 11px;line-height:23px;line-}

p.button-small.blue a, p.submit.blue input[type="submit"], p.submit.blue input[type="button"]{
  border: 1px solid #5aa0d1;
  border-radius: 3px;
  background: #71c2fb; /* Old browsers */
  background: -moz-linear-gradient(top,  #71c2fb 0%, #5aa0d1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71c2fb), color-stop(100%,#5aa0d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* IE10+ */
  background: linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); /* W3C */
  text-shadow: 1px 1px 0px #5aa0d1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c2fb', endColorstr='#5aa0d1',GradientType=0 ); /* IE6-9 */
}
p.button-small.blue a:hover, p.submit.blue input[type="submit"]:hover, p.submit.blue input[type="button"]:hover{
  border: 1px solid #5aa0d1;
  background: #61bcfc; /* Old browsers */
  background: -moz-linear-gradient(top,  #61bcfc 0%, #4796cd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61bcfc), color-stop(100%,#4796cd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* IE10+ */
  background: linear-gradient(top,  #61bcfc 0%,#4796cd 100%); /* W3C */
  text-shadow: 1px 1px 0px #5aa0d1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bcfc', endColorstr='#4796cd',GradientType=0 ); /* IE6-9 */
}
p.button-small.red a, p.submit.red input[type="submit"], p.submit.red input[type="button"]{
  border: 1px solid #d15252;
  border-radius: 3px;
  background: #fc5b5b; /* Old browsers */
  background: -moz-linear-gradient(top,  #fc5b5b 0%, #d24545 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5b5b), color-stop(100%,#d24545)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fc5b5b 0%,#d24545 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fc5b5b 0%,#d24545 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fc5b5b 0%,#d24545 100%); /* IE10+ */
  background: linear-gradient(top,  #fc5b5b 0%,#d24545 100%); /* W3C */
  text-shadow: 1px 1px 0px #d15252;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5b5b', endColorstr='#d24545',GradientType=0 ); /* IE6-9 */
  cursor: pointer;
}
p.button-small.red a:hover, p.submit.red input[type="submit"]:hover, p.submit.red input[type="button"]:hover{
  border: 1px solid #d15252;
  background: #fd4b4b; /* Old browsers */
  background: -moz-linear-gradient(top,  #fd4b4b 0%, #ce3232 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd4b4b), color-stop(100%,#ce3232)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* IE10+ */
  background: linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); /* W3C */
  text-shadow: 1px 1px 0px #d15252;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4b4b', endColorstr='#ce3232',GradientType=0 ); /* IE6-9 */
}


/*Tooltips*/
.tipsy { 
	padding: 5px;
	background-image: url(../../images/tipsy.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8; 
}
.tipsy-inner { padding: 5px 8px 4px 8px; max-width: 200px; background-color: black; color: white; text-align: center; }
.tipsy-inner { -webkit-border-radius:3px; -moz-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/*Tour tooltips*/
.demo-tooltip { color: #000; position: absolute; top: 0; left:0; z-index: 99; padding: 15px 15px 0 15px; min-height: 140px; width: 260px; border: 1px solid #dbdbdb; background: white; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.demo-tooltip .arrow { position: absolute; top: 50px; width: 32px; height: 66px; }
.demo-tooltip .arrow.left { left:-32px; background: url(../../images/demo-tooltip.arrow.png) no-repeat 0 0;}
.demo-tooltip .arrow.right { right:-32px; background: url(../../images/demo-tooltip.arrow.png) no-repeat -32px 0;}
.demo-tooltip .arrow.top { top: -32px; left:113px; width: 66px; height: 32px; background: url(../../images/demo-tooltip.arrow.png) no-repeat -64px 0;}
.demo-tooltip .demo-steps { float: left; clear: both; margin-bottom: 10px; width: 100%; font-weight: bold; font-size: 14px; }
.demo-tooltip .demo-steps strong { width: 190px;}
.demo-tooltip .demo-content { position: relative; display: block; float: left; clear: both; min-height: 55px; width: 100%;font-size: 12px; line-height: 1.6; *float: none; *clear: none;}
.demo-tooltip .demo-buttons {position: relative; float: left; margin: 12px 0 0 -14px; padding: 15px; width: 258px; height: auto; background: #f8f8f8 url(../../images/demo-tooltip.bg.png) repeat-x left top; *float: none; *display: inline-block; }
.demo-tooltip .demo-content p.close{ clear: both; padding: 5px 0 0 0; width: 100%; text-align: right; font-size: 11px; }
.demo-tooltip .close { position:static; background:transparent;}
.demo-tooltip p { margin-bottom: 0px;}


/* Pagination */
.pag ul {
	position: relative;
	margin: 0 auto 30px auto;
	text-align: center;
}
.pag ul li{
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 0 5px 0;
	zoom: 1;
	*display:inline;
}
.pag ul li .page-numbers{
	display: block;
	margin-right: 5px;
	padding: 0 7px;
	height: 23px;
	color: #888;
	line-height: 20px;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: normal;
}
.pag ul li.prev_post{ float: left; text-transform: uppercase; }
.pag ul li.prev_post a { padding-left: 0; }
.pag ul li.next_post{ float: right; text-transform: uppercase; }
.pag ul li.next_post a { padding-right: 0; margin-right: 0; }
.pag ul li.next_post .page-numbers:hover:not(.current), .pag ul li.prev_post .page-numbers:hover:not(.current),
body.black-skin .pag ul li.next_post .page-numbers:hover:not(.current), body.black-skin .pag ul li.prev_post .page-numbers:hover:not(.current) {
	border: 1px solid transparent;
}

body.black-skin .pag ul li .page-numbers{
	border: 1px solid transparent;
	color: #ddd;
}
.pag ul li .page-numbers:not(.current):hover{
	border: 1px solid rgba(0,0,0,0.15);
}
body.black-skin .pag ul li .page-numbers:not(.current):hover{
	border: 1px solid rgba(255,255,255,0.8);
}
body.black-skin .pag ul li .current{
	border: 1px solid rgba(255,255,255,0.15);
}
.pag ul li .current{
	font-weight: bold;
	color: #FC6453;
	border: 1px solid rgba(0,0,0,0.05);
}
.oldie .pag ul li{float: left;}


/* Overlay */
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
}


.cui_form{margin: 0;}

.cosmo_uploader_label{margin-bottom: 30px;}
.cosmo_uploader_label a{color: #333;text-decoration: none;}
.cosmo_uploader_label a:hover{color: #495769;text-decoration: none;}
.cosmo_uploader_label p.info{margin: 10px 0;font-size: 12px;font-family: Arial, sans-serif;}
.cosmo_uploader_label label h4 {
    margin: 0 0 15px;
}
.cosmo_uploader_interface{margin-bottom: 15px;}
.admin-bar .cosmo_uploader_interface{margin-top: -28px}
.label_add_url h4{margin-bottom: 15px;font-size: 20px;}
.add_url_link{padding: 8px 15px;text-decoration: none;font-size: 12px;font-family: Arial;}
.front_post_input.add_url{padding: 5px 15px;width: 50%;}
#label_video_url .front_post_input.add_url{background: #FFF;border: 1px solid #ccc;color: #000;}
.st a {color: inherit;}
.field{clear: both;margin-bottom: 15px;}

blockquote { border-left: 1px solid; }
blockquote, blockquote p { color: inherit; }
.post .cosmo-blockquote p { color: inherit; }

.post-item-page{margin: 0;padding: 30px;width: 100%; border: 0 none; border-radius: 0 0 0 0; }
.post-item-page .cui_form{margin: 0;cursor: pointer;}
.post-item-page .cui_form .cui_upload_button_container.cui_add_button{cursor: pointer;}
.post-item-page .hidden_upload_iframe{position: absolute;margin: 0;height: 0;}
.post-item-page.cosmo-tabs .tabs-container{clear: both;padding: 0px;}
.post-item-page .cosmo_uploader_label{margin-bottom: 15px;}
.post-item-page .field{float: left;margin: 15px 0;width: 100%;}
.post-item-page .field .field{margin: 0;}
.post-item-page .field input{max-width: 98%;}
.post-item-page .button{text-align: left;}
.submit.button.gray > input {
    color: #666666;
}
.post-item-page *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.post-item-page .row, .post-item-page .row form .row, .post-item-page .columns, .post-item-page .row form .row .column, .post-item-page .row form .row .columns{margin: 0;padding: 0 !important;}

.post-item-page .tabs-container { color: inherit; }
.tabs-container .cosmo_uploader_interface { width: 100%; padding: 2px 0; }
.bottom-separator.left.full {
    width: 100%;
}
.gallery-single.portrait .row.bottom-separator{margin-bottom: 30px;}

.bottom-separator.left.full .tabs-nav { max-width: 100%; padding: 0 5px; }
.post-item-page .field input.front_post_input {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    border: 1px solid rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.my-account-page .columns{position: static;}
.my-account-page .tabs-container{clear: both;overflow: hidden;margin: 15px 0;max-width: 100%;}
.my-account-page .tabs-container label{float: left;width: 25%;}
.my-account-page .tabs-container input{float: left;width: 75%; height: 30px;}
.my-account-page .tabs-container textarea{float: left;width: 75%; }
.my-account-page .tabs-container .pic{float: left;width: 75%;}
#adduser img.avatar {
    float: left;
    margin-right: 20px;
}

#adduser .form-submit.submit.button.gray {
    padding: 0 0 30px;
}
.remove-avatar{float: none !important;margin-top: 15px;width: auto !important;}
#remove_avatar{float: none !important;width: auto !important; height: auto;margin: 0; vertical-align: top;}
.masonry .three { width:24.9799%; }
.width90 { width: 90px !important; }

.warning{color: #CE3D40;}
.invalid{border: 1px solid red !important;}


.lh { line-height: 0;}
.pp_inline .format-video { display: none !important; }

.cosmo-tabs.submit iframe { min-height:150px !important; }
.cosmo-tabs.submit select{
	height: 25px;
	-webkit-appearance: menulist-button;
	border: 1px solid transparent;
}

body.OSX .cosmo-tabs.submit select{
	border: 1px solid rgb(0,0,0);
	border: 1px solid rgba(0,0,0,0.2);
}

.comment-subscription-form { padding: 0 15px; }
.pp_gallery { display: none !important;}

.masonry .two { width: 16.5%; }
.masonry .four { width: 33.3%; }

.cosmo-box h5 { margin-top: 0; }

.cosmo-box:last-child:after{}

.pagenumbers{clear:both;}

/* Widget Flickr */
.widget_flickr_photos .flickr_badge_image{float: left;margin-right: 5%;width: 30%;}
.widget_flickr_photos .flickr_badge_image img{width: 100%;}
.widget_flickr_photos .flickr_badge_image:nth-of-type(3n) {clear: right;margin-right: 0%;margin-bottom: 3%;width: 30%;}
.widget_flickr_photos .flickr_badge_image a { display: block; line-height: 0; }
#instagram_widget_thumb li:nth-of-type(3n) {clear: right;margin-right: 0%;margin-bottom: 3%;width: 30%;}
#instagram_widget_thumb li a { line-height: 0; display: block; }

.z_index_neg { z-index: -1 !important; }

.entry-meta-edit > ul {
    list-style: none outside none;
    margin: 0;
}
.entry-meta-edit ul li {
    border-right: 1px solid #9C9C9C;
	display: inline-block;
	margin: 0;
	color: inherit;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin-right: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	padding-right: 10px;
	text-transform: uppercase;
}
.entry-meta-edit ul li:last-child { border: 0 none; }
.quicktags-toolbar input { color: #464646 !important;}
.wp-editor-area { color: #000 !important; background: #fff !important; }

.post-caption {
    bottom: 0;
    position: absolute;
    width: 100%;
    min-height: 40px;
    line-height: 20px;
    text-align: left;
    padding: 15px 30px;
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    color: #FFF;
}

.widget .tabs-container {
	color: inherit;
	margin-top: 15px;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled]{
	background: #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.pp_description { color: #000; }

.hidden_upload_iframe { width: 90%; max-height: 100px; }
#content .hidden.hidden_upload_iframe { position: absolute; }

/*==================================================================================================================*/
/*---------- General ----------*/
.clear{
    clear:both;
}
.relative{
	position: relative;
}
body{
    overflow-y:scroll; 
}

/* Form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus{
	background: #FFF;
	color: inherit;
	border: 1px solid #CFCFCF;
	border-radius: 0;
	box-shadow: none;
	height: 30px;
	line-height: 30px;
}
input[type="submit"], button, input[type="button"], input[type="submit"]:hover, button:hover, input[type="button"]:hover{
	color: inherit;
	background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 0 0 0 0;
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.7) inset;
    color: #666666;
    text-shadow: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.quick-contact textarea { min-height: 150px; }
.contact_info > p {
    margin-bottom: 0;
}
.contact_info > h3{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 0 30px 0;
	font-weight: 300;
}
/* Widget likes */

.widget .widget-meta .cosmo-comments{
    background: none;
}

.widget .widget-meta .cosmo-comments i{
    font-size: 16px;
    color: #BFBFBF;
}

.widget .widget-meta .cosmo-comments span{
    font-size: 12px;
}

.widget .widget-meta .thelike .meta-likes em{
    background: none;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: inherit;
    line-height: 16px;
}
.widget .widget-meta .thelike .meta-likes em:before{
	width: auto;
	margin-right: 0;
}
.widget .widget-meta .thelike .meta-likes i{
    background: none;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}

/* End of Widget Widgets */




/* End of widgets */

/* Social icons */

.socialicons{

}

.socialicons>ul.cosmo-social{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.socialicons>ul.cosmo-social>li{
    display: inline-block;
}

.socialicons>ul.cosmo-social>li>a{
    text-align: center;
    width: 25px;
    display: block;
    height: 25px;
    line-height: 25px;
    zoom: 1;
    background-color: #FFF;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    color: white;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.08);
    color: #999;
    opacity: 1;
    font-size: 11px;
}
.socialicons>ul.cosmo-social>li>a:hover{
	color: #FFF;
	opacity: 1;
}
.socialicons>ul.cosmo-social>li>a:hover i*{
	color: #FFF;
}
.socialicons>ul.cosmo-social>li>a.rss:hover{
    background-color: #f69400;
}

.socialicons>ul.cosmo-social>li>a.twitter:hover{
    background-color: #48c4d2;
}

.socialicons>ul.cosmo-social>li>a.gplus:hover{
    background-color: #d94a39;
}

.socialicons>ul.cosmo-social>li>a.dribbble:hover{
    background-color: #ef5b92;
}

.socialicons>ul.cosmo-social>li>a.yahoo:hover{
    background-color: #7b0099;
}
.socialicons>ul.cosmo-social>li>a.instagram:hover{
    background-color: #634d40;
}

.socialicons>ul.cosmo-social>li>a.linkedin:hover{
    background-color: #71C5EF;
}

.socialicons>ul.cosmo-social>li>a.skype:hover{
    background-color: #18b7f1;
}

.socialicons>ul.cosmo-social>li>a.fb:hover{
    background-color: #3b5998;
}

.socialicons>ul.cosmo-social>li>a.yt:hover{
    background-color: #C4302B;
}

.socialicons>ul.cosmo-social>li>a.vimeo:hover{
    background-color: #44bbff;
}

.socialicons>ul.cosmo-social>li>a.delicious:hover{
    background-color: #3274d1;
}

.socialicons>ul.cosmo-social>li>a.tumblr:hover{
    background-color: #3a5976;
}

.socialicons>ul.cosmo-social>li>a.pinterest:hover{
    background-color: #cb2027;
}

.socialicons>ul.cosmo-social>li>a.flickr:hover{
    background-color: #FF0084;
}

.socialicons>ul.cosmo-social>li>a.email:hover{
    background-color: #0bac03;
}


.socialicons>ul.cosmo-social>li>a>i:before{
    line-height: inherit;
}

/* End of social icons*/

/*---------- End - General ----------*/



/*---------- Header ---------- */

header #header-container{
    /*padding-top: 30px;*/
}

header #header-container .logo{
    /*margin-bottom: 30px;*/
}

header #header-container .logo>a>.logo-image{
    width: 100%;
    text-align: center;
}

header #header-container .logo>a>h1{
    font-family: Arial;
    text-transform: uppercase;
    white-space:nowrap;
    width: 100%;
    display: block;
    margin: 0;
    line-height: 0.8;
}
.small_logo h1{
	font-size: 15px;
}

.header-small-logo{
	text-align: left;
}

    /* Slideshow */
    .header-slideshow ul.slides{
    	opacity: 0;
    }
    .header-slideshow{
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .header-slideshow-elem-content.no-text-description {
    	background: none repeat scroll 0 0 transparent;
	}
   .header-slideshow-elem-content.non-boxed-layout {
	    background: none repeat scroll 0 0 transparent;
	    padding: 0;
	    margin-top: 6%;
	}
	
    .header-slideshow ul.header-slideshow-list{
        list-style-type: none;
        padding: 0;
        margin: 0 auto;
        position: relative;
    }

    .header-slideshow ul.header-slideshow-list .header-slideshow-elem .slide-container{
    	margin: 0px auto;
    	overflow: hidden;
    	display: inline-block;
    	position: relative;
    	line-height: 0;
    	max-width: 100%;
    }

    .header-slideshow.full-width ul.header-slideshow-list{
        max-width: none;
        width: 100%;
        height: 100%;
    }

    .header-slideshow ul.header-slideshow-list > li.header-slideshow-elem {
        display: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        z-index: -20;
        left: 0;
    }
    .slide-wrapper{
    	position: relative;
    	line-height: 0;
    }
    .header-slideshow.full-width ul.header-slideshow-list > li.header-slideshow-elem {
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }
    .header-slideshow.full-width ul.header-slideshow-list > li.header-slideshow-elem .slide-container img{
        max-width: none;
        height: auto;
        width: auto;
        position: relative;
    }
    .slideshow-fixed .slide-wrapper > img {
	    max-width: none;
	}

    .header-slideshow ul.header-slideshow-list > li.header-slideshow-elem.active{
        display: block;
        z-index: -2;
    }

	ul.header-slideshow-navigation {
	    bottom: 0;
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    right: 0;
	    width: 100%;
	    text-align: center;
	    margin: 0 0 20px;
	}

    ul.header-slideshow-navigation > li.header-slideshow-navigation-elem{
        display: inline-block;
        width: 15px;
        height: 15px;
        background-color: rgba(255,255,255,0.8);
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,0.15);
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
        -webkit-transition: background-color .2s ease;
           -moz-transition: background-color .2s ease;
            -ms-transition: background-color .2s ease;
             -o-transition: background-color .2s ease;
                transition: background-color .2s ease;
    }

    ul.header-slideshow-navigation > li.header-slideshow-navigation-elem.active{
        background-color: #FC6453;
    }

    ul.header-slideshow-captions{
        list-style-type: none;
        margin: 0;
        padding: 0 30px;
        position: absolute;
        z-index: 5;
        top: 35%;
        width: 100%;
    }

    .header-slideshow-elem-content{
        max-width: 500px;
        color: black;
        padding: 30px;
        text-align: left;
        z-index: 6;
        position: absolute;
        top: 30%;
        -webkit-transition: left .5s ease-in-out, right .5s ease-in-out;
           -moz-transition: left .5s ease-in-out, right .5s ease-in-out;
            -ms-transition: left .5s ease-in-out, right .5s ease-in-out;
             -o-transition: left .5s ease-in-out, right .5s ease-in-out;
                transition: left .5s ease-in-out, right .5s ease-in-out;
    }
    .header-slideshow-elem-content.right{
    	margin-right: 160px;
    	right: 0;
    }
    .header-slideshow-elem-content.left{
    	margin-left: 160px;
    	left: 0;
    }
    .header-slideshow-elem-content ul{
        margin:0;
        padding: 0;
        list-style-type: none;
    }

    .header-slideshow-elem-content li.elem-content-container{
        margin-bottom: 25px;
    }

    .header-slideshow-elem-content li.elem-content-container:last-child{
        margin-bottom: 0;
    }
    .header-slideshow-elem-content li.elem-content-container:first-child{
        margin-bottom: 10px;
    }

    .header-slideshow-elem-content h2{
        font-weight: 300;
        font-size: 46px;
        line-height: 1.2em;
        margin: 0 0 20px;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: -2px;
        line-height: 70px;
    }
    .header-slideshow-elem-content.boxed-layout h2 span{
    	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
	    padding: 2px 0;
	    color: #FFFFFF;
	}
    .header-slideshow-elem-content p{
        margin: 0;
        font-weight: 400;
        font-size: 13px;
    }
    .header-slideshow-elem-content.boxed-layout p{
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	    box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);
	    padding: 2px 0;
	    display: inline;
	    color: #FFFFFF;
    }
    .header-slideshow-elem-content.boxed-layout .title-delimiter{
    	display: none;
    }
    .header-slideshow-elem-content .slide-button{
    	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    	display: inline-block;
    	background-color: transparent;
    	color: inherit;
    	padding: 0 15px;
    	line-height: 34px;
    	margin: 0;
    	width: auto;
    	border: 2px solid #FFF;
    	-webkit-transition: .2s opacity ease-in;
    	-moz-transition: .2s opacity ease-in;
    	-o-transition: .2s opacity ease-in;
    	-ms-transition: .2s opacity ease-in;
    	transition: .2s opacity ease-in;
    }

    .header-slideshow-elem-content .slide-button:hover{
    	opacity: 0.8;
    }
    .header-slideshow-elem-content.boxed-layout .slide-button{
    	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    	color: #FFFFFF;
    }

    .header-slideshow-elem-content.center{
        left: 50%;
        margin-left: -350px;
        text-align: center;
        max-width: 700px;
        width: 700px;
    }
    .header-slideshow-elem-content.non-boxed-layout{
    	box-shadow: none;
    }
    .slideshow-with-menu { text-align: center; position: absolute; bottom: 0; }
    ul.slides > li:not(:first-child){
    	display: none;
    }
    @media only screen and (max-width : 1025px) {
    	.header-slideshow-elem-content.left{
    		margin-left: 60px;
    	}
    	.header-slideshow-elem-content.right{
    		margin-right: 60px;
    	}
    	ul.header-slideshow-captions{
    		top: 20%;
    	}
    }
    @media only screen and (max-width : 1441px) {
    	.header-slideshow-elem-content.left{
    		margin-left: 120px;
    	}
    	.header-slideshow-elem-content.right{
    		margin-right: 120px;
    	}
    	ul.header-slideshow-captions{
    		top: 20%;
    	}
    }
    @media only screen and (max-width : 768px) {
    	.header-slideshow-captions{
    		display: none !important;
    	}
    	.widget:last-child {
		    margin-bottom: 30px !important;
		}
		.header-slideshow-elem-content ul{
			display: none;=
		}
    }		
    .title-delimiter{
    	width: 50px;
    	height: 3px;
    	background: #FFF;
    	margin-top: 10px;
    	margin-bottom: 30px;
    }

    /* End of slideshow */

/* Search style */

header #header-container .search-btn-container>a.search-btn{
    font-size: 24px;
    color: inherit;
}
header #header-container .search-btn-container>a.search-btn:hover{
    color: inherit;
}

/* End - Search style */

/* Header separator */

header #header-container .header-separator{
    width: 100%;
    height: 3px;
    background-color: #eb4c4c;
    margin-bottom: 30px;
}
.mobile-slideshow .slideshow-with-menu{
	position: relative;
}
/* End - Header separator */

	/* Slideshow options */
	body.white-skin.fixed_slideshow .main-container, body.white-skin.fixed_slideshow footer#colophon{
		background: #FFF;
	}
	body.black-skin.fixed_slideshow .main-container, body.black-skin.fixed_slideshow footer#colophon{
		background: #161616;
	}
	footer#colophon{
		position: relative;
	}
	/* Main Menu */
	.menu-with-logo{
		background: rgba(255,255,255,0.9);
		text-align: center;
	}
	.slideshow-with-menu.sticky-menu-container .menu-with-logo {
		border-bottom: 1px solid #e5e5e5;
	}
	.slideshow-with-menu .menu-with-logo .site-logo img,.slideshow-with-menu .menu-with-logo nav{
		margin: 20px 0;
	}
	.cosmo-main-menu a{
	    color: inherit;
	}
	.cosmo-main-menu a:not(.site-logo):hover{
	    opacity: 0.7;
	}
	.cosmo-main-menu nav ul{
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    line-height: 1;
	}
	.cosmo-main-menu nav ul > li{
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    font-size: 12px;
	    color: #424242;
	    display: inline-block;
	    margin-right: 10px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    max-width: 150px;
	    vertical-align: top;
	    text-align: left;
	}
	.cosmo-main-menu nav ul > li:last-child{
		margin-right: 0;
	}
	body.black-skin .cosmo-main-menu nav > ul > li{
		color: #FFF;
	}
	.cosmo-main-menu nav ul > li ul{
	    list-style-type: none;
	    margin: 15px 0 0 0;
	    padding: 0;
	    font-size: 12px;
	    text-align: left;
	}
	body.black-skin .cosmo-main-menu nav ul > li ul li{
		color: #b1b1b1;
	}
	.cosmo-main-menu nav ul > li ul li{
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    font-size: 11px;
	    color: #b1b1b1;
	    display: block;
	    margin-right: 15px;
	    text-transform: none;
	    letter-spacing: 1px;
	    margin-bottom: 7px;
	}
	.cosmo-main-menu nav ul > li ul ul{
	    margin: 7px 0 0 10px;
	}
	.dl-menu, .dl-menu ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	/* Main menu END */
	
    /* ---------- Menu Navigation ---------- */

    .slideshow-with-menu .menu-with-logo .row{
    	max-width: 1170px;
    	margin:  0 auto;
    }
    .slideshow-with-menu nav.main-menu .logo{
    	margin: 15px 20px;
    }

    body.black-skin .slideshow-fixed .menu-with-logo, body.black-skin .slideshow-with-menu .menu-with-logo {
    	background: rgba(20,20,20,0.9);
    	border-bottom: 1px solid #333333;
    }

    .dl-menuwrapper{
    	display: none;
    	position: absolute;
    	line-height: 50%;
    	z-index: 999;
    }
    .dl-menuwrapper nav { margin: 0; }
	.dl-menuwrapper .cosmo-menu ul > li {
	    max-width: 300px;
	    width: 100%;
	    margin: 0;
	}

    #pageslide {
        /* These styles MUST be included. Do not change. */
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        overflow-y:scroll; 
        /* Specify the width of your pageslide here */
        width: 70%;
        padding: 20px;
        
        /* These styles are optional, and describe how the pageslide will look */
        background-color: #333;
        color: #FFF;
        -webkit-box-shadow: inset 0 0 5px 5px #222;
        -moz-shadow: inset 0 0 5px 5px #222;
        box-shadow: inset 0 0 5px 5px #222;
    }

    ul.mobile-menu li{width: 100%;}
    /* Top menu */

    .top-menu a { font-size: 11px; }

    /* ---------- End - Menu Navigation ---------- */


/* ---------- End - Header ---------- */



/* ---------- Main Section ---------- */


    /* Search box */

    .search-container{
        display: none;
        margin-bottom:30px;
        padding: 0 15px;
    }

    .search-container form{
        margin: 0;
    }

    .search-container form fieldset, .widget_search form fieldset {
        border: 0;
        padding: 0;
        margin: 0;
        position: relative;
        padding-right: 180px;
    }

    .search-container form fieldset input, 
    .searchbar form fieldset input,
    .widget_search form fieldset input {
        margin:0;
        height: 30px;
        border: 0;
        box-shadow: none;
        font-family:Arial;
        line-height: 30px;
        font-size: 12px;
        color: #999;
    }

    .search-container form fieldset input.input,
    .searchbar form fieldset input.input,
    .widget_search form fieldset input.input {
        border: 1px solid rgb(0,0,0);
        border: 1px solid rgba(0,0,0,0.05);
    }

    .search-container form fieldset input.input:focus, .widget_search form fieldset input.input:focus {
        border: 1px solid rgb(0,0,0);
        border: 1px solid rgba(0,0,0,0.1);
    }

    .search-container form fieldset input.button, 
    .widget_search form fieldset input.button, 
    .searchbar form fieldset input.button, 
    .widget_search form fieldset input.button:hover {
        position: absolute;
        line-height: 31px;
        right: 0;
        top: 0;
        width: 180px;
        background-color: transparent;
        color: #444;
        border: 0;
        text-transform: uppercase;
        padding: 0;
        font-size: 12px;
        font-family: Arial, sans-serif;
        font-weight: normal;
    }

    .search-container input[type="text"] {
        width: 100%;
    }

    /* End - Search box */

section#main>.main-container{
	position: relative;
}

.featimg { line-height: 0; }
.featimg img{  
    width: 100%;
    max-width: none;
}
.featimg.video-post{
	text-align: center;
}

.featimg .featbg { position: relative; }
.featimg .featbg.resized-img{
	text-align: center;
	display: block;
	position: relative;
	max-width: 100%;
}

.featimg .featbg.resized-img img{
	width: auto;
	max-width: 100%;
}

.featimg a{
    line-height: 0;
}  

.new-post-label{
	right: 5px;
	position: absolute;
	top: 5px;
	line-height: 16px;
	font-size: 16px;
	z-index: 10;
	color: inherit;
	padding: 2px 5px;
	font-size: 10px;
}

.list-view article div.list-wrapper, .grid-view article div.entry-content{
    background-color: inherit;
    color: inherit;
}

.list-view article div.list-wrapper a, .grid-view article.white-style div.entry-content a{
    color:inherit;
}

.list-view article div.list-wrapper,.grid-view article div.entry-content{
    background-color: inherit;
    color: inherit;
}

.list-view article div.list-wrapper a,.grid-view article div.entry-content a{
    color:inherit;
}

article.white-style{
    background: #FFF;
    color: #000;
}
article.black-style{
    background: #000;
    color: #FFF;
}

    /* ---- Thumb view style ---- */
    
	.thumb-view article{
	    text-align: center;
	    margin-bottom: 30px;
	}
	.thumb-view .no_gutter article {
		margin-bottom: 0;
	}
	.thumb-view article header .featimg{
	    line-height: 0;
	    position: relative;
	}
	.thumb-view article header .featimg img{
	    width: 100%;
	}
	.thumb-view article header .featimg .entry-feat-overlay{
	    background: rgba(255,255,255,0.9);
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	    transition: .3s opacity ease-in;
	}
	body.black-skin .thumb-view article header .featimg .entry-feat-overlay{
		background: rgba(0,0,0,0.8);
	}
	body.black-skin .thumb-view article header .featimg .entry-feat-overlay .entry-date{
		color: #FFF;
	}
	body.black-skin .thumb-view article header .featimg .entry-feat-overlay .entry-date > a{
		border: 1px solid rgba(255,255,255,0.2);
	}
	.thumb-view article header .featimg a {
		line-height: inherit;
	}
	.thumb-view article header:hover .featimg .entry-feat-overlay{
	    opacity: 1;
	}
	.thumb-view article header .featimg .entry-feat-overlay a{
	    color: inherit;
	}
	.thumb-view article header .featimg .entry-feat-overlay .entry-date{
	    top: 50%;
	    left: 50%;
	    margin-left: -35%;
	    height: 90px;
	    margin-top: -45px;
	    width: 70%;
	    position: absolute;
	    font-size: 24px;
	    line-height: 1;
	    color: #454545;
	    font-weight: 300;
	}
	.thumb-view article header .featimg .entry-feat-overlay .entry-date > a{
	    border: 1px solid rgba(0,0,0,0.2);
	    display: block;
	    margin-bottom: 15px;
	    line-height: 90px;
	}

    /* ---- End Thumb view style ---- */


    /* ==== List view ==== */

	.list-view article{
	    text-align: center;
	    margin-bottom: 60px;
	}
	.list-view article.list-small-thumb{
	    text-align: left;
	}
	.list-view article header .featimg{
	    line-height: 0;
	    margin-bottom: 35px;
	    position: relative;
	}
	.list-view article header .featimg a {
		line-height: inherit;
	}
	.list-view article.list-small-thumb header .featimg{
	    margin: 0;
	    text-align: center;
	}
	.list-view article header .featimg img{
	    width: 100%;
	}
	.list-view article header .featimg .entry-feat-overlay{
	    background: rgba(255,255,255,0.9);
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	    transition: .3s opacity ease-in;
	}
	
	.list-view article header:hover .featimg .entry-feat-overlay{
	    opacity: 1;
	}
	.list-view article header .featimg .entry-feat-overlay a{
	    color: inherit;
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date{
	    top: 50%;
	    left: 50%;
	    margin-left: -35%;
	    height: 90px;
	    margin-top: -45px;
	    width: 70%;
	    position: absolute;
	    font-size: 24px;
	    line-height: 1;
	    color: #454545;
	    font-weight: 300;
	}
	body.black-skin .list-view article header .featimg .entry-feat-overlay{
		background: rgba(0,0,0,0.8);
	}
	body.black-skin .list-view article header .featimg .entry-feat-overlay .entry-date{
		color: #FFF;
	}
	body.black-skin .list-view article header .featimg .entry-feat-overlay .entry-date > a{
		border: 1px solid rgba(255,255,255,0.2);
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date > a{
	    border: 1px solid rgba(0,0,0,0.2);
	    display: block;
	    margin-bottom: 15px;
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date em{
	    display: block;
	    font-style: normal;
	    margin: 15px 0;
	    position: relative;
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date em:after{
	    content: '';
	    display: block;
	    width: 50px;
	    height: 1px;
	    background: #454545;
	    position: absolute;
	    bottom: -8px;
	    left: 50%;
	    margin-left: -25px;
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date i{
	    display: block;
	    font-style: normal;
	    margin-bottom: 10px;
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date .share-options{
	    margin: 0;
	    list-style-type: none;
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date .share-options li{
	    display: inline-block;
	    color: #454545;
	    font-size: 12px;
	    margin-right: 5px;
	}
	.list-view article header .featimg .entry-feat-overlay .entry-date .share-options li a:hover{
	    opacity: 0.7;
	}
	.list-view article section.entry-content h2.entry-title{
	    font-size: 24px;
	    font-weight: 300;
	    color: #202020;
	    font-family: 'Open Sans', sans-serif;
	    text-transform: uppercase;
	    letter-spacing: 0.8;
	    margin: 0 30px 25px 30px;
	    line-height: 1.4;
	}
	body.black-skin .list-view article section.entry-content h2.entry-title{
		color: #FFF;
	}
	.list-view article.list-small-thumb  section.entry-content h2.entry-title{
	    margin: 0 0 25px 0;
	}
	.list-view article section.entry-content h2.entry-title a{
	    color: inherit;
	}
	.list-view article section.entry-content .entry-excerpt{
		font-size: 12px;
	    color: #8c8c8c;
	    line-height: 1.8em;
	    margin-bottom: 30px;
	}
	.list-view article section.entry-content .entry-excerpt p {
	    font-size: 12px;
	    color: #8c8c8c;
	    line-height: 1.8em;
	}	
	.list-view article footer.entry-footer{
	    text-transform: uppercase;
	}
	.list-view article footer.entry-footer a.read-more{
	    color: #454545;
	    font-weight: 300;
	    letter-spacing: 1px;
	    position: relative;
	    font-size: 12px;
	    margin-bottom: 30px;
	    display: inline-block;
	}
	.list-view article footer.entry-footer a.read-more:before{
	    content: '';
	    display: block;
	    width: 25px;
	    height: 1px;
	    background: #454545;
	    position: absolute;
	    top: 50%;
	    left: -35px;
	}
	.list-view article footer.entry-footer a.read-more:after{
	    content: '';
	    display: block;
	    width: 25px;
	    height: 1px;
	    background: #454545;
	    position: absolute;
	    top: 50%;
	    right: -35px;
	}


    /* ---- EOF list view ---- */
    

    /* ---- Testimonials view style ---- */

    .testimonials-view, .testimonials {
        position: relative;
    }

    .testimonials-view ul.testimonials-carousel, .widget ul.testimonials-carousel{
        margin: 0 0 30px 0;
        padding: 0;
        list-style-type: none;
        /*background-color: white;*/
        color: inherit; 
    }
    .widget ul.testimonials-carousel{
    	margin-bottom: 0;
    }
    .testimonials-view ul.testimonials-carousel > li.testimonials-carousel-elem,
    .widget ul.testimonials-carousel > li.testimonials-carousel-elem{
        display: none;
    }

    .testimonials-view ul.testimonials-carousel > li.testimonials-carousel-elem.active,
    .widget ul.testimonials-carousel > li.testimonials-carousel-elem.active{
        display: block;
    }

    .testimonials-view ul.testimonials-carousel-nav, .widget ul.testimonials-carousel-nav{
        position: absolute;
        list-style-type: none;
        bottom: 50px;
        margin: 0;
        right: 15px;
    }

    .widget ul.testimonials-carousel-nav {
        bottom: -15px;
        right: 0;
    }

    .testimonials-view ul.testimonials-carousel-nav > li, .widget ul.testimonials-carousel-nav > li{
        height: 32px;
        width: 32px;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        color: #888;
        font-size: 14px;
        line-height: 32px;
    }
    .testimonials-carousel-nav-right.icon-next {
	    margin-left: 15px;
	}

    .testimonials-view ul.testimonials-carousel-nav > li > i:before, .widget ul.testimonials-carousel-nav > li > i:before{
        line-height: inherit;
    }

    .testimonials-view ul.testimonials-carousel-nav > li:hover, .widget ul.testimonials-carousel-nav > li:hover{
        border-color: rgba(0,0,0,0.1);
    }

    .testimonials-view > .testimonials-elem{

    }

    .widget .testimonials-carousel  article.testimonials-elem > .testimonials-elem-wrapper{
    	padding: 0;
    }

    .testimonials-view .testimonials-list article.testimonials-elem > .testimonials-elem-wrapper{
        padding: 0 0 30px;
        margin: 0 0 30px;
        list-style-type: none;
        background: url('../../images/separator-dots.png') repeat-x left bottom;
    }
    .testimonials-view .testimonials-list article.testimonials-elem:last-child > .testimonials-elem-wrapper{
        padding: none;
        margin: 0;
        background: none;
    }
    .testimonials-elem-wrapper .three.columns {
    	padding-left: 0;
    }

    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content,
    .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content, .testimonials-list .entry-content{
        margin-bottom: 35px;
    }
    
    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content-excerpt,
    .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content-excerpt {
        margin-bottom: 30px;
        color: inherit;
	    line-height: 1.8em;
	    font-size: 13px;
	    color: #8c8c8c;
    }

    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > div.featimg,
    .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > div.featimg{
        position: relative;
        max-width: 100px;
        float: left;
        padding-right: 30px;
    }
    

    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list,
    .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list{
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .testimonials-list ul.entry-content-list { 
    	list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list:after,
    .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list:after, .testimonials-list ul.entry-content-list:after{
        content: '';
        display: block;
        clear:both;
    }

    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-name h4,
    .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-name h4, .testimonials-list li.entry-content-name h4{
        font-size: 16px;
        margin: 0;
        color: inherit;
	    font-family: 'Open Sans',sans-serif;
	    margin-bottom: 5px;
	    font-weight: 300;
    }

    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-function,
    .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-function, .testimonials-list li.entry-content-function {
        font-size: 12px;
    	color: inherit;
    	color: inherit;
    	font-family: 'Open Sans',sans-serif;
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    	filter: alpha(opacity=70);
    	opacity: 0.7;
    }

	.testimonials-list .entry-content-excerpt {
	    color: #8c8c8c;
	    font-size: 13px;
	    line-height: 1.8em;
	    margin-top: 20px;
	}
	.testimonials-list li.entry-content-name h4 {
		font-size: 20px;
	}
	body.black-skin .testimonials-list li.entry-content-name h4{
		color: #FFF;
	}
	.testimonials-list li.entry-content-function {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 300;
	}
    /* ---- End Testimonials style ---- */


    /* Grid view */

	.grid-view article{
	    text-align: center;
	    margin-bottom: 30px;
	}
	.grid-view article header .featimg{
	    line-height: 0;
	    margin-bottom: 35px;
	    position: relative;
	}
	.grid-view article header .featimg img{
	    width: 100%;
	}
	.grid-view article header .featimg .entry-feat-overlay{
	    background: rgba(255,255,255,0.9);
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	    transition: .3s opacity ease-in;
	}
	.grid-view article header .featimg a {
		line-height: inherit;
	}
	.grid-view article header:hover .featimg .entry-feat-overlay{
	    opacity: 1;
	}
	.grid-view article header .featimg .entry-feat-overlay a{
	    color: inherit;
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date{
	    top: 50%;
	    left: 50%;
	    margin-left: -35%;
	    height: 90px;
	    margin-top: -45px;
	    width: 70%;
	    position: absolute;
	    font-size: 24px;
	    line-height: 1;
	    color: #454545;
	    font-weight: 300;
	}
	body.black-skin .grid-view article header .featimg .entry-feat-overlay{
		background: rgba(0,0,0,0.8);
	}
	body.black-skin .grid-view article header .featimg .entry-feat-overlay .entry-date{
		color: #FFF;
	}
	body.black-skin .grid-view article header .featimg .entry-feat-overlay .entry-date > a{
		border: 1px solid rgba(255,255,255,0.2);
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date > a{
	    border: 1px solid rgba(0,0,0,0.2);
	    display: block;
	    margin-bottom: 15px;
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date em{
	    display: block;
	    font-style: normal;
	    margin: 15px 0;
	    position: relative;
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date em:after{
	    content: '';
	    display: block;
	    width: 50px;
	    height: 1px;
	    background: #454545;
	    position: absolute;
	    bottom: -8px;
	    left: 50%;
	    margin-left: -25px;
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date i{
	    display: block;
	    font-style: normal;
	    margin-bottom: 10px;
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date .share-options{
	    margin: 0;
	    list-style-type: none;
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date .share-options li{
	    display: inline-block;
	    color: #454545;
	    font-size: 12px;
	    margin-right: 5px;
	}
	.grid-view article header .featimg .entry-feat-overlay .entry-date .share-options li a:hover{
	    opacity: 0.7;
	}
	.grid-view article section.entry-content h2.entry-title{
	    font-size: 18px;
	    font-weight: 300;
	    color: #202020;
	    font-family: 'Open Sans', sans-serif;
	    text-transform: uppercase;
	    letter-spacing: 0.8;
	    margin: 0 30px 25px 30px;
	    line-height: 1.4;
	}
	body.black-skin .grid-view article section.entry-content h2.entry-title{
		color: #FFF;
	}
	.grid-view article section.entry-content h2.entry-title a{
	    color: inherit;
	}
	.grid-view article section.entry-content .entry-excerpt{
	    font-size: 12px;
	    color: #8c8c8c;
	    line-height: 1.8;
	    margin-bottom: 30px;
	}
	.grid-view article section.entry-content .entry-excerpt p{
	    font-size: 12px;
	    color: #8c8c8c;
	    line-height: 1.8;
	}	
	.grid-view article footer.entry-footer{
	    text-transform: uppercase;
	}
	.grid-view article footer.entry-footer a.read-more{
	    color: #454545;
	    font-weight: 300;
	    letter-spacing: 1px;
	    position: relative;
	    font-size: 12px;
	    margin-bottom: 30px;
	    display: inline-block;
	}
	.grid-view article footer.entry-footer a.read-more:before{
	    content: '';
	    display: block;
	    width: 25px;
	    height: 1px;
	    background: #454545;
	    position: absolute;
	    top: 50%;
	    left: -35px;
	}
	.grid-view article footer.entry-footer a.read-more:after{
	    content: '';
	    display: block;
	    width: 25px;
	    height: 1px;
	    background: #454545;
	    position: absolute;
	    top: 50%;
	    right: -35px;
	}

    /* EOF Grid view */


	/* View generals */

	.dotted-separator{
	    background: url('../../images/separator-dots.png');
	    height: 1px;
	    margin: 0 15px;
	    position: relative;
	}
	.dotted-separator:before{
	    position: absolute;
	    content: '+';
	    color: #8c8c8c;
	    top: 50%;
	    left: -18px;
	    font-size: 13px;
	    margin-top: -7px;
	}
	.dotted-separator.single-separator{
		margin: 60px 15px;
	}
	.dotted-separator:after{
	    position: absolute;
	    content: '+';
	    color: #8c8c8c;
	    top: 50%;
	    right: -18px;
	    font-size: 13px;
	    margin-top: -7px;
	}
	.grid-view a:hover, .list-view a:hover{
	    opacity: 0.7;
	}
	.back-button{
	    font-size: 14px;
	    color: #868686;
	    font-weight: 300;
	    margin-top: 5px;
	    margin-bottom: 30px;
	    text-transform: uppercase;
	    display: inline-block;
	}
	.back-button:before{
	    margin-left: 0;
	}
	.share-container .share-options{
	    margin: 0;
	    list-style-type: none;
	}
	.share-container .share-options li{
	    display: inline-block;
	    color: #848484;
	    font-size: 12px;
	    margin-right: 10px;
	}
	.share-container .share-options li:last-child{
		margin-right: 0;
	}
	.share-container .share-options li a:hover{
	    opacity: 0.7;
	}
    /* ---- Box view style ---- */

    .box-view{

    }

    .box-view article.box{
        margin-bottom:30px; 
    }

    .box-view article.box a{
        color: inherit;
    }

    .box-view article.box.white-style{
        background-color: white;
        color: black;
    }

    .box-view article.box.black-style{
        background-color: black;
        color: white;
    }

    .box-view article.box header>div.featimg{
        text-align: center;
    }

    .box-view article.box header>div.featimg img{
        width: auto;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .box-view article.box div.entry-content{

    }

    .box-view article.box div.entry-content>ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .box-view article.box div.entry-content>ul>li{
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .box-view article.box div.entry-content>ul>li.entry-content-title h4:after{
    	content: '';
    	display: block;
    	width: 60px;
    	height: 1px;
    	background: #000;
    	margin: 20px auto -5px auto;
    }
    .box-view article.box div.entry-content>ul>li.entry-content-title h4{
        font-size: 18px;
    	font-weight: 300;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
        padding: 0 0 20px 0;
        margin: 0;
        color: inherit;
    }

    .box-view article.box div.entry-content>ul>li.entry-content-excerpt{
        font-size: 13px;
    	padding: 0 0 30px 0;
    	line-height: 1.8em;
    	color: #8c8c8c;
    }



    /* ---- End Box view style ---- */


    /* ---- Carousel style ---- */

    .carousel-wrapper{
        overflow: hidden;
        width: 100%;
    	position: relative;
    	padding-top: 40px;
    }

    .carousel-wrapper .carousel-container{
        overflow: hidden;
        transition: margin-left .2s, max-height .9s, opacity .5s;
        -moz-transition: margin-left .2s, max-height .9s, opacity .5s;
        -webkit-transition: margin-left .2s, max-height .9s, opacity .5s;
        -ms-transition: margin-left .2s, max-height .9s, opacity .5s;
        -o-transition: margin-left .2s, max-height .9s, opacity .5s;
        max-height: 0px;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    	filter: alpha(opacity=0);
    	opacity: 0;
    }

    .carousel-wrapper .carousel-container>div.columns{

    }
    .team-view{
    	position: relative;
    }
    .related-posts .carousel-wrapper{
    	margin-top: -55px;
    	padding-top: 50px;
    }
    .related-posts .carousel-wrapper ul.carousel-nav{
    	right: 15px;
    	margin-right: 0;
    	top: 0;
    }
    .carousel-wrapper ul.carousel-nav{
        list-style-type: none;
        margin: 0 0 15px 0;
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -27px;
        width: 56px;
    }

    .carousel-wrapper ul.carousel-nav:after{
        display: block;
        content: '';
        clear: both;
    }

    .carousel-wrapper ul.carousel-nav > li{
        color: #888888;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 23px;
        line-height: 22px;
        text-align: center;
        width: 23px;
        border: 1px solid rgba(20,20,20,0.05);
    }
    .related-posts .carousel-wrapper ul.carousel-nav > li{
    	border: 0 none;
    }
    body.black-skin .carousel-wrapper ul.carousel-nav > li{
    	color: #dedede;
    }
    .carousel-wrapper ul.carousel-nav > li:before{
    	width: auto;
    	margin: 0;
    }
    .carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
        float:left;
        margin-right: 10px;
    }

    .carousel-wrapper ul.carousel-nav > li > i:before{
        line-height: inherit;
    }


    /* ---- End of Carousel style ---- */


    /* Delimiters */

        /* Simple delimiter */

        .delimiter-type{
            display: block;
            clear: both;
            height: 1px;
            margin: 0;
            width: 100%;
        }

        /* Pointed delimiter */
        .delimiter-type.pointed{
            border-top: 1px dotted rgb(0,0,0);
            border-top: 1px dotted rgba(0,0,0,0.11);
        }

        /* Doublepointed delimiter */
        .delimiter-type.doublepointed{
            border-top: 1px dotted rgb(0,0,0);
            border-top: 1px dotted rgba(0,0,0,0.11);
            border-bottom: 1px dotted rgb(0,0,0);
            border-bottom: 1px dotted rgba(0,0,0,0.35);
            height: 8px;
        }

        /* Line delimiter */
        .delimiter-type.line{
            border-top: 1px solid rgb(0,0,0);
            border-top: 1px solid rgba(0,0,0,0.11);
        }

        /* Doubleline delimiter */
        .delimiter-type.doubleline{
            border-top: 1px solid rgb(0,0,0);
            border-top: 1px solid rgba(0,0,0,0.11);
            border-bottom: 1px solid rgb(0,0,0);
            border-bottom: 1px solid rgba(0,0,0,0.35);
            height: 8px;
        }

    /* End of delimiters */

    /* ---- Team style ---- */
    .entry-teamimg{
    	position: relative;
    }
	.entry-teamimg img {
		text-align: center;
		border-radius: 50%;
		width: 150px;
	}
	.entry-teamimg a{
		position: relative;
		display: block;
		transition: .3s margin ease-in-out, .3s rotate ease-in-out;
	}
	.entry-teamimg a:hover{
		margin-top: 5px;
	}

	.entry-team a:hover{
	    opacity: 0.5;
	}

	.entry-team  a, .entry-team .entry-title h3 {
	    color: #000;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		text-transform: uppercase;
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
		-webkit-transition: .2s color linear, .2s opacity linear;
		-moz-transition: .2s color linear, .2s opacity linear;
		-o-transition: .2s color linear, .2s opacity linear;
		-ms-transition: .2s color linear, .2s opacity linear;
		transition: .2s color linear, .2s opacity linear;
	}
	body.black-skin .entry-team  a, body.black-skin .entry-team .entry-title h3 {
		color: #FFF;
	}


	.entry-team .entry-content, .entry-team .entry-content p{
		color:#8c8c8c;
		text-transform: none;
		font-size: 13px;
	}
	.entry-team-title  a{
	    color: #5f5f5f;
	}
	.entry-team-title a:hover{
	    opacity: 0.7;
	}

	.entry-team-title  h2 {
	    width: 200px;
	    font-weight: 400;
	    color: #5f5f5f;
	    font-size: 25px;
	    text-transform: capitalize;
	    line-height: 20px;
	    margin-left: 15px;
	    margin-bottom: 60px;

	}


    .row.team-view article{
        margin-bottom: 30px;
        line-height: 0;
    }


    .team-view .featimg > .socialicons > ul.cosmo-social{
        margin: 0;
        padding: 0;
    }

    .team-view .featimg > .socialicons > ul.cosmo-social > li{
        float: right;
        padding-left: 5px;
    }

    .team-view h3.entry-title{
    	font-family: 'Open sans', Helvetica, Arial, sans-serif;
    	margin: 0 0 10px 0;
    }
    .team-view div.entry-content>ul{
        list-style-type: none;
        margin: 0;
        overflow: hidden;
    }

    .team-view div.entry-content ul>li.entry-content-name{
    	margin-bottom: 10px;
    	text-align: center;
    }

    .team-view div.entry-content ul>li.entry-content-name h4{
        font-size: 18px;
        text-align: center;
        word-wrap: break-word;
        margin: 0 15px;
        color: inherit;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        letter-spacing: -0.3px;
        font-weight: 500;
        color: #626668;
        position: relative;
    }
    .team-view div.entry-content ul>li.entry-content-name h4 span{
    	position: relative;
    	display: inline-block;
    	background: #FFF;
    	padding: 0 10px;
    }
    .team-view div.entry-content ul>li.entry-content-name h4:before{
    	content: '';
    	display: block;
    	height: 1px;
    	background: #626668;
    	position: absolute;
    	width: 90%;
    	top: 50%;
    	left: 5%;
    }
    .team-view div.entry-content ul>li.entry-content-function{
    	padding: 0 15px;	 
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        line-height: 2em;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    	filter: alpha(opacity=60);
    	opacity: 0.6;
        margin-bottom: 15px;
    }
    .team-view div.entry-content ul>li.entry-content-social{
        text-align: center;
        margin-bottom: 10px;
    }

        /* Team view text main hover style */

        .team-text-main:hover .featimg{
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        	filter: alpha(opacity=100);
        	opacity: 1;
        }

        /* End - Team view text main hover style */


    /* ---- End of Team style ---- */

    /* Filters */

    ul.thumbs-splitter{
        margin-bottom: 0;
        list-style-type: none;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

    ul.thumbs-splitter > li:first-child{
        padding-left: 0;
    }

    ul.thumbs-splitter > li {
        display: block;
        line-height: 25px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-weight: 300;
    }

    ul.thumbs-splitter > li > a{
        color: #000;
        display: inline-block;
        padding: 0px 10px;
        font-weight: normal;
        border: 1px solid transparent;
    }
    body.black-skin ul.thumbs-splitter > li > a{
    	color: #efefef;
    }

    ul.thumbs-splitter > li > a.selected{
        background-color: #3c3c3a;
        color: #FFF;
        border: 1px solid rgba(0,0,0,0.05);
        text-shadow: 1px 1px rgba(0,0,0,0.1);
    }

    /* End of Filters */



    /* Tabbers */

    .tabment ul.tabment-splitter{
        margin-bottom: 30px;
        list-style-type: none;
        border-bottom: 1px solid #FC6453;
    }
    .tabment ul.tabment-splitter > li:first-child{
        padding-left: 0;
    }

    .tabment ul.tabment-splitter > li {
        display: inline-block;
        line-height: 24px;
    }

    .tabment ul.tabment-splitter > li > a{
        color: #000;
        display: block;
        padding: 2px 10px;
    }

    .tabment ul.tabment-splitter > li > a.selected{
        color: #FC6453;
    }

    /* End of Tabbers */


    /* ---- Single ---- */

	body.black-skin .post-title{
		color: #FFF;
	}
	.post-title{
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	    font-size: 28px;
	    font-weight: 300;
	    color: #5f5f5f;
	    text-transform: uppercase;
	    margin: 0 0 5px 0;
	}
	.post-meta{
	    margin-bottom: 50px;
	    vertical-align: middle;
	}
	.post-meta > ul > li{
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    display: inline-block;
	    margin-right: 10px;
	    font-size: 11px;
	    font-style: italic;
	    vertical-align: middle;
	}
	body.black-skin .post-meta > ul > li a{
		color: #aaaaaa;
	}
	.post-meta > ul > li a{
	    font-style: normal;
	    font-weight: bold;
	    padding: 0 3px;
	    text-transform: uppercase;
	}
	.post-meta > ul > li.single-date{
	    font-style: normal;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	.post-meta > ul > li a:hover{
	    color: #5f5f5f;
	}
	.post-content, .post-content p{
	    color: #8c8c8c;
	    font-size: 13px;
	    line-height: 1.8;
	}
	.post-featimg{
	    line-height: 0;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.post-meta:after {
	    clear: both;
	    content: "";
	    display: block;
	}
	.post-meta > ul{
		float: left;
		margin: 0;
	}
	body.single-post .post-meta .share-container, body.single-gallery .post-meta .share-container{
		margin-top: 0;
	}
    .single-whiter{
    	background: none repeat scroll 0 0 #FFFFFF;
	    margin: 0 auto;
	    padding: 30px 15px;
    }
    .single .featimg > #carousel{
    	margin-bottom: 30px;
    	position: relative;
    }
    .single #main >.featimg{
    	margin-bottom: 30px;
        position: relative;
        line-height: 0;
        max-height: 410px;
        overflow: hidden;
        text-align: center;
    }
    body.single-post .share-container, body.page .share-container, body.single-gallery .share-container{
    	text-align: right;
    	margin-top: 30px;
    	float: right;
    	padding: 0;
    }
    body.page .share-container{
    	margin-top: 0;
    }
    body.single-post .bottom-meta .share-container{
    	text-align: right;
    	margin: 30px 10px 60px 0;
    }
    .single #main >.featimg.resized-img{
    	max-height: none;
    }
    
    .single #main >.featimg.video-post{
    	max-height: none;
    	height: auto;
    } 

    .post>.featimg img{
        max-width: 100%;
        width: 100%;
    }

    .post .attached-image-gallery .attached-image-gallery-elem{
        margin-bottom: 30px;
    }

    .post .attached-image-gallery .attached-image-gallery-elem a{
        display: block;
        line-height: 0;
    }

    .post .attached-files{
        margin-bottom: 30px;
    }

    .post .attached-files .attached-files-elem{
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.6);
        padding: 20px 15px 10px 15px;
        margin: 0 0 15px 0;
        color: white;
    }

    .post .attached-files .attached-files-elem>a{
        color: inherit;
    }

    .post .attached-files .attached-files-elem>a>.attached-files-elem-icon{
        float:left;
        padding: 0 15px 10px 0;
        font-size: 24px;
        margin-top: -4px;
    }
    .gallery-single.portrait .attached-files .attached-files-elem>a>.attached-files-elem-icon{
    	margin-top: -10px;
    }

    .post .attached-files .attached-files-elem>a>.attached-files-elem-title{
        padding: 0 0 10px 0;
    }

    .single article.post .featimg, .page article.post .featimg {
        line-height: 0;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }
    article.post.no-meta h2.post-title{
    	margin-bottom: 50px;
    }
    .single .featimg .featbg {
    	position: relative;
    	 max-width: 100%;
    	 display: block;
	}
    .single-like-container{
    	text-align: left;
    	position: relative;
    }

    .single-like-container span.like em{
    	display: inline-block;
    	content: '';
    }

    .single-like-container .like-count {
	    font-family: 'Open Sans', Helvetica, sans-serif;
	    font-size: 11px;
	    margin-bottom: 3px;
	    display: inline-block;
	    font-weight: 700;
	}
	.entry-content-category-list, .single-tags{
		margin: 30px 10px 60px 0;
		display: inline-block;
	}
	.entry-content-category-list .posted-in-categ, .single-tags .tagged-in-categ{
	    color: #696969;
	    font-size: 11px;
	    font-style: italic;
	}
	.entry-content-category-list a, .single-tags a{
	    color: #2d2d2d;
	    font-size: 11px;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	body.black-skin .entry-content-category-list a, body.black-skin .single-tags a{
		color: #aaaaaa;
	}


		/* Portfolio single */
		.portfolio-post .post-meta > ul > li {
			margin: 0;
		}
		.portfolio-post .post-meta > ul > li.single-like-container .like-count {
			font-weight: normal;
		}
		.portfolio-post .post-meta > ul > li a{
		    color: #ababab;
		    font-size: 12px;
		    font-weight: 400;
		}
		.portfolio-post .post-nav{
		    list-style-type: none;
		}
		.portfolio-post .post-nav li{
		    margin: 40px 15px 0 0;
		    padding: 0;
		    display: inline-block;
		}
		.portfolio-post .post-nav li a{
		    color: #858680;
		}
		.portfolio-post .post-content{
		    margin-bottom: 50px;
		}
		.portfolio-portrait .list_slides > li{
			margin-bottom: 10px;
		}
		.list_slides > li {
		    list-style: none;
		}
		.list_slides > li .relative { line-height: 0; }

		/* Portfolio meta */
		article.portfolio-single ul.full-entry-meta{margin: 0 0 30px 0;font-size: 13px;list-style-type: none;}
		article.portfolio-single ul.full-entry-meta ul, article.portfolio-single ul.full-entry-meta ul li{margin: 0;}
		article.portfolio-single ul.full-entry-meta li{margin: 15px 0 0px 0;}
		article.portfolio-single ul.full-entry-meta li:first-child{margin: 0;}
		article.portfolio-single ul.full-entry-meta li .meta_name{width: 30%;display: inline-block;vertical-align: top;font-weight: bold;}
		article.portfolio-single ul.full-entry-meta li .meta_value{display: inline-block;}
		article.portfolio-single ul.full-entry-meta li .meta_value ul li{display: inline-block;}
		article.portfolio-single ul.full-entry-meta li .meta_value ul li:last-child:after{content:""}

		article.portfolio-single h2.portfolio-title {margin-top: 0; margin-bottom: 35px;}

		.full-entry-meta{
			list-style-type: none;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
		}
		.full-entry-meta > li:after{
			display: table;
			content: '';
			width: 100%;
		}
		.full-entry-meta > li{
			margin-bottom: 5px;
		}
		.full-entry-meta .meta_name{
			width: 25%;
			font-size: 11px;
			display: inline-block;
		}
		.full-entry-meta .meta_value{
			width: 75%;
			font-size: 11px;
			color: #A9A9A9;
			display: inline-block;
			margin-left: -1em;
		}
		.full-entry-meta .meta_value ul{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.full-entry-meta .meta_value ul li{
			display: inline-block;
			font-size: 11px;
		}
    /* ---- END Single ---- */

/* Gallery single */
#galleria{
	margin-bottom: 30px;
}
body.single-gallery .post-content{
	margin-bottom: 30px;
}
.galleria-container{
	background: transparent;
	color: #4f4f4f;
}
.galleria-thumbnails .galleria-image{
	background: #FFF;
}
body.black-skin .galleria-thumbnails .galleria-image{
	border: 1px solid #000;
	background: #000;
}
.galleria-container{
	background: #f5f5f5;
	color: #888;
}
body.black-skin .galleria-container{
	background: transparent;
	color: #FFF;
}
#galleria{
	opacity: 0;
}
/* ---------- End - Main Section ---------- */




/* ---------- Footer ---------- */


/* ---------- End - Footer ---------- */



/*.overview .relative img{
	max-height: 100%;
	width: auto;
	float:left;
}
.overview .relative{
	height: 100%;
	width: auto;
}*/

/* ---------- Different Viewports Style ---------- */


/* > 1440px width */
@media only screen and (min-width: 1171px)  and (max-width: 1441px){
	.main-container .hotkeys-meta .nav-next a:before{
    	right: 15px;
    }

    .main-container .hotkeys-meta .nav-previous a:before{
    	left: 15px;
    }

}

@media only screen  and (max-width: 1250px){
    .hotkeys-meta{
		display: none;
	}
}

@media only screen  and (min-width: 768px) and (max-width: 1440px){
	body:nth-of-type(1) .masonry_elem.two.columns{
		margin-left: -0.5px;
	}

	.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list{
		margin: 10% auto 0 auto;
	}


	.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-title h2{
		font-size: 16px;
	}

	.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-category{
		margin: 0 0 10px 0;
		bottom: 0;
	}

	.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes em{
		font-size: 16px;
	}

	.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes i{
		font-size: 10px;
	}
}

/* between 1170px and 1024px width */
@media only screen  and (min-width: 1024px) and (max-width: 1170px){
    .list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
        display: none;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .thumb-view div.entry-content ul > li.entry-content-title h4{
		font-size: 16px;
	}

	.grid-view article.grid-elem > .entry-content > ul > li.entry-content-title h4{
		font-size: 16px;
	}
}

/* between 1024px and 768px width */
@media only screen  and (min-width: 768px) and (max-width: 1023px){
	.hotkeys-meta{
		display: none;
	}
	.thumb-view div.entry-content ul > li.entry-content-title h4{
		font-size: 16px;
	}

	.grid-view article.grid-elem > .entry-content > ul > li.entry-content-title h4{
		font-size: 16px;
	}

	.list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
        display: none;
    }

    .sticky-menu-container{
    	display: block !important;
    }
	
    .list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
        display: none;
    }

    .list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-2{
        display: none;
    }

    .list-view article.list-small-image .entry-content>ul>li.entry-content-date{
        display: none;
    }

    .list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
        display: none;
    }

    .list-view article.list-large-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
        display: none;
    }

    .post>h2.post-title{
    	font-size: 32px;
    }

}


/* <768px width */
@media only screen  and (max-width: 768px){
	.align-middle, .align-bottom{
		margin: 0 !important;
	}
	.gallery-info{
		display: none;
	}
	.single-gallery .entry-header{
		margin-left: 0 !important;
	}
	.hotkeys-meta{
		display: none;
	}
	.search-container form fieldset input.button, .widget_search form fieldset input.button {
		width: 90px;
	}

	.search-container form fieldset, .widget_search form fieldset{
		padding-right:90px; 
	}

    .list-view article.list-small-image .entry-content>ul{
        padding: 25px 15px 25px 15px;
    }

    
    .sticky-menu-container{
    	display: block !important;
    }

    .list-view article.list-small-image .featimg .video-post>a>i, .list-view article.list-medium-image .featimg .video-post>a>i, .list-view article.list-large-image .featimg .video-post>a>i{
        font-size: 120;
        margin-top: -60px;
        margin-left: -84px;
    }

    .post > .attached-files .attached-files-elem > a > .attached-files-elem-icon{
        width: 100%;
        text-align: center;
    }

    .post > .attached-files .attached-files-elem > a > .attached-files-elem-title{
        width: 100%;
        text-align: center;
        color: inherit;
    }

    .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > div.featimg img{
        margin-bottom: 30px;
    }
    .post>h2.post-title{
    	font-size: 32px;
    }

    .dl-menuwrapper{
    	display: block;
    }
    .dl-menuwrapper .cosmo-menu { display: block; }
    .cosmo-menu{
    	display: none;
    }
    .main-container .wp-availability .wp-availability-month{
    	width: 100%;
    }
    .masonry.row .three, .filter-on.row .three{width:100% !important;} 
	.masonry.row .six, .filter-on.row .six{ width:100% !important; }
	.masonry.row .two, .filter-on.row .two { width:100% !important; }
}

/* ---------- End - Different Viewports Style ---------- */

.thumb-view blockquote, .list-view blockquote, .grid-view blockquote {
	margin-bottom: 0;
}

/* Masonry related styles */
.masonry .masonry_elem article{width:100%}

/* End - Masonry related styles */

.no-padding { padding: 0; }

.no_gutter > .columns{
	padding: 0;
}
.row.no_gutter{
	margin: 0 0 30px 0;
}
.full_width_row .row.no_gutter{
	margin-bottom: 30px;
}
.full_width_row > .row < .menu_and_logo{
	background: inherit;
}
.full_width_row > .row > .menu_and_logo{
	background: inherit;
}
.no_gutter > .columns > .thumb-elem{
	margin-bottom: 0;
}

/*for masonry we need to make columns a bit smaller*/
.masonry.row .three, .filter-on.row .three{width:24.78%;} 
.masonry.row .six, .filter-on.row .six{ width: 49.79%; }
.masonry.row .two, .filter-on.row .two { width: 16.66567%; }

/*==================== Start: Recommended Isotope styles =======================*/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* ===================End: Recommended Isotope styles =========================*/


/*==========================Loader=========================*/


#fountainG {
    display: none;
    height: 45px;
    left: 40%;
    margin-bottom: 30px;
    position: relative;
    width: 240px;
}

.fountainG{
position:absolute;
top:0;
background-color:#000000;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.5s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.5s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.5s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.5s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.5s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}

#fountainG_1{
left:0;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#fountainG_2{
left:30px;
-moz-animation-delay:0.75s;
-webkit-animation-delay:0.75s;
-ms-animation-delay:0.75s;
-o-animation-delay:0.75s;
animation-delay:0.75s;
}

#fountainG_3{
left:60px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#fountainG_4{
left:90px;
-moz-animation-delay:1.05s;
-webkit-animation-delay:1.05s;
-ms-animation-delay:1.05s;
-o-animation-delay:1.05s;
animation-delay:1.05s;
}

#fountainG_5{
left:120px;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.2s;
-ms-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s;
}

#fountainG_6{
left:150px;
-moz-animation-delay:1.35s;
-webkit-animation-delay:1.35s;
-ms-animation-delay:1.35s;
-o-animation-delay:1.35s;
animation-delay:1.35s;
}

#fountainG_7{
left:180px;
-moz-animation-delay:1.5s;
-webkit-animation-delay:1.5s;
-ms-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}

#fountainG_8{
left:210px;
-moz-animation-delay:1.65s;
-webkit-animation-delay:1.65s;
-ms-animation-delay:1.65s;
-o-animation-delay:1.65s;
animation-delay:1.65s;
}

@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#000000;
}

100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#000000;
}

100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#000000;
}

100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#000000;
}

100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}

}

@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#000000;
}

100%{
transform:scale(.3);
background-color:#FFFFFF;
}

}
/*==========================End Loader=========================*/

/*------Spinner-----*/
#spinner {
    background: url("../../images/spinner.gif") no-repeat scroll 0 0 transparent;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: 145px;
    position: absolute;
    width: 60px;
    z-index: 999;
}
/*------End Spinner-----*/

/* No pages background style */

body.no_background_color .post, body.no_background_color .widget, body.no_background_color .post-item-page{
	background: none !important;
}

body.no_background_color .post-item-page{
	padding: 0;
}

body.no_background_color .post{
	padding: 0;
}

body.no_background_color .post > .featimg {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body.no_background_color .gallery-single.portrait .featimg{
	margin-left: 0;
	margin-top: 0;
}

body.no_background_color .widget{
	padding: 0;
}

body.no_background_color .widget h5.widget-title{
	margin: 0 0 10px 0;
}

body.no_background_color .widget ul.testimonials-carousel-nav{
	bottom: 0;
	right: 0;
}

/* End of No pages background style */


/*Start Audio player html5*/
.audio-player {
    margin-bottom: 10px;
}
.audio-player > p {
    margin: 0;
}

div.mejs-audio, audio{display: block; margin: 10px 0;}
div.mejs-audio {max-width: 100%; }
/*End Audio player html5 */



.addthis_button_facebook_like iframe.fb_iframe_widget_lift { z-index: 6; }


.mejs-video {margin: 30px auto;background: #dedede;}

@media only screen  and (max-width: 767px){
	.mejs-video , .mejs-video .mejs-layer, .mejs-video 	video{max-width: 100%;}
	.mejs-audio{max-width: 100%;}
}

/*---------------------------------scrollbar----------------------------------*/
.frame {
    overflow: hidden;
}
.frame ul {
    font-size: 50px;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.frame ul li {
    color: #DDDDDD;
    cursor: pointer;
    float: left;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
}
.frame ul li.active {
    color: #FFFFFF;
}
.frame ul li.relative img {
    max-height: 100%;
    max-width: none;
    width: auto;
}
.frame ul li:hover .zoom-image {
	opacity: 1;
}
.scrollbar {
    background: none repeat scroll 0 0 #CCCCCC;
    height: 5px;
    line-height: 0;
    margin: 0 0 1em;
}

.single-format-gallery .scrollbar{
	height: 5px;
	margin-top: -6px;
}

.scrollbar .handle {
    background: #FC6453;
    cursor: pointer;
    height: 100%;
    width: 100px;
}
.scrollbar .handle .mousearea {
    height: 20px;
    left: 0;
    position: absolute;
    top: -9px;
    width: 100%;
}
.pages {
    list-style: none outside none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
.pages li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -999px;
    width: 14px;
}
.pages li:hover {
    background: none repeat scroll 0 0 #AAAAAA;
}
.pages li.active {
    background: none repeat scroll 0 0 #666666;
}
.controls {
    width: 100%;
}
.controls .btn.prev, .controls .btn.next {
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.controls .btn.prev {
    margin-left: 5px;
}
.controls .btn.next {
    right: 5px;
}
.single-format-gallery .controls .btn.prev {
    left: 0;
}

.oneperframe {
    height: 300px;
    line-height: 300px;
}
.oneperframe ul li {
    width: 1140px;
}
.oneperframe ul li.active {
    background: none repeat scroll 0 0 #333333;
}
.crazy ul li:nth-child(2n) {
    margin: 0 4px 0 20px;
    width: 100px;
}
.crazy ul li:nth-child(3n) {
    margin: 0 10px 0 5px;
    width: 300px;
}
.crazy ul li:nth-child(4n) {
    margin: 0 30px 0 2px;
    width: 400px;
}
.effects {
    height: 200px;
    line-height: 200px;
    perspective: 800px;
    perspective-origin: 50% 50%;
}
.effects ul {
    transform-style: preserve-3d;
}
.effects ul li {
    margin: 0 -20px;
    position: relative;
    transform: rotateY(60deg) scale(0.9);
    transition: transform 300ms ease-out 0s;
}
.effects ul li.active {
    transform: scale(1);
    z-index: 10;
}
.effects ul li.active ~ li {
    transform: rotateY(-60deg) scale(0.9);
}

/*---------------------------------EOF scrollbar----------------------------------*/
.hotkeys-meta{
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.hotkeys-meta .nav-next a:before, .hotkeys-meta .nav-previous a:before{
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
    margin-top: 30px;
    text-shadow: -1px 1px 1px #FFF;
}


.hotkeys-meta .nav-next a:before{
    display: block;
    position: absolute;
    right: -100px;
    top: 0;
    content: '\e805';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 20px;
    line-height: 0;
}
.hotkeys-meta .nav-previous a:before{
    display: block;
    position: absolute;
    left: -100px;
    top: 0;
    content: '\e804';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    color: rgba(0,0,0,0.08);
    font-size: 20px;
    line-height: 0;
}
.hotkeys-meta .nav-previous a:hover:before, .hotkeys-meta .nav-next a:hover:before{ 
    color: #FD795B;
}

p.copyright{
	color: inherit;
	font-size: 11px;
	text-transform: uppercase;
	
}
p.copyright a{
	/*border-bottom: 1px solid #444;*/
}

.main-container .wp-availability-month{
	padding: 3px;
	margin: 0;
	width: 25%;
	border: 0;
}

.main-container .wp-availability-month > table{
	width: 100%;
	margin: 0;
}

.main-container .wp-availability-month table tbody td{
	border: 0;
}

.main-container .wp-availability-month table tbody tr:nth-child(odd){
	background: #f9f9f9;
}

.main-container .wp-availability-month table tbody tr:nth-child(even),
.main-container .wp-availability-month table tbody tr:nth-child(even) td{
	background: white;
}

.main-container .wp-availability-month table thead th{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: black;
	background:white;
}
#availability_year{
	width: 100px;
}

.align-middle, .align-bottom{
	-webkit-transition: margin-top .5s ease-in-o;
	-moz-transition: margin-top .5s ease-in;
	-o-transition: margin-top .5s ease-in;
	-ms-transition: margin-top .5s ease-in;
	transition: margin-top .5s ease-in;
}

.slides .relative{
	line-height: 0;
}

/* Preloader */

.load-spinner{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -41px;
}
.load-spinner-container{
	display: none;
}
body.with-slider .load-spinner-container{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#squaresWaveG{
position:relative;
width:82px;
height:10px}

.squaresWaveG{
position:absolute;
top:0;
background-color:#FC6453;
width:10px;
height:10px;
-moz-animation-name:bounce_squaresWaveG;
-moz-animation-duration:1s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-animation-name:bounce_squaresWaveG;
-webkit-animation-duration:1s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-animation-name:bounce_squaresWaveG;
-ms-animation-duration:1s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-animation-name:bounce_squaresWaveG;
-o-animation-duration:1s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
animation-name:bounce_squaresWaveG;
animation-duration:1s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#squaresWaveG_1{
left:0;
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}

#squaresWaveG_2{
left:11px;
-moz-animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;
animation-delay:0.5s;
}

#squaresWaveG_3{
left:22px;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}

#squaresWaveG_4{
left:33px;
-moz-animation-delay:0.7s;
-webkit-animation-delay:0.7s;
-ms-animation-delay:0.7s;
-o-animation-delay:0.7s;
animation-delay:0.7s;
}

#squaresWaveG_5{
left:44px;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}

#squaresWaveG_6{
left:55px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#squaresWaveG_7{
left:66px;
-moz-animation-delay:1s;
-webkit-animation-delay:1s;
-ms-animation-delay:1s;
-o-animation-delay:1s;
animation-delay:1s;
}

#squaresWaveG_8{
left:77px;
-moz-animation-delay:1.1s;
-webkit-animation-delay:1.1s;
-ms-animation-delay:1.1s;
-o-animation-delay:1.1s;
animation-delay:1.1s;
}

@-moz-keyframes bounce_squaresWaveG{
0%{
background-color:#FC6453;
}

100%{
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_squaresWaveG{
0%{
background-color:#FC6453;
}

100%{
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_squaresWaveG{
0%{
background-color:#FC6453;
}

100%{
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_squaresWaveG{
0%{
background-color:#FC6453;
}

100%{
background-color:#FFFFFF;
}

}

@keyframes bounce_squaresWaveG{
0%{
background-color:#FC6453;
}

100%{
background-color:#FFFFFF;
}

}
.is-static{
	position: static;
}
.is-fixed{
	position: fixed;
}


/*==============================================================  EOF Cosmo widgets styles   ==============================================================*/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.widget{
	margin-bottom: 60px;
	clear: both;
	font-size: 12px;
	color: #999;
}
.widget p{
	font-size: 12px;
}
.widget:last-child{
	margin-bottom: 0;
}
.widget:after{
	content: '';
	display: block;
	clear: both;
}
.textwidget{
	line-height: 1.8;
	font-size: 12px;
}
.widget ul li{
	font-size: 12px;
}
.widget a{
	color: #ababab;
	font-size: 12px;
}
.widget a:hover, .widget a:focus{
	color: inherit;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.widget ul{
	list-style-type: none;
}
.widget h5.widget-title{
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	color: #454545;
    font-family: 'Open Sans',sans-serif;
}
#colophon .widget h5.widget-title{
	color: inherit;
}
.widget h5.widget-title span{
	position: relative;
	display: inline-block;
	z-index: 2;
}

.widget .widget-delimiter{
	padding: 0;
	height: 1px;
	margin-bottom: 10px;
}

.widget ul.widget-list{
	margin: 0;
	padding: 0;
}
.widget ul.widget-list > li{
	list-style-type: none;
	display: block;
}
.widget ul.widget-list > li:last-child{
	background: none;
	border: none;
}
.widget ul.widget-list > li h6, .widget #hot_posts_panel ul > li h6{
	line-height: 1.4;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.widget .tabs-controller{
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 5px;
}

.widget .tabs-controller li{
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
}
.widget .tabs-controller li a{
	font-weight: bold;
	font-size: 14px;
	display: block;
	position: relative;
}
.widget .tabs-controller li a.active{
	color: #ababab;
}
.widget .tabs-controller li a.active:after{
	content: '';
	display: block;
	width: 100%;
	height: 1;
	border-bottom: 1px solid #FD795B;
	position: absolute;
	bottom: -5px;
}
.widget .tabs-container-full > div{
	display: none;
	color: inherit;
}
.widget .tabs-container-full > div:first-child{
	display: block;
}
.widget .featimg img{
	width: 100%;
	height: auto;
}

/* Category icons */

.widget_category_icons ul li a{
	display: inline-block;
	width: 100%;
}
.widget_category_icons ul li a img{
	vertical-align: middle;
	margin-right: 10px;
	width: 16px;
	height: auto;
	padding: 0;
	border: 0 none;
}
.widget_category_icons ul li a span.count{
	background-color: rgba(0,0,0,0.05);
	padding: 0 10px;
	color: #444;
	line-height: 22px;
	height: 22px;
	border-radius: 5px;
}

/* Entry images */
.entry-img img{
	width: 100%;
	max-width: 100%;
}


/* Entry meta */
.widget div.widget-meta{
	margin-top: 5px;
}
.widget div.widget-meta ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 16px;
	margin-bottom: 5px;
}
.widget div.widget-meta ul li{
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}


/* Tabs widget */
.widget_tabber{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget_tabber li{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.widget .tabs-container a.tag:after {
	content: "";
	display: block;
	height: 24px;
	position: absolute;
	right: -20px;
	top: -1px;
	white-space: nowrap;
	width: 20px;
	background: url('../../images/white-tag-border.png') 0 0 no-repeat;
}
.widget .tabs-container a.tag {
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.12);
    border-right: 0 none;
    border-radius: 3px 0px 0px 3px;
    color: #8F8F8F;
    display: inline-block;
    height: 24px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}

body.black-skin .widget .tabs-container a.tag {
	background: #424242;
	border: 1px solid transparent;
	height: 22px;
	line-height: 20px;
}
body.black-skin .widget .tabs-container a.tag:after {
	background: url('../../images/white-tag-border.png') no-repeat 0 -24px;
	right: -21px;
	top: -2px;
}
/* Things */

.widget div.widget-meta li.cosmo-comments{
	line-height: 16px;
}
.widget div.widget-meta li.cosmo-comments > a{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.widget div.widget-meta li.time:before{
	content: "•   \00a0" ;
}

.widget div.widget-meta li.time time{
	line-height: 16px;
	display: inline-block;
	height: 16px;
}
.widget div.widget-meta li.author{
	line-height: 16px;
	display: inline-block;
	height: 16px;
}

.widget div.widget-meta ul li.thelike{
	display: inline-block;
	height: 16px;
	line-height: 16px;
}


/*Twitter widget*/

.cosmo-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.cosmo-twit-container .cosmo_twitter{ }
.cosmo-twit-container .cosmo_twitter p{ margin:0;}

@media only screen and (min-width: 768px) and (max-width: 990px) {.flickr_badge_image img{ width:65px !important;height: auto !important;}}


@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (min-width: 240px) and (max-width: 479px) {}

.cosmo-twit-container ul li div{padding: 15px 0; }

.cosmo-twit-container span.date{ display: block; margin-top: 0; font-style: italic;color:#999;font-size: 11px; }
.cosmo-twit-container span.date a{ text-decoration: none; }

.i_join_us{ width:100%; height: 32px; line-height: 32px; display: block; margin: 0; font-weight: bold; position:relative;}


/*Static Twitter widget*/
.tweet_item{display: none;margin-bottom: 7px;opacity: 0;}
.static .cosmo_twitter .tweet_item{ border-bottom: 1px dotted rgba(0,0,0,0.1); padding: 13px 0 15px 0;opacity: 1;display: block;}
.static .cosmo_twitter .tweet_item:last-child{ border-bottom: 0 none;}
.static .cosmo_twitter .tweet_item:first-child{ padding-top: 0; }
.static .cosmo_twitter p{ width: auto; max-width: none;}
.static .slides_container { padding: 0; }
.static.i_join_us{ margin-top: 15px; height: 22px; line-height: 22px; text-align: left;}
.i_join_us.static i {
    color: #48C4D2;
    font-size: 25px;
    padding-right: 20px;
}
.i_join_us.static i:hover {
    color: #fbfbf1;
}

/*Submit content widget*/
.widget_submit p, .widget_submit p a{line-height: 3.4;}
.widget_submit p a {
  height:67px;
  display: block;
  clear: both;
  font-size: 16px;
  background: rgba(0,0,0,0.3);
  text-align: center;
  color: #FFF;
  line-height: 72px !important;
}
.widget_submit p  a:hover{
  background: rgba(0,0,0,1);
  color: inherit;
}
.widget_submit p a img{margin-bottom:-8px;margin-right: 15px;}
.widget_submit i.icon-add{
	font-size: 32px;
	margin-left: -10px;
	position: absolute;
	color: inherit;
}
.widget_submit span{
	margin-left: 32px;
	text-transform: uppercase;
	color: inherit;
}

.instagram_widget p.instagram_likes{
	display: block;
	line-height: 18px;
	font-size: 12px;
	color: black;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.instagram_widget p.instagram_caption{
	font-size: 12px;
	color: inherit;
	margin-bottom: 15px;
	display: block;
}
#wp-calendar > caption{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#wp-calendar{
	border-spacing: 0;
	width: 100%;
}




/*##############################################*/

/* Widget likes */
.widget .icon-twitter{
	font-size: 12px;
	display: inline-block;
	margin-right: 8px;
	color: #48C4D2;
}
.widget .widget-meta .cosmo-comments{
    background: none;
}

.widget .widget-meta .cosmo-comments i{
    font-size: 12px;
}
.widget .widget-meta .cosmo-comments a:hover{
	/*color: #FFF;*/
}
.widget .widget-meta .cosmo-comments:hover i{
    font-size: 12px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.widget .widget-meta .cosmo-comments span{
    font-size: 11px;
}

.widget .widget-meta .thelike .meta-likes em{
    background: none;
    border: 0;
    padding: 0;
    font-size: 12px;
    color: inherit;
}
.widget .widget-meta .thelike .meta-likes:hover em{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.widget .widget-meta .thelike .meta-likes i{
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    margin: 0 0 0 3px;
    padding: 0;
}

/* Likes */

.widget span.meta-likes{
	color: inherit;
}

/*testimonials*/
.widget .testimonials-elem-wrapper .entry-content-name h4{
	clear: both;
}
.widget .widget-list article{
	margin-bottom: 15px !important;
}

/*==============================================================  EOF Cosmo widgets styles   ==============================================================*/

.margin_top_0 { padding-top: 0px !important;}
.margin_top_5 { padding-top: 5px !important; }
.margin_top_10 { padding-top: 10px !important; }
.margin_top_15 { padding-top: 15px !important; }
.margin_top_30 { padding-top: 30px !important; }

.margin_bottom_0 { margin-bottom: 0px !important; }
.margin_bottom_5 { margin-bottom: 5px !important; }
.margin_bottom_10 { margin-bottom: 10px !important; }
.margin_bottom_15 { margin-bottom: 15px !important; }
.margin_bottom_30 { margin-bottom: 30px !important; }

.sidebar-right {
    padding-left: 60px;
}
.sidebar-left {
    padding-right: 60px;
}

.flex-direction-nav a { font-family: 'fontello'; text-indent: 0; font-size: 40px; width: 24px;height: 40px; line-height: 40px; overflow: hidden; letter-spacing:20px; color: #dfdfdf; color: rgba(255,255,255,0.8); box-shadow: none; background: none; }
.flex-direction-nav .flex-prev { left: 30px;  opacity: 0.8; }
.flex-direction-nav .flex-next { right: 30px;  opacity: 0.8; }
.header-slideshow .flex-direction-nav .flex-prev { opacity: 0.4; }
.header-slideshow .flex-direction-nav .flex-next { opacity: 0.4; }
.header-slideshow:hover .flex-next, .header-slideshow:hover .flex-prev {opacity: 1;}
.flex-prev:before { content: '\e804'; } /* '' */
.flex-next:before { content: '\e805'; } /* '' */


.black-skin .mejs-container .mejs-controls { background: #000000; }
.black-skin .mejs-controls .mejs-time-rail .mejs-time-total, .black-skin .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: #2e2e2e; }
.black-skin .mejs-controls .mejs-time-rail .mejs-time-loaded, .black-skin .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #6e6e6e; }

.slideshow-fixed .header-slideshow { position: fixed; z-index: 0; }
.slideshow-fixed .header-slideshow .flex-direction-nav a { top: 40%; }
.slideshow-fixed .slideshow-with-menu { position: relative; }
.sticky-menu-container { position: fixed !important; margin-top: 0 !important; z-index: 9999; top: 0; }
.view-switcher{
	color: #333;
	width: 40px;
	height: 80px;
	display: block;
	font-size: 10px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-family: 'fontello';
	font-size: 14px;
	background: #f6f6f6;
	position: fixed;
	top: 50%;
	margin-top: -40px;
	right: 0;
	z-index: 4;
}
.view-switcher[data-reder_mode="list_view"] i.grid{
	display: block;
	width: 40px;
	height: 40px;
	background: #121212;
	color: #FFF;
}
.view-switcher[data-reder_mode="grid_view"] i.list{
	display: block;
	width: 40px;
	height: 40px;
	background: #121212;
	color: #FFF;
}
/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	text-align: left;
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'fontello';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: '\e805';
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.dl-menuwrapper button {
	background: #000;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #000;
}



.slide_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.contact_info p.contact-description{ margin-bottom: 30px; }
.the_contact_info.row {
    height: 0;
    line-height: 0;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

.the_contact_info .contact_info {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 50px 80px;
    position: absolute;
    z-index: 999;
}

/* Fixed slideshow menu with dropdown */

nav.cosmo-menu.dropping ul ul {
	display: none;
}

	nav.cosmo-menu.dropping ul li:hover > ul {
		display: block;
	}


nav.cosmo-menu.dropping ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
nav.cosmo-menu.dropping ul:after {
	content: ""; clear: both; display: block;
}

nav.cosmo-menu.dropping ul li {
	float: left;
}
nav.cosmo-menu.dropping ul li:hover {
	background: #f5f5f5;
}
			nav.cosmo-menu.dropping ul li:hover a {
				color: #000;
			}
		
		nav.cosmo-menu.dropping ul li a {
			display: block;
			text-decoration: none;
			padding: 3px 10px;
		}
		nav.cosmo-menu.dropping > ul > li > a {
		    padding: 7px 10px;
		}
		
	nav.cosmo-menu.dropping ul ul {
		background: #FFF; border-radius: 0px; padding: 0;
		position: absolute; top: 100%; margin-top: 0;
		color: #000;
	}
		nav.cosmo-menu.dropping ul ul li {
			float: none;
			position: relative;
			margin: 0;
			padding: 5px 0;
			max-width: none;
		}
			nav.cosmo-menu.dropping ul ul li a {
				color: #000;
				white-space: nowrap;
			}	
				nav.cosmo-menu.dropping ul ul li a:hover {
					background: #f5f5f5;
				}
		
	nav.cosmo-menu.dropping ul ul ul {
		position: absolute; left: 100%; top:0;
	}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* QTranslate */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#qtranslate-chooser { 
	list-style-type: none !important;
}
.qtrans_language_chooser {
	position:absolute;
	left: 10px;
	top: 2px;
	z-index: 9998 !important;
	list-style: none;
	list-style-type: none !important;
	/*float:right;*/
}
.qtrans_language_chooser li {
	display: inline;
	float:left;
	margin-left:5px;
	margin-top:5px;
	padding-left: 5px;
	list-style-type: none !important;
	font-size:12px;
	color:#F93;
}
