@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Marcellus+SC);
body {
	background-size:cover;
	padding:0 !important;
}
body:not(.home) { background-image:none; }
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, h2, h3 { text-transform:uppercase; }
h2 { margin:0 0 77px 0; }
.header {
	padding:0;
	border:none;
}
.home .header {
	background-color:transparent;
	background-size:cover;
	padding-bottom:49px;
}
.header > .container { width:100%; }
.header > .container > .row { margin-left:0; }
.header > .container > .row > .span12 {
	width:100%;
	margin-left:0;
}
.header .pseudoStickyBlock { max-height:64px !important; }
@media (max-width: 767px) {
	.header .pseudoStickyBlock { display:none !important; }
}
.logo {
	float:none !important;
	text-align:center;
	margin-top:101px;
	margin-bottom:66px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		margin-top:50px;
		margin-bottom:50px;
		padding-left:20px;
		padding-right:20px;
	}
}
.home .logo { margin-bottom:94px; }
@media (max-width: 767px) {
	.home .logo { margin-bottom:50px; }
}
.logo_h {
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.logo_h__img { margin-bottom:17px; }
.logo_link:hover, .logo_link:active, .logo_link:focus { color:#7a6a66; }
.logo_tagline {
	font-size:15px;
	line-height:1.2em;
	color:rgba(116,92,83,0.72);
	margin:0;
}
.search-form_it { margin-right:15px; }
.nav-wrapper {
	background-color:#988881;
	padding:43px 0 40px 0;
	width:100%;
	position:relative;
	top:0;
	z-index:100;
	-webkit-transition:padding 0.4s;
	-moz-transition:padding 0.4s;
	-o-transition:padding 0.4s;
	transition:padding 0.4s;
}
@media (max-width: 767px) {
	.nav-wrapper {
		width:auto;
		padding:20px;
	}
}
.nav-wrapper.isStuck {
	padding:20px 0;
	-webkit-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	box-shadow:0 1px 15px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
	.nav-wrapper.isStuck {
		padding:20px;
		position:relative !important;
		top:0 !important;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}
.nav__primary { margin-bottom:0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:50%;
	margin:40px 0 0 -5em;
}
.isStuck .sf-menu li:hover ul, .isStuck .sf-menu li.sfHover ul { margin-top:20px; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-10px;
	left:100%;
	margin:0;
}
.isStuck ul.sf-menu li li:hover ul, .isStuck ul.sf-menu li li.sfHover ul { top:-30px; }
.sf-menu {
	float:none;
	text-align:center;
}
.sf-menu > li {
	background:none;
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-left:64px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li { margin-left:25px; }
}
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:0;
	border:none;
	text-transform:lowercase;
}
.sf-menu > li > a:before {
	content:'';
	position:absolute;
	left:50%;
	top:-50px;
	margin:0 0 0 -6.5px;
	width:0;
	height:0;
	border-style:solid;
	border-width:7px 6.5px 0 6.5px;
	border-color:#fff transparent transparent transparent;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.isStuck .sf-menu > li > a:before { top:-27px; }
.sf-menu li ul {
	background-color:#ffffff;
	padding:16px 0;
}
.sf-menu li ul:before {
	content:'';
	position:absolute;
	left:50%;
	top:-5px;
	margin:0 0 0 -4.5px;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 4.5px 5px 4.5px;
	border-color:transparent transparent #ffffff transparent;
}
.sf-menu li li {
	background:none;
	text-align:left;
}
.sf-menu li li:first-child a { background:none !important; }
.sf-menu li li a {
	padding:5px 11px;
	margin:0 17px;
	border:none;
	font-size:16px;
	text-transform:lowercase;
	background:url(images/nav-divider.png) repeat-x 0 0 !important;
	color:#fff;
}
.sf-menu li li ul {
	background-color:#b89d92;
	padding:13px 0 14px 0;
}
.sf-menu li li ul:before { display:none; }
.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-color:transparent; }
.sf-menu > li > a:hover:before, .sf-menu > li.sfHover> a:before, .sf-menu > li.current-menu-item > a:before, .sf-menu > li.current_page_item > a:before { top:-43px; }
.isStuck .sf-menu > li > a:hover:before, .isStuck .sf-menu > li.sfHover> a:before, .isStuck .sf-menu > li.current-menu-item > a:before, .isStuck .sf-menu > li.current_page_item > a:before { top:-20px; }
.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 {
	background-color:transparent;
	color:rgba(255,255,255,0.6);
}
.sf-menu a.sf-with-ul { padding-right:0; }
a > .sf-sub-indicator { display:none; }
.sf-menu ul .sf-sub-indicator {
	width:3px;
	height:5px;
	display:block;
	right:0;
	top:11px;
	margin:0 0 0 11px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	background-position:0 0 !important;
	background-image:url(images/nav-arrow.gif);
}
.select-menu {
	color:#921818;
	height:34px;
}
.select-menu:focus {
	border:1px solid #ddd;
	background-color:#e4e4e4;
}
.header-banner {
	background-size:cover;
	color:#fff;
	text-transform:uppercase;
	margin-top:1px;
}
@media (max-width: 767px) {
	.header-banner {
		padding-left:20px;
		padding-right:20px;
	}
}
.header-banner__first { margin-top:0; }
.header-banner a {
	padding:0 71px 0 50px;
	position:relative;
	height:119px;
	line-height:119px;
	display:block;
}
@media (min-width: 1200px) {
	.header-banner a {
		height:149px;
		line-height:149px;
		padding-left:71px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner a {
		height:92px;
		line-height:92px;
		padding-left:30px;
	}
}
.header-banner a:after {
	content:'';
	position:absolute;
	right:63px;
	top:50%;
	margin:-13.5px 0 0 0;
	width:19px;
	height:27px;
	background-repeat:no-repeat;
	background-image:url(images/banner-arrow.png);
	-webkit-transition:ease-in 0.4s;
	-moz-transition:ease-in 0.4s;
	-o-transition:ease-in 0.4s;
	transition:ease-in 0.4s;
	opacity:0;
	filter:alpha(opacity=0);
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner a:after { right:43px; }
}
@media (max-width: 767px) {
	.header-banner a:after { right:43px; }
}
.header-banner a .content {
	display:inline-block;
	vertical-align:middle;
	padding:20px 0;
}
.header-banner a:hover:after, .header-banner a:active:after, .header-banner a:focus:after {
	right:43px;
	opacity:1;
	filter:alpha(opacity=100);
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner a:hover:after, .header-banner a:active:after, .header-banner a:focus:after { right:23px; }
}
@media (max-width: 767px) {
	.header-banner a:hover:after, .header-banner a:active:after, .header-banner a:focus:after { right:23px; }
}
.header-banner h1, .header-banner h2, .header-banner h3, .header-banner h4, .header-banner h5, .header-banner h6, .header-banner a { color:inherit; }
.header-banner h4 {
	font-size:24px;
	line-height:1.2em;
	margin:0;
}
.header-banner p {
	font-size:14px;
	line-height:1.5em;
	margin:0;
	opacity:0.8;
	filter:alpha(opacity=80);
}
@media (min-width: 768px) and (max-width: 979px) {
	.header-banner p { display:none; }
}
.extra-banner {
	font-size:20px;
	line-height:1.5em;
	text-align:center;
	color:#938582;
	padding:13px;
	border:1px solid #b6a89f;
}
@media (max-width: 767px) {
	.extra-banner { margin:30px 20px 0; }
}
.extra-banner a {
	display:block;
	padding:34px 20px 47px 20px;
	background-size:cover;
	-webkit-box-shadow:inset 0 0 0 rgba(182,168,159,0);
	-moz-box-shadow:inset 0 0 0 rgba(182,168,159,0);
	box-shadow:inset 0 0 0 rgba(182,168,159,0);
	-webkit-transition:ease-out 0.6s;
	-moz-transition:ease-out 0.6s;
	-o-transition:ease-out 0.6s;
	transition:ease-out 0.6s;
}
.extra-banner a:hover {
	-webkit-box-shadow:inset 0 -2px 50px rgba(182,168,159,0.6);
	-moz-box-shadow:inset 0 -2px 50px rgba(182,168,159,0.6);
	box-shadow:inset 0 -2px 50px rgba(182,168,159,0.6);
}
.extra-banner h1, .extra-banner h2, .extra-banner h3, .extra-banner h4, .extra-banner h5, .extra-banner h6 { color:#7e6a5d; }
.extra-banner h2 { margin:0 0 7px 0; }
.extra-banner h2:before {
	content:'';
	width:45px;
	height:59px;
	display:block;
	margin:0 auto 30px;
	background-repeat:no-repeat;
	background-image:url(images/banner-icon.png);
}
.extra-banner p { margin:0; }
.slider {
	margin-right:-19px;
	margin-bottom:32px;
}
@media (min-width: 1200px) {
	.slider { margin-right:-29px; }
}
@media (max-width: 767px) {
	.slider {
		padding-left:20px;
		padding-right:20px;
		margin-right:0;
	}
}
.camera_wrap .camera_pag .camera_pag_ul { text-align:right; }
@media (max-width: 767px) {
	.camera_wrap .camera_pag .camera_pag_ul { text-align:center; }
}
.camera_wrap .camera_pag .camera_pag_ul li {
	margin:31px 0 0 5px;
	vertical-align:top;
	width:65px;
	height:15px;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span { background-color:#be9a8c; }
.camera_wrap .camera_pag .camera_pag_ul li > span {
	width:inherit;
	height:3px;
	left:0;
	top:6px;
	background-color:#a590a2;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:background-color 0.4s;
	-moz-transition:background-color 0.4s;
	-o-transition:background-color 0.4s;
	transition:background-color 0.4s;
}
.content-holder { background-color:#fff; }
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
.home .content-holder { padding-bottom:100px; }
#content { padding-top:111px; }
.filter-wrapper .pull-right {
	float:none;
	text-align:center;
}
.filter-wrapper strong { display:none; }
.nav-pills {
	float:none;
	margin-bottom:95px;
}
@media (max-width: 767px) {
	.nav-pills { margin-bottom:50px; }
}
.nav-pills li {
	font-size:24px;
	text-transform:uppercase;
	float:none;
	display:inline-block;
}
@media (max-width: 480px) {
	.nav-pills li {
		font-size:18px;
		display:block;
	}
}
.nav-pills li a {
	color:#988881;
	padding:13px 19px;
	margin:0 8px 8px 0;
	line-height:1em;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 480px) {
	.nav-pills li a {
		padding:8px 14px;
		margin-right:0;
		display:inline-block;
		vertical-align:top;
	}
}
.nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus {
	background-color:#dd3333;
	color:#fff;
}
.nav-pills li.active a {
	background-color:#dd3333;
	color:#fff;
}
.nav-pills li:first-child a { margin-right:3px; }
.nav-pills li:last-child a { margin-right:0; }
.filterable-portfolio .caption__portfolio {
	color:#fff;
	padding-top:35px;
	padding-bottom:20px;
	background-color:#b89d92;
}
@media (max-width: 480px) {
	.filterable-portfolio .caption__portfolio { padding:30px 30px 20px !important; }
}
.filterable-portfolio.portfolio-2cols .caption__portfolio {
	padding-left:101px;
	padding-right:101px;
}
.filterable-portfolio.portfolio-3cols .caption__portfolio {
	padding-left:53px;
	padding-right:53px;
}
.filterable-portfolio.portfolio-4cols .caption__portfolio {
	padding-left:35px;
	padding-right:35px;
}
.filterable-portfolio h3 {
	font-size:24px;
	line-height:1.2em;
	margin:0 0 3px 0;
}
.filterable-portfolio h3 a { color:#fff; }
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:active, .filterable-portfolio h3 a:focus { color:#544a45; }
.filterable-portfolio .excerpt {
	text-transform:uppercase;
	color:rgba(255,255,255,0.8);
}
.filterable-portfolio .btn-primary {
	padding:13px 30px;
	font-size:18px;
	background:#fff;
	color:#67605e !important;
}
.filterable-portfolio .btn-primary:hover, .filterable-portfolio .btn-primary:active, .filterable-portfolio .btn-primary:focus {
	background:#67605e;
	color:#fff !important;
}
.zoom-icon { background:rgba(255,255,255,0.7); }
.zoom-icon:before {
	content:'\f00e';
	font-family:FontAwesome;
	font-size:100px;
	color:#dd3333;
	margin:-50px 0 0 -50px;
	width:100px;
	height:100px;
	line-height:100px;
	background-image:none;
	text-align:center;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
@media (min-width: 1200px) {
	.zoom-icon:before {
		font-size:150px;
		line-height:160px;
		margin:-80px 0 0 -80px;
		width:160px;
		height:160px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.zoom-icon:before { font-size:65px; }
}
@media (max-width: 767px) {
	.zoom-icon:before { font-size:65px; }
}
@media (max-width: 480px) {
	.zoom-icon:before { font-size:45px; }
}
.grid_gallery .zoom-icon:before { font-size:100px; }
.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);
}
.page-header {
	border:none;
	padding:0;
	margin:0;
}
.page-header h1 {
	font-size:32px;
	line-height:38px;
	margin:0 0 60px 0;
}
.single-pager a {
	color:#fff;
	border:none !important;
	background:#dd3333 !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.single-pager a:hover, .single-pager a:active, .single-pager a:focus { background:#f1d205 !important; }
.title-section {
	padding:40px 0;
	position:relative;
}
.title-section:before, .title-section:after {
	content:'';
	width:660%;
	height:1px;
	background-color:#988881;
	position:absolute;
	left:50%;
	margin:0 0 0 -330%;
	z-index:-1;
}
.title-section:before { top:0; }
.title-section:after { bottom:0; }
.title-header { display:none; }
.breadcrumb__t {
	padding:0;
	background-color:transparent;
	text-align:center;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	vertical-align:top;
	font-size:24px;
	line-height:1.2em;
	text-transform:lowercase;
}
@media (max-width: 767px) {
	.breadcrumb__t li { font-size:18px; }
}
.breadcrumb__t li.active { color:#988881; }
.breadcrumb__t li.divider {
	margin:0 28px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
@media (max-width: 767px) {
	.breadcrumb__t li.divider { margin:0 10px; }
}
.breadcrumb__t li.divider:after {
	content:' | ';
	color:#988881;
	text-transform:lowercase;
	font:24px/1.2em Marcellus SC, serif;
}
@media (max-width: 767px) {
	.breadcrumb__t li.divider:after { font-size:18px; }
}
.breadcrumb__t li a { color:#988881; }
.breadcrumb__t li a:hover, .breadcrumb__t li a:active, .breadcrumb__t li a:focus { color:#f1d205; }
.post__holder .post-header .post-title {
	margin:0 0 68px 0;
	text-align:center;
	color:#746572;
}
.post__holder .post-header .post-title a { color:inherit; }
.post__holder .post-header .post-title a:hover, .post__holder .post-header .post-title a:active, .post__holder .post-header .post-title a:focus { color:#dd3333; }
.post__holder .featured-thumbnail.large { margin:0 0 50px 0; }
.post__holder .post_content h3 {
	font-size:24px;
	line-height:1.2em;
	text-transform:none;
	color:#dd3333;
	margin:0 0 14px 0;
}
.post__holder .post_content .btn-primary {
	padding:13px 30px;
	font-size:18px;
}
.post_meta {
	border-top:3px solid #dd3333;
	border-bottom:none;
	padding:20px 0 0 0;
	margin:0;
	font-size:16px;
}
@media (max-width: 480px) {
	.post_meta { padding-bottom:15px; }
}
.post_meta div[class^="post_"] { padding:0 15px 0 0; }
.post_meta .post_author i { color:#dd3333; }
.post_meta .post_author a { color:#dd3333; }
.post_meta .post_author a:hover, .post_meta .post_author a:active, .post_meta .post_author a:focus { color:#f1d205; }
.post_meta i {
	font-size:14px;
	padding:0 5px 0 0;
	color:#6e6e6e;
}
.post_meta a { color:#6e6e6e; }
.post_meta a:hover, .post_meta a:active, .post_meta a:focus { color:#dd3333; }
.post-author {
	margin-bottom:111px;
	padding:32px 0 34px 0;
	border:none;
	border-top:3px solid #dd3333;
	border-bottom:3px solid #dd3333;
	background-color:transparent;
}
.post-author_h {
	font-size:16px;
	line-height:24px;
	color:#dd3333;
	text-transform:none;
	margin:0 0 15px 0;
}
.post-author_h small {
	font-size:inherit;
	text-transform:capitalize;
	color:#dd3333;
}
.post-author_link { margin-top:14px; }
.post-author_gravatar { margin:6px 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:#969696;
}
.post-author .post-author_desc .post-author_link p { margin:0; }
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-posts > h3 {
	text-align:center;
	text-transform:none;
}
#recent-author-comments { padding-top:60px; }
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:5px;
}
#recent-author-comments > h3 {
	text-align:center;
	text-transform:none;
}
.related-posts { margin:0 0 100px 0; }
.related-posts_h {
	text-align:center;
	margin:0 0 65px 0;
}
.related-posts_item {
	font-size:14px;
	line-height:26px;
}
@media (min-width: 767px) {
	.related-posts_item { margin-bottom:0; }
}
.related-posts .featured-thumbnail { margin:0 0 18px 0; }
.share-buttons {
	padding:15px 0 0 0;
	margin:0 0 44px 0;
}
.share-buttons span, .share-buttons li { line-height:17px; }
.faq-list_body .marker { top:3px; }
.faq-list .marker { font-weight:400; }
.archive_h { text-transform:none; }
.testimonial {
	border:none;
	padding:0 0 30px 0;
	border-bottom:3px solid #dd3333;
	background:none;
	font-style:normal;
	font-family:Marcellus SC, serif;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:16px;
	line-height:24px;
}
.testimonial small {
	color:#6e6e6e;
	font-family:Marcellus SC, serif;
	font-size:16px;
}
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li a {
	margin:0 2px 4px;
	padding:4px 13px;
	color:#6e6e6e;
	border:none !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:active, .pagination__posts ul li a:focus {
	background-color:#dd3333;
	color:#fff;
}
.pagination__posts ul .active span {
	background-color:#dd3333;
	color:#fff;
	margin:0 2px 4px;
	padding:4px 13px;
	border:none !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder_num { font-size:200px; }
}
.comments-h {
	text-align:center;
	margin-bottom:68px;
}
.comment-list { border-bottom:3px solid #dd3333; }
.comment .comment-body {
	margin:0;
	padding:30px 0 35px 0;
	border:none;
	border-top:3px solid #dd3333;
	background:none;
}
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap { overflow:visible; }
}
.comment.bypostauthor .comment-body { background:none; }
.comment-author { margin:6px 30px 10px 0; }
span.author {
	display:block;
	color:#dd3333;
	text-transform:capitalize;
}
.comment-meta { display:none; }
.reply a {
	padding:13px 30px !important;
	font-size:18px;
	background:#dd3333 !important;
	color:#fff !important;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.reply a:hover, .reply a:active, .reply a:focus { background:#f1d205 !important; }
#respond { padding-top:75px; }
#respond h3 { text-align:center; }
#respond form .btn { margin-top:30px; }
#respond form .comment_submit { text-align:left; }
.comment-list ul.children { margin:0 0 0 94px; }
@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 label {
	color:#dd3333;
	display:block;
	margin:10px 0 13px 0;
}
#commentform p.field { margin-bottom:27px; }
#commentform input[type="text"] {
	width:100%;
	height:50px;
	padding:10px 0 13px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform textarea {
	height:375px;
	min-height:375px;
}
@media (max-width: 767px) {
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
#sidebar { padding-top:111px; }
#sidebar .widget { margin:106px 0 0 0; }
#sidebar .widget:first-child { margin-top:0; }
#sidebar .widget h3 {
	margin:0 0 61px 0;
	text-align:center;
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	list-style-type:none;
	font-size:14px;
	text-transform:uppercase;
	margin-top:2px;
}
#sidebar .widget ul li:before {
	content:'\f105';
	font-size:14px;
	font-family:FontAwesome;
	color:#746572;
	padding:0 16px 0 0;
}
#sidebar .widget ul li:first-child { margin-top:0; }
#sidebar .widget ul li a { color:#746572; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:active, #sidebar .widget ul li a:focus { color:#dd3333; }
#sidebar .widget ul ul { margin:2px 0 0 21px; }
#wp-calendar td#today {
	font-weight:bold;
	color:#f1d205;
}
#wp-calendar caption { color:#f1d205; }
#wp-calendar thead th { color:#f1d205; }
.social_li {
	font-size:16px !important;
	text-transform:none !important;
	margin-top:0 !important;
}
.social_li:before { display:none; }
.social_link:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.comments-custom li {
	font-size:16px !important;
	text-transform:none !important;
	margin-top:0 !important;
}
.comments-custom li:before { display:none; }
.comments-custom_txt a { text-decoration:none; }
.comments-custom_txt a:hover { text-decoration:none; }
.comments-custom_h_title, .comments-custom_h_author {
	margin-bottom:5px;
	margin-top:0px;
}
.comments-custom_h_author:first-letter { text-transform:uppercase; }
.comments-custom i {
	font-size:16px;
	margin-right:.5em;
	color:#999;
	float:left;
	min-width:15px;
	text-align:center;
}
.comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.comments-custom .meta_format {
	margin-top:2px;
	font-size:14px;
}
.post-list li {
	font-size:16px !important;
	text-transform:none !important;
}
.post-list 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 {
	font-size:35px;
	width:50px;
	height:50px;
	line-height:50px;
	margin:-25px 0 0 -25px;
}
.banners { margin:106px 0 0 0; }
.banners:first-child { margin-top:0; }
.recent-posts__style-1 li { text-align:center; }
.recent-posts__style-1 li .featured-thumbnail {
	float:none;
	margin:0 0 45px 0;
	display:inline-block;
	vertical-align:top;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.recent-posts__style-1 li .featured-thumbnail img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.recent-posts__style-1 li .featured-thumbnail a {
	background-color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.recent-posts__style-1 li .featured-thumbnail a img {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.recent-posts__style-1 li .featured-thumbnail a:hover img, .recent-posts__style-1 li .featured-thumbnail a:active img, .recent-posts__style-1 li .featured-thumbnail a:focus img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.recent-posts__style-1 li h5 {
	font-size:24px;
	line-height:1.5em;
	margin:0 0 17px 0;
}
.recent-posts__style-1 li h5 a { color:#947d9a; }
.recent-posts__style-1 li h5 a:hover, .recent-posts__style-1 li h5 a:active, .recent-posts__style-1 li h5 a:focus { color:#dd3333; }
.recent-posts__style-1 li .excerpt {
	font-size:18px;
	line-height:28px;
	margin:0 0 43px 0;
}
@media (min-width: 1200px) {
	.recent-posts__style-1 li .excerpt { padding:0 85px; }
}
.recent-posts__style-1 li .btn-primary {
	background:#686360;
	padding:13px 30px;
	font-size:18px;
}
.recent-posts__style-1 li .btn-primary:hover, .recent-posts__style-1 li .btn-primary:active, .recent-posts__style-1 li .btn-primary:focus { background:#927999; }
.hero-unit__style-1 {
	margin:0;
	padding:0 0 0 120px;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 1200px) {
	.hero-unit__style-1 { padding-left:207px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit__style-1 { padding-left:80px; }
}
@media (max-width: 767px) {
	.hero-unit__style-1 {
		padding-left:0;
		text-align:center;
	}
}
.hero-unit__style-1 h1 {
	font-size:60px;
	line-height:1em;
	padding:0 0 0 169px;
	margin:0 0 49px 0;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.hero-unit__style-1 h1 { padding-left:0; }
}
.home .hero-unit__style-1 h1 { text-transform:none; }
.hero-unit__style-1 h1 strong {
	font-size:100px;
	font-weight:400;
	line-height:1em;
	display:block;
	margin:-16px 0 0 -169px;
	text-transform:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit__style-1 h1 strong {
		font-size:75px;
		margin-top:-5px;
	}
}
@media (max-width: 767px) {
	.hero-unit__style-1 h1 strong {
		font-size:65px;
		margin:-5px 0 0 0;
	}
}
.hero-unit__style-1 .btn-align { padding:0 0 0 220px; }
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit__style-1 .btn-align { padding-left:160px; }
}
@media (max-width: 767px) {
	.hero-unit__style-1 .btn-align { padding-left:0; }
}
.hero-unit__style-1 .btn-primary {
	text-transform:uppercase;
	background:#fff;
	color:#947d6a !important;
}
.hero-unit__style-1 .btn-primary.btn-large {
	font-size:24px;
	padding:21px 47px 20px;
}
.hero-unit__style-1 .btn-primary:hover, .hero-unit__style-1 .btn-primary:active, .hero-unit__style-1 .btn-primary:focus {
	color:#fff !important;
	background:#64554f;
}
.posts-grid__style-1 li {
	border-top:3px solid #dd3333;
	padding:58px 0 0 0;
	margin-bottom:42px;
}
.posts-grid__style-1 li:hover .post_meta { color:#f1d205; }
.posts-grid__style-1 .post_meta {
	padding:0;
	margin:0;
	border:none;
	color:#dd3333;
	overflow:visible;
	float:left;
	margin:0 7px 0 0;
	text-transform:uppercase;
	-webkit-transition:color 0.4s;
	-moz-transition:color 0.4s;
	-o-transition:color 0.4s;
	transition:color 0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid__style-1 .post_meta {
		float:none;
		margin-right:0;
	}
}
.posts-grid__style-1 .post_meta span[class^="post_"] { margin-right:0; }
.posts-grid__style-1 .post_author, .posts-grid__style-1 .post_comment, .posts-grid__style-1 .post_category { display:none; }
.posts-grid__style-1 .post_date {
	font-size:63px;
	line-height:1em;
}
.posts-grid__style-1 .post_date small {
	font-size:17px;
	line-height:1em;
	display:block;
	padding:5px 0 0 0;
}
.posts-grid__style-1 h5 {
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
	margin:0;
	padding:20px 0 0 0;
}
.posts-grid__style-1 h5 a { color:#967691; }
.posts-grid__style-1 h5 a:hover, .posts-grid__style-1 h5 a:active, .posts-grid__style-1 h5 a:focus { color:#f1d205; }
.posts-grid__style-1 .excerpt {
	padding:51px 0 0 0;
	margin:0 0 36px 0;
	clear:both;
}
.posts-grid__style-2 li { text-align:right; }
@media (max-width: 767px) {
	.posts-grid__style-2 li { text-align:center; }
}
.posts-grid__style-2 li:nth-child(2n) { text-align:left; }
@media (max-width: 767px) {
	.posts-grid__style-2 li:nth-child(2n) { text-align:center; }
}
.posts-grid__style-2 li .featured-thumbnail { margin:0 0 48px 0; }
@media (max-width: 767px) {
	.posts-grid__style-2 li .featured-thumbnail { margin-bottom:24px; }
}
.posts-grid__style-2.posts-grid__extra li { text-align:left !important; }
.posts-grid__style-2 h5 { margin:0 0 8px 0; }
.content_box__style-1 .posts-grid__style-2 h5 a { color:#fff; }
.content_box__style-1 .posts-grid__style-2 h5 a:hover, .content_box__style-1 .posts-grid__style-2 h5 a:active, .content_box__style-1 .posts-grid__style-2 h5 a:focus { color:#544a45; }
.posts-grid__style-2 .excerpt { margin:0 0 38px 0; }
.posts-grid__no-thumb .featured-thumbnail { display:none; }
.banner-wrap {
	margin:0;
	color:#6e6e6e;
}
@media (max-width: 767px) {
	.banner-wrap {
		max-width:370px;
		margin:0 auto 30px;
	}
}
.banner-wrap .featured-thumbnail {
	margin:0;
	position:relative;
	background-color:#fff;
}
.banner-wrap .featured-thumbnail:before {
	content:'';
	position:absolute;
	left:41px;
	top:0;
	width:0;
	height:0;
	border-style:solid;
	border-width:41px 41px 0 41px;
	border-color:#fff transparent transparent transparent;
	z-index:2;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .featured-thumbnail:before {
		left:21px;
		border-width:25px 25px 0 25px;
	}
}
.banner-wrap .featured-thumbnail a {
	float:none;
	border:none;
	position:static;
}
.banner-wrap .featured-thumbnail a img {
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
}
.banner-wrap .featured-thumbnail a:hover img, .banner-wrap .featured-thumbnail a:active img, .banner-wrap .featured-thumbnail a:focus img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.banner-wrap .desc {
	background-color:#fff;
	padding:40px 30px 41px 30px;
}
@media (min-width: 1200px) {
	.banner-wrap .desc { padding:57px 48px 41px 59px; }
}
.banner-wrap h5 {
	margin:0 0 24px 0;
	color:#3d7981;
	text-transform:uppercase;
	font-size:24px;
	font-weight:400;
	line-height:34px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap h5 {
		font-size:19px;
		line-height:1.3em;
	}
}
.banner-wrap h5 a { color:inherit; }
.banner-wrap h5 a:hover, .banner-wrap h5 a:active, .banner-wrap h5 a:focus { color:#ffffff; }
.banner-wrap__extra .desc {
	background-color:#dd3333;
	color:#fff;
}
.banner-wrap__extra .featured-thumbnail:before { border-top-color:#dd3333; }
.banner-wrap__extra h5 { color:inherit; }
.banner-wrap__extra h5 a { color:inherit; }
.footer {
	background-color:#ffffff;
	border:none;
	padding:84px 0 68px 0;
	color:#fff;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.footer {
		padding:40px 20px;
		text-align:center;
	}
}
.footer a { color:inherit; }
.footer a:hover, .footer a:active, .footer a:focus { color:#dab6a8; }
.footer address {
	font-size:18px;
	line-height:28px;
	margin:0;
	padding:12px 0 0 0;
}
@media (max-width: 767px) {
	.footer address { margin-bottom:30px; }
}
nav.footer-nav {
	float:none;
	margin-bottom:0;
	padding:15px 0 0 0;
}
nav.footer-nav ul {
	float:none;
	text-align:center;
}
nav.footer-nav ul li {
	float:none;
	display:inline;
	vertical-align:top;
	padding:0 10px;
}
nav.footer-nav ul li:first-child { padding-left:0; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { padding:0 10px; }
}
@media (max-width: 767px) {
	nav.footer-nav ul li { padding:0 5px; }
}
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:active, nav.footer-nav ul li a:focus { color:#dab6a8; }
nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#dab6a8;
}
.copyright {
	padding:0;
	text-align:center;
}
.footer-logo { margin-bottom:33px; }
.footer-text {
	float:none;
	line-height:31px;
}
.footer-text .divider {
	display:inline-block;
	vertical-align:top;
	width:1px;
	height:31px;
	margin:0 17px;
	background-color:#938c96;
}
.social-nets-wrapper .social {
	margin:0;
	padding:13px 0 0 0;
	float:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social { float:none; }
}
.social-nets-wrapper .social li {
	list-style-type:none;
	float:left;
	margin-left:28px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper .social li { margin-left:18px; }
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a i {
	font-size:24px;
	line-height:1em;
}
.list.styled > ul li:before {
	font-size:14px;
	font-family:FontAwesome;
	color:#746572;
	padding:0 16px 0 0;
	margin:0;
	width:auto;
	height:auto;
}
.widget .flexslider {
	background:none;
	text-align:center;
}
.flexslider ul li {
	font-size:16px !important;
	text-transform:none !important;
}
.flexslider ul li:before { display:none; }
.widget .flex-direction-nav a {
	top:auto !important;
	bottom:-43px !important;
}
input[type="submit"], input[type="reset"] {
	font-size:18px;
	text-transform:uppercase;
	height:50px;
	padding:0 30px;
}
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:10px 0 13px 0;
	border:none;
	color:#dd3333;
	border-bottom:3px solid #dd3333;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
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:#dd3333;
	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:#dd3333; }
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:#dd3333; }
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:#dd3333; }
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:#dd3333; }
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:#dd3333; }
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:#f1d205;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border:3px solid #dd3333 !important; }
textarea:focus { border-color:#f1d205 !important; }
select { padding:0; }
.wpcf7-form label {
	display:block;
	color:#dd3333;
	margin-bottom:10px;
}
.wpcf7-form p.field { margin-bottom:20px; }
.wpcf7-form p.field input {
	padding:10px 0 13px 0;
	height:50px;
}
.wpcf7-form textarea { padding:10px 10px 13px; }
.wpcf7-form .ajax-loader { margin-top:15px; }
.wpcf7-not-valid-tip {
	line-height:18px;
	padding:5px 0 5px 10px !important;
}
@media (min-width: 1200px) {
	.wpcf7-not-valid-tip {
		padding:10px 0 13px 10px !important;
		line-height:24px;
	}
}
@media (max-width: 767px) {
	.google-map-api { height:300px; }
}
.thumbnail, .featured-thumbnail {
	border:none;
	padding:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.content_box:before, .content_box:after { background-color:inherit; }
.content_box__extra-indent { margin:77px 0 0 0 !important; }
.content_box__style-1 {
	background-color:#988881;
	color:#fff;
	padding:81px 0 86px 0;
	margin-bottom:90px;
}
.content_box__style-1 h1, .content_box__style-1 h2, .content_box__style-1 h3, .content_box__style-1 h4, .content_box__style-1 h5, .content_box__style-1 h6 { color:inherit; }
.content_box__style-1 .btn-primary {
	border:1px solid #fff;
	background:#fff;
	color:#67605e !important;
}
.content_box__style-1 .btn-primary.btn-large { padding:12px 29px; }
.content_box__style-1 .btn-primary:hover, .content_box__style-1 .btn-primary:active, .content_box__style-1 .btn-primary:focus {
	color:#fff !important;
	background:none;
}
.content_box__style-2 {
	margin:67px 0 0 0;
	padding:111px 0 118px 0;
	bottom:-50px;
	background-color:#c6c6c6;
}
@media (max-width: 767px) {
	.content_box__style-2 { padding:60px 0; }
}
.content_box__style-2 .aligncenter { margin-bottom:50px; }
.content_box__style-2 h3 {
	font-size:24px;
	line-height:1.2em;
	text-transform:none;
	color:#947d9a;
	margin:0 0 20px 0;
}
.content_box__style-2 p {
	font-size:18px;
	line-height:28px;
	margin:0 0 42px 0;
}
.content_box__style-2 .btn-primary { background:#686360; }
.content_box__style-2 .btn-primary:hover, .content_box__style-2 .btn-primary:active, .content_box__style-2 .btn-primary:focus { background:#dd3333; }
.btn {
	text-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-primary {
	border:none;
	text-transform:lowercase;
	color:#fff !important;
	background:#dd3333;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background:#f1d205; }
.btn-primary.btn-large {
	padding:13px 30px;
	font-size:18px;
}
.btn:hover, .btn:active, .btn:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.parallax-box {
	color:#fff;
	margin-bottom:111px;
}
.parallax-box h2 {
	color:inherit;
	margin:0 0 77px 0;
}
.parallax-box__style-1 .parallax-content { padding:82px 0 128px 0; }
@media (max-width: 767px) {
	.parallax-box__style-1 .parallax-content { padding-bottom:78px; }
}
.parallax-box__style-2 { margin:127px 0 0 0; }
@media (max-width: 767px) {
	.parallax-box__style-2 { margin-top:60px; }
}
.parallax-box__style-2 .parallax-content { padding:170px 0 99px 0; }
@media (max-width: 767px) {
	.parallax-box__style-2 .parallax-content { padding-top:100px; }
}
.parallax-box__extra-margin { margin:0 0 111px 0; }
#back-top-wrapper {
	right:20px;
	z-index:200;
}
#back-top a {
	width:42px;
	-webkit-transition:0.0s;
	-moz-transition:0.0s;
	-o-transition:0.0s;
	transition:0.0s;
}
#back-top a:hover span { background-color:#dab6a8; }
#back-top span {
	width:42px;
	height:42px;
	background:#fff url(images/up-arrow.png) no-repeat center 14px;
	border:1px solid #615265;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
