@import url("../CherryFramework/style.css");
@import url(http://fonts.googleapis.com/css?family=Lato:400);
@import url(http://fonts.googleapis.com/css?family=Lato:700);
@import url(http://fonts.googleapis.com/css?family=Lato:900);
.wrap { overflow:hidden; }
h1, h2, h3, h4, h5, h6 { margin-top:0; }
a {
	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;
}
a:hover { text-decoration:none; }
button:focus { outline:0; }
.header {
	width:100%;
	position:absolute;
	top:0;
	padding:15px 0;
	border:none;
	border-bottom:8px solid red;
	background:rgba(0,0,0,0.85);
}
.header.isStuck .logo a img {
	content:url("images/sfhf_logo_small.png");
	width:66%;
	margin-top:10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header.isStuck .nav__primary .sf-menu { margin:10px 0; }
.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 .logo_tagline {
	margin:0;
	display:none;
}
.header nav.nav__primary { margin:0; }
.header nav.nav__primary .sf-menu {
	float:right;
	display:block;
	margin:19px 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;
	border-right:solid 2px #000;
	padding:0 20px;
}
.header nav.nav__primary .sf-menu >li >a {
	font-family:'Lato', sans-serif;
	font-weight:700;
	border:none;
	padding:0;
	color:#000;
	margin:0;
}
.header nav.nav__primary .sf-menu >li >a:hover {
	color:#C0C0C0;
	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:#C0C0C0;
	background:none;
}
.header nav.nav__primary .sf-menu >li.active-menu-item a {
	color:#C0C0C0;
	background:none;
}
.header nav.nav__primary .sf-menu >li:last-child {
	margin-right:0;
	border-right:none;
}
.header nav.nav__primary .sf-menu >li >.sub-menu { top:30px; }
.header nav.nav__primary .sf-menu >li .sub-menu {
	margin:1px;
	width:300px;
	background:#FFF;
}
.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:#000;
	padding:10px 0;
	border-radius:0px;
	border:none;
	background:#FFF;
	text-align:left;
	overflow:hidden;
	text-indent:30px;
}
.header nav.nav__primary .sf-menu >li .sub-menu li a:hover {
	color:#212121;
	background:#C0C0C0;
}
.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; }
h2 { margin-bottom:30px; }
.btn {
	font-family:'Lato', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:none;
	border-radius:0;
	padding:6px 12px;
	text-shadow:none;
	border:1px solid #fff;
	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;
}
.btn:hover {
	color:#000;
	background:#fff;
	-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:none;
}
body { background-size:cover; }
body.home { background:#000; }
body.home .content-holder { padding:0; }
.mainbanner { cursor:pointer; }
.slider .container { width:100%; }
.slider .container .camera_prev {
	left:40px;
	background:#C0C0C0;
}
.slider .container .camera_next {
	right:10px;
	background:#C0C0C0;
}
.content-holder {
	padding:90px 0 80px 0;
	overflow:hidden;
}
.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 #fff;
	background:none;
}
.morebtn5:hover {
	color:#fff;
	border:1px solid #c0392b;
	background:#c0392b;
}
.morebtn6 {
	border:1px solid #fff;
	background:none;
	padding:6px 12px;
}
.morebtn6:hover {
	color:#fff;
	border:1px solid #f39c12;
	background:#f39c12;
}
.parallax-box.cherry_media_parallax_1 .parallax-bg:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-image:url(images/grid.png);
	z-index:1;
}
.parallax-box.cherry_media_parallax_1 .parallax-content { padding:300px 0 200px 0; }
.parallax-box.cherry_media_parallax_1 .parallax-content h3 {
	font-size:70px;
	line-height:74px;
	font-weight:400;
}
.parallax-box.cherry_media_parallax_1 .parallax-content h2 {
	font-size:105px;
	line-height:105px;
	margin-bottom:25px;
}
.parallax-box.cherry_media_parallax_1 .parallax-content p { margin-bottom:30px; }
.parallax-box.cherry_media_parallax_1 .parallax-content .morebtn {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	background:#f39c12;
	border-radius:0;
	padding:22px 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;
}
.parallax-box.cherry_media_parallax_1 .parallax-content .morebtn: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;
}
.cherry_media_parallax_1 {
	opacity:0;
	filter:alpha(opacity=0);
}
.cherry_media_parallax_1 .parallax_content { padding:300px 0 200px 0; }
.cherry_media_parallax_1 .parallax_content h3 {
	font-size:70px;
	line-height:74px;
	font-weight:400;
}
.cherry_media_parallax_1 .parallax_content h2 {
	font-size:105px;
	line-height:105px;
	margin-bottom:25px;
}
.cherry_media_parallax_1 .parallax_content p {
	text-transform:uppercase;
	margin-bottom:30px;
}
.cherry_media_parallax_1 .parallax_content .morebtn {
	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:22px 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;
}
.cherry_media_parallax_1 .parallax_content .morebtn: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;
}
.cherry_fixed_parallax_donation { overflow:hidden; }
.cherry_fixed_parallax_donation .parallax_content {
	padding:60px 0 50px 0;
	min-height:250px;
	height:250px;
}
.cherry_fixed_parallax1 { overflow:hidden; }
.cherry_fixed_parallax1 .parallax_content { padding:60px 0 50px 0; }
.cherry_fixed_parallax1 h2 { margin-bottom:25px; }
.cherry_fixed_parallax2 { overflow:hidden; }
.cherry_fixed_parallax2:before {
	width:100%;
	height:410px;
	display:block;
	position:absolute;
	bottom:0;
	background:url("images/extra2.png") center center no-repeat;
	content:"";
}
.cherry_fixed_parallax2 .parallax_content { padding:60px 0 70px 0; }
.cherry_fixed_parallax2 h2 { margin-bottom:60px; }
.cherry_fixed_parallax3 {
	overflow:hidden;
	text-align:center;
}
.cherry_fixed_parallax3:before {
	width:100%;
	height:410px;
	display:block;
	position:absolute;
	bottom:0;
	background:url("images/extra3.png") 0% center no-repeat;
	content:"";
}
.cherry_fixed_parallax3 .parallax_content { padding:50px 0; }
.cherry_fixed_parallax3 .parallax_content h2 { margin-bottom:30px; }
.cherry_fixed_parallax3 .parallax_content .morebtn5 {
	margin-top:30px;
	position:relative;
	z-index:2;
}
.cherry_fixed_parallax3 .parallax_content .masonry_view { text-align:left; }
.cherry_fixed_parallax4 { overflow:hidden; }
.cherry_fixed_parallax4:before {
	width:100%;
	height:410px;
	display:block;
	position:absolute;
	bottom:0;
	background:url("images/extra2.png") 30% center no-repeat;
	content:"";
}
.cherry_fixed_parallax4 .parallax_content {
	text-align:center;
	padding:60px 0 70px 0;
}
.cherry_fixed_parallax4 .parallax_content h2 { margin-bottom:52px; }
.cherry_fixed_parallax4 .parallax_content h3 {
	margin-bottom:15px;
	text-align:left;
}
.cherry_fixed_parallax4 .parallax_content p { text-align:left; }
.cherry_fixed_parallax4 .parallax_content .icon_type1 { margin:0 30px 38px 0; }
.cherry_fixed_parallax4 .parallax_content .morebtn5 {
	margin-top:30px;
	position:relative;
	z-index:2;
}
.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 { overflow:hidden; }
.cherry_fixed_parallax6:before {
	width:100%;
	height:410px;
	display:block;
	position:absolute;
	bottom:0;
	background:url("images/extra2.png") 10% center no-repeat;
	content:"";
	opacity:0.7;
	filter:alpha(opacity=70);
}
.cherry_fixed_parallax6 .parallax_content {
	text-align:center;
	padding:145px 0 105px 0;
}
.cherry_fixed_parallax6 .parallax_content h2 { margin-bottom:52px; }
.cherry_fixed_parallax7 { overflow:hidden; }
.cherry_fixed_parallax7:before {
	width:100%;
	height:389px;
	display:block;
	position:absolute;
	top:0;
	background:url("images/extra4.png") center center no-repeat;
	content:"";
}
.cherry_fixed_parallax7 .parallax_content {
	text-align:center;
	padding:60px 0 70px 0;
}
.cherry_fixed_parallax7 .parallax_content h2 { margin-bottom:70px; }
.cherry_fixed_parallax7 .parallax_content .morebtn5 { margin-top:30px; }
.cherry_fixed_parallax8 { overflow:hidden; }
.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 { overflow:hidden; }
.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 { overflow:hidden; }
.cherry_fixed_parallax10 .parallax_content { padding:60px 0 65px 0; }
.artpresale {
	padding-bottom:0px;
	background:url("images/content_bg_artpresale.jpg") 0 0 repeat-x;
	background-position:center;
}
.artpresale-detail {
	margin-top:5px;
	padding-right:20px;
	height:300px;
	overflow-y:scroll;
}
.artpresale-detail::-webkit-scrollbar { width:12px; }
.artpresale-detail::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
}
.artpresale-detail::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}
​
.extra_wrap1 { padding-left:30px; }
​
.extra_wrap1 img { margin-bottom:25px; }
​
.extra_wrap1 .btn { margin-top:20px; }
.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:#1abc9c;
	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);
}
.content_container1 {
	background:#171717;
	position:relative;
	padding:62px 0 70px 0;
}
.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; }
.skills_wrapper .skills-item .inner_wrap .level {
	text-align:center;
	position:absolute;
	top:105px;
	left:0;
	width:100%;
}
.skills_wrapper .skills-item .inner_wrap .level span {
	font-family:'Lato', sans-serif;
	font-size:35px;
	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:#c0392b; }
.hashAncor {
	top:-100px;
	position:relative;
}
.faq-list { margin-top:0; }
.faq-list .faq-list_h h4 {
	font-size:20px;
	color:#1abc9c;
}
.faq-list .marker {
	font-size:22px !important;
	color:#1abc9c;
}
.post_wrapper {
	position:relative;
	margin-bottom:140px;
}
.post_wrapper .post__holder .thumbnail { margin:0; }
.post_wrapper .post__holder .post_content {
	position:absolute;
	padding:15px 20px;
	bottom:0;
	background:rgba(0,0,0,0.8);
}
.post_wrapper .post__holder .post_content .post-title {
	font-size:20px;
	line-height:20px;
	margin:10px 0 15px 0;
}
.post_wrapper .post__holder .post_content .post-title a {
	font-size:20px;
	line-height:20px;
	color:#FFF;
}
.post_wrapper .post__holder .post_content .excerpt { margin-bottom:10px; }
.post_wrapper .post__holder .post_content .post_meta {
	border:none;
	margin:0 0 10px 0;
	padding:0;
}
.post_wrapper .post__holder .post_content .post_meta .meta_group { font-size:14px; }
.post_wrapper .post__holder .post_content .post_meta .meta_group a {
	font-size:14px;
	text-transform:uppercase;
	margin-right:10px;
}
.post_wrapper .post__holder .post_content .post_meta .meta_group time {
	font-size:14px;
	text-transform:uppercase;
	margin-right:10px;
}
.post_wrapper .post__holder .post_content .post_meta .meta_group i {
	font-size:22px;
	color:#494a4c;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.related-posts h3 {
	font-size:55px;
	line-height:50px;
	margin-bottom:45px;
}
.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__posts ul li a {
	background:none;
	color:#fff;
	border:none;
	margin:0 5px;
	border-radius:0px;
	border:1px solid #fff;
	text-transform:uppercase;
	padding:7px 15px;
}
.pagination ul li a:hover, .pagination__posts ul li a:hover {
	color:#fff;
	background:#1abc9c;
	border:1px solid #1abc9c;
}
.pagination ul li.active a, .pagination__posts ul li.active a {
	color:#fff;
	background:#1abc9c;
	border:1px solid #1abc9c;
}
.pagination ul li:first-child a, .pagination__posts ul li:first-child a { border-radius:0; }
.pagination ul li:last-child a, .pagination__posts ul li:last-child a { border-radius:0; }
.google-map { margin-bottom:50px; }
.google-map iframe { height:400px; }
#back-top-wrapper {
	z-index:100;
	overflow:visible;
}
#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:#f39c12;
	background-position:50% 48%;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
}
#back-top-wrapper p a:hover span { background-color:#555; }
.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 h3 a { color:#FFF; }
.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;
}
.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%;
	color:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:rgba(0,0,0,0.7);
	text-align:center;
	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;
}
.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:hover { color:#1abc9c; }
.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:#888;
	margin-bottom:16px;
}
.filterable-portfolio li .portfolio_item_holder .caption .btn { display:none; }
.post-content a { color:red; }
.artpresale li .portfolio_item_holder .caption { background:rgba(181,46,36,0.7); }
.artpresale li .portfolio_item_holder .caption h3 a { color:#FFF; }
.artpresale li .portfolio_item_holder .caption .btn {
	display:inline-block;
	background:#2ec1ba;
	border:none;
	padding:4px 8px;
	font-size:14px;
}
.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 {
	padding:0;
	margin:0;
	margin-right:10px;
	font-size:18px;
	line-height:20px;
}
.filter-wrapper .filter { margin:0; }
.filter-wrapper .filter li {
	margin-right:7px;
	border:1px solid #fff;
}
.filter-wrapper .filter li a {
	font-size:16px;
	line-height:20px;
	color:#fff;
	margin:0;
	padding:5px 15px;
	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 {
	color:#1abc9c;
	background:none;
}
.filter-wrapper .filter li:last-child {
	margin:0;
	padding:0;
}
.filter-wrapper .filter li.active a { color:#1abc9c; }
.filter-wrapper .filter li:last-child { margin-right:0; }
.title-section {
	padding:0;
	position:relative;
	background:rgba(23,23,23,0.7);
}
@media (max-width: 767px) {
	.title-section {
		padding:90px 0 0 0;
		float:none;
		text-align:center;
	}
}
.title-section:before {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:-100%;
	background:rgba(23,23,23,0.7);
	content:"";
}
.title-section:after {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	right:-100%;
	background:rgba(23,23,23,0.7);
	content:"";
}
.title-section .title-header {
	padding:20px 0px;
	font-size:24px;
	margin:0;
}
.post__holder .post-header .post-title {
	margin-top:12px;
	margin-bottom:45px;
}
.post__holder .featured-thumbnail {
	margin:0 20px 0 0;
	padding:0;
	border-radius:0;
	border:0;
}
.post__holder .featured-thumbnail.large { margin:0px; }
.post__holder .excerpt { margin-bottom:30px; }
.post__holder .post_content { padding-bottom:0; }
.post__holder .post_meta {
	border:none;
	margin:0 0 10px 0;
	padding:0;
}
.post__holder .post_meta .meta_group { font-size:14px; }
.post__holder .post_meta .meta_group a {
	font-size:14px;
	text-transform:uppercase;
	margin-right:10px;
}
.post__holder .post_meta .meta_group time {
	font-size:14px;
	text-transform:uppercase;
	margin-right:10px;
}
.post__holder .post_meta .meta_group i {
	font-size:22px;
	color:#494a4c;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.share-buttons {
	margin-bottom:100px;
	margin-top:30px;
}
.post-author {
	background:none;
	border:1px solid #fff;
	padding:30px 20px 15px 20px;
	margin-bottom:130px;
}
.post-author .post-author_h { margin-bottom:15px; }
.post-author .post-author_gravatar {
	width:95px;
	height:95px;
	margin:0 30px 10px 0;
	padding:0;
	display:block;
	border-radius:0;
	border:0;
	background:url("images/extra6.png") 0 0 no-repeat;
}
.post-author .post-author_gravatar img { display:none; }
.post-author .post-author_link p {
	font-size:20px;
	text-transform:uppercase;
}
.post-author .post-author_link p a { color:#1abc9c; }
.comment-holder { overflow:hidden; }
.comment-holder .comments-h {
	font-size:55px;
	line-height:50px;
}
.comment-holder .comment-list .comment-body {
	background:none;
	border:none;
	margin-bottom:30px;
	overflow:hidden;
}
.comment-holder .comment-list .comment-body .comment-author {
	width:95px;
	height:120px;
	margin:0 30px 10px 0;
	padding:0;
	display:block;
	border-radius:0;
	border:0;
	background:url("images/extra6.png") 0 0 no-repeat;
	overflow:visible;
}
.comment-holder .comment-list .comment-body .comment-author img { display:none; }
.comment-holder .comment-list .comment-body .comment-author .author {
	padding-top:100px;
	font-size:20px;
	color:#1abc9c;
	width:100%;
	text-transform:uppercase;
	text-align:center;
}
.comment-holder .comment-list .comment-body .comment-meta {
	font-size:20px;
	text-transform:uppercase;
}
.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:20px;
	color:#1abc9c;
	text-transform:uppercase;
	padding:5px 0;
	background:none;
}
.comment-holder .comment-list .comment-body .reply a:hover { color:#fff; }
#respond {
	overflow:hidden;
	margin-bottom:30px;
}
#respond h3 {
	font-size:55px;
	line-height:50px;
}
#respond form p.field { margin-bottom:25px; }
#respond form input, #respond form textarea {
	background:none;
	border:none;
	border-radius:0;
	color:#fff;
	border:1px solid #fff;
}
#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:#c0392b;
	border-radius:0;
	padding:16px 55px;
	text-shadow:none;
	border:1px solid #c0392b;
	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:#fff;
	background:none;
	border:1px solid #c0392b;
	-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:31px 0;
	position:absolute;
	top:0;
	right:0;
}
@media (max-width: 767px) {
	.breadcrumb {
		position:static;
		text-align:center;
		padding:0 0 30px 0;
	}
}
.breadcrumb li { text-shadow:none; }
.breadcrumb li a {
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
}
.breadcrumb li.divider:after {
	font-size:18px;
	color:#1abc9c;
	content:" | ";
}
.breadcrumb li.active {
	font-size:18px;
	color:#1abc9c;
	text-transform:uppercase;
}
#searchform { overflow:hidden; }
#searchform .search-form_it {
	width:100%;
	margin:0;
	margin-bottom:10px;
	height:40px;
	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;
}
.wpcf7 form {
	overflow:hidden;
	margin:0;
	display:block;
}
.wpcf7 p { margin-bottom:5px; }
.wpcf7 .inputblock {
	position:relative;
	width:335px;
	margin-right:20px;
	float:left;
	margin-bottom:15px;
}
.wpcf7 .inputblock >p >span { overflow:hidden; }
.wpcf7 .textareablock {
	position:relative;
	width:415px;
	float:left;
	margin-bottom:15px;
}
.wpcf7 .submitblock {
	position:relative;
	width:100%;
	overflow:hidden;
	float:left;
}
.wpcf7 .wpcf7-response-output { float:left; }
.wpcf7 textarea, .wpcf7 input {
	font-size:16px;
	line-height:20px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	border:none;
	border-radius:0;
	padding:15px 20px !important;
	box-shadow:none;
}
.wpcf7 textarea:-moz-placeholder, .wpcf7 input:-moz-placeholder { color:#fff; }
.wpcf7 textarea:-ms-input-placeholder, .wpcf7 input:-ms-input-placeholder { color:#fff; }
.wpcf7 textarea::-webkit-input-placeholder, .wpcf7 input::-webkit-input-placeholder { color:#fff; }
.wpcf7 input { height:45px !important; }
.wpcf7 .wpcf7-text {
	width:100%;
	margin:0;
	height:46px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7 .wpcf7-textarea {
	width:100%;
	height:250px;
	margin-bottom:0px;
}
.wpcf7 .btn {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	background:none;
	border-radius:0;
	padding:7px 25px !important;
	text-shadow:none;
	border:1px solid #fff;
	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;
}
.wpcf7 .btn:hover {
	color:#000;
	background:#fff;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.wpcf7 .wpcf7-not-valid-tip {
	border-radius:0;
	padding:10px 15px !important;
	color:#000 !important;
	background:#fff !important;
}
.wpcf7 .wpcf7-validation-errors {
	border-radius:0;
	color:#000 !important;
	background:#fff !important;
}
#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;
}
#search-header .search-form_is {
	height:40px;
	padding:0 30px;
}
img.captcha-style {
	width:121px;
	height:44px;
}
.btn-contactus { margin-right:0px !important; }
#wpcf7-f2816-p2774-o1 input {
	background:#fff !important;
	border:1px solid #000 !important;
	color:#000 !important;
}
#wpcf7-f2816-p2774-o1 input:-moz-placeholder { color:#706B6B; }
#wpcf7-f2816-p2774-o1 input:-ms-input-placeholder { color:#706B6B; }
#wpcf7-f2816-p2774-o1 input::-webkit-input-placeholder { color:#706B6B; }
.btn-donation {
	color:#000 !important;
	border:1px solid #000 !important;
}
.your-receipt {
	display:inline-block !important;
	width:160px !important;
}
.widget { margin-bottom:50px; }
.widget h3 {
	font-size:55px;
	line-height:55px;
	margin-bottom:36px;
}
.widget ul {
	margin:0;
	list-style:none;
}
.widget ul li { margin-bottom:10px; }
.widget ul li a {
	font-size:14px;
	color:#1abc9c;
	text-transform:uppercase;
	font-weight:bold;
}
.widget ul li a:hover { color:#fff; }
.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:#1abc9c; }
.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:#fff;
}
.testi_container { overflow:hidden; }
.testi_container li {
	width:570px;
	float:left;
	margin-bottom:35px;
	background:url('images/testiicon.png') 225px 0 no-repeat;
}
.testi_container li figure.thumbnail {
	padding:0;
	text-shadow:none;
	border:none;
	border-radius:100px;
	margin-right:30px;
	margin-bottom:70px;
	box-shadow:none;
}
.testi_container li h5 {
	padding-top:50px;
	text-align:left;
}
.testi_container li h5 a {
	font-size:20px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
}
.testi_container li .excerpt {
	text-align:left;
	padding-right:20px;
}
.postcycle1 { margin:0 0 140px; }
.postcycle1 .slides li h5 {
	font:bold 55px/55px Lato;
	text-transform:uppercase;
	margin-bottom:25px;
}
.postcycle1 .slides li h5 a { color:#fff; }
.postcycle1 .slides li .excerpt {
	text-transform:uppercase;
	margin-bottom:35px;
}
.postcycle1 .flex-control-paging { bottom:-90px; }
.postcycle1 .flex-control-paging li a {
	width:16px;
	height:16px;
	border:2px solid #fff;
	background:rgba(255,255,255,0);
}
.postcycle1 .flex-control-paging li a:hover { background:rgba(46,204,113,0.5); }
.postcycle1 .flex-control-paging li a.flex-active { background:#ffffff; }
.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);
}
.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;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul {
	display:inline-block;
	margin:100px 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;
}
.carousel_owl_custom1 .owl-wrapper .owl-item .item figure .post_networks ul li a span {
	margin:0 5px;
	background-size:cover;
	position:relative;
	top:0;
	-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 span { top:-10px; }
.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:18px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
}
.carousel_owl_custom1 .owl-controls {
	position:absolute;
	top:170px;
	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;
}
.carousel_owl_custom1 .owl-controls .owl-buttons { height:0; }
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-prev {
	width:60px;
	height:60px;
	background:#171717;
	border-radius:0;
	opacity:1;
	filter:alpha(opacity=100);
	float:left;
	margin:0 0 0 15px;
	-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-controls .owl-buttons .owl-prev:hover {
	background:#2ecc71;
	opacity:1;
	filter:alpha(opacity=100);
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-prev:before {
	font-size:35px;
	line-height:60px;
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-next {
	width:60px;
	height:60px;
	background:#171717;
	border-radius:0;
	opacity:1;
	filter:alpha(opacity=100);
	float:right;
	margin:0 13px 0 0;
	-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-controls .owl-buttons .owl-next:hover {
	background:#2ecc71;
	opacity:1;
	filter:alpha(opacity=100);
}
.carousel_owl_custom1 .owl-controls .owl-buttons .owl-next:before {
	font-size:35px;
	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:#d51e29;
	border:none;
	border-top:8px solid #000;
	padding:5px 0;
}
.footer .copyright .footer-text {
	color:#FFF;
	font-size:12px;
	line-height:20px;
}
.footer .copyright .footer-text a { color:#888; }
.footer .copyright .footer-text a:hover { color:#c0392b; }
.footer .footer-fb {
	background:url("images/icon-fb.png") center center no-repeat;
	background-size:30px 30px;
	display:inline-block;
	width:30px;
	height:30px;
}
.ie8 .header { background:#000; }
.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 .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 a {
		display:inline-block;
		margin-top:12px;
	}
	.header nav.nav__primary { margin:0; }
	.header nav.nav__primary .sf-menu >li >a { font-size:18px; }
	.content-holder { padding:120px 0 80px 0; }
	.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:10px;
		line-height:12px;
	}
	.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) {
	#content { padding-top:0; }
	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 {
		position:relative !important;
		top:0 !important;
	}
	.home .header { position:absolute !important; }
	.header .logo a {
		display:inline-block;
		margin:20px;
	}
	.header nav.nav__primary { padding:20px 10px; }
	.header nav.nav__primary .sf-menu { display:none; }
	.content-holder { padding-top:0; }
	.title-section { padding-top:0; }
	.slider { margin-top:200px; }
	.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_parallax1 .parallax_content {
		padding-left:15px;
		padding-right:15px;
	}
	.cherry_fixed_parallax2 .parallax_content {
		text-align:center;
		padding-left:15px;
		padding-right:15px;
	}
	.cherry_fixed_parallax2 .parallax_content .span3 { margin-bottom:20px; }
	.cherry_fixed_parallax2 .parallax_content .span3 .extra_wrap1 {
		padding-left:0 !important;
		border-left:none;
	}
	.cherry_fixed_parallax4 .parallax_content {
		padding-left:15px;
		padding-right:15px;
	}
	.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_parallax7 .masonry_folio_filters li { padding:0 2px !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 .parallax_content {
		padding-left:15px;
		padding-right:15px;
	}
	.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; }
	.content_container1 .container {
		padding-left:15px;
		padding-right:15px;
	}
	.cherry_fixed_parallax1 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax2 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax3 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax4 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax5 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax6 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax7 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax8 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
	.cherry_fixed_parallax9 {
		background-position:center center !important;
		background-attachment:scroll !important;
	}
}
@media (max-width: 600px) {
	html #wpadminbar { top:-46px; }
	.header {
		position:relative !important;
		-webkit-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		transition:all 0.5s ease;
	}
	.home .header { position:absolute !important; }
	.cherry_fixed_parallax1 { background-position:center center !important; }
	.cherry_fixed_parallax2 { 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; }
	.extra_wrap6 {
		padding-right:15px;
		padding-left:15px;
	}
	.extra_wrap6 a { padding:0 !important; }
	.extra_wrap7 {
		padding-right:15px;
		padding-left:15px;
	}
	.extra_wrap7 a { padding:0 !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:#414141; }
.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 .inner_wrap {
	position:relative;
	padding:0px;
	margin:13px;
	background:#171717;
	-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 .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;
}
.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:#2ecc71; }
.isotope_wrapper .masonry_view .masonry-item .inner_wrap .desc .excerpt {
	margin-bottom:10px;
	color:#888888;
}
.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 {
	background:url("images/extra_icon1.png") left center no-repeat;
	margin-right:20px;
	padding:5px 0 5px 30px;
}
.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;
	background:url("images/extra_icon2.png") left center no-repeat;
	padding:5px 0 5px 30px;
}
.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:#1abc9c; }
.isotope_wrapper .masonry_view .masonry-item.item-0 .btn:hover {
	color:#1abc9c;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-1 .btn { background:#f39c12; }
.isotope_wrapper .masonry_view .masonry-item.item-1 .btn:hover {
	color:#f39c12;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-2 .btn { background:#2ecc71; }
.isotope_wrapper .masonry_view .masonry-item.item-2 .btn:hover {
	color:#2ecc71;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-3 .btn { background:#c0392b; }
.isotope_wrapper .masonry_view .masonry-item.item-3 .btn:hover {
	color:#c0392b;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-4 .btn { background:#1abc9c; }
.isotope_wrapper .masonry_view .masonry-item.item-4 .btn:hover {
	color:#1abc9c;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-5 .btn { background:#d35400; }
.isotope_wrapper .masonry_view .masonry-item.item-5 .btn:hover {
	color:#d35400;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-6 .btn { background:#f39c12; }
.isotope_wrapper .masonry_view .masonry-item.item-6 .btn:hover {
	color:#f39c12;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-7 .btn { background:#2ecc71; }
.isotope_wrapper .masonry_view .masonry-item.item-7 .btn:hover {
	color:#2ecc71;
	background:#fff;
}
.isotope_wrapper .masonry_view .masonry-item.item-8 .btn { background:#c0392b; }
.isotope_wrapper .masonry_view .masonry-item.item-8 .btn:hover {
	color:#c0392b;
	background:#c0392b;
}
.isotope_wrapper .masonry_folio_filters {
	list-style:none;
	margin:0 0 40px 0;
}
.isotope_wrapper .masonry_folio_filters li {
	display:inline-block;
	padding:0 9px;
}
.isotope_wrapper .masonry_folio_filters li a {
	font-family:'Lato', sans-serif;
	font-size:21px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	background:none;
	border-radius:0;
	padding:16px 30px;
	text-shadow:none;
	border:1px solid #fff;
	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;
}
.isotope_wrapper .masonry_folio_filters li a:hover {
	text-decoration:none;
	color:#fff;
	background:#2ecc71;
	border:1px solid #2ecc71;
}
.isotope_wrapper .masonry_folio_filters li.active a {
	text-decoration:none;
	color:#fff;
	background:#2ecc71;
	border:1px solid #2ecc71;
}
.isotope_wrapper .masonry_folio_filters li:last-child {
	margin:0;
	padding:0;
	border: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;
}
.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:40px 35px;
}
.isotope_wrapper .masonry_folio .masonry-item .inner_wrap .desc h3 {
	margin-bottom:10px;
	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;
}
.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:#2ecc71; }
.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:url("images/zoomicon1.png") 0 0 no-repeat;
	margin-top:25px;
	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;
}
.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;
}
