@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:25px;
	margin:0;
	padding:10px 15px 11px 15px !important;
	border:1px solid #dfdfdf !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#777 !important;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:url(images/marker.png) no-repeat 100% 50%;
	height:48px;
	margin:0 15px 0 0;
	padding:0 35px 0 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-family:'Lato', sans-serif;
	font-size:18px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	color:#f90808;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:url(images/marker.png) no-repeat 100% 50%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#f90808;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:url(images/marker.png) no-repeat 100% 50%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#000;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:80px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:120px; }
}
.main-holder .search-form input[type="submit"] { margin:0 0 0 15px; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] { font-size:14px; }
}
h1 { text-transform:uppercase; }
h1 a {
	text-decoration:none;
	color:#000;
}
h1 a:focus {
	text-decoration:none;
	color:#000;
}
h1 a:hover {
	text-decoration:none;
	color:#f90808;
}
h2 { text-transform:uppercase; }
h2 a {
	text-decoration:none;
	color:#000;
}
h2 a:focus {
	text-decoration:none;
	color:#000;
}
h2 a:hover {
	text-decoration:none;
	color:#f90808;
}
h3 { text-transform:uppercase; }
h3 a {
	text-decoration:none;
	color:#000;
}
h3 a:focus {
	text-decoration:none;
	color:#000;
}
h3 a:hover {
	text-decoration:none;
	color:#f90808;
}
h4 { text-transform:uppercase; }
h4 a { color:#000; }
h4 a:focus { color:#000; }
h4 a:hover { color:#f90808; }
h5 { text-transform:uppercase; }
h5 a { color:#000; }
h5 a:focus { color:#000; }
h5 a:hover { color:#f90808; }
h6 { margin:0 0 25px 0; }
h6 a { color:#000; }
h6 a:focus { color:#000; }
h6 a:hover { color:#f90808; }
p { margin:0 0 25px 0; }
p img.alignnone { margin-bottom:0; }
a {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
.header {
	background:url(images/header.jpg) no-repeat 50% 0%;
	background-attachment:fixed;
	background-size:cover;
	margin:0;
	padding:76px 0 0 0;
	border:none;
	text-align:center;
}
@media (max-width: 767px) {
	.header {
		background:url(images/header.jpg) no-repeat 50% 50%;
		padding:76px 20px 0 20px;
	}
}
body.home .header { padding:298px 0 209px 0; }
@media (max-width: 767px) {
	body.home .header { padding:30px 20px 30px 20px; }
}
.header .logo {
	float:none;
	margin:0 0 65px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
@media (max-width: 767px) {
	.header .logo { margin:0 0 25px 0; }
}
body.home .header .logo { margin:0 0 204px 0; }
@media (max-width: 767px) {
	body.home .header .logo { margin:0 0 25px 0; }
}
.header .logo .logo_h__txt {
	margin:0 0 -12px 0;
	padding:0;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.header .logo .logo_h__txt {
		line-height:50px;
		font-size:50px;
	}
}
.header .logo .logo_h__txt a {
	font-size:145px;
	font-weight:900 !important;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .logo .logo_h__txt a {
		line-height:100px;
		font-size:100px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt a {
		line-height:100px;
		font-size:100px;
	}
}
@media (max-width: 767px) {
	.header .logo .logo_h__txt a {
		line-height:50px;
		font-size:50px;
	}
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_tagline {
	margin:28px 0 0 0;
	line-height:34px;
	font-size:34px;
	font-weight:400;
	text-transform:uppercase;
	color:#f90808;
}
@media (max-width: 767px) {
	.header .logo .logo_tagline {
		margin:14px 0 0 0;
		line-height:24px;
		font-size:24px;
	}
}
.header .nav__primary {
	background:#fff;
	margin:0;
	padding:69px 0 30px 0;
}
body.home .header .nav__primary {
	background:none;
	padding:0;
}
.header .nav__primary:before {
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:-100%;
	width:101%;
	z-index:-1;
	content:'';
}
body.home .header .nav__primary:before { display:none; }
.header .nav__primary:after {
	background:#fff;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:-100%;
	width:101%;
	z-index:-1;
	content:'';
}
body.home .header .nav__primary:after { display:none; }
.header .nav__primary .sf-menu { float:none; }
.header .nav__primary .sf-menu ul {
	background:#2e2e2e;
	width:195px;
}
.header .nav__primary .sf-menu > li {
	background:none;
	display:inline-block;
	float:none;
	margin:0 0 0 23px;
	vertical-align:top;
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
	padding:0;
	border:none;
	text-transform:uppercase;
	color:#000;
}
body.home .header .nav__primary .sf-menu > li > a { color:#fff; }
.header .nav__primary .sf-menu > li li {
	background:none;
	border-top:1px solid #393939;
}
.header .nav__primary .sf-menu > li li:first-child { border:none; }
.header .nav__primary .sf-menu > li li a {
	padding:9px 12px 10px 12px;
	border:none;
	line-height:18px;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	color:#fff;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	margin:-5px 0 0 0;
	top:50%;
	right:5px;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	top:39px;
	left:-12px;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:0;
	left:100%;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:none;
	color:#f90808 !important;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#f90808;
}
.header .nav__primary .sf-sub-indicator {
	background-image:url(images/arrows-ffffff.png);
	margin:0 -5px 0 0;
	top:20px;
	right:50%;
}
.content-holder {
	background:#fff;
	margin:0;
	padding:43px 0 80px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:43px 20px 80px 20px; }
}
body.home .content-holder { padding:0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:0 20px; }
}
#sidebar .widget { margin:66px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar h3 { margin-bottom:24px; }
@media (min-width: 980px) and (max-width: 1200px) {
	#sidebar h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:60px;
		font-size:49px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
@media (max-width: 767px) {
	#sidebar h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
#sidebar .widget_categories ul, #sidebar .widget_archive ul, #sidebar .widget_nav_menu ul, #sidebar .widget_meta ul, #sidebar .widget_meta ul, #sidebar .widget_pages ul, #sidebar .widget_recent_comments ul, #sidebar .widget_recent_entries ul {
	margin:0;
	padding:0;
}
#sidebar .widget_categories ul li, #sidebar .widget_archive ul li, #sidebar .widget_nav_menu ul li, #sidebar .widget_meta ul li, #sidebar .widget_meta ul li, #sidebar .widget_pages ul li, #sidebar .widget_recent_comments ul li, #sidebar .widget_recent_entries ul li {
	position:relative;
	margin:20px 0 0 0;
	padding:0 0 0 34px;
	list-style:none;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}
#sidebar .widget_categories ul li:first-child, #sidebar .widget_archive ul li:first-child, #sidebar .widget_nav_menu ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_pages ul li:first-child, #sidebar .widget_recent_comments ul li:first-child, #sidebar .widget_recent_entries ul li:first-child { margin:0; }
#sidebar .widget_categories ul li:before, #sidebar .widget_archive ul li:before, #sidebar .widget_nav_menu ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_pages ul li:before, #sidebar .widget_recent_comments ul li:before, #sidebar .widget_recent_entries ul li:before {
	background:url(images/marker.png) no-repeat 0% 0%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:21px;
	height:21px;
	overflow:hidden;
	content:'';
}
#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_pages ul li a, #sidebar .widget_recent_comments ul li a, #sidebar .widget_recent_entries ul li a {
	text-decoration:none;
	color:#000;
}
#sidebar .widget_categories ul li a:focus, #sidebar .widget_archive ul li a:focus, #sidebar .widget_nav_menu ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_pages ul li a:focus, #sidebar .widget_recent_comments ul li a:focus, #sidebar .widget_recent_entries ul li a:focus {
	text-decoration:none;
	color:#000;
}
#sidebar .widget_categories ul li a:hover, #sidebar .widget_archive ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_pages ul li a:hover, #sidebar .widget_recent_comments ul li a:hover, #sidebar .widget_recent_entries ul li a:hover {
	text-decoration:none;
	color:#f90808;
}
#sidebar .widget_categories ul li ul, #sidebar .widget_archive ul li ul, #sidebar .widget_nav_menu ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_pages ul li ul, #sidebar .widget_recent_comments ul li ul, #sidebar .widget_recent_entries ul li ul { padding:20px 0 0 0; }
#sidebar #wp-calendar caption { color:#f90808; }
#sidebar #wp-calendar thead tr th { color:#f90808; }
#sidebar ul.comments-custom li {
	margin:31px 0 0 0;
	padding:0;
	line-height:25px;
	font-size:14px;
	color:#777;
}
#sidebar ul.comments-custom li:first-child { margin:0; }
#sidebar ul.comments-custom li .thumbnail { margin:4px 15px 5px 0; }
#sidebar ul.comments-custom li .meta_format { margin:0; }
#sidebar ul.comments-custom li h4 {
	margin:1px 0 9px 0;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.comments-custom li h4 { padding:11px 0 0 0; }
}
#sidebar ul.comments-custom li time {
	display:block;
	line-height:20px;
	font-size:14px;
	color:#f90808;
}
#sidebar ul.comments-custom li .clear { display:none; }
#sidebar ul.comments-custom li .comments-custom_txt {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:34px 0 0 0;
	border:none;
	text-indent:13px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.comments-custom li .comments-custom_txt {
		overflow:visible;
		text-indent:0;
	}
}
#sidebar ul.comments-custom li .comments-custom_txt:before {
	background:url(images/quotes.png) no-repeat 0% 0%;
	display:inline-block;
	position:absolute;
	top:24px;
	left:0;
	width:10px;
	height:10px;
	overflow:hidden;
	margin:0;
	padding:0;
	content:'';
}
#sidebar ul.comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#777;
}
#sidebar ul.comments-custom li .comments-custom_txt a:focus {
	text-decoration:none;
	color:#777;
}
#sidebar ul.comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#f90808;
}
.hero-unit {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:23px;
	text-align:center;
}
@media (max-width: 767px) {
	.hero-unit { margin:0 0 30px 0; }
}
.hero-unit h1 {
	margin:0 0 20px 0;
	padding:0;
	line-height:70px;
	color:#000;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.hero-unit h1 {
		letter-spacing:normal;
		line-height:62px;
		font-size:51px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 {
		letter-spacing:normal;
		line-height:50px;
		font-size:39px;
	}
}
@media (max-width: 767px) {
	.hero-unit h1 {
		letter-spacing:normal;
		line-height:50px;
		font-size:39px;
	}
}
@media (max-width: 480px) {
	.hero-unit h1 {
		line-height:29px;
		font-size:20px;
	}
}
.hero-unit p {
	display:inline;
	line-height:23px;
	font-size:14px;
	color:#777;
}
@media (min-width: 1200px) {
	.hero-unit p { padding:0 20px; }
}
@media (max-width: 767px) {
	.hero-unit p {
		line-height:20px;
		font-size:13px;
	}
}
.hero-unit .btn-align {
	display:inline;
	margin:0 0 0 6px;
}
.hero-unit .btn-align a {
	background:none;
	display:inline-block;
	position:relative;
	margin:4px 0 0 0;
	padding:0;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:0;
	font-size:0;
	text-decoration:none;
}
.hero-unit .btn-align a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
}
.hero-unit .btn-align a:focus:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.hero-unit .btn-align a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
}
.hero-unit .btn-align a:hover:before {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.hero-unit .btn-align a:before {
	background:url(images/next.png) no-repeat 0% 0%;
	display:inline-block;
	width:21px;
	height:21px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	content:'';
}
@media (min-width: 1200px) {
	.hero-unit.extra {
		padding-right:140px;
		padding-left:140px;
	}
}
@media (min-width: 1200px) {
	.hero-unit.extra_1 h1 {
		padding-right:50px;
		padding-left:50px;
	}
}
.hero-unit.box { margin-bottom:167px; }
@media (min-width: 1200px) {
	.hero-unit.box {
		padding-right:100px;
		padding-left:100px;
	}
}
@media (max-width: 767px) {
	.hero-unit.box { margin-bottom:80px; }
}
.hero-unit.box h1 { margin:0 0 17px 0; }
.parallax-box .parallax-content { padding:129px 0 143px 0; }
@media (min-width: 980px) and (max-width: 1200px) {
	.parallax-box .parallax-content { padding:100px 0 110px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box .parallax-content { padding:80px 0 90px 0; }
}
@media (max-width: 767px) {
	.parallax-box .parallax-content { padding:60px 0 60px 0; }
}
.parallax-box.indent { margin:0 0 130px 0; }
@media (max-width: 767px) {
	.parallax-box.indent { margin:0 0 60px 0; }
}
.parallax-box .hero-unit h1 { color:#fff; }
.parallax-box .hero-unit p { color:#fff; }
.parallax-box.parallax_container { margin:0 0 -80px 0; }
.parallax-box.parallax_container .parallax-content { padding:116px 0 89px 0; }
.parallax-box.parallax_container h2 {
	margin-bottom:96px;
	text-align:center;
	color:#fff;
}
a.btn-primary {
	background:#000;
	display:inline-block;
	margin:0;
	padding:10px 20px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:'Lato', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
a.btn-primary:focus {
	background:#000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#fff;
}
a.btn-primary:hover {
	background:#f90808;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#fff;
}
.content_box.center {
	background:none;
	margin:0 0 32px 0;
	padding:0;
	text-align:center;
}
@media (min-width: 1200px) {
	.content_box.center { padding:0 100px; }
}
.content_box.center:before, .content_box.center:after { display:none; }
.content_box.center h2 { margin-bottom:18px; }
.content_box.center p { margin:0 0 24px 0; }
div.testimonials {
	width:100%;
	overflow:hidden;
}
div.testimonials .testi-item {
	float:left;
	width:570px;
	margin:0 0 0 30px;
	padding:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.testimonials .testi-item {
		width:460px;
		margin:0 0 0 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item {
		width:352px;
		margin:0 0 0 20px;
	}
}
@media (max-width: 767px) {
	div.testimonials .testi-item {
		float:none;
		width:100%;
		overflow:hidden;
		margin:40px 0 0 0;
	}
}
div.testimonials .testi-item:first-child { margin:0; }
div.testimonials .testi-item .featured-thumbnail {
	float:left;
	width:auto;
	height:auto;
	margin:0 21px 0 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
div.testimonials .testi-item .featured-thumbnail img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
div.testimonials .testi-item blockquote {
	background:url(images/quotes_1.png) no-repeat 0% 0%;
	overflow:hidden;
	margin:0 0 18px 0;
	padding:29px 0 0 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:25px;
	font-size:14px;
	color:#fff;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#fff;
}
div.testimonials .testi-item blockquote a:focus {
	text-decoration:none;
	color:#fff;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#f90808;
}
div.testimonials .testi-item .testi-meta {
	padding:0;
	line-height:25px;
	font-size:18px;
	font-weight:400;
	color:#fff;
}
div.testimonials .testi-item .testi-meta .user:after { display:none; }
.footer {
	background:none;
	margin:0;
	padding:37px 0 33px 0;
	border:none;
}
@media (max-width: 767px) {
	.footer {
		padding:37px 20px 33px 20px;
		text-align:center;
	}
}
.footer .footer-text {
	float:none;
	margin:0;
	padding:16px 0 0 0;
	line-height:18px;
	font-size:12px;
	color:#8c8c8c;
}
@media (min-width: 1200px) {
	.footer .footer-text { padding-left:2px; }
}
.footer .footer-text a {
	text-decoration:none;
	color:#8c8c8c;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#8c8c8c;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#fff;
}
.footer .footer-text i {
	margin:0 0 0 3px;
	font-style:normal;
}
.footer .social-nets-wrapper {
	width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
	.footer .social-nets-wrapper { padding:7px 0 0 0; }
}
.footer .social-nets-wrapper ul {
	float:right;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer .social-nets-wrapper ul { float:none; }
}
.footer .social-nets-wrapper ul li {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
@media (max-width: 767px) {
	.footer .social-nets-wrapper ul li {
		display:inline-block;
		float:none;
		margin:5px !important;
		vertical-align:top;
	}
}
.footer .social-nets-wrapper ul li:first-child { margin:0; }
.footer .social-nets-wrapper ul li a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.footer .social-nets-wrapper ul li a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.footer .footer-nav {
	float:none;
	margin:0;
}
.footer .footer-nav ul {
	float:none;
	margin:0;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul { text-align:left; }
}
.footer .footer-nav ul li {
	margin:0 0 0 13px;
	padding:0;
	list-style:none;
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#fff;
}
.footer .footer-nav ul li.current-menu-item a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .footer-nav ul li.current-menu-item a:hover {
	text-decoration:none;
	color:#fff;
}
.footer .footer-nav ul li:first-child { margin:0; }
.footer .footer-nav ul li a { text-decoration:none; }
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#8c8c8c;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#fff;
}
#back-top-wrapper {
	right:30px;
	bottom:30px;
	z-index:999;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:hover span { background-color:#000; }
#back-top-wrapper p#back-top a span {
	background-color:#f90808;
	margin:0;
}
.title-section {
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 11px 0;
	border-bottom:1px solid #888;
}
.title-section h1 {
	margin:0;
	line-height:59px;
	font-size:59px;
}
@media (min-width: 1200px) {
	.title-section h1 {
		float:left;
		max-width:45%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-section h1 {
		line-height:49px;
		font-size:39px;
	}
}
@media (max-width: 767px) {
	.title-section h1 {
		line-height:49px;
		font-size:39px;
	}
}
@media (max-width: 480px) {
	.title-section h1 {
		line-height:39px;
		font-size:29px;
	}
}
.title-section ul {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 1200px) {
	.title-section ul {
		float:right;
		max-width:45%;
		padding:35px 0 0 0;
	}
}
.title-section ul li {
	margin:0;
	padding:0;
	line-height:20px;
	font-family:'Lato', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}
@media (max-width: 767px) {
	.title-section ul li {
		line-height:18px;
		font-size:14px;
	}
}
.title-section ul li.divider:after {
	margin:0 6px;
	padding:0;
	line-height:20px;
	font-family:'Lato', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
	content:'/';
}
@media (max-width: 767px) {
	.title-section ul li.divider:after {
		line-height:18px;
		font-size:14px;
	}
}
.title-section ul li.active { color:#f90808; }
.title-section ul li a {
	text-decoration:none;
	color:#000;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#000;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#f90808;
}
.pagination ul li a, .pagination ul li span {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail a .zoom-icon {
	background:#f90808;
	width:45px;
	height:45px;
	overflow:hidden;
	top:0;
	right:0;
	bottom:auto;
	left:auto;
	text-align:center;
}
.thumbnail a .zoom-icon:before {
	background:none;
	display:block;
	width:100%;
	margin:0;
	padding:0;
	top:0;
	right:0;
	bottom:0;
	left:0;
	line-height:45px;
	font-family:FontAwesome;
	font-size:24px;
	text-align:center;
	color:#fff;
	content:'\f00e';
}
article.post h3 {
	line-height:25px;
	font-size:14px;
	font-weight:700;
	text-transform:none;
}
.post_meta {
	line-height:20px;
	font-size:14px;
	color:#777;
}
.post_meta i { color:#f90808; }
.post_meta a {
	text-decoration:none;
	color:#777;
}
.post_meta a:focus {
	text-decoration:none;
	color:#777;
}
.post_meta a:hover {
	text-decoration:none;
	color:#000;
}
.post-author {
	background:#f7f7f7;
	padding:15px 20px 20px 20px;
	border:none;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:20px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#313131;
}
.post-author h3 a {
	text-decoration:none;
	color:#313131;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#313131;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#f90808;
}
.post-author .post-author_gravatar { margin:5px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link { margin:15px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.post-author .post-author_link p a {
	font-weight:700;
	text-decoration:none;
	color:#000;
}
.post-author .post-author_link p a:focus { color:#000; }
.post-author .post-author_link p a:hover { color:#f90808; }
.related-posts h3 { text-align:center; }
@media (min-width: 980px) and (max-width: 1200px) {
	.related-posts h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:60px;
		font-size:49px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
@media (max-width: 767px) {
	.related-posts h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
.related-posts ul li {
	line-height:25px;
	font-size:14px;
	font-weight:700;
	color:#000;
}
.related-posts ul li a {
	text-decoration:none;
	color:#000;
}
.related-posts ul li a:focus { color:#000; }
.related-posts ul li a:hover { color:#f90808; }
#comments h3 { text-align:center; }
@media (min-width: 980px) and (max-width: 1200px) {
	#comments h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:60px;
		font-size:49px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#comments h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
@media (max-width: 767px) {
	#comments h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
.comment-list li .comment-body {
	background:#f7f7f7 !important;
	border:none;
}
.comment-list li .comment-body .author {
	padding:12px 0 0 0;
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-transform:none;
	color:#000;
}
.comment-list li .comment-body .extra-wrap { padding:0 0 10px 0; }
@media (max-width: 480px) {
	.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
.comment-list li .comment-body .comment-meta {
	margin:0;
	padding:0;
	line-height:22px;
	font-size:14px;
}
.comment-list li .comment-body .reply {
	margin:0 0 0 22px;
	line-height:22px;
}
.comment-list li .comment-body .reply a {
	background:url(images/marker.png) no-repeat 100% 50%;
	display:inline-block;
	margin:0;
	padding:0 26px 0 0;
	vertical-align:top;
	line-height:22px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#f90808;
}
.comment-list li .comment-body .reply a:focus { color:#f90808; }
.comment-list li .comment-body .reply a:hover { color:#000; }
#commentform p {
	width:100%;
	overflow:hidden;
}
#commentform input[type="submit"] { margin:0; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { padding:5px 8px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
}
.wpcf7-form .ajax-loader { margin:14px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#f90808; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h1 { margin:0; }
.error404-holder h2 {
	margin:0;
	text-transform:none;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.error404-holder h2 {
		line-height:49px;
		font-size:39px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder h2 {
		line-height:39px;
		font-size:29px;
	}
}
@media (max-width: 767px) {
	.error404-holder h2 {
		line-height:39px;
		font-size:29px;
	}
}
.filter-wrapper {
	padding:25px 0 56px 0;
	text-align:center;
}
.filter-wrapper .pull-right { float:none; }
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:right; }
}
.filter-wrapper strong {
	display:inline-block;
	float:none;
	margin:0;
	padding:0;
	vertical-align:top;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		line-height:14px;
		font-size:12px;
	}
}
.filter-wrapper ul {
	display:inline-block;
	float:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
.filter-wrapper ul li {
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}
@media (max-width: 767px) {
	.filter-wrapper ul li {
		margin:0 0 0 9px;
		line-height:14px;
		font-size:12px;
	}
}
@media (max-width: 480px) {
	.filter-wrapper ul li { text-align:left; }
}
.filter-wrapper ul li.active a {
	background:none;
	color:#f90808;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	color:#f90808;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	color:#f90808;
}
.filter-wrapper ul li a {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		line-height:14px;
		font-size:12px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	color:#000;
}
.filter-wrapper ul li a:hover {
	background:none;
	color:#f90808;
}
#portfolio-grid li .thumbnail { margin:0 0 25px 0; }
#portfolio-grid li h3 {
	margin:0 0 10px 0;
	padding:0;
	line-height:20px;
	font-size:18px;
	text-transform:uppercase;
}
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.archive_lists h3 {
	line-height:20px;
	font-size:18px;
}
.faq-list h4 { margin:0; }
@media (max-width: 767px) {
	.google-map-custom-class { height:300px; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.post-header h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:60px;
		font-size:49px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-header h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
@media (max-width: 767px) {
	.post-header h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	#respond h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:60px;
		font-size:49px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#respond h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
@media (max-width: 767px) {
	#respond h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		letter-spacing:normal;
		line-height:46px;
		font-size:35px;
	}
}
@media (max-width: 480px) {
	#respond h3 {
		line-height:40px;
		font-size:29px;
	}
}
.page-header {
	margin:0;
	border:none;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
