@charset "UTF-8";
@import url(animate.css);
@import url(../font-awesome/4.3.0/css/font-awesome.min.css);
@import url(////fonts.googleapis.com/css?family=Maiden+Orange|Ewert);
@import url(////fonts.googleapis.com/css?family=Cabin:700);
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: url("../images/content.jpg");
	color: #d4cab4;
	font: 400 20px/26px "Maiden Orange";
	-webkit-text-size-adjust: none;
}
img {
	max-width: 100%;
	height: auto;
}
h2, h3, h4, h5, h6 { font-family: "Maiden Orange"; }
h1 {
	font-size: 50px;
	line-height: 52px;
	font-family: "Ewert";
	color: #fff;
}
h2 {
	font-size: 40px;
	line-height: 42px;
	color: #e7e0d2;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	font-size: 35px;
	line-height: 36px;
	text-transform: uppercase;
}
h4 {
	font-size: 28px;
	line-height: 30px;
	color: #fbf1cf;
	text-transform: uppercase;
}
h5 {
	font-size: 26px;
	line-height: 27px;
}
h6 {
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	color: #e7e0d2;
	text-align: center;
}
p, .marked-list, .list { font-family: "Times New Roman"; }
p a:hover, .marked-list a:hover, .list a:hover { text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa { text-decoration: none; }
time { display: block; }
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:focus { outline: none; }
a:active { background-color: transparent; }
a[href^="tel:"], a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}
strong { font-weight: 700; }
.fa { line-height: inherit; }
[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}
.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page { min-width: 1200px; }
.nav-logo {
	display: inline-block;
	float: left;
	margin-top: -29px;
	margin-bottom: -25px;
}
.nav-tel {
	display: inline-block;
	float: right;
	font-size: 30px;
	padding-left: 8px;
}
address em {font-style:italic;}
/*=======================================================
                       Main Layout
=========================================================*/
* + h4 { margin-top: 28px; }
* + .brand { margin-top: 10px; }
 * + [class*="btn"] {
 margin-top: 24px;
}
* + h6 { margin-top: 20px; }
* + .row .post { margin-top: 42px; }
* + .anchor-list { margin-top: 42px; }
img + .info { margin-top: 26px; }
ul + p { margin-top: 38px; }
h4 + p { margin-top: 20px; }
h2.offset1 + * { margin-top: 42px; }
h2.offset2 + * { margin-top: 34px; }
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
	background: url("../images/banner.png") no-repeat;
	background-position: top center;
	min-width: 423px;
	padding-top: 90px;
	padding-bottom: 75px;
	color: #fff;
}
.brand.inset1 { padding-bottom: 20px; }
.brand_name {
	font-size: 42px;
	line-height: 42px;
	overflow: hidden;
}
.brand_name span:before { content: url("../images/separator-02.png"); }
.brand span {
	font-family: "Cabin";
	font-weight: 700;
	font-size: 14px;
}
span + .brand_slogan { margin-top: 44px; }
.brand_slogan {
	font-size: 24px;
	font-family: sans-serif;
	font-style: italic;
}
@media (max-width: 767px) {
.brand { margin-top: 0; }
.brand_name { font-size: 40px; }
}
@media (max-width: 567px) {
.brand_name { font-size: 30px; }
}
@media (max-width: 429px) {
.brand {
	background: none;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 30px;
	min-width: 320px;
	text-align: center;
}
.brand_name {
	width: 320px;
	font-size: 42px;
	padding-bottom: 10px;
}
span + .brand_slogan { margin-top: 4px; }
}
/*==================  Backgrounds  ======================*/
.bg-1 { background: #bc5f15; }
.bg-2 { background: #567721; }
.pattern-bg1 { background: url("../images/pattern-01.jpg"); }
.pattern-bg2 { background: url("../images/pattern-02.jpg") repeat-y; }
.bg-primary { background: #231e13; }
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	text-transform: uppercase;
	color: #fefefe;
	font-size: 18px;
	border-radius: 3px;
	padding: 12px 23px;
}
.btn:hover { background: #a73f07; }
.btn:active { background: #d85109; }
.btn__mod1 { padding: 13px 20px 11px 21px; }
.btn__mod2 {
	padding-left: 26px;
	padding-right: 26px;
}
.btn__mod3 {
	padding-left: 21px;
	padding-right: 21px;
}
.btn-1 { background: #6f6859; }
.btn-2 { background: #231e13; }
.btn-3 { background: #51463e; }
.btn-4 {
	background: #e7e0d2;
	color: #5a5045;
}
.btn-4:hover { color: #fff; }
.btn_right { text-align: right; }
.btn_right .btn { color: #e7e0d2; }
/*==================      Box      ======================*/
.box { color: #fff; }
.box:before, .box:after {
	display: table;
	content: "";
	line-height: 0;
}
.box:after { clear: both; }
.box_aside {
	margin-left: 6px;
	padding-top: 12px;
	float: left;
	width: 66px;
}
.box_aside:before {
	font-size: 60px;
	line-height: 40px;
}
.box_aside.fa-cutlery:before {
	line-height: 42px;
	margin-left: 4px;
}
.box_aside.fa-coffee:before { line-height: 28px; }
.box_cnt__no-flow {
	overflow: hidden;
	padding-left: 27px;
}
.box + .box:nth-child(n+3), .box + .box:nth-child(n+4) { margin-top: 38px; }
/*==============      Anchor list      ================*/
.anchor-list { text-align: center; }
.anchor-list li { display: inline-block; }
.anchor-list li a {
	display: inline-block;
	padding: 14px 35px 12px;
	border-radius: 3px;
	background: #a73f07;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
}
.anchor-list li a:hover { background: #718d3b; }
.anchor-list li + li { margin-left: 8px; }
@media (max-width: 979px) {
.nav-tel {
	display: block;
	float: none;
	font-size: 48px;
	padding-top: 10px;
}
.anchor-list li a {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (max-width: 767px) {
.anchor-list li { display: block; }
.anchor-list li + li { margin-top: 10px; }
}
/*==============      Info list     ==================*/
.info-list { margin-top: -7px; }
.info-list li {
	max-height: 20px;
	overflow: hidden;
}
.info-list li + li { margin-top: 16px; }
/*==============      Marked list     ==================*/
.marked-list {
	margin-top: -4px;
	padding-left: 95px;
}
.marked-list li {
	display: inline-block;
	position: relative;
	color: #fff;
}
.marked-list li:before {
	position: absolute;
	left: -90px;
	font-size: 60px;
	line-height: 70px;
}
.marked-list li + li { margin-top: 37px; }
/*==============      Terms list     ==================*/
.terms-list {
	color: #fff;
	font-family: "Times New Roman";
	text-align: center;
}
.terms-list a.priv-link {
	display: inline-block;
	font-family: "Maiden Orange";
	text-transform: uppercase;
	font-size: 18px;
	color: #e7e0d2;
}
.terms-list a.priv-link:hover { color: #a73f07; }
.terms-list dt {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}
.terms-list dt + dd { margin-top: 9px; }
.terms-list dd {
	font-size: 18px;
	line-height: 21px;
}
.terms-list dd + dt { margin-top: 43px; }
/*==============      Post block     ==================*/
.post { color: #fff; }
.post:before, .post:after {
	display: table;
	content: "";
	line-height: 0;
}
.post:after { clear: both; }
.post_aside { float: left; }
.post_cnt__no-flow {
	padding-top: 11px;
	padding-left: 20px;
	overflow: hidden;
	font-family: "Times New Roman";
}
.post_cnt__no-flow h6 {
	font-family: inherit;
	font-weight: 700;
	text-align: left;
	text-transform: none;
	color: #fff;
}
.post_cnt__no-flow h6 + p {
	margin-top: 7px;
	font-size: 18px;
	line-height: 22px;
}
.post_cnt__no-flow h6 a:hover { color: #762d05; }
.post time {
	font-size: 39px;
	padding-top: 27px;
	border-top: 8px solid #a73f07;
}
/*==============      Info block     ==================*/
.info {
	display: table;
	width: 100%;
	color: #fff;
	font-family: "Maiden Orange";
	font-size: 16px;
	text-transform: uppercase;
}
.info__term {
	display: table-cell;
	width: 1px;
	white-space: nowrap;
}
.info__dots { display: table-cell; }
.info__dots:before {
	margin-left: 4px;
	content: '. . . . . . . . . . . . . . . .' ' . . . . . . . . . . . . . . . .' ' . . . . . . . . . . . . . . . .' ' . . . . . . . . . . . . . . . .' ' . . . . . . . . . . . . . . . .' ' . . . . . . . . . . . . . . . .';
}
.info__key {
	overflow: hidden;
	display: table-cell;
	width: 1px;
	white-space: nowrap;
}
/*==============      Content block     ==================*/
.cnt-block1 {
	position: absolute;
	top: 366px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 69.21%;
	max-width: 1169px;
	padding: 23px;
	padding-bottom: 22px;
	z-index: 1;
}
.cnt-block1:before, .cnt-block1:after {
	display: table;
	content: "";
	line-height: 0;
}
.cnt-block1:after { clear: both; }
.cnt-block1.__mod1 {
	top: 0;
	position: relative;
}
.cnt-block1.__mod1 .big_img {
	width: 50%;
	float: left;
}
.cnt-block1 .right-part {
	width: 50%;
	float: right;
}
.cnt-block1 .right-part div {
	width: 50%;
	float: left;
}
.cnt-block1 .right-part [class*='bg-'] {
	max-height: 244px;
	padding-top: 45px;
	padding-bottom: 33px;
}
.cnt-block1 .right-part [class*='bg-'] h2 {
	color: #ffedcb;
	width: 215px;
	margin: 0 auto;
}
.cnt-block1 .right-part [class*='bg-'] h2 em {
	display: block;
	color: #ffe17a;
	font-size: 60px;
	line-height: 50px;
}
.cnt-block1 .right-part [class*='bg-'] h2 em.small {
	color: #ffedcb;
	font-size: 36px;
	line-height: 32px;
}
.cnt-block1 .right-part [class*='bg-'] h2 span:before {
	display: block;
	content: url("../images/separator-03.png");
}
.cnt-block1 .right-part .bg-2 { padding-bottom: 32px; }
.cnt-block1 .right-part .bg-2 h2 span:before { content: url("../images/separator-04.png"); }
.cnt-block1.shadow:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	bottom: -70px;
	left: 0px;
	right: -64px;
	background: url(../images/shadow.png) center no-repeat;
	opacity: 0.68;
	width: 100%;
}
.container.cnt-block { position: relative; }
.cnt-block2 {
	background: #231e13;
	position: absolute;
	margin: 0 auto;
	top: -309px;
}
.cnt-block2:before, .cnt-block2:after {
	display: table;
	content: "";
	line-height: 0;
}
.cnt-block2:after { clear: both; }
.cnt-block2.__mod1 {
	top: 0;
	position: relative;
}
.cnt-block2.__mod1 .cnt-block2__cnt { padding-right: 63px; }
.cnt-block2.__mod1 .cnt-block2__cnt h3 {
	margin-top: 57px;
	max-width: 340px;
}
.cnt-block2.__mod1 .cnt-block2__cnt .address-block {
	float: right;
	width: 180px;
	text-align: center;
	padding-left: 82px;
	padding-right: 77px;
}
.cnt-block2.__mod1 .cnt-block2__cnt .address-block h2 + address { margin-top: 10px; }
.cnt-block2.__mod1 .cnt-block2__cnt .address-block address {
	font-size: 16px;
	line-height: 18px;
	color: #ffedcb;
	text-transform: uppercase;
}
.cnt-block2.__mod1 .cnt-block2__cnt .address-block address + address { margin-top: 8px; }
.cnt-block2.__mod1 .cnt-block2__cnt .address-block address a {
	display: inline-block;
	font-size: 24px;
	line-height: 35px;
	color: #e7e0d2;
	font-family: "Times New Roman";
	font-weight: 700;
}
.cnt-block2.__mod1 .cnt-block2__cnt .address-block address a:hover { color: #e1481e; }
.cnt-block2 .left-part {
	padding: 15px;
	padding-bottom: 14px;
	float: left;
}
.cnt-block2__cnt {
	border: 1px solid #6f6859;
	padding: 13px 83px 12px 25px;
}
.cnt-block2__cnt:before, .cnt-block2__cnt:after {
	display: table;
	content: "";
	line-height: 0;
}
.cnt-block2__cnt:after { clear: both; }
.cnt-block2__cnt img {
	float: left;
	opacity: 0.66;
}
.lt-ie9 .cnt-block2__cnt img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.66)";
	filter: alpha(opacity=66);
}
.cnt-block2__cnt img + * {
	margin-top: 39px;
	margin-left: 40px;
}
.cnt-block2__cnt h3 {
	min-width: 512px;
}
.cnt-block2 a.thumb {
	float: right;
	position: relative;
	overflow: hidden;
}
.cnt-block2 a.thumb img {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.cnt-block2 a.thumb:after {
	text-align: center;
	content: "";
	position: absolute;
	font: 400 24px/78px 'FontAwesome';
	width: 76px;
	height: 76px;
	left: -44px;
	top: 50%;
	margin-top: -38px;
	padding-left: 27px;
	background: #231e13;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	-webkit-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.cnt-block2 a.thumb:hover:after {
	padding: 0;
	content: "";
	left: 50%;
	margin-left: -38px;
	transform: rotate(360deg);
}
 @media (min-width: 2051px) {
.cnt-block2__cnt { padding-right: 60px; }
.cnt-block2.__mod1 .cnt-block2__cnt { padding-right: 58px; }
}
@media (max-width: 1689px) {
.cnt-block1 .right-part img { height: 244px; }
.cnt-block1 .right-part [class*="bg-"] h2 { font-size: 37px; }
.cnt-block1 .carousel1, .cnt-block1 .carousel1 .item img, .cnt-block1.__mod1 .big_img { height: 488px; }
}
@media (max-width: 1199px) {
.cnt-block1 {
	width: 60%;
	top: 0;
	position: relative;
}
.cnt-block1 .carousel1, .cnt-block1 .right-part, .cnt-block1.__mod1 .big_img {
	width: 100%;
	float: none;
}
.cnt-block1 .right-part:before, .cnt-block1 .right-part:after {
	display: table;
	content: "";
	line-height: 0;
}
.cnt-block1 .right-part:after { clear: both; }
.cnt-block1 .right-part div { width: 50%; }
.cnt-block1 .right-part div img { width: 100%; }
.cnt-block2 {
	top: 0;
	position: relative;
	width: 50%;
}
.cnt-block2.__mod1 .cnt-block2__cnt {
	padding-left: 10px;
	padding-right: 10px;
}
.cnt-block2.__mod1 .cnt-block2__cnt h3 {
	margin-left: auto;
	margin-right: auto;
}
.cnt-block2.__mod1 .cnt-block2__cnt .address-block {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.cnt-block2 + * { margin-top: 40px; }
.cnt-block2 .left-part { float: none; }
.cnt-block2__cnt {
	text-align: center;
	padding-right: 23px;
}
.cnt-block2__cnt img, .cnt-block2__cnt h3 { float: none; }
.cnt-block2__cnt img + h3 {
	margin-top: 19px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	min-width: inherit;
}
.cnt-block2 a.thumb { float: none; }
.cnt-block2 a.thumb:after {
	content: "";
	left: 50%;
	margin-left: -38px;
	top: -10px;
	margin-top: -38px;
	padding-top: 15px;
	padding-left: 0px;
}
.cnt-block2 a.thumb:hover:after {
	top: 50%;
	margin-top: -38px;
	transform: rotate(360deg);
}
}
@media (max-width: 767px) {
.cnt-block2 { width: 100%; }
}
@media (max-width: 479px) {
.cnt-block2 a.thumb:after {
	width: 58px;
	height: 58px;
	margin-top: -30px;
	margin-left: -29px;
	padding-top: 6px;
}
.cnt-block2 a.thumb:hover:after {
	margin-top: -29px;
	line-height: 58px;
}
}
@media (max-width: 699px) {
.cnt-block1 {
	width: 85%;
	padding: 15px;
}
.cnt-block1 .right-part:before, .cnt-block1 .right-part:after {
	display: table;
	content: "";
	line-height: 0;
}
.cnt-block1 .right-part:after { clear: both; }
.cnt-block1 .right-part div { width: 100%; }
.cnt-block1 .carousel1, .cnt-block1 .carousel1 .item img, .cnt-block1.__mod1 .big_img { height: 344px; }
}
/*==============      Content block     ==================*/
.info-block {
	position: absolute;
	right: 367px;
	top: 108px;
	background: #f6f4ef;
	padding: 14px;
	padding-bottom: 14px;
	font-family: "Times New Roman";
	font-size: 16px;
	line-height: 28px;
	color: #787765;
	text-align: center;
}
.info-block:before, .info-block:after {
	display: table;
	content: "";
	line-height: 0;
}
.info-block:after { clear: both; }
.info-block.__mod1 { top: 78px; }
.info-block .block1 {
	border: 1px solid #c9bf96;
	border-right: 2px dashed #c9bf96;
	padding: 24px 43px 22px 30px;
	float: left;
	min-height: 165px;
}
.info-block .block1 address {
	color: #5e4c38;
	font-size: 20px;
	line-height: 30px;
}
.info-block .block1:before { content: url("../images/element-3.png"); }
.info-block .block2 {
	border: 1px solid #c9bf96;
	border-left: none;
	padding: 24px 40px 22px 40px;
	float: right;
	min-height: 165px;
}
.info-block .block2 address.tel {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #282828;
	margin-top: 13px;
}
.info-block .block2 address.mail {
	font-size: 18px;
	line-height: 30px;
	color: #e76d4b;
}
.info-block .block2 address.mail:hover { color: #e1481e; }
.info-block .block2:before { content: url("../images/element-4.png"); }
.getdir {background:#51463e;color:#FFF;}
@media (max-width: 1654px) {
.info-block { right: 220px; }
}
@media (max-width: 1360px) {
.info-block { right: 80px; }
}
@media (max-width: 1084px) {
.info-block { right: 50px; }
}
@media (max-width: 1019px) {
.info-block { right: 10px; }
}
@media (max-width: 938px) {
.info-block {
	top: 0;
	right: 0;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin: 0 auto;
}
.info-block .block1, .info-block .block2 {
	float: none;
	border: 1px solid #c9bf96;
}
}
/*========================   Menu   ==========================*/
.sf-menu { display: inline-block; }
.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}
.sf-menu:after { clear: both; }
.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li + li { margin-left: 46px; }
.sf-menu a {
	display: block;
	font-size: 22px;
	text-transform: uppercase;
}
.sf-menu a:hover { color: #ffedcb; }
.sf-menu > li > a { color: #f2efe7; }
.sf-menu > li > a:before {
	position: absolute;
	content: url(../images/separator-01.png);
	margin-left: -30px;
	top: -3px;
}
.sf-menu > li:first-child a:before { display: none; }
.sf-menu > li.active > a { color: #fdffcd; }
.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 105px;
	left: -30px;
	margin-top: 25px;
	padding: 14px 20px 10px;
	background: #FFF;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #231c16;
}
.sf-menu ul > li {
	position: relative;
	border-bottom: 1px dashed;
	width: 65px;
}
.sf-menu ul > li:last-child { border-bottom: none; }
.sf-menu ul > li > a {
	color: #FFF;
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover { color: #fdffcd; }
.sf-menu ul ul {
	position: absolute;
	top: 0;
	left: 130%;
	width: 89px;
	margin-top: 0;
	padding: 14px 18px 10px;
	z-index: 4;
	background: #c26817;
}
.sf-menu ul ul > li {
	border-bottom: 1px dashed;
	text-align: left;
	width: 55px;
}
.sf-menu ul ul > li:last-child { border-bottom: none; }
.sf-menu ul ul > li > a {
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 6px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover { color: #eaff9e; }
.sf-menu ul:before {
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -7px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #231c16 transparent;
}
.sf-menu ul ul:before { display: none; }
 @media (max-width: 767px) {
.sf-menu { display: none; }
.nav-tel {
	position: fixed;
	top: 5px;
	right: 15px;
	z-index: 99999999;
	font-size: 26px;
}
}
@media (max-width: 500px) {
.nav-tel { display: none; }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active { right: 0; }
.rd-mobilemenu_ul {
	position: fixed;
	top: 56px;
	left: 0;
	bottom: 0;
	width: 240px;
	padding: 20px 0;
	color: #fff;
	background: url("../images/header-1.jpg");
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
	background: none;
	color: #ffedcb;
}
.rd-mobilemenu_ul ul a { padding-left: 40px; }
.rd-mobilemenu_ul ul ul a { padding-left: 60px; }
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: url("../images/header-1.jpg");
	color: #FFF;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #FFF;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rd-mobilepanel_toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
 border: none;
 padding: 0;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after { top: 8px; }
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #FFF;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
 @media (max-width: 767px) {
body { padding-top: 56px; }
.rd-mobilemenu, .rd-mobilepanel { display: block; }
}
@media (max-width: 359px) {
.rd-mobilepanel_title { font-size: 18px; }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
	background: url("../images/header-1.jpg");
	padding-top: 29px;
	padding-bottom: 25px;
}
@media (max-width: 767px) {
.stuck_container { background: none; }
}
.isStuck {
	background: url("../images/header-1.jpg");
	padding-top: 15px;
	padding-bottom: 12px;
	z-index: 999;
	border-bottom: 1px solid none;
}
.isStuck .sf-menu ul { margin-top: 12px; }
 @media only screen and (max-width: 979px) {
.isStuck { display: none !important; }
}
/*==================     ToTop     ======================*/
.toTop {
	width: 38px;
	height: 38px;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	background: #504638;
	border-radius: 50%;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:hover {
	color: #fff;
	background: #6e604d;
	text-decoration: none;
}
 @media only screen and (max-width: 1399px) {
.toTop { display: none !important; }
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
}
.parallax_image, .parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax_pattern { background-repeat: repeat; }
.parallax_cnt { position: relative; }
.parallax.header-parallax .parallax_image { opacity: 0.44; }
.parallax.overflow { overflow: visible; }
@media (max-width: 1199px) {
.parallax.overflow { overflow: hidden; }
}
/*==================   Thumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
/*=================       Tabs     ======================*/
.resp-tabs-list { display: inline-block; }
.resp-tabs-list, .resp-tabs-list + .resp-tabs-container { margin-top: 44px; }
.resp-tabs-list li {
	cursor: pointer;
	display: inline-block;
	padding: 14px 35px 12px;
	border-radius: 3px;
	background: #a73f07;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
}
.resp-tabs-list li:after {
	content: '';
	position: absolute;
	display: none;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #718d3b transparent transparent transparent;
}
.resp-tabs-list li + li { margin-left: 8px; }
.resp-tabs-list li:hover { background: #718d3b; }
.resp-tabs-list .resp-tab-active { background: #718d3b; }
.resp-tabs-list .resp-tab-active:after { display: block; }
.resp-tabs { text-align: center; }
.resp-accordion {
	display: none;
	cursor: pointer;
	padding: 14px 35px 12px;
	border-radius: 3px;
	background: #a73f07;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	transition: .3s;
	margin-top: 10px;
}
.resp-accordion + * { margin-top: 20px; }
.resp-accordion:after {
	content: '';
	position: absolute;
	display: none;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #718d3b transparent transparent transparent;
}
.resp-tab-active { background: #718d3b; }
.resp-tab-active:after { display: block; }
.resp-tab-content {
	opacity: 0;
	z-index: -999;
	position: absolute;
	left: 0;
	right: 0;
}
.resp-tab-content-active {
	position: relative;
	opacity: 1;
	z-index: 11;
	display: block;
}
 @media (max-width: 979px) {
.resp-tabs-list li {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (max-width: 767px) {
.resp-accordion { display: block; }
.resp-tabs-list { display: none; }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: url("../images/header.jpg");
	text-align: center;
}
header nav { display: inline-block; }
header .social-inline-list { float: right;
z-index: 1;
}
header .social-inline-list li { display: inline-block; }
header .social-inline-list li + li { margin-left: 16px; }
header .social-inline-list li a:before { font-size: 30px; }
header .social-inline-list li a:hover:before { color: #a73f07; }

@media (max-width: 767px) {
	header .social-inline-list { visibility:hidden; }
}
@media (max-width: 1199px) {
	header .social-inline-list {
		margin-top: 7px;
		margin-right: 5px;
		}
}
@media (max-width: 979px){
	header .social-inline-list {
		float:none;
		text-align:center;
		padding-top:9px;
	}
}
	
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
	background: url("../images/content.jpg");
}
.h2__mod1 {
	font-size: 60px;
	line-height: 54px;
	color: #fff;
	text-align: left;
}
@media (max-width: 1199px) {
.h2__mod1 { font-size: 50px; }
.h2__mod1 + .separator3 { font-size: 30px; }
}
@media (max-width: 979px) {
.h2__mod1 { font-size: 40px; }
.h2__mod1 .em__mod1 { font-size: 90px; }
.h2__mod1 + .separator3 { font-size: 24px; }
}
@media (max-width: 767px) {
.h2__mod1 {
	font-size: 60px;
	text-align: center;
}
.h2__mod1 .em__mod1 { font-size: 100px; }
.h2__mod1 + .separator3 { font-size: 36px; }
}
blockquote .h2__mod2 {
	margin-top: 14px;
	padding-left: 27px;
	text-align: left;
}
blockquote .h2__mod2:before {
	content: url("../images/separator-05.png");
	margin-right: 10px;
}
blockquote .h2__mod2:after {
	content: url("../images/separator-06.png");
	margin-left: 3px;
}
blockquote .h2__mod2 + p {
	padding-left: 27px;
	margin-top: 22px;
}
@media (max-width: 767px) {
blockquote { text-align: center; }
blockquote .image-border { display: inline-block; }
blockquote .btn_right { text-align: center; }
blockquote .h2__mod2 + p { padding-left: 0; }
}
@media (max-width: 479px) {
blockquote .image-border { display: block; }
blockquote .h2__mod2:before, blockquote .h2__mod2:after { display: none; }
}
.block-cnt1 { color: #fff; }
.block-cnt1 h6 {
	font-family: "Times New Roman";
	font-weight: 700;
	color: #fff;
	text-transform: none;
	text-align: left;
}
.block-cnt1 h6[class*="fa-"] { text-align: center; }
.block-cnt1 h6[class*="fa-"]:before {
	color: #e7d4bf;
	margin-top: 62px;
	margin-bottom: 47px;
	font-size: 60px;
	display: block;
}
.block-cnt1 p {
	margin-top: 9px;
	font-size: 18px;
	line-height: 21px;
}
.em__mod1 {
	font-size: 100px;
	line-height: 88px;
	color: #ffe17a;
	display: block;
}
.h2__em { text-align: left; }
@media (max-width: 767px) {
.h2__em { text-align: center; }
}
.eventframe{
	background-color:#660000;
	position:inherit;
	padding:10px;
	width:100%;
}
.em__mod2 { color: #d5382c; }
p.p__mod1 {
	font-size: 24px;
	line-height: 28px;
}
.separator1, .separator2 {
	background: #e7e0d2;
	height: 1px;
	max-width: 100%;
}
.separator1.mod1, .separator2.mod1 {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.separator1 {
	margin-top: 23px;
	height: 4px;
}
.separator1 + .separator2 { margin-top: 4px; }
.separator2 { margin-bottom: 29px; }
.separator3 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 36px;
	color: #feddc0;
	opacity: 0.33;
}
.separator4 {
	margin-top: 84px;
	height: 1px;
	background: #e7e0d2;
	position: relative;
	width: 100%;
}
.separator4 .btn {
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -24px;
	display: inline-block;
}
.separator5 {
	height: 1px;
	width: 100%;
	background: #e7e0d2;
}
* + .separator5 { margin-top: 52px; }
* + .separator5.__offset1 { margin-top: 74px; }
* + .separator5.__offset2 { margin-top: 79px; }
.header-mod1:before, .header-mod1:after { content: url("../images/element-1.png"); }
@media (min-width: 1199px) {
.responsive-iframe-container iframe {
    left: 30px;
}
}
@media (max-width: 1199px) {
.header-mod1 { font-size: 24px; }
}
@media (max-width: 979px) {
.header-mod1 { font-size: 19px; }
}
@media (max-width: 767px) {
.header-mod1 { font-size: 28px; }
}
.header-mod2:before, .header-mod2:after, .header-mod3:before, .header-mod3:after { content: url("../images/element-2.png"); }
.header-mod3:before { margin-right: 10px; }
.header-mod3:after { margin-left: 10px; }
 @media (max-width: 767px) {
h2.header-mod3:after, h2.header-mod3:before {
	display: block;
	margin: 0;
}
}
.center { text-align: center; }
.center p {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	color: #eae3d5;
	font-size: 18px;
	line-height: 22px;
}
 @media (max-width: 767px) {
.center1 { text-align: center; }
}
.center2 { text-align: center; }
.center2 p {
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
}
.image-border {
	background: url(../images/border-1.jpg) no-repeat;
	background-size: contain;
	padding: 17px;
	padding-bottom: 20px;
}
@media (max-width: 1199px) {
.image-border {
	padding-left: 16px;
	padding-bottom: 16px;
}
}
@media (max-width: 979px) {
.image-border { padding: 13px; }
}
@media (max-width: 767px) {
.image-border { padding: 20px; }
}
@media (max-width: 479px) {
.image-border { padding: 15px; }
}
.over-hidden .grid_4 {
	max-height: 326px;
	overflow: hidden;
}
@media (max-width: 1199px) {
.over-hidden .grid_4 { max-height: 276px; }
}
@media (max-width: 979px) {
.over-hidden .grid_4 { max-height: 226px; }
.nav-logo {
	float: none;
	margin-top: -19px;
	margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.over-hidden .grid_4 { max-height: 356px; }
.over-hidden .grid_4 img { width: 100%; }
}
@media (max-width: 479px) {
.over-hidden .grid_4 { max-height: 256px; }
}
/*==================      Well     ======================*/
.well1 {
	padding-top: 0;
	padding-bottom: 442px;
}
.well1__inset1 { padding-bottom: 40px; }
.well2 {
	padding-top: 120px;
	padding-bottom: 200px;
}
.well3 {
	padding-top: 176px;
	padding-bottom: 52px;
}
.well4 {
	padding-top: 60px;
	padding-bottom: 39px;
}
.well4__inset1 { padding-bottom: 66px; }
.well4__inset2 { padding-bottom: 94px; }
.well4__inset3 { padding-bottom: 36px; }
.well5 {
	padding-top: 50px;
	padding-bottom: 66px;
}
.well5__inset1 { padding-top: 15px; }
.well5__inset2 { padding-bottom: 32px; }
.well5__inset3 { padding-bottom: 52px; }
.well5__inset4 { padding-bottom: 44px; }
.well5__inset5 { padding-bottom: 67px; }
.well6 {
	padding-top: 60px;
	padding-bottom: 0;
}
.well7 {
	padding-top: 32px;
	padding-bottom: 64px;
}
.well7__inset1 { padding-top: 64px; }
.well7__inset2 { padding-bottom: 44px; }
.well7__inset3 { padding-top: 25px; }
.well8 {
	padding-top: 72px;
	padding-bottom: 104px;
}
.well8__inset1 { padding-bottom: 52px; }
.well9 {
	padding-top: 176px;
	padding-bottom: 0px;
}
 @media (max-width: 1199px) {
.well1 { padding-bottom: 40px; }
.well2 { padding-bottom: 60px; }
.well3 { padding-top: 40px; }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	background: url("../images/content.jpg");
	color: #e7e0d2;
}
footer:before, footer:after {
	display: table;
	content: "";
	line-height: 0;
}
footer:after { clear: both; }
footer .privacy {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
}
footer .privacy span + a { margin-left: 21px; }
footer a:hover { color: #a73f07; }
footer .social-inline-list { float: right; }
footer .social-inline-list li { display: inline-block; }
footer .social-inline-list li + li { margin-left: 16px; }
footer .social-inline-list li a:before { font-size: 30px; }
footer .social-inline-list li a:hover:before { color: #a73f07; }
.textNav {text-align: center;margin: -20px 0;}
.textNav a{padding: 20px;line-height:26px;display: inline-block;}
@media (max-width: 767px) {
footer .privacy, footer .social-inline-list {
	text-align: center;
	float: none;
}
.textNav a{padding:10px;}
footer .privacy { display: block; }
footer .privacy + * { margin-top: 20px; }
}
footer .map { position: relative; }