@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Medula+One);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
body { padding:0 !important; }
a {
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
a:hover, a:active, a:focus { text-decoration:none; }
h1 small { font-size:inherit; }
h2 {
	letter-spacing:1px;
	margin:0 0 23px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 {
		font-size:40px !important;
		line-height:40px !important;
	}
}
p { margin-bottom:24px; }
.main-holder { overflow:hidden; }
.header {
	padding:0 0 30px 0;
	border:none;
	background-color:transparent;
	background-size:cover;
}
@media (max-width: 767px) {
	.header { padding:20px 20px 30px; }
}
.header-content { margin-top:34px; }
@media (max-width: 767px) {
	.header .pseudoStickyBlock { display:none !important; }
}
.logo { left:-2px; }
@media (max-width: 767px) {
	.logo {
		float:none;
		text-align:center;
	}
}
.logo_link:hover, .logo_link:active, .logo_link:focus { color:#fff; }
.logo_tagline {
	font-size:14px;
	font-family:'Roboto Condensed', sans-serif;
	line-height:18px;
	color:#fff;
	letter-spacing:3px;
}
.search-form_it { margin-right:10px; }
.search-form_is { margin:15px 0 0 0; }
.donate { padding:58px 0 0 0; }
@media (max-width: 767px) {
	.donate { text-align:center; }
}
.donate h4 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	margin:0 0 17px 0;
}
@media (min-width: 1200px) {
	.donate h4 { font-size:20px; }
}
.donate h4 small {
	font-size:16px;
	line-height:inherit;
	color:inherit;
}
.donate a {
	font-size:35px;
	font-family:'Medula One', cursive;
	line-height:1.2em;
	letter-spacing:1px;
	color:#fff;
	background-color:#b82e1a;
	padding:9px 17px 16px 21px;
	margin-right:60px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	z-index:1;
	width:100%;
	max-width:160px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
	.donate a {
		font-size:48px;
		max-width:200px;
		margin-right:70px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.donate a {
		margin-right:42px;
		padding-left:15px;
		padding-top:11px;
		padding-bottom:14px;
		padding-right:15px;
		max-width:124px;
		font-size:26px;
	}
}
.donate a:before, .donate a:after {
	content:'';
	position:absolute;
	top:0;
}
.donate a:before {
	top:50%;
	right:-18px;
	margin:-19px 0 0 0;
	width:0;
	height:0;
	border-style:solid;
	border-width:19px 0 19px 19px;
	border-color:transparent transparent transparent #b82e1a;
	z-index:1;
}
.donate a:after {
	left:100%;
	width:60px;
	height:100%;
	background-color:#d3b425;
	z-index:-1;
	pointer-events:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.donate a:after { width:70px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.donate a:after { width:42px; }
}
.donate a:hover, .donate a:active, .donate a:focus { color:#e87e6e; }
.donate a:hover:after, .donate a:active:after, .donate a:focus:after { width:0; }
.nav-wrapper {
	z-index:100;
	margin-bottom:51px;
}
.nav-wrapper:after {
	content:'';
	position:absolute;
	bottom:-1px;
	left:50%;
	margin:0 0 0 -150%;
	width:300%;
	height:100%;
	border-bottom:1px solid rgba(209,209,209,0.2);
}
@media (max-width: 767px) {
	.nav-wrapper:after { display:none; }
}
@media (max-width: 767px) {
	.nav-wrapper.isStuck {
		position:static !important;
		top:0 !important;
	}
}
.nav-wrapper.isStuck:after { background-color:#757575; }
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:-1px;
	margin:1px 0 0 0;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	position:static;
	top:0;
	left:0;
	margin-top:0;
}
.sf-menu {
	float:left;
	border-right:1px solid rgba(255,255,255,0.2);
}
@media (max-width: 1199px) {
	.sf-menu {
		display:table;
		table-layout:fixed;
		width:100%;
	}
}
.sf-menu > li {
	background:none;
	border-left:1px solid rgba(255,255,255,0.2);
}
@media (min-width: 1200px) {
	.sf-menu > li { width:166px; }
}
@media (max-width: 1199px) {
	.sf-menu > li {
		display:table-cell;
		text-align:center;
		float:none;
	}
}
.sf-menu > li > a {
	padding:22.5px 0;
	border:none;
	text-transform:uppercase;
	letter-spacing:2px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { min-height:36px; }
}
.isStuck .sf-menu > li > a { padding:12px 0; }
.sf-menu li ul {
	width:189px;
	padding:19px 0 30px 0;
	background-color:#919191;
}
.sf-menu li li {
	background:none;
	text-align:left;
}
.sf-menu li li a {
	padding:4px 38px 5px;
	border:none;
	font-family:'Roboto Condensed', sans-serif;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:16px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.sf-menu li li ul {
	padding:0;
	background-color:transparent;
}
.sf-menu li li li a { padding-left:58px; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a { background:rgba(255,255,255,0.2); }
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	color:#787878;
	background:#fff;
}
.sf-menu li li li > a:hover, .sf-menu li li li.sfHover > a, .sf-menu li li li.current-menu-item > a, .sf-menu li li li.current_page_item > a {
	color:#fff;
	background:#aeaeae;
}
.select-menu {
	height:33px;
	color:#555;
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder { padding-bottom:0; }
#content { padding-top:43px; }
.title-section { padding:0; }
.title-header { display:none; }
.breadcrumb__t {
	padding:22px 0;
	position:relative;
	background-color:#ffffff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t:before, .breadcrumb__t:after {
	content:'';
	position:absolute;
	top:0;
	width:200%;
	height:100%;
	background-color:#ffffff;
	z-index:-1;
}
.breadcrumb__t:before { left:-199%; }
.breadcrumb__t:after { right:-199%; }
.breadcrumb__t li {
	text-shadow:none;
	text-transform:uppercase;
	font-family:'Roboto Condensed', sans-serif;
	letter-spacing:1.5px;
}
.breadcrumb__t li.active { color:#939393; }
.breadcrumb__t li.divider {
	margin:0 18px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'\f105';
	color:#939393;
	font:16px/30px FontAwesome;
}
.breadcrumb__t li a { color:#fff; }
.breadcrumb__t li a:hover, .breadcrumb__t li a:active, .breadcrumb__t li a:focus { color:#939393; }
.post__holder .post-header .post-title { margin:0 0 28px 0; }
.post__holder .featured-thumbnail.large { margin:0 0 32px 0; }
.post__holder .post_content h3 {
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 26px 0;
}
.post__holder .post_content p { margin-bottom:25px; }
.post__holder .btn-primary {
	padding:0;
	color:#ffffff;
	font-weight:bold;
	background:none !important;
}
.post__holder .btn-primary:after {
	content:'-';
	padding-left:8px;
}
.post__holder .btn-primary:hover, .post__holder .btn-primary:active, .post__holder .btn-primary:focus { color:#bababa; }
.post_meta {
	padding:0;
	border:none;
	font-size:16px;
	font-weight:bold;
	font-family:'Roboto Condensed', sans-serif;
	letter-spacing:1px;
	color:#ffffff;
}
.post_meta div[class^="post_"] { padding:0 27px 0 0; }
.post_meta div[class^="post_"] a { text-transform:uppercase; }
.post_meta i {
	font-size:16px;
	color:#009688;
	padding-right:0;
}
.share-buttons span, .share-buttons li { line-height:18px; }
.post-author {
	padding:0;
	border:none;
	background-color:transparent;
}
.post-author_h {
	font-size:48px;
	line-height:48px;
	margin:0 0 23px 0;
	letter-spacing:1px;
}
.post-author_h small { text-transform:capitalize; }
.post-author_h a { text-transform:capitalize; }
.post-author_link { margin-top:20px; }
.post-author_gravatar { margin:5px 20px 10px 0; }
@media (min-width: 1200px) {
	.post-author_gravatar { margin-right:30px; }
}
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc {
	overflow:visible;
	margin-top:0;
}
@media (min-width: 1200px) {
	.post-author .post-author_desc { overflow:hidden; }
}
.post-author .post-author_desc .post-author_link {
	font-size:16px;
	color:#009688;
}
.post-author .post-author_desc .post-author_link p { margin-bottom:0; }
.post-author .post-author_desc .post-author_link a {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#recent-author-posts > h3 {
	font-size:30px;
	line-height:1.2em;
	letter-spacing:1px;
}
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments { padding-top:60px; }
#recent-author-comments > h3 {
	font-size:30px;
	line-height:1.2em;
	letter-spacing:1px;
}
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:5px;
}
.related-posts_h {
	font-size:48px;
	line-height:48px;
	letter-spacing:1px;
	margin:0 0 28px 0;
}
.related-posts_item { font-size:16px; }
.related-posts_item a { color:#b82e1a; }
.related-posts_item a:hover, .related-posts_item a:active, .related-posts_item a:focus { color:#ffffff; }
.related-posts .featured-thumbnail { margin:0 0 31px 0; }
@media (max-width: 480px) {
	.related-posts .featured-thumbnail { margin-bottom:10px; }
}
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}
.pagination__posts ul li a {
	background:none !important;
	border:none !important;
}
.pagination__posts ul .active span {
	background:none !important;
	border:none !important;
}
.archive_h {
	font-size:30px;
	line-height:1.2em;
	letter-spacing:1px;
}
.testimonial {
	padding:0;
	border:none;
	background:none;
	font-style:normal;
	font-family:Roboto, sans-serif;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:16px;
	line-height:30px;
}
.testimonial small {
	font-family:Roboto, sans-serif;
	font-size:16px;
}
.page-header {
	border:none;
	margin-top:0;
	padding-bottom:0;
}
.page-header h1 {
	font-size:48px;
	line-height:1em;
	margin-top:0;
}
.single-pager a {
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	padding:0 !important;
	border:none !important;
	background:none !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.filter-wrapper .pull-right { float:left; }
.filter-wrapper strong {
	padding:0;
	margin-right:11px;
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#c3c3c3;
}
.nav-pills { margin-bottom:45px; }
.nav-pills li {
	position:relative;
	margin-left:23px;
}
@media (max-width: 480px) {
	.nav-pills li {
		margin-left:0;
		margin-bottom:5px;
	}
}
.nav-pills li:before {
	content:'|';
	position:absolute;
	left:-13px;
	top:-1px;
	font-size:16px;
	line-height:30px;
	vertical-align:top;
}
@media (max-width: 480px) {
	.nav-pills li:before { display:none; }
}
.nav-pills li:first-child { margin-left:0; }
.nav-pills li:first-child:before { display:none; }
.nav-pills li a {
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#b82e1a;
	background:none !important;
	padding:0;
	margin:0;
}
@media (max-width: 480px) {
	.nav-pills li a { padding:0; }
}
.nav-pills li a:hover { color:#009688; }
.nav-pills li.active a { color:#009688 !important; }
.filterable-portfolio .caption__portfolio { padding:28px 0 0 0; }
.filterable-portfolio h3 {
	font-size:48px;
	line-height:48px;
	margin:0 0 23px 0;
	letter-spacing:1px;
}
.filterable-portfolio .btn-primary {
	background:none !important;
	padding:0;
	font-weight:bold;
	color:#ffffff;
}
.filterable-portfolio .btn-primary:after {
	content:'-';
	padding-left:8px;
}
.filterable-portfolio .btn-primary:hover, .filterable-portfolio .btn-primary:active, .filterable-portfolio .btn-primary:focus { color:#bababa; }
.zoom-icon { background:rgba(0,0,0,0.4); }
.no-rgba .zoom-icon { background:url(images/black-opacity-40.png); }
.zoom-icon:before {
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	background-size:contain;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.zoom-icon:before {
		margin:-59.5px 0 0 -59.5px;
		width:119px;
		height:119px;
	}
}
@media (max-width: 480px) {
	.zoom-icon:before {
		margin:-25px 0 0 -25px;
		width:50px;
		height:50px;
	}
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.grid_gallery .zoom-icon:before {
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.grid_gallery .zoom-icon:before {
		margin:-25px 0 0 -25px;
		width:50px;
		height:50px;
	}
}
@media (max-width: 767px) {
	.grid_gallery .zoom-icon:before {
		margin:-25px 0 0 -25px;
		width:50px;
		height:50px;
	}
}
.comments-h {
	font-size:48px;
	line-height:48px;
	letter-spacing:1px;
	margin-bottom:28px;
}
.comment .comment-body {
	padding:0;
	margin-bottom:52px;
	border:none;
	background:none;
}
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}
.comment.bypostauthor .comment-body { background:none; }
.comment-author { margin:0 20px 10px 0; }
@media (min-width: 1200px) {
	.comment-author { margin-right:30px; }
}
.comment-body .author {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1.2em;
	float:left;
}
.comment-body .author i {
	padding-right:5px;
	color:#009688;
}
.comment-meta {
	float:left;
	padding:0;
	margin:0 30px 0 0;
	font-size:16px;
	font-weight:bold;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:1.2em;
	color:#ffffff;
}
.comment-meta-wrap { padding-top:28px; }
.comment-meta i {
	padding:0 5px 0 1px;
	color:#009688;
}
.reply {
	margin-left:0;
	font-size:16px;
	line-height:1.2em;
}
.reply .comment-reply-link {
	padding:0;
	background:none;
	color:#ffffff;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:active, .reply .comment-reply-link:focus { color:#bababa; }
#respond h3 {
	font-size:48px;
	line-height:48px;
	margin:0 0 29px 0;
	letter-spacing:1px;
}
#respond form .btn { margin-top:5px; }
.comment-list ul.children {
	margin:0 0 0 50px;
	position:relative;
}
.comment-list ul.children:before {
	content:'';
	position:absolute;
	left:-50px;
	top:0;
	width:20px;
	height:23px;
	background-image:url(images/comment-arrow.png);
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children:before { display:none; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform p.field { margin-bottom:31px; }
#commentform input[type="text"] {
	width:430px;
	padding:13px 19px 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform input[type="text"] {
		width:100%;
		height:49px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
#commentform textarea {
	padding:13px 19px 14px;
	min-height:379px;
	height:379px;
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:49px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
#sidebar { padding-top:43px; }
#sidebar .widget { margin:38px 0 0 0; }
#sidebar .widget:first-child { margin-top:0; }
#sidebar .widget > h3 {
	font-size:48px;
	line-height:1em;
	letter-spacing:1px;
	margin:0 0 24px 0;
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	list-style-type:none;
	font-weight:bold;
	font-family:'Roboto Condensed', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-top:10px;
}
#sidebar .widget ul li:before {
	content:'-';
	font-weight:inherit;
	font-family:inherit;
	color:#b82e1a;
	margin-right:11px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#sidebar .widget ul li:first-child { margin-top:0; }
#sidebar .widget ul li:hover:before { color:#009688; }
#sidebar .widget ul li a { color:#b82e1a; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:active, #sidebar .widget ul li a:focus { color:#009688; }
#sidebar .widget ul ul { margin:10px 0 0 18px; }
#wp-calendar td#today {
	font-weight:bold;
	color:#ffffff;
}
#wp-calendar caption { color:#ffffff; }
#wp-calendar thead th { color:#ffffff; }
.social_li {
	margin-top:0 !important;
	font-family:Roboto, sans-serif !important;
	font-weight:normal !important;
	letter-spacing:0 !important;
	text-transform:none !important;
}
.social_li:before { display:none; }
.flickr_li { margin-top:0 !important; }
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:active, .flickr_li .thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flickr_li .thumbnail .zoom-icon:before {
	margin:-20px 0 0 -20px;
	width:40px;
	height:40px;
}
.banners { margin:38px 0 0 0; }
.banners:first-child { margin-top:0; }
.post-list li {
	padding:0;
	margin:41px 0 0 0 !important;
	text-transform:none !important;
	font-weight:normal !important;
	font-family:Roboto, sans-serif !important;
	letter-spacing:0 !important;
}
.post-list li:before { display:none; }
.post-list li:first-child { margin-top:0 !important; }
.post-list .featured-thumbnail {
	margin-bottom:21px;
	margin-right:0;
	float:none;
}
.post-list time {
	display:block;
	font-size:16px;
	font-weight:bold;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
	margin:0 0 21px 0;
}
.post-list time:before {
	content:'\f073';
	font-size:16px;
	font-family:FontAwesome;
	font-weight:normal;
	color:#009688;
	padding-right:5px;
}
.post-list_h {
	font-size:48px;
	font-family:'Medula One', cursive;
	line-height:48px;
	margin:0 0 23px 0;
}
.post-list_h a { color:#ffffff !important; }
.post-list_h a:hover, .post-list_h a:active, .post-list_h a:focus { color:#bababa !important; }
.post-list .excerpt { margin-bottom:25px; }
.post-list .btn-primary {
	font-size:16px;
	font-weight:bold;
	padding:0;
	color:#ffffff !important;
	background:none !important;
	letter-spacing:1px;
}
.post-list .btn-primary:after {
	content:'-';
	padding-left:8px;
}
.post-list .btn-primary:hover, .post-list .btn-primary:active, .post-list .btn-primary:focus { color:#bababa !important; }
.comments-custom li {
	margin:46px 0 0 0 !important;
	padding:0;
	font-family:Roboto, sans-serif !important;
	font-weight:normal !important;
	text-transform:none !important;
	letter-spacing:0 !important;
}
.comments-custom li:before { display:none; }
.comments-custom li:first-child { margin-top:0 !important; }
.comments-custom .featured-thumbnail { margin:1px 20px 0 0; }
@media (min-width: 1200px) {
	.comments-custom .featured-thumbnail { margin:1px 30px 0 0; }
}
.comments-custom_txt {
	padding:23px 0 0 0;
	border-top:none;
	margin:0 0 24px 0;
}
.comments-custom_txt a { color:#242424 !important; }
.comments-custom_txt a:hover {
	text-decoration:none;
	color:#ffffff !important;
}
.comments-custom_h_title, .comments-custom_h_author { margin-bottom:0; }
.comments-custom_h_title {
	font-size:48px;
	font-family:'Medula One', cursive;
	line-height:1em;
	letter-spacing:1px;
	text-transform:none;
	margin:28px 0 0 0;
}
.comments-custom_h_title a { color:#ffffff !important; }
.comments-custom_h_title a:hover, .comments-custom_h_title a:active, .comments-custom_h_title a:focus { color:#bababa !important; }
.comments-custom_h_author {
	font-weight:bold;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:10px;
}
.comments-custom i {
	margin-right:0;
	color:#009688;
	min-width:25px;
	line-height:1.2em;
}
.comments-custom .meta_format {
	margin-top:0;
	font-weight:bold;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#ffffff;
}
.comments-custom .btn-link { color:#ffffff !important; }
.comments-custom .btn-link:hover, .comments-custom .btn-link:active, .comments-custom .btn-link:focus { color:#bababa !important; }
.posts-grid li { margin-bottom:10px; }
@media (min-width: 481px) and (max-width: 767px) {
	.posts-grid li { overflow:hidden; }
}
.posts-grid li .featured-thumbnail { margin:0 0 32px 0; }
@media (min-width: 481px) and (max-width: 767px) {
	.posts-grid li .featured-thumbnail { margin-right:20px; }
}
.posts-grid h5 {
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:30px;
	margin:0 0 24px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
	.posts-grid .clear { clear:none; }
}
.banner-wrap .featured-thumbnail a { border:none; }
.banner-wrap h5 { font-weight:normal; }
.banner-wrap__style-1 {
	margin:0;
	padding:20px 50px 37px 70px;
	color:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1 {
		padding-top:36px;
		padding-left:96px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 { padding-left:30px; }
}
@media (max-width: 767px) {
	.banner-wrap__style-1 { padding:30px; }
}
.banner-wrap__style-1 h5 {
	width:255px;
	float:left;
	margin:0 30px 0 0;
	font-family:'Medula One', cursive;
	font-size:100px;
	line-height:89px;
	text-transform:lowercase;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1 h5 { margin-right:50px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1 h5 {
		width:205px;
		font-size:80px;
		line-height:1em;
	}
}
@media (max-width: 767px) {
	.banner-wrap__style-1 h5 {
		float:none;
		width:auto;
		margin-right:0;
	}
}
@media (max-width: 480px) {
	.banner-wrap__style-1 h5 {
		font-size:70px;
		line-height:70px;
	}
}
.banner-wrap__style-1 p {
	padding:23px 0 0 0;
	margin:0 0 27px 0;
}
.banner-wrap__style-1 .btn-link {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	border:1px solid #fff;
	color:#fff;
	padding:13.5px 26px;
}
.banner-wrap__style-1 .btn-link:hover, .banner-wrap__style-1 .btn-link:active, .banner-wrap__style-1 .btn-link:focus { border-color:rgba(255,255,255,0.2); }
.banner-wrap__style-1 .banner-wrap__desc { overflow:hidden; }
.banner-wrap__style-1.banner-wrap__color-1 {
	padding:0 24px 0 0;
	position:relative;
}
@media (max-width: 767px) {
	.banner-wrap__style-1.banner-wrap__color-1 { padding-right:0; }
}
.banner-wrap__style-1.banner-wrap__color-1:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:24px;
	height:100%;
	background-image:url(images/banner-arrow1-hover.png);
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (max-width: 767px) {
	.banner-wrap__style-1.banner-wrap__color-1:before { display:none; }
}
.banner-wrap__style-1.banner-wrap__color-1 .banner-wrap__inner {
	padding:20px 26px 37px 70px;
	background-color:rgba(184,46,26,0.7);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.banner-wrap__style-1.banner-wrap__color-1 .banner-wrap__inner {
		padding-top:36px;
		padding-left:96px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-1.banner-wrap__color-1 .banner-wrap__inner { padding-left:30px; }
}
@media (max-width: 767px) {
	.banner-wrap__style-1.banner-wrap__color-1 .banner-wrap__inner { padding:30px; }
}
.banner-wrap__style-1.banner-wrap__color-1.active:before {
	opacity:1;
	filter:alpha(opacity=100);
}
.banner-wrap__style-1.banner-wrap__color-1.active .banner-wrap__inner { background-color:#b82e1a; }
.banner-wrap__style-1.banner-wrap__color-1 h5 { color:#d3b425; }
.banner-wrap__style-1.banner-wrap__color-1 .btn-link:hover, .banner-wrap__style-1.banner-wrap__color-1 .btn-link:active, .banner-wrap__style-1.banner-wrap__color-1 .btn-link:focus { color:#e78a7c; }
.banner-wrap__style-1.banner-wrap__color-2 { background-color:rgba(192,157,0,0.7); }
.banner-wrap__style-1.banner-wrap__color-2.active { background-color:#c09d00; }
.banner-wrap__style-1.banner-wrap__color-2 h5 { color:#842315; }
.banner-wrap__style-1.banner-wrap__color-2 .btn-link:hover, .banner-wrap__style-1.banner-wrap__color-2 .btn-link:active, .banner-wrap__style-1.banner-wrap__color-2 .btn-link:focus { color:#e9cd4e; }
.banner-wrap__style-1.banner-wrap__color-3 { background-color:rgba(0,150,136,0.7); }
.banner-wrap__style-1.banner-wrap__color-3.active { background-color:#009688; }
.banner-wrap__style-1.banner-wrap__color-3 h5 { color:#1e2e40; }
.banner-wrap__style-1.banner-wrap__color-3 .btn-link:hover, .banner-wrap__style-1.banner-wrap__color-3 .btn-link:active, .banner-wrap__style-1.banner-wrap__color-3 .btn-link:focus { color:#5ccfc4; }
.banner-wrap__style-2 {
	position:relative;
	overflow:visible;
	margin-bottom:39px;
}
.banner-wrap__style-2 .banner-wrap__inner > a {
	display:block;
	background-color:rgba(184,46,26,0.7);
	padding:40px 20px 153px 30px;
	position:relative;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.banner-wrap__style-2 .banner-wrap__inner > a {
		padding-top:52px;
		padding-left:36px;
		padding-bottom:193px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-2 .banner-wrap__inner > a { padding-left:20px; }
}
@media (max-width: 767px) {
	.banner-wrap__style-2 .banner-wrap__inner > a { padding-bottom:193px; }
}
.banner-wrap__style-2 .banner-wrap__inner > a:before {
	content:'';
	position:absolute;
	left:-23px;
	top:112px;
	width:0;
	height:0;
	border-style:solid;
	border-width:23px 23px 23px 0;
	border-color:transparent rgba(184,46,26,0.7) transparent transparent;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (max-width: 767px) {
	.banner-wrap__style-2 .banner-wrap__inner > a:before { display:none; }
}
.banner-wrap__style-2 .banner-wrap__inner > a:hover, .banner-wrap__style-2 .banner-wrap__inner > a:active, .banner-wrap__style-2 .banner-wrap__inner > a:focus { background-color:#b82e1a; }
.banner-wrap__style-2 .banner-wrap__inner > a:hover:before, .banner-wrap__style-2 .banner-wrap__inner > a:active:before, .banner-wrap__style-2 .banner-wrap__inner > a:focus:before { border-right-color:#b82e1a; }
.banner-wrap__style-2 .banner-wrap__inner > a:hover h5, .banner-wrap__style-2 .banner-wrap__inner > a:hover p, .banner-wrap__style-2 .banner-wrap__inner > a:hover p strong, .banner-wrap__style-2 .banner-wrap__inner > a:active h5, .banner-wrap__style-2 .banner-wrap__inner > a:active p, .banner-wrap__style-2 .banner-wrap__inner > a:active p strong, .banner-wrap__style-2 .banner-wrap__inner > a:focus h5, .banner-wrap__style-2 .banner-wrap__inner > a:focus p, .banner-wrap__style-2 .banner-wrap__inner > a:focus p strong { color:#e87e6e; }
.banner-wrap__style-2 .featured-thumbnail {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	max-width:100%;
}
.banner-wrap__style-2 h5 {
	font-size:20px;
	font-family:'Roboto Condensed', sans-serif;
	letter-spacing:2px;
	line-height:26px;
	text-transform:uppercase;
	color:#d3b425;
	margin:0 0 12px 0;
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-o-transition:inherit;
	transition:inherit;
}
.banner-wrap__style-2 p {
	font-family:'Medula One', cursive;
	font-size:48px;
	line-height:1em;
	letter-spacing:1px;
	color:#d3b425;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap__style-2 p strong {
	color:#fff;
	font-weight:normal;
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-o-transition:inherit;
	transition:inherit;
}
.banner-wrap__style-2 .banner-btn { display:none; }
.banner-wrap__style-3 {
	position:relative;
	margin:0;
}
.banner-wrap__style-3:before {
	content:'';
	position:absolute;
	left:0;
	top:29px;
	width:0;
	height:0;
	border-style:solid;
	border-width:14.5px 0 14.5px 14px;
	border-color:transparent transparent transparent #fff;
	z-index:2;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap__style-3 .banner-wrap__inner > a {
	display:block;
	padding:20px 20px 16px 30px;
	position:relative;
	z-index:1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.banner-wrap__style-3 .banner-wrap__inner > a {
		padding-top:21px;
		padding-bottom:17px;
		padding-left:36px;
	}
}
.banner-wrap__style-3 .banner-wrap__inner > a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background-color:#d3d3d3 !important;
	z-index:-1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap__style-3 .banner-wrap__inner > a:hover:after, .banner-wrap__style-3 .banner-wrap__inner > a:active:after, .banner-wrap__style-3 .banner-wrap__inner > a:focus:after { width:100%; }
.banner-wrap__style-3 h5 {
	font-family:'Medula One', cursive;
	font-size:40px;
	line-height:1em;
	letter-spacing:1px;
	color:#fff;
}
@media (min-width: 1200px) {
	.banner-wrap__style-3 h5 {
		font-size:48px;
		line-height:44px;
	}
}
.banner-wrap__style-3.banner-wrap__color-1 .banner-wrap__inner > a { background-color:#b82e1a; }
.banner-wrap__style-3.banner-wrap__color-2 .banner-wrap__inner > a { background-color:#d3b425; }
.banner-wrap__style-3.banner-wrap__color-3 .banner-wrap__inner > a { background-color:#009688; }
.banner-wrap__style-4 {
	margin:0;
	padding:0 0 0 15px;
	position:relative;
}
.banner-wrap__style-4:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:15px;
	height:100%;
}
.banner-wrap__style-4 .banner-wrap__inner {
	padding:21px 0 0 22px;
	min-height:134px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-4 .banner-wrap__inner { padding-left:12px; }
}
.banner-wrap__style-4 h5 {
	font-size:48px;
	font-family:'Medula One', cursive;
	line-height:1em;
	letter-spacing:1px;
	margin-bottom:9px;
}
.banner-wrap__style-4 p {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0;
}
.banner-wrap__style-4.banner-wrap__color-1:before { background-image:url(images/banner-arrow2.png); }
.banner-wrap__style-4.banner-wrap__color-1 .banner-wrap__inner { background-color:rgba(184,46,26,0.7); }
.banner-wrap__style-4.banner-wrap__color-2:before { background-image:url(images/banner-arrow3.png); }
.banner-wrap__style-4.banner-wrap__color-2 .banner-wrap__inner { background-color:rgba(211,180,37,0.7); }
.banner-wrap__style-4.banner-wrap__color-3:before { background-image:url(images/banner-arrow4.png); }
.banner-wrap__style-4.banner-wrap__color-3 .banner-wrap__inner { background-color:rgba(0,150,136,0.7); }
.banner-wrap__style-4.banner-wrap__color-4:before { background-image:url(images/banner-arrow5.png); }
.banner-wrap__style-4.banner-wrap__color-4 .banner-wrap__inner { background-color:rgba(255,255,255,0.7); }
.banner-wrap__style-5 {
	position:relative;
	margin-bottom:0;
	max-width:370px;
}
.banner-wrap__style-5 .featured-thumbnail a {
	position:relative;
	float:none;
	cursor:default;
}
.banner-wrap__style-5 .featured-thumbnail a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.banner-wrap__style-5 h5 {
	position:absolute;
	left:0;
	top:0;
	font-size:48px;
	font-family:'Medula One', cursive;
	letter-spacing:1px;
	line-height:1em;
	margin:60px 0 0 44px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
}
@media (min-width: 1200px) {
	.banner-wrap__style-5 h5 {
		margin-top:87px;
		margin-right:130px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap__style-5 h5 {
		margin-top:32px;
		margin-left:25px;
	}
}
.banner-wrap__style-5 h5 a { color:inherit; }
.banner-wrap__style-5.banner-wrap__color-1 .featured-thumbnail a:before { background-color:rgba(184,46,26,0.7); }
.banner-wrap__style-5.banner-wrap__color-1.active .featured-thumbnail a:before { background-color:#b82e1a; }
.banner-wrap__style-5.banner-wrap__color-1 h5 { color:#d3b425; }
.banner-wrap__style-5.banner-wrap__color-2 .featured-thumbnail a:before { background-color:rgba(211,180,37,0.7); }
.banner-wrap__style-5.banner-wrap__color-2.active .featured-thumbnail a:before { background-color:#d3b425; }
.banner-wrap__style-5.banner-wrap__color-2 h5 { color:#b82e1a; }
.banner-wrap__style-5.banner-wrap__color-3 .featured-thumbnail a:before { background-color:rgba(0,150,136,0.7); }
.banner-wrap__style-5.banner-wrap__color-3.active .featured-thumbnail a:before { background-color:#009688; }
.banner-wrap__style-5.banner-wrap__color-3 h5 { color:#1e2e40; }
.service-box__style-1 {
	padding:0;
	border:none;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box__style-1 .title {
	font-size:48px;
	line-height:1em;
	color:#fff;
	margin:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box__style-1 .sub-title {
	font-size:100px;
	font-family:'Medula One', cursive;
	line-height:1em;
	color:#fff;
	margin:-11px 0 10px 0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box__style-1 .btn-align { text-align:left; }
.service-box__style-1 .btn-primary {
	background:none !important;
	border:1px solid #fff;
	padding:13px 26px 14px;
}
.service-box__style-1 .btn-primary:hover, .service-box__style-1 .btn-primary:active, .service-box__style-1 .btn-primary:focus {
	border-color:#5c5c5c;
	color:#7b7b7b;
}
.service-box__style-1.active .title, .service-box__style-1.active .sub-title { color:#7b7b7b; }
.footer {
	padding:47px 0 75px 0;
	border:none;
	background-color:transparent;
}
nav.footer-nav ul li a {
	text-transform:uppercase;
	letter-spacing:2px;
}
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:active, nav.footer-nav ul li a:focus { color:#ffffff; }
nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#ffffff;
}
.footer-logo { float:left; }
@media (max-width: 767px) {
	.footer-logo {
		float:none;
		text-align:center;
	}
}
.copyright { padding:0; }
.footer-text {
	font-size:16px;
	font-family:'Roboto Condensed', sans-serif;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#d9d8d8;
	margin-left:-12px;
	padding:105px 0 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-text {
		padding-top:10px;
		margin-left:0;
	}
}
@media (max-width: 767px) {
	.footer-text {
		padding-top:10px;
		margin-left:0;
	}
}
.footer-text a { color:inherit; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus { color:#ffffff; }
.parallax-box {
	color:#fff;
	margin:31px 0 43px 0;
}
.parallax-box h1, .parallax-box h2, .parallax-box h3, .parallax-box h4, .parallax-box h5, .parallax-box h6 { color:inherit; }
.parallax-box h2 { margin:0 0 31px 0; }
.parallax-box .parallax-content { padding:23px 0 30px 0; }
.flexslider ul li {
	font-family:Roboto, sans-serif !important;
	font-weight:normal !important;
	text-transform:none !important;
	letter-spacing:0 !important;
}
.flexslider ul li:before { display:none; }
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="submit"], input[type="reset"] {
	height:auto;
	background:none !important;
	padding:0;
	font-weight:bold;
	letter-spacing:1px;
	color:#ffffff;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { color:#bababa; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:13px 19px 14px;
	border-color:#e9e9e9;
	color:#c3c3c3;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#c3c3c3;
	opacity:1;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .uneditable-input::-ms-input-placeholder { color:#c3c3c3; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#c3c3c3; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#c3c3c3; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#c3c3c3; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#c3c3c3; }
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#009688;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#e9e9e9 !important; }
textarea:focus { border-color:#009688 !important; }
select { padding:0; }
.wpcf7-form p.field input {
	padding:13px 19px 14px;
	height:49px;
}
.wpcf7-form textarea { padding:13px 19px 14px; }
.wpcf7-form .ajax-loader { margin-top:0; }
.wpcf7-not-valid-tip {
	padding:13px 0 14px 10px !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.wpcf7-not-valid-tip { padding-left:19px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding-top:3px !important; }
}
@media (max-width: 767px) {
	.google-map-api { height:300px; }
}
.spacer { height:44px; }
.list.styled > ul li {
	font-weight:bold;
	font-family:'Roboto Condensed', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
}
.list.styled > ul li:before {
	font-weight:normal;
	color:#b82e1a;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list.styled > ul li:hover:before { color:#009688; }
.list.styled > ul li a { color:#b82e1a; }
.list.styled > ul li a:hover, .list.styled > ul li a:active, .list.styled > ul li a:focus { color:#009688; }
.list.styled.minus-list > ul li { margin-bottom:10px; }
@media (min-width: 768px) and (max-width: 979px) {
	.list.styled.minus-list > ul li { font-size:13px; }
}
.list.styled.minus-list > ul li:before {
	content:'-';
	width:auto;
	margin-right:11px;
	font-weight:inherit;
	font-family:inherit;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list.styled.minus-list > ul li:before { margin-right:6px; }
}
.top-indent { padding-top:20px; }
@media (min-width: 1200px) {
	.top-indent { padding-top:30px; }
}
@media (max-width: 767px) {
	.top-indent__extra { padding-top:20px; }
}
.content_box__style-1 {
	background-color:transparent;
	background-image:url(images/box-img.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
	min-height:370px;
	padding:20px 0 0 0;
	margin:0 0 41px 0;
}
@media (min-width: 1200px) {
	.content_box__style-1 { padding:39px 0 0 0; }
}
@media (max-width: 767px) {
	.content_box__style-1 { background-image:none; }
}
.content_box__style-1:before, .content_box__style-1:after { display:none; }
.content_box__style-1 h2 {
	font-size:80px;
	line-height:80px;
	margin:0 0 20px 0;
}
@media (min-width: 1200px) {
	.content_box__style-1 h2 {
		font-size:100px;
		line-height:89px;
	}
}
@media (max-width: 480px) {
	.content_box__style-1 h2 {
		font-size:50px;
		line-height:50px;
	}
}
.content_box__style-1 p { margin-bottom:39px; }
@media (min-width: 1200px) {
	.content_box__style-1 p { margin-bottom:42px; }
}
.content_box__style-1 h2, .content_box__style-1 p { padding-right:280px; }
@media (min-width: 1200px) {
	.content_box__style-1 h2, .content_box__style-1 p { padding-right:313px; }
}
@media (max-width: 767px) {
	.content_box__style-1 h2, .content_box__style-1 p { padding-right:0; }
}
.content_box__style-2 {
	color:#939393;
	background-color:#2b2b2b;
	margin:43px 0 0 0;
	padding:39px 0;
}
.content_box__style-2:before, .content_box__style-2:after { background-color:inherit; }
.content_box__style-2 h2 {
	font-size:80px;
	line-height:80px;
	margin:0;
	color:#fff;
	letter-spacing:-0.2px;
}
@media (min-width: 1200px) {
	.content_box__style-2 h2 {
		font-size:100px;
		line-height:89px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.content_box__style-2 h2 {
		font-size:65px !important;
		line-height:65px !important;
	}
}
@media (max-width: 480px) {
	.content_box__style-2 h2 {
		font-size:50px !important;
		line-height:50px !important;
	}
}
.content_box__style-2 h2 strong {
	color:#8a8a8a;
	font-weight:normal;
}
.content_box__style-2 .top-indent { padding-top:15px; }
@media (min-width: 1200px) {
	.content_box__style-2 .top-indent { padding-top:22px; }
}
.content_box__style-2 .list.styled.minus-list > ul { padding-top:24px; }
.content_box__style-2 .list.styled.minus-list > ul li:before { color:#939393; }
.content_box__style-2 .list.styled.minus-list > ul li a { color:#939393; }
.content_box__style-2 .list.styled.minus-list > ul li a:hover, .content_box__style-2 .list.styled.minus-list > ul li a:active, .content_box__style-2 .list.styled.minus-list > ul li a:focus { color:#fff; }
.content_box__style-3 {
	background-color:#009688;
	padding:11px 0 13px 33px;
	color:#fff;
}
@media (max-width: 1199px) {
	.content_box__style-3 { padding-bottom:11px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.content_box__style-3 { padding-top:5px; }
}
@media (max-width: 767px) {
	.content_box__style-3 {
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:20px;
	}
}
.content_box__style-3:before, .content_box__style-3:after { display:none; }
.content_box__style-3:before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin:-14.5px 0 0 0;
	width:0;
	height:0;
	border-style:solid;
	border-width:14.5px 0 14.5px 14px;
	border-color:transparent transparent transparent #fff;
	background:none;
	display:block;
	z-index:1;
}
.content_box__style-3 h2 {
	color:inherit;
	margin:0 41px 0 0;
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 1199px) {
	.content_box__style-3 h2 {
		font-size:33px !important;
		line-height:1em !important;
		margin-right:20px;
		padding:5px 0 0 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.content_box__style-3 h2 {
		display:block;
		margin-bottom:10px;
	}
}
@media (max-width: 767px) {
	.content_box__style-3 h2 {
		display:block;
		margin-bottom:15px;
	}
}
.content_box__style-3 .btn-primary {
	background:none;
	border:1px solid #fff;
	padding:13.5px 27px;
	margin-right:7px;
}
@media (max-width: 767px) {
	.content_box__style-3 .btn-primary { margin-bottom:15px; }
}
.content_box__style-3 .btn-primary:hover, .content_box__style-3 .btn-primary:active, .content_box__style-3 .btn-primary:focus {
	border-color:#33aba0;
	color:#5ccfc4;
}
.btn {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn:hover, .btn:active, .btn:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary {
	border:none;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:2px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn-primary__style-1 {
	font-size:44px;
	font-family:'Medula One', cursive;
	line-height:1.2em;
	text-transform:none;
	text-align:left;
	background:#009688 !important;
	margin:0 -20px 0 0;
	padding:7px 0 12px 32px;
	position:relative;
	display:block;
	height:73px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:background 0.4s;
	-moz-transition:background 0.4s;
	-o-transition:background 0.4s;
	transition:background 0.4s;
}
@media (min-width: 1200px) {
	.btn-primary__style-1 {
		font-size:48px;
		margin-right:-30px;
		padding-top:3px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn-primary__style-1 {
		font-size:31px;
		padding-top:16px;
	}
}
@media (max-width: 767px) {
	.btn-primary__style-1 {
		font-size:20px;
		margin-right:0;
		padding-top:17px;
		height:60px;
	}
}
.btn-primary__style-1:before, .btn-primary__style-1:after {
	content:'';
	position:absolute;
	top:50%;
	margin:-14.5px 0 0 0;
	width:0;
	height:0;
	border-style:solid;
	border-width:14.5px 0 14.5px 14px;
}
.btn-primary__style-1:before {
	left:0;
	border-color:transparent transparent transparent #fff;
}
.btn-primary__style-1:after {
	right:-14px;
	border-color:transparent transparent transparent #009688;
	z-index:2;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (max-width: 767px) {
	.btn-primary__style-1:after { display:none; }
}
.btn-primary__style-1:hover, .btn-primary__style-1:active, .btn-primary__style-1:focus {
	background:#e0e0e0 !important;
	-webkit-transition:background 0.4s;
	-moz-transition:background 0.4s;
	-o-transition:background 0.4s;
	transition:background 0.4s;
}
.btn-primary__style-1:hover:after, .btn-primary__style-1:active:after, .btn-primary__style-1:focus:after { border-color:transparent transparent transparent #e0e0e0; }
.btn-primary__style-2 {
	font-size:44px;
	font-family:'Medula One', cursive;
	line-height:1.2em;
	text-transform:none;
	text-align:left;
	background:#2b2b2b !important;
	padding:7px 0 12px 45px;
	position:relative;
	display:block;
	height:73px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 1200px) {
	.btn-primary__style-2 {
		font-size:48px;
		margin-right:0;
		padding-top:3px;
		padding-left:59px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn-primary__style-2 {
		font-size:31px;
		padding-top:16px;
		padding-left:35px;
	}
}
@media (max-width: 767px) {
	.btn-primary__style-2 {
		font-size:20px;
		margin-right:0;
		padding-top:17px;
		padding-left:32px;
		height:60px;
	}
	.btn-primary__style-2:before {
		content:'';
		position:absolute;
		left:0;
		top:50%;
		margin:-14.5px 0 0 0;
		width:0;
		height:0;
		border-style:solid;
		border-width:14.5px 0 14.5px 14px;
		border-color:transparent transparent transparent #fff;
	}
}
.btn-primary__style-2:hover, .btn-primary__style-2:active, .btn-primary__style-2:focus { background:#bebebe !important; }
.btn-primary__style-3 {
	font-size:48px;
	font-family:'Medula One', cursive;
	text-transform:none;
	line-height:1em;
	letter-spacing:1px;
	color:#fff;
	background:#d3b425;
	padding:9px 0 16px 33px;
	margin-right:40px;
	position:relative;
	display:block;
	text-align:left;
}
@media (max-width: 1199px) {
	.btn-primary__style-3 {
		font-size:42px;
		padding-top:11px;
		padding-bottom:18px;
	}
}
@media (max-width: 480px) {
	.btn-primary__style-3 { font-size:38px; }
}
.btn-primary__style-3:before, .btn-primary__style-3:after {
	content:'';
	position:absolute;
	top:50%;
	margin:-14.5px 0 0 0;
	width:0;
	height:0;
	border-style:solid;
	border-width:14.5px 0 14.5px 14px;
}
.btn-primary__style-3:before {
	left:0;
	border-color:transparent transparent transparent #fff;
}
.btn-primary__style-3:after {
	right:-14px;
	border-color:transparent transparent transparent #d3b425;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-primary__style-3:hover, .btn-primary__style-3:active, .btn-primary__style-3:focus { background-color:#bebebe; }
.btn-primary__style-3:hover:after, .btn-primary__style-3:active:after, .btn-primary__style-3:focus:after { border-color:transparent transparent transparent #bebebe; }
.btn-link {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	text-shadow:none;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0;
	border:none;
}
.btn-link.btn-normal { font-size:16px; }
.btn-link:hover, .btn-link:active, .btn-link:focus { text-decoration:none; }
.btn-wrapper {
	position:relative;
	z-index:1;
}
.btn-wrapper:after {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:100%;
	background-color:#ffffff;
	z-index:-1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-wrapper:hover:after { right:40px; }
#back-top-wrapper { z-index:100; }
#back-top a { width:42px; }
#back-top a:hover span { background-color:transparent; }
#back-top a:hover span:before {
	background-position:0 21px;
	opacity:0;
	filter:alpha(opacity=0);
}
#back-top a:hover span:after {
	background-position:0 0;
	opacity:1;
	filter:alpha(opacity=100);
}
#back-top span {
	width:42px;
	height:21px;
	position:relative;
	background:none;
}
#back-top span:before, #back-top span:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:inherit;
	height:inherit;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#back-top span:before { background-image:url(images/up-arrow.png); }
#back-top span:after {
	background-position:0 21px;
	background-image:url(images/up-arrow-hover.png);
	opacity:0;
	filter:alpha(opacity=0);
}
.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:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
