/**
 * General Theme Styles
 */


/* Preloader */
#loader{
	position: fixed;
	z-index:99989;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#loader .bar{
	position: fixed;
	top: 50%;
	left: 0;
	height: 3px;
	width: 0;
}


body.admin-bar{position:relative;}

#page-wrap{
	overflow-x:hidden;
	width:100%;
	background-color:#fff;
}
#page-wrap.page-boxed{
	width:1230px;
	margin-left:auto;
	margin-right:auto;
}

.container{
	padding-left:0;
	padding-right:0;
}
#page-content {
	padding-top:120px;
	padding-bottom: 80px;
}



/**
 *	Elements
 */

/* Social Links */
.social_link{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 30px;
	text-align:center;
	line-height:20px;
	font-size:16px;
	color:#999;
}
.social_link i{
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.social_link span{
	display:inline-block;
	vertical-align:top;
	padding-left:8px;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	color:#999;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.social_link:hover span{color:#fff;}

.footer_social_links{padding-top:9px;}



/* Navigation */
.eva-pagination{text-align:center;}
.eva-pagination a{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:40px;
	margin:0 2px 0 5px;
	font-weight:700;
	line-height:40px;
	font-size:12px;
	color:#999;
	border:1px solid #dedede;
}
.eva-pagination a:hover{
	color:#fff;
}
.eva-pagination span{
	display:inline-block;
	vertical-align:top;
	width:40px;
	height:40px;
	margin:0 2px 0 5px;
	font-weight:700;
	line-height:40px;
	font-size:12px;
	color:#fff;
	border:1px solid #1b1b1b;
	background-color:#1b1b1b;
}

.margint10{
	margin-top:10px;
}

/* Buttons */
.btn{
	text-transform:uppercase;
	font-weight:700;
	border-radius:0;
	box-shadow:none;
	border:0;
	
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btn-default{
	color:#fff;
	background-color:#999;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover{
	color:#fff;
	box-shadow:none;
}
.btn-primary{background:none;}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
	color:#fff;
	box-shadow:none;
	background:none;
}
.btn-primary:hover{
	color:#fff;
	background-color:#1b1b1b !important;
}
.btn-lg{
	padding:9px 25px;
	line-height:24px;
	font-size:12px;
}


/* Bottom Instagram */
#instafeed a{
	position:relative;
	float:left;
	display:block;
	width:12.5%;
}
#instafeed a:before{
	content: "\f178";
	position:absolute;
	z-index:3;
	left:50%;
	top:60%;
	width:30px;
	height:30px;
	margin:-15px 0 0 -15px;
	font-family: 'FontAwesome';
	text-align:center;
	line-height:30px;
	font-size:22px;
	color:#333;
	opacity:0;
	
	-webkit-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
			transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#instafeed a:hover:before{
	top:50%;
	opacity:1;
}
#instafeed a img{
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
#instafeed a:hover img{opacity:0.35;}


/* Bottom Tweets */
.tweets_plugin_wrap{
	margin:0 -15px;
}
.tweets_plugin_wrap > p{
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding:0 15px;
}
.tweets_plugin_wrap > p a{color:#999;}
.tweets_plugin_wrap > p small{
	display:block;
	padding-top:7px;
	text-transform:uppercase;
	line-height:24px;
	font-size:13px;
}
 


/**
 * Header
 */

header{
	background-color:#000;
	background-position:center center;
}

 
/* Top Bar */
.top_bar{
	position:absolute;
	z-index:999;
	left:0;
	width:100%;
	text-align:center;
	background-color:#1b1b1b;
}
body.admin-bar .top_bar.top-bar-fixed{
	top:32px !important;
}
.top_bar.top-bar-fixed{
	position:fixed;
	top:0 !important;
}
.page-boxed .top_bar{
	left:50%;
	width:1230px;
	margin-left:-615px;
}



/* Top Search */
.top_bar .header_search{
	float:right;
	width:150px;
	padding:10px 0;
	
	-webkit-transition: width 0.2s ease-in-out;
			transition: width 0.2s ease-in-out;
}
.top_bar .header_search.form_focus{
	width:200px;
}
.header_search form{position:relative;}
.header_search input[type="text"]{
	padding:0 50px 0 10px;
	height:40px;
	font-style:italic;
	font-size:12px;
	color:#525252;
	border:0;
	background:transparent;
	
	-webkit-transition: background 0.2s ease-in-out;
			transition: background 0.2s ease-in-out;
}
.header_search input[type="text"]:focus{
	background-color:#fff;
}
.header_search input[type="submit"]{
	position:absolute;
	z-index:3;
	top:0;
	right:0;
	width:40px;
	height:40px;
	opacity:0;
}
.header_search i.fa{
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#666;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.header_search.form_focus i.fa {
    color:#1b1b1b;
}


/* Theme Logo */
.cstheme-logo{
	position:relative;
	padding:380px 0px 0px 0px;
	text-align:right;
}
.cstheme-logo a{
	display:inline-block;
	vertical-align:top;
	font-weight:700;
	line-height:134px;
	font-size:80px;
	color:#242424 !important;
}

footer .cstheme-logo{
	display:inline-block;
	vertical-align:top;
	width:86px;
	margin-right:13px;
	padding:0;
	padding-top:10px;
	opacity:0.8;
}
footer .cstheme-logo a{
	display:block;
	line-height:39px;
	font-size:40px;
}


/* Main Menu */
.menu-primary-menu-container-wrap{
	float:center;
	margin:0;
	padding:0;
}
.nav-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.nav-menu > li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0;
}
.nav-menu > li > a{
	position:relative;
	display:block;
	margin:0 15px 0 0;
	padding:18px 35px 18px 0;
	text-transform:uppercase;
	font-weight:700;
	font-size:13px;
	color:#fff;
	letter-spacing:1px;
}
.nav-menu > li:last-child > a{
	margin-right:0;
	padding-right:0;
}
.nav-menu > li:hover > a{
	color:#fff;
}
.nav-menu > li > a:after{
	content:'/';
	position:absolute;
	top:18px;
	right:0;
	font-weight:300;
	color:#454545;
}
.nav-menu > li:last-child > a:after{display:none;}

/* Sub Menu */
.nav-menu .sub-menu{
	visibility:hidden;
	opacity:0;
	position:absolute;
	z-index:9998;
	left:-22px;
	/*top:100%; bottom: 60px;*/
	
	margin:0px 0 0;
	text-align:left;
	list-style:none;
	min-width:220px;
	padding:0;
	background-color:#212121;
}

.sub-menu-up{
	bottom: 60px;
}

.sub-menu-down{
	top:100%;
}


.nav-menu .sub-menu:before{
	content:'';
	position:absolute;
	left:0;
	top:-5px;
	width:100%;
	height:5px;
}
.nav-menu .sub-menu:after{
	/*
	content:'';
	position:absolute;
	left:35px;
	top:-5px;
	width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #212121;
    */
}
.nav-menu .menu-item-has-children:hover .sub-menu{
	visibility:visible;
	opacity:1;
}
.nav-menu .sub-menu li{
	border-bottom:1px solid #383838;
}
.nav-menu .sub-menu li:last-child{
	border-bottom:0;
}
.nav-menu .sub-menu li.menu-item-has-children{position:relative;}
.nav-menu .sub-menu > li.menu-item-has-children > a{position:relative;}
.nav-menu .sub-menu > li.menu-item-has-children > a:before{
	content: "\f105";
	position:absolute;
	top:8px;
	right:11px;
	font-family: 'FontAwesome';
	color:#595959;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.nav-menu .sub-menu > li.menu-item-has-children > a:hover:before{color:#fff;}
.nav-menu .sub-menu li a{
	display:block;
	/*padding:8px 22px;*/
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	color:#fff;
	text-shadow:none;
	letter-spacing:1px;
}
.nav-menu li .sub-menu li a:hover,
.nav-menu li .sub-menu li.current-menu-item a,
.nav-menu li .sub-menu li.current-menu-parent > a{
	/*background-color:#131313;*/
}


/* Sub Menu 2 */
.nav-menu .sub-menu .sub-menu{
	visibility:hidden !important;
	opacity:0 !important;
	position:absolute;
	z-index:100;
	left:100%;
	top:0;
	/*width:200px;*/
	margin:0 0 0 5px;
	background-color:#1b1b1b;
}
.nav-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu{
	visibility:visible !important;
	opacity:1 !important;
}
.nav-menu .sub-menu .sub-menu:before{
	content:'';
	position:absolute;
	left:-5px;
	top:0;
	width:5px;
	height:100%;
}
.nav-menu .sub-menu .sub-menu:after{
	content:'';
	position:absolute;
	left:-15px;
	top:12px;
	width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid #1b1b1b;
    border-bottom: 9px solid transparent;
}

/*new menu*/
.ul_new_menu{

	color: #ffffff; 
	font-size: 13px; 
	margin:15px;
	margin-left:60px;
}

.li_new_menu_img{
	width: 232px; 
	height: auto; 
	float: left;
}

.li_new_menu{
	width: 500px; 
	padding-left: 10px
}

.li_new_menu_right{
	width: 350px; 
	padding-left: 10px
}

.li_new_menu_end{
	width: 250px; 
	padding-left: 10px
}

.p_new_menu_first{
	margin: 0px; 
	font-size: 15px; 
	font-weight: 700;
	color: #fff;
}

.p_new_menu{
	margin: 10px 0;
	line-height: 16px;
	font-size: 12px;
}

.i_new_menu_color{
	color: #fff;
}

.i_red_color{
	color: #ff6666;
}

/* mobile button menu */
.mobile_menu_btn{
    padding:20px 0;
	color: #999;
    display: none;
    font-size: 22px;
	height: 60px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.mobile_menu_btn:hover{color:#fff;}

/* Footer Menu */
.footer-menu{
	margin:7px 0 0;
	list-style:none;
	text-align:center;
}
.footer-menu li{
	display:inline-block;
	vertical-align:top;
	margin:0 18px;
}
.footer-menu li a{
	text-transform:uppercase;
	line-height:20px;
	font-size:13px;
	color:#666;
}
.footer-menu li a:hover,
.footer-menu li.current-menu-item a{
	color:#000;
}



/**
 *	Sidebar
 */

#sidebar{
	position:relative;
}
body.page-template-default #sidebar{margin-top:0;}
#sidebar .sidebar-fixed.fixed{
	position:absolute;
	left:15px;
	right:15px;
	top:0;
}
#sidebar .widget{margin-bottom:40px;}
#sidebar h4.widget-title{
	position:relative;
	margin:0 0 30px;
	padding:8px 10px;
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	text-align:center;
	background-color:#1b1b1b;
}
#sidebar h4.widget-title:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:-7px;
	margin-left:-7px;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #1b1b1b;
}


/* Widget About Me */
.cstheme-about-widget{text-align:center;}
.cstheme-about-widget img{
	border-radius:50%;
	margin-bottom:35px;
}
.cstheme-about-widget p{
	margin-bottom:0;
	line-height:26px;
	font-size:18px;
	color:#333;
}
.cstheme-about-widget a.btn{
	margin-top:40px;
	padding:9px 24px;
}


/* Widget Flickr */
.widget-cstheme-flickr{margin:0 -4px;}
.widget-cstheme-flickr .widget-title{
	margin-left:4px !important;
	margin-right:4px !important;
}
.widget-cstheme-flickr .flickr_badge_image{
	overflow:hidden;
	float:left;
	width:33.33%;
	margin-bottom:8px;
	padding:0 4px;
}
.widget-cstheme-flickr .flickr_badge_image a{
	display:block;
}
.widget-cstheme-flickr .flickr_badge_image img{
	width:100%;
	
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
.widget-cstheme-flickr .flickr_badge_image a:hover img{
	opacity:0.5;
}


/* Widget Categories, Archive, Meta */
.widget_meta ul,
.widget_archive ul,
.widget_categories ul{
	margin:0;
	list-style:none;
	text-align:center;
}
.widget_meta li,
.widget_archive li,
.widget_categories li{
	margin-bottom:10px;
	padding-bottom:10px;
	font-weight:300;
	line-height:20px;
	font-size:9px;
	color:#999;
	border-bottom:1px solid #dedede;
}
.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child{
	border-bottom:0;
}
.widget_meta li a,
.widget_archive li a,
.widget_categories li a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:13px;
	color:#363636;
	border-bottom:1px solid transparent;
}
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover{
	color:#999;
}


/* Widget Recent Posts */
.recent_posts_list{
	margin:0;
	list-style:none;
}
.recent_posts_list li{margin-bottom:20px;}
.recent_posts_img{
	float:left;
	display:block;
	margin:0 20px 10px 0;
}
.recent_posts_img img{
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
.recent_posts_list li:hover .recent_posts_img img{
	opacity:0.5;
}
.recent_posts_content.with_featured_img{
	float:left;
	width:160px;
}
.recent_post_title{
	margin:-5px 0 11px;
	text-transform:none;
	line-height:22px;
	font-size:16px;
	letter-spacing:0;
}
.recent-post-meta-date{
	font-weight:300;
	font-style:italic;
	line-height:20px;
	font-size:12px;
	color:#999;
}



/* Widget Recent Entries */
.widget_recent_entries ul{
	margin:0;
	list-style:none;
	text-align:center;
}
.widget_recent_entries li{margin-bottom:20px;}
.widget_recent_entries li a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	line-height:20px;
	font-size:16px;
}


/* Widget Recent Comments */
.widget_recent_comments ul{
	margin:0;
	list-style:none;
	text-align:center;
}
.widget_recent_comments li{
	margin-bottom:20px;
	color:#ccc;
}
.widget_recent_comments li span{
	color:#666;
}


/* Widget Tags Cloud */
.widget_tag_cloud .tagcloud{text-align:center;}
.widget_tag_cloud a{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 5px;
	color:#333;
	border-bottom:1px solid transparent;
}


/* Widget Search */
.widget_search .search-form{
	position:relative;
	padding:20px 30px;
	background-color:#f5f5f5;
}
.widget_search .screen-reader-text{
	display:none;
	margin-bottom:10px;
	text-align:center;
	line-height:20px;
	font-size:14px;
	color:#666;
}
.widget_search input{
	border:0;
	border-left:2px solid transparent;
	
	-webkit-transition: border-color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out;
}
.widget_search label{
	position:relative;
	display:block;
	padding:0;
}
.widget_search label:before{
	content: "\f002";
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#ccc;
}
.widget_search .search-submit{
	overflow:hidden;
	position:absolute;
	z-index:3;
	bottom:30px;
	right:29px;
	width:40px;
	height:40px;
	text-indent:-9999px;
	opacity:0;
}


/* Widget MailChimp */
#sidebar .form.mc4wp-form{
	position:relative;
	padding:21px 29px 30px;
	background-color:#f5f5f5;
}
#sidebar .form.mc4wp-form label{
	display:block;
	margin-bottom:10px;
	font-weight:300;
	text-align:center;
	line-height:20px;
	font-size:14px;
	color:#666;
}
#sidebar .form.mc4wp-form input{
	border:0;
	border-left:2px solid transparent;
	
	-webkit-transition: border-color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out;
}
#sidebar .form.mc4wp-form form{position:relative;}
#sidebar .form.mc4wp-form form:before{
	content: "\f003";
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#ccc;
}
#sidebar .form.mc4wp-form input[type="submit"]{
	overflow:hidden;
	position:absolute;
	z-index:3;
	bottom:0;
	right:0;
	width:40px;
	height:40px;
	text-indent:-9999px;
	opacity:0;
}


/* Widget Rss */
#sidebar .widget_rss .widget-title a img{
	margin-top:9px;
}
#sidebar .widget_rss ul{
	margin:0;
	list-style:none;
}
#sidebar .widget_rss li{margin-bottom:20px;}


/* Widget Nav */
.widget_pages ul,
.widget_nav_menu ul{
	margin:0;
	list-style:none;
}
.widget_pages li a,
.widget_nav_menu li a{
	display:inline-block;
	vertical-align:top;
	margin-bottom:9px;
}
.widget_pages ul ul,
.widget_nav_menu ul ul{
	margin-left:20px;
	margin-bottom:5px;
}
.widget_pages ul ul a,
.widget_nav_menu ul ul a{
	position:relative;
}
.widget_pages ul ul a:before,
.widget_nav_menu ul ul a:before{
	content:"-";
	position:absolute;
	left:-10px;
	top:0;
}



/**
 *	Blog Posts Page
 */


/* Blog Category Page */
.category-title, .archive-title{padding:0 0 50px;}


/* Search Result Page */
.search-result-list article.post{padding:0 0 80px;}

/* Search Result Page (no result) */
body.search-no-results #page-content{padding:240px 0 200px;}

 
/* Blog Posts List */
article.post .post-content-wrapper{
	position:relative;
	padding:0 0 55px 150px;
}

article.post .post-author-wrap{
	position:absolute;
	left:0;
	top:0;
	width:135px;
	text-align:center;
}
article.post .post-author-wrap img{
	border-radius:50%;
}
article.post .post-author-wrap span{
	display:block;
	padding:12px 0 6px;
	font-weight:300;
	font-size:13px;
	color:#000;
}
article.post .post-author-name{
	display:block;
	font-weight:300;
	line-height:16px;
	font-size:13px;
	color:#666;
}
article.post .post-author-name:hover{color:#000;}

#pc-leade{margin-bottom:80px;}
#pc-leade article.post .post-content-wrap{
	float:left;
	width:100%;
	margin-top:-9px;
}
#pc-leade article.post.has-post-thumbnail .post-content-wrap{margin-left:30px;width:570px;}
#pc-leade.col-md-9 article.post.has-post-thumbnail .post-content-wrap{margin-left:30px;width:390px;}

article.post .post-meta{padding-bottom:15px;}
article.post .post-meta span{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	font-weight:300;
	line-height:24px;
	font-size:13px;
	color:#999;
}
.post-meta-category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:700;
}
.post-meta-category a:hover{color:#333 !important;}
article.post .post-meta span.post-meta-sep{color:#ccc;}

article.post h2.post-title{
	margin-bottom:10px;
	text-transform:none;
	font-weight:bold;
	line-height:20px;
	font-size:16px;
}
article.post h2.post-title a:hover{color:#999;}

#pc-leade article.post .post-image,
#pc-leade article.post .post-slider,
#pc-leade article.post .post-audio,
#pc-leade article.post .post-quote,
#pc-leade article.post .post-video{
	float:left;
	width:388px;
	margin-bottom:45px;
}
#pc-leade.col-md-9 article.post .post-image,
#pc-leade.col-md-9 article.post .post-slider,
#pc-leade.col-md-9 article.post .post-audio,
#pc-leade.col-md-9 article.post .post-quote,
#pc-leade.col-md-9 article.post .post-video{
	width:350px;
}
.post-video iframe{margin:0;}

article.post .post-content{
	padding-bottom:0px;
}

.post-meta-comments{color:#999;}
.post-meta-comments a{
	font-size:13px;
	color:#999;
}
.post-meta-comments a:hover{color:#000;}
.post-meta-comments i{
	margin-right:5px;
	color:#ccc;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}

.post-meta-likes, .post-meta-views{
	float:right;
	display:inline-block;
	vertical-align:top;
	padding:0 20px 5px 0;
	line-height:20px;
	font-size:13px;
	color:#999;
}
.post-meta-likes i, .post-meta-views i{
	margin-right:5px;
	color:#ccc;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.post-meta-likes b{font-weight:300;}
.post-meta-likes span, .post-meta-views span{
	color:#999;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.post-meta-likes:hover span, .post-meta-views:hover span{color:#333;}
.post-meta-likes a.likeit.liked .fa-heart-o:before{content:'\f004';}

.post-meta-tags a{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 20px 10px 0;
	padding:0 14px 0 9px;
	line-height:25px;
	font-size:13px;
	color:#999;
	border:1px solid #dedede;
	border-right:0;
}
.post-meta-tags a:hover{color:#333;}
.post-meta-tags a:before{
	content:'';
	position:absolute;
	right:-1px;
	top:10px;
	width:6px;
	height:6px;
	border-radius:50%;
	border:1px solid #dedede;
	
	-webkit-transition: border-color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out;
}
.post-meta-tags a i{
	position:absolute;
	top:-1px;
	right:-10px;
	width:10px;
	height:27px;
}
.post-meta-tags a i:before{
	content:'';
	position:absolute;
	left:-3.5px;
	top:6.5px;
	width:16px;
	height:1px;
	background-color:#cecece;
	
	-webkit-transform:rotate(56deg);
			transform:rotate(56deg);
			
	-webkit-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
}
.post-meta-tags a i:after{
	content:'';
	position:absolute;
	left:-3.5px;
	bottom:6.5px;
	width:16px;
	height:1px;
	background-color:#cecece;
	
	-webkit-transform:rotate(-56deg);
			transform:rotate(-56deg);
			
	-webkit-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
}


/* Post Format Link */
article.post.format-link{
	margin-bottom:100px;
	padding-left:0;
	text-align:center;
}
article.post .post-format-label{
	position:relative;
	z-index:3;
	display:inline-block;
	vertical-align:top;
	margin-bottom:28px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:13px;
}
article.post .post-format-label:before,
article.post .post-format-label:after{
	content:'';
	position:absolute;
	top:9px;
	width:37px;
	height:5px;
	background-image:url(../images/arrows.png);
}
article.post .post-format-label:before{left:-57px;}
article.post .post-format-label:after{right:-57px;}
article.post.format-link h2.post-title{
	margin-bottom:3px;
}
article.post .post-format-link-url{
	font-weight:700;
	font-size:14px;
}
article.post .post-format-link-url:hover{
	color:#000;
}

/* Post Format Quote */
.post-format-quote-wrap{
	overflow:hidden;
	position:relative;
	padding:45px 45px 33px;
	background-color:#000;
}
.featured_image-div{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
}
.featured_image-div:before{
	content:'';
	position:absolute;
	z-index:-2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(27,27,27,0.85);
}
.featured_image-no{
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:95px;
	background-image:url(../images/quote_bg.png);
	background-repeat:no-repeat;
	-webkit-background-size:100% auto;
			background-size:100% auto;
}
article.post.format-quote{
	margin-bottom:100px;
	padding-left:0;
	text-align:center;
}
article.post.format-quote h2{
	position:relative;
	z-index:3;
	margin-bottom:20px;
	text-transform:none;
	font-weight:300;
	line-height:30px;
	font-size:22px;
	color:#fff;
}
article.post.format-quote .quote_author{
	position:relative;
	z-index:3;
	font-style:italic;
}
article.post.format-quote .quote_author i{
	display:inline-block;
	vertical-align:top;
	padding-right:5px;
	color:#69604c;
}

/* Post Format Image */
.post-image a{
	position:relative;
	display:block;
}
.post-image a img{
	width:100%;
	
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
.post-image:hover a img{opacity:0.5;}

/* Post Format Video */
.post-video.with-thumbnail a{
	position:relative;
	display:block;
}
.post-video.with-thumbnail a:before{
	content: "\f04b";
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	font-family: 'FontAwesome';
	text-align:center;
	line-height:38px;
	font-size:14px;
	color:#000;
	text-indent:4px;
	border:2px solid #000;
	border-radius:50%;
	
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.post-video.with-thumbnail:hover a:before{
	color:#999;
	border-color:#999;
}



/**
 *	Blog Posts Page Masonry
 */

#blog-masonry-lists.col-md-12{padding:0 !important;}
#blog-masonry-lists article.post{
	float:left;
	width:50%;
	padding:0 15px 65px;
}
#blog-masonry-lists.col-md-9 article.post{width:48%;}
.col-md-9 .post-slider.flexslider{min-height:250px;}
#blog-masonry-lists article.post .post-image,
#blog-masonry-lists article.post .post-slider,
#blog-masonry-lists article.post .post-audio,
#blog-masonry-lists article.post .post-quote,
#blog-masonry-lists article.post .post-video{
	margin-bottom:45px;
}
#blog-masonry-lists .post-content{display:none;}
.col-md-9 article.post h2.post-title{
	line-height:28px;
	font-size:24px;
}



/**
 *	Blog Posts Page Masonry Full Screen
 */

 
#blog-masonry-lists.posts_columns2,
#blog-masonry-lists.posts_columns3,
#blog-masonry-lists.posts_columns4,
#blog-masonry-lists.posts_columns5{
	width:100%;
}
#blog-masonry-lists.posts_columns2 article.post{width:50%;}
#blog-masonry-lists.posts_columns3 article.post{width:33.33%;}
#blog-masonry-lists.posts_columns4 article.post{width:25%;}
#blog-masonry-lists.posts_columns5 article.post{width:20%;}

#blog-masonry-lists.posts_columns4 article.post h2.post-title{
	line-height:30px;
	font-size:24px;
}

#blog-masonry-lists.posts_columns5 article.post h2.post-title{
	line-height:24px;
	font-size:20px;
}



/**
 *	Home Page Posts Slider
 */

#posts-slider{margin-bottom:50px;}
#posts-slider .posts-slider-item{position:relative;}
#posts-slider .posts-slider-item img{
	float:left;
	width:66%;
}
#posts-slider .posts-slider-descr{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:34%;
	padding:56px 50px 20px;
}
#posts-slider .posts-slider-descr:after{
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.15;
}
#posts-slider .posts-slider-descr:before{
	content:'';
	position:absolute;
	left:-11px;
	top:50%;
	margin-top:-15px;
	width:20px;
	height:20px;
	background-color:#f7f3ea;
	
	-webkit-transform:rotate(-45deg);
			transform:rotate(-45deg);
}
.posts-slider-meta{
	position:relative;
	padding-top:36px;
	padding-bottom:30px;
}
.posts-slider-meta:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:37px;
	height:5px;
	background-image:url(../images/arrows.png);
}
.posts-slider-meta span{
	display:inline-block;
	vertical-align:top;
	font-weight:300;
	line-height:20px;
	font-size:12px;
	color:#999;
}
.posts-slider-meta-category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:100;
	line-height:20px;
	font-size:18px;
}
.posts-slider-meta-date{font-style:italic; font-size: 20px;}
.post-meta-sep{padding:0 5px;}
.posts-slider-title{
	margin-bottom:35px;
	text-transform:none;
	line-height:50px;
	font-size:42px;
	letter-spacing:0;
}
.posts-slider-title:hover a{color:#999;}
.posts-slider-bottom{
	position:absolute;
	left:0;
	bottom:50px;
	width:100%;
	padding:0 50px;
}
.posts-slider-meta-comments i{
	display:inline-block;
	vertical-align:top;
	padding-right:7px;
	line-height:41px;
	font-size:18px;
	color:#ccc;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.posts-slider-meta-comments a{
	line-height:41px;
	font-size:13px;
	color:#999;
}
.posts-slider-meta-comments:hover a{color:#333;}


 
/**
 *	Blog Page Posts Carousel
 */

#posts-carousel{margin-bottom:60px;}
#posts-carousel .posts-carousel-list{
	border-bottom:1px solid #dedede;
}
#posts-carousel .owl-carousel .owl-stage-outer{
	padding-bottom:10px;
}
#posts-carousel .owl-carousel .owl-item:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-10px;
	height:2px;
	opacity:0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
#posts-carousel .owl-carousel .owl-item:hover:before{opacity:1;}
.h2nextp{
	margin:0px 0px 30px 0px;
}
h2.home_posts_carousel_title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:60px auto 50px;
	margin:60px 60px 20px 60px;
	padding:0 60px;
	text-align:center;
	font-weight:normal;
	font-size:50px;
}
h2.home_posts_carousel_title:before,
h2.home_posts_carousel_title:after{
	/*content:'';
	position:absolute;
	top:14px;
	width:37px;
	height:5px;
	background-image:url(../images/arrows.png);*/
}
h2.home_posts_carousel_title:before{left:0;}
h2.home_posts_carousel_title:after{right:0;}
.posts-carousel-img{
	display:block;
	margin-bottom:22px;
	
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
.posts-carousel-img:hover{
	opacity:0.5;
}
.posts-carousel-title{
	margin-bottom:10px;
	text-transform:none;
	line-height:26px;
	font-size:15px;
	letter-spacing:0;
}
.posts-carousel-title:hover a{color:#999;}
.posts-carousel-meta{padding-bottom:13px;}
.posts-carousel-meta-category{
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}
.posts-carousel-meta-category a:hover{color:#333;}
.posts-carousel-meta-sep{
	color: #ccc;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    vertical-align: top;
	padding:0 8px;
}
.posts-carousel-meta-date{
	display:inline-block;
	vertical-align:top;
	vertical-align: top;
	font-style:italic;
	font-size:12px;
	color:#999;
}



/* Home Author Info */
#about-leade{
	overflow:hidden;
	position:relative;
	margin-bottom:80px;
	padding:60px 60px 66px 70px;
}
#about-leade:before{
	content:'';
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.15;
}
#about-leade:after{
	content:'';
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	width: 0;
    height: 0;
    border-bottom: 566px solid red; 
    border-left: 566px solid transparent;
	opacity:0.2;
}
.home-author-bio{
	position:relative;
	z-index:2;
	float:left;
	width:55%;
}
#about-leade h4{
	position:relative;
	margin-bottom:18px;
	padding-bottom:24px;
	font-weight:normal;
	font-size:39px;
}
#about-leade h4:before{
	content: '';
	position: absolute;
    left: 0;
    bottom: 0;
    width: 37px;
	height: 5px;
	/*background-image: url(../images/arrows.png);*/
}
.home-author-image{
	position:relative;
	z-index:3;
	float:right;
	border-radius:50%;
	border:20px solid #fff;
	box-shadow:1px 2px 3px rgba(0,0,0,0.1);
}
.home-author-image:before{
	content:'';
	position:absolute;
	left:-100px;
	top:220px;
	width:200px;
	height:2px;
	
	-webkit-transform:rotate(-45deg);
			transform:rotate(-45deg);
}
.home-author-image:after{
	content:'';
	position:absolute;
	right:-50px;
	bottom:220px;
	width:100px;
	height:2px;
	
	-webkit-transform:rotate(-45deg);
			transform:rotate(-45deg);
}
.home-author-image a{display:block;}
.home-author-image img{border-radius:50%;}
#about-leade h2{
	margin-bottom:22px;
	text-transform:none;
	line-height:70px;
	font-size:70px;
}
#about-leade p{
	margin-bottom:11px;
	font-weight:300;
	line-height:30px;
	font-size:18px;
	color:#333;
}
.home-author-btn{
	display:inline-block;
	vertical-align:top;
	padding:8px 17px 9px;
	text-transform:uppercase;
	font-weight:700;
	line-height:24px;
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
	background-color:#999;
}



/* Subscribe Home Page */
.subscribe-home-page{
	padding-top:32px;
	padding-bottom:20px;
	background-color:#2e2e2e;
}
.subscribe-descr-home-page{
	float:left;
	width:39%;
	padding-left:60px;
}
.subscribe-descr-home-page h2{
	position:relative;
	margin-bottom:12px;
	text-transform:uppercase;
	font-weight:700;
	line-height:38px;
	font-size:30px;
	color:#fff;
	letter-spacing:2px;
}
.subscribe-descr-home-page h2:before{
	content: '';
	position: absolute;
    top:16px;
	left:-60px;
    width: 37px;
	height: 5px;
	/*background-image: url(../images/arrows.png);*/
}
.subscribe-descr-home-page p{
	font-weight:300;
	line-height:24px;
	font-size:15px;
	color:#999;
}

.subscribe-home-page .mc4wp-form{
	float:right;
	position:relative;
	width:510px;
	margin:23px 0 14px;
}
.subscribe-home-page .mc4wp-form p > label{display:none;}
.subscribe-home-page .mc4wp-form input[type="email"]{
	display:block;
	width:100%;
	height:61px;
	padding:20px 130px 21px 20px;
	font-weight:300;
	line-height:20px;
	font-size:15px;
	color:#999;
	border:1px solid #dedede;
}
.subscribe-home-page .mc4wp-form input[type="submit"]{
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	width:110px;
	height:61px;
	padding:0;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	line-height:41px;
	font-size:16px;
	color:#fff;
	background-color:#999;
}
.subscribe-home-page .mc4wp-form input[type="submit"]:hover{
	color:#fff;
}



/* Posts Columns */
#posts-columns > div{
	position:relative;
	border:1px solid #dedede;
}
#posts-columns .posts-column1{position:relative;}
#posts-columns .posts-column1:before{
	content:'';
	position:absolute;
	right:-15px;
	top:0;
	bottom:0;
	width:1px;
	background-color:#dedede;
}
.posts-columns-bg{
	position:absolute;
	left:10px;
	right:10px;
	height:10px;
	bottom:-11px;
	background-image:url(../images/columns-posts-bg.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
}
.posts-column1{padding:40px 20px 30px 40px;}
.posts-column2{padding:40px 40px 30px 20px;}
.home_posts_columns_title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-bottom:40px;
	padding:0 60px;
	font-weight:700;
	text-align:center;
}
.home_posts_columns_title:before,
.home_posts_columns_title:after{
	content: '';
	position: absolute;
    top:13px;
    width: 37px;
	height: 5px;
	/*background-image: url(../images/arrows.png);*/
}
.home_posts_columns_title:before{left:0;}
.home_posts_columns_title:after{right:0;}

.posts-columns-item{
	position:relative;
	padding-left:200px;
	min-height:150px;
}
.posts-columns-img{
	position:absolute;
	left:0;
	top:6px;
	
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
.posts-columns-img:hover{opacity:0.5;}
.posts-columns-descr{padding-bottom:30px;}
.posts-columns-title{
	margin-bottom:9px;
	text-transform:none;
	font-weight:300;
	line-height:26px;
	font-size:18px;
	letter-spacing:0;
}
.posts-columns-title:hover a{color:#999;}
.posts-columns-meta-date{
	display:inline-block;
	vertical-align:top;
	padding:0 9px 9px 0;
	font-style:italic;
	line-height:20px;
	font-size:12px;
	color:#999;
}
.posts-columns-meta-sep{
	display:inline-block;
	vertical-align:top;
	font-weight:300;
	font-size:12px;
	color:#ccc;
}
.posts-columns-meta-comments{
	display:inline-block;
	vertical-align:top;
	padding:0 0 9px 9px;
	line-height:20px;
	font-size:13px;
	color:#999;
}
.posts-columns-meta-comments i{
	display:inline-block;
	vertical-align:top;
	padding-right:5px;
	line-height:20px;
	font-size:18px;
	color:#ccc;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
.posts-columns-meta-comments a{color:#999;}
.posts-columns-meta-comments:hover a{color:#333;}



/* Navigation */
#posts-carousel .owl-nav > div{
	position:absolute;
	top:-88px;
	width:80px;
	height:41px;
	text-align:center;
	line-height:30px;
	font-size:26px;
	color:#ccc;
	border:1px solid #dedede;
	
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
#posts-carousel .owl-nav > .owl-prev{left:0;}
#posts-carousel .owl-nav > .owl-next{right:0;}
#posts-carousel .owl-nav > div:hover{
	color:#333;
	border-color:#999;
}
#posts-carousel .owl-nav > div i{
	display:block;
	height:41px;
	line-height:39px;
}


/**
 *	Single Blog Post
 */

.single-post h2.title{
	margin-bottom:20px;
	text-transform:none;
	font-weight:300;
	line-height:72px;
	font-size:60px;
}

.single-post-meta{padding-bottom:34px;}
.single-post-meta span.sep{
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
	font-weight:300;
	line-height:20px;
	font-size:20px;
	color:#ccc;
}
.single-post-meta span.post-meta-date{
	display:inline-block;
	vertical-align:top;
	margin-right:30px;
	font-weight:300;
	line-height:20px;
	font-size:12px;
	color:#999;
}
.post-meta-category a{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:15px;
}
.post-meta-category a:hover{color:#333 !important;}
.post-meta-date{
	font-style:italic;
	color:#999;
}
.post-content-pread{
	font-size: 12px;
	line-height: 20px;
}
.post-content-pread-n{
	font-size: 12px;
	line-height: 18px;
	color: #006666;
}
#blog-single-wrap .post-content{
	padding-bottom:30px;
	font-weight:300;
	line-height:30px;
	font-size:18px;
	color:#333;
}
#blog-single-wrap .post-content h1,
#blog-single-wrap .post-content h2,
#blog-single-wrap .post-content h3,
#blog-single-wrap .post-content h4,
#blog-single-wrap .post-content h5,
#blog-single-wrap .post-content h6{
	text-transform:none;
	letter-spacing:0;
}



/* ShareBox */
#sharebox{
	margin:0 0 40px;
	padding:0 0 17px;
}
#sharebox ul{
	margin:0;
	list-style:none;
}
#sharebox li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 30px;
}
#sharebox li i{
	text-align:center;
	line-height:27px;
	font-size:16px;
	color:#999;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
#sharebox li span{
	display:inline-block;
	vertical-align:top;
	padding-left:8px;
	text-transform:uppercase;
	font-weight:700;
	line-height:27px;
	font-size:12px;
	color:#999;
	letter-spacing:1px;
	
	-webkit-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
}
#sharebox li:hover span{color:#1b1b1b;}



/* Post Format Gallery */
.single-post .flexslider{
	margin:0 0 43px;
}

/* Post Format Image */
.single-post .post-image{
	position:relative;
	margin:0 0 43px;
}

/* Post Format Image */
.single-post .post-video{
	margin:0 0 43px;
}


/* Post Author Info */
#author-info{
	margin-bottom:50px;
	padding:36px 20px 30px 40px;
	background-color:#fff8eb;
}
.author-bio{
	float:left;
	width:82%;
}
.author-bio h4{
	margin-bottom:12px;
	text-transform:none;
	font-weight:700;
	line-height:30px;
	font-size:22px;
	letter-spacing:0;
}
.author-bio p{
	line-height:30px;
	font-size:18px;
	color:#333;
}
.author-image{
	float:right;
	width:110px;
}
.author-image{text-align:center;}
.author-avatar{display:block;}
.author-avatar img{
	margin-bottom:14px;
	border-radius:50%;
}
.author-image i{
	display:block;
	padding-bottom:8px;
	font-weight:300;
	line-height:20px;
	font-size:13px;
	color:#ccc;
}
.author-name{
	display:block;
	font-style:italic;
	line-height:16px;
	font-size:13px;
	color:#666;
}


/* Post Comments */
h2.comments-count{
	margin-bottom:50px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	line-height:40px;
	font-size:22px;
	color:#333;
	letter-spacing:1px;
}
h2.comments-count b{
	display:inline-block;
	vertical-align:top;
	margin-left:12px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:22px;
	color:#fff;
	border-radius:50%;
}
ol.commentlist{
	margin:0 0 25px;
	list-style:none;
}
.comment-body{
	position:relative;
	min-height:145px;
	margin-bottom:30px;
	padding:0 0 0 100px;
}
.comment-content{
	position:relative;
	padding:23px 30px 3px;
	line-height:24px;
	color:#333;
	border:1px solid #dedede;
}
.comment-content:before{
	content:'';
	position:absolute;
	left:-17px;
	top:29px;
	width:17px;
	height:17px;
	background-image:url(../images/author-arrow1.jpg);
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.comment-content:after{
	content:'';
	position:absolute;
	top:-1px;
	right:-1px;
	width:20px;
	height:20px;
	background-image:url(../images/author-arrow2.jpg);
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
.comment-body .comment-avatar{
	position:absolute;
	left:0;
	top:0;
	width:70px;
	text-align:center;
	line-height:16px;
	font-size:13px;
}
.comment-body .comment-avatar img{
	margin-bottom:14px;
	border-radius:50%;
}
.comment-body .comment-avatar i{
	display:block;
	margin-bottom:8px;
	line-height:20px;
	font-size:13px;
	color:#ccc;
}
ol.commentlist ul{
	margin:0 0 0 30px;
	list-style:none;
}
.comment-text{
	line-height:24px;
	font-size:15px;
	color:#333;
}
.comment-meta{margin-bottom:7px;}
.comment-meta .comment-date{
	float:left;
	display:block;
	line-height:20px;
	font-size:12px;
	color:#999;
}
.comment-reply-link,
.comment-edit-link{
	float:right;
	margin-left:20px;
	line-height:20px;
	font-size:12px;
	color:#999;
}



/* Post Comment Form */
#respond{
	padding:42px 40px 40px;
	text-align:center;
	background-color:#f4f4f4;
}
h3#reply-title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 auto 50px;
	padding:0 60px;
	text-align:center;
	font-weight:700;
	font-size:22px;
}
h3#reply-title:before,
h3#reply-title:after{
	content:'';
	position:absolute;
	top:14px;
	width:37px;
	height:5px;
	background-image:url(../images/arrows.png);
}
h3#reply-title:before{left:0;}
h3#reply-title:after{right:0;}
p.comment-notes{display:none !important;}
#respond-inputs{margin:0 -5px;}
#respond-inputs > div{
	float:left;
	width:33.33%;
	padding:0 5px 10px;
}
#respond-inputs input,
#commentform textarea{
	height:40px;
	padding:10px 13px;
	line-height:20px;
	font-size:13px;
	color:#999;
	border:0;
	border:1px solid #fff;
	background:#fff;
	
	-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#commentform textarea{
	height:140px;
	margin-bottom:30px;
	resize:none;
}
#commentform .form-submit{text-align:center;}
#commentform .form-submit input[type="submit"]{
	margin:0;
	padding:10px 30px;
	min-width:191px;
	height:41px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#fff;
	border:0;
	box-shadow:0;
	background:#999;
	
	-webkit-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
}



/* Related Posts */
#related-posts{
	margin-bottom:43px;
	border-bottom:1px solid #dedede;
}
h2.related-posts-title{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0 auto 50px;
	padding:0 60px;
	text-align:center;
	font-weight:700;
	font-size:22px;
}
h2.related-posts-title:before,
h2.related-posts-title:after{
	content:'';
	position:absolute;
	top:14px;
	width:37px;
	height:5px;
	background-image:url(../images/arrows.png);
}
h2.related-posts-title:before{left:0;}
h2.related-posts-title:after{right:0;}

.related-posts-list{
	margin:0 -15px;
	list-style:none;
}
.related-posts-list li{
	float:left;
	width:33.33%;
	padding:0 15px 30px;
}
.related-post-item{position:relative;}
.related-post-item:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-31px;
	height:2px;
	opacity:0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
.related-post-item:hover:before{opacity:1;}
.related-post-img{
	position:relative;
	display:block;
	margin-bottom:24px;
	
	-webkit-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
}
.related-post-img:hover{opacity:0.5;}
.related-post-img.no-image,
.related-post-img i{
	display:block;
	width:100%;
	height:220px;
	text-transform:uppercase;
	line-height:220px;
	font-size:36px;
	color:#a9a9a9;
	border:1px solid #dedede;
	background-color:#f9f9f9;
}
.col-md-9 .related-post-img.no-image,
.col-md-9 .related-post-img i{
	height:173px;
	line-height:173px;
}
.related-post-img.no-image{font-size:12px;}
.related-post-title{
	margin-bottom:10px;
	text-transform:none;
	line-height:26px;
	font-size:18px;
	letter-spacing:0;
}
.related-post-title:hover a{color:#999;}
.related-post-meta{padding-bottom:13px;}
.related-post-meta-category{
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	color:#999;
}
.related-post-meta-category a:hover{color:#333;}
.related-post-meta-sep{
	color: #ccc;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    vertical-align: top;
	padding:0 8px;
}
.related-post-meta-date{
	display:inline-block;
	vertical-align:top;
	vertical-align: top;
	font-style:italic;
	font-size:12px;
	color:#999;
}



/**
 *	Plugin Contact Form 7
 */

form.wpcf7-form{
	margin-bottom:74px;
	background-color: #f4f4f4;
    padding: 40px 40px 20px;
}
.wpcf7-inputs-wrap{margin:0 -5px;}
.wpcf7-inputs-wrap > p{
	float:left;
	width:33.33%;
	margin:0;
	padding:0 5px 10px;
}

.wpcf7-inputs-wrap p.next{
	float:left;
	width:66.66%;
	margin:0;
	padding:0 5px 10px;
}

form.wpcf7-form label{
	display:inline-block;
	vertical-align:top;
	margin-bottom:16px;
	margin-right:3px;
	line-height:20px;
	font-size:14px;
	color:#666;
}
.wpcf7-inputs-wrap label i{
	font-style:normal;
	color:#fc8787;
}
.wpcf7-inputs-wrap input,
form.wpcf7-form textarea{
	height:40px;
	padding:10px 13px;
	line-height:20px;
	font-size:13px;
	color:#999;
	border:0;
	border:1px solid #fff;
	background:#fff;
	
	-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
form.wpcf7-form textarea{
	height:140px;
	margin-bottom:10px;
	resize:none;
}
form.wpcf7-form input[type="submit"],
form.wpcf7-form input[type="reset"]{
	margin:0;
	padding:10px 30px;
	min-width:191px;
	height:41px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#fff;
	border:0;
	box-shadow:0;
	background:#999;
	
	-webkit-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
}

 
 
 
/**
 *	404 Page
 */

body.error404 header,
body.error404 #instafeed,
body.error404 .subscribe-home-page{
	display:none;
}
body.error404 .top_bar{top:0 !important;}
#error404-container .cstheme-logo{
	padding:100px 0 20px;
	opacity:0.4;
}
#error404-container h1{
	font-weight:700;
	font-size:140px;
}
#error404-container p{
	margin-bottom:150px;
	text-transform:uppercase;
	line-height:32px;
	font-size:26px;
	color:#242424;
}
#error404-container a.btnback{
	position:relative;
	display:inline-block;
	text-transform:uppercase;
	font-size:12px;
	color:#999;
}
#error404-container a.btnback:hover{color:#242424;}
#error404-container a.btnback:before{
	content:'';
	position:absolute;
	left:3px;
	right:3px;
	bottom:0;
	height:1px;
	background-color:#999;
	
	-webkit-transition: background-color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out;
}
#error404-container a.btnback:hover:before{
	background-color:#242424;
}




/**
 *	Coming Soon Page
 */
.page-template-page-comingsoon .page-wrap{margin:0;}
.page-template-page-comingsoon #main-content{padding:0;}

.coming_soon_wrapper{
	position:relative;
	float:right;
	width:370px;
	margin-right:100px;
	padding-top:85px;
	text-align:center;
}

.coming_soon_wrapper .cstheme-logo{
	padding:0 0 160px;
}
.coming_soon_wrapper .cstheme-logo a{
	display:inline-block;
	vertical-align:top;
	max-width:180px;
	line-height:80px;
}

.coming_soon_wrapper h4{
	position:relative;
	margin:0 0 44px;
	padding-bottom:43px;
	text-transform:none;
	font-weight:300;
	line-height:38px;
	font-size:18px;
	color:#242424;
}
.coming_soon_wrapper h4:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-15px;
	width:30px;
	height:1px;
}
.coming_soon_wrapper h4 b{
	font-size:56px;
	letter-spacing:1px;
}
.coming_soon_wrapper .eva-social-icon a{
	margin:0 10px;
}

ul.countdown{margin:0 0 74px;}
ul.countdown li{
	display: inline-block;
	vertical-align: top;
	margin-right:-3px;
	width:70px;
}
ul.countdown li span{
	display:block;
	font-weight:300;
	line-height:32px;
	font-size:30px;
	color:#242424;
}
ul.countdown li.seperator{
	display: inline-block;
	vertical-align: top;
	margin-right:-3px;
	padding:0;
	width:30px;
	font-weight:300;
	line-height:52px;
	font-size: 30px;
	color:#242424;
}
ul.countdown li p{
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:13px;
	color:#242424;
}

.comingsoon_subscribe_form .mc4wp-form{
	margin:0 0 60px;
	text-align:center;
}
.comingsoon_subscribe_form p{
	display:inline-block;
	vertical-align:top;
	width:110px;
	margin:0;
	padding-left:20px;
}
.comingsoon_subscribe_form p:first-child{
	width:240px;
	padding:0;
}
.comingsoon_subscribe_form .mc4wp-form label{display:none;}
.comingsoon_subscribe_form .mc4wp-form input[type="email"]{
	display:block;
	width:100%;
	height:50px;
	padding:15px 20px;
	font-size:14px;
	color:#666;
	border:0;
	background:#fff !important;
}
.comingsoon_subscribe_form .mc4wp-form input[type="submit"]{
	display:block;
	width:100%;
	height:50px;
}

.coming-soon-social-links{
	margin-bottom:120px;
}
.coming-soon-social-links a{
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:30px;
	margin:0 18px;
	line-height:30px;
	font-size:24px;
	color:#000;
}
.coming-soon-social-links a:hover{color:#999;}
.coming-soon-social-links a span{display:none;}

.coming_soon_wrapper .copyright{
	position:absolute;
	left:0;
	bottom:44px;
	width:100%;
	margin:0;
	font-size:12px;
	color:#fff;
}



/**
 * Footer
 */

footer{padding:65px 0;}
footer .copyright{
	display:inline-block;
	vertical-align:top;
	width:260px;
	padding-top:6px;
	font-weight:300;
	line-height:13px;
	font-size:12px;
	color:#999999;
	line-height: 15px;
}



/* --------------------------------------------
        5.4. Partners Logo
  -------------------------------------------- */

.bg_grey{
        background-color: #fafafa;
      }

.bg_grey1{
	background-color: #f4f4f4;
}
.bg_red
	{ background-color: rgba(255,0,0,0.05); }


  .section_offset{
      padding: 0px 0px 50px 0px;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 0 0;
    }

    .partners_logo_slider{
      text-align: center;
      padding: 0 40px;
    }

    .owl-carousel .owl-item{
      z-index: 1;
    }

    .partner_logo_item{
      padding: 0 40px;
      height: 220px;
    }

    .partner_logo_item a{
      display: inline-block;
      vertical-align: middle;
      opacity: 0.5;
    }

    .partner_logo_item a:hover{
      opacity: 1;
    }

    .partner_logo_item:before{
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 50%;
      margin-left: -6px;
    }

    .partners_logo_slider a img{
      vertical-align: middle;
      margin-top: 15px;
      max-width: 100%;
    }

    .partner_list li a:hover{
      opacity: 1;
    }

    .partners_logo_slider .owl-dots{
      /*display: none !important;*/
    }

    .partners_logo_slider .owl-nav > div.owl-prev:before{
      border-top-color: #cccccc;
      border-left-color: #cccccc;
      left: 0;
    }

    .partners_logo_slider .owl-nav > div.owl-next:before{
      border-bottom-color: #cccccc;
      border-right-color: #cccccc;
      right: 0;
    }


    .partners_logo_slider .owl-dots{
      position: absolute;
      width: 100%;
      bottom: -30px;
      left: 0;
      text-align: center;
      line-height: 0;
    }

    .partners_logo_slider .owl-dots>div{
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 8px;
      border-radius: 50%;
      border: 2px solid #b0b0b0;
      background-color: #b0b0b0;
    }

    .partners_logo_slider .owl-dots>div.active{
      border-color: #c7ab71;
      background: none;
    }



 /* ------------------------------------------------

    11. Icon Box

------------------------------------------------ */
.icon_wrap .owl-dots{
      /*display: none !important;*/
    }

    .icon_wrap .owl-nav > div.owl-prev:before{
      border-top-color: #cccccc;
      border-left-color: #cccccc;
      left: 0;
    }

    .icon_wrap .owl-nav > div.owl-next:before{
      border-bottom-color: #cccccc;
      border-right-color: #cccccc;
      right: 0;
    }

.icon_wrap .owl-dots{
      position: absolute;
      width: 100%;
      bottom: -30px;
      left: 0;
      text-align: center;
      line-height: 0;
    }

    .icon_wrap .owl-dots>div{
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 8px;
      border-radius: 50%;
      border: 2px solid #b0b0b0;
      background-color: #b0b0b0;
    }

    .icon_wrap .owl-dots>div.active{
      border-color: #c7ab71;
      background: none;
    }

  .icon_box{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    color: #262626;
    background-color: #f9f9f9;
    padding: 90px 6% 30px;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }

  .icon_box:not(:last-child):after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
    background-color: #e9e9e9;
  }

  .icon_box:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-left: -5px;
  }

  .icon_inner{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .icon_inner i{
    display: inline-block;
    font-size: 60px;
    line-height: 70px;
    color: #d7000f;
    margin-bottom: 30px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }

  .icon_title{
    font-size: 24px;
    line-height: 1.3;
    color: #262626;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }

  .icon_excerpt{
    font-size: 16px;
    line-height: 26px;
    color: #262626;
    opacity: 0.5;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }

  .icon_excerpt:not(:last-child){
    margin-bottom: 30px;
  }

  .icon_btn{
    opacity: 0;
    visibility: hidden;
  }


  .icon_box:hover{
    background-color: #d7000f; /*70d3e0*/
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }

  .icon_box:hover .icon_inner{
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }

  .icon_box:hover .icon_inner i{
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .icon_box:hover .icon_excerpt,
  .icon_box:hover .icon_title{
    color: #fff;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .icon_box:hover .icon_btn{
    opacity: 1;
    visibility: visible;
  }


  /* ------------------------------------------------

    8. Services

-------------------------------------------------*/

  .servise_tabs:not(:first-child){
    padding-top: 95px;
  }

  .servise_list{
    margin-top: -30px;
  }

  .servise_title_box{
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .servise_title_box i{
    display: inline-block;
    font-size: 30px;
    color: #ccc;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .servise_title_box.active,
  .servise_title_box:hover{
    border-color: #c7ab71;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .servise_title_box.active i,
  .servise_title_box:hover i{
    color: #c7ab71;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .servise_title{
    font-size: 24px;
    line-height: 1.23;
    color: #333;
    margin-bottom: 0;
  }

  .servise_content{
    padding-top: 45px;
  }

  .servise_content>div{
    display: none;
  }

  .servise_content>div.active{
    display: block;
  }


/* ------------------------------------------------

    9. Menu

------------------------------------------------ */

  .menu_wrap:not(:last-child){
    margin-bottom: 50px;
  }

  .menu_title{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
  }

  .menu_title>i{
    color: #06c;
    font-size: 34px;
    line-height: 34px;
    margin-right: 5px;
    display: inline-block;
  }

  .menu_list{
    border-top: 1px solid #e1e1e1;
  }

  .menu_list li:after{
    content: '';
    display: block;
    clear: both;
  }

  .menu_list li{
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
    color: #373737;
    font-size: 16px;
    line-height: 20px;
    padding-right: 65px;
    position: relative;
  }

  .menu_price{
    display: block;
    position: absolute;
    width: 65px;
    top: 15px;
    right: 0;
    font-weight: 700;
  }

  .menu_item{
    color: #373737;
    position: relative;
    display: inline-block;
  }

  .menu_item:hover{
    color: #06c;
  }

  .menu_item:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    background-color: #373737;
    right: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu_item:hover:before{
    background-color: #06c;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .ingredients{
    position: absolute;
    bottom: 110%;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    transform: translate(0, -30px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu_item:hover + .ingredients{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
