@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder { overflow:hidden; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder input[type="tel"], .main-holder textarea {
	background:#fff;
	min-height:23px;
	margin:0;
	padding:8px 19px 8px 19px !important;
	border:1px solid #e5e5e5 !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:'PT Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#777 !important;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#9fc851;
	height:53px;
	margin:0 15px 0 0;
	padding:0 24px 0 24px;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-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:'PT Sans', sans-serif;
	font-size:17px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#9fc851;
	-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:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#333;
	-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:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:130px; }
}
@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:110px; }
}
.main-holder .search-form input[type="submit"] {
	height:41px;
	margin:0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] {
		padding-right:15px;
		padding-left:15px;
	}
}
h1 { text-transform:uppercase; }
h1 a {
	text-decoration:none;
	color:#333;
}
h1 a:focus {
	text-decoration:none;
	color:#333;
}
h1 a:hover {
	text-decoration:none;
	color:#9fc851;
}
h2 {
	margin-bottom:30px;
	text-align:center;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#333;
}
h2 a:focus {
	text-decoration:none;
	color:#333;
}
h2 a:hover {
	text-decoration:none;
	color:#9fc851;
}
h2 em {
	display:block;
	margin:0 0 -5px 0;
	font-style:normal;
}
h3 {
	margin-bottom:26px;
	text-align:center;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#333;
}
h3 a:focus {
	text-decoration:none;
	color:#333;
}
h3 a:hover {
	text-decoration:none;
	color:#9fc851;
}
h4 { text-transform:uppercase; }
h4 a {
	text-decoration:none;
	color:#9fc851;
}
h4 a:focus {
	text-decoration:none;
	color:#9fc851;
}
h4 a:hover {
	text-decoration:none;
	color:#333;
}
h5 { text-transform:uppercase; }
h5 a {
	text-decoration:none;
	color:#9fc851;
}
h5 a:focus {
	text-decoration:none;
	color:#9fc851;
}
h5 a:hover {
	text-decoration:none;
	color:#333;
}
h6 {
	margin:0 0 7px 0;
	text-transform:uppercase;
}
h6 a {
	text-decoration:none;
	color:#333;
}
h6 a:focus {
	text-decoration:none;
	color:#333;
}
h6 a:hover {
	text-decoration:none;
	color:#9fc851;
}
p { margin:0 0 23px 0; }
p img.alignnone { margin-bottom:1px; }
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;
}
img.alignleft { margin:6px 30px 6px 0; }
@media (max-width: 767px) {
	img.alignleft { max-width:50%; }
}
.header {
	background:url(images/header_shadow.png) repeat-x 50% 0%;
	margin:0;
	padding:98px 0 74px 0;
	border:none;
	text-align:center;
}
@media (max-width: 767px) {
	.header { padding:50px 20px 50px 20px; }
}
.header .search-form { margin:-30px 0 30px 0; }
.header .search-form form { float:none; }
.header .span12 { position:static; }
.header a.flex-prev { z-index:999; }
@media (min-width: 768px) and (max-width: 979px) {
	.header a.flex-prev { left:15px; }
}
@media (max-width: 767px) {
	.header a.flex-prev {
		left:15px;
		margin:-35px 0 0 0;
	}
}
.header a.flex-next { z-index:999; }
@media (min-width: 768px) and (max-width: 979px) {
	.header a.flex-next { right:15px; }
}
@media (max-width: 767px) {
	.header a.flex-next {
		right:15px;
		margin:-35px 0 0 0;
	}
}
.header .logo {
	float:none;
	margin:0 0 75px 0;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:auto; }
}
@media (max-width: 767px) {
	.header .logo {
		margin:0 0 30px 0;
		padding:0 30px;
	}
}
.header .logo .logo_h__txt {
	margin:-14px 0 0 0;
	letter-spacing:2px;
}
@media (max-width: 767px) {
	.header .logo .logo_h__txt { font-size:60px; }
}
@media (max-width: 480px) {
	.header .logo .logo_h__txt {
		line-height:60px;
		font-size:40px;
	}
}
.header .logo .logo_h__txt a { text-decoration:none; }
@media (max-width: 767px) {
	.header .logo .logo_h__txt a { font-size:60px; }
}
@media (max-width: 480px) {
	.header .logo .logo_h__txt a {
		line-height:60px;
		font-size:40px;
	}
}
.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:0 0 17px 0;
	padding:0;
	letter-spacing:6.5px;
	line-height:16px;
	font-size:11px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.header .nav__primary { margin:0; }
.header .nav__primary.isStuck {
	background:#333;
	right:0;
	left:0;
	padding:10px 0;
	-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 5px 5px rgba(0,0,0,0.5);
	box-shadow:0 5px 5px rgba(0,0,0,0.5);
	text-align:center;
	z-index:999;
}
.header .nav__primary .sf-menu { float:none; }
.header .nav__primary .sf-menu ul {
	background:#fff;
	width:120px;
	padding:20px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.4);
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.header .nav__primary .sf-menu > li {
	background:none;
	display:inline-block;
	float:none;
	margin:0 5px;
	vertical-align:top;
}
.header .nav__primary .sf-menu > li.menu-item-has-children > a { padding-right:28px; }
.header .nav__primary .sf-menu > li > a {
	position:relative;
	padding:16.5px 16px 16.5px 16px;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-transform:uppercase;
}
.header .nav__primary .sf-menu > li > a:before {
	background:#9fc851;
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	z-index:-1;
	content:'';
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:5px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:0;
	border:none;
	line-height:20px;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
}
.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:#fff;
}
.header .nav__primary .sf-menu > li > a:hover:before, .header .nav__primary .sf-menu > li.sfHover> a:before, .header .nav__primary .sf-menu > li.current-menu-item > a:before, .header .nav__primary .sf-menu > li.current_page_item > a:before {
	top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.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:#9fc851;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	top:60px;
	left:50%;
	margin:0 0 0 -80px;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:-20px;
	left:145px;
	margin:0;
}
.header .nav__primary .sf-sub-indicator {
	background:url(images/menu_arrow.png) no-repeat 0% 0%;
	position:absolute;
	top:50%;
	right:8px;
	width:10px;
	height:7px;
	margin:-3px 0 0 0;
}
.content-holder {
	background:#fff;
	margin:0;
	padding:47px 0 0 0;
}
@media (max-width: 767px) {
	.content-holder { padding:47px 20px 0 20px; }
}
.content-holder #content { padding-top:36px; }
#sidebar { padding-top:36px; }
#sidebar h3 { margin-bottom:25px; }
#sidebar .widget {
	position:relative;
	margin:0 0 55px 0;
	padding:42px 0 0 0;
}
#sidebar .widget:first-child { padding:0; }
#sidebar .widget:first-child:before { display:none; }
#sidebar .widget:before {
	background:#e5e5e5;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:100px;
	height:3px;
	margin:0 0 0 -50px;
	padding:0;
	content:'';
}
#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:6px 0 0 0;
	padding:0 0 0 20px;
	list-style:none;
	line-height:20px;
	font-size:13px;
	color:#777;
}
#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 {
	position:absolute;
	top:1px;
	left:0;
	line-height:20px;
	font-family:FontAwesome;
	font-size:9px;
	color:#9fc851;
	content:'\f061';
}
#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:#777;
}
#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:#777;
}
#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:#9fc851;
}
#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:6px 0 0 0; }
#sidebar #wp-calendar caption { color:#9fc851; }
#sidebar #wp-calendar thead tr th { color:#9fc851; }
#sidebar ul.post-list {
	margin:0;
	padding:0;
}
#sidebar ul.post-list li {
	margin:29px 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar ul.post-list li:first-child { margin:0; }
#sidebar ul.post-list li .thumbnail { margin:6px 34px 5px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:40%;
		margin-right:20px;
	}
}
@media (max-width: 480px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:40%;
		margin-right:20px;
	}
}
#sidebar ul.post-list li time {
	display:block;
	line-height:20px;
	font-size:13px;
	color:#9fc851;
}
#sidebar ul.post-list li h4 {
	margin:0 0 7px 0;
	padding:0;
	line-height:23px;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	color:#333;
}
#sidebar ul.post-list li h4 a {
	text-decoration:none;
	color:#333;
}
#sidebar ul.post-list li h4 a:focus {
	text-decoration:none;
	color:#333;
}
#sidebar ul.post-list li h4 a:hover {
	text-decoration:none;
	color:#9fc851;
}
#sidebar ul.post-list li .excerpt { margin:0 0 34px 0; }
@media (max-width: 480px) {
	#sidebar ul.post-list li .excerpt { margin:0 0 5px 0; }
}
#sidebar ul.post-list li a.btn-primary { margin:0; }
#sidebar ul.comments-custom { padding:6px 0 0 0; }
#sidebar ul.comments-custom li {
	margin:34px 0 0 0;
	padding:0;
}
#sidebar ul.comments-custom li:first-child { margin:0; }
#sidebar ul.comments-custom li .thumbnail { margin:0 30px 0 0; }
#sidebar ul.comments-custom li .meta_format { margin:0; }
#sidebar ul.comments-custom li time {
	display:block;
	padding:13px 0 0 0;
	line-height:20px;
	font-size:13px;
	color:#9fc851;
}
#sidebar ul.comments-custom li strong {
	display:block;
	line-height:20px;
	font-size:13px;
	font-weight:400;
	text-transform:capitalize;
	color:#9fc851;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:28px 0 0 0;
	padding:0;
	border:none;
}
#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:#9fc851;
}
.title-box { margin:0 0 42px 0; }
.service-box .btn-align { text-align:left; }
.service-box .btn-align a { margin:0; }
.service-box.style_1 {
	background:none;
	margin:0 0 27px 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;
	text-align:center;
}
.service-box.style_1 .icon {
	display:inline-block;
	float:none;
	margin:0 0 25px 0;
	vertical-align:top;
}
.service-box.style_1 .icon a {
	display:block;
	border:1px solid #ccc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.service-box.style_1 .icon a:hover {
	background:#333;
	border-color:#333;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box.style_1 .icon a:hover img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box.style_1 .icon a img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.service-box.style_1 h2 {
	margin:0 0 9px 0;
	line-height:20px;
	font-size:17px;
}
.service-box.style_1 .service-box_txt { margin:0; }
.service-box.style_2 {
	background:none;
	margin:0;
	padding:0 0 5px 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;
}
.service-box.style_2 h2 {
	float:left;
	width:68px;
	height:68px;
	margin:5px 30px 5px 0;
	border:1px solid #ccc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	line-height:66px;
	font-size:28px;
	font-weight:700;
	text-align:center;
	color:#9fc851;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.style_2 h2 { margin-right:20px; }
}
@media (max-width: 480px) {
	.service-box.style_2 h2 { margin-right:20px; }
}
.service-box.style_2 h5 {
	margin:0 0 9px 0;
	padding:0;
	line-height:20px;
	font-size:17px;
	color:#333;
}
.service-box.style_2 h5 a { color:#333; }
.service-box.style_2 h5 a:focus {
	text-decoration:none;
	color:#333;
}
.service-box.style_2 h5 a:hover {
	text-decoration:none;
	color:#9fc851;
}
.service-box.style_2 .service-box_txt { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.style_2 .service-box_txt { overflow:visible; }
}
@media (max-width: 480px) {
	.service-box.style_2 .service-box_txt { overflow:visible; }
}
.hr {
	background:none;
	position:relative;
	height:3px;
	margin:32px 0 49px 0;
	padding:0;
	line-height:0;
	font-size:0;
}
.hr:before {
	background:#e5e5e5;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:100px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -50px;
	content:'';
}
.sm_hr {
	background:none;
	position:relative;
	height:3px;
	margin:28px 0 39px 0;
	padding:0;
	line-height:0;
	font-size:0;
}
.sm_hr:before {
	background:#e5e5e5;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:100px;
	height:3px;
	overflow:hidden;
	margin:0 0 0 -50px;
	content:'';
}
.content_box.full_width {
	background:none;
	position:relative;
}
.content_box.full_width:before, .content_box.full_width:after { display:none; }
.content_box.center {
	background:none;
	text-align:center;
}
.content_box.center:before, .content_box.center:after { display:none; }
@media (max-width: 767px) {
	.list.arrow-list { padding:0 0 25px 0; }
}
.list.arrow-list ul {
	margin:0;
	padding:0;
}
.list.arrow-list ul li {
	position:relative;
	margin:6px 0 0 0;
	padding:0 0 0 20px;
	list-style:none;
	line-height:20px;
	font-size:13px;
	color:#777;
}
.list.arrow-list ul li:first-child { margin:0; }
.list.arrow-list ul li:before {
	position:absolute;
	top:1px;
	left:0;
	line-height:20px;
	font-family:FontAwesome;
	font-size:9px;
	color:#9fc851;
	content:'\f061';
}
.list.arrow-list ul li a {
	text-decoration:none;
	color:#777;
}
.list.arrow-list ul li a:focus {
	text-decoration:none;
	color:#777;
}
.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#9fc851;
}
.list.arrow-list ul li ul { padding:6px 0 0 0; }
.list_1 {
	margin:0 0 40px 0 !important;
	padding:0;
	line-height:0;
	font-size:0;
}
.list_1 li {
	position:relative;
	display:inline-block;
	width:25%;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:top;
}
@media (max-width: 480px) {
	.list_1 li { width:50%; }
}
.list_1 li:hover .thumbnail a img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_1 li:hover .caption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_1 li .thumbnail {
	background:#9fc851;
	float:none;
	margin:0;
}
@media (max-width: 480px) {
	.list_1 li .thumbnail { width:auto; }
}
.list_1 li .thumbnail a img {
	width:100%;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.list_1 li .caption {
	display:table-cell;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:0 20px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:middle;
	text-align:center;
}
.list_1 li .caption .inner {
	display:inline-block;
	vertical-align:middle;
}
.list_1 li .caption .auxiliary {
	display:inline-block;
	vertical-align:middle;
	width:0px;
	height:100%;
}
.list_1 li .caption h5 {
	margin:0;
	padding:0;
	line-height:20px;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	.list_1 li .caption h5 {
		line-height:17px;
		font-size:14px;
	}
}
.list_1 li .caption h5 a {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption h5 a:hover {
	text-decoration:none;
	color:#333;
}
.list_2 li { margin-bottom:28px; }
@media (max-width: 767px) {
	.list_2 li {
		width:100%;
		overflow:hidden;
	}
}
.list_2 li .thumbnail {
	float:left;
	margin:6px 29px 6px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_2 li .thumbnail { max-width:50%; }
}
@media (max-width: 767px) {
	.list_2 li .thumbnail {
		max-width:50%;
		margin-right:20px;
	}
}
.list_2 li .clear { display:none; }
.list_2 li h5 { margin:0 0 7px 0; }
.list_2 li .excerpt { margin:0; }
.list_3 li {
	padding:15px 15px 15px 15px;
	border:3px solid #e5e5e5;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
@media (max-width: 767px) {
	.list_3 li {
		width:100%;
		overflow:hidden;
		text-align:left;
	}
}
.list_3 li .thumbnail { margin:-18px -18px 24px -18px; }
@media (max-width: 767px) {
	.list_3 li .thumbnail {
		float:left;
		max-width:50%;
		margin:5px 20px 5px 0;
	}
}
@media (max-width: 767px) {
	.list_3 li .clear { display:none; }
}
.list_3 li h5 { margin:0 0 7px 0; }
.list_3 li .excerpt { margin:0 0 16px 0; }
.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:before {
	background:url(images/magnify.png) no-repeat 0% 0%;
	width:94px;
	height:94px;
	margin:-47px 0 0 -47px;
}
@media (max-width: 480px) {
	.thumbnail a .zoom-icon:before {
		background:url(images/magnify_alt.png) no-repeat 0% 0%;
		width:46px;
		height:46px;
		margin:-23px 0 0 -23px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.grid_gallery .thumbnail a .zoom-icon:before {
		background:url(images/magnify_alt.png) no-repeat 0% 0%;
		width:46px;
		height:46px;
		margin:-23px 0 0 -23px;
	}
}
@media (max-width: 767px) {
	.grid_gallery .thumbnail a .zoom-icon:before {
		background:url(images/magnify_alt.png) no-repeat 0% 0%;
		width:46px;
		height:46px;
		margin:-23px 0 0 -23px;
	}
}
a.btn-primary {
	background:none;
	position:relative;
	display:inline-block;
	margin:0 0 28px 0;
	padding:16.5px 22px 16.5px 22px;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-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-size:17px;
	font-weight:700;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
a.btn-primary:hover { background:none; }
a.btn-primary:hover:after {
	top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
a.btn-primary:before {
	background:#9fc851;
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	z-index:-1;
	content:'';
}
a.btn-primary:after {
	background:#333333;
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	z-index:-1;
	content:'';
}
a.btn-info {
	background:none;
	display:inline-block;
	position:relative;
	margin:0;
	padding:14.5px 19px 14.5px 19px;
	border:2px solid #fff;
	-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-size:17px;
	font-weight:700;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
a.btn-info:before {
	background:#fff;
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left: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;
	z-index:-1;
	content:'';
}
a.btn-info:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#fff;
}
a.btn-info:focus:before {
	top:100%;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
a.btn-info:hover {
	background:none;
	-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;
	text-decoration:none;
	color:#333;
}
a.btn-info:hover:before {
	top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.hero-unit.style_1 {
	background:none;
	margin:0 0 28px 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;
	text-align:center;
}
.hero-unit.style_1 h1 {
	margin:0 0 7px 0;
	padding:0;
	letter-spacing:normal;
	line-height:23px;
	font-size:17px;
	color:#9fc851;
}
.hero-unit.style_1 h1 a {
	text-decoration:none;
	color:#9fc851;
}
.hero-unit.style_1 h1 a:focus {
	text-decoration:none;
	color:#9fc851;
}
.hero-unit.style_1 h1 a:hover {
	text-decoration:none;
	color:#333;
}
.hero-unit.style_1 p {
	margin:0;
	line-height:23px;
	font-size:13px;
}
div.testimonials {
	margin:0 0 37px 0;
	padding:1px 0 0 0;
}
div.testimonials .testi-item {
	background:url(images/quotes.png) no-repeat 50% 0%;
	margin:0;
	padding:52px 0 0 0;
	text-align:center;
}
@media (min-width: 1200px) {
	div.testimonials .testi-item {
		padding-right:70px;
		padding-left:70px;
	}
}
div.testimonials .testi-item blockquote {
	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;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item .testi-meta {
	padding:9px 0 0 0;
	line-height:20px;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	color:#9fc851;
}
div.testimonials .testi-item .testi-meta .user:after { display:none; }
div.testimonials .testi-item a {
	text-decoration:none;
	color:#777;
}
div.testimonials .testi-item a:focus {
	text-decoration:none;
	color:#777;
}
div.testimonials .testi-item a:hover {
	text-decoration:none;
	color:#9fc851;
}
.archive_lists h3 {
	line-height:20px;
	font-size:17px;
	text-align:left;
}
.footer {
	background:#fff;
	margin:0;
	padding:99px 0 99px 0;
	border:none;
	text-align:center;
}
@media (max-width: 767px) {
	.footer { padding:99px 20px 99px 20px; }
}
.footer .footer-text {
	float:none;
	margin:0;
	line-height:18px;
	font-size:12px;
	text-transform:uppercase;
	color:#777;
}
.footer .footer-text i {
	margin:0 0 0 3px;
	font-style:normal;
}
.footer .footer-text a {
	text-decoration:none;
	color:#777;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#777;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#9fc851;
}
.footer .footer-nav {
	float:none;
	margin:0;
}
@media (max-width: 480px) {
	.footer .footer-nav { margin:0 -10px; }
}
.footer .footer-nav ul {
	float:none;
	margin:0;
	padding:0;
}
.footer .footer-nav ul li {
	display:inline-block;
	float:none;
	margin:0 7px;
	padding:0;
	vertical-align:top;
	list-style:none;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	.footer .footer-nav ul li { margin:0 3px; }
}
@media (max-width: 480px) {
	.footer .footer-nav ul li:first-child { margin-left:0; }
}
@media (max-width: 480px) {
	.footer .footer-nav ul li:last-child { margin-right:0; }
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#9fc851;
}
.footer .footer-nav ul li a { text-decoration:none; }
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#777;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#9fc851;
}
#back-top-wrapper {
	right:20px;
	bottom:20px;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:hover span { background-color:#333; }
#back-top-wrapper p#back-top a span {
	background-color:#9fc851;
	margin:0;
}
.title-box { text-align:center; }
.title-box h2 {
	margin:0;
	padding:0;
}
.title-section {
	margin:0;
	padding:1px 0 0 0;
	text-align:center;
}
.title-section h1 {
	margin:0 0 10px 0;
	padding:0;
}
.title-section ul {
	background:none;
	margin:0;
	padding:7px 0 10px 0;
	border:none;
	border-top:3px solid #e5e5e5;
	border-bottom:3px solid #e5e5e5;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.title-section ul li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:23px;
	font-size:13px;
	color:#777;
}
.title-section ul li.divider { margin:0 5px; }
.title-section ul li.divider:after {
	line-height:23px;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#777;
	content:'/';
}
.title-section ul li.active { color:#9fc851; }
.title-section ul li a {
	text-decoration:none;
	color:#777;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#777;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#9fc851;
}
article.post h3 {
	line-height:23px;
	font-size:17px;
	text-align:left;
}
article.post .thumbnail { max-width:50%; }
article.post .thumbnail.large { max-width:100%; }
article.post a.btn-primary { margin:0; }
.post_meta {
	border-top:3px solid #e5e5e5;
	border-bottom:3px solid #e5e5e5;
}
.post_meta i { color:#333; }
.post-author {
	background:none !important;
	border:3px solid #e5e5e5;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:23px;
	font-size:13px;
	font-weight:400;
	text-align:left;
	text-transform:none;
	color:#9fc851;
}
.post-author h3 a {
	text-decoration:none;
	color:#9fc851;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#9fc851;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#333;
}
@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;
	line-height:23px;
	font-size:13px;
	color:#9fc851;
}
.related-posts {
	position:relative;
	padding:42px 0 0 0;
}
.related-posts:before {
	background:#e5e5e5;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:100px;
	height:3px;
	margin:0 0 0 -50px;
	padding:0;
	content:'';
}
.related-posts ul li {
	line-height:23px;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	color:#9fc851;
}
#comments {
	position:relative;
	padding:42px 0 0 0;
}
#comments:before {
	background:#e5e5e5;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:100px;
	height:3px;
	margin:0 0 0 -50px;
	padding:0;
	content:'';
}
.comment-list li .comment-body {
	background:none !important;
	border:3px solid #e5e5e5;
}
.comment-list li .comment-body .author {
	line-height:23px;
	font-size:13px;
	font-weight:400;
	color:#9fc851;
}
.comment-list li .comment-body .extra-wrap { padding:0 0 12px 0; }
@media (max-width: 480px) {
	.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
.comment-list li .comment-body .comment-meta {
	margin:0;
	padding:15px 0 0 0;
	line-height:23px;
	font-size:13px;
	font-weight:400;
	color:#9fc851;
}
.comment-list li .comment-body .reply a {
	background:none;
	position:relative;
	display:inline-block;
	margin:0;
	padding:16.5px 22px 16.5px 22px;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-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-size:17px;
	font-weight:700;
	text-transform:uppercase;
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
.comment-list li .comment-body .reply a:hover { background:none; }
.comment-list li .comment-body .reply a:hover:after {
	top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.comment-list li .comment-body .reply a:before {
	background:#9fc851;
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	z-index:-1;
	content:'';
}
.comment-list li .comment-body .reply a:after {
	background:#333333;
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	z-index:-1;
	content:'';
}
#commentform p {
	width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
	#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="tel"], #commentform textarea { min-height:39px; }
}
#commentform input[type="submit"] { margin:0; }
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#9fc851; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h1, .error404-holder h2 {
	margin:0;
	text-align:left;
}
@media (max-width: 767px) {
	.error404-holder h1, .error404-holder h2 { text-align:center; }
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea { padding:4px 8px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
	font-size:12px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 5px !important;
		line-height:12px;
		font-size:11px !important;
		text-align:center;
	}
}
.wpcf7-form .ajax-loader { margin:16px 0 0 0; }
.filter-wrapper {
	margin:0 0 40px 0;
	padding:23px 0 0 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;
	padding:16.5px 22px 16.5px 0;
	vertical-align:top;
	line-height:20px;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	color:#333;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		padding:9px 6px 9px 0;
		font-size:12px;
	}
}
.filter-wrapper ul {
	display:inline-block;
	float:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
@media (max-width: 480px) {
	.filter-wrapper ul { text-align:left; }
}
.filter-wrapper ul li {
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
}
@media (max-width: 480px) {
	.filter-wrapper ul li { margin:1px 0 0 0; }
}
.filter-wrapper ul li a {
	background:none;
	display:inline-block;
	margin:0;
	padding:16.5px 22px 16.5px 22px;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		padding:9px 12px 9px 12px;
		font-size:12px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#333;
}
.filter-wrapper ul li a:hover {
	background:#9fc851;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#fff;
}
#portfolio-grid li .thumbnail { margin:0; }
#portfolio-grid li .caption {
	margin:0;
	padding:25px 17px 37px 17px;
	border:3px solid #e5e5e5;
	border-top:none;
}
#portfolio-grid li .caption h3 {
	margin:0 0 9px 0;
	line-height:20px;
	font-size:17px;
	text-align:left;
	text-transform:uppercase;
	color:#9fc851;
}
#portfolio-grid li .caption h3 a {
	text-decoration:none;
	color:#9fc851;
}
#portfolio-grid li .caption h3 a:focus {
	text-decoration:none;
	color:#9fc851;
}
#portfolio-grid li .caption h3 a:hover {
	text-decoration:none;
	color:#333;
}
#portfolio-grid li .caption p { margin:0; }
#portfolio-grid li .caption p.excerpt { margin:0 0 34px 0; }
#portfolio-grid li .caption a.btn-primary { margin:0; }
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.faq-list h4 { margin:0; }
@media (max-width: 767px) {
	.google-map-custom-class { height:300px; }
}
html { height:100%; }
html.flexbox { margin-top:0 !important; }
body.home {
	position:relative;
	height:100%;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body.home .main-holder {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:hidden;
}
body.home .header { display:none; }
body.home .footer {
	background:none;
	position:absolute;
	right:20px;
	bottom:0;
	left:20px;
	padding:85px 0 85px 0;
	color:#fff;
}
@media (max-width: 767px) {
	body.home .footer { padding:40px 0 40px 0; }
}
@media (max-width: 480px) {
	body.home .footer { padding:20px 0 20px 0; }
}
body.home .footer .footer-text { color:#fff; }
body.home .footer .footer-text a {
	text-decoration:none;
	color:#fff;
}
body.home .footer .footer-text a:focus {
	text-decoration:none;
	color:#fff;
}
body.home .footer .footer-text a:hover {
	text-decoration:none;
	color:#9fc851;
}
body.home .footer .footer-nav ul li a { color:#fff; }
body.home .footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#fff;
}
body.home .footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#9fc851;
}
.splash {
	display:table-cell;
	position:absolute;
	top:0;
	right:40px;
	bottom:188px;
	left:40px;
	vertical-align:middle;
	text-align:center;
}
@media (max-width: 767px) {
	.splash { bottom:100px; }
}
@media (max-width: 480px) {
	.splash {
		padding:20px 0;
		bottom:60px;
	}
}
.splash .inner {
	display:inline-block;
	vertical-align:middle;
}
.splash .auxiliary {
	display:inline-block;
	vertical-align:middle;
	width:0px;
	height:100%;
}
.splash .logo {
	float:none;
	margin:0 0 60px 0;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.splash .logo { width:auto; }
}
@media (max-width: 767px) {
	.splash .logo { margin:0 0 30px 0; }
}
.splash .logo .logo_h__txt {
	margin:-14px 0 0 0;
	letter-spacing:2px;
}
@media (max-width: 480px) {
	.splash .logo .logo_h__txt {
		line-height:60px;
		font-size:60px;
	}
}
.splash .logo .logo_h__txt a { text-decoration:none; }
@media (max-width: 480px) {
	.splash .logo .logo_h__txt a {
		line-height:60px;
		font-size:60px;
	}
}
.splash .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.splash .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.splash .logo img {
	width:100%;
	height:auto;
}
.splash .logo .logo_tagline {
	margin:0 0 17px 0;
	padding:0;
	letter-spacing:6.5px;
	line-height:16px;
	font-size:11px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
.full-bg-slider #mainImageHolder {
	height:100% !important;
	top:0 !important;
}
.full-bg-slider #previewSpinner {
	background-color:#fff;
	top:50%;
	left:50%;
}
.flex-next {
	position:absolute;
	top:50%;
	right:60px;
	margin:-23px 0 0 0;
	line-height:0;
	font-size:0;
	text-decoration:none !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flex-next { right:-32px; }
}
@media (max-width: 767px) {
	.flex-next { right:-32px; }
}
.flex-next:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.flex-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#9fc851;
}
.flex-next:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:47px;
	font-family:FontAwesome;
	font-size:47px;
	color:#fff;
	content:'\f105';
}
.flex-prev {
	position:absolute;
	top:50%;
	left:60px;
	margin:-23px 0 0 0;
	line-height:0;
	font-size:0;
	text-decoration:none !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flex-prev { left:-32px; }
}
@media (max-width: 767px) {
	.flex-prev { left:-32px; }
}
.flex-prev:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.flex-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#9fc851;
}
.flex-prev:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:47px;
	font-family:FontAwesome;
	font-size:47px;
	color:#fff;
	content:'\f104';
}
.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:33px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
