@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:100);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
.wrap { overflow:hidden; }
h1, h2, h3, h4, h5, h6 { margin-top:0; }
h2 {
	font-weight:100 !important;
	text-shadow:0 0 0 rgba(0,0,0,0);
}
h2 strong { font-weight:900 !important; }
h3 { font-weight:900 !important; }
a {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
a:hover { text-decoration:none; }
.header {
	width:100%;
	position:absolute;
	top:0;
	padding:23px 0 20px;
	border:none;
	background:#fff;
}
@media (max-width: 767px) {
	.header {
		width:auto;
		padding-left:20px;
		padding-right:20px;
		position:relative !important;
	}
}
.header:after {
	content:'';
	position:absolute;
	bottom:-13px;
	left:0;
	width:100%;
	height:13px;
	background-repeat:repeat-x;
	background-image:url(images/header-bottom.png);
}
@media (max-width: 767px) {
	.header.isStuck { top:0 !important; }
}
.header.isStuck .logo a img {
	width:66%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
@media (max-width: 767px) {
	.header.isStuck .logo a img { width:auto; }
}
.header.isStuck .nav__primary .sf-menu { margin:3px 0; }
.header.isStuck .nav__primary .sf-menu > li > .sub-menu { top:47px; }
@media (max-width: 767px) {
	.header .logo {
		float:none !important;
		text-align:center;
	}
}
.header .logo a img {
	width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .logo_h__txt { font-weight:900 !important; }
.header .logo_h__txt .logo_link { font-weight:900 !important; }
.header .logo_h__txt .logo_link:hover, .header .logo_h__txt .logo_link:focus { color:#333; }
.header .logo .logo_tagline {
	margin:0;
	display:none;
}
.header nav.nav__primary { margin:0; }
.header nav.nav__primary .sf-menu {
	float:right;
	display:block;
	margin:11px 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.header nav.nav__primary .sf-menu >li {
	background:none;
	position:relative;
	float:left;
	display:inline-block;
	margin-right:30px;
}
.header nav.nav__primary .sf-menu >li >a {
	text-transform:uppercase;
	font-weight:700;
	border:none;
	padding:0;
	margin:0;
}
.header nav.nav__primary .sf-menu >li >a:hover {
	color:#c99535;
	background:none;
}
.header nav.nav__primary .sf-menu >li.current-menu-item a, .header nav.nav__primary .sf-menu >li.current_page_item a, .header nav.nav__primary .sf-menu >li.sfHover a {
	color:#c99535;
	background:none;
}
.header nav.nav__primary .sf-menu >li.active-menu-item a {
	color:#c99535;
	background:none;
}
.header nav.nav__primary .sf-menu >li:last-child { margin-right:0; }
.header nav.nav__primary .sf-menu >li >.sub-menu {
	top:55px;
	left:-31px;
}
.header nav.nav__primary .sf-menu >li .sub-menu {
	margin:1px;
	width:260px;
	background:#eeeeee;
	padding:15px 0 20px;
}
.header nav.nav__primary .sf-menu >li .sub-menu li {
	float:none;
	margin:0;
	background:none;
}
.header nav.nav__primary .sf-menu >li .sub-menu li a {
	font-family:'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333333;
	padding:10px 0;
	border-radius:0px;
	border:none;
	text-align:left;
	overflow:hidden;
	text-indent:29px;
}
.header nav.nav__primary .sf-menu >li .sub-menu li a:hover {
	color:#fff;
	background:#c99535;
}
.header nav.nav__primary .sf-menu >li .sub-menu li.menu-item-has-children > a:before {
	width:8px;
	height:40px;
	position:absolute;
	top:0;
	right:-8px;
	display:block;
	background:url("images/extra1.png") center center no-repeat;
	content:"";
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.header nav.nav__primary .sf-menu >li .sub-menu li.menu-item-has-children > a:hover:before { right:20px; }
.header nav.nav__primary .sf-menu >li .sub-menu li .sub-menu { top:-16px; }
.header nav.nav__primary .sf-menu >li .sub-menu li.sfHover > a {
	color:#fff;
	background:#c99535;
}
.header nav.nav__primary .sf-menu >li .sub-menu li.sfHover > a:before { right:20px; }
.header .select-menu {
	color:#333333 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}
h2 { margin-bottom:30px; }
.btn {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	background:#c99535;
	border-radius:0;
	padding:16px 38px;
	text-shadow:none;
	border:1px solid transparent;
	box-shadow:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media (min-width: 1200px) {
	.btn {
		padding-left:65px;
		padding-right:65px;
	}
}
.btn:hover {
	color:#fff;
	background:#333333;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.btn:active {
	color:#fff;
	background:none;
}
.btn:focus {
	color:#fff;
	background:#333333;
}
body {
	background-size:cover;
	font-weight:300 !important;
}
@media (max-width: 480px) {
	body {
		background-size:inherit;
		background-position:50% 0 !important;
		background-attachment:scroll !important;
	}
}
.content-holder {
	padding:90px 0 80px 0;
	overflow:hidden;
	background-color:#fff;
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
		padding-top:0;
	}
}
.home .content-holder {
	padding-top:0;
	padding-bottom:0;
	background-color:transparent;
}
.rev_slider_wrapper .rev_slider { position:relative; }
.rev_slider_wrapper .rev_slider >ul >li .slotholder { z-index:0; }
.rev_slider_wrapper .rev_slider >ul >li .slotholder:before {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	background:url("images/pattern1.png");
	top:0;
	left:0;
	content:"";
	z-index:3;
}
.rev_slider_wrapper .rev_slider >ul >li a.orange {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	background:#f39c12;
	border-radius:0;
	padding:16px 55px;
	text-shadow:none;
	border:1px solid #f39c12;
	box-shadow:none;
	text-shadow:none !important;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.rev_slider_wrapper .rev_slider >ul >li a.orange:hover {
	color:#fff;
	border:1px solid #f39c12;
	background:none;
	box-shadow:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.rev_slider_wrapper .rev_slider .html5vid:before {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	top:0;
	left:0;
	content:"";
	text-transform:uppercase;
}
.morebtn1 {
	border:1px solid #2ecc71;
	background:#2ecc71;
}
.morebtn1:hover {
	color:#2ecc71;
	background:none;
}
.morebtn2 {
	border:1px solid #f39c12;
	background:#f39c12;
}
.morebtn2:hover {
	color:#f39c12;
	background:none;
}
.morebtn3 {
	border:1px solid #d35400;
	background:#d35400;
}
.morebtn3:hover {
	color:#d35400;
	background:none;
}
.morebtn4 {
	border:1px solid #c0392b;
	background:#c0392b;
}
.morebtn4:hover {
	color:#c0392b;
	background:none;
}
.morebtn5 {
	border:1px solid #dcdcdc;
	color:#c99535;
	background:none;
}
.morebtn5:hover {
	color:#fff;
	border:1px solid #c99535;
	background:#c99535;
}
.morebtn6 {
	border:1px solid #fff;
	background:none;
	padding:16px 85px;
}
.morebtn6:hover {
	color:#fff;
	border:1px solid #c99535;
	background:#c99535;
}
.cherry_media_parallax_1 {
	opacity:0;
	filter:alpha(opacity=0);
}
.cherry_media_parallax_1 .parallax-content { padding:365px 0 250px 0; }
.cherry_media_parallax_1 .parallax-content h3 {
	font-size:151px;
	line-height:1em;
	font-weight:100 !important;
	margin-bottom:10px;
	color:#fff;
}
@media (max-width: 767px) {
	.cherry_media_parallax_1 .parallax-content h3 { font-size:80px; }
}
.cherry_media_parallax_1 .parallax-content h2 {
	font-size:55px;
	font-weight:bold !important;
	line-height:60px;
	margin:0 0 34px;
	color:#fff;
}
.cherry_media_parallax_1 .parallax-content p {
	font-weight:300;
	color:#fff;
	margin-bottom:51px;
}
.cherry_media_parallax_1 .parallax-content .morebtn {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	background:#c99535;
	border-radius:0;
	padding:22px 70px;
	text-shadow:none;
	border:1px solid #c99535;
	box-shadow:none;
	text-transform:none;
	text-shadow:none !important;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.cherry_media_parallax_1 .parallax-content .morebtn:hover {
	color:#fff;
	border:1px solid #c99535;
	background:none;
	box-shadow:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.cherry_media_parallax_1 .parallax_inner:before { display:none !important; }
.cherry_fixed_parallax1 { overflow:hidden; }
.cherry_fixed_parallax1 .parallax_content { padding:60px 0 50px 0; }
.cherry_fixed_parallax1 h2 { margin-bottom:25px; }
.cherry_fixed_parallax1 p { text-transform:uppercase; }
.cherry_fixed_parallax2 .parallax-content { padding:60px 0 70px 0; }
.cherry_fixed_parallax2 h2 { margin-bottom:60px; }
.cherry_fixed_parallax3 { text-align:center; }
.cherry_fixed_parallax3 .parallax-content {
	padding:70px 0 69px 0;
	color:#fff;
}
.cherry_fixed_parallax3 .parallax-content h2 {
	margin-bottom:0;
	padding-bottom:28px;
	color:inherit;
}
.cherry_fixed_parallax3 .parallax-content .morebtn5 {
	margin-top:30px;
	padding-left:90px;
	padding-right:90px;
	position:relative;
	z-index:2;
}
.cherry_fixed_parallax3 .parallax-content .masonry_view { text-align:left; }
.cherry_fixed_parallax4 { color:#fff; }
.cherry_fixed_parallax4 .parallax-content {
	text-align:center;
	padding:70px 0 80px;
}
@media (max-width: 767px) {
	.cherry_fixed_parallax4 .parallax-content {
		padding-left:20px;
		padding-right:20px;
	}
}
.cherry_fixed_parallax4 .parallax-content h2 {
	margin-bottom:52px;
	color:#fff;
}
.cherry_fixed_parallax4 .parallax-content h3 {
	margin-bottom:15px;
	text-align:left;
	color:#fff;
}
.cherry_fixed_parallax4 .parallax-content p { text-align:left; }
.cherry_fixed_parallax4 .parallax-content .icon_type1 {
	margin:0 30px 38px 0;
	background-color:#c99535;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.cherry_fixed_parallax4 .parallax-content .morebtn5 {
	margin-top:30px;
	position:relative;
	z-index:2;
}
@media (min-width: 1200px) {
	.cherry_fixed_parallax4 .parallax-content .morebtn5 {
		padding-left:69px;
		padding-right:69px;
	}
}
.cherry_fixed_parallax5 { overflow:hidden; }
.cherry_fixed_parallax5 .parallax_content {
	text-align:center;
	padding:60px 0 70px 0;
}
.cherry_fixed_parallax5 .parallax_content h2 { margin-bottom:52px; }
.cherry_fixed_parallax6 .parallax-content {
	text-align:center;
	padding:135px 0 100px 0;
}
@media (max-width: 767px) {
	.cherry_fixed_parallax6 .parallax-content { padding:70px 20px 0; }
}
.cherry_fixed_parallax6 .parallax-content h2 { margin-bottom:52px; }
.cherry_fixed_parallax7 { color:#fff; }
.cherry_fixed_parallax7 .parallax-content { padding:60px 0 85px 0; }
@media (max-width: 767px) {
	.cherry_fixed_parallax7 .parallax-content {
		padding-left:20px;
		padding-right:20px;
	}
}
.cherry_fixed_parallax7 .parallax-content h2 {
	margin-bottom:53px;
	color:inherit;
}
.cherry_fixed_parallax7 .parallax-content .morebtn6 {
	margin-top:50px;
	padding-left:90px;
	padding-right:90px;
}
.cherry_fixed_parallax8 .parallax-content {
	text-align:center;
	padding:60px 0 70px 0;
}
.cherry_fixed_parallax8 .parallax-content h2 { margin-bottom:52px; }
.cherry_fixed_parallax9 .parallax-content {
	text-align:center;
	padding:60px 0 70px 0;
}
.cherry_fixed_parallax9 .parallax-content h2 { margin-bottom:90px; }
.cherry_fixed_parallax10 .parallax-content { padding:60px 0 65px 0; }
.extra_wrap1 {
	padding-left:30px;
	border-left:1px solid #fff;
}
@media (max-width: 767px) {
	.extra_wrap1 {
		border:none;
		padding-left:20px;
		padding-right:20px;
	}
}
.extra_wrap1 img {
	margin-bottom:20px;
	margin-top:0;
}
@media (max-width: 767px) {
	.extra_wrap1 img { margin-top:20px; }
}
.extra_wrap1 h3 { margin-bottom:8px; }
.extra_wrap1 p { margin-bottom:0; }
.extra_wrap1 .btn { margin-top:47px; }
.extra_wrap2 h3 { margin-bottom:30px; }
.extra_wrap2 ul {
	margin:0;
	list-style:none;
}
.extra_wrap2 ul li { margin-bottom:9px; }
.extra_wrap2 ul li a {
	font-size:14px;
	line-height:20px;
	color:#c99535;
	text-transform:uppercase;
}
.extra_wrap2 ul li a:hover { color:#fff; }
.extra_wrap3 h3 { margin-bottom:30px; }
.extra_wrap3 ul {
	margin:0;
	list-style:none;
}
.extra_wrap3 ul li { margin-bottom:9px; }
.extra_wrap3 ul li a {
	font-size:14px;
	line-height:20px;
	color:#2ecc71;
	text-transform:uppercase;
}
.extra_wrap3 ul li a:hover { color:#fff; }
.extra_wrap4 h3 { margin-bottom:30px; }
.extra_wrap4 ul {
	margin:0;
	list-style:none;
}
.extra_wrap4 ul li { margin-bottom:9px; }
.extra_wrap4 ul li a {
	font-size:14px;
	line-height:20px;
	color:#f39c12;
	text-transform:uppercase;
}
.extra_wrap4 ul li a:hover { color:#fff; }
.extra_wrap5 h3 { margin-bottom:30px; }
.extra_wrap5 ul {
	margin:0;
	list-style:none;
}
.extra_wrap5 ul li { margin-bottom:9px; }
.extra_wrap5 ul li a {
	font-size:14px;
	line-height:20px;
	color:#c0392b;
	text-transform:uppercase;
}
.extra_wrap5 ul li a:hover { color:#fff; }
.extra_wrap6 a {
	opacity:0.11;
	filter:alpha(opacity=11);
	padding-left:25px;
}
.extra_wrap6 a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.extra_wrap7 a {
	opacity:0.11;
	filter:alpha(opacity=11);
	padding-left:50px;
}
.extra_wrap7 a img { margin:10px 0 5px 0; }
.extra_wrap7 a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.gmap_container {
	position:relative;
	height:485px;
	text-align:center;
}
.gmap_container h2 {
	margin:52px 0;
	position:relative;
	z-index:1;
}
.gmap_container .morebtn5 {
	position:relative;
	margin-top:220px;
	z-index:1;
}
.gmap_container2 {
	position:relative;
	height:485px;
	margin-bottom:50px;
}
.skills_wrapper .skills-item {
	position:relative;
	text-align:center;
}
@media (max-width: 1199px) {
	.skills_wrapper .skills-item {
		float:none !important;
		width:auto !important;
		margin-left:0 !important;
	}
}
.skills_wrapper .skills-item .inner_wrap .level {
	text-align:center;
	position:absolute;
	top:105px;
	left:0;
	width:100%;
}
.ie8 .skills_wrapper .skills-item .inner_wrap .level { top:0; }
.skills_wrapper .skills-item .inner_wrap .level span {
	font-family:'Lato', sans-serif;
	font-size:43px;
	line-height:50px;
}
.skills_wrapper .skills-item .inner_wrap .chartCanvasDoughnut {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-135px;
}
.skills_wrapper .skills-item .inner_wrap .desc { margin-top:30px; }
.skills_wrapper .skills-item .inner_wrap .desc h3 a { color:#fff; }
.skills_wrapper .skills-item .inner_wrap .desc h3 a:hover { color:#c99535; }
.hashAncor {
	top:-100px;
	position:relative;
}
.faq-list { margin-top:0; }
.faq-list .faq-list_h h4 {
	font-size:20px;
	color:#c99535;
}
.faq-list .marker {
	font-size:22px !important;
	color:#c99535;
}
.post__holder .post-title {
	font-size:20px;
	line-height:20px;
	margin:10px 0 15px 0;
	padding-top:20px;
}
.post__holder .post-title a {
	font-size:20px;
	font-weight:900;
	color:#333;
	line-height:20px;
}
.post__holder .post-title a:hover, .post__holder .post-title a:focus { color:#c99535; }
.post__holder .excerpt { margin-bottom:10px; }
.post__holder .post_meta {
	border:none;
	margin:0 0 10px 0;
	padding:0;
	text-transform:none;
}
.post__holder .post_meta .meta_group {
	font-size:14px;
	font-weight:400;
}
.post__holder .post_meta .meta_group a {
	font-size:14px;
	margin-right:10px;
	color:#333;
	text-transform:capitalize;
}
.post__holder .post_meta .meta_group a:hover { text-decoration:underline; }
.post__holder .post_meta .meta_group time {
	font-size:14px;
	margin-right:10px;
	text-transform:none;
}
.post__holder .post_meta .meta_group i {
	font-size:23px;
	color:#c99535;
}
.post_wrapper {
	position:relative;
	margin-bottom:40px;
}
.post_wrapper .post__holder .thumbnail { margin:5px 20px 10px 0; }
.post_wrapper .post__holder .thumbnail.large { margin:0; }
.related-posts h3 {
	font-size:55px;
	line-height:50px;
	margin-bottom:45px;
	text-align:center;
}
.related-posts .related-posts_list .related-posts_item .thumbnail {
	border:none;
	border-radius:0;
	padding:0;
}
.related-posts .related-posts_list .related-posts_item a {
	font-size:16px;
	line-height:20px;
}
.pagination, .pagination__posts {
	margin-top:0px;
	text-align:left;
}
.pagination ul, .pagination__posts ul { box-shadow:none; }
.pagination ul li a, .pagination ul li span, .pagination__posts ul li a, .pagination__posts ul li span {
	background:none;
	color:#333;
	border:1px solid #dfdfdf;
	margin:0 5px;
	border-radius:0px;
	padding:7px 15px;
	font-weight:400;
	font-size:14px;
}
.pagination ul li a:hover, .pagination ul li span:hover, .pagination__posts ul li a:hover, .pagination__posts ul li span:hover {
	color:#fff;
	border-color:#c99535;
	background:#c99535;
	border:1px solid #c99535;
}
.pagination ul li.active a, .pagination ul li.active span, .pagination__posts ul li.active a, .pagination__posts ul li.active span {
	color:#fff;
	border-color:#c99535;
	background:#c99535;
	border:1px solid #c99535;
}
.pagination ul li:first-child a, .pagination ul li:first-child span, .pagination__posts ul li:first-child a, .pagination__posts ul li:first-child span { border-radius:0; }
.pagination ul li:last-child a, .pagination ul li:last-child span, .pagination__posts ul li:last-child a, .pagination__posts ul li:last-child span { border-radius:0; }
.pagination ul li.next a:after, .pagination ul li.last a:after, .pagination__posts ul li.next a:after, .pagination__posts ul li.last a:after {
	content:'\f0da';
	font-size:14px;
	font-family:FontAwesome;
	padding-left:5px;
}
.pagination ul li.prev a:before, .pagination ul li.first a:before, .pagination__posts ul li.prev a:before, .pagination__posts ul li.first a:before {
	content:'\f0d9';
	font-size:14px;
	font-family:FontAwesome;
	padding-right:5px;
}
.google-map { margin-bottom:50px; }
.google-map iframe { height:400px; }
#back-top-wrapper {
	overflow:visible;
	z-index:999;
}
#back-top-wrapper p { margin:0; }
#back-top-wrapper p a {
	width:60px;
	height:60px;
}
#back-top-wrapper p a span {
	width:60px;
	height:60px;
	margin:0;
	border-radius:30px;
	background-color:#c99535;
	background-position:50% 48%;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}
#back-top-wrapper p a:hover span { background-color:#333; }
.filterable-portfolio { margin-bottom:50px; }
.filterable-portfolio li {
	padding:0 !important;
	margin:0 !important;
}
.filterable-portfolio li:hover .portfolio_item_holder .caption {
	opacity:1;
	filter:alpha(opacity=100);
}
.filterable-portfolio li:hover .portfolio_item_holder .caption h3 {
	left:0;
	opacity:1;
	filter:alpha(opacity=100);
}
.filterable-portfolio li:hover .portfolio_item_holder .caption p {
	right:0;
	opacity:1;
	filter:alpha(opacity=100);
}
.filterable-portfolio li .portfolio_item_holder {
	padding:0px;
	background:rgba(0,0,0,0.7);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.no-rgba .filterable-portfolio li .portfolio_item_holder { background-image:url(images/black-opacity-70.png); }
.filterable-portfolio li .portfolio_item_holder .thumbnail {
	margin:0;
	border-radius:0;
	border:none;
	padding:0;
}
.filterable-portfolio li .portfolio_item_holder .caption {
	margin:0;
	padding:25px 30px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:rgba(0,0,0,0.7);
	text-align:center;
	z-index:100;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.no-rgba .filterable-portfolio li .portfolio_item_holder .caption { background-image:url(images/black-opacity-70.png); }
.filterable-portfolio li .portfolio_item_holder .caption h3 {
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
	left:-20px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease 0.2s;
	-moz-transition:all 0.5s ease 0.2s;
	-o-transition:all 0.5s ease 0.2s;
	transition:all 0.5s ease 0.2s;
}
.filterable-portfolio li .portfolio_item_holder .caption h3 a { color:#fff; }
.filterable-portfolio li .portfolio_item_holder .caption h3 a:hover { color:#c99535; }
.filterable-portfolio li .portfolio_item_holder .caption p {
	position:relative;
	margin:0;
	right:-20px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-o-transition:all 0.5s ease 0.5s;
	transition:all 0.5s ease 0.5s;
}
.filterable-portfolio li .portfolio_item_holder .caption p.excerpt {
	color:#fff;
	margin-bottom:16px;
}
.filterable-portfolio li .portfolio_item_holder .caption .btn { display:none; }
.portfolio .thumbnail {
	padding:0;
	border:none;
	border-radius:0;
}
.portfolio .single-pager { margin-bottom:50px; }
.portfolio .single-pager .previous a {
	font-size:18px;
	line-height:20px;
	border-radius:0;
	background:none;
	padding:5px 5px 8px 5px;
	border:none;
}
.portfolio .single-pager .next a {
	font-size:18px;
	line-height:20px;
	border-radius:0;
	background:none;
	padding:5px 5px 8px 5px;
	border:none;
}
.portfolio .flexslider .flex-control-paging li a {
	border:1px solid #fff;
	background:none;
	box-shadow:none;
}
.portfolio .flexslider .flex-control-paging li a.flex-active { background:#fff; }
.filter-wrapper { margin:15px 0 60px 0; }
.filter-wrapper strong {
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-right:10px;
	font-size:18px;
	line-height:20px;
	display:none;
}
.filter-wrapper .filter { margin:0; }
.filter-wrapper .filter li {
	margin-right:7px;
	padding-right:8px;
	border-right:1px solid #333;
}
.filter-wrapper .filter li a {
	font-size:18px;
	line-height:20px;
	color:#333;
	margin:0;
	padding:0;
	text-transform:uppercase;
	background:none;
	border-radius:0;
	background:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	color:#c99535;
	background:none;
}
.filter-wrapper .filter li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.filter-wrapper .filter li.active a { color:#c99535; }
.filter-wrapper .filter li:last-child { margin-right:0; }
.title-section {
	padding:85px 0 0 0;
	position:relative;
}
.title-section .title-header {
	font-size:55px;
	font-weight:900;
	line-height:55px;
	margin:0;
	text-align:center;
	overflow:visible;
}
.post__holder .post-header .post-title {
	margin-top:12px;
	margin-bottom:45px;
}
.post__holder .featured-thumbnail {
	margin:0;
	padding:0;
	border-radius:0;
	border:0;
}
.post__holder .excerpt { margin-bottom:30px; }
.post__holder .post_content { padding-bottom:0; }
.share-buttons {
	margin-bottom:100px;
	margin-top:30px;
}
.share-buttons span, .share-buttons li { line-height:18px; }
.post-author {
	background:none;
	border:1px solid #dfdfdf;
	padding:30px 20px 15px 20px;
	margin-bottom:130px;
}
.post-author .post-author_h { margin-bottom:15px; }
.post-author .post-author_h a { color:inherit; }
.post-author .post-author_h a:hover { color:#c99535; }
.post-author .post-author_gravatar {
	width:95px;
	height:95px;
	margin:0 30px 10px 0;
	padding:0;
	display:block;
	border-radius:0;
	border:0;
}
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link p {
	font-size:15px;
	font-weight:700;
}
.post-author .post-author_link p a { color:#c99535; }
.post-author .post-author_link p a:hover { color:#333; }
.comment-holder { overflow:hidden; }
.comment-holder .comments-h {
	font-size:55px;
	line-height:50px;
	text-align:center;
}
.comment-holder .comment-list .comment-body {
	background:none;
	border:1px solid #dfdfdf;
	margin-bottom:30px;
	overflow:hidden;
}
.comment-holder .comment-list .comment-body .comment-author {
	margin:0 30px 10px 0;
	padding:0;
	display:block;
	border-radius:0;
	border:0;
	overflow:visible;
}
.comment-holder .comment-list .comment-body .comment-author .author {
	padding-top:20px;
	font-size:15px;
	color:#c99535;
	text-align:center;
}
.comment-holder .comment-list .comment-body .comment-meta { font-size:15px; }
.comment-holder .comment-list .comment-body .reply {
	margin-left:10px;
	border-left:1px solid #fff;
	padding-left:10px;
}
.comment-holder .comment-list .comment-body .reply a {
	font-size:15px;
	font-weight:bold;
	color:#c99535;
	padding:5px 0;
	background:none;
}
.comment-holder .comment-list .comment-body .reply a:hover { color:#333; }
#respond {
	overflow:hidden;
	margin-bottom:30px;
}
#respond h3 {
	font-size:55px;
	line-height:50px;
	text-align:center;
}
#respond form a { color:#c99535; }
#respond form p.field { margin-bottom:25px; }
#respond form input, #respond form textarea {
	background:none;
	border:none;
	border-radius:0;
	color:#c99535;
	border:1px solid #dfdfdf;
}
#respond form .btn {
	height:60px;
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	background:#c99535;
	border-radius:0;
	padding:16px 55px;
	text-shadow:none;
	border:1px solid #c99535;
	box-shadow:none;
	float:left;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#respond form .btn:hover {
	color:#c99535;
	background:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.breadcrumb {
	background:none;
	border-radius:0;
	padding:57px 0 0 0;
	position:absolute;
	top:0;
	left:0;
}
.blog .breadcrumb {
	position:static;
	padding-top:16px;
	text-align:center;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb li a {
	font-size:15px;
	color:#333;
}
.breadcrumb li a:hover { text-decoration:underline; }
.breadcrumb li.divider { margin:0 3px; }
.breadcrumb li.divider:after {
	font-size:13px;
	color:#333;
	content:" | ";
}
.breadcrumb li.active {
	font-size:15px;
	color:#c99535;
}
#searchform { overflow:hidden; }
#searchform .search-form_it {
	width:100%;
	margin:0;
	margin-bottom:10px;
	height:60px;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#searchform .search-form_is {
	float:right;
	text-transform:uppercase;
	padding:8px 15px 10px 15px;
	height:45px;
}
#calendar_wrap #wp-calendar caption { color:#53A1AD; }
#calendar_wrap #wp-calendar thead tr th { color:#53A1AD; }
.testimonial {
	background:rgba(23,23,23,0.7);
	border:none;
	border-radius:0;
}
.testimonial .thumbnail {
	border-radius:0;
	border:none;
	padding:0;
}
.widget { margin-bottom:50px; }
.widget h3 {
	font-size:55px;
	line-height:55px;
	margin-bottom:36px;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.widget ul {
	margin:0;
	list-style:none;
}
.widget ul li { margin-bottom:10px; }
.widget ul li a {
	font-size:14px;
	color:#c99535;
	text-transform:uppercase;
	font-weight:bold;
}
.widget ul li a:hover { color:#333; }
.widget ul li:last-child { margin-bottom:0; }
.widget_comments h3 { margin-bottom:45px !important; }
.widget_comments ul li {
	padding:0;
	margin:0 0 30px 0;
}
.widget_comments ul li .thumbnail {
	width:70px;
	height:70px;
	margin:0 30px 10px 0;
	padding:0;
	display:block;
	border-radius:0;
	border:0;
	background:url("images/extra5.png") 0 0 no-repeat;
}
.widget_comments ul li .thumbnail img { display:none; }
.widget_comments ul li .meta_format {
	font-size:20px;
	text-transform:uppercase;
}
.widget_comments ul li .meta_format h4 { color:#c99535; }
.widget_comments ul li .comments-custom_txt {
	border:none;
	padding:0;
	margin:0;
}
.widget_comments ul li .comments-custom_txt a {
	text-transform:none;
	color:#c99535;
}
.widget_comments ul li .comments-custom_txt a:hover {
	color:#333;
	text-decoration:none;
}
.content_box { background-color:#fff; }
.content_box:before, .content_box:after { background-color:inherit; }
.content_box.style_1 { padding:73px 0 63px 0; }
.content_box.style_1 h2 {
	color:#c99535;
	margin:0 0 26px;
}
.content_box.style_1 h2 strong { color:#333; }
.content_box.style_2 { padding:61px 0 38px 0; }
.content_box.style_2 h2 { margin-bottom:25px; }
@media (min-width: 1200px) {
	.content_box.style_2 h2 { margin-bottom:53px; }
}
.content_box.style_3 { padding:61px 0 58px 0; }
.content_box.style_3 h2 { margin-bottom:25px; }
@media (min-width: 1200px) {
	.content_box.style_3 h2 { margin-bottom:54px; }
}
@media (min-width: 1200px) {
	.content_box.style_3 .morebtn5 {
		padding-left:90px;
		padding-right:90px;
	}
}
.content_box.style_4 {
	background-color:#191919;
	color:#fff;
	padding:88px 0 83px 0;
}
.content_box.style_4 h2 {
	color:inherit;
	margin-bottom:60px;
}
.content_box.style_5 { padding:52px 0 79px 0; }
.content_box.style_5 h2 { margin-bottom:36px; }
.content_box.style_5 address {
	text-align:center;
	display:block;
}
.content_box.style_5 address strong {
	font-weight:900;
	font-size:20px;
	line-height:27px;
	display:block;
}
.content_box.style_5 address em {
	color:#c99535 !important;
	font-style:normal;
}
.content_box.style_5 address em a {
	color:inherit;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.content_box.style_5 address em a:hover, .content_box.style_5 address em a:focus { color:#333; }
.content_box.style_6 {
	background:#171717;
	padding:67px 0 76px;
	color:#fff;
}
.content_box.style_6 h4 {
	font-size:21px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 33px;
	color:inherit;
}
@media (max-width: 767px) {
	.content_box.style_6 h4 { margin-top:20px; }
}
.content_box.style_6 .list.unstyled > ul li { margin:10px 0 0 0; }
.content_box.style_6 .list.unstyled > ul li:first-child { margin-top:0; }
.content_box.style_6 .list.unstyled > ul li a {
	color:#c99535;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.content_box.style_6 .list.unstyled > ul li a:hover, .content_box.style_6 .list.unstyled > ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.testi_container { overflow:hidden; }
.testi_container li {
	width:auto;
	float:none;
	margin-bottom:35px;
	background:url('images/testiicon.png') 225px 0 no-repeat;
}
@media (min-width: 1200px) {
	.testi_container li {
		width:570px;
		float:left;
	}
}
.testi_container li figure.thumbnail {
	padding:0;
	text-shadow:none;
	border:none;
	border-radius:100px;
	margin-right:30px;
	margin-bottom:10px;
	box-shadow:none;
}
@media (max-width: 480px) {
	.testi_container li figure.thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.testi_container li h5 {
	padding-top:50px;
	text-align:left;
}
.testi_container li h5 a {
	font-size:20px;
	font-weight:900;
	line-height:26px;
	color:#333;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testi_container li h5 a:hover { color:#c99535; }
.testi_container li .excerpt {
	text-align:left;
	padding-right:20px;
}
.postcycle1 { margin:0 0 100px; }
.postcycle1 .slides li h5 {
	font:bold 55px/65px Lato;
	font-weight:100 !important;
	margin-bottom:22px;
}
@media (max-width: 480px) {
	.postcycle1 .slides li h5 {
		font-size:40px;
		line-height:50px;
	}
}
.postcycle1 .slides li h5 b {
	font-weight:900 !important;
	display:block;
}
.postcycle1 .slides li h5 a { color:#fff; }
.postcycle1 .slides li .excerpt {
	margin-bottom:41px;
	color:#fff;
}
.postcycle1 .slides li .btn {
	background:none;
	border:1px solid #fff;
	font-weight:bold;
}
.postcycle1 .slides li .btn:hover {
	border-color:#c99535;
	background:#c99535;
}
.postcycle1 .flex-control-paging { bottom:-92px; }
.postcycle1 .flex-control-paging li { margin:0 0 0 11px; }
.postcycle1 .flex-control-paging li:first-child { margin-left:0; }
.postcycle1 .flex-control-paging li a {
	width:15px;
	height:15px;
	border:3px solid #fff;
	background:rgba(255,255,255,0);
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.postcycle1 .flex-control-paging li a:hover { background:#fff; }
.postcycle1 .flex-control-paging li a.flex-active { background:#fff; }
.carousel_owl_custom1:hover .owl-controls {
	opacity:1;
	filter:alpha(opacity=100);
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item { margin:0 15px; }
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure {
	margin:0 0 25px 0;
	position:relative;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure:hover .post_networks {
	opacity:1;
	filter:alpha(opacity=100);
}
.no-rgba .carousel_owl_custom1 .owl-wrapper .owl-item .item figure:hover .post_networks {
	visibility:visible !important;
	filter:none !important;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure:hover .post_networks ul {
	top:0px;
	opacity:1;
	filter:alpha(opacity=100);
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(23,23,23,0.8);
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media (max-width: 767px) {
	.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks { display:none; }
}
.no-rgba .carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks {
	background-image:url(images/gray-opacity-80.png);
	visibility:hidden !important;
	filter:none !important;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul {
	text-align:center;
	margin:60px 0;
	position:relative;
	opacity:0;
	filter:alpha(opacity=0);
	top:-10px;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul { margin:100px 0; }
}
.ie8 .carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul {
	top:0 !important;
	margin:80px 0;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 3px;
}
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li { margin:0 5px; }
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li a {
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:20px;
	border:1px solid #545252;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li a {
		width:58px;
		height:58px;
		line-height:58px;
		font-size:31px;
	}
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li a span {
	background-size:cover;
	position:relative;
	top:0;
	margin-right:0;
	color:#fff;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li a:hover {
	background-color:#fff;
	border-color:#fff;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li a:hover span { color:#333; }
.carousel_owl_custom1 .owl-wrapper .owl-item .item .desc { text-align:left; }
.carousel_owl_custom1 .owl-wrapper .owl-item .item .desc h5 { margin-bottom:5px; }
.carousel_owl_custom1 .owl-wrapper .owl-item .item .desc h5 a {
	font-size:20px;
	font-weight:900;
	line-height:26px;
	color:#c99535;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item .desc h5 a:hover, .carousel_owl_custom1 .owl-wrapper .owl-item .item .desc h5 a:focus { color:#333; }
.carousel_owl_custom1 .owl-controls {
	position:absolute;
	top:118px;
	width:100%;
	height:0px;
	margin:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.ie8 .carousel_owl_custom1 .owl-controls { top:165px; }
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-controls { top:203px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.carousel_owl_custom1 .owl-controls { top:111px; }
}
@media (max-width: 767px) {
	.carousel_owl_custom1 .owl-controls { top:82px; }
}
.carousel_owl_custom1 .owl-controls .owl-buttons { height:0; }
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-prev {
	width:40px;
	height:40px;
	background:#c99535;
	border-radius:0;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	float:left;
	margin:0 0 0 15px;
	padding:0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-controls .owl-buttons .owl-prev {
		width:60px;
		height:60px;
	}
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-prev:hover {
	background:#171717;
	opacity:1;
	filter:alpha(opacity=100);
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-prev:before {
	content:'\f104';
	font-size:38px;
	line-height:40px;
}
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-controls .owl-buttons .owl-prev:before {
		font-size:48px;
		line-height:60px;
	}
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-next {
	width:40px;
	height:40px;
	background:#c99535;
	border-radius:0;
	opacity:1;
	filter:alpha(opacity=100);
	float:right;
	margin:0 15px 0 0;
	padding:0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-controls .owl-buttons .owl-next {
		width:60px;
		height:60px;
		margin-right:13px;
	}
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-next:hover {
	background:#171717;
	opacity:1;
	filter:alpha(opacity=100);
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-next:before {
	content:'\f105';
	font-size:38px;
	line-height:40px;
}
@media (min-width: 1200px) {
	.carousel_owl_custom1 .owl-controls .owl-buttons .owl-next:before {
		font-size:48px;
		line-height:60px;
	}
}
.carousel_owl_custom1 .social_icon1 {
	width:60px;
	height:60px;
	display:block;
	background:url('images/neticon1.png') 0 0 no-repeat;
}
.carousel_owl_custom1 .social_icon2 {
	width:60px;
	height:60px;
	display:block;
	background:url('images/neticon2.png') 0 0 no-repeat;
}
.carousel_owl_custom1 .social_icon3 {
	width:60px;
	height:60px;
	display:block;
	background:url('images/neticon3.png') 0 0 no-repeat;
}
.google-map-api {
	width:100%;
	height:485px;
	top:0;
	left:0;
	display:block;
	position:absolute;
	background:#343434;
	z-index:0;
}
.google-map-api .gmap {
	width:100%;
	height:100%;
}
.google-map-api .gmap img { max-width:none !important; }
.footer {
	background:#fff;
	border:none;
	padding:5px 0;
}
.footer .copyright .footer-text {
	color:#888888;
	font-size:12px;
	font-weight:400;
	line-height:20px;
}
.footer .copyright .footer-text a { color:#888; }
.footer .copyright .footer-text a:hover, .footer .copyright .footer-text a:focus { color:#c99535; }
input[type="submit"], input[type="reset"] {
	height:60px;
	color:#fff;
	background:#c99535;
}
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 {
	border:1px solid #dfdfdf;
	color:#c99535;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#c99535;
	opacity:1;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .uneditable-input::-ms-input-placeholder { color:#c99535; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#c99535; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#c99535; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#c99535; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#c99535; }
.main-holder select, .main-holder textarea, .main-holder input[type="text"], .main-holder input[type="password"], .main-holder input[type="datetime"], .main-holder input[type="datetime-local"], .main-holder input[type="date"], .main-holder input[type="month"], .main-holder input[type="time"], .main-holder input[type="week"], .main-holder input[type="number"], .main-holder input[type="email"], .main-holder input[type="url"], .main-holder input[type="search"], .main-holder input[type="tel"], .main-holder input[type="color"], .main-holder .uneditable-input {
	background:#fff !important;
	padding:20px !important;
}
@media (min-width: 1200px) {
	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 {
		padding-left:30px !important;
		padding-right:30px !important;
	}
}
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-color:#c99535;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#dfdfdf !important; }
textarea:focus { border-color:#c99535 !important; }
.wpcf7-form { margin-bottom:0; }
.wpcf7-form p { margin-bottom:0; }
.wpcf7-form p.field { margin-bottom:10px; }
.wpcf7-form p.field input { height:60px; }
.wpcf7-form .submit-wrap {
	text-align:center;
	padding-top:20px;
	margin-bottom:0;
	position:relative;
}
.wpcf7-form .submit-wrap input { margin:0 5px; }
.wpcf7-form .submit-wrap .ajax-loader {
	position:absolute;
	bottom:-25px;
	left:50%;
	margin:0 0 0 -10px;
}
.wpcf7-not-valid-tip { padding:15px 20px !important; }
@media (min-width: 1200px) {
	.wpcf7-not-valid-tip {
		padding-left:30px !important;
		padding-right:30px !important;
	}
}
div.wpcf7-response-output { margin-top:30px !important; }
.social-wrapper {
	text-align:center;
	margin-bottom:40px;
}
.social-wrapper a {
	width:76px;
	height:76px;
	line-height:76px;
	font-size:34px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	border:1px solid #dfdfdf;
	background-color:#fff;
	color:#c99535;
	margin:0 5px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-wrapper a:hover, .social-wrapper a:focus {
	border-color:#c99535;
	background-color:#c99535;
	color:#fff;
}
.ie8 .cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul { margin:65px 0 !important; }
.ie8 .cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul li a span { margin-left:0; }
.ie8 .cherry_fixed_parallax8 .testi_container li { width:100%; }
.ie8 .cherry_fixed_parallax9 .skills_wrapper .skills-item { width:100%; }
.ie8 .cherry_fixed_parallax2, .ie8 .cherry_fixed_parallax3, .ie8 .cherry_fixed_parallax4, .ie8 .cherry_fixed_parallax6, .ie8 .cherry_fixed_parallax7 { background-position:center center !important; }
.ie8 .extra_wrap6 a { padding:0 !important; }
.ie8 .extra_wrap6 a img { width:100%; }
.ie8 .extra_wrap7 a { padding:0 !important; }
.ie8 .extra_wrap7 a img { width:100%; }
@media (min-width: 980px) and (max-width: 1200px) {
	.cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul { margin:65px 0 !important; }
	.cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul li a span {
		width:25px;
		height:25px;
	}
	.cherry_fixed_parallax8 .testi_container li { width:100%; }
	.cherry_fixed_parallax9 .skills_wrapper .skills-item { width:100%; }
	.extra_wrap6 a { padding:0 !important; }
	.extra_wrap6 a img { width:100%; }
	.extra_wrap7 a { padding:0 !important; }
	.extra_wrap7 a img { width:100%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
	.header nav.nav__primary { margin:0; }
	.header nav.nav__primary .sf-menu >li >a { font-size:18px; }
	.btn {
		font-size:16px;
		padding:16px 15px;
	}
	.cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul { margin:65px 0 !important; }
	.cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul li a span {
		width:25px;
		height:25px;
	}
	.cherry_media_parallax_1 .parallax-content { padding:190px 0 50px 0; }
	.cherry_media_parallax_1 .parallax-content h3 { font-size:40px; }
	.cherry_media_parallax_1 .parallax-content h2 {
		font-size:65px;
		line-height:65px;
	}
	.cherry_fixed_parallax7 .masonry_folio_filters li a {
		font-size:16px !important;
		padding:5px 10px !important;
	}
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc { padding:10px !important; }
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc h3 { margin-bottom:0; }
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc p {
		font-size:12px;
		line-height:14px;
	}
	.cherry_fixed_parallax8 .testi_container li { width:100%; }
	.cherry_fixed_parallax9 .skills_wrapper .skills-item { width:100%; }
	.extra_wrap6 a { padding:0 !important; }
	.extra_wrap6 a img { width:100%; }
	.extra_wrap7 a { padding:0 !important; }
	.extra_wrap7 a img { width:100%; }
}
@media (max-width: 767px) {
	body {
		padding-left:0;
		padding-right:0;
	}
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
		width:100%;
		padding:0;
	}
	h2 { font-size:35px !important; }
	.header .logo a {
		display:inline-block;
		margin:20px;
	}
	.header nav.nav__primary .sf-menu { display:none; }
	.cherry_media_parallax_1 .parallax_content { padding:190px 20px 50px; }
	.cherry_media_parallax_1 .parallax_content h3 { font-size:40px; }
	.cherry_media_parallax_1 .parallax_content h2 {
		font-size:65px;
		line-height:65px;
	}
	.cherry_fixed_parallax2 { background-position:center center !important; }
	.cherry_fixed_parallax2 .parallax_content { text-align:center; }
	.cherry_fixed_parallax2 .parallax_content .span3 { margin-bottom:20px; }
	.cherry_fixed_parallax3 { background-position:center center !important; }
	.cherry_fixed_parallax4 { background-position:center center !important; }
	.cherry_fixed_parallax4 .span6 { overflow:hidden; }
	.cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul { margin:65px 0 !important; }
	.cherry_fixed_parallax5 .carousel_owl_custom1 .owl-wrapper .owl-item .post_networks ul li a span {
		width:25px;
		height:25px;
	}
	.cherry_fixed_parallax6 { background-position:center center !important; }
	.cherry_fixed_parallax7 { background-position:center center !important; }
	.cherry_fixed_parallax7 .masonry_folio_filters li a {
		font-size:16px !important;
		padding:5px 10px !important;
	}
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc { padding:10px !important; }
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc h3 { margin-bottom:0; }
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc p {
		font-size:10px;
		line-height:12px;
	}
	.cherry_fixed_parallax8 .testi_container li { width:100%; }
	.cherry_fixed_parallax8 .testi_container li .thumbnail {
		border-radius:0;
		float:none;
		margin:0 0 20px 0;
	}
	.cherry_fixed_parallax8 .testi_container li .thumbnail img { border-radius:100px; }
	.cherry_fixed_parallax8 .testi_container li h5 { text-align:center; }
	.cherry_fixed_parallax8 .testi_container li .excerpt { text-align:center; }
}
@media (max-width: 600px) {
	html #wpadminbar { top:-46px; }
	.header {
		-webkit-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.cherry_fixed_parallax1 { background-position:center center !important; }
	.cherry_fixed_parallax3 { background-position:center center !important; }
	.cherry_fixed_parallax4 { background-position:center center !important; }
	.cherry_fixed_parallax5 { background-position:center center !important; }
	.cherry_fixed_parallax6 { background-position:center center !important; }
	.cherry_fixed_parallax7 { background-position:center center !important; }
	.cherry_fixed_parallax7 .masonry_folio_filters li { margin:5px !important; }
	.cherry_fixed_parallax7 .masonry_folio_filters li a {
		font-size:12px !important;
		padding:3px 5px !important;
	}
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .thumbnail img { width:100%; }
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc { padding:10px !important; }
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc h3 { margin-bottom:0; }
	.cherry_fixed_parallax7 .masonry_folio .masonry-item .content .desc p {
		font-size:10px;
		line-height:12px;
	}
	.cherry_fixed_parallax8 { background-position:center center !important; }
	.cherry_fixed_parallax9 { background-position:center center !important; }
}
.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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.isotope_wrapper { position:relative; }
.isotope_wrapper .masonry_filters {
	list-style:none;
	background:#F7F7F7;
	border-radius:20px;
	margin:0 0 20px 0;
	padding:7px 20px;
}
.isotope_wrapper .masonry_filters li {
	display:inline-block;
	margin-right:10px;
	padding-right:11px;
	border-right:1px solid #E9E9E9;
}
.isotope_wrapper .masonry_filters li a {
	font-weight:700;
	color:#474747;
	padding:0;
	text-transform:uppercase;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_filters li a:hover {
	text-decoration:none;
	color:#A9C80B;
}
.isotope_wrapper .masonry_filters li.active a { color:#A9C80B; }
.isotope_wrapper .masonry_filters li:last-child {
	margin:0;
	padding:0;
	border:none;
}
.isotope_wrapper .masonry_view {
	position:relative;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_view .masonry-item {
	width:32%;
	float:left;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.isotope_wrapper .masonry_view .masonry-item:hover .inner_wrap { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item:hover .inner_wrap figure a img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.isotope_wrapper .masonry_view .masonry-item:hover .inner_wrap time:before, .isotope_wrapper .masonry_view .masonry-item:hover .inner_wrap .comments_link:before { color:#333 !important; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap {
	position:relative;
	padding:0px;
	margin:15px;
	background:rgba(51,51,51,0.7);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.no-rgba .isotope_wrapper .masonry_view .masonry-item .inner_wrap { background-image:url(images/gray-opacity-70.png); }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .imgHolder { position:relative; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .content { padding:25px; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure {
	position:relative;
	margin:0 0 0 0;
	display:block;
	overflow:hidden;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure.full {
	padding:0;
	border:none;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure a {
	position:relative;
	display:block;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure a span {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:1;
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure a img {
	display:block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap figure a:hover span {
	opacity:0.01;
	filter:alpha(opacity=1);
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .desc h3 { margin-bottom:10px; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .desc h3 a { color:#fff; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .desc h3 a:hover { color:#333; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .desc .excerpt {
	margin-bottom:10px;
	color:#fff;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta {
	font-size:14px;
	line-height:20px;
	color:#fff;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta time { padding-right:20px; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta time:before {
	content:'\f017';
	font-size:23px;
	font-family:FontAwesome;
	line-height:1em;
	color:#21bee8;
	position:relative;
	top:3px;
	padding-right:9px;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta .author { display:none; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta .comments_link { color:#fff; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta .comments_link:before {
	content:'\f0e5';
	font-size:23px;
	font-family:FontAwesome;
	line-height:1em;
	color:#21bee8;
	position:relative;
	top:3px;
	padding-right:7px;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta .comments_link:hover, .isotope_wrapper .masonry_view .masonry-item .inner_wrap .meta .comments_link:focus { color:#333; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .btn {
	font-size:14px;
	line-height:20px;
	font-weight:400;
	padding:10px 30px;
	border:none;
	background:#2ecc71;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .btn:hover {
	color:#2ecc71;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .quote-wrap { margin-bottom:0; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .quote-wrap blockquote {
	font-size:33px;
	line-height:38px;
	padding:0;
	border:none;
	font-style:normal;
	margin-bottom:10px;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .quote-wrap blockquote span {
	width:25px;
	height:22px;
	margin-right:20px;
	display:inline-block;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .quote-wrap .quoteAutor {
	font-size:14px;
	color:#97b500;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .link {
	font-size:33px;
	line-height:38px;
	margin-bottom:15px;
	display:block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .link:hover { color:#97B500; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider {
	border:none;
	margin:0;
	position:relative;
	text-align:center;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider .flex-viewport .slides li { float:left; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider .flex-control-paging {
	position:absolute;
	bottom:20px;
	display:block;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider .flex-control-paging li {
	margin:0;
	padding:10px 2px;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider .flex-control-paging li a {
	width:14px;
	height:14px;
	background:#e9e9e9;
	border-radius:15px;
	box-shadow:none;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider .flex-control-paging li a.flex-active { background:#8dc63d; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider .flex-control-paging li:first-child {
	padding:10px 2px 10px 20px;
	border-radius:15px 0 0 15px;
}
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .gallery-post .flexslider .flex-control-paging li:last-child {
	padding:10px 20px 10px 2px;
	border-radius:0 15px 15px 0;
}
.isotope_wrapper .masonry_view .masonry-item.format-standart .inner_wrap .btn {
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}
.isotope_wrapper .masonry_view .masonry-item.item-0 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-0 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-1 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-1 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-2 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-2 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-3 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-3 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-4 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-4 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-5 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-5 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-6 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-6 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-7 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-7 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-8 .btn { background:#21bee8; }
.isotope_wrapper .masonry_view .masonry-item.item-8 .btn:hover {
	color:#21bee8;
	background:#fff;
}
.isotope_wrapper .masonry_folio_filters {
	list-style:none;
	margin:0 0 40px 0;
	text-align:center;
}
.isotope_wrapper .masonry_folio_filters li {
	display:inline-block;
	padding:0 5px;
}
.isotope_wrapper .masonry_folio_filters li a {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	background:rgba(25,25,25,0.3);
	border-radius:0;
	padding:17px 23px;
	text-shadow:none;
	display:inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.no-rgba .isotope_wrapper .masonry_folio_filters li a { background-image:url(images/black-opacity-30.png); }
.isotope_wrapper .masonry_folio_filters li a:hover {
	text-decoration:none;
	color:#fff;
	background:#21bee8;
}
.no-rgba .isotope_wrapper .masonry_folio_filters li a:hover { background-image:none; }
.isotope_wrapper .masonry_folio_filters li.active a {
	text-decoration:none;
	color:#fff;
	background:#21bee8;
}
.no-rgba .isotope_wrapper .masonry_folio_filters li.active a { background-image:none; }
.isotope_wrapper .masonry_folio { position:relative; }
.isotope_wrapper .masonry_folio .masonry-item {
	width:32%;
	float:left;
}
.isotope_wrapper .masonry_folio .masonry-item:hover .inner_wrap .content {
	opacity:1;
	filter:alpha(opacity=100);
}
.isotope_wrapper .masonry_folio .masonry-item:hover .inner_wrap .content .desc h3 {
	opacity:1;
	filter:alpha(opacity=100);
}
.isotope_wrapper .masonry_folio .masonry-item:hover .inner_wrap .content .desc .excerpt {
	opacity:1;
	filter:alpha(opacity=100);
}
.isotope_wrapper .masonry_folio .masonry-item:hover .inner_wrap .content .desc .zoom {
	opacity:1;
	filter:alpha(opacity=100);
	top:0;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap {
	position:relative;
	padding:0px;
	margin:0;
	background:#171717;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .imgHolder { position:relative; }
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(23,23,23,0.8);
	z-index:1;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.no-rgba .isotope_wrapper .masonry_folio .masonry-item .inner_wrap .content { background-image:url(images/gray-opacity-80.png); }
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap figure {
	position:relative;
	margin:0 0 0 0;
	display:block;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap figure.resized {
	border-radius:0;
	padding:0;
	border:0;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap figure.full {
	padding:0;
	border:none;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap figure a {
	position:relative;
	display:block;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap figure a span {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:1;
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap figure a img { display:block; }
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap figure a:hover span {
	opacity:0.01;
	filter:alpha(opacity=1);
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc {
	text-align:center;
	padding:15px 20px;
}
@media (min-width: 1200px) {
	.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc { padding:40px 35px; }
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc h3 {
	margin-bottom:5px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease 0.2s;
	-moz-transition:all 0.5s ease 0.2s;
	-o-transition:all 0.5s ease 0.2s;
	transition:all 0.5s ease 0.2s;
}
@media (min-width: 1200px) {
	.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc h3 { margin-bottom:10px; }
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc h3 a { color:#fff; }
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc h3 a:hover { color:#21bee8; }
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc .excerpt {
	margin-bottom:0px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease 0.4s;
	-moz-transition:all 0.5s ease 0.4s;
	-o-transition:all 0.5s ease 0.4s;
	transition:all 0.5s ease 0.4s;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc .zoom {
	width:31px;
	height:31px;
	display:inline-block;
	background:none;
	margin-top:12px;
	cursor:pointer;
	position:relative;
	top:100px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.5s ease 0.6s;
	-moz-transition:all 0.5s ease 0.6s;
	-o-transition:all 0.5s ease 0.6s;
	transition:all 0.5s ease 0.6s;
}
@media (min-width: 1200px) {
	.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc .zoom { margin-top:25px; }
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc .zoom:before {
	content:'\f00e';
	font-family:FontAwesome;
	font-size:33px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 767px) {
	.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc .zoom:before { font-size:20px; }
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc .zoom:hover:before { color:#21bee8; }
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .meta {
	font-size:14px;
	line-height:20px;
	color:#fff;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .meta time {
	margin-right:20px;
	padding:5px 0 5px 30px;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .meta .author { display:none; }
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .meta .comments_link {
	color:#fff;
	padding:5px 0 5px 30px;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .btn {
	font-size:14px;
	line-height:20px;
	font-weight:400;
	padding:10px 30px;
	border:1px solid #2ecc71;
	background:#2ecc71;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .btn:hover {
	color:#2ecc71;
	background:#fff;
}
