@import "../CherryFramework/style.css";
@import "//fonts.googleapis.com/css?family=Tinos:400,700";
@import "//fonts.googleapis.com/css?family=Ubuntu:400,400italic";
@import "//fonts.googleapis.com/css?family=Kaushan+Script";
body {
	padding:0 !important;
	background-position:50% 0;
	background-attachment:fixed !important;
	background-image:url(/wp-content/uploads/2014/12/bg-header1.jpg);
	background-size:100%;
}
body .sf-menu >li >a { color:#8C001A; }
h1 small { font-size:inherit; }
h2 { margin:0 0 26px 0; }
h3 {
	margin:0 0 5px 0;
	color:#00A484;
}
h5 { margin:0 0 25px 0; }
p { margin-bottom:24px; }
p a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
p a:hover { text-decoration:none; }
p a:focus { text-decoration:none; }
address a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
address a:hover { text-decoration:none; }
address a:focus { text-decoration:none; }
.main-holder { overflow:hidden; }
.header {
	padding:0;
	border:none;
	border-top:7px solid #8c001a;
	background-color:#f8f9f7;
}
.header >.container { width:100% !important; }
.header >.container >.row { margin-left:0 !important; }
.header >.container >.row >.span12 {
	width:100% !important;
	margin-left:0 !important;
}
.header .top-row {
	padding-bottom:62px;
	padding-bottom:0;
}
.header .pseudoStickyBlock { display:none !important; }
.header .search-form { padding-top:20px; }
.phone {
	display:none;
	text-align:right;
	float:right;
	font-size:22px;
	font-family:'Bitter', serif;
	line-height:1em;
	color:#85918f;
	padding:55px 0 0 0;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.phone:before {
	content:'\f095';
	font-size:inherit;
	font-family:FontAwesome;
	color:#00a682;
	padding-right:7px;
}
.phone:hover {
	color:#8c001a;
	text-decoration:none;
}
.phone:focus {
	color:#8c001a;
	text-decoration:none;
}
.logo {
	margin:0 auto;
	width:437px;
	position:relative;
	left:15px;
}
@media (max-width: 1200px) {
	.logo { width:300px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:auto; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		margin-bottom:21px;
	}
}
.logo_h {
	float:left;
	width:64%;
}
@media (min-width: 1200px) {
	.logo_h { width:auto; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo_h { width:53%; }
}
@media (max-width: 767px) {
	.logo_h {
		width:auto;
		float:none;
	}
}
.logo_link:hover, .logo_link:focus {
	text-decoration:none;
	color:#5d6256;
}
.logo_tagline {
	font-family:;
	font-size:13px;
	line-height:18px;
	float:left;
	margin:12px 0 0 27px;
	padding:6px 0 1px 24px;
	border-left:1px solid ;
	max-width:110px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo_tagline { margin-top:0; }
}
@media (max-width: 767px) {
	.logo_tagline {
		border:none;
		padding:0;
		margin:0;
		max-width:none;
		float:none;
	}
}
@-moz-document url-prefix() {
	@media (max-width: 978px) {
		.logo { text-align:center; }
		.logo_h { float:none; }
	}
}
.search-form { display:none; }
.nearest .field p { margin-bottom:12px; }
.header-right {
	width:300px;
	position:absolute;
	right:0;
	top:35px;
}
.header-right a .header-img-block { margin-right:10px; }
.header-right .order-online-btn a { color:#8C001A; }
.header-right .order-online-btn a .header-img-block {
	background:#8C001A;
	transition:all 0.5s ease-in-out;
}
.header-right .order-online-btn a span {
	font-size:22px;
	position:relative;
	top:3px;
	display:inline-block;
}
.header-right .order-online-btn a:hover { color:#5d6256; }
.header-right .order-online-btn a:hover .header-img-block { background:#5d6256; }
.widget .search-form_it { width:166px; }
.search-form input[type="submit"] { height:48px; }
.nav__primary {
	margin-bottom:0;
	background-color:#fff;
	border-bottom:2px solid #fff;
	padding-bottom:1px;
	border-bottom:0;
	padding-bottom:0;
}
.nav-wrapper.isStuck { max-width:980px; }
.nav-wrapper.isStuck .sf-menu >li >a { padding:12px 0; }
.sf-menu {
	float:none;
	display:table;
	table-layout:fixed;
	width:100%;
	border-top:3px solid #8c001a;
	border-bottom:1px solid #8c001a;
}
.sf-menu li:hover ul { margin-top:6px; }
.sf-menu li ul {
	width:100%;
	padding:21px 0 18px 0;
	background-color:#fff;
}
.sf-menu li li {
	background-color:transparent;
	margin-top:6px;
}
.sf-menu li li:first-child { margin-top:0px; }
.sf-menu li li a {
	padding:0;
	border:none;
	font-family:'Tinos', serif;
	font-size:16px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#b4bba9;
	display:inline;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.sf-menu li li >a:hover {
	background-color:transparent;
	color:#ec9050;
}
.sf-menu li li.sfHover >a {
	background-color:transparent;
	color:#ec9050;
}
.sf-menu li li.current-menu-item >a {
	background-color:transparent;
	color:#ec9050;
}
.sf-menu li li.current_page_item >a {
	background-color:transparent;
	color:#ec9050;
}
.sf-menu li.sfHover ul { margin-top:6px; }
.sf-menu >li {
	float:none;
	background-color:transparent;
	display:table-cell;
	border-left:1px solid #8c001a;
	vertical-align:middle;
}
.sf-menu >li:first-child { border-left:none; }
.sf-menu >li >a {
	padding:12px 0;
	border:none;
	color:#8C001A;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	-webkit-transition:color 0.5s;
	-moz-transition:color 0.5s;
	-o-transition:color 0.5s;
	transition:color 0.5s;
	font:normal 17px Bitter !important;
}
.sf-menu >li >a:before {
	content:'';
	background-color:#8c001a;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:100%;
	top:0;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu >li >a:hover {
	background-color:transparent;
	color:#fff;
}
.sf-menu >li >a:hover:before { bottom:0; }
.sf-menu >li.sfHover >a {
	background-color:transparent;
	color:#fff;
}
.sf-menu >li.sfHover >a:before { bottom:0; }
.sf-menu >li.current-menu-item >a {
	background-color:transparent;
	color:#fff;
}
.sf-menu >li.current-menu-item >a:before { bottom:0; }
.sf-menu >li.current_page_item >a {
	background-color:transparent;
	color:#fff;
}
.sf-menu >li.current_page_item >a:before { bottom:0; }
.sf-menu a.sf-with-ul {
	padding-right:0;
	position:relative;
}
.sf-menu ul .sf-sub-indicator {
	top:3px;
	left:auto;
	right:-14px;
	margin:0;
}
ul.sf-menu li li:hover ul {
	top:-27px;
	margin-left:3px;
}
ul.sf-menu li li.sfHover ul {
	top:-27px;
	margin-left:3px;
}
.ie8 .sf-menu >li >a:before { display:none; }
.ie8 .sf-menu >li >a:hover { background-color:#b4bba9; }
.ie8 .sf-menu >li.sfHover >a { background-color:#b4bba9; }
.ie8 .sf-menu >li.current-menu-item >a { background-color:#b4bba9; }
.ie8 .sf-menu >li.current_page_item >a { background-color:#b4bba9; }
.ie8 .camera_caption { filter:none !important; }
.ie8 .social-nets-wrapper .social li a:before { visibility:hidden; }
.ie8 .social-nets-wrapper .social li a:hover:before { visibility:visible; }
.ie8 .social-nets-wrapper .social li a:focus:before { visibility:visible; }
.sf-sub-indicator {
	top:auto;
	bottom:25px;
	left:50%;
	margin:0 0 0 -5px;
	background-image:url(images/arrows-ffffff.png);
}
.select-menu { color:#555; }
.camera_caption {
	width:570px;
	left:50%;
	margin:0 0 0 -285px;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
	padding:7px;
	color:#5d6256;
}
.camera_caption >div {
	border:1px solid rgba(255,255,255,0.6);
	background-color:transparent;
	padding:16px 40px 24px 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.camera_caption h2 {
	color:#474944;
	font-size:58px;
	line-height:1.2em;
	margin:0 0 13px 0;
	color:#2F332A;
	font-size:46px;
	line-height:1.2em;
	margin:0 0 13px 0;
	font-family:Bitter;
}
.camera_caption h3 {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 auto 8px;
	padding:0 0 7px 0;
	max-width:370px;
	border-bottom:3px solid #ec9050;
	color:#2F332A;
	font-size:22px;
	line-height:1.2em;
	text-transform:uppercase;
	margin:0 auto 8px;
	padding:0 0 7px 0;
	max-width:370px;
	border-bottom:3px solid #00a484;
	font-family:Bitter;
}
.camera_caption p {
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
	color:#2F332A;
	padding:0px 14px;
	font-size:15px;
	line-height:24px;
	margin-bottom:20px;
	font-family:open sans;
}
.camera_caption .btn-primary {
	color:#fff;
	background:#ec9050;
}
.camera_caption .btn-primary:hover { background:#5d6256; }
.camera_caption .btn-primary:focus { background:#5d6256; }
.camera_caption .btn-primary.btn-large { padding:12px 24px 13px; }
.camera_caption h4 {
	color:#2F332A;
	font-weight:bolder;
	font-size:22px;
	line-height:1.2em;
	margin:0 0 13px 0;
	font-family:Bitter;
	font-weight:bold;
}
.no-rgba .camera_caption { background-image:url(images/white-opacity-60.png); }
.no-rgba .camera_caption >div { border:1px solid #fff; }
.no-rgba .zoom-icon { background:url(images/white-opacity-50.png); }
.no-rgba .banner-wrap.banner-1 .desc { background-image:url(images/white-opacity-60.png); }
.no-rgba .banner-wrap.banner-1 .desc:before { border:1px solid #fff; }
.no-rgba .es-carousel_li .featured-thumbnail a:before { background-image:url(images/white-opacity-50.png); }
.camera_caption.fadeFromBottom { margin-bottom:50px; }
.content-holder {
	background-color:#f8f9f7;
	padding-bottom:20px;
}
#content { padding-top:20px; }
.title-section { padding:0px 0 0 0; }
.title-header {
	margin-bottom:12px;
	font-size:40px;
	line-height:1.2em;
	color:#8C001A;
	font-size:40px;
	line-height:1.2em;
	font-family:Bitter;
	margin-bottom:0;
	padding-bottom:12px;
	border-bottom:1px solid #8C001A;
	text-align:center;
}
.breadcrumb__t {
	padding:12px 0 13px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	display:none;
}
.breadcrumb__t li {
	font-size:16px;
	line-height:1.2em;
	text-shadow:none;
}
.breadcrumb__t li a {
	color:#5d6256;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.breadcrumb__t li a:hover {
	color:#ec9050;
	text-decoration:none;
}
.breadcrumb__t li a:focus {
	color:#ec9050;
	text-decoration:none;
}
.breadcrumb__t li.active { color:#919688; }
.breadcrumb__t li.divider {
	padding:0 11px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'/';
	color:#919688;
	font:16px/1.2em Ubuntu;
}
.post__holder .post-header .post-title {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 31px 0;
}
.post__holder .post-header .post-title a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post__holder .post-header .post-title a:hover { text-decoration:none; }
.post__holder .post-header .post-title a:focus { text-decoration:none; }
.post__holder .featured-thumbnail.large { margin:0 0 22px 0; }
.post__holder .post_content h3 {
	font-size:13px;
	font-family:Ubuntu;
	line-height:24px;
	margin:0 0 24px 0;
}
.post__holder .btn-primary {
	font-size:16px;
	padding:11px 34px 12px;
}
.post_meta {
	padding:6px 0;
	font-size:13px;
	border-color:#dadada;
}
.post_meta a {
	color:#ec9050;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post_meta a:hover {
	color:#5d6256;
	text-decoration:none;
}
.post_meta a:focus {
	color:#5d6256;
	text-decoration:none;
}
.post_meta i {
	color:#ec9050;
	font-size:12px;
}
.post_meta .post_author a { color:#1b1b1b; }
.post_meta .post_author a:hover { color:#5d6256; }
.post_meta .post_author a:focus { color:#5d6256; }
.post_meta >div.post_meta_unite {
	padding-top:6px;
	margin-top:6px;
}
.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;
	background-color:transparent;
	border:1px solid #dadada;
	font-family:'Tinos', serif;
	text-transform:uppercase;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover {
	color:#fff;
	border-color:#ec9050;
	background-color:#ec9050;
}
.pagination__posts ul li a:focus {
	color:#fff;
	border-color:#ec9050;
	background-color:#ec9050;
}
.pagination__posts ul .active a {
	color:#fff;
	border-color:#ec9050;
	background-color:#ec9050;
}
.share-buttons span { line-height:17px; }
.share-buttons li { line-height:17px; }
.post-author {
	padding:24px 28px 23px 20px;
	border:none;
	background-color:#f2f3f1;
}
.post-author_h {
	margin:0 0 10px 0;
	font-size:18px;
	line-height:22px;
}
.post-author_h a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post-author_h a:hover { text-decoration:none; }
.post-author_h a:focus { text-decoration:none; }
.post-author_link {
	margin-top:10px;
	font-size:13px !important;
}
.post-author_link p { margin-bottom:0; }
.post-author_link a {
	text-transform:capitalize;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post-author_link a:hover { text-decoration:none; }
.post-author_link a:focus { text-decoration:none; }
.post-author_gravatar { margin:8px 16px 0 0; }
.post-author_gravatar img {
	padding:0;
	border:none;
	background-color:transparent;
}
.post-author_desc {
	margin-top:0 !important;
	overflow:visible !important;
}
#recent-author-posts >h3 {
	font-size:24px;
	line-height:1.2em;
}
#recent-author-comments { padding-top:20px; }
#recent-author-comments >h3 {
	font-size:24px;
	line-height:1.2em;
}
#recent-author-comments ul { margin-left:0; }
#recent-author-comments ul li {
	list-style-type:none;
	font-size:16px;
	margin-bottom:4px;
}
#recent-author-comments ul li:before {
	content:'\f101';
	font-family:FontAwesome;
	color:#5d6256;
	padding-right:9px;
}
#recent-author-comments ul li a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
#recent-author-comments ul li a:hover { text-decoration:none; }
#recent-author-comments ul li a:focus { text-decoration:none; }
.related-posts_h {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 31px 0;
}
.related-posts_item {
	font-size:16px;
	line-height:24px;
}
.related-posts_item a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.related-posts_item a:hover { text-decoration:none; }
.related-posts_item a:focus { text-decoration:none; }
.related-posts .featured-thumbnail { margin:0 0 19px 0; }
.faq-list_body .marker { top:3px; }
.archive_lists .archive_h {
	font-size:24px;
	line-height:1.2em;
}
.testimonial {
	border:none;
	background:#f2f3f1;
	font-family:Ubuntu;
	font-style:normal;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial small {
	font-family:Ubuntu;
	font-size:13px;
}
.testimonial small a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonial small a:hover { text-decoration:none; }
.testimonial small a:focus { text-decoration:none; }
.testimonial_bq p {
	font-size:13px;
	line-height:24px;
}
.page-header {
	margin:0;
	padding:0;
	border:none;
}
.page-header h1 {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 30px 0;
}
.single-pager { border-color:#dadada; }
.single-pager a {
	font-family:'Tinos', serif;
	text-transform:uppercase;
	border-color:#dadada;
	background:#f8f9f7 !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.single-pager a:hover {
	border-color:#ec9050;
	background:#ec9050 !important;
	color:#fff;
}
.single-pager a:focus {
	border-color:#ec9050;
	background:#ec9050 !important;
	color:#fff;
}
.filter-wrapper strong {
	padding:0;
	font-weight:normal;
	margin-right:21px;
	color:#5d6256;
}
.nav-pills {
	margin-bottom:50px;
	margin-right:-27px;
}
.nav-pills li { margin-right:27px; }
.nav-pills li a {
	padding:0;
	margin:0;
	line-height:24px;
	background:none !important;
	color:#b4bba9;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.nav-pills li a:hover { color:#ec9050; }
.nav-pills li a:focus { color:#ec9050; }
.nav-pills li.active a { color:#ec9050 !important; }
.filterable-portfolio .caption__portfolio {
	border:1px solid #dadada;
	border-top:none;
	padding:21px 35px 22px 20px;
}
.filterable-portfolio h3 {
	font-family:Ubuntu;
	font-size:16px;
	line-height:1.2em;
	margin-bottom:2px;
}
.filterable-portfolio h3 a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.filterable-portfolio h3 a:hover { text-decoration:none; }
.filterable-portfolio h3 a:focus { text-decoration:none; }
.filterable-portfolio p { margin-bottom:0; }
.filterable-portfolio p.excerpt { margin-bottom:16px; }
.filterable-portfolio .price {
	color:#ec9050;
	font-size:24px;
	font-family:'Kaushan Script', cursive;
	line-height:1.2em;
}
.filterable-portfolio .btn-primary {
	font-size:16px;
	padding:11px 34px 12px;
}
.zoom-icon { background:rgba(255,255,255,0.5); }
.zoom-icon:before {
	margin:-13px 0 0 -13px;
	width:26px;
	height:26px;
	background:none;
	content:'\f00e';
	font-size:40px;
	font-family:FontAwesome;
	color:#fff;
}
.portfolio-meta { border-color:#dadada; }
.portfolio-meta i { color:#ec9050; }
.portfolio-meta a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.portfolio-meta a:hover { text-decoration:none; }
.portfolio-meta a:focus { text-decoration:none; }
.portfolio-meta-list { border-color:#dadada; }
.portfolio-meta-list a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.portfolio-meta-list a:hover { text-decoration:none; }
.portfolio-meta-list a:focus { text-decoration:none; }
.grid_gallery .featured-thumbnail {
	padding:0;
	border:none;
}
.comments-h {
	font-size:36px;
	line-height:1.2em;
	margin:0;
}
.comment .comment-body {
	padding:22px 23px 25px 20px;
	margin-bottom:15px;
	border-bottom-image:none;
	background-color:#f2f3f1;
	border:none;
}
.comment .comment-body p { margin-bottom:17px; }
.comment.bypostauthor .comment-body { background-color:#f2f3f1; }
.comment-author { margin:7px 16px 0 0; }
.comment-author .author {
	width:80px;
	font-size:13px;
	font-weight:normal;
	padding-top:16px;
	color:#5d6256;
}
.comment-meta {
	padding:12px 0 0 0;
	font-size:13px;
}
.reply { margin-left:16px; }
.reply .comment-reply-link {
	padding:11px 33px 12px;
	text-transform:uppercase;
	font-family:'Tinos', serif;
	background-color:#f8f9f7;
	border:1px solid #dadada;
	color:#676b5c;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.reply .comment-reply-link:hover {
	color:#fff;
	background-color:#ec9050;
	border-color:#ec9050;
}
.reply .comment-reply-link:focus {
	color:#fff;
	background-color:#ec9050;
	border-color:#ec9050;
}
#respond h3 {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 30px 0;
}
#respond p { overflow:hidden; }
.comment-list ul.children { margin-left:20px; }
#commentform p.field { margin-bottom:12px; }
#commentform p.field input {
	padding:11px 21px;
	width:426px;
}
#commentform textarea {
	padding:11px 21px;
	min-width:100%;
	max-width:100%;
	width:100%;
	min-height:276px;
	height:276px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform input[type="submit"] { margin-top:15px !important; }
#sidebar {
	padding-top:50px;
	overflow:hidden;
	font-family:"Open Sans";
}
#sidebar .widget { margin-bottom:49px; }
#sidebar .widget ul {
	margin-left:0;
	margin-top:5px;
}
#sidebar .widget ul li {
	list-style-type:none;
	font-size:16px;
	margin-bottom:4px;
}
#sidebar .widget ul li:before {
	content:'\f101';
	font-family:FontAwesome;
	color:#5d6256;
	padding-right:9px;
	content:'\f101';
	color:white;
}
#sidebar .widget ul li a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
#sidebar .widget ul li a:hover { text-decoration:none; }
#sidebar .widget ul li a:focus { text-decoration:none; }
#sidebar .widget ul ul { margin:4px 0 0 20px; }
#sidebar .widget-title {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 23px 0;
}
#sidebar li {
	font-size:18px;
	padding-left:20px;
}
#sidebar li a { color:white; }
#sidebar ul li.current-menu-item { color:#FFDC39; }
#sidebar ul li.current-menu-item a { color:#FFDC39; }
#sidebar .featured-thumbnail {
	margin-right:0;
	width:95%;
}
#wp-calendar td#today {
	color:#ec9050;
	font-weight:bold;
}
#wp-calendar td a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
#wp-calendar td a:hover { text-decoration:none; }
#wp-calendar td a:focus { text-decoration:none; }
#wp-calendar caption { color:#5d6256; }
#wp-calendar thead th { color:#5d6256; }
.social_li {
	margin-bottom:0 !important;
	font-family:13px !important;
}
.social_li:before { display:none; }
.social_link:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.social__list li { margin-bottom:5px !important; }
.banners { margin-bottom:49px; }
.comments-custom li {
	margin:24px 0 0 0 !important;
	padding:0;
	font-size:13px !important;
}
.comments-custom li:first-child { margin-top:0 !important; }
.comments-custom li:before { display:none; }
.comments-custom .featured-thumbnail {
	border:none;
	padding:0;
	margin:4px 16px 0 0;
}
.comments-custom .meta_format {
	margin-top:0;
	font-size:12px;
	color:#ec9050;
}
.comments-custom_txt {
	padding:0;
	border-top:none;
	margin-top:0;
}
.comments-custom_txt a { color:#b4bba9; }
.comments-custom_txt a:hover {
	color:#5d6256;
	text-decoration:none;
}
.comments-custom_h_title {
	margin:0;
	font-size:18px;
	line-height:1.2em;
}
.comments-custom_h_author {
	margin:0;
	font-size:18px;
	line-height:1.2em;
	margin-bottom:5px;
}
.comments-custom_h_author:first-letter { text-transform:uppercase; }
.post-list { margin-bottom:0; }
.post-list li {
	padding:0;
	margin-top:26px;
	font-size:13px !important;
}
.post-list li:first-child { margin-top:0; }
.post-list li:before { display:none; }
.post-list_h {
	font-size:16px;
	font-family:'Ubuntu', sans-serif;
	line-height:1.2em;
	margin:0 0 3px 0;
}
.post-list_h a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.post-list_h a:hover { text-decoration:none; }
.post-list_h a:focus { text-decoration:none; }
.widget-footer .post-list .excerpt { margin-bottom:0; }
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover {
	border-color:#ec9050;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flickr_li .thumbnail:focus {
	border-color:#ec9050;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.recent-posts.recipes li {
	margin-bottom:0;
	margin-top:34px;
}
.recent-posts.recipes li:first-child { margin-top:0; }
.recent-posts.recipes .featured-thumbnail { margin:3px 26px 10px 0; }
.recent-posts.recipes h5 {
	font-family:'Kaushan Script', cursive;
	font-size:24px;
	line-height:1.2em;
	margin:0 0 7px 0;
}
.recent-posts.recipes h5 a {
	color:#ec9050;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.recent-posts.recipes h5 a:hover {
	color:#5d6256;
	text-decoration:none;
}
.recent-posts.recipes h5 a:focus {
	color:#5d6256;
	text-decoration:none;
}
.recent-posts.recipes .info {
	font-size:16px;
	line-height:24px;
	color:#5d6256;
	margin-bottom:14px;
	display:block;
}
.recent-posts.recipes .excerpt { margin-bottom:24px; }
.recent-posts.recipes .btn-primary {
	font-size:16px;
	padding:11px 34px 12px;
}
.banner-wrap {
	margin:0;
	position:relative;
	padding:7px;
	background-color:#fff;
	border:1px solid #dadada;
}
.banner-wrap .featured-thumbnail { margin:0; }
.banner-wrap .featured-thumbnail a {
	border:none;
	float:none;
}
.banner-wrap .desc {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.banner-wrap h5 {
	margin:0;
	color:#474944;
	font-weight:400;
	font-family:'Tinos', serif;
}
.banner-wrap p {
	font-size:16px;
	line-height:24px;
	color:#5d6256;
}
.banner-wrap .btn-link {
	padding:0;
	font-size:16px;
	line-height:1em;
	vertical-align:top;
	color:#ec9050;
	text-shadow:none;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.banner-wrap .btn-link:hover {
	text-decoration:none;
	color:#5d6256;
}
.banner-wrap .btn-link:focus {
	text-decoration:none;
	color:#5d6256;
}
.banner-wrap.banner-1 .desc {
	top:auto;
	bottom:20px;
	left:20px;
	right:20px;
	background-color:rgba(255,255,255,0.6);
	padding:26px 33px 19px 33px;
}
.banner-wrap.banner-1 .desc:before {
	content:'';
	position:absolute;
	left:7px;
	top:7px;
	right:7px;
	bottom:7px;
	border:1px solid rgba(255,255,255,0.6);
	z-index:-1;
}
.banner-wrap.banner-1 h5 {
	font-size:30px;
	line-height:1.2em;
	margin:0 0 3px 0;
}
.banner-wrap.banner-1 p {
	margin-bottom:0;
	display:inline;
}
.banner-wrap.banner-1 .banner-btn {
	display:inline;
	padding:0 0 0 12px;
}
.banner-wrap.banner-1 .banner-btn .btn-link { padding-top:3px; }
.banner-wrap.banner-2 .desc { padding:28px 31px; }
.banner-wrap.banner-2 h5 {
	font-size:40px;
	line-height:42px;
	color:#5d6256;
	margin:0 0 34px 0;
}
.banner-wrap.banner-2 p { margin-bottom:19px; }
.banner-wrap.banner-2 .btn-link {
	font-family:'Tinos', serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
}
.banner-wrap.banner-2 .btn-link i { padding-left:6px; }
.carousel-wrap { margin-bottom:39px; }
.carousel-wrap >h2 {
	font-size:36px;
	line-height:1.2em;
	margin:0 0 30px 0;
	color:#5d6256;
	font-size:32px;
	line-height:1.2em;
	margin:0 0 30px 0;
	color:#8c001a;
	font-family:Bitter;
}
.es-carousel_li { color:#b4bba9; }
.es-carousel_li .featured-thumbnail {
	margin:0;
	border:1px solid #dadada;
}
.es-carousel_li .featured-thumbnail a:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(255,255,255,0.5);
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.es-carousel_li .featured-thumbnail a:hover { color:#8c001a; }
.es-carousel_li .featured-thumbnail a:hover:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.es-carousel_li .featured-thumbnail a:focus:before {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.es-carousel_li .desc {
	border:1px solid #dadada;
	border-top:none;
	padding:21px 20px;
}
.es-carousel_li .desc h5 {
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 3px 0;
	font-weight:bold;
}
.es-carousel_li .desc h5 a {
	text-decoration:none;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.es-carousel_li .desc .excerpt { margin-bottom:11px; }
.es-carousel_li .desc .price {
	font-size:24px;
	font-family:'Kaushan Script', cursive;
	line-height:1.2em;
	color:#ec9050;
}
.es-nav span {
	position:absolute;
	top:0;
	right:40px;
	margin-top:-66px;
	width:33px;
	height:33px;
	line-height:33px;
	background-image:none;
	background-color:#fff;
	border:2px solid #dadada;
	opacity:1;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	position:absolute;
	top:0;
	right:40px;
	margin-top:-66px;
	width:20px;
	height:20px;
	line-height:20px;
	background-image:none;
	color:#8c001a;
	background-color:#fff;
	border:2px solid #8c001a;
	opacity:1;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:0%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.es-nav span:before {
	content:'\f104';
	font-family:FontAwesome;
	font-size:18px;
	width:inherit;
	position:absolute;
	left:-1px;
	right:0;
	top:0;
	text-indent:0;
	display:block;
	text-align:center;
	content:'\f104';
	font-family:FontAwesome;
	font-size:18px;
	width:inherit;
	position:absolute;
	left:-1px;
	right:0;
	top:0;
	text-indent:0;
	display:block;
	text-align:center;
}
.es-nav span:hover {
	color:#fff;
	border-color:#ec9050;
	background-color:#ec9050;
	color:#fff;
	border-color:#8c001a;
	background-color:#8c001a;
}
.es-nav span.es-nav-next {
	right:0;
	right:0;
}
.es-nav span.es-nav-next:before {
	content:'\f105';
	left:0;
	content:'\f105';
	left:0;
}
.hero-unit {
	background-color:transparent;
	padding:54px 0 0 0;
	margin-bottom:0;
	text-align:center;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.hero-unit h1 {
	font-size:48px;
	line-height:1em;
	margin:0;
	color:#5d6256;
}
.hero-unit h1:after {
	content:'';
	margin:25px auto 19px;
	max-width:770px;
	height:3px;
	background-color:#ec9050;
	display:block;
}
.hero-unit p {
	font-size:16px;
	line-height:24px;
	color:#919688;
	margin:0;
}
.service-box {
	padding:0;
	background-color:transparent;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box h2 {
	font-size:36px;
	font-family:'Kaushan Script', cursive;
	line-height:40px;
	color:#ec9050;
	margin:0 0 18px 0;
}
.service-box .btn-align { text-align:left; }
.service-box_txt { margin-bottom:24px; }
.footer {
	padding:61px 0 90px 0;
	border:none;
	background-color:transparent;
	color:#4B4237;
}
.footer h3 { color:#4B4237; }
.footer h4 { color:#4B4237; }
.footer a { font-family:Bitter; }
.footer a:hover { color:#8c001a; }
.footer-logo {
	padding-top:8px;
	margin-bottom:3px;
}
.footer-widgets {
	font-size:16px;
	line-height:24px;
}
.footer-widgets .widget-title {
	font-size:30px;
	line-height:1.2em;
	margin:0 0 25px 0;
	font-size:42px;
	line-height:1.2em;
	margin:9px 0 11px 0;
	font-family:Bitter;
	font-size:30px;
}
.footer-widgets address { margin-top:-2px; }
.footer-widgets address p {
	margin-bottom:24px;
	margin-bottom:24px;
	color:#685e51;
	font-family:Bitter;
	font-size:18px;
}
.footer-widgets address p span {
	width:82px;
	display:inline-block;
	vertical-align:top;
}
.footer-widgets address a {
	color:#ec9050;
	display:inline-block;
	vertical-align:top;
	margin-left:7px;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.footer-widgets address a:hover {
	color:#5d6256;
	text-decoration:none;
}
.footer-widgets address a:focus {
	color:#5d6256;
	text-decoration:none;
}
nav.footer-nav {
	float:none;
	margin-bottom:0;
}
nav.footer-nav ul { float:none; }
nav.footer-nav ul li {
	display:inline;
	padding:0 15px 0 0;
}
nav.footer-nav ul li a {
	text-transform:uppercase;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
nav.footer-nav ul li a:hover { color:#5d6256; }
nav.footer-nav ul li a:focus { color:#5d6256; }
nav.footer-nav ul li.current-menu-item a {
	color:#5d6256;
	text-decoration:none;
}
.copyright { padding:0; }
.footer-text {
	float:none;
	font-family:'Tinos', serif;
	text-transform:uppercase;
	float:none;
	text-transform:none;
	font:normal 14px/20px Bitter;
	color:#685e51;
}
.footer-text a {
	color:inherit;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
	color:inherit;
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
	font-family:Bitter;
	font-size:18px;
}
.footer-text a:hover {
	text-decoration:none;
	color:#5d6256;
	text-decoration:none;
	color:#5d6256;
}
.footer-text a:focus {
	text-decoration:none;
	color:#5d6256;
	text-decoration:none;
	color:#5d6256;
}
.social-nets-wrapper { padding-top:35px; }
.social-nets-wrapper .social { margin:0; }
.social-nets-wrapper .social li {
	list-style-type:none;
	display:inline-block;
	vertical-align:top;
	margin-left:7px;
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	width:43px;
	height:43px;
	line-height:43px;
	text-align:center;
	display:block;
	color:#685e51;
	font-size:17px;
	border:2px solid #685e51;
	position:relative;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.social-nets-wrapper .social li a:before {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:45px;
	height:45px;
	background-color:#f8f9f7;
	z-index:-1;
	-webkit-border-radius:inherit;
	-moz-border-radius:inherit;
	border-radius:inherit;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.social-nets-wrapper .social li a:hover {
	text-decoration:none;
	color:#fff;
	border-color:#8c001a;
}
.social-nets-wrapper .social li a:hover:before {
	background-color:#8c001a;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.social-nets-wrapper .social li a:focus {
	text-decoration:none;
	color:#fff;
	border-color:#8c001a;
}
.social-nets-wrapper .social li a:focus:before {
	background-color:#8c001a;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.wpcf7-form p.field input {
	padding:11px 21px;
	height:48px;
}
.wpcf7-form textarea {
	padding:11px 21px;
	line-height:24px;
}
.wpcf7-form .ajax-loader { margin-top:14px; }
.wpcf7-not-valid-tip { padding:11px 0 11px 10px !important; }
.dropcap {
	margin:-8px 10px 10px 0;
	width:auto;
	height:auto;
	background:none;
	color:#ec9050;
	text-align:center;
	font-family:'Kaushan Script', cursive;
	font-weight:400;
	font-size:30px;
	line-height:1.2em;
	overflow:visible;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.spacer { height:44px; }
.title-box {
	margin-bottom:21px;
	padding-top:2px;
}
.title-box:after { clear:none !important; }
.title-box_primary {
	font-family:'Kaushan Script', cursive;
	font-size:24px;
	line-height:1.2em;
	color:#ec9050;
	margin-bottom:20px;
}
.title-box_secondary {
	font-family:Ubuntu;
	font-size:16px;
	line-height:1.2em;
}
.list.styled >ul li { font-size:16px; }
.list.styled >ul li:before {
	color:#5d6256;
	padding-right:9px;
	margin:0;
	width:auto;
}
.list.styled >ul li a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
.list.styled >ul li a:hover { text-decoration:none; }
.list.styled >ul li a:focus { text-decoration:none; }
.flexslider ul li { font-size:13px !important; }
.flexslider ul li:before { display:none; }
.flex-control-paging li a {
	background-color:#b4bba9;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.flex-control-paging li a:hover { background-color:#5d6256; }
.flex-control-paging li a.flex-active { background-color:#5d6256; }
.thumbnail {
	padding:7px;
	border-color:#dadada;
	background-color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.featured-thumbnail {
	padding:7px;
	border-color:#dadada;
	background-color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.single-portfolio .featured-thumbnail.large { margin-top:0; }
.single-portfolio .title-header {
	color:#5D6256;
	line-height:1.2em;
	text-align:center;
	margin:0px auto 8px;
	padding:0px 10px 10px;
	max-width:650px;
	border-bottom:3px solid #00A484;
	font-family:Bitter;
}
img.alignleft {
	padding:7px;
	border:1px solid #dadada;
	background-color:#fff;
}
img.alignright {
	padding:7px;
	border:1px solid #dadada;
	background-color:#fff;
}
img.aligncenter {
	padding:7px;
	border:1px solid #dadada;
	background-color:#fff;
}
img.alignnone {
	padding:7px;
	border:1px solid #dadada;
	background-color:#fff;
}
img.alignnone.extra {
	padding:0;
	margin:-60px 0 -52px;
	border:none;
	background-color:transparent;
	position:relative;
	z-index:-1;
}
.content_box {
	background-color:white;
	padding:41px 0 42px 0;
}
.content_box:before { background-color:inherit; }
.content_box:after { background-color:inherit; }
.content_box .top {
	width:980px;
	background-position:50% 0;
	position:absolute;
	left:50%;
	margin:0 0 0 -490px;
	z-index:100;
	top:-6px;
	height:6px;
	background-image:url(images/box-top.png);
	width:980px;
	background-position:50% 0;
	position:absolute;
	left:50%;
	margin:0 0 0 -490px;
	z-index:100;
	top:-6px;
	height:6px;
	background:white;
	width:1230px;
	margin:0 0 0 -615px;
}
.content_box .bottom {
	width:980px;
	background-position:50% 0;
	position:absolute;
	left:50%;
	margin:0 0 0 -490px;
	z-index:100;
	bottom:-15px;
	height:15px;
	background-image:url(images/box-bottom.png);
	width:980px;
	background-position:50% 0;
	position:absolute;
	left:50%;
	margin:0 0 0 -490px;
	z-index:100;
	width:1230px;
	margin:0 0 0 -615px;
}
.content_box.testimonials {
	text-align:center;
	margin:63px 0 0 0;
	padding:70px 50px 111px 50px;
	background-color:transparent;
	border:1px solid #dadada;
}
.content_box.testimonials:before {
	display:none;
	display:block;
	content:'';
	position:absolute;
	left:50%;
	top:-29px;
	width:79px;
	height:79px;
	margin:0 0 0 -39.5px;
	border:2px solid #ec9050;
	background-color:#f8f9f7;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(images/testi-quotes.png);
	z-index:100;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.content_box.testimonials:after { display:none; }
.content_box.testimonials .top { display:none; }
.content_box.testimonials .bottom { display:none; }
.content_box.testimonials h2 { margin:0 0 10px 0; }
.content_box.testimonials .flexslider {
	margin-bottom:0;
	overflow:visible !important;
}
.content_box.testimonials .flexslider h5 { display:none; }
.content_box.testimonials .flexslider p {
	font-style:italic;
	font-size:16px;
	line-height:24px;
	color:#919688;
	margin-bottom:24px;
}
.content_box.testimonials .flexslider .info { display:none; }
.content_box.testimonials .flexslider .testi-url { display:none; }
.content_box.testimonials .flexslider .user {
	font-family:'Tinos', serif;
	font-size:18px;
	line-height:1.2em;
	color:#5d6256;
}
.content_box.testimonials .flex-direction-nav a {
	width:33px;
	height:33px;
	background-color:#fff;
	border:2px solid #dadada;
	text-indent:999em;
	bottom:-67px;
	top:auto;
	color:#b4bba9;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.content_box.testimonials .flex-direction-nav a:before {
	content:'\f104';
	font-family:FontAwesome;
	font-size:18px;
	line-height:33px;
	width:inherit;
	position:absolute;
	left:0;
	right:0;
	top:0;
	text-indent:0;
	text-align:center;
}
.content_box.testimonials .flex-direction-nav a:hover {
	background-color:#ec9050;
	border-color:#ec9050;
	color:#fff;
}
.content_box.testimonials .flex-direction-nav a:focus {
	background-color:#ec9050;
	border-color:#ec9050;
	color:#fff;
}
.content_box.testimonials .flex-direction-nav a.flex-prev {
	left:50%;
	margin:0 0 0 -39px;
}
.content_box.testimonials .flex-direction-nav a.flex-next {
	right:50%;
	margin:0 -39px 0 0;
}
.content_box.testimonials .flex-direction-nav a.flex-next:before { content:'\f105'; }
#back-top a:hover span { background-color:#5d6256; }
#back-top a:focus span { background-color:#5d6256; }
#back-top span {
	background-color:#8C001A;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.btn-primary {
	border-color:#dadada;
	background:#f8f9f7;
	text-shadow:none;
	text-transform:uppercase;
	font-family:'Tinos', serif !important;
	color:#676b5c;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-primary:hover {
	background:#ec9050;
	border-color:#ec9050;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	background:#8C001A;
	border-color:#8C001A;
}
.btn-primary:focus {
	background:#ec9050;
	border-color:#ec9050;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	background:#8C001A;
	border-color:#8C001A;
}
.btn-primary.btn-large {
	font-size:16px;
	padding:11px 34px 12px;
}
input[type="submit"] {
	font-size:16px;
	height:35px;
	padding-left:10px;
	padding-right:10px;
}
input[type="reset"] {
	font-size:16px;
	height:35px;
	padding-left:10px;
	padding-right:10px;
}
select {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	padding:0;
	color:#5D6256;
}
select::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
select::-ms-input-placeholder { color:#b4bba9; }
select::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
select:-moz-placeholder { color:#b4bba9; }
select:-ms-input-placeholder { color:#b4bba9; }
select:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border-color:#dadada !important;
}
textarea::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
textarea::-ms-input-placeholder { color:#b4bba9; }
textarea::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
textarea:-moz-placeholder { color:#b4bba9; }
textarea:-ms-input-placeholder { color:#b4bba9; }
textarea:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-color:#8C001A !important;
}
input[type="text"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="text"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="text"]::-ms-input-placeholder { color:#b4bba9; }
input[type="text"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="text"]:-moz-placeholder { color:#b4bba9; }
input[type="text"]:-ms-input-placeholder { color:#b4bba9; }
input[type="text"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="password"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="password"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="password"]::-ms-input-placeholder { color:#b4bba9; }
input[type="password"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="password"]:-moz-placeholder { color:#b4bba9; }
input[type="password"]:-ms-input-placeholder { color:#b4bba9; }
input[type="password"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="datetime"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="datetime"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="datetime"]::-ms-input-placeholder { color:#b4bba9; }
input[type="datetime"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="datetime"]:-moz-placeholder { color:#b4bba9; }
input[type="datetime"]:-ms-input-placeholder { color:#b4bba9; }
input[type="datetime"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="datetime-local"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="datetime-local"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="datetime-local"]::-ms-input-placeholder { color:#b4bba9; }
input[type="datetime-local"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="datetime-local"]:-moz-placeholder { color:#b4bba9; }
input[type="datetime-local"]:-ms-input-placeholder { color:#b4bba9; }
input[type="datetime-local"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="date"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="date"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="date"]::-ms-input-placeholder { color:#b4bba9; }
input[type="date"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="date"]:-moz-placeholder { color:#b4bba9; }
input[type="date"]:-ms-input-placeholder { color:#b4bba9; }
input[type="date"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="month"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="month"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="month"]::-ms-input-placeholder { color:#b4bba9; }
input[type="month"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="month"]:-moz-placeholder { color:#b4bba9; }
input[type="month"]:-ms-input-placeholder { color:#b4bba9; }
input[type="month"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="time"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="time"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="time"]::-ms-input-placeholder { color:#b4bba9; }
input[type="time"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="time"]:-moz-placeholder { color:#b4bba9; }
input[type="time"]:-ms-input-placeholder { color:#b4bba9; }
input[type="time"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="week"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="week"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="week"]::-ms-input-placeholder { color:#b4bba9; }
input[type="week"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="week"]:-moz-placeholder { color:#b4bba9; }
input[type="week"]:-ms-input-placeholder { color:#b4bba9; }
input[type="week"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="number"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="number"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="number"]::-ms-input-placeholder { color:#b4bba9; }
input[type="number"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="number"]:-moz-placeholder { color:#b4bba9; }
input[type="number"]:-ms-input-placeholder { color:#b4bba9; }
input[type="number"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="email"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="email"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="email"]::-ms-input-placeholder { color:#b4bba9; }
input[type="email"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="email"]:-moz-placeholder { color:#b4bba9; }
input[type="email"]:-ms-input-placeholder { color:#b4bba9; }
input[type="email"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="url"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="url"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="url"]::-ms-input-placeholder { color:#b4bba9; }
input[type="url"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="url"]:-moz-placeholder { color:#b4bba9; }
input[type="url"]:-ms-input-placeholder { color:#b4bba9; }
input[type="url"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="search"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="search"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="search"]::-ms-input-placeholder { color:#b4bba9; }
input[type="search"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="search"]:-moz-placeholder { color:#b4bba9; }
input[type="search"]:-ms-input-placeholder { color:#b4bba9; }
input[type="search"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="tel"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="tel"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="tel"]::-ms-input-placeholder { color:#b4bba9; }
input[type="tel"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="tel"]:-moz-placeholder { color:#b4bba9; }
input[type="tel"]:-ms-input-placeholder { color:#b4bba9; }
input[type="tel"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="color"] {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
input[type="color"]::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
input[type="color"]::-ms-input-placeholder { color:#b4bba9; }
input[type="color"]::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
input[type="color"]:-moz-placeholder { color:#b4bba9; }
input[type="color"]:-ms-input-placeholder { color:#b4bba9; }
input[type="color"]:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.uneditable-input {
	color:#b4bba9;
	border-color:#dadada;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.uneditable-input::-moz-placeholder {
	color:#b4bba9;
	opacity:1;
}
.uneditable-input::-ms-input-placeholder { color:#b4bba9; }
.uneditable-input::-webkit-input-placeholder {
	color:#b4bba9;
	color:#b4bba9;
}
.uneditable-input:-moz-placeholder { color:#b4bba9; }
.uneditable-input:-ms-input-placeholder { color:#b4bba9; }
.uneditable-input:focus {
	border-color:#8c001a;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#menu-item-2049 a { padding:1px 0px 2px; }
.logo_center_catering {
	display:block;
	margin:5px auto 10px;
	text-align:center;
}
.span4_field {
	clear:both;
	text-align:right;
	line-height:25px;
}
p.clip {
	white-space:nowrap;
	color:#2d2d2d;
	overflow:hidden;
	background:#b9c1ce;
	padding:5px;
	text-overflow:ellipsis;
	opacity:0.7;
}
.nearest { margin-top:30px; }
.nearest a {
	z-index:0;
	position:relative;
	background:#8c001a;
	float:right;
	font-size:26px;
	font-family:Open Sans;
	font-weight:bold;
	color:white;
	padding:5px;
	top:8px;
	text-decoration:none;
	top:-30px !important;
	float:none;
}
.content-holder-2 {
	color:#5d6256;
	font-size:40px;
	line-height:1.2em;
	text-align:center;
	margin:0 auto 8px;
	padding:40px 10px 10px 10px;
	max-width:650px;
	border-bottom:3px solid #00a484;
	font-family:Bitter;
}
.content-holder-3 {
	color:#5d6256;
	font-size:15px;
	line-height:1.2em;
	text-align:center;
	margin:18px 20px 40px;
	font-family:Open Sans;
}
.footer-text-h3 {
	float:none;
	font-family:Bitter;
	text-transform:none;
	font-size:42px;
	margin:-2px 0 13px 0;
	line-height:1.2em;
	font-size:30px;
}
.nav_menu-2 li {
	list-style:none;
	text-decoration:none;
	font-family:Bitter;
	font-size:18px;
	margin-bottom:7px;
	color:#685e51;
}
.nav_menu-2 li:hover {
	list-style:none;
	text-decoration:none;
	font-family:Bitter;
	font-size:18px;
	color:#685e51;
}
.content-title {
	color:#5d6256;
	font-size:40px;
	line-height:1.2em;
	text-align:center;
	margin:0 auto 27px;
	padding:0px 0px 0px 0px;
	max-width:860px;
	border-bottom:3px solid #00a484;
	font-family:Bitter;
}
.content-text {
	color:#5d6256;
	font-size:13px;
	line-height:1.5em;
	text-align:justify;
	margin:0px 0px 0px;
	font-family:Open Sans;
}
.text-catering {
	font-size:16px;
	line-height:1.2em;
	margin:3px 0px 20px;
	font-family:"Open Sans";
}
.text-catering p { margin:0 0 20px; }
.text-catering strong { margin:0 0 20px; }
.text-catering b {
	font-style:italic;
	color:#191919;
}
.text-catering t {
	font-size:40px;
	line-height:1.2em;
	text-align:center;
	max-width:860px;
	font-family:Bitter;
}
.text-catering c { text-align:center; }
.text-catering .top-p {
	font-size:16px;
	color:#47964D;
}
.text-catering >h3 { margin-top:30px; }
.table-catering thead { background-color:#eee; }
.table-catering td {
	padding:20px 10px;
	line-height:20px;
	vertical-align:middle;
}
.picture-footer {
	max-width:100%;
	width:auto \9;
	height:auto;
	vertical-align:middle;
	border:0;
}
.locations li {
	font-size:14px;
	line-height:15px;
	padding-bottom:1px;
	color:#8c001a;
}
.locations li strong { font-size:14px; }
.locations .address { color:#888888; }
.item-service {
	float:left;
	width:46%;
	padding:0 10px 10px 5px;
}
.item-service .content-holder-2 {
	height:80px;
	padding-top:0;
}
.btn-send {
	color:#8c001a;
	background:white;
	border:1px solid #8c001a;
}
.btn-send:hover {
	background:#8c001a;
	color:white;
}
.btn-send:focus {
	background:#8c001a;
	color:white;
}
.btn-send.btn-large { padding:12px 24px 13px; }
a.link { color:#8c001a; }
a.link:hover {
	color:#8c001a;
	text-decoration:underline;
}
ul {
	padding:0;
	margin:0 0 12px 0px;
}
ol {
	padding:0;
	margin:0 0 12px 0px;
}
.desc { font-family:Open Sans; }
.desc p {
	font-size:14px;
	color:#5D6256;
}
#footer-text {
	color:#4B4237;
	margin-top:11px;
}
.post_wrapper { margin-bottom:0; }
.pluginLikeboxStream { height:210px !important; }
.page-id-2192 h2 {
	color:#5D6256;
	font-size:40px;
	line-height:1.2em;
	text-align:center;
	margin:0px auto 8px;
	padding:0px 0px 10px;
	max-width:650px;
	border-bottom:3px solid #00A484;
}
.page-id-2192 .es-carousel_li .desc h5 {
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
	margin:0px 0px 3px;
	text-align:center;
	max-width:350px;
	border-bottom:3px solid #00A484;
	padding:0px 0px 10px;
}
#back-top-wrapper { bottom:0; }
.wpcf7-text {
	width:95%;
	padding:4px 0px !important;
}
.wpcf7-select {
	width:95%;
	padding:4px 0px !important;
}
.bottom {
	position:absolute;
	height:15px;
	background-image:url(images/box-bottom.png);
	width:100%;
	background-position:50% 0;
}
.page-template-catering .bottom {
	bottom:-15px;
	left:0;
}
.page-template-menu .bottom {
	bottom:-15px;
	left:0;
}
.single-caterings .bottom {
	bottom:-15px;
	left:0;
}
.single-menus .bottom {
	bottom:-15px;
	left:0;
}
.block-price {
	background-color:#F8F9F7;
	padding:9px 9px 9px 25px;
	border:1px solid #DADADA;
	margin:5px 0;
	min-height:89px;
	box-sizing:border-box;
}
.block-price p {
	font-size:13px;
	color:#676D60;
	margin:0;
}
.block-price h3 {
	font-size:22px;
	color:#5D6256;
	font-family:Open Sans;
	font-weight:bold;
	margin:0;
}
.block-price div {
	min-width:105px;
	text-align:center;
}
.block-price .price-feeds { text-align:right; }
.price-right {
	float:right;
	padding:24px 10px;
	background-color:#F2F3F0;
	color:#5D6256;
	font-size:32px;
	font-weight:bold;
	border:1px solid #DADADA;
	font-family:Open Sans;
	box-shadow:inset 1px 1px 0 white;
}
.price-right span {
	font-size:24px;
	color:#B4BBA9;
}
.price-feeds {
	background-color:transparent;
	border:none;
	font-size:24px;
	color:#B4BBA9;
	text-align:right;
}
.page-template-specials .post_content img { width:100%; }
.page-template-specials .locations { padding-left:15px; }
.menu-catering-container {
	background:#3A8B3F;
	border-radius:10px;
	border:3px solid #FFDC39;
}
.menu-menu-container {
	background:#3A8B3F;
	border-radius:10px;
	border:3px solid #FFDC39;
}
.featured-thumbnail.large { height:auto !important; }
.back-to-home {
	text-align:right;
	padding:10px;
}
.clearfix { *zoom:1; }
.clearfix:before {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after {
	display:table;
	content:"";
	line-height:0;
	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;
}
.error404-holder p { display:none; }
.order-online {
	float:right;
	padding-top:30px;
	margin-right:-4px;
}
.header-right a {
	color:#AFAEAE;
	font-size:16px;
	transition:all 0.5s ease-in-out;
}
.header-right a:hover { color:#8C001A; }
.header-right div { margin:10px 0; }
.header-right .social-nets-wrapper { padding:0; }
.header-right .social li a {
	color:#AFAEAE;
	border-color:#AFAEAE;
	margin-top:30px;
}
.header-right .header-img-block {
	display:inline-block;
	border-radius:40px;
	background:#D2D2D2;
	margin:0;
}
@media (min-width: 1200px) {
	.cherry-fixed-layout .main-holder { max-width:1230px; }
	.logo_h { width:auto; }
	.widget .search-form_it { width:236px; }
	.nav-wrapper.isStuck { max-width:1230px; }
	.camera_caption.fadeFromBottom { margin-bottom:135px; }
	.post-author_desc { overflow:hidden !important; }
	.comments-custom_txt { overflow:hidden; }
	.banner-wrap.banner-1 h5 { font-size:36px; }
	.hero-unit h1 { padding:0 100px; }
	.wpcf7-not-valid-tip { padding-left:21px !important; }
	img.alignnone.extra { margin:-77px 0 -69px 0; }
	.content_box .top {
		width:1230px;
		margin:0 0 0 -615px;
	}
	.content_box .bottom {
		width:1230px;
		margin:0 0 0 -615px;
	}
}
@media (max-width: 767px) {
	.header {
		padding-top:30px;
		padding-bottom:30px;
	}
	.header .top-row {
		text-align:center;
		padding-bottom:30px;
	}
	.phone { float:none; }
	.logo {
		float:none !important;
		margin-bottom:21px;
		width:100%;
		position:static;
		left:0;
		margin-top:10px;
	}
	.logo img { width:100%; }
	.logo_h {
		width:auto;
		float:none;
	}
	.logo_tagline {
		border:none;
		padding:0;
		margin:0;
		max-width:none;
		float:none;
	}
	.widget .search-form_it {
		margin-bottom:3px;
		width:100%;
		height:48px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.nav__primary {
		background-color:transparent;
		border:none;
	}
	.nav-wrapper.isStuck {
		position:relative !important;
		top:0 !important;
	}
	.slider {
		margin-left:-20px;
		margin-right:-20px;
	}
	.camera_caption {
		width:auto;
		left:17px;
		right:17px;
		margin:0;
	}
	.camera_caption >div { padding:10px; }
	.camera_caption h2 {
		font-size:30px;
		margin:0;
		font-size:24px;
	}
	.camera_caption h3 { display:none; }
	.camera_caption p {
		font-size:13px;
		line-height:24px;
		margin-bottom:10px;
	}
	.camera_caption .btn-primary.btn-large { padding:8px 15px; }
	.camera_caption h4 { font-size:16px; }
	.camera_caption.fadeFromBottom { margin-bottom:17px; }
	.content-holder { padding-bottom:10px; }
	.title-section { padding-top:0; }
	.comment .comment-body .wrapper >.extra-wrap { overflow:visible !important; }
	.comment-author .author { padding-top:10px; }
	.comment-list ul.children { margin:0; }
	#commentform p.field input[type="text"] {
		width:100%;
		height:48px;
	}
	.comments-custom .extra-wrap { overflow:visible !important; }
	.recent-posts.recipes .featured-thumbnail { width:200px; }
	.banner-wrap p {
		font-size:13px;
		line-height:24px;
	}
	.banner-wrap.banner-1 { margin-bottom:20px; }
	.banner-wrap.banner-1 .desc { padding:20px; }
	.banner-wrap.banner-1 h5 { font-size:22px; }
	.banner-wrap.banner-2 { max-width:354px; }
	.banner-wrap.banner-2 .desc { padding:20px; }
	.banner-wrap.banner-2 h5 { margin-bottom:12px; }
	.banner-wrap.banner-2 p { margin-bottom:8px; }
	.carousel-wrap >h2 {
		font-size:25px;
		width:68%;
	}
	.es-carousel_li { margin-right:10px !important; }
	.es-nav span { margin-top:-62px; }
	.hero-unit h1 {
		font-size:30px;
		line-height:1.2em;
	}
	.service-box { margin-bottom:30px; }
	.service-box h2 { margin-bottom:10px; }
	.service-box_txt { margin-bottom:15px; }
	.footer { padding:30px 0; }
	.footer-logo { text-align:center; }
	.footer-widgets .widget-footer {
		margin-bottom:20px;
		text-align:center;
	}
	.footer-widgets address p span { text-align:left; }
	.footer-widgets .widget-title { font-size:30px; }
	nav.footer-nav ul li { padding:0 5px; }
	.footer-text { margin-bottom:0; }
	.social-nets-wrapper {
		text-align:center;
		padding:30px 0;
	}
	img.alignnone.extra { margin:-20px 0; }
	img.alignleft.extra {
		float:none !important;
		display:block;
		margin-right:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.content_box { padding:30px 0; }
	.content_box.testimonials {
		padding-left:20px;
		padding-right:20px;
	}
	.btn-send.btn-large { padding:8px 15px; }
	.item-service {
		width:100%;
		height:auto;
		float:none;
		margin:0 auto;
	}
	#sidebar { text-align:center; }
	.title-header { text-align:center; }
	.price-right {
		padding:24px 5px;
		font-size:24px;
	}
	.price-right span { font-size:16px; }
	.price-feeds { font-size:16px; }
	.block-price div { min-width:65px; }
	.order-online {
		width:100%;
		text-align:center;
		float:none;
		padding-top:0;
	}
	.header-right { display:none; }
}
@media (max-width: 1200px) {
	.logo { width:300px; }
	.header-right { top:6px; }
	.header-right div { margin:5px 0; }
	.header-right .social li a { margin-top:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		width:auto;
		text-align:left;
	}
	.logo_h { width:53%; }
	.logo_tagline { margin-top:0; }
	.widget .search-form_it {
		margin-bottom:3px;
		width:100%;
		height:48px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.nav-wrapper.isStuck { max-width:764px; }
	.camera_caption.fadeFromBottom { margin-bottom:28px; }
	.camera_caption h2 { font-size:50px; }
	.comment .comment-body .wrapper >.extra-wrap { overflow:visible !important; }
	.comment-author .author { padding-top:10px; }
	.comment-list ul.children { margin:0; }
	#commentform p.field input[type="text"] {
		width:100%;
		height:48px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.comments-custom .extra-wrap { overflow:visible !important; }
	.recent-posts.recipes .featured-thumbnail { width:200px; }
	.banner-wrap p {
		font-size:13px;
		line-height:24px;
	}
	.banner-wrap.banner-1 .desc { padding:20px; }
	.banner-wrap.banner-1 h5 { font-size:22px; }
	.banner-wrap.banner-2 .desc { padding:15px 20px; }
	.banner-wrap.banner-2 h5 {
		font-size:25px;
		line-height:28px;
		margin-bottom:12px;
	}
	.banner-wrap.banner-2 p { margin-bottom:8px; }
	.service-box h2 { font-size:32px; }
	.footer-widgets .widget-title { font-size:25px; }
	.footer-widgets address p span {
		width:auto;
		display:block;
	}
	.footer-widgets address a { margin-left:0; }
	nav.footer-nav ul { text-align:left; }
	nav.footer-nav ul li { padding:0 10px 0 0; }
	.wpcf7-not-valid-tip { padding-left:4px !important; }
	img.alignnone.extra { margin:-30px 0; }
}
@media (max-width: 480px) {
	.camera_caption {
		left:10px;
		right:10px;
	}
	.camera_caption h2 {
		font-size:25px;
		margin-bottom:10px;
	}
	.camera_caption p { display:none; }
	.camera_caption.fadeFromBottom { margin-bottom:10px; }
	.nav-pills li a { padding:0; }
	.recent-posts.recipes .featured-thumbnail {
		width:auto;
		float:none;
		margin-right:0;
	}
	.banner-wrap.banner-1 .desc {
		bottom:15px;
		left:15px;
		right:15px;
		padding:10px;
	}
	.banner-wrap.banner-1 h5 { font-size:18px; }
	img.alignnone.extra { margin:0; }
	.block-price h3 { font-size:18px; }
	.price-right span { font-size:13px; }
	.price-feeds { font-size:13px; }
}
@media (max-width: 768px) {
	.nearest { text-align:center; }
	.nearest a {
		top:-30px !important;
		float:none;
	}
}
@media (max-width: 979px) {
	.footer-widgets .widget-title { font-size:30px; }
	.footer-text-h3 { font-size:30px; }
	.header-right { top:44px; }
	.header-right .social li a { top:35px; }
}
@media (min-width: 979px) and (max-width: 1200px) {
	.logo img { width:100%; }
}
@media (max-width: 420px) {
	.fb_iframe_widget_fluid {
		display:block !important;
		width:100%;
		height:100% !important;
		margin:0;
	}
	.fb_iframe_widget_fluid >span { width:100% !important; }
	.fb_iframe_widget iframe {
		display:block !important;
		width:100%;
		height:100% !important;
		margin:0;
	}
	.content-holder-2 { font-size:30px; }
}
