@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100);
@import url(//fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(//fonts.googleapis.com/css?family=Syncopate);
body { background:url(images/patternbg.jpg); }
@media (max-width: 767px) {
	body {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
#content { padding-top:20px; }
.content-holder {
	padding-bottom:0;
	padding-top:17px;
	background:#373737 url(images/patternline.png) repeat-x;
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
.main-holder {
	padding:0;
	overflow:hidden;
}
.slider_off {
	position:relative;
	min-height:0px;
	background:transparent;
}
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.pagination.pagination__posts { margin-bottom:80px; }
.pager.single-pager a, .pagination.pagination__posts a { color:#373737; }
.pager.single-pager a:hover, .pagination.pagination__posts a:hover { color:#000000; }
.mfp-arrow { outline:none; }
a {
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:active, a:focus { background:transparent; }
p { margin-bottom:32px; }
h2 {
	font-weight:100 !important;
	margin:0;
	padding:25px 0 27px;
}
@media (max-width: 979px) and (min-width: 768px) {
	h2 {
		font-size:26px !important;
		line-height:28px !important;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size:26px !important;
		line-height:28px !important;
		padding:40px 0 27px;
	}
}
h3 {
	text-transform:uppercase;
	padding:0;
	margin:0 0 18px;
}
h4 {
	font-weight:300 !important;
	padding:0;
	margin:0 0 18px;
}
.btn.btn-primary {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:11px 25px 11px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:2px;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	bottom:0;
	right:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	border-radius:2px;
	background:#000000;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	overflow:hidden;
	border-radius:2px;
	background:#4e4e4e;
	z-index:-2;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary:hover {
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.btn.btn-primary:hover:before {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header {
	background:url(images/headerpattern.jpg);
	border-bottom:none;
	padding:0;
	border-bottom:17px solid #373737;
}
.logowrap {
	position:relative;
	text-align:left;
	margin:42px auto 37px;
	float:none;
}
@media (max-width: 767px) {
	.logowrap { margin:16 auto 11px; }
}
.logo {
	padding:0;
	text-align:center;
	float:none;
	margin:0;
	width:auto;
	line-height:0;
	display:inline-block;
	text-transform:uppercase;
	background:transparent;
	position:relative;
	color:#fff;
	max-width:100%;
	box-sizing:border-box;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 767px) {
	.logo { padding:20px 20px 0; }
}
.logo .logo_tagline { display:none; }
.logo .logo_h__txt {
	max-width:none;
	padding:0;
	margin:0 auto;
}
.logo .logo_h__txt:before { display:none; }
.logo .logo_h__txt a { color:#fff !important; }
.logo .logo_h__txt a:hover { color:#fff !important; }
.logo .logo_h__txt a:focus {
	color:#fff !important;
	text-decoration:none !important;
}
.logo .logo_h__txt .logo_link {
	position:relative;
	display:block;
	text-align:left;
	font-style:normal;
	padding:4px 0 5px;
	border:none;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.logo .logo_h__txt .logo_link {
		font-size:30px;
		line-height:40px;
	}
}
@media (max-width: 767px) {
	.pseudoStickyBlock {
		top:0 !important;
		display:none !important;
		height:0 !important;
		max-height:0 !important;
	}
}
.isStuck {
	max-width:1170px;
	box-sizing:border-box;
	-webkit-transform:translateZ(0);
}
.isStuck.menuwrap:after {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.4);
}
.isStuck.menu_holder { margin-left:0; }
@media (max-width: 767px) {
	.isStuck {
		top:0 !important;
		position:relative !important;
	}
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.menuwrap {
	position:relative;
	display:block;
	z-index:110;
}
.menuwrap:after {
	top:0;
	position:absolute;
	content:"";
	height:100%;
	width:16000px;
	margin-left:-8000px;
	display:block;
	background:#e75c46;
	z-index:-1;
}
@media (max-width: 767px) {
	.menuwrap:after { background:transparent; }
}
@media (max-width: 767px) {
	.menuwrap {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
.nav__primary {
	margin:0;
	padding:0 0 0 0;
	float:right;
	position:relative;
}
@media (min-width: 1280px) {
	.nav__primary { margin-right:-31px; }
}
@media (max-width: 767px) {
	.nav__primary {
		padding-left:0 !important;
		padding-right:0 !important;
		max-width:none;
		float:none;
	}
}
.sf-menu {
	padding:0 0 0 0;
	margin-bottom:0;
	line-height:1.0;
	float:none;
}
.sf-menu ul {
	padding:15px 0;
	margin-top:10px;
	background:#fff;
	width:120px;
	left:50% !important;
	margin-left:-60px;
	box-sizing:border-box;
}
.sf-menu ul:before {
	position:absolute;
	content:"";
	width:9px;
	height:5px;
	left:50%;
	top:-5px;
	margin-left:-6px;
	background:url(images/arrowsub.png) center 0px no-repeat;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu ul ul {
	margin-top:-17px;
	margin-left:0;
	left:100% !important;
	background:#1b1b1b;
}
.sf-menu ul ul:before { display:none; }
.sf-menu {
	margin:0;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.sf-menu > li:first-child { text-align:center; }
.sf-menu > li {
	background:transparent;
	text-align:center;
	padding:0;
}
.sf-menu > li > a {
	position:relative;
	padding:31px 23px 26px;
	margin:0;
	letter-spacing:2px;
	border:none;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a.sf-with-ul { padding:31px 23px 26px; }
.sf-menu > li > a:after {
	position:absolute;
	content:"";
	height:50%;
	background-color:#fff;
	right:0;
	width:0%;
	top:50%;
	z-index:-1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.sf-menu > li > a:before {
	position:absolute;
	content:"";
	height:50%;
	background-color:#fff;
	right:0;
	width:0%;
	top:0;
	z-index:-1;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	color:#000000;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a:hover:after, .sf-menu > li.sfHover> a:after, .sf-menu > li.current-menu-item > a:after, .sf-menu > li.current_page_item > a:after {
	position:absolute;
	content:"";
	width:100%;
	left:0;
	opacity:0.7;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.sf-menu > li > a:hover:before, .sf-menu > li.sfHover> a:before, .sf-menu > li.current-menu-item > a:before, .sf-menu > li.current_page_item > a:before {
	position:absolute;
	content:"";
	width:100%;
	left:0;
	opacity:0.6;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}
.sf-menu > li > a:hover .sf-sub-indicator, .sf-menu > li.sfHover> a .sf-sub-indicator, .sf-menu > li.current-menu-item > a .sf-sub-indicator, .sf-menu > li.current_page_item > a .sf-sub-indicator {
	background-position:-10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	color:#000000;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li li li > a { color:#fff; }
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a {
	color:#8c8c8c;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li .desc {
	display:block;
	font-size:0.9em;
}
.sf-menu li li {
	margin-bottom:0;
	background:transparent;
	display:block;
	text-align:center;
}
.sf-menu li li:first-child a { border:none; }
.sf-menu li li a {
	font-family:'Roboto', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400 !important;
	text-decoration:none;
	text-align:center;
	text-transform:lowercase;
	letter-spacing:0;
	border:none;
	display:inline-block;
	color:#3f3f3f;
	padding:5px 0;
	background:transparent;
	float:none;
	margin:0 auto;
	white-space:nowrap;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li li a.sf-with-ul { padding:5px 0; }
.sf-menu li li a .sf-sub-indicator {
	display:inline;
	position:absolute;
	top:10px;
	right:10px;
	margin-right:-25px !important;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-sub-indicator {
	top:55px;
	right:50%;
	margin-right:-6px !important;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.select-menu {
	display:none;
	background-color:#FFF;
	width:100%;
	height:35px;
	padding:5px;
	margin:0;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.select-menu option {
	padding:5px;
	cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
@media (max-width: 1200px) and (min-width: 979px) {
	.sf-sub-indicator { margin-right:-5px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li {
		background:transparent;
		text-align:center;
		padding-right:0;
	}
	.sf-menu {
		padding:0;
		margin-right:0;
	}
}
@media (max-width: 767px) {
	.select-menu { margin-bottom:20px; }
	.nav { margin:20px 0 0 0; }
}
.faq-list { margin-bottom:80px; }
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	margin-top:40px;
	border:1px solid #f3f3f4;
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_content p {
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-style:normal;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial .testi-url { color:#000000; }
.testimonial .testi-url:hover { color:#ffffff; }
.testimonial small {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	padding:12px 0 0;
}
.filter-wrapper {
	margin-bottom:4px;
	margin-top:46px;
}
@media (max-width: 590px) {
	.filter-wrapper .pull-right { float:left; }
}
.filter-wrapper strong {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	display:block;
	padding:13px 7px;
	margin-right:19px;
	float:left;
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper strong { padding:8px 0; }
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		padding:28px 0 0;
		margin-right:10px;
	}
}
.filter-wrapper .nav {
	overflow:hidden;
	margin-right:0;
	margin-bottom:27px;
}
.nav-pills { float:left; }
@media (max-width: 590px) {
	.nav-pills li { float:none; }
}
.nav-pills li a {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#fff;
	display:block;
	padding:11px 22px;
	margin-left:8px;
	float:left;
	white-space:nowrap;
	border-radius:2px;
	background:transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-pills li a { padding:5px; }
}
@media (max-width: 767px) {
	.nav-pills li a { padding:5px; }
}
@media (max-width: 590px) {
	.nav-pills li a {
		display:block;
		padding:5px;
	}
}
.nav-pills li a:hover, .nav-pills li a:focus, .nav-pills li a:active {
	color:#fff !important;
	background:#000000 !important;
}
.nav-pills li.active a, .nav-pills li.active:focus a {
	color:#fff !important;
	background:#000000 !important;
}
.filterable-portfolio {
	position:relative;
	visibility:hidden;
	overflow:hidden;
	margin:0 -10px;
}
.filterable-portfolio .portfolio_item {
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 20px 0;
	padding:0 10px;
	width:0;
}
.filterable-portfolio .portfolio_item.nomargin {
	margin-right:0;
	margin-bottom:30px;
}
.filterable-portfolio .portfolio_item_holder {
	overflow:hidden;
	background:#fff;
	box-sizing:border-box;
	padding:0 0 5px;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio {
	background:transparent;
	padding:25px 10px 35px 22px;
	border:none;
	border-top:0;
}
.filterable-portfolio .portfolio_item_holder .caption__portfolio .excerpt { margin-bottom:31px; }
.filterable-portfolio h3 { margin:0 0 0 0; }
.filterable-portfolio h3 a {
	font-size:22px;
	line-height:26px;
	font-weight:300;
	text-transform:none;
	color:#000000;
}
.filterable-portfolio h3 a:hover { color:#ffffff; }
.filterable-portfolio .excerpt {
	margin-bottom:20px;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	color:#787878;
}
.filterable-portfolio p { margin-bottom:0; }
.filterable-portfolio .image-wrap {
	position:relative;
	display:block;
	overflow:hidden;
}
.filterable-portfolio .image-wrap:before {
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	z-index:-1;
}
.filterable-portfolio .folio_loader {
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
	z-index:-1;
}
.extrabox_3 {
	padding:15px 0 36px;
	margin-bottom:17px;
	background:transparent;
}
.extrabox_3:before { display:none; }
.extrabox_3:after {
	position:absolute;
	content:"";
	height:44px;
	width:20000px;
	margin-left:-10000px;
	left:50%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:#373737 url(images/patternline.png) center bottom repeat-x;
	z-index:-1;
}
.title-section {
	padding:0;
	position:relative;
	z-index:10;
	background:transparent;
}
.title-header {
	font-weight:100;
	text-transform:capitalize;
	overflow:hidden;
	margin:0;
	padding:44px 0 14px;
	position:relative;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.title-header:before { display:none; }
.title a { color:; }
.title-desc {
	display:block;
	color:;
	font-size:12px;
}
.single .post__holder .featured-thumbnail.thumbnail {
	margin-top:0;
	margin-bottom:22px;
	border:none;
}
.single .post__holder .featured-thumbnail.large, .single .post__holder .featured-thumbnail.thumbnail.large {
	margin-top:55px;
	margin-bottom:23px;
}
.single .post__holder .featured-thumbnail.thumbnail {
	margin-top:10px;
	margin-bottom:5px;
}
.single .format-video { margin-top:50px; }
.featured-thumbnail.large { border:none; }
.post__holder .featured-thumbnail.large { margin-bottom:20px; }
.post__holder .post_content { padding-bottom:16px; }
.post__holder .post-header .post-title {
	padding-top:39px;
	padding-bottom:29px;
	display:block;
	text-align:left;
	margin-bottom:0 !important;
}
.post__holder .post-header .post-title a {
	color:#ffffff;
	text-transform:capitalize;
}
.post__holder .post-header .post-title a:hover { color:#000000; }
.breadcrumb__t {
	margin:0;
	padding:8px 0 11px 0;
	background:transparent;
	border:none;
	text-transform:none !important;
	border-radius:0;
	position:relative;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.breadcrumb__t:before {
	position:absolute;
	content:"";
	height:100%;
	width:20000px;
	margin-left:-10000px;
	left:50%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center top repeat-x;
	z-index:-1;
}
.breadcrumb__t:after {
	position:absolute;
	content:"";
	height:100%;
	width:20000px;
	margin-left:-10000px;
	left:50%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center bottom repeat-x;
	z-index:-1;
}
.breadcrumb__t li {
	display:inline;
	text-shadow:none;
	text-transform:none;
}
.breadcrumb__t li.active { color:#ffffff; }
.breadcrumb__t li.divider {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:" / ";
	position:relative;
	font-family:'Roboto', sans-serif;
	top:0px;
	margin:0 6px;
	color:#ffffff;
	font-weight:400;
	font-size:15px !important;
	line-height:16px;
}
.breadcrumb__t li a { color:#000000; }
.breadcrumb__t li a:hover { color:#ffffff; }
.post_meta {
	text-transform:none !important;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:4px;
	padding:6px 0 7px;
	position:relative;
	border:none;
	color:#fff;
}
.post_meta:before {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center top repeat-x;
	z-index:-1;
}
.post_meta:after {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center bottom repeat-x;
	z-index:-1;
}
.post_meta i {
	font-size:14px !important;
	padding-right:5px !important;
	color:#000000 !important;
}
.post_meta div[class^="post_"] {
	display:inline-block;
	text-transform:none !important;
	font-style:normal;
	padding:6px 0 2px;
	margin-right:19px;
	color:#fff;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] a {
	color:#fff;
	text-transform:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] a:hover {
	text-decoration:none;
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_author a {
	text-transform:capitalize;
	color:#000000;
}
.post_meta div[class^="post_"] .post_author a:hover { color:#fff; }
.post_meta div[class^="post_"] .post-date {
	cursor:default;
	color:#fff;
}
.post_meta div[class^="post_"] .post-date i.icon-calendar:before { content:"\f073"; }
.post_meta div[class^="post_"] .post-date time { color:#000000; }
.post_meta div[class^="post_"] .post-date span { color:inherit; }
.post_meta div[class^="post_"] .icon-bookmark a {
	text-transform:none !important;
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .icon-bookmark a:hover {
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .meta_group time { color:#000000; }
.post_meta div[class^="post_"] .post_category, .post_meta div[class^="post_"] .post_comment { color:inherit; }
.post_meta div[class^="post_"] .post_category a, .post_meta div[class^="post_"] .post_comment a { color:#fff; }
.post_meta div[class^="post_"] .post_category a:hover, .post_meta div[class^="post_"] .post_comment a:hover { color:#000000; }
.post_meta div[class^="post_"] .post_category span, .post_meta div[class^="post_"] .post_comment span { color:inherit; }
.post_meta div[class^="post_"] .user_voting { cursor:default; }
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
	position:absolute;
	top:0px;
	right:0px;
}
.post_meta div[class^="post_"] a { text-transform:none; }
.share-buttons {
	margin-bottom:29px;
	margin-top:24px;
	padding:10px 0;
	width:100%;
	height:21px;
}
.share-buttons .pinterest a {
	top:-3px;
	position:relative;
}
.post-author {
	margin-bottom:13px !important;
	background-color:#fff;
	padding:25px 22px 29px;
	border:none;
}
.post-author_h {
	font-size:16px;
	line-height:22px;
	text-transform:none;
	position:relative;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
	padding:0;
	margin:0;
	color:#424242;
	margin-top:0;
}
.post-author_h small {
	font-size:15px;
	line-height:22px;
	font-style:normal;
	font-weight:300;
	text-transform:none;
	color:#424242;
}
.post-author_h a {
	text-transform:capitalize;
	font-size:15px;
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_h a:hover {
	color:#424242;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link {
	color:#424242;
	margin-top:24px;
	font-size:16px;
	text-transform:none;
}
.post-author_link p {
	margin-bottom:0;
	margin-top:0;
	font-weight:300;
	word-spacing:2px;
	color:#424242;
}
.post-author_link p a {
	text-transform:capitalize;
	color:#000000;
	font-weight:400;
	font-size:15px;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link p a:hover {
	color:#424242;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a {
	color:#633422;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a:hover {
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_gravatar {
	float:left;
	margin:25px 29px 0 0;
}
@media (max-width: 460px) {
	.post-author_gravatar {
		float:none;
		margin:20px 0 15px 0;
	}
}
.post-author_gravatar img {
	padding:0;
	border:0;
	background:#fff;
}
.post-author_desc {
	margin-top:18px !important;
	margin-bottom:6px;
	color:#787878;
	font-size:18px;
	line-height:24px;
	font-weight:300;
}
@media (min-width: 1200px) {
	.post-author_desc { overflow:hidden; }
}
#recent-author-posts { margin-bottom:3em; }
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
}
.related-posts_h {
	font-size:48px;
	line-height:50px;
	font-weight:100;
	font-style:normal;
	display:block;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	text-transform:capitalize;
	padding:53px 0 33px;
	margin:47px 0 0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.related-posts_h {
		font-size:26px !important;
		line-height:28px !important;
	}
}
@media (max-width: 767px) {
	.related-posts_h {
		font-size:26px !important;
		line-height:28px !important;
	}
}
.related-posts_h:before {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center top repeat-x;
	z-index:-1;
}
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	text-transform:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 767px) {
	.related-posts_item { line-height:18px; }
}
.related-posts_item a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.related-posts_item :hover {
	color:#000000;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 28px 0;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.comments-h {
	font-size:48px;
	line-height:50px;
	font-weight:100;
	font-style:normal;
	display:block;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	text-transform:capitalize;
	padding:53px 0 23px;
	margin:32px 0 0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.comments-h {
		font-size:26px !important;
		line-height:28px !important;
	}
}
@media (max-width: 767px) {
	.comments-h {
		font-size:26px !important;
		line-height:28px !important;
	}
}
.comments-h:before {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center top repeat-x;
	z-index:-1;
}
.comment-holder .pagination { display:none; }
.comment-holder .extra-wrap { color:#fff; }
.comment-list .reply a:hover { color:#FFF; }
.comment-list .children { margin:0 0 0 40px; }
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	background:#fff !important;
	padding:21px 14px 35px 20px;
	border:none;
	border:none;
}
.comment .comment-body p {
	font-size:18px;
	line-height:24px;
	font-weight:300;
	color:#787878;
	margin-top:3px;
	margin-bottom:31px;
}
.comment-author {
	float:left;
	margin:7px 21px 0 0;
}
@media (max-width: 420px) {
	.comment-author {
		margin-bottom:25px;
		float:none;
	}
}
.comment-author .author {
	font-style:normal;
	text-transform:capitalize;
	color:#000000;
	font-weight:400;
	font-size:15px;
	line-height:20px;
	display:block;
	padding-top:26px;
	width:80px;
	text-align:left;
}
.comment-author .author a {
	word-wrap:break-word;
	font-size:18px;
	line-height:20px;
	color:#373737;
}
.comment-author .author a:hover { color:#000000; }
.extra2 { margin-top:0; }
@media (min-width: 1200px) {
	.extra2 { margin-top:-5px; }
}
.commentmetadata {
	text-transform:capitalize;
	color:#000000;
	font-weight:400;
	font-size:15px;
	line-height:20px;
	margin-right:21px;
	padding:15px 0 10px;
	float:right;
}
.comment-body .reply {
	float:right;
	margin-left:10px;
	margin-top:6px;
	padding-right:4px;
}
.comment-body .reply a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	color:#fff;
	font-style:normal;
	text-transform:uppercase;
	padding:11px 22px;
	position:relative;
	letter-spacing:0;
	background:#000000;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:2px;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.comment-body .reply a:hover {
	background:#4e4e4e;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#respond form .btn { margin-top:15px; }
#commentform label {
	margin-top:29px;
	display:none !important;
}
#nsu-checkbox {
	top:10px;
	margin-bottom:0;
	display:inline-block !important;
}
#nsu-checkbox #nsu-checkbox-label #nsu-checkbox-input { margin:0; }
#respond {
	margin-bottom:28px;
	padding-top:0;
	box-sizing:border-box;
}
#respond h3 {
	font-size:48px;
	line-height:50px;
	font-weight:100;
	font-style:normal;
	display:block;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	text-transform:none;
	padding:53px 0 33px;
	margin:50px 0 0;
}
@media (max-width: 979px) and (min-width: 768px) {
	#respond h3 {
		font-size:26px !important;
		line-height:28px !important;
	}
}
@media (max-width: 767px) {
	#respond h3 {
		font-size:26px !important;
		line-height:28px !important;
	}
}
#respond h3:before {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center top repeat-x;
	z-index:-1;
}
#commentform { overflow:hidden; }
#commentform p { margin-bottom:59px; }
#commentform p a { color:#ffffff; }
#commentform p a:hover { color:#000000; }
#commentform p.field { margin-bottom:11px; }
#commentform label { display:block; }
#commentform input[type="text"] {
	border:none;
	box-shadow:none;
	background:#fff;
	font-size:16px;
	line-height:22px;
	color:#424242;
	margin:0;
	padding:11px 18px 10px;
	width:100%;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:39px;
}
#commentform input[type="text"]:focus {
	box-shadow:none;
	border:none;
}
#commentform textarea {
	box-shadow:none;
	border:none;
	padding:11px 18px 10px;
	margin-bottom:0px !important;
	font-size:16px;
	line-height:22px;
	color:#424242;
	overflow:auto;
	margin:0;
	min-width:87%;
	max-width:80%;
	width:100%;
	height:216px;
	max-width:100%;
	background:#fff;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
#commentform textarea:focus {
	box-shadow:none;
	border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		height:50px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:50px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
input[type="submit"].btn-primary, input[type="reset"].btn-primary {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	color:#fff;
	font-style:normal;
	text-transform:uppercase;
	padding:11px 22px;
	position:relative;
	letter-spacing:0;
	background:#000000;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:2px;
	z-index:1;
	overflow:hidden;
	height:42px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover {
	background:#4e4e4e;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-family:'Roboto', serif;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	margin:0;
	padding:9px 14px;
	width:288px;
	border-radius:0;
	border:1px solid #3a3a3a;
	box-shadow:none;
	outline:none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border:1px solid #3a3a3a;
	box-shadow:none;
	outline:none;
}
.extrabox_2 {
	padding:51px 0 94px;
	background:transparent;
}
.extrabox_2:before { display:none; }
.extrabox_2:after {
	position:absolute;
	content:"";
	height:100%;
	width:20000px;
	margin-left:-10000px;
	left:50%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:#fff url(images/patternline2.png) center top repeat-x;
	z-index:-1;
}
.extrabox_2 h2 {
	font-size:35px;
	line-height:38px;
	padding-bottom:38px;
	font-weight:300 !important;
}
.extrabox_2 h3 {
	font-size:20px;
	line-height:26px;
	margin-bottom:33px;
}
.extrastyle_1 { margin-bottom:19px; }
.extrastyle_1 .dropcap {
	width:151px;
	height:151px;
	border-radius:500px;
	background:#000000;
	font-size:24px;
	line-height:24px;
	font-style:normal;
	font-weight:300;
	text-transform:none;
	color:#fff;
	box-sizing:border-box;
	margin:0 51px 22px 0;
	padding:41px 0 0 0;
	text-align:center;
	overflow:hidden;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 979px) and (min-width: 768px) {
	.extrastyle_1 .dropcap {
		max-width:151px;
		margin:0 auto 22px auto;
		float:none;
	}
}
@media (max-width: 767px) {
	.extrastyle_1 .dropcap {
		max-width:151px;
		margin:0 auto 22px auto;
		float:none;
	}
}
.extrastyle_1:hover .dropcap {
	background:#4e4e4e;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extrastyle_1 h4 { margin:5px 0 12px; }
.extrastyle_1 h4 a { color:#000000; }
.extrastyle_1 h4 a:hover { color:#424242; }
@media (max-width: 767px) {
	.extrastyle_1 h4 { text-align:center; }
}
.extrastyle_1 p {
	font-size:18px;
	line-height:24px;
	font-weight:300;
	color:#787878;
}
@media (max-width: 767px) {
	.extrastyle_1 p { text-align:center; }
}
.extrabutton1 { margin:0; }
@media (min-width: 1200px) {
	.extrabutton1 { margin:-16px 0 0 202px !important; }
}
.list.styled.circle-arrow-list { margin-bottom:41px; }
.list.styled.circle-arrow-list ul li {
	margin-top:0;
	margin-bottom:10px;
}
.list.styled.circle-arrow-list ul li a {
	font-size:16px;
	font-weight:300;
	text-transform:capitalize;
	color:#424242;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.list.styled.circle-arrow-list ul li a:hover {
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.list.styled.circle-arrow-list ul li:before {
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	top:1px;
	margin-right:13px;
	position:relative;
	background:url(images/cirarrow.png) 0 0 no-repeat;
}
.parallax1 { text-align:center; }
.parallax1 .parallax-content { padding:29px 0 46px; }
.parallax1 h2 {
	font-size:60px;
	line-height:62px;
	padding-bottom:52px;
}
.parallax1 h2 em {
	font-style:normal;
	font-size:36px;
	line-height:38px;
	color:#c4c4c4;
	text-transform:lowercase;
	display:block;
	margin-top:8px;
}
@media (max-width: 979px) and (min-width: 768px) {
	.parallax1 h2 em {
		font-size:20px;
		line-height:24px;
	}
}
@media (max-width: 767px) {
	.parallax1 h2 em {
		font-size:20px;
		line-height:24px;
	}
}
.extraowl_1 {
	margin-top:0;
	margin-left:-15px;
	margin-right:-15px;
}
@media (max-width: 767px) {
	.extraowl_1 { margin:0; }
}
.extraowl_1 .owl-wrapper-outer { margin-bottom:0; }
.extraowl_1 .desc h5 { display:none; }
.extraowl_1 .owl-theme { margin-bottom:0; }
.extraowl_1 .owl-item .item {
	margin:0 15px;
	padding:0 0;
}
@media (max-width: 767px) {
	.extraowl_1 .owl-item .item { margin:0 10px; }
}
.extraowl_1 .owl-item .item .excerpt {
	text-align:center;
	color:#ffffff;
	padding:0 10px;
}
.extraowl_1 .owl-item .item figure { margin:0 0 14px 0; }
.extraowl_1 .owl-item .item figure a {
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	position:relative;
	overflow:hidden;
}
.extraowl_1 .owl-item .item figure a img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1);
	transform:scale(1);
	max-width:none;
	width:100%;
}
.extraowl_1 .owl-item .item figure a:before {
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:0 solid #000000;
	z-index:2;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.extraowl_1 .owl-item .item figure a:after {
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url(images/playimg.png) center center no-repeat;
	z-index:3;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.extraowl_1 .owl-item .item figure a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.extraowl_1 .owl-item .item figure a:hover:before {
	border:15px solid ;
	opacity:0.7;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extraowl_1 .owl-item .item figure a:hover:after { opacity:0.7; }
.extraowl_1 .owl-theme .owl-controls .owl-pagination .owl-page span {
	width:45px;
	height:2px;
	background:#fff;
	border-radius:0;
	margin:5px 2px 5px 3px;
	opacity:1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extraowl_1 .owl-theme .owl-controls .owl-pagination .owl-page:hover span {
	opacity:1;
	background:#000000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extraowl_1 .owl-theme .owl-controls .owl-pagination .owl-page.active span {
	opacity:1;
	background:#000000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extraowl_1 .owl-theme .owl-controls {
	margin-top:28px;
	margin-bottom:10px;
}
.extrabox_1 {
	padding:31px 0 36px;
	margin-bottom:17px;
	background:transparent;
}
.extrabox_1:before { display:none; }
.extrabox_1:after {
	position:absolute;
	content:"";
	height:44px;
	width:20000px;
	margin-left:-10000px;
	left:50%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:#373737 url(images/patternline.png) center bottom repeat-x;
	z-index:-1;
}
.extraowl_2 .owl-wrapper-outer { margin:0; }
.extraowl_2 {
	padding-bottom:17px;
	background:url(images/patternline.png) center bottom repeat-x;
	left:50%;
}
@media (min-width: 2000px) {
	.extraowl_2 {
		width:100% !important;
		left:0 !important;
		overflow:hidden;
		margin-left:0 !important;
	}
}
@media (max-width: 1200px) and (min-width: 979px) {
	.extraowl_2 { margin-left:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.extraowl_2 { margin-left:0; }
}
@media (max-width: 767px) {
	.extraowl_2 { margin-left:0; }
}
.extraowl_2:hover .es-nav-prev {
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.extraowl_2:hover .es-nav-next {
	right:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.extraowl_2 .vertical-carousel-item-inner figure {
	overflow:hidden;
	margin:0;
}
.extraowl_2 .vertical-carousel-item-inner figure a {
	position:relative;
	overflow:hidden;
	display:block;
	-webkit-transition:0.7s;
	-moz-transition:0.7s;
	-o-transition:0.7s;
	transition:0.7s;
}
.extraowl_2 .vertical-carousel-item-inner figure a:before {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	z-index:2;
	content:"";
	border:0 solid #e75c46;
	opacity:1;
	-webkit-transition:0.7s;
	-moz-transition:0.7s;
	-o-transition:0.7s;
	transition:0.7s;
}
.extraowl_2 .vertical-carousel-item-inner figure a img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1);
	transform:scale(1);
	max-width:none;
	width:100%;
	-webkit-transition:0.7s;
	-moz-transition:0.7s;
	-o-transition:0.7s;
	transition:0.7s;
}
.extraowl_2 .vertical-carousel-item-inner figure a:hover {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extraowl_2 .vertical-carousel-item-inner figure a:hover:before {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	z-index:2;
	content:"";
	border:15px solid #e75c46;
	opacity:0.7;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extraowl_2 .vertical-carousel-item-inner figure a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.extraowl_2:hover .owl-controls .owl-prev.icon-chevron-left { left:0; }
.extraowl_2:hover .owl-controls .owl-next.icon-chevron-right { right:0; }
.extraowl_2 .owl-controls { margin:0; }
.extraowl_2 .owl-buttons {
	position:absolute;
	top:50%;
	margin-top:0;
	width:100%;
	height:0;
	background:transparent;
	overflow:visible;
}
.extraowl_2 .owl-buttons .owl-prev.icon-chevron-left {
	top:50%;
	position:absolute;
	z-index:999;
	left:-50px;
	width:50px;
	height:50px;
	margin:-34px 0 0 0;
	padding:0;
	opacity:1;
	display:block !important;
	text-indent:9999px !important;
	border-radius:0;
	background:#000000 url(images/es-prev.png) center 17px no-repeat;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.extraowl_2 .owl-buttons .owl-prev.icon-chevron-left:before { display:none; }
.extraowl_2 .owl-buttons .owl-prev.icon-chevron-left:hover {
	background:#fff url(images/es-prev.png) center -28px no-repeat;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 394px) {
	.extraowl_2 .owl-buttons .owl-prev.icon-chevron-left { top:-50px; }
}
.extraowl_2 .owl-buttons .owl-next.icon-chevron-right {
	right:-50px;
	top:50%;
	position:absolute;
	z-index:999;
	width:50px;
	height:50px;
	margin:-34px 0 0 0;
	opacity:1;
	padding:0;
	text-indent:9999px !important;
	display:block !important;
	border-radius:0;
	background:#000000 url(images/es-next.png) center 17px no-repeat;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.extraowl_2 .owl-buttons .owl-next.icon-chevron-right:before { display:none; }
.extraowl_2 .owl-buttons .owl-next.icon-chevron-right:hover {
	background:#fff url(images/es-next.png) center -28px no-repeat;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 394px) {
	.extraowl_2 .owl-buttons .owl-next.icon-chevron-right { top:-50px; }
}
.mini-posts-grid.extraminigrid_1 li {
	margin:0 0 28px 20px;
	padding:0;
	border:none;
	background:none;
	max-width:270px;
	list-style-type:none;
	position:relative;
	display:block;
}
@media (max-width: 767px) {
	.mini-posts-grid.extraminigrid_1 li {
		margin:0 auto 28px auto;
		max-width:270px;
	}
}
.mini-posts-grid.extraminigrid_1 li .featured-thumbnail {
	float:none;
	margin:0 0 0 0;
}
@media (max-width: 480px) {
	.mini-posts-grid.extraminigrid_1 li .featured-thumbnail { width:auto; }
}
.mini-posts-grid.extraminigrid_1 li .featured-thumbnail a:before {
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:0 solid #000000;
	z-index:2;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.mini-posts-grid.extraminigrid_1 li .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.mini-posts-grid.extraminigrid_1 li .featured-thumbnail a:hover:before {
	border:15px solid #000000;
	opacity:0.7;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.mini-posts-grid.extraminigrid_1 li .featured-thumbnail img {
	opacity:1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.mini-posts-grid.extraminigrid_1_li h5 {
	margin-bottom:0;
	font-size:1em;
	display:none;
}
.mini-posts-grid.extraminigrid_1 .vid_length {
	position:relative;
	display:block;
	margin-top:-25px;
	margin-bottom:0;
	z-index:3;
	display:block;
	overflow:hidden;
	margin-bottom:.5em;
	color:#888;
	text-transform:uppercase;
	font-size:10px;
}
.mini-posts-grid.extraminigrid_1 .vid_length a {
	box-sizing:border-box;
	background:#424242;
	padding:10px 24px;
	float:right;
	overflow:hidden;
	border-radius:2px;
}
.mini-posts-grid.extraminigrid_1 .vid_length a span {
	color:#fff;
	position:relative;
	display:block;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
}
.mini-posts-grid.extraminigrid_1 .vid_length a:hover { background:#000000; }
.mini-posts-grid.extraminigrid_1 .vid_length .post-comments { display:none; }
.extrabox_5 {
	padding:51px 0 57px;
	background:transparent;
}
.extrabox_5:before { display:none; }
.extrabox_5:after {
	position:absolute;
	content:"";
	height:100%;
	width:20000px;
	margin-left:-10000px;
	left:50%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:#fff url(images/patternline2.png) center top repeat-x;
	z-index:-1;
}
.extrabox_5 h2 {
	font-size:35px;
	line-height:38px;
	padding-bottom:30px;
	font-weight:300 !important;
}
.posts-grid.extragrid_2 { margin:0; }
.posts-grid.extragrid_2 li { margin-bottom:24px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_2 li { margin-bottom:50px; }
}
.posts-grid.extragrid_2 li .featured-thumbnail { margin:5px 0 24px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_2 li .featured-thumbnail {
		margin:0 auto 28px auto;
		float:none;
		max-width:320px;
	}
}
.posts-grid.extragrid_2 li .featured-thumbnail a {
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
	position:relative;
	overflow:hidden;
}
.posts-grid.extragrid_2 li .featured-thumbnail a .zoom-icon { display:none; }
.posts-grid.extragrid_2 li .featured-thumbnail a img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1);
	transform:scale(1);
	max-width:none;
	width:100%;
}
.posts-grid.extragrid_2 li .featured-thumbnail a:before {
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:0 solid #000000;
	z-index:2;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.posts-grid.extragrid_2 li .featured-thumbnail a:after {
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url(images/playimg.png) center center no-repeat;
	z-index:3;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.posts-grid.extragrid_2 li .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.posts-grid.extragrid_2 li .featured-thumbnail a:hover:before {
	border:15px solid ;
	opacity:0.7;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.extragrid_2 li .featured-thumbnail a:hover:after { opacity:0.7; }
.posts-grid.extragrid_2 li .featured-thumbnail img {
	opacity:1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.posts-grid.extragrid_2 li .featured-thumbnail img { width:100%; }
.posts-grid.extragrid_2 h4 { margin:0 0 15px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_2 h4 { text-align:center; }
}
.posts-grid.extragrid_2 h4 a { color:#000000; }
.posts-grid.extragrid_2 h4 a:hover { color:#424242; }
.posts-grid.extragrid_2 .excerpt {
	text-transform:none;
	color:#787878;
	font-size:18px;
	line-height:24px;
	margin-bottom:0;
	font-weight:300;
}
@media (max-width: 767px) {
	.posts-grid.extragrid_2 .excerpt {
		margin-bottom:40px;
		text-align:center;
	}
}
.extrabox_4 {
	padding:51px 0 8px;
	background:transparent;
}
.extrabox_4:before { display:none; }
.extrabox_4:after {
	position:absolute;
	content:"";
	height:100%;
	width:20000px;
	margin-left:-10000px;
	left:50%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:#fff url(images/patternline2.png) center top repeat-x;
	z-index:-1;
}
.extrabox_4 h2 {
	font-size:35px;
	line-height:38px;
	padding-bottom:30px;
	font-weight:300 !important;
}
.extrabox_4 h3 {
	font-size:20px;
	line-height:26px;
	margin-bottom:33px;
}
.parallax2 { text-align:center; }
.parallax2 .parallax-content { padding:29px 0 37px; }
.parallax2 h2 {
	font-size:60px;
	line-height:62px;
	padding-bottom:46px;
}
.parallax2 h2 em {
	font-style:normal;
	font-size:36px;
	line-height:38px;
	color:#c4c4c4;
	text-transform:lowercase;
	display:block;
	margin-top:8px;
}
@media (max-width: 979px) and (min-width: 768px) {
	.parallax2 h2 em {
		font-size:20px;
		line-height:24px;
	}
}
@media (max-width: 767px) {
	.parallax2 h2 em {
		font-size:20px;
		line-height:24px;
	}
}
.hero-unit.extrahero_1 {
	background:transparent;
	padding:0;
}
.hero-unit.extrahero_1 h1 {
	font-size:22px;
	line-height:26px;
	color:#fff;
	font-weight:300;
	padding:0;
	margin:0 0 15px;
	word-spacing:5px;
}
@media (max-width: 767px) {
	.hero-unit.extrahero_1 h1 {
		font-size:18px;
		line-height:22px;
	}
}
.hero-unit.extrahero_1 p {
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:300;
}
@media (max-width: 767px) {
	.hero-unit.extrahero_1 p {
		font-size:14px;
		line-height:22px;
	}
}
.hero-unit.extrahero_1 .btn.btn-primary {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
	padding:11px 25px 11px;
	position:relative;
	letter-spacing:0;
	background:transparent;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:2px;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.hero-unit.extrahero_1 .btn.btn-primary:before {
	content:"";
	position:absolute;
	width:0;
	height:100%;
	bottom:0;
	right:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	border-radius:2px;
	background:#3f3f3f;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.hero-unit.extrahero_1 .btn.btn-primary:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	bottom:0;
	left:0;
	overflow:hidden;
	border-radius:2px;
	background:#000000;
	z-index:-2;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.hero-unit.extrahero_1 .btn.btn-primary:hover {
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.hero-unit.extrahero_1 .btn.btn-primary:hover:before {
	width:100%;
	left:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.posts-grid.extragrid_1 { margin:0; }
.posts-grid.extragrid_1 li { margin-bottom:24px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_1 li { margin-bottom:50px; }
}
.posts-grid.extragrid_1 li .featured-thumbnail { margin:5px 0 24px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_1 li .featured-thumbnail {
		margin:0 auto 28px auto;
		float:none;
		max-width:320px;
	}
}
.posts-grid.extragrid_1 li .featured-thumbnail a:before {
	position:absolute;
	content:"";
	display:block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:0 solid #000000;
	z-index:2;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.posts-grid.extragrid_1 li .featured-thumbnail a:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.posts-grid.extragrid_1 li .featured-thumbnail a:hover:before {
	border:15px solid #000000;
	opacity:0.7;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid.extragrid_1 li .featured-thumbnail img {
	opacity:1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.posts-grid.extragrid_1 li .featured-thumbnail img { width:100%; }
.posts-grid.extragrid_1 h4 { display:none; }
.posts-grid.extragrid_1 .excerpt {
	text-transform:uppercase;
	color:#f3f3f3;
	font-size:14px;
	margin-bottom:23px;
}
@media (max-width: 767px) {
	.posts-grid.extragrid_1 .excerpt { text-align:center; }
}
.posts-grid.extragrid_1 .post_meta {
	padding:10px 0;
	color:#000000;
}
.posts-grid.extragrid_1 .post_meta span[class^="post_"] {
	margin-right:33px;
	color:#000000;
}
@media (max-width: 979px) and (min-width: 768px) {
	.posts-grid.extragrid_1 .post_meta span[class^="post_"] { margin-right:15px; }
}
.posts-grid.extragrid_1 .post_meta .post_category, .posts-grid.extragrid_1 .post_meta .post_author, .posts-grid.extragrid_1 .post_meta .post_comment { display:none; }
.posts-grid.extragrid_1 .post_meta .post_count {
	margin-right:0;
	color:#fff !important;
}
.posts-grid.extragrid_1 .post_meta .post_count em { font-style:normal; }
.posts-grid.extragrid_1 .post_meta .post_count:before {
	text-align:left;
	position:relative;
	font-family:'FontAwesome';
	font-size:12px;
	line-height:20px;
	speak:none;
	content:"\f06e";
	color:#9f9f9f;
	margin-right:10px;
	text-indent:0 !important;
}
.banner-wrap.extrabanner_1 {
	overflow:hidden;
	margin:0 0 30px;
	padding:0;
	position:relative;
	text-align:center;
	max-width:370px;
}
@media (max-width: 767px) {
	.banner-wrap.extrabanner_1 { margin:50px auto 10px; }
}
.banner-wrap.extrabanner_1:hover .featured-thumbnail img {
	opacity:0.63;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.banner-wrap.extrabanner_1:hover h5 {
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.banner-wrap.extrabanner_1 .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#000;
	width:100%;
	height:auto;
}
.banner-wrap.extrabanner_1 .featured-thumbnail a { border:none; }
.banner-wrap.extrabanner_1 .featured-thumbnail img {
	opacity:1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.banner-wrap.extrabanner_1 .descr {
	position:absolute;
	height:100%;
	top:0;
	width:100%;
}
.banner-wrap.extrabanner_1 .desc {
	display:inline-block;
	vertical-align:middle;
}
.banner-wrap.extrabanner_1 .helper {
	display:inline-block;
	vertical-align:middle;
	height:100%;
	width:0px;
}
.banner-wrap.extrabanner_1 h5 {
	font-family:'Open Sans', serif;
	font-size:36px;
	line-height:38px;
	text-transform:uppercase;
	font-weight:300;
	color:#fff;
	background:transparent;
	padding:0;
	margin:-250px 0 0 0;
	text-align:center;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#sidebar { padding-top:10px; }
#sidebar h3 { margin-bottom:0; }
.widget {
	margin-bottom:0;
	padding-bottom:45px;
}
.widget:after {
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	display:block;
	top:auto;
	bottom:0 !important;
	background:transparent url(images/patternline.png) center bottom repeat-x;
	z-index:-1;
}
.widget h3 {
	font-size:48px;
	line-height:50px;
	font-weight:100;
	font-style:normal;
	display:block;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	text-transform:capitalize;
	padding:53px 0 25px;
	margin:0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.widget h3 {
		font-size:26px !important;
		line-height:28px !important;
	}
}
@media (max-width: 767px) {
	.widget h3 {
		font-size:26px !important;
		line-height:28px !important;
	}
}
.widget ul {
	padding:0;
	margin-left:0;
	list-style:none;
	margin-top:0;
}
.widget ul ul {
	margin-left:20px;
	margin-top:10px;
}
.widget ul li {
	margin-top:0;
	margin-bottom:10px;
	text-transform:uppercase;
}
.widget ul li a {
	font-size:16px;
	font-weight:300;
	color:#f3f3f3;
	text-transform:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li a:hover {
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li:before {
	content:"";
	display:inline-block;
	width:15px;
	height:15px;
	top:1px;
	left:2px;
	margin-right:15px;
	position:relative;
	background:url(images/cirarrow.png) 0 0 no-repeat;
}
.widget .post-list { margin-bottom:0px; }
.widget .post-list li {
	overflow:hidden;
	padding-top:37px;
	padding-bottom:0;
	margin-bottom:0;
}
.widget .post-list li:before { display:none; }
.widget .post-list li:first-child {
	padding-top:0;
	border:none;
}
.widget .post-list_h {
	margin:0;
	margin-bottom:18px;
	color:#4e4e4e;
	line-height:20px;
}
.widget .post-list_h a {
	font-size:14px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list_h a:hover {
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list time {
	display:block;
	font-size:15px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000000;
	margin-bottom:0;
	margin-top:2px;
}
.widget .post-list .excerpt {
	text-transform:none;
	margin-bottom:29px;
	color:#ffffff;
}
.widget .post-list .featured-thumbnail { margin:5px 33px 10px 0; }
.widget .post-list .featured-thumbnail img { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.widget .post-list .featured-thumbnail { float:none; }
}
@media (max-width: 420px) {
	.widget .post-list .featured-thumbnail { float:none; }
}
.widget .comments-custom li {
	overflow:hidden;
	margin:0;
	padding:36px 0 0 0;
	border-bottom:none;
	background:none;
}
.widget .comments-custom li:before { display:none; }
.widget .comments-custom li:first-child {
	padding-top:0;
	border-top:none;
}
.widget .comments-custom .featured-thumbnail.thumbnail {
	margin-top:7px;
	margin-right:32px;
	margin-bottom:0;
	box-shadow:none;
	box-sizing:border-box;
	padding:0;
	border:none;
}
.widget .comments-custom_txt {
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#ffffff;
	text-transform:none !important;
	letter-spacing:0;
	padding:0 0 0 0;
	border-top:none;
	margin-top:24px;
}
.widget .comments-custom_txt a {
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#ffffff;
	text-decoration:none;
}
.widget .comments-custom_txt a:hover {
	color:#000000;
	text-decoration:none;
}
.widget .comments-custom_h_author {
	font-size:15px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000000;
	margin-bottom:0;
	margin-top:5px;
}
.widget .comments-custom_h_author:first-letter { text-transform:capitalize !important; }
.widget .comments-custom_h_title { margin-bottom:16px; }
.widget .comments-custom_h_title a {
	font-size:15px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000000;
	margin-bottom:0;
	margin-top:22px;
}
.widget .comments-custom_h_title a:before { display:none; }
.widget .comments-custom_h_title a:hover {
	color:#ffffff;
	text-decoration:none;
}
.widget .comments-custom_h_author:first-letter { text-transform:uppercase; }
.widget .comments-custom time {
	font-size:15px;
	line-height:20px;
	font-style:normal;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000000;
	margin-top:18px;
	margin-bottom:0;
	display:block;
}
.widget .comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:#999;
	float:left;
	min-width:15px;
	text-align:center;
}
.widget .comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.widget .comments-custom .meta_format {
	margin-top:0;
	margin-bottom:1px;
}
.widget .flexslider { text-align:center; }
.widget .flexslider h5 { text-align:center; }
.widget .flex-direction-nav .flex-prev {
	left:0;
	margin:0 0 0;
	color:#000000;
}
.widget .flex-direction-nav .flex-next {
	right:0;
	margin:0 0 0;
	color:#000000;
}
.widget #wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
.widget #wp-calendar td#today {
	background-color:#000000;
	color:#fff;
}
.widget #wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color:#000000;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.widget #wp-calendar thead th {
	padding:7px 0;
	color:#000000;
	text-align:center;
	font-size:14px;
}
.widget select {
	width:100% !important;
	height:40px;
}
.widget .social { margin:0; }
.widget .social_li:before { display:none; }
.widget .widget-flexslider li:before, .widget .flickr_list li:before { display:none; }
.widget .tags-cloud a, .widget .tagcloud a, .widget .post_footer a {
	color:#606060;
	text-decoration:underline;
	font-size:11px;
}
.widget .tags-cloud a:hover, .widget .tagcloud a:hover, .widget .post_footer a:hover {
	color:;
	text-decoration:underline;
}
.widget #searchform .search-form_it {
	border:1px solid #e5e5e5;
	width:90%;
}
.widget #searchform .search-form_is {
	margin:8px 0 0 0;
	text-transform:uppercase;
}
.widget .banner_wrapper img { max-width:100%; }
.footer a:active, .footer a:focus { background:transparent !important; }
.footer p { margin:0 0 18px; }
.footer {
	background:transparent;
	border-top:none;
	margin:0;
	padding:0 0 30px;
	border-top:1px solid #eeeeee;
}
.footer .footer-text {
	font-family:'Roboto', sans-serif;
	font-size:12px;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#6a6a6a;
	margin:8px 0 20px;
}
.footer .footer-text a {
	font-family:'Roboto', sans-serif;
	font-size:12px;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#6a6a6a;
	word-spacing:2px;
	margin-top:22px;
}
@media (max-width: 767px) {
	.footer .footer-text a {
		font-size:13px;
		text-align:left;
		word-spacing:0;
	}
}
.footer .footer-text a:hover { color:#000000; }
@media (max-width: 767px) {
	.footer .footer-text {
		text-align:left;
		letter-spacing:0;
		font-size:13px;
	}
}
@media (max-width: 767px) {
	.footer { padding:30px 20px; }
}
.footer .linefooter {
	position:relative;
	top:5px;
	height:19px;
	width:1px;
	margin:0 8px;
	display:inline-block;
	background:url(images/linefooter.png) center top no-repeat;
}
.extrafooter {
	display:block;
	padding:28px 0 0;
}
.footer .textwidget {
	font-size:16px;
	line-height:26px;
	font-weight:300;
	color:#4c4c4c;
}
.footer .footerlist {
	list-style:none;
	margin-left:0;
	margin-top:38px;
	display:block;
}
.footer .footerlist li { margin:0 0 7px; }
.footer .footerlist li a {
	color:#6b6b6b;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
}
.footer .footerlist li a:hover { color:#000000; }
.footer .footermore {
	overflow:hidden;
	color:#494949;
	font-weight:400;
	font-size:18px;
	line-height:20px;
}
.footer .footermore:after {
	position:relative;
	content:"";
	top:3px;
	margin-left:6px;
	width:15px;
	height:15px;
	overflow:visible;
	display:inline-block;
	background:url(images/cirarrow.png) right top no-repeat;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .footermore:hover { color:#000000; }
.footer .social2 {
	margin-top:43px;
	margin-left:0;
	margin-bottom:40px;
}
.footer .social2 li {
	display:inline-block;
	overflow:hidden;
	margin:0 22px 0 0;
	font-size:0;
	line-height:0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.footer .social2 li { margin:0 10px 0 0; }
}
@media (max-width: 767px) {
	.footer .social2 li { margin:0 10px 0 0; }
}
.footer .social2 li a {
	color:#5c5c5c;
	background:transparent !important;
	position:relative;
	display:inline-block;
	overflow:hidden;
	text-align:center;
	border-radius:0;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .social2 li a i {
	font-size:23px;
	line-height:25px;
	color:#5c5c5c;
	position:relative;
	margin:0;
	text-align:center;
	vertical-align:middle;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.footer .social2 li a:hover {
	background:transparent !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .social2 li a:hover i {
	text-decoration:none;
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.footer h4 {
	font-size:35px;
	line-height:37px;
	font-style:normal;
	background:transparent;
	text-transform:none;
	font-weight:300 !important;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-bottom:33px;
	color:#4e4e4e;
}
@media (max-width: 767px) {
	.footer h4 {
		font-size:22px;
		line-height:24px;
		margin-top:30px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.footer h4 {
		font-size:22px;
		line-height:24px;
	}
}
nav.footer-nav {
	float:none !important;
	margin:20px 0;
	overflow:hidden;
	position:relative;
	display:block;
	width:100%;
}
nav.footer-nav ul {
	margin:0;
	padding:0;
	float:left;
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
	float:left;
	text-align:left;
	margin:0;
	padding:0 10px 0 0;
	list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { display:inline; }
}
@media (max-width: 480px) {
	nav.footer-nav ul li { padding:0 5px 0 0; }
}
nav.footer-nav ul li a {
	text-align:left;
	font-size:14px !important;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
@media (max-width: 480px) {
	nav.footer-nav ul li a { font-size:12px !important; }
}
nav.footer-nav ul li a:hover {
	color:#000000;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
nav.footer-nav ul li.current-menu-item a {
	text-decoration:underline;
	color:#000000;
}
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:20px;
	bottom:30px;
	overflow:hidden;
	z-index:199;
}
#back-top a {
	display:block;
	width:28px;
	height:29px;
	color:#bbb;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	border:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#back-top a:hover span { background:transparent url(images/up-arrow.png) center bottom no-repeat; }
#back-top span {
	display:block;
	margin-bottom:10px;
	width:28px;
	height:29px;
	background:transparent url(images/up-arrow.png) center top no-repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.wpcf7-form .ajax-loader {
	margin-top:10px;
	margin-left:1px;
}
.wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	vertical-align:top;
}
.wpcf7-form p.field input {
	margin:0;
	font-size:14px;
	line-height:22px;
	color:#424242;
	margin:0;
	padding:11px 18px 10px;
	margin:0;
	padding:7px 9px;
	margin:0;
	padding:9px 18px;
	border-radius:0;
	height:39px;
	background:#fff;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field input:-moz-placeholder { color:#424242; }
.wpcf7-form p.field input:-ms-input-placeholder { color:#424242; }
.wpcf7-form p.field input::-webkit-input-placeholder { color:#424242; }
.wpcf7-form p.field input[type="file"] {
	font-size:14px;
	line-height:22px;
	color:#424242;
	margin:0;
	padding:11px 18px 10px;
	border-radius:0;
	height:39px;
	background:#fff;
	color:#ffffff;
	border:none;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.wpcf7-form p.field input[type="file"]:-moz-placeholder { color:#424242; }
.wpcf7-form p.field input[type="file"]:-ms-input-placeholder { color:#424242; }
.wpcf7-form p.field input[type="file"]::-webkit-input-placeholder { color:#424242; }
.wpcf7-form textarea {
	font-size:14px;
	color:#424242;
	font-weight:400;
	overflow:auto;
	margin:0;
	padding:11px 18px 10px;
	width:100%;
	height:200px;
	line-height:22px;
	border:none;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
}
.wpcf7-form textarea:-moz-placeholder { color:#424242; }
.wpcf7-form textarea:-ms-input-placeholder { color:#424242; }
.wpcf7-form textarea::-webkit-input-placeholder { color:#424242; }
.wpcf7-form .submit-wrap {
	margin:0 0 40px;
	padding:0;
}
span.wpcf7-form-control-wrap { display:block; }
.wpcf7-not-valid-tip {
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	padding:8px 6px !important;
	width:auto !important;
	height:auto !important;
	background:#F2DEDE !important;
	border:1px solid #ddd !important;
	color:#B94A48 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		font-size:11px !important;
		padding:8px 6px !important;
		line-height:14px;
	}
}
div.wpcf7-response-output {
	margin:60px 0 !important;
	padding:8px 35px 8px 14px !important;
	border:1px solid #ddd !important;
	background-color:#FCF8E3;
	color:#C09853;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.wpcf7-validation-errors {
	background-color:#F2DEDE !important;
	border-color:#ddd !important;
	color:#B94A48 !important;
}
div.wpcf7-mail-sent-ok {
	background:#DFF0D8 !important;
	border:1px solid #ddd !important;
	color:#468847 !important;
}
.error404 .extraheader_1 .search-form { display:none !important; }
.search-form .search-form_is .icon-search {
	text-align:center;
	float:none;
	vertical-align:middle;
	position:relative;
	top:0 !important;
	margin:0;
	font-family:'FontAwesome';
	font-size:20px;
	line-height:20px;
	speak:none;
	color:#fff;
	content:"\f015";
	background:transparent;
	box-shadow:none;
	box-sizing:border-box;
	border-radius:0;
	padding:13px 0 0 14px;
	text-indent:0 !important;
	z-index:99999;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.search-form .search-form_is:hover {
	background: !important;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.search-form input[type="text"] {
	vertical-align:top;
	border:none;
	box-shadow:none !important;
	border-radius:0;
	color:#ffffff;
	font-family:'Open Sans', serif;
	font-size:14px;
	line-height:20px;
	font-style:normal;
	width:92%;
	text-transform:capitalize;
	margin-top:0;
	background:#f8f8f8;
}
.search-form input[type="submit"] { margin-top:10px; }
.sidebar .search-form input[type="text"] {
	vertical-align:top;
	box-shadow:none !important;
	border-radius:0;
	font-size:14px;
	line-height:22px;
	color:#424242;
	right:0;
	left:0;
	padding:7px 9px;
	border:none;
	height:37px;
	box-sizing:border-box;
	text-transform:capitalize;
	background:#fff;
	margin-top:0;
	margin-bottom:10px;
	width:100% !important;
}
.sidebar .search-form input[type="text"]:-moz-placeholder { color:#424242; }
.sidebar .search-form input[type="text"]:-ms-input-placeholder { color:#424242; }
.sidebar .search-form input[type="text"]::-webkit-input-placeholder { color:#424242; }
.no-results .search-form input[type="text"] {
	vertical-align:top;
	box-shadow:none !important;
	border-radius:0;
	border-radius:0;
	font-size:14px;
	line-height:22px;
	color:#424242;
	right:0;
	left:0;
	padding:7px 9px;
	border:none;
	height:37px;
	box-sizing:border-box;
	text-transform:capitalize;
	background:#fff;
	margin-top:0;
	margin-bottom:10px;
	width:100% !important;
}
.no-results .search-form input[type="text"]:-moz-placeholder { color:#424242; }
.no-results .search-form input[type="text"]:-ms-input-placeholder { color:#424242; }
.no-results .search-form input[type="text"]::-webkit-input-placeholder { color:#424242; }
.no-results .search-form input[type="submit"] { width:auto !important; }
.error404 .search-form input[type="text"] {
	vertical-align:top;
	box-shadow:none !important;
	border-radius:0;
	border-radius:0;
	font-size:14px;
	line-height:22px;
	color:#424242;
	right:0;
	left:0;
	padding:7px 9px;
	border:none;
	height:37px;
	box-sizing:border-box;
	text-transform:capitalize;
	background:#fff;
	margin-top:0;
	margin-bottom:10px;
	width:100% !important;
}
.error404 .search-form input[type="text"]:-moz-placeholder { color:#424242; }
.error404 .search-form input[type="text"]:-ms-input-placeholder { color:#424242; }
.error404 .search-form input[type="text"]::-webkit-input-placeholder { color:#424242; }
.error404 .search-form .search-form_is { width:auto !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.zoom-icon:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:url(images/patternblack.png) center center repeat;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.zoom-icon:before {
	position:absolute;
	z-index:100;
	content:"";
	left:0;
	top:-100%;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	background:url(images/magnify-alt2.png) center center no-repeat;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.featured-thumbnail a:hover .zoom-icon:after, a.thumbnail:hover .zoom-icon:after, .thumbnail__portfolio a:hover .zoom-icon:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
@media (max-width: 480px) {
	.grid_gallery .zoom-icon:before { display:none; }
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
