html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: top;
	height:auto;
	max-width:100%;

}
body, html{height:100%;}
body {
	width:100%;
	font:14px "Gotham", Arial, Helvetica, sans-serif;
	color: #262626;
	background: #f3f1ee;
	min-width:320px;
	-webkit-text-size-adjust: none;
	margin:0;
	display:table;
	table-layout:fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.fixed-body{overflow:hidden;}
input, textarea, select, button {
	outline: none;
	font-family: "Gotham", Arial, Helvetica, sans-serif;
}
*:focus {
    outline: none;
}
a{
	color: #262626;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
/* wrapper */
#wrapper{
	position:relative;
	display:table-cell;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.page-holder{
	padding:0 15px;
	max-width:1242px;
	margin:0 auto;
}
.page-holder:after{
	content:"";
	clear:both;
	display:block;
}
header .page-holder{
	max-width:1212px;
}
.h-top-area .page-holder{
	position:relative;
	padding-right:43px;
}
.h-top-area .page-holder:before{
	content:"";
	position:absolute;
	top:0; right:43px;
	display:block;
	width:1px; height:100%;
	background:#dda231;
}
/* header */
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}
header.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.i-map-page header{background:#262626;}
header.fixed{
	position:fixed;
	z-index:101;
}
header.fixed .logo{
	width:180px;
	left:27px;
	top:-28px;
}
header.fixed .nav-area{padding:0;}
header.fixed .btn-donate{
	border-radius:0;
	font-size:16px;
	padding:15px 36px 14px 36px;
}
header.fixed #nav{
	font-size:15px;
	padding:15px 0 0;
}
header.fixed #nav li{padding:0 0 0 28px;}
header.fixed .top-nav{font-size:13px;}
header.fixed .h-top-area{padding:16px 0 11px;}
header.fixed .h-section:after,
header.fixed .h-section:before{background-size:auto auto;}
header.fixed .search-area .btn-search{margin:2px 0 0;}
header.fixed .search-area .search-row input[type="text"]{
	height:43px;
	padding:12px 19px 14px;
	font-size:14px;
}
header.fixed .search-area .search-row input[type="submit"]{top:13px;}
header.fixed .m-nav-link{margin:14px 0 0;}
.h-top-area{
	text-align:right;
	padding:10px 0;
	background:rgba(24,24,24,0.64);
}
.top-nav{
	display:inline-block;
	vertical-align:top;
	list-style:none;
	font-size:14px;
	line-height:1.92;
	padding:0 11px 0 0;
	font-weight:500;
}
.top-nav li{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 17px;
}
.top-nav a{
	text-decoration:none;
	color:#fff;
}
.top-nav a:hover{color:#dda231;}
.search-area{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.h-top-area .search-area{
	position:absolute;
	right:15px; top:50%;
	margin-top:-13px;
	padding:1px 0 2px 7px;
}
.search-area .search-row{
	display:none;
	position:absolute;
	right:-10px;
	top:-11px;
	z-index:100;
	width:380px;
}
.search-area .search-row input[type="text"]{
	width:100%;
	border:0;
}
.search-area .search-row input[type="submit"]{
	background:url(../images/ico-search-or.png) no-repeat;
	width:20px;
	height:20px;
	padding:0;
	position:absolute;
	right:10px;
	top:14px;
	text-indent:-9999px;
}
.search-area .btn-search{
	text-align:left;
	display:block;
	background:url(../images/ico-search.png) no-repeat;
	width:20px;
	height:20px;
	margin:3px 0 0;
	overflow:hidden;
	text-indent:-9999px;
}
.h-section{
	background:#fff;
	position:relative;
}
.h-section:before{
	content:"";
	background:url(../images/bg-h-area-top-l.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-size:auto 100%;
}
.h-section:after{
	content:"";
	background:url(../images/bg-h-area-r.png) no-repeat 100% 0;
	position:absolute;
	top:0;
	right:0;
	width:40%;
	height:100%;
	background-size:auto 100%;
}
.h-section .page-holder{
	position:relative;
	z-index:10;
}
.h-section .logo{
	position:absolute;
	top:-26px;
	left:20px;
}
.h-section .logo a img{
    width:80%;
}
.m-nav-link{
	display:none;
	margin:18px 5px 0 0;
	position:relative;
	width:36px;
	height:21px;
	text-align:left;
	border-top:3px solid #0c6c48;
	text-indent:-9999px;
}
.m-nav-link:before,
.m-nav-link:after{
	content:"";
	height:3px;
	background:#0c6c48;
	width:100%;
	position:absolute;
	top:7px;
	left:0;
}
.m-nav-link:after{top:17px;}
.nav-area{
	padding:12px 0;
	text-align:right;
}
#nav{
	padding:17px 0 0;
	list-style:none;
	font-size:18px;
	line-height:1.3;
	display:inline-block;
	vertical-align:top;
	font-weight:500;
}
#nav li{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 32px;
}
#nav li:first-child{padding-left:0;}
#nav a{
	text-decoration:none;
	color:#0b6c48;
}
#nav a:hover{opacity:0.75;}
.btn-donate{
	display:inline-block;
	vertical-align:top;
	background:#fdba38;
	color:#6d4c0c;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	padding:18px 24px;
	border-radius:4px;
	text-transform:capitalize;
	text-decoration:none;
	margin:0 0 0 27px;
}
.btn-donate:hover{opacity:0.8;}
/* main */
#main{
	overflow:hidden;
	background:#f3f1ee;
}
.main-gallery{
	overflow:hidden;
	position:relative;
}
.main-gallery .box{
	display:none;
	width:100%;
	position:relative;
	float:left;
	padding:275px 0 330px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.main-gallery .slick-list .box,
.main-gallery .box:first-child{display:block;}
.main-gallery .box:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/bg-gallery-decor.png) no-repeat 50% 0;
	background-size:cover;
	opacity:0.55;
}
.main-gallery .box .page-holder{
	position:relative;
	z-index:10;
	color:#fff;
}
.main-gallery .box h2{
	margin:0 0 11px;
	text-transform:uppercase;
	font-size:64px;
	line-height:1;
	font-weight:900;
	text-shadow:0 0 3px #333;
}
.main-gallery .box .txt{
	display:block;
	font-size:20px;
	line-height:1.3;
}
.main-gallery .txt-box{
	position:relative;
	padding:65px 0 62px 79px;
}
.main-gallery .txt-box:after,
.main-gallery .txt-box:before{
	content:"";
	position:absolute;
	bottom:0;
	left:22px;
	height:290px;
	width:17px;
	background:url(../images/img-rectangle.svg) no-repeat 0 100%;
	transform:scale(-1);
	transform:scaleY(-1);
}
.main-gallery .txt-box:after{
	background:url(../images/img-rect-h.svg) no-repeat 100% 0;
	width:275px;
	height:17px;
}
.main-gallery .slick-dots{
	position:absolute;
	bottom:260px;
	left:0;
	width:100%;
	text-align:center;
}
.main-gallery .slick-dots li{
	display:inline-block;
	vertical-align:top;
	padding:0 5px;
}
.main-gallery .slick-dots button{
	width:36px;
	height:5px;
	background:#6f6f6e;
	padding:0;
	text-indent:-9999px;
}
.main-gallery .slick-dots .slick-active button{background:#fdba38;}
.info-area{
	position:relative;
	background:#ada79d url(../images/bg-info-area.png) no-repeat 50% 50%;
	background-size:cover;
}
.side-block-add{
	position:absolute;
	right:0 !important;
	left:auto !important;
	top:-55%;
	z-index:100;
}
.i-map-page .side-block-add{top:400px;}
.main-area .side-block-add{top:-40%;}
.merchant-page .main-area .side-block-add{top:-270px;}
.side-block-add .holder > a{
	float:left;
	width:77px;
	text-decoration:none;
	box-shadow:1px 1px 4px rgba(0,0,0,0.5);
	background:#fff;
}
.side-block-section{
	overflow:hidden;
	max-width:673px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.side-block-section .top-side-block{
	position:relative;
	background:url(../images/bg-decor-popup.png) no-repeat 100% 0;
	min-height:161px;
	padding:42px 40px 24px 45px;
}
.side-block-section .top-side-block h3{
	margin:0 0 -4px;
	color:#1c1c1c;
	font-size:30px;
	line-height:1.1;
	text-transform:uppercase;
}
.side-block-section .top-side-block h2{
	margin:0 0 8px;
	color:#0b6c48;
	font-size:40px;
	line-height:1.1;
	font-weight:700;
}
.side-block-section .top-side-block h4{
	margin:0 0 10px;
	font-size:16px;
	line-height:1.2;
	font-weight:700;
}
.side-block-section .top-side-block .btn-close{
	position:absolute;
	right:0;
	top:0;
	background:#0c6c48 url(../images/btn-close.png) no-repeat 50% 50%;
	text-indent:-9999px;
	width:48px;
	height:48px;
	z-index:10;
}
.side-block-section .video-area{
	position:relative;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.side-block-section .video-area .txt{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	padding:109px 0 0;
	font-size:16px;
	line-height:1.25;
	color:#fff;
	margin:-66px 0 0;
	background:url(../images/ico-play-v.png) no-repeat 50% 0;
}
.charge-lst{
	list-style:none;
	min-height:62px;
	background:#d8d8d8;
	padding:0 10px 0 46px;
}
.charge-lst li{
	position:relative;
	display:inline-block;
	vertical-align:top;
	position:relative;
	z-index:10;
	width:49%;
	padding:0 0 0 112px;
}
.charge-lst .num-box{
	position:absolute;
	top:-19px;
	left:0;
	background:#0c6c48;
	width:102px;
	height:102px;
	border-radius:102px;
	text-align:center;
	font-size:64px;
	font-weight:700;
	line-height:98px;
	color:#fff;
}
.charge-lst li:last-child .num-box .num{
	display:block;
	padding:0 0 0 10px;
}
.charge-lst .num-box .txt{
	position:absolute;
	top:15px;
	left:20px;
	font-size:30px;
	line-height:1;
	font-weight:300;
}
.charge-lst .txt-box{padding:3px 0 0;}
.charge-lst .txt-box h4{
	margin:0;
	font-size:20px;
	line-height:1.2;
	font-weight:700;
	color:#262626;
}
.charge-lst .txt-box h4 span{
	font-weight:normal;
	display:block;
}
.side-block-add .top-box{
	background:#fdba38;
	text-align:center;
	padding:16px 0 39px;
}
.side-block-add .holder{
	width:750px;
	position:relative;
	margin:0 -673px 0 0;
	transition:margin 0.3s linear;
}
.side-block-add.active .holder{margin:0;}
.side-block-add .top-box .ico{
	background:#034529;
	width:54px;
	height:54px;
	border-radius:54px;
	position:relative;
	margin:0 auto 63px;
}
.side-block-add .top-box .ico img{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.side-block-add .top-box .txt{
	display:block;
	line-height:1;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	text-align:left;
	transform:rotate(-90deg);
}
.side-block-add .b-block{
	text-align:center;
	padding:13px 13px;
}
.side-block-add .b-block .ttl{
	display:block;
	color:#262626;
	margin:0 0 -7px;
	font-size:15px;
	font-weight:700;
	line-height:1.2;
}
.side-block-add .b-block .num{
	margin:0 0 -5px;
	display:block;
	color:#115b38;
	font-size:48px;
	line-height:1.2;
	font-weight:300;
}
.side-block-add .b-block .hold{
	border-bottom:1px solid #4a4a4a;
	padding:0 0 17px;
	position:relative;
	margin:0 0 24px;
}
.side-block-add .b-block .hold:after{
	content:"";
	position:absolute;
	bottom:-24px;
	left:50%;
	margin:0 0 0 -5px;
	width:10px;
	height:16px;
	background:url(../images/img-arrow.png) no-repeat;
}
.side-block-add .active .b-block .hold:after{transform:scaleX(-1);}
.info-area-row-holder{
	top:-175px;
	position:relative;
	z-index:10;
}
.info-area-row{
	margin:0 0 63px;
	background:#fff;
	position:relative;
}
.info-area-row:after{
	content:"";
	clear:both;
	display:block;
}
.info-area-row:before{
	content:"";
	position:absolute;
	left:22px;
	bottom:-9px;
	height:9px;
	width:96%;
	background:#7f7d78;
	opacity:0.5;
}
.info-area-row .holder:before,
.info-area-row .holder:after{
	content:"";
	position:absolute;
	bottom:-32px;
	z-index:4;
	right:27px;
	height:230px;
	width:17px;
	background:url(../images/img-rectangle.svg) no-repeat 0 100%;
	transform:scale(-1);
}
.info-area-row .holder:before{
	background:url(../images/img-rect-h.svg) no-repeat 100% 0;
	width:275px;
	height:17px;
}
.info-block{
	position:relative;
	float:left;
	max-width:545px;
	width:45%;
	padding:66px 53px 66px 61px;
}
.info-block:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/img-corn.png) no-repeat;
	width:238px;
	height:208px;
}
.info-block .hold{
	position:relative;
	z-index:10;
}
.info-block h2{
	margin:0 0 15px;
	color:#0b6c48;
	font-size:36px;
	line-height:1.3;
	font-weight:700;
}
.info-block p{
	margin:0 0 36px;
	line-height:1.42;
	font-size:14px;
}
.info-block p strong{font-weight:bold;}
.info-block .btn{
	display:block;
	background:#de4b37;
	font-size:18px;
	line-height:1.3;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:17px 0 19px;
	border-radius:4px;
}
.info-block .btn:hover{opacity:0.9;}
.info-box{
	overflow:hidden;
	text-align:center;
	background:url(../images/img-pig.jpg) no-repeat 50% 50%;
	background-size:cover;
	position:relative;
	padding:0 0 46px;
}
.info-box a{
	display:block;
	padding:60px 0 206px;
	color:#fff;
	text-decoration:none;
	background:url(../images/ico-arrow-play.png) no-repeat 50% 100%;
}
.info-box h2{
	color:#fbad2c;
	margin:0 0 -4px;
	font-size:58px;
	line-height:1.2;
	font-family:Arvo;
}
.info-box .text{
	display:block;
	font-size:18px;
	line-height:1.2;
	font-weight:500;
}
.info-lst{
	margin:0 -20px 35px 0;
}
.info-lst:after{
	content:"";
	clear:both;
	display:block;
}
.info-lst .box{
	float:left;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	width:33.33%;
	padding:0 20px 0 0;
}
.info-lst .holder{
	background:#034529;
	padding:35px 32px 27px;
	color:#fff;
	position:relative;
}
.info-lst .btn-more{
	position:absolute;
	right:15px;
	bottom:8px;
	background:url(../images/bg-more.png) no-repeat;
	width:65px;
	height:71px;
	overflow:hidden;
	text-indent:-9999px;
}
.news-lst .lst,
.info-lst .lst{
	list-style:none;
	font-size:13px;
	line-height:1.3;
	font-weight:500;
	padding:0 0 10px;
	color:#fff;
}
.news-lst .lst{padding:0 0 33px;}
.news-lst .lst li,
.info-lst .lst li{
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding:0 7px 0 0;
	margin:0 2px 0 0;
}
.news-lst .lst li:after,
.info-lst .lst li:after{
	content:"";
	position:absolute;
	right:0;
	top:3px;
	width:1px;
	height:11px;
	background:#d3a635;
}
.news-lst .lst li:last-child:after,
.info-lst .lst li:last-child:after{display:none;}
.info-lst .lst li a{
	color:#fdba38;
	text-decoration:none;
}
.news-lst .lst a{
	color:#fff;
	text-decoration:none;
}
.info-lst h3{
	margin:0 0 25px;
	font-weight:900;
	font-size:34px;
	line-height:1;
	text-shadow:0 0 4px #000;
}
.info-lst h3 a{
	background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(253, 186, 56,1.0) 50%);
	background-size: 200%;
	background-position: 0 0;
	transition: .5s ease-in-out;
}
.info-lst .box:hover h3 a{background-position: -100% 0;}
.info-lst .box:hover{
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.info-lst h3 a{
	color:#fff;
	text-decoration:none;
}
.info-lst p{
	margin:0;
	font-size:14px;
	line-height:1.35;
}
.info-add-block{
	background:url(../images/bg-wood-texture.png) no-repeat 50% 50%;
	background-size:cover;
	padding:18px 33px 18px 18px;
	border:15px solid #f3f1ee;
	overflow:hidden;
}
.info-add-block h2{
	float:left;
	background:rgba(38,38,38,0.9);
	padding:43px 55px;
}
.info-add-block h2{
	margin:0 35px 0 0;
	color:#fff;
	font-size:30px;
	line-height:1.3;
	font-weight:300;
}
.info-add-block h2 span{
	color:#fbad2c;
}
.find-area{
	margin:36px 0 0;
	overflow:hidden;
	position:relative;
}
.find-area .adv-link{
	padding:20px 0 0;
	display:none;
	text-align:right;
	font-size:18px;
	line-height:1.2;
	font-weight:500;
}
.find-area .adv-link a{
	text-decoration:none;
	color:#fff;
}
.find-area .adv-link a:hover{color:#fbad2c;}
.find-area input[type="text"]{
	padding:14px 15px;
	font-size:18px;
	line-height:1.3;
	color:#393428;
	font-weight:300;
}
.find-area input[type="submit"]{
	position:absolute;
	right:11px;
	top:17px;
	background:url(../images/bg-arrow-send.png) no-repeat;
	width:21px;
	height:14px;
	text-indent:-9999px;
	padding:0;
}
.info-area-add{
	margin:-263px 0 0;
	position:relative;
	background:#f3f1ee url(../images/bg-info-area-add.png) no-repeat 50% 100%;
	padding:145px 0 59px;
	text-align:center;
}
.info-area-add .add-logo{
	display:none;
	padding:0 0 30px;
}
.info-area-add h2{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:0 78px;
	margin:0 0 19px;
	font-size:34px;
	line-height:1.3;
	font-weight:300;
}
.info-area-add h2:after,
.info-area-add h2:before{
	content:"";
	width:145px;
	height:1px;
	position:absolute;
	top:25px;
	left:-99px;
	background:#979797;
}
.info-area-add h2:after{
	left:auto;
	right:-99px;
}
.info-area-add h2 strong{font-weight:900;}
.info-area-add h2 a{text-decoration:none;}
.info-area-add h2 span{color:#115b38;}
.insta-area{background:#f3f1ee;}
.insta-area .page-holder{
	max-width:1440px;
	padding:0;
}
.in-lst{
	font-size:0;
	list-style:none;
}
.in-lst li{
	display:inline-block;
	vertical-align:top;
	width:25%;
}
.in-lst a:hover{opacity:0.9;}
/* popup-holder */
.popup-holder{display:none;}
.popup-box{
	max-width:673px;
}
.popup-img{
	background:url(../images/img-popup01.jpg) no-repeat 50% 50%;
	background-size:cover;
	padding:74px 0 96px;
	position:relative;
	text-align:center;
	z-index:100;
}
.events .popup-img{background-image:url(../images/img-popup02.jpg);}
.resources-area .btn-close,
.popup-box .btn-close{
	position:absolute;
	right:0;
	top:0;
	background:#0c6c48 url(../images/btn-close.png) no-repeat 50% 50%;
	text-indent:-9999px;
	width:48px;
	height:48px;
	z-index:100;
}
.wpcf7-display-none{display:none;}
.popup-img h3{
	margin:0 0 -20px;
	color:#fff;
	font-size:36px;
	line-height:1.3;
}
.popup-img h2{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-size:48px;
	font-weight:700;
	padding:0 78px;
	line-height:1.3;
	position:relative;
}
.popup-img h2:after,
.popup-img h2:before{
	content:"";
	width:89px;
	height:1px;
	position:absolute;
	top:33px;
	left:-21px;
	background:#fff;
}
.popup-img h2:after{
	left:auto;
	right:-21px;
}
.logo-popup{
	position:absolute;
	bottom:-75px;
	left:0;
	width:100%;
	text-align:center;
}
.popup-box .txt-box{
	background:url(../images/bg-popup-decor.png) no-repeat 0 100%;
	padding:83px 45px;
}
.popup-box.contact .txt-box{padding:73px 45px 53px;}
.popup-box .txt-box .hold{
	border-bottom:1px solid #979797;
	padding:0 0 10px;
	margin:0 0 33px;
}
.popup-box .txt-box h3{
	margin:0 0 26px;
	text-transform:uppercase;
	font-size:14px;
	line-height:1.1;
	color:#262626;
	font-weight:700;
}
.events.popup-box .txt-box p{text-align:center;}
.popup-box .txt-box p{
	font-size:14px;
	line-height:1.42;
	margin:0 0 20px;
}
.popup-box .txt-box p strong{font-weight:700;}
.popup-box .txt-box .lst{
	list-style:none;
	font-size:13px;
	line-height:1.53;
	color:#262626;
}
.popup-box .txt-box .lst li{padding:0 0 20px;}
.popup-box .txt-box .lst strong{
	color:#115b38;
	font-weight:700;
}
.popup-add-area .ttl{
	display:block;
	padding:0 0 10px;
	font-size:16px;
	line-height:1.3;
	font-weight:700;
	text-align:center;
}
.popup-add-area .ttl a{
	color:#93152c;
	text-decoration:none;
}
.popup-add-area .ttl a:hover{text-decoration:underline;}
.popup-add-area .text-holder{
	text-align:center;
	padding:0 0 15px;
}
.popup-add-area .text{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	position:relative;
	padding:0 5px;
	font-weight:700;
}
.popup-add-area .text:after{
	content:"";
	width:100%;
	height:1px;
	background:#a39d92;
	position:absolute;
	top:10px;
	left:0;
}
.popup-add-area .text span{
	position:relative;
	z-index:5;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:0 6px;
}
.popup-add-area .btn-box{
	text-align:center;
}
.popup-add-area .btn-box a{
	display:inline-block;
	vertical-align:top;
	background:#0c6c48;
	color:#fff;
	padding:17px 38px 18px;
	font-size:18px;
	line-height:1.3;
	border-radius:3px;
	text-decoration:none;
	font-weight:500;
}
.popup-add-area .btn-box a:hover{
	opacity:0.7;
}
.resources-area{
	position:fixed;
	top:0;
	right:-496px;
	max-width:496px;
	width:100%;
	background:#4e4a42;
	z-index:500;
	height:100%;
	overflow:auto;
	box-shadow:0 0 15px #615b4e inset;
}
.resources-area .holder{
	padding:67px 58px 67px 63px;
	color:#fff;
}
.resources-area h3{
	text-transform:uppercase;
	font-size:18px;
	line-height:1.2;
	font-weight:700;
	margin:0 0 17px;
}
.resources-area p{
	margin:0 0 31px;
	font-size:14px;
	line-height:1.85;
}
.resources-area .btn-lst{
	list-style:none;
}
.resources-area .btn-lst li{padding:0 0 19px;}
.resources-area .btn-lst a{
	display:block;
	background:#726c5f;
	padding:32px 72px 33px;
	position:relative;
	text-decoration:none;
	color:#fff;
	line-height:1.1;
	font-size:14px;
	font-weight:700;
}
.resources-area .btn-lst a:hover{opacity:0.7;}
.resources-area .btn-lst a:after,
.resources-area .btn-lst a:before{
	content:"";
	position:absolute;
	top:20px;
	left:24px;
	background:url(../images/ico-file.png) no-repeat;
	width:33px;
	height:43px;
}
.resources-area .btn-lst a:after{
	background:url(../images/ico-download.png) no-repeat;
	width:30px;
	top:23px;
	height:30px;
	left:auto;
	right:23px;
}
.mobile-menu{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:101;
	overflow:auto;
}
.mobile-menu .holder{
	padding:28px;
	position:relative;
}
.mobile-menu .btn-close{
	position:absolute;
	right:28px;
	top:32px;
	background:url(../images/bg-btn-close-m.png) no-repeat;
	width:28px;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
}
.m-menu{
	list-style:none;
	padding:0 0 0 35px;
	font-size:24px;
	line-height:1.2;
	font-weight:500;
}
.m-menu a{
	text-decoration:none;
	color:#0b6c48;
}
.m-menu a:hover{color:#fbad2c;}
.m-menu ul{
	font-size:18px;
	list-style:none;
	padding:22px 0 0 40px;
	margin:0 0 -22px;
}
.m-menu ul li{padding:0 0 18px;}
.m-menu > li{padding:0 0 40px;}
.nav-logo{padding:5px 0 33px;}
.top-img-section{
	padding:200px 0 230px;
	background-size:cover !important;
	background-repeat:no-repeat;
	background-position:50% 0;
}
.m-profile-page .top-img-section{padding-bottom:190px;}
.merchant-page .top-img-section{padding:240px 0 84px;}
.news-detail-page .top-img-section{padding:235px 0 240px;}
.recipe.news-detail-page .top-img-section{padding:275px 0 270px;}
.recipe-page .top-img-section{
	padding:200px 0 60px;
	background:#085035;
}
.news-page .top-img-section{padding:245px 0 80px;}
.top-img-section h1{
	position:relative;
	color:#fff;
	padding:80px 0 65px 77px;
	text-transform:uppercase;
	font-size:64px;
	line-height:1;
	font-weight:900;
	text-shadow:0 0 3px #333;
}
.top-img-section h1.no-upper{text-transform:none;}
.top-img-section h1:after,
.top-img-section h1:before{
	content:"";
	position:absolute;
	bottom:0;
	left:22px;
	height:210px;
	width:17px;
	background:url(../images/img-rectangle.svg) no-repeat 0 100%;
	transform:scale(-1);
	transform:scaleY(-1);
}
.top-img-section h1:after{
	background:url(../images/img-rect-h.svg) no-repeat 100% 0;
	width:275px;
	height:17px;
}
.news-detail-page .top-img-section h1:before,
.recipe-page .top-img-section h1:before{height:152px;}
.news-detail-page .top-img-section h1,
.recipe-page .top-img-section h1{padding:60px 0 35px 67px;}
.news-detail-page .top-img-section h1{padding-bottom:50px;}
.main-area{
	padding:0 0 115px;
	position:relative;
}
.news-detail-page .main-area{padding:0 0 60px;}
.main-area > .page-holder{margin-top:-100px;}
.m-profile-page .main-area > .page-holder{margin-top:-80px;}
.news-detail-page .main-area > .page-holder{margin-top:-160px;}
.news-page .main-area > .page-holder{margin-top:-35px;}
.content-area{
	float:right;
	max-width:855px;
	width:71%;
	padding:0 0 0 20px;
}
.news-page .content-area{
	position:relative;
	z-index:2;
	max-width:944px;
	width:79%;
}
.content-block{
	overflow:hidden;
	background:#fff;
	margin:0 0 18px;
	padding:48px 61px 42px;
	box-shadow:0 0 10px rgba(0,0,0,.07);
}
.content-block.inner{padding:37px 46px 32px;}
.m-profile-page .content-block{
	padding:42px 61px 20px;
	margin:0 0 35px;
}
.content-block .img{
	margin:10px 48px 0 0;
	float:left;
	max-width:245px;
	width:35%;
}
.side-area{
	float:left;
	position:relative;
	max-width:343px;
	width:29%;
}
.side-area.inner{
	max-width:240px;
	width:21%;
}
.side-area.inner{padding:0 0 199px;}
.side-area.inner:after{
	content:"";
	position:absolute;
	bottom:30px;
	left:-10px;
	background:url(../images/bg-side-area.png) no-repeat;
	width:284px;
	height:199px;
	z-index:0;
}
.side-area .info-add-block{
	padding:18px;
	border:0;
	margin:0 0 24px;
}
.side-area .info-add-block .holder{
	background:rgba(38,38,38,0.9);
	padding:19px;
}
.side-area .info-add-block h2{
	background:none;
	font-weight:500;
	margin:0 0 9px;
	float:none;
	padding:0;
	font-size:18px;
}
.side-area .find-area{
	margin:0;
}
.side-area .adv-link{
	padding:12px 0 0;
	display:block;
	font-size:14px;
}
.side-area .find-area input[type="text"]{
	font-size:14px;
}
.side-area .side-block{
	position:relative;
	z-index:2;
	background:#262626;
	padding:27px 30px 17px;
}
.news-page .side-area .side-block{padding:23px 30px 34px;}
.side-area .side-block ul{
	list-style:none;
	font-size:14px;
}
.news-page .side-area .side-block ul{
	padding:0 0 7px;
	text-transform:capitalize;
}
.side-area .side-block li{padding:0 0 23px;}
.news-page .side-area .side-block li{padding:0 0 9px;}
.side-area .side-block li.title{font-weight:bold;}
.side-area .side-block a{
	color:#fff;
	text-decoration:none;
}
.side-area .side-block li.title a{color:#fbad2c;}
.side-area .side-block li.title a:hover{opacity:0.75;}
.side-area .side-block li.active a,
.side-area .side-block a:hover{color:#fbad2c;}
.side-area .side-block li.active a{font-weight:700;}
.side-block-ad{
	max-width:333px;
	padding:22px 0 0;
	background:url(../images/bg-side-decor.png) no-repeat 50% 0;
}
.side-block-ad .holder{
	padding:27px 21px;
	background:rgba(38,38,38,0.33);
}
.column-group.decor{
	border-top:9px solid #ede6da;
	padding:29px 0 0;
}
.main-area .page-holder{max-width:1227px;}
.news-page .main-area .page-holder{max-width:1217px;}
.browse-row{
	padding:10px 0;
	background:#fff;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
}
.browse-row .ttl{
	float:left;
	font-size:16px;
	line-height:1.2;
	padding:19px 21px 0 0;
	font-weight:500;
}
.browse-row .ttl span{
	font-weight:normal;
	color:#868686;
}
.browse-row .field{
	float:left;
	width:53%;
	max-width:634px;
	box-shadow:0 0 6px #dedede;
}
.browse-row .field input[type="text"]{
	border:1px solid #a9a9a9;
	color:#938f87;
	height:56px;
	padding:18px 24px 16px;
}
.browse-row ::-webkit-input-placeholder{color: #938f87;}
.browse-row :-moz-placeholder{color: #938f87;}
.browse-row ::-moz-placeholder{
	color: #938f87;
	opacity: 1;
}
.browse-row :-ms-input-placeholder{color: #938f87;}
.browse-area{padding:25px 0;}
.recipe-page .top-img-section .page-holder{max-width:1426px;}
.browse-row .page-holder,
.browse-area .page-holder{max-width:1330px;}
.recipe-page .browse-row .page-holder, .recipe-page .browse-area .page-holder{max-width:1387px;}
.browse-lst-area .link{
	display:none;
	background:#0c6c48;
	text-decoration:none;
	color:#fff;
	position:relative;
	font-size:18px;
	text-align:center;
	padding:13px 55px;
	margin:0 0 10px;
	line-height:1.3;
	font-weight:700;
}
.browse-lst-area .link:after{
	content:"";
	position:absolute;
	right:32px;
	top:50%;
	margin:-7px 0 0;
	background:url(../images/img-arrow-d.png) no-repeat;
	width:19px;
	height:13px;
}
.browse-lst-area .link.active:after{transform:scaleY(-1);}
.browse-lst-area{
	border-bottom:1px solid #979797;
	padding:0 0 10px;
	margin:0 0 31px;
}
.browse-lst{
	list-style:none;
	font-size:14px;
	line-height:1.3;
}
.browse-lst li{
	display:inline-block;
	vertical-align:top;
	padding:0 15px 15px 0;
}
.browse-lst a{
	display:block;
	border:1px solid #979797;
	color:#464545;
	padding:9px 18px;
	text-decoration:none;
}
.browse-lst .active a,
.browse-lst a:hover{
	background:#0c6c48;
	color:#fff;
}
.browse-items{
	list-style:none;
	margin:0 -13px 0 0;
}
.browse-items > li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	padding:0 13px 30px 0;
	/*background:url(../images/ico-loading.png) no-repeat 50% 50%;*/
}
.recipe-page .browse-items > li{padding-bottom:14px;}
.browse-items.not-masonry{margin:0 -32px 0 0;}
.browse-items.not-masonry > li{
	width:33.33%;
	margin:0 -4px 0 0;
	padding:0 32px 0 0;
}
.browse-items .holder{
	opacity:0;
	background:#fff;
	position:relative;
	z-index:10;
	border:solid #cccbc8;
	border-width:1px 1px 4px;
}
.browse-items .img{
	position:relative;
	overflow:hidden;
}
.browse-items .img a{display:block;}
.browse-items .img img{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.browse-items .img a:hover img{
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
}
.browse-items .img h2{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:22px 10px 18px 19px;
	font-size:19px;
	line-height:1.2;
	font-weight:500;
}
.browse-items .img h2 a{
	color:#fff;
	text-decoration:none;
}
.browse-items .add-lst a:hover,
.browse-items .img h2 a:hover{color:#fbad2c;}
.browse-items .add-lst{
	list-style:none;
	position:absolute;
	right:21px;
	top:22px;
	font-size:12px;
	line-height:1.2;
	text-align:right;
	font-weight:500;
}
.browse-items .add-lst li{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 18px;
}
.browse-items .add-lst a{
	color:#fff;
	text-decoration:none;
}
.browse-items .txt-box{
	padding:22px 15px 20px;
	overflow:hidden;
}
.browse-items .txt-box h3{
	float:left;
	width:70%;
	font-size:12px;
	line-height:1.2;
}
.browse-items .txt-box h3 strong{font-weight:500;}
.browse-items .txt-box .fav{
	float:right;
	padding:0 0 0 21px;
	color:#726c5f;
	font-size:14px;
	line-height:1.28;
	background:url(../images/ico-heart.png) no-repeat;
}
.browse-items .text-box{
	padding:23px 27px 42px;
	position:relative;
}
.recipe .browse-items .text-box{padding-bottom:32px;}
.browse-items .text-box h2{
	margin:0 0 12px;
	font-weight:900;
	font-size:24px;
	line-height:1;
}
.browse-items .text-box h2 a{
	text-decoration:none;
	transition:color 0.3s;
	-webkit-transition:color 0.3s;
}
.browse-items .text-box h2 a:hover{color:#0c6c48;}
.recipe .browse-items .text-box h2{
	font-size:20px;
	font-weight:500;
}
.browse-items .text-box p{
	margin:0 0 27px;
	font-size:14px;
	line-height:1.28;
}
.browse-items .btn-more{
	position:absolute;
	right:7px;
	bottom:8px;
	background:url(../images/bg-more.png) no-repeat;
	width:65px;
	height:71px;
	overflow:hidden;
	text-indent:-9999px;
}
.browse-items .rate-box{
	overflow:hidden;
}
.browse-items .rate-box .ico{
	float:left;
	padding:0 25px 0 0;
}
.browse-items .rate-box .txt{
	display:block;
	overflow:hidden;
	color:#4a4a4a;
	font-size:12px;
	line-height:1.2;
	font-style:italic;
	padding:4px 0 0;
}
.bg-stretch{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    background-position:50% 50%;
    background-size:cover;
}
.news-lst{
	list-style:none;
	margin:0 -21px 37px 0;
}
.news-lst > li{
	transition: .3s ease;
	-webkit-transition: .3s ease;
	width:33.33%;
	display:inline-block;
	vertical-align:top;
	margin:0 -3px 0 0;
	padding:0 21px 21px 0;
	/*background:url(../images/ico-loading.png) no-repeat 45% 45%;*/
}
.news-lst .holder{
	opacity:0;
	background:#0d6d48;
}
.news-lst .image-area{
	padding:20px 0 4px;
	position:relative;
}
.news-lst .image-area.no-img:after{
	content:"";
	position:absolute;
	bottom:0;
	left:26px;
	width:58px;
	height:3px;
	background:#fdba38;
}
.news-lst .image-area .hold{
	padding:15px 25px;
	position:relative;
	z-index:2;
}
.news-lst h2{
	margin:0;
	font-size:32px;
	line-height:1;
	font-weight:900;
	text-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.news-lst h2 a{
	color:#fff;
	text-decoration:none;
	background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(253, 186, 56,1.0) 50%);
	background-size: 200%;
	background-position: 0 0;
	transition: .5s ease-in-out;
}
.news-lst > li:hover h2 a{background-position: -100% 0;}
.news-lst > li:hover{
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.news-lst .lst a:hover{color:#fdba38;}
.news-lst .text-box{
	padding:16px 25px 75px 25px;
	position:relative;
}
.news-lst .text-box .btn-more{
	position:absolute;
	right:13px;
	bottom:17px;
	background:url(../images/bg-more02.png) no-repeat;
	width:65px;
	height:71px;
	overflow:hidden;
	text-indent:-9999px;
}
.news-lst .text-box .btn-more:hover{background-image:url(../images/bg-more02-h.png);}
.news-lst .text-box p{
	color:#fff;
	line-height:1.35;
}
.news-pagination{
	font-size:14px;
	padding:0 0 30px;
	line-height:2.14;
}
.news-pagination .btn-next,
.news-pagination .btn-prev{
	display:inline-block;
	vertical-align:top;
	background:#fdba38;
	color:#262626;
	padding:0 13px;
	margin:0 0 7px;
	text-transform:capitalize;
	border-radius:4px;
	text-decoration:none;
}
.news-pagination .btn-next:hover,
.news-pagination .btn-prev:hover{opacity:0.7;}
.news-pagination ul{
	list-style:none;
	display:inline-block;
	vertical-align:top;
	padding:0 0 7px;
}
.news-pagination li{
	display:inline-block;
	vertical-align:top;
}
.news-pagination ul a{
	display:block;
	text-decoration:none;
	width:30px;
	color:#5f594d;
	border:1px solid transparent;
	text-align:center;
	border-radius:4px;
	font-weight:bold;
}
.news-pagination ul a:hover{color:#fdba38;}
.news-pagination ul .active a{
	border-color:#9f9f9f;
	color:#5fa2dc;
	text-decoration:none;
	font-weight:500;
}
.main-frame{
	padding:0 0 25px;
	overflow:hidden;
}
.recipe .main-frame{padding:0;}
#content{
	float:left;
	max-width:835px;
	width:70%;
	margin:0 16px 0 0;
}
.m-profile-page #content{margin:0 42px 0 0;}
.content-block .date-ttl{
	display:block;
	color:#5f594d;
	line-height:1.2;
	border-bottom:1px solid #5f594d;
	padding:0 0 26px;
	margin:0 0 39px;
}
.recipe .content-block .date-ttl{margin:0 0 27px;}
.content-block .date-ttl ul{
	list-style:none;
}
.content-block .date-ttl ul li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 11px 0 0;
	margin:0 9px 0 0;
}
.content-block .date-ttl ul li:after{
	content:"";
	position:absolute;
	right:0;
	top:3px;
	width:1px;
	height:11px;
	background:#73ab96;
}
.content-block .date-ttl ul li:last-child:after{display:none;}
.content-block .date-ttl strong{
	font-weight:bold;
	color:#000;
}
.widget-socials ul,
.add-social-btns{
	list-style:none;
	overflow:hidden;
	margin:0 -18px 0 0;
	padding:5px 0 0;
}
.widget-socials li,
.add-social-btns li{
	float:left;
	padding:0 18px 0 0;
	width:33.33%;
	text-align:center;
}
#sidebar .widget-socials li a,
.add-social-btns a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	line-height:1.2;
	padding:19px 10px;
	border-radius:4px;
	font-weight:500;
}
.widget-socials .fa{
	font-size:20px !important;
	padding:18px 10px !important;
}
.widget-socials li a:hover,
.add-social-btns a:hover{opacity:0.7;}
.widget-socials .fb,
.add-social-btns a.fb,
.widget-socials .fa-facebook{
	background:#4d6baa;
}
.widget-socials .tw,
.add-social-btns a.tw,
.widget-socials .fa-twitter{
	background:#3fcef2;
}
.widget-socials .ig,
.add-social-btns a.ig,
.widget-socials .fa-instagram{
	background:#a32cc4;
}
.widget-socials .google,
.add-social-btns a.google{
	background:#e34d39;
}
.rel-articles .title{
	text-transform:uppercase;
	position:relative;
	margin:0 0 52px;
}
.recipe .rel-articles .title{margin:0 0 36px;}
.rel-articles .title:after{
	content:"";
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:1px;
	background:#979797;
}
.rel-articles .title span{
	background:#f3f1ee;
	display:inline-block;
	vertical-align:top;
	padding:0 12px 0 0;
	position:relative;
	z-index:2;
	color:#000;
	font-weight:500;
}
#sidebar{
	overflow:hidden;
}
.m-profile-page #sidebar{padding:105px 0 0;}
#sidebar.decor{
	background:url(../images/bg-side-area.png) no-repeat 50% 100%;
	background-size:auto 180px;
	padding:0 0 130px;
}
.add-info-lst{
	list-style:none;
	text-align:center;
}
.add-info-lst li{
	padding:0 15px;
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	margin:0 -4px 0 0;
}
.add-info-lst h2{
	margin:0 0 13px;
	font-weight:700;
	font-size:24px;
	line-height:1.2;
}
.add-info-lst .num{
	display:block;
	color:#115b38;
	font-size:36px;
	line-height:1.2;
	font-weight:300;
}
.add-info-lst .num span{
	font-size:18px;
	color:#8a857a;
}
.content-block .btn-add{padding:20px 0 0;}
.content-block .btn-add a{
	display:block;
	font-size:18px;
	line-height:1.2;
	font-weight:500;
	color:#fff;
	background:#0c6c48;
	padding:15px 17px;
	text-align:center;
	text-decoration:none;
	border-radius:4px;
}
.content-block .btn-add a:hover{opacity:0.7;}
.m-gallery-area h3{
	font-weight:500;
	position:relative;
	font-size:24px;
	line-height:1.3;
	margin:0 0 31px;
}
.m-gallery-area h3:after{
	content:"";
	position:absolute;
	top:16px;
	left:0;
	width:100%;
	height:1px;
	background:#979797;
}
.m-gallery-area h3 span{
	background:#f3f1ee;
	display:inline-block;
	vertical-align:top;
	padding:0 12px 0 0;
	position:relative;
	z-index:2;
	color:#000;
	font-weight:500;
}
.gallery-lst{
	list-style:none;
	margin:0 -28px 0 0;
}
.gallery-lst li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin:0 -4px 0 0;
	padding:0 28px 25px 0;
}
.lost-area{
	padding:475px 0 400px;
}
.lost-box{
	max-width:445px;
	margin:0 auto;
	position:relative;
	border:solid #979797;
	border-width:3px 0;
	text-align:center;
	padding:12px 0 22px;
}
.lost-box:after,
.lost-box:before{
	content:"";
	position:absolute;
	top:-198px;
	left:0;
	width:100%;
	background:url(../images/bg-decor-box.png) no-repeat 50% 0;
	height:198px;
}
.lost-box:after{
	top:auto;
	bottom:-198px;
	transform:scaleY(-1);
}
.lost-box h1{
	margin:0;
	font-size:144px;
	line-height:1;
	color:#000;
	font-weight:900;
}
.lost-box p{
	margin:0;
	font-size:24px;
	line-height:1.2;
	color:#115b38;
}
.main-holder{padding:260px 0 60px;}
.i-map-area{
	padding:100px 0 0;
}
.i-map-area .page-holder{
	max-width:none;
	padding:0;
}
.side-frame{
	float:left;
	padding:185px 13px 53px 36px;
	width:300px;
	background:#262626;
}
.side-frame h2{
	position:relative;
	padding:0 10px 30px 30px;
	color:#fff;
	font-size:36px;
	line-height:1;
	text-shadow:0 0 3px #000;
	margin:0 0 7px;
	font-weight:900;
}
.side-frame h2:after,
.side-frame h2:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:180px;
	width:17px;
	background:url(../images/img-rectangle.svg) no-repeat 0 100%;
	transform:scale(-1);
	transform:scaleY(-1);
}
.side-frame h2:after{
	background:url(../images/img-rect-h.svg) no-repeat 100% 0;
	width:215px;
	height:17px;
}
.find-area input[type="text"]{
	color:#393428;
	font-size:14px;
}
.find-area ::-webkit-input-placeholder{color: #393428;}
.find-area :-moz-placeholder{color: #393428;}
.find-area ::-moz-placeholder{
	color: #393428;
	opacity: 1;
}
.find-area :-ms-input-placeholder{color: #393428;}
.side-links{
	list-style:none;
	line-height:2.07;
	font-size:14px;
}
.side-links li{
	position:relative;
	padding:0 22px 0 0;
}
.side-links a{
	color:#b7b7b7;
	text-decoration:none;
}
.side-links .active > a{font-weight:500;}
.side-links a.active,
.side-links .active > a,
.side-links a:hover{
	color:#fbad2c;
}
.side-links .drop-block{
	display:none;
	font-size:13px;
	padding:0 0 12px 18px;
	margin:0 0 12px;
	border-bottom:1px solid #979797;
}
.side-links .arrow{
	position:absolute;
	right:26px;
	bottom:21px;
	background:url(../images/img-arrow-up.png) no-repeat;
	width:10px;
	height:6px;
	overflow:hidden;
	text-indent:-9999px;
}
.side-ttl{padding:0 0 10px;}
.side-ttl h3{
	color:#c2c2c2;
	font-size:18px;
	line-height:1.2;
	font-weight:300;
}
.find-area-frame{
	position:relative;
	height:130px;
}
.find-area-frame .find-area{
	margin:0;
	position:absolute;
	left:0;
	top:36px;
	width:290px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.map-section{
	overflow:hidden;
	padding:140px 0 40px;
}
.popup-search{
	display:none;
	max-width:898px;
	width:100%;
	background:none !important;
}
.search-field{
	padding:0 10px;
	position:relative;
}
.search-field input[type="text"]{
	color:#b2b0aa;
	border:1px solid #979797;
	font-size:22px;
	height:79px;
	padding:27px 69px 27px 29px;
}
.search-field ::-webkit-input-placeholder{color: #b2b0aa;}
.search-field :-moz-placeholder{color: #b2b0aa;}
.search-field ::-moz-placeholder{
	color: #b2b0aa;
	opacity: 1;
}
.search-field :-ms-input-placeholder{color: #b2b0aa;}
.search-field input[type="submit"]{
	position:absolute;
	right:25px;
	top:50%;
	margin:-12px 0 0;
	background:url(../images/bg-arrow-search.png) no-repeat;
	width:33px;
	height:23px;
	padding:0;
	text-indent:-9999px;
}
/* footer */
#footer{
	position:relative;
	overflow:hidden;
	display:table-footer-group;
	width:100%;
	height:1%;
}
.f-top-area{
	background:#494335;
	color:#fff;
	padding:39px 0 28px;
}
.sign-up-area-txt{
	float:left;
	max-width:443px;
	width:36.5%;
	padding:7px 14px 0 0;
}
.sign-up-area-txt h2{
	margin:0 0 7px;
	font-size:20px;
	line-height:1.3;
	font-weight:500;
}
.sign-up-area-txt p{
	margin:0;
	font-size:13px;
	line-height:1.3;
}
.sign-up-form{
	overflow:hidden;
	position:relative;
	padding:0 273px 0 0;
}
.sign-up-form input[type="text"]{
	padding:19px 19px 20px;
	height:59px;
	background:none;
	border-color:#f6eacd;
	font:14px Roboto, Arial, Helvetica, sans-serif;
	color:#9e9b94;
}
.sign-up-form ::-webkit-input-placeholder{color: #9e9b94;}
.sign-up-form :-moz-placeholder{color: #9e9b94;}
.sign-up-form ::-moz-placeholder{
	color: #9e9b94;
	opacity: 1;
}
.sign-up-form :-ms-input-placeholder{color: #9e9b94;}
.sign-up-form input[type="submit"]{
	width:263px;
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
	padding:21px 20px;
}
.f-holder{
	padding:22px 0;
	background:#000;
	color:#fff;
}
.f-block{
	padding:0 0 0 15px;
	float:left;
	width:65%;
}
.f-socials{
	padding:30px 0 0;
	list-style:none;
	text-align:right;
	overflow:hidden;
}
.f-socials li{
	display:inline-block;
	padding:0 0 0 15px;
	vertical-align:top;
}
.f-socials a:hover{opacity:0.7;}
.f-logo{
	width:24%;
	max-width:140px;
	float:left;
	margin:0 12px 0 0;
}
.copy{
	padding:42px 0 0;
	float:left;
	font-size:14px;
	line-height:1.3;
	width:60%;
}
.f-img{
	margin:25px 0 0;
	padding:0 0 0 14px;
	overflow:hidden;
	border-left:1px solid #767676;
}
.f-img img{opacity:0.6;}
/*
Theme Name: PROJECT NAME
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
input[type=search],
button,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=reset],
input[type=button],
input[type=submit],
button{
  background: #fdba38;
  border: 0;
  padding: 15px 20px;
  font-size: 13px;
  text-transform:uppercase;
  font-weight:bold;
  line-height:17px;
  text-transform: uppercase;
  color: ##262626;
  display: inline-block;
  cursor:pointer;
}
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover{
  opacity: 0.9;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=search],
textarea {
  border: 1px solid #d8d8d9;
  padding: 14px 19px;
  height:48px;
  font-size:15px;
  color: #566786;
  box-sizing: border-box;
  width:100%;
  vertical-align:top;
}

input,
textarea,
select,
button {
  outline: none;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

textarea {
  height:120px;
  resize:none;
  overflow:auto;
}

.posts-list .btn{
	margin:0 0 35px;
}
.postmetadata p{
	line-height:1.3;
}
.postmetadata p span{
	padding:0 3px 0 0;
	color:#282d57;
}
.postmetadata p a{
	text-decoration:none;
}
.postmetadata p a:hover{text-decoration:underline;}
.posts-list .entry p {
  margin: 0 0 17px;
}

.posts-list .post {
	border-bottom:1px solid #e0e0e0;
	padding:0 0 40px;
  margin: 0 0 50px;
}
.posts-list .post:last-child{
	border:0;
	margin:0 0 34px;
}
.posts-list .img{
	padding:0 0 42px;
}
.post .title {
  margin-bottom: 15px;
}

.post .title h2{
	color:#333;
	font-size:36px;
	font-weight:600;
	line-height:1.33;
}
.post .title h2 a{
	text-decoration:none;
	color:#282d57;
}
.post .title h2 a:hover{color:#fdba38;}
.post .date{
	display:block;
	color:#282d57;
	font-size:15px;
	line-height:1.3;
	font-weight:500;
	padding:0 0 33px;
}
.post .postmetadata {
  margin-bottom: 10px;
}

.widget {
  margin: 0 0 26px;
  background:#fff;
  box-shadow:0 0 10px rgba(0,0,0,.07);
  padding:28px 29px 24px;
}
#sidebar .widget-socials,
#sidebar .widget-add{
	padding:0;
	background:none;
	box-shadow:none;
}
.widget.widget-no-bg{
	background:none;
	padding:0;
}
.widget-add li{
	overflow:hidden;
	vertical-align:top;
}
.widget-add li:last-child .text-box{border:0;}
.widget-add .ico{
	float:left;
	max-width:55px;
	width:20%;
	padding:16px 10px 0 0;
}
.widget-add .text-box{
	padding:0 0 14px;
	overflow:hidden;
	border-bottom:1px solid #9c9c9c;
}
.widget-add .text-box h4{
	margin:0 0 5px;
	font-size:14px;
	line-height:1.3;
	font-weight:700;
	color:#262626;
}
.widget-add{
	max-width:282px;
	margin:0 0 16px;
}
.widget-add .text-box p{
	font-size:14px;
	line-height:1.85;
}
.widget-add .text-box p a{
	text-decoration:none;
	color:#262626;
}
.widget h3{
	color:#115b38;
	font-size:14px;
	line-height:1.18;
	font-weight:700;
	margin:0 0 28px;
}
.tags-widget.widget h3{margin:0 0 16px;}
.recipe-widget.widget h3{
	border-bottom:1px solid #979797;
	padding:0 0 17px;
	margin:0 0 15px;
}
.recipe-widget.widget ul{
	line-height:1.57;
	padding:0 0 11px;
}
.recipe-widget.widget ul strong{font-weight:bold;}
.widget p{
	line-height:1.73;
}
.widget ul{
	list-style:none;
	line-height:1.73;
}
.widget-post ul{padding:7px 0 0;}
.widget-post li{padding:0 0 19px;}
.widget li a{
	text-decoration:none;
	color:#333;
}
.widget li a:hover{color:#fdba38;}
.news-widget li{
	overflow:hidden;
	border-bottom:1px solid #acacac;
	padding:0 0 25px;
	margin:0 0 20px;
}
.news-widget li:last-child{
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
.news-widget .img{
	float:left;
	max-width:70px;
	width:22%;
	margin:0 8px 0 0;
}
.news-widget .img img{border-radius:70px;}
.news-widget .txt-box{
	padding:4px 0 0;
	overflow:hidden;
}
.news-widget .txt-box h3{
	font-size:14px;
	line-height:1.57;
	margin:0 0 4px;
	color:#000000;
}
.news-widget .txt-box .date{
	display:block;
	color:#7d776b;
	font-size:13px;
	line-height:1.2;
}
.tags-widget ul{
	list-style:none;
	font-size:12px;
	line-height:1.5;
}
.tags-widget ul li{
	display:inline-block;
	vertical-align:top;
	padding:0 8px 10px 0;
}
.tags-widget ul a{
	display:block;
	border:1px solid #cacaca;
	padding:5px 15px;
	color:#3d3d3d;
}
.textwidget p {
  padding: 0 0 10px 0;
}
.form-widget{padding:7px  0 0 ;}

.widget input[type="number"], .widget input[type="tel"],
.widget input[type="url"], .widget input[type="password"],
.widget input[type="text"], .widget input[type="email"],
.widget input[type="search"]{
	height:43px;
	padding:12px 17px;
}
.widget textarea{padding:12px 17px;height:100px;margin-bottom:10px;}
.widget input[type="reset"], .widget input[type="button"], .widget input[type="submit"], .widget button{
	padding:13px 20px;
}
.widget ::-webkit-input-placeholder{color: #566786;}
.widget :-moz-placeholder{color: #566786;}
.widget ::-moz-placeholder{
	color: #566786;
	opacity: 1;
}
.widget :-ms-input-placeholder{color: #566786;}
.widget .row-form{padding:0 0 20px;}
.widget button,
.widget input[type="submit"]{
	display:block;
	width:100%;
}
.widget .search-form input[type="search"]{margin:0 0 10px;}
.widget h4{
	padding:13px 0 0;
	font-size:18px;
	line-height:1.44;
	color:#282d57;
	font-weight:600;
	margin:0 0 21px;
}
.widget .check-lst{
	list-style:none;
}
.check-lst li{
	position:relative;
	margin:0 0 14px;
}
.check-lst input{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
.check-lst label{
	display:block;
	position:relative;
	line-height:1.3;
	padding:0 0 0 34px;
}
.check-lst label:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg-check.gif) no-repeat;
	width:18px;
	height:18px;
}
.check-lst input:checked + label:before{background-position:0 -18px;}

/* Respond */

.comments {
	padding:0 0 12px;
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

#commentform p {
  width: 100%;
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}
#commentform .comment-form-comment{margin:0 0 30px;}
.comments-row-hold{
	overflow:hidden;
	margin:0 -30px 30px 0;
}
#commentform .comments-row-hold p{
	float:left;
	width:50%;
	padding:0 30px 0 0;
}
#commentform .comments-row-hold p input{width:100%;}

#commentform p label {
  display: block;
  padding: 0 0 5px;
}

#commentform p textarea {
  width: 100%;
}
#commentform ::-webkit-input-placeholder{color: #566786;}
#commentform :-moz-placeholder{color: #566786;}
#commentform ::-moz-placeholder{
	color: #566786;
	opacity: 1;
}
#commentform :-ms-input-placeholder{color: #566786;}
#commentform textarea{height:220px;}
#commentform .form-submit input{
	padding-left:35px;
	padding-right:35px;
	background:none;
	border:1px solid #fdba38;
	background:#fdba38;
	color:#333;
}

/* Comments*/

#comments,
#reply-title {
  margin: 0 0 35px 0;
  line-height: 1.3;
  font-weight:600;
  color:#333;
  font-size:22px;
}

.commentlist {
  padding: 0;
  text-align: justify;
  line-height: 1.6em;
}

.comment-body {
  margin: 0 0 30px;
  border-bottom:1px solid #e0e0e0;
  padding:0 0 15px;
}

.comment .comment:last-child .comment-body{border:0;}
.parent.comment .comment {
  margin-left: 70px;
}

.comment-author.vcard {
  margin:0 0 10px;
}
.comment-meta,
.comment-metadata{overflow:hidden;}
.comment-metadata{padding:6px 0 0;}
.comment-body .reply{
	padding-bottom: 15px;
	line-height:1.3;
}
.comment-body .reply a{
	text-decoration:none;
	font-weight:600;
	color:#333;
}
.comment-body .reply a:hover{text-decoration:underline;}

.comment-content{padding:0 0 12px;}
.comment-content p{
	line-height:1.73;
}


.comment-respond{padding:0 0 20px;}
#content input[type="number"], #content input[type="tel"], #content input[type="url"], #content input[type="password"], #content input[type="text"], #content input[type="email"], #content input[type="search"], #content textarea{width:60%;}
/* Typography */

.entry {
	overflow:hidden;
  line-height:1.64;
}
.entry img{margin-bottom:10px;}
#content .txt-area-block .entry img{margin-bottom:40px;}
.entry a {
  text-decoration: underline;
}

.entry a:hover {
  text-decoration: none;
}

.entry p {
  margin: 0 0 26px 0;
  line-height:1.85;
}
.title h1,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  line-height: 1.2em;
  margin: 0 0 16px 0;
  font-weight:500;
  color:#0b6c48;
}

.title h1,
.entry h1 {
	font-size:38px;
}

.entry h2 {
	font-size:36px;
}

.entry h3 {font-size:28px;}
.entry h3 {font-size:28px;}

.entry h4 {
	font-size:24px;
	margin:0 0 9px;
	color:#262626;
	font-weight:600;
}
.recipe .entry h4 {margin:0 0 23px;}

.entry h5 {font-size:18px;}

.entry h6 {
	margin:0 0 30px;
	font-size:15px;
	font-weight:500;
}

.postmetadata.decor{
	border:solid #e0e0e0;
	border-width:1px 0;
	padding:27px 0;
	margin:0 0 75px;
}

.entry ul {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  line-height: 1.625;
}
.entry ul.decor{
	font-size:14px;
	padding:0 0 15px;
}

.entry ul ul,
.entry ul ol {
  margin: 0;
}

.entry ul>li {
  list-style:none;
  position:relative;
}
.entry ul>li:before{
	content:"";
	width:4px;
	height:4px;
	background:#8a8a8d;
	border-radius:4px;
	position:absolute;
	top:10px;
	left:-13px;
}
.entry ul.decor > li:before{display:none;}

.entry ul>ul>li {
  list-style-type: circle;
}

.entry ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  line-height: 1.5em;
}

.entry ol ol,
.entry ol ul {
  margin: 0;
}

.entry ol>li {
  list-style-type: decimal;
}

.entry ol>ol>li {
  list-style-type: lower-alpha;
}

.entry table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

.entry table td,
.entry table th {
  border: 1px solid #ccc;
  padding: 5px;
}

.entry table th {
  background: #eee;
}


/* Calendar */

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
  background:#cecece;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 3px 0;
  background:#dedede;
}

#wp-calendar td {
  background: #eee;
}


/* Begin Images */

img {
  max-width: 100%;
  height: auto;
}

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  border-bottom:1px solid #cfcfcf;
  margin:0 0 25px;
  padding:7px 0 19px;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 6px;
  display:block;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
  font-size: 14px;
  color:#115b38;
  line-height: 1.2;
  margin: 0;
  padding: 5px 4px 0;
}

.al,
.navigation .next {
  float: left;
}

.ar,
.navigation .prev {
  float: right;
}


/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
  cursor: help;
}

.entry acronym,
.entry abbr {
  border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
  margin:0 0 15px;
  font-size:14px;
}
.entry blockquote q{
	line-height:1.57;
	font-style:italic;
	color:#115b38;
}
.entry blockquote q:after,
.entry blockquote q:before{
	content:"";
	position:relative;
}
.entry blockquote q:after,
.entry blockquote q:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	background:url(../images/bg-quote.svg) no-repeat;
	background-size:100% auto;
	width:42px;
	height:30px;
	margin:-2px 2px 0 0;
}
.entry blockquote q:after{
	transform:scale(-1);
	vertical-align:top;
	margin:5px 0 0 2px;
}
.entry blockquote cite {
	color:#1c1c1c;
  margin: 5px 0 0;
  display: block;
  font-style:italic;
  font-size:12px;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.entry pre,
.entry code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

.entry code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

sup {
  position: relative;
  top: -5px;
}

sub {
  position: relative;
  top: 5px;
}

code br {
  display: none;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.sticky {}

.bypostauthor {}

.page-link {
  padding: 0 0 15px;
}

.breadcrumb {
  padding-bottom: 20px;
}


/* pagination */

.pagination,
.navigation {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px 0;
  font-weight:500;
}

.single .pagination {}
.pagination a.prev{margin:0 30px 15px 0;}
.pagination a.next{margin-left:30px;}
.pagination .current,
.pagination a {
	color:#555;
	text-decoration:none;
	margin:0 20px 15px;
	display:inline-block;
	vertical-align:top;
}
.pagination .current{
	text-decoration:underline;
	color:#fdba38;
}
.pagination a:hover{
	color:#fdba38;
}


.iframe-hold{
	margin:0 0 20px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-hold iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* responsive layout wp */
.search-form{padding:0 0 10px;}
#search_block{padding:0 0 15px;}
@media screen and (max-width: 1000px){
	.post-password-form input[type="password"],
	.search-form input[type="search"]{width:55%;}
	.widget .search-form input[type="search"]{width:100%;}
}
@media screen and (max-width: 880px){
	.post-password-form input[type="password"],
	.search-form input[type="search"]{width:50%;}
}
@media screen and (max-width: 550px){
	.main-add textarea,
	.main-add select,
	.main-add input[type="email"],
	.main-add input[type="url"],
	.main-add input[type="password"],
	#commentform p textarea,
	.main-add input[type="text"]{width:100%;}
	.post-password-form input[type="password"],
	#search_block input[type="text"],
	.search-form input[type="search"]{width:55%;}
	.post-password-form label{font-size:15px;}
	#search_block{padding:0 0 20px;}
}
@media screen and (max-width: 480px){
	.post-password-form label{display:block;}
	.wp-caption.aligncenter,
	.wp-caption.alignright{
		width:auto !important;
		float:none;
		margin:0 0 5px;
	}
}

@media screen and (max-width: 767px){
	.wp-caption.alignright,
	.wp-caption.alignleft{margin:0 0 15px;max-width:100%;float:none;}
}

.column-group {
	padding:0 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.column-group *, .column-group *::before, .column-group *::after {
    box-sizing: inherit;
}
.column-group img {
    height: auto;
    vertical-align: top;
    width: 100%;
}
.column-group P {
    margin: 0;
    padding: 15px;
}
.column-group > * {
    display: flex;
    margin: -10px;
}
.column-group > * > * {
    padding: 10px;
}
.column-group.stretch-columns > * > * {
    display: flex;
}
.column-group.stretch-columns > * > * > * {
    width: 100%;
}
.column-group.align-center > * {
    justify-content: center;
}
.column-group.columns-2 > * {
    flex-wrap: wrap;
}
.column-group.columns-2 > * > * {
    width: 50%;
}
.column-group.columns-3 > * {
    flex-wrap: wrap;
}
.column-group.columns-3 > * > * {
    width: 33.3333%;
}
.column-group.columns-3.ratio-2-1 > * > *:first-child {
    width: 66.6667%;
}
.column-group.columns-3.ratio-1-2 > * > *:last-child {
    width: 66.6667%;
}
.column-group.columns-4 > * {
    flex-wrap: wrap;
}
.column-group.columns-4 > * > * {
    width: 25%;
}
.column-group.columns-4.ratio-2-1-1 > * > *:first-child {
    width: 50%;
}
.column-group.columns-4.ratio-1-2-1 > * > *:nth-child(2) {
    width: 50%;
}
.column-group.columns-4.ratio-1-1-2 > * > *:last-child {
    width: 50%;
}
.column-group.columns-4.ratio-3-1 > * > *:first-child {
    width: 75%;
}
.column-group.columns-4.ratio-1-3 > * > *:last-child {
    width: 75%;
}
.column-group.columns-5 > * {
    flex-wrap: wrap;
}
.column-group.columns-5 > * > * {
    width: 20%;
}
.column-group.columns-5.ratio-2-1-1-1 > * > *:first-child {
    width: 40%;
}
.column-group.columns-5.ratio-1-2-1-1 > * > *:nth-child(2) {
    width: 40%;
}
.column-group.columns-5.ratio-1-1-2-1 > * > *:nth-child(3) {
    width: 40%;
}
.column-group.columns-5.ratio-1-1-1-2 > * > *:last-child {
    width: 40%;
}
.column-group.columns-5.ratio-3-1-1 > * > *:first-child {
    width: 60%;
}
.column-group.columns-5.ratio-1-3-1 > * > *:nth-child(2) {
    width: 60%;
}
.column-group.columns-5.ratio-1-1-3 > * > *:last-child {
    width: 60%;
}
.column-group.columns-5.ratio-4-1 > * > *:first-child {
    width: 80%;
}
.column-group.columns-5.ratio-1-4 > * > *:last-child {
    width: 80%;
}
.column-group.columns-5.ratio-1-2-2 > * > * {
    width: 40%;
}
.column-group.columns-5.ratio-1-2-2 > * > *:first-child {
    width: 20%;
}
.column-group.columns-5.ratio-2-2-1 > * > * {
    width: 40%;
}
.column-group.columns-5.ratio-2-2-1 > * > *:last-child {
    width: 20%;
}

/* Timeline */
.page-template-timeline .main-area .page-holder {
	margin-top: 22px;
	max-width: 1320px;
}
.page-template-timeline .top-img-section {
	padding: 240px 0 95px;
}
.page-template-timeline .side-area.inner {
	max-width: 260px;
	width: 22%;
}
.page-template-timeline .content-area {
	width: 78%;
	max-width: 950px;
}
.wpex-timeline > li .wpex-timeline-time {display: none;}
.wpex-timeline-list.show-icon .style-center > li:nth-child(odd) .wpex-timeline-label:after {
	border-left-color: #0c6c48;
}
.wpex-timeline-list.show-icon .wpex-timeline.style-center > li .wpex-timeline-label:after,
.wpex-timeline > li .wpex-timeline-label:before {
	border-right-color: #0c6c48;
	top: 30px;
}
@media (max-width: 1024px) {
	.wpex-timeline-list.show-icon .wpex-timeline.style-center > li .wpex-timeline-label:after,
	.wpex-timeline > li .wpex-timeline-label:before {
		top: 40px;
	}
}
.wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-4) .horizontal-nav li a.wpex_point:after {border-top-color: #0c6c48;}
.wpex-endlabel.wpex-loadmore span, .wpex-tltitle.wpex-loadmore span, .wpex-loadmore .loadmore-timeline,
.wpex.horizontal-timeline.ex-multi-item .horizontal-nav li a:before, .wpex.horizontal-timeline.ex-multi-item .horizontal-nav li.ex_s_lick-current a:before,
.wpex.horizontal-timeline.ex-multi-item:not(.wpex-horizontal-4) .horizontal-nav li a.wpex_point,
.wpex-timeline-list.show-icon .wpex-timeline > li:after, .wpex-timeline-list.show-icon .wpex-timeline > li:first-child:before,
.wpex-timeline-list.show-icon .wpex-timeline.style-center > li .wpex-content-left .wpex-leftdate {background: #0c6c48;}
.wpex-timeline-list.show-icon li .wpex-timeline-icon .fa {
	background: #f57c23;
}
.wpex-timeline-list.show-icon li .wpex-timeline-icon .fa {
	box-shadow: 0 0 0 5px #f3f1ee;
}
.wptl-readmore-center .fa {display: none;}
li .wptl-readmore-center > a {
	text-decoration: none;
	color: #0c6c48;
	font-family: 'Gotham';
	font-size: 14px;
	font-weight: 600;
}
.timeline-details .wptl-embed,
.wpex-timeline-list.show-icon .style-center .timeline-details .img-left {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}
@media (min-width: 1024px) {
	.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-timeline-label:after {
	    border-top: 20px solid transparent;
	    left: -20px;
	    border-bottom: 20px solid transparent;
	    border-right-width: 20px;
	}
}
@media (min-width: 1024px) {
	.wpex-timeline-list.show-icon .style-center > li:nth-child(odd) .wpex-timeline-label:after {
	    right: -20px;
	    border-left: 20px solid #0c6c48;
	    border-left-width: 20px;
	}
}

.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-timeline-label:before {
	display: none;
}
.wpex-timeline-list.show-icon .style-center > li .wpex-content-left {
	margin: 0;
}
.wpex-timeline-list.show-icon .style-center > li .wpex-timeline-label .timeline-details {
	padding: 30px;
}
.wpex-timeline > li .wpex-timeline-label h2 a {
	color: #0b6c48;
}
.wpex-timeline > li .wpex-timeline-label h2, .wpex-tl-horizontal .wptl-item .wpex-timeline-label h2 {
	display: block !important;
}
.wpex-timeline-list.show-icon .wpex-timeline > li:after, .wpex-timeline-list.show-icon .wpex-timeline > li:first-child:before {
	width: 7px;
}
.wpex-timeline-list.show-icon .style-center li .wpex-timeline-icon .fa {
    margin-left: -9px;
    top: 42px;
    width: 18px;
    height: 18px;
}
.wpex-timeline-list.show-icon li .wpex-content-left .info-img img, .wpex-timeline-list.show-icon .timeline-details .img-left img {
	width: 100%;
}
.wpex-timeline-list .wpex-loadmore  span {
	background: none;
	color: #9D988E;
	font-size: 24px;
	font-weight: normal;
	border-width: 2px 0;
	border-style: solid;
	border-color: #0c6c48;
	min-width: 170px;
	line-height: 1.6em;
}
.wpex-timeline-list.show-icon .style-center > li .wpex-timeline-label {
	    box-shadow: 0 0 8px rgba(0,0,0,0.15);
	    border-radius: 0;
}
.wpex-timeline-list {
	padding-top: 0;
	margin-top: -30px;
	position: relative;
	z-index: 10;
}
.wpex-timeline-list, .wpex {font-family: 'Gotham';}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .wpex-leftdate div span:first-child {
	font-size: 24px;
	font-family: 'Gotham';
	padding: 0;
	margin: 0;
	font-weight: 300;
}
.wpex-timeline-list.show-icon .wpex-timeline.style-center > li .wpex-content-left .wpex-leftdate {
	padding: 23px 30px;
	border-radius: 0;
}
.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .tlday {
	font-family: 'Gotham';
	font-weight: 500;
	font-size: 64px;
	margin-top: 3px;
}
.wpex-timeline > li .wpex-timeline-label {
	font-family: 'Gotham';
	font-size: 14px;
	font-weight: normal;
}
@media only screen and (max-width: 1023px) {
.column-group.columns-5 > * > * {
    width: 33.3333%;
}
.column-group.columns-4 > * > * {
    width: 50%;
}
}
@media only screen and (max-width: 767px) {
.column-group.columns-3 > * > *, .column-group.columns-5 > * > * {
    width: 50%;
}
}
@media only screen and (max-width: 479px) {
.column-group {
    display: block;
}
.column-group[class^="columns-"] > * > *, .column-group[class*=" columns-"] > * > * {
    width: 100%;
	margin-bottom:0;
	padding-bottom:0;
}
}


/* retina */
@media (-webkit-min-device-pixel-ratio:2) ,(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
	.search-area .btn-search{
		background-image:url(../images/ico-search@2x.png);
		background-size:20px auto;
	}
	.info-box a{
		background-image:url(../images/ico-arrow-play@2x.png);
		background-size:219px auto;
	}
	.info-lst .btn-more{
		background-image:url(../images/bg-more@2x.png);
		background-size:65px auto;
	}
	.side-block-add .b-block .hold:after{
		background-image:url(../images/img-arrow@2x.png);
		background-size:10px auto;
	}
	.side-block-section .video-area .txt{
		background-image:url(../images/ico-play-v@2x.png);
		background-size:96px auto;
	}
	.resources-area .btn-close, .popup-img .btn-close,
	.side-block-section .top-side-block .btn-close{
		background-image:url(../images/btn-close@2x.png);
		background-size:23px auto;
	}
	.resources-area .btn-lst a:after{
		background-image:url(../images/ico-download@2x.png);
		background-size:30px auto;
	}
	.resources-area .btn-lst a:before{
		background-image:url(../images/ico-file@2x.png);
		background-size:33px auto;
	}
	.popup-box .txt-box{
		background-image:url(../images/bg-popup-decor@2x.png);
		background-size:162px auto;
	}
	.side-block-section .top-side-block{
		background-image:url(../images/bg-decor-popup@2x.png);
		background-size:351px auto;
	}
	.find-area input[type="submit"]{
		background-image:url(../images/bg-arrow-send@2x.png);
		background-size:21px auto;
	}
	.info-area-add{
		background-image:url(../images/bg-info-area-add@2x.png);
		background-size:1392px auto;
	}
	.browse-items .txt-box .fav{
		background-image:url(../images/ico-heart@2x.png);
		background-size:18px auto;
	}
	/*.news-lst > li,
	.browse-items > li{
		background-image:url(../images/ico-loading@2x.png);
		background-size:34px auto;
	}*/
	.news-lst .text-box .btn-more{
		background-image:url(../images/bg-more02@2x.png);
		background-size:65px auto;
	}
	.news-lst .text-box .btn-more:hover{
		background-image:url(../images/bg-more02-h@2x.png);
	}
	.side-area.inner:after{
		background-image:url(../images/bg-side-area@2x.png);
		background-size:284px auto;
	}
	#sidebar.decor{
		background-image:url(../images/bg-side-area@2x.png);
		background-size:auto 180px;
	}
	.lost-box:after, .lost-box:before{
		background-image:url(../images/bg-decor-box@2x.png);
		background-size:282px auto;
	}
	.side-links .arrow{
		background-image:url(../images/img-arrow-up@2x.png);
		background-size:10px auto;
	}
	.info-block:before{
		background-image:url(../images/img-corn@2x.png);
		background-size:238px auto;
	}
	.search-area .search-row input[type="submit"]{
		background-image:url(../images/ico-search-or@2x.png);
		background-size:20px auto;
	}
	.side-block-ad{
		background-image:url(../images/bg-side-decor@2x.png);
		background-size:284px auto;
	}
}

/* responsive layout */
@media screen and (max-width: 1180px){
	.btn-donate,
	#nav{font-size:16px;}
	#nav li{padding:0 0 0 26px;}
	.h-section .logo{
		width:200px;
		top:-20px;
	}
	.nav-area{padding:10px 0;}
	.main-gallery .box h2{font-size:54px;}
	.info-block{
		padding:56px 33px 46px 41px;
		width:46%;
	}
	.info-box h2{font-size:50px;}
	.info-box a{
		background-size:180px auto;
		padding:50px 10px 180px;
	}
	.info-lst h3{font-size:28px;}
	.info-add-block h2{font-size:28px;}
	.side-block-add .top-box .ico{margin-bottom:0;}
	.side-block-add .top-box{padding:14px 0;}
	.side-block-add .top-box .txt,
	.side-block-add .b-block{display:none;}
}
@media screen and (max-width: 1080px){
	.news-lst > li{width:50%;}
}
@media screen and (max-width: 1023px){
	.side-frame{width:270px;}
	.side-frame{
		padding-left:20px;
		padding-right:20px;
	}
	.side-links li{padding:0;}
	.side-links .arrow{right:0;}
	.drop-item a{padding-right:20px;}
	.find-area-frame .find-area{width:270px;}
	.m-profile-page #content{
		width:67%;
		margin:0 27px 0 0;
	}
	.m-profile-page .content-block{padding:42px 41px 20px;}
	.recipe .browse-items .rate-box .ico{
		float:none;
	}
	.add-info-lst h2{font-size:18px;}
	.add-info-lst .num{font-size:28px;}
	#content{width:67%;}
	.add-social-btns a{padding:19px 25px;}
	.widget{padding:25px 26px 21px;}
	.news-lst h2{font-size:28px;}
	.side-area.inner{width:25%;}
	.news-page .content-area{width:75%;}
	.browse-items > li{width:33.33%;}
	.top-img-section h1{font-size:54px;}
	.side-area{width:33%;}
	.content-area{
		width:67%;
		padding:0 0 0 15px;
	}
	.side-area .side-block{padding:20px 20px 10px;}
	.side-block-ad .holder{padding:20px 16px;}
	.side-area .info-add-block{padding:10px;}
	.side-area .info-add-block .holder{padding:15px;}
	.content-block{padding:25px 35px;}
	.column-group.columns-2 > * > *{width:100%;}
	.main-area{padding:0 0 65px;}
	.btn-donate{margin:0 0 0 8px;}
	.m-nav-link{
		display:inline-block;
		vertical-align:top;
	}
	#nav{display:none;}
	.main-gallery .box h2{font-size:44px;}
	.main-gallery .box .txt{font-size:16px;}
	.main-gallery .txt-box{padding-top:45px;}
	.main-gallery .box{padding:333px 0 310px;}
	.info-block{
		float:none;
		width:auto;
		max-width:none;
	}
	.info-lst .holder{padding:30px 18px 36px;}
	.info-lst .btn-more{
		background-size:55px auto;
		width:55px;
		height:60px;
	}
	.info-lst h3{font-size:22px;}
	.info-add-block h2{
		float:none;
		margin:0 0 15px;
		padding:20px 16px;
	}
	.find-area{margin:0;}
	.info-area-add h2{font-size:30px;}
	.info-add-block{padding:18px;}
	.sign-up-area-txt{
		float:none;
		width:auto;
		max-width:none;
		padding:0 0 15px;
	}
	.f-block{
		float:none;
		width:auto;
		overflow:hidden;
	}
	.copy{width:66%;}
	.f-socials{
		text-align:left;
	}
	.wpex-timeline-list.show-icon .style-center > li .wpex-timeline-label .timeline-details {
		padding: 20px 15px;
	}
}
@media screen and (min-width: 768px){
	.side-links,
	.browse-lst{display:block !important;}
}
@media screen and (max-width: 767px){
	.side-frame{min-height:1px !important;}
	.popup-box.contact .txt-box{padding:73px 20px 53px;}
	.search-field input[type="text"]{
		padding:27px 59px 27px 19px;
	}
	.info-lst{overflow:hidden;}
	.news-lst > li:hover,
	.info-lst .box:hover{
		transform:none;
		-webkit-transform:none;
	}
	.browse-items.not-masonry > li{
		width:100%;
		padding:0 0 15px;
	}
	.browse-items.not-masonry{margin:0 auto;}
	.info-lst .slick-list{margin:0 0 15px;}
	.side-frame{
		padding-top:130px;
		float:none;
		width:auto;
	}
	.side-frame h2{margin:0 0 30px;}
	.find-area-frame{
		height:auto;
		margin:0 0 25px;
	}
	.side-links{display:none;}
	.side-frame{padding-bottom:20px;}
	.side-ttl h3{text-align:center;}
	.side-ttl h3 span{
		display:inline-block;
		vertical-align:top;
		position:relative;
		padding:0 20px 0 0;
		cursor:pointer;
	}
	.side-ttl h3 span:after{
		content:"";
		position:absolute;
		right:0;
		top:50%;
		margin:-3px 0 0;
		background:url(../images/img-arrow-up.png) no-repeat;
		width:10px;
		height:6px;
		transform:scaleY(-1);
	}
	.side-ttl h3.active span:after{transform:scaleY(1);}
	.find-area-frame .find-area{
		position:relative;
		width:auto;
		top:auto;
	}
	.map-section{padding:20px 0 0;}
	.lost-area{padding:380px 0 300px;}
	.lost-box h1{font-size:120px}
	.lost-box p{font-size:20px;}
	.content-block.inner{
		padding:25px;
	}
	.add-info-lst li{
		padding:0;
		display:block;
		width:auto;
		margin:0 0 5px;
		overflow:hidden;
	}
	.add-info-lst h2{
		float:left;
		width:55%;
		text-align:left;
	}
	.add-info-lst .num{
		text-align:right;
		overflow:hidden;
	}
	.recipe.news-detail-page .top-img-section{padding:160px 0 210px;}
	.news-detail-page .top-img-section{padding-top:160px;}
	.news-detail-page .top-img-section h1{padding-left:40px;}
	.m-profile-page #content,
	#content{
		width:auto;
		float:none;
		margin:0;
	}
	.m-profile-page #sidebar{padding:0;}
	.widget-add{max-width:none;}
	.add-social-btns li{
		width:auto;
		float:none;
		padding:0 0 10px;
	}
	#sidebar.decor{
		background:none;
		padding:0;
	}
	.recipe-page .top-img-section{
		padding-top:160px;
	}
	.browse-lst-area .link{display:block;}
	.browse-lst{display:none;}
	.browse-items > li{
		padding:0;
		margin-right:0;
		width:100%;
		display:block;
	}
	.browse-items{
		margin:0 auto;
		max-width:415px;
	}
	.browse-items .img img{width:100%;}
	.browse-row .field{
		float:none;
		width:auto;
		max-width:100%;
	}
	.merchant-page .top-img-section{padding:240px 0 44px;}
	.browse-lst li{
		display:block;
		text-align:center;
		margin:0;
		padding:0;
	}
	.browse-lst a{border:0;}
	.browse-row .ttl,
	.side-area .side-block{display:none;}
	.side-area.inner .side-block{display:block;}
	.side-block-ad{margin:0 auto;}
	.entry h2{font-size:30px;}
	.entry h4{font-size:20px;}
	.recipe-page .top-img-section h1,
	.top-img-section h1{
		font-size:46px;
		padding:80px 0 45px 47px;
	}
	.top-img-section{padding:240px 0 200px;}
	.side-area.inner:after{display:none;}
	.page-template-timeline .content-area,
	.page-template-timeline .side-area.inner,
	.side-area.inner,
	.news-page .content-area,
	.side-area,
	.content-area{
		float:none;
		padding:0;
		width:auto;
		max-width:none;
	}
	.info-area-row::before,
	.info-area-row .holder::before, .info-area-row .holder::after,
	.info-block:before{display:none;}
	.h-section .logo{width:170px;}
	.side-block-add .top-box .ico,
	header .m-hidden{display:none;}
	.side-block-add .holder{
		margin:0 -673px 0 0;
		width:100%;
	}
	.side-block-active .f-holder:before,
	.side-block-active .f-top-area:before,
	.side-block-active #wrapper:before{
		content:'';
		display:block;
		position:absolute;
		top:0; left:0;
		width:100%; height:100%;
		background:rgba(0,0,0,0.7);
		z-index:99;
	}
	.side-block-add .top-box{
		padding:0;
		background:transparent;
		transform:rotate(-90deg);
	}
	.side-block-add .holder > a{
		width:40px;
		background:transparent;
		box-shadow:none;
	}
	.side-block-add .top-box .txt{
		display:inline-block;
		margin:0 0 0 -152px;
		padding: 13px 15px 14px 40px;
		font-size:13px;
		white-space:nowrap;
		color:#fff;
		background:#0b6c48;
		transform:rotate(0);
		position:relative;
	}
	.side-block-add .top-box .txt:before{
		content:'';
		position:absolute;
		left:12px; top:50%;
		display:block;
		width:17px; height:10px;
		margin-top: -5px;
		background:url(../images/bg-angle-up.png) no-repeat;

	}
	.side-block-section{
		max-width:90%;
	}
	.side-block-section .top-side-block{
		min-height:0;
		padding: 25px 100px 25px 28px;
		background-size: 307px auto;
		background-position:110% 0;
	}
	.side-block-section .top-side-block h3{
		font-size:22px;
	}
	.side-block-section .top-side-block h2{
		font-size:24px;
	}
	.side-block-section .top-side-block h4{
		font-size:14px;
	}
	.charge-lst{
		padding: 0 10px 0 23px;
	}
	.charge-lst li{
		padding: 0 0 0 80px;
	}
	.charge-lst .num-box{
		width:68px; height:68px;
		font-size:42px;
		line-height:68px;
	}
	.charge-lst .num-box .txt{
		font-size:20px;
		left:11px; top:10px;
	}
	.charge-lst li:last-child .num-box .num{
		padding:0;
	}
	.search-area .search-row{width:300px;}
	header.fixed .logo{left:10px;}
	header.fixed .btn-donate{padding:15px 23px 14px;}
	.h-top-area{padding:14px 0;}
	.btn-donate{padding:10px 19px;}
	.m-nav-link{margin:10px 0 0;}
	.main-gallery .box{padding:283px 0 215px;}
	.main-gallery .txt-box{
		padding-left:55px;
		padding-bottom:32px;
	}
	.main-gallery .slick-dots{display:none !important;}
	.main-gallery .txt-box:before{height:254px;}
	.main-gallery .txt-box::after{width:230px;}
	.info-block{padding:28px 33px 46px 33px;}
	.info-block h2{font-size:30px;}
	.info-block .btn{
		background:#fdba38;
		color:#6d4c0c;
		font-weight:500;
	}
	.info-block p{
		font-size:16px;
		margin:0 0 21px;
	}
	.info-box h2{font-size:44px;}
	.info-box .text{
		font-size:16px;
		font-weight:300;
	}
	.info-area-row{margin:0 0 33px;}
	.info-add-block{margin:0 -15px -175px;}
	.info-lst .holder{min-height:1px !important;}
	.info-lst h3{font-size:34px;}
	.info-lst p{font-size:16px;}
	.info-lst .btn-more{
		background-size:100% auto;
		width:65px;
		height:71px;
	}
	.info-lst .holder{padding:30px 38px 66px;}
	.info-lst .slick-dots{
		width:100%;
		text-align:center;
	}
	.info-lst .slick-dots li{
		display:inline-block;
		vertical-align:top;
		padding:0 5px;
	}
	.info-lst .slick-dots button{
		width:36px;
		height:5px;
		background:#b5b5b5;
		padding:0;
		text-indent:-9999px;
	}
	.info-lst .slick-dots .slick-active button{background:#0c6c48;}
	.info-lst{margin:0 0 28px;}
	.info-lst .box{padding:0;}
	.info-add-block h2{
		text-align:center;
		padding:35px 16px;
		margin:0 0 19px;
	}
	.find-area .adv-link{display:block;}
	.info-area-add{
		margin:0;
		background:url(../images/bg-m-info-area-add.jpg) no-repeat 50% 50%;
		background-size:cover;
		padding:45px 15px 23px;
		color:#fff;
		text-align:left;
	}
	.info-area-add h2{
		padding:0;
		font-size:48px;
		line-height:1.04;
		font-weight:900;
		max-width:280px;
	}
	.info-area-add h2 a{color:#fff;}
	.info-area-add h2 span{color:#fbad2c;}
	.info-area-add h2::after, .info-area-add h2::before,
	.info-area-add .ico{display:none;}
	.info-area-add .add-logo{display:block;}
	.in-lst li{
		display:block;
		width:auto;
	}
	.f-img,
	.in-lst li:first-child{display:none;}
	.copy,
	.f-logo{
		margin:0 auto;
		padding:0;
		display:block;
		float:none;
		width:auto;
		max-width:275px;
		text-align:center;
	}
	.f-logo{padding:0 0 10px;}
	.in-lst img{width:100%;}
	.sign-up-form{padding:0;}
	.sign-up-form input[type="submit"]{
		position:relative;
		margin:0 auto;
		display:block;
	}
	.sign-up-form input[type="text"]{
		text-align:center;
		margin:0 0 10px;
	}
	.sign-up-area-txt{padding:0 0 35px;}
	.f-top-area{padding-bottom:48px; position:relative;}
	/* .f-socials li:first-child{display:none;} */
	.f-socials{
		text-align:center;
		position:absolute;
		top:5px;
		left:0;
		width:100%;
	}
	.f-holder{
		position:relative;
		padding:125px 0 35px;
	}
	.f-socials li{padding:0 10px;}
	.resources-area .holder{padding:67px 38px 67px 43px;}
	.entry blockquote q::after, .entry blockquote q::before{
		width:22px;
		height:22px;
	}
	.top-img-section h1::after, .top-img-section h1::before{left:0;}
	.news-lst > li{
		width:100%;
		min-height:1px !important;
	}
	.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .tlday {
		font-size: 46px;
	}
	.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .wpex-leftdate div span:first-child,
	.wpex-timeline-list.show-icon .wpex-timeline > li .wpex-content-left .wpex-leftdate div span {
		font-size: 18px;
	}
}
@media screen and (max-width: 560px){
	.main-gallery .txt-box{
		padding-left:45px;
	}
	.main-gallery .txt-box:after, .main-gallery .txt-box:before{
		left:12px;
	}
	.side-block-add{
		top:-586px !important;
	}

	.side-block-section .top-side-block{
		background-position: 60px -40px;
		background-size: 100% auto;
	}
	.charge-lst li{
		display:block;
		width:auto;
		padding:5px 0 5px 80px;
	}
	.charge-lst .num-box{
		top:-10px;
	}
	.charge-lst li:last-child .num-box{
		top:auto; bottom:-10px;
	}
	.side-block-section .video-area{
		min-height:295px;
	}
	.side-block-section .video-area img{
		/* display:none; */
		opacity:0;
	}
	.popup-box{
		max-width:90%;
		overflow:hidden !important;
	}
	.popup-box .txt-box{
		padding-left: 20px;
		padding-right: 20px;
	}

}
@media screen and (max-width: 500px){
	.content-block .img{
		float:none;
		width:auto;
		max-width:none;
		text-align:center;
		margin:0 0 25px;
	}
	.gallery-lst li{width:33.33%;}
}
@media screen and (max-width: 400px){
	.browse-lst-area .link{font-size:16px;}
	.content-block{padding:25px;}
	.info-box h2{font-size:38px;}
	.main-gallery .box h2{font-size:34px;}
	.info-lst h3{font-size:30px;}
	.info-area-add{
		padding-left:0;
		padding-right:0;
	}
	.h-section .logo{
		width:120px;
		top:-7px;
	}
	.nav-area{padding:14px 0;}
	.m-menu{padding:0 0 0 15px;}
	.m-menu ul{padding-left:20px;}
	.recipe-page .top-img-section h1,
	.top-img-section h1{
		font-size:36px;
		padding-left:37px;
	}
	.side-block-section .top-side-block{
		padding: 25px 28px;
	}
	.side-block-section .top-side-block h3{
		padding-right:80px;
	}
	.side-block-section .top-side-block h2{
		padding-right:80px;
	}
}
@media screen and (max-width: 360px){
	.side-block-section .top-side-block{
		background-position: 40px -20px;
	}
}
@media (-webkit-min-device-pixel-ratio:2) ,(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
	.side-block-add .top-box .txt:before{
		background-image:url(../images/bg-angle-up@2x.png);
		background-size: 17px auto;
	}
}
/* fancybox */

@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .15s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
	position:absolute;
	top:0;
	left:0;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .15s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .15s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }


.events-items{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	color:#fff;
	font:500 14px/1.2 Roboto, Arial, Helvetica, sans-serif;
}
.events-items .col{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	width:50%;
}
.events-items .item{
	width:100%;
	position:relative;
	overflow:hidden;
	background:#4d4c4c;
}
.events-items .item:after{
	content:"";
	display:block;
	clear:both;
	padding-bottom:93.3%;
}
.events-items .item.vertical{
	background:#0c6c48;
}
.events-items .box{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	padding:24px 27px;
}
.events-items .item.vertical .box{
	top:0;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-ms-align-items:center;
	align-items:center;
}
.events-items .box:after{
	content:'';
	position:absolute;
	z-index:-1;
	bottom:0;
	left:0;
	width:100%;
	height:162px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.events-items .item.vertical .box:after{display:none;}
.events-items .item.first:after{
	padding-bottom:101%;
}
.events-items .item.first .box{
	padding:20px 31px 65px;
}
.events-items .item.first .box:after{
	height:234px;
}
.events-items .item.first .postmetadata{
	margin:0 0 5px 5px;
}
.events-items .title{
	overflow:hidden;
	max-height:120px;
	margin:0;
}
.events-items .item.vertical .title{
	max-height:311px;
}
.events-items .item.first .title{
	max-height:256px;
}
.events-items .item.first .title{
	margin-right:55px;
}
.events-items h3{
	font-size:24px;
	font-weight:bold;
	line-height:1;
	font-family: "Gotham", Arial, Helvetica, sans-serif;
	text-shadow:0 2px 4px rgba(0, 0, 0, 0.5);
	color:#fff;
}
.events-items .item.first h3{
	font-size:36px;
	font-weight:900;
}
.events-items .item.vertical h3{
	font-size:28px;
	font-weight:900;
}
.events-items h3 a{
	font-size:inherit !important;
	color:inherit !important;
}
.events-items .postmetadata{margin:0 0 9px;}
.events-items .postmetadata p{margin:0;}
.events-items .postmetadata a{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-right:18px;
	color:inherit;
}
.events-items .postmetadata a:before{
	content:'';
	position:absolute;
	top:50%;
	right:8px;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	width:1px;
	height:13px;
	background:#fff;
}
.events-items .bg-stretch{
	display:block !important;
}
.mobile-page .preloader-area{
	display:none !important;
}
.logo .add{display:none;}
.popup-offer{
	position:fixed;
	z-index:100;
	bottom:0;
	left:0;
	right:0;
	min-width:320px;
	background:#fff;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
	padding:26px 7px 30px 26px;
	font-size:14px;
	line-height:1.4;
	font-weight:300;
	color:#262626;
}
body.popup-offer-active{
	overflow:hidden;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.popup-offer:before{
	content:'';
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	height:9999px;
	background:rgba(0,0,0, 0.5);
}
.popup-offer .btn-close{
	position:absolute;
	top:0;
	right:0;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 3px;
	width:25px;
	height:20px;
}
.popup-offer .btn-close:before,
.popup-offer .btn-close:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #979797;
}
.popup-offer .btn-close:before{
	top:8px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.popup-offer .btn-close:after{
	bottom:9px;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.popup-offer .heading{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	padding-right:10px;
}
.popup-offer .visual{
	min-width:67px;
	max-width:67px;
	margin-right:14px;
}
.popup-offer h3{
	font-size:17px;
	line-height:1.2;
	font-weight:400;
	margin:0 0 7px;
}

.popup-offer .popup-wrap{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup-offer .box-holder{
	border:solid #979797;
	border-width:0 0 0 1px;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	text-align:center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup-offer .box-holder img{
	display:block;
	min-height:32px;
	margin:0 auto 5px;
}
.popup-offer .box-holder span{
	padding:14px 17px;
}

@media (max-width: 1023px){
	.mobile-page .h-top-area,
	.mobile-page .btn-donate,
	.mobile-page .h-section:before,
	.mobile-page .h-section:after,
	.hidden-mobile{
		display:none;
	}
	.logo .add{display:block;}
	.mobile-page header .page-holder{
		min-height:92px;
		padding:0 40px;
	}
	.mobile-page .h-section{
		background:none;
	}
	.mobile-page .h-section .logo{
		top:50%;
		-webkit-transform:translate(0,-50%);
		transform:translate(0,-50%);
	}
	.mobile-page .nav-area{
		padding:0;
	}
	.mobile-page .m-nav-link{
		position:absolute;
		top:50%;
		right:40px;
		-webkit-transform:translate(0,-50%);
		transform:translate(0,-50%);
		margin:20px 0 0;
		border-color:#fff;
		-webkit-transition:border-color 0.25s linear;
		-o-transition:border-color 0.25s linear;
		transition:border-color 0.25s linear;
	}
	.mobile-page .m-nav-link:before,
	.mobile-page .m-nav-link:after{
		background:#fff;
		-webkit-transition:background 0.25s linear;
		-o-transition:background 0.25s linear;
		transition:background 0.25s linear;
	}
	.mobile-page header.fixed .m-nav-link{
		margin:0;
		border-color:#0c6c48;
	}
	.mobile-page header.fixed .m-nav-link:before,
	.mobile-page header.fixed .m-nav-link:after{
		background:#0c6c48;
	}
	.mobile-page header{
		-webkit-transition:background 0.25s linear;
		-o-transition:background 0.25s linear;
		transition:background 0.25s linear;
	}
	.mobile-page header.fixed{
		background:#fff;
	}
	.mobile-page header.fixed .logo .hidden-sm{
		opacity:1;
		visibility:visible;
	}
	.mobile-page header.fixed .logo .visible-sm,
	.mobile-page .logo .hidden-sm{
		opacity:0;
		visibility:hidden;
	}
	.mobile-page header.fixed .logo,
	.mobile-page .logo{
		left:40px;
		width:63px;
		height:54px;
		margin:18px 0 0;
	}
	.mobile-page header.fixed .logo{
		margin:0;
	}
	.mobile-page .logo img{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		-webkit-transition:all 0.2s linear;
		-o-transition:all 0.2s linear;
		transition:all 0.2s linear;
	}
	.mobile-page .mobile-menu .btn-holder{
		padding-top:36px;
		margin:9px 0 0 35px;
		border-top:1px solid #979797;
	}
	.mobile-page .mobile-menu .btn-link{
		display:block;
		padding:10px 0;
		color: #787878;
		font-size:20px;
		font-weight:500;
		line-height:1.2;
		text-decoration:none;
	}
	.sign-up-form .wpcf7-form p{margin:0 0 15px;}
}

@media (max-width: 812px) and (orientation: landscape) {
	.events-items .item.first:after{
		padding-bottom:100vh;
	}
	.events-items .item:after{
		padding-bottom:70%;
	}
}

@media (max-width: 479px){
	.events-items{
		font-size:12px;
	}
	.events-items .box{
		padding:15px;
	}
	.events-items .item.first .box{
		padding:20px 15px 40px;
	}
	.events-items .item.first .title{margin-right:30px;}
	.events-items h3{
		font-size:18px;
	}
	.events-items .item.first h3{
		font-size:28px;
	}
	.events-items .item.vertical h3{
		font-size:20px;
	}
	.events-items .title{
		max-height:73px;
	}
	.events-items .item.vertical .title{
		max-height:202px;
	}
	.events-items .item.first .title{
		max-height:141px;
	}
	.popup-offer{
		padding:15px;
	}
	.popup-offer h3{
		font-size:16px;
		margin:0 0 2px;
	}
	.popup-offer .heading{
		display:block;
	}
	.popup-offer .visual{
		min-width:50px;
		max-width:50px;
		float:left;
	}
	.popup-offer .box-holder span{
		padding:15px 12px;
	}
}

@media (max-width: 400px){
	.mobile-page .page-holder{
		padding:0 15px;
	}
	.mobile-page .h-section .logo,
	.mobile-page header.fixed .logo{
		left:15px;
	}
	.mobile-page .m-nav-link{
		right:15px;
	}
	.mobile-page .mobile-menu .btn-holder{
		margin-left:15px;
	}
}





















/* fonts */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Gotham-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Gotham-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Gotham-Regular.svg#Gotham') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Italic3.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Italic3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Gotham-Italic3.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Gotham-Italic3.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Gotham-Italic3.svg#Gotham') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Gotham-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Gotham-Light.svg#Gotham') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Gotham-Medium.svg#Gotham') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Gotham-Bold.svg#Gotham') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Gotham-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Gotham-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Gotham-Black.svg#Gotham') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
}