/*========================================================
						Main Styles
=========================================================*/
body {
  color: #333;
  font: 400 19px/24px "Oxygen", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  background: url(../images/bg4.jpg) repeat #e5e5e5;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inder", sans-serif;
  color: #48250e;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    letter-spacing: -2px;
  }
}
h2 span {
  width: 66px;
  height: 66px;
  line-height: 66px;
  display: inline-block;
  position: relative;
  text-align: center;
  background: #48250e;
  color: #fff;
  margin-top: -10px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  h2 span {
    font-size: 30px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-top: -2px;
    margin-right: 5px;
  }
}
@media (max-width: 479px) {
  h2 span {
    float: left;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 24px;
  line-height: 22px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 20px;
  }
}
h4 a:hover {
  color: #5b8042;
}
h4 span {
	position: relative;
	top: 15px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 15px;
}

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;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
  background: #fff;
  width: 1570px;
  margin: 60px auto 60px;
}
@media (max-width: 1570px) {
  .page {
    width: 100%;
  }
}
.lt-ie9 .page {
  min-width: 1200px;
}
.date {
	position: relative;
	top: -6px;
	color: #48250e;
	font-size: 22px;
}
.left {
	position: relative;
	left: -8px;
}
.left2 {
	position: relative;
	left: 20px;
}
/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.img-w100 img {
  width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #333;
}

.link1 {
  color: #d4a88c;
}
.link1:hover {
  color: #333;
}



  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

h2 + p {
  margin-top: 27px;
}

h5 + p {
  margin-top: 13px;
}

h2 + h5 {
  margin-top: 23px;
}

h5 + article {
  margin-top: 48px;
}

article + article {
  margin-top: 33px;
}

h2 + .article2 {
  margin-top: 32px;
}

h2 + .box3 {
  margin-top: 32px;
}

.article2 + .article2 {
  margin-top: 33px;
}

.box3 + .box3 {
  margin-top: 29px;
}

.marTop0 {
  margin-top: 0;
}

.marTop1 {
  margin-top: -28px;
  width: 100%;
}
@media (max-width: 767px) {
  .marTop1 {
    margin-top: 10px;
  }
}

.marTop2 {
  margin-top: 2px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  padding-top: 0px;
  background: url(../images/logo.png) 50% 0 no-repeat;
}
@media (max-width: 767px) {
  .brand {
    margin-top: 0;
  }
}
.brand_name {
  overflow: hidden;
  font-size: 50px;
  line-height: 76px;
  letter-spacing: 1px;
  font-family: "Pristina", sans-serif;
  color: #000;
  position: relative;
  padding: 0 36px;
  z-index: -1;
  /*border-top: 2px solid map-get($scheme, primary);*/
  border-bottom: 2px solid #ed1f24;
}
.brand_name:before, .brand_name:after {
  position: absolute;
  /*display: inline-block;*/
  content: '';
  width: 90px;
  height: 2px;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ed1f24;
}
.brand_name:after {
  left: auto;
  right: 0;
}
.brand_slogan {
  font-family: "FallHarvest", sans-serif;
  font-size: 78px;
  line-height: 22px;
  color: #48250e;
  margin-top: 30px;
  letter-spacing: -0.5px;
}

/*==================  Inline List  ======================*/
.inline-list {
  margin-top: 20px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 14px;
}
.inline-list a {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.inline-list a:hover {
  color: #d4a88c;
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}
blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 7px;
  content: "\f10d";
  color: #d4a88c;
  font-family: "FontAwesome";
  font-size: 34px;
  line-height: 28px;
  vertical-align: top;
  z-index: 10;
}
blockquote cite {
  display: block;
  font-size: 16px;
  color: #d4a88c;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 8px;
}

/*==================  list1  ======================*/
.list1 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.list1 li + li {
  margin-top: 8px;
}
.list1 a:hover {
  color: #5d5d5d;
  background: #fff;
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
.marked-list li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #333333;
}
.marked-list li:before {
  content: '\f101';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: px;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #d4a88c;
  text-decoration: none;
}

/*==================  Gallery Slide  ====================*/

.pics {  
    height:  399px;  
    width:   640px;  
    padding: 0;  
    margin:  0 0 0 9px;
} 
 
.pics img {  
    padding: 15px;  
    border:  2px solid #4a2304;  
    background-color: #efd48d;  
    width:  620px; 
    height: 379px; 
    top:  0; 
    left: 0 
} 
.pics2 {
	height: 414px;
	width: 655px;\
	padding: 0p;
	margin: 0 0 0 -20px;
}

.pics2 img {
	padding: 15px;
	background-color: #efd48d;
	border:  2px solid #4a2304; 
	width: 620px;
	height: 379px;
}
@media (max-width: 1199px) {
    .pics, .pics img, .pics2, .pics2 img {
        max-width: 100%;
		max-height: 70%;
    }
}
/****
@media (min-width: 1199px) {
	.pics img, .pics2 img {
		width: 440px; 
		height: 274px;
	}
}
/*==================   Contact List   ======================*/
.contact-list address {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-list a[href^="mailto:"] {
  color: #fff;
  text-decoration: underline;
}
.contact-list a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.contact-list li dt {
  float: left;
}
.contact-list li dd {
  float: right;
  margin-right: 5px;
}
.contact-list li dl + dl {
  clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 26px;
  padding-bottom: 1px;
}
.privacy dt {
  font-size: 24px;
  line-height: 28px;
  color: #ed1f24;
  font-family: "Inder", sans-serif;
}
.privacy dt + dd {
  margin-top: 15px;
}
.privacy dd + dt {
  margin-top: 33px;
}
.privacy a {
  color: #ed1f24;
  text-decoration: underline;
}
.privacy a:hover {
  color: #333;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #d4a88c;
}

.bg2 {
  background: #5d5d5d;
}

.bg3 {
  background: #9e9e9e;
}

.color1 {
  color: #d4a88c;
}

.color2 {
  color: #5d5d5d;
}

.color3 {
  color: #9e9e9e;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  color: #2b3d1f;
}
.btn:hover, .btn:active {
  color: #5b8042;
}

.btn2 {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  color: #ed1f24;
  padding: 10px 13px;
  border-top: 2px solid #2b3d1f;
  border-bottom: 2px solid #2b3d1f;
  text-transform: uppercase;
}
.btn2:hover, .btn2:active {
  color: #5b8042;
  background: #fff;
  text-decoration: none;
}

.btn3 {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  padding: 14px 17px;
  text-transform: uppercase;
  background: #48250e;
  border: 1px solid #48250e;
}
.btn3:hover, .btn3:active {
  color: #48250e;
  background: #fff;
  text-decoration: none;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}

@media (max-width: 991px) {
  article.article1 .box_aside {
    width: 200px;
  }
}
@media (max-width: 767px) {
  article.article1 .box_aside {
    width: 150px;
  }
}
@media (max-width: 650px) {
  article.article1 .box_aside {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  article.article1 .box_aside img {
    width: 100%;
  }
}
article.article1 .left-section {
  float: left;
  width: 680px;
}
@media (max-width: 1199px) {
  article.article1 .left-section {
    width: 450px;
  }
}
@media (max-width: 991px) {
  article.article1 .left-section {
    width: 350px;
  }
}
@media (max-width: 767px) {
  article.article1 .left-section {
    width: 300px;
  }
}
@media (max-width: 650px) {
  article.article1 .left-section {
    width: 100%;
    margin-bottom: 15px;
  }
}
article.article1 .right-section {
  float: right;
}
@media (max-width: 650px) {
  article.article1 .right-section {
    float: left;
  }
}
article.article1 .stars-main {
  margin-top: -4px;
  display: inline-block;
}
article.article1 address {
  color: #5d5d5d;
}
article.article1 address a[href^="mailto:"] {
  color: #d4a88c;
}
article.article1 address a[href^="mailto:"]:hover {
  color: #5d5d5d;
}
article.article1 .rating {
  width: 110px;
  height: 113px;
  border: 2px solid #d4a88c;
  text-align: center;
  color: #5d5d5d;
  font-family: "Inder", sans-serif;
}
article.article1 .rating p:first-child {
  font-size: 36px;
  margin-top: 34px;
  color: #d4a88c;
}
article.article1 .rating p + p {
  font-size: 16px;
  margin-top: 7px;
}
article.article1 .rating + .btn3 {
  width: 110px;
  margin-top: 13px;
}
article.article1 .stars-main + h4 {
  margin-top: 3px;
}
article.article1 h4 + p {
  margin-top: 18px;
}
article.article1 p + address {
  margin-top: 16px;
}
@media (max-width: 991px) {
  article.article2 .box_aside {
    width: 200px;
  }
}
@media (max-width: 550px) {
  article.article2 .box_aside {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  article.article2 .box_aside img {
    width: 100%;
  }
}
article.article2 time {
  width: 83px;
  height: 99px;
  background: #2b3d1f;
  text-align: center;
  color: #fff;
  font-family: "Inder", sans-serif;
  float: left;
  margin-right: 16px;
}
@media (max-width: 479px) {
  article.article2 time {
    width: 60px;
    margin-right: 7px;
  }
}
article.article2 time span {
  display: block;
}
article.article2 time span.day {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-top: 20px;
}
article.article2 time span.month {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
article.article2 .article-title {
  overflow: hidden;
  max-width: 600px;
  margin-top: 9px;
  padding: 4px;
}
article.article2 .article-title p span {
  font-size: 28px;
  color: #2b3d1f;
  margin-right: 5px;
}
article.article2 .article-title p .vline {
  display: inline-block;
  width: 2px;
  height: 18px;
  margin: 0 14px;
  background: #2b3d1f;
}
article.article2 .article-title h4 + p {
  margin-top: 13px;
}

/*========================   Menu   ==========================*/
/*================    Trigger Menu =================*/
header {
  position: relative;
}
header .menu-main {
  position: relative;
  text-align: right;
  margin-right: -20px;
}
header #menu.nav {
  text-align: left;
  background: #f8f7f6;
  opacity: 0;
  position: absolute;
  left: 30px;
  top: -5px;
  width: 260px;
  padding: 52px 22px 20px 40px;
  z-index: 1199;
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -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);
}
@media (max-width: 1199px) {
  header #menu.nav {
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header #menu.nav {
    left: -77px;
  }
}
header #menu.active-menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  opacity: 1;
}
@media (max-width: 767px) {
  header #menu {
    display: none;
  }
}

.trig {
  text-align: center;
  width: 61px;
  height: 61px;
  display: inline-block;
  position: relative;
  z-index: 1999;
  line-height: 61px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trig:before {
  font-size: 24px;
  color: #9e9e9e;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trig:hover:before {
  color: #d4a88c;
}
@media (max-width: 767px) {
  .trig {
    display: none;
  }
}

a.active-menu:before {
  color: #d4a88c;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.active-menu:hover:before {
  color: #d4a88c;
}

.scroll-top {
  top: 3px;
}

.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;
  margin-bottom: 24px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #5d5d5d;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #d4a88c;
}
.sf-menu > li.active > a {
  color: #d4a88c;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  left: -100%;
  margin-left: -80px;
  margin-top: -60px;
  padding: 45px 30px 25px 30px;
  background: #f8f7f6;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  margin-bottom: 15px;
}
.sf-menu ul > li > a {
  color: #5d5d5d;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #d4a88c;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul {
  margin-top: 15px;
}
.sf-menu ul ul > li > a {
  text-indent: 15px;
  color: #5d5d5d;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #d4a88c;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  display: none;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "ïƒ—";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    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: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  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: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #d4a88c;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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: #FFF;
  color: #000;
  -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: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.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: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@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 {
  position: relative;
}

.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #5d5d5d;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #d4a88c;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  CONTENT Section =====================*/
/****
main {
  display: block; }

/**** Check box ****/
/*********************
.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    position: relative;
	margin-left: 50px;
    padding-left: 0px;
    cursor: pointer;
    color: #ed1f24;
    padding: 16px 28px 0 0;
	height: 30px;
}
 
.checkbox label:before, label:after {
    font-family: FontAwesome;
    font-size: 40px;
	************/
    /*absolutely positioned*/
	/***********
    position: absolute; top: 19px; left: -49px; right: 10px;
}

.checkbox label:before {
    content: '\f096'; /*checkbox unchecked */
	/**
	border: 2px solid #ed1f24;
	width: 30px;
	height: 30px;
	margin-top: -4px;
	
} 
.checkbox label:after {
    content: '\f00c'; /*checkbox checked*/
	/****************
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    font-size: 27px;
    top: 16px;
    left: -46px;
    color: #182957;
 
-webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
     transition: all 0.50s;
}
.checkbox input[type="checkbox"]:checked + label:after {
    max-width: 25px;
    opacity: 1;
    margin-right: 90px;
}
@media (max-width: 992px) {	
	.checkbox label:before, .checkbox label:before {
		margin-top: -15px;
	}
}
***************************/

input[type=checkbox].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:45px;
	height:30px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;

}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -30px;
}
label.css-label {
	background-image:url(../images/checkbox.png);

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax p {
  color: #48250e;
}
.parallax h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .parallax h2 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.parallax h2.marTop2 {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .parallax h2.marTop2 {
    margin-top: 90px;
  }
}
.parallax h4 {
  line-height: 30px;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  color: #333333;
}
.parallax [class*="col-"] {
  margin-top: 0;
}
.parallax h2 + .btn2 {
  margin-top: 40px;
}
.parallax h2 + h4 {
  margin-top: 12px;
}
.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;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: url(../images/bg2.jpg) repeat top center;
  padding: 40px 0 50px;
}
@media (max-width: 767px) {
  header {
    padding: 30px 0 15px;
  }
}
header .header-line {
  padding-bottom: 11px;
  position: relative;
  z-index: 100;
}
header .header-line:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 0;
}
header .header_cntr {
  text-align: center;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
.mapleleaf {
  position: relative;
  float: right;
  top: -40px;
  background: url(../images/mapleleaf3.png) no-repeat top right;
}
.brownleaf {
  position: absolute;
  float: left;
  top: -20px;
  background: url(../images/brownleaf.png) no-repeat top left;
  clear: both;
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      section1     ======================*/
.section1 {
  background: url(../images/header_bg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 179px 0 153px;
  text-align: center;
}
@media (max-width: 767px) {
  .section1 {
    padding: 50px 0 50px;
  }
}
.section1 h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 75px;
  font-weight: 700;
  font-family: "Inder", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .section1 h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

/*==================      section4     ======================*/
.section4 figure {
  position: relative;
}
.section4 figure figcaption {
  position: absolute;
  background: #2b3d1f;
  left: 0;
  bottom: 0;
  padding: 9px 25px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Inder", sans-serif;
  color: #fff;
  text-align: center;
}
.section4 figure figcaption a:hover {
  color: #5d5d5d;
}
.section4 .txt-block {
  padding: 27px 15px 88px 26px;
  position: relative;
  color: #5d5d5d;
}
.section4 .txt-block p:first-child {
  color: #5d5d5d;
  font-size: 18px;
  line-height: 22px;
  font-family: "Inder", sans-serif;
}
.section4 .txt-block .icon1 {
  width: 52px;
  height: 52px;
  line-height: 48px;
  font-size: 24px;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #d4a88c;
  background: #5d5d5d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  display: inline-block;
  float: left;
  margin-right: 13px;
}
.section4 .txt-block p + p {
  margin-top: 14px;
}
.section4 .txt-block p + p + .wrapper {
  margin-top: 14px;
}
.section4 .txt-block .wrapper {
  position: absolute;
  bottom: 22px;
}
.section4 .txt-block .wrapper p {
  margin-top: 16px;
  color: #2b3d1f;
}
.section4 .txt-block .wrapper p span {
  margin-right: 5px;
  font-size: 18px;
}

/*==================      col1     ======================*/
.col1 {
  float: left;
  width: 33.3333%;
  position: relative;
}
@media (max-width: 479px) {
  .col1 {
    width: 100%;
    margin: 10px 0;
  }
}
.col1 figure {
  margin: 0 4px;
  position: relative;
}
.col1 figure figcaption {
  position: absolute;
  background: rgba(147, 137, 131, 0.8);
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 317px;
  padding: 30px 30px;
  font-size: 32px;
  line-height: 36px;
  font-family: "Inder", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .col1 figure figcaption {
    font-size: 16px;
    line-height: 22px;
  }
}
.col1 figure figcaption a:hover {
  color: #d4a88c;
}
.col1 img {
  width: 100%;
}

/*==================      hand-section     ======================*/
.hand-section {
  background: url(../images/hand_pic.png) 50% bottom no-repeat;
  text-align: center;
  padding: 100px 0 108px;
  margin-left: -12px;
}
.hand-section .stars-main {
  color: #fff;
}
@media (max-width: 991px) {
  .hand-section {
    margin-left: -40px;
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .hand-section {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .hand-section {
    margin-left: -80px;
  }
}
.hand-section-inner {
  padding: 45px 0 0;
  width: 240px;
  display: inline-block;
  text-align: left;
  margin-left: 88px;
}
@media (max-width: 991px) {
  .hand-section {
    min-height: 532px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hand-section .stars-main + h4 {
  margin-top: 8px;
}
.hand-section h4 + p {
  margin-top: 5px;
}
.hand-section p + .list1 {
  margin-top: 22px;
}
.hand-section .list1 + .btn3 {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .section3 {
    text-align: center;
  }
}
.box3 .box_cnt__no-flow h5 {
  line-height: 22px;
}
.box3 .box_cnt__no-flow h5 + p {
  margin-top: 10px;
}

/*==================      txt-block     ======================*/
.txt-block {
  overflow: hidden;
  padding: 27px 15px 25px 26px;
  background: #f5f4f3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5d5d5d;
}
.txt-block .stars-main + h4 {
  margin-top: 8px;
}
.txt-block h4 + p {
  margin-top: 5px;
}

.stars-main {
  color: #d4a88c;
}

/*==================      Well     ======================*/
.well {
  padding-top: 129px;
  padding-bottom: 97px;
}
@media (max-width: 767px) {
  .well {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.well2 {
  padding-top: 0px;
  padding-bottom: 97px;
  margin: 0 -5px;
  overflow: hidden;
}

.well3 {
  padding-top: 14px;
  padding-bottom: 70px;
}

.well4 {
  padding-bottom: 100px;
}
.well4_ins {
  padding-top: 21px;
}
.well4 .btn.fright {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .well4 .btn.fright {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .well4 .btn.fright {
    float: left;
  }
}

.well5 {
  padding-top: 92px;
  padding-bottom: 103px;
}

.well5_2 {
  padding-top: 32px;
  padding-bottom: 67px;
}

.well6 {
  padding-top: 170px;
  padding-bottom: 172px;
}
@media (max-width: 767px) {
  .well6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.well7 {
  padding-bottom: 20px;
}
.well7 .btn.fright {
  margin-top: 3px;
  margin-right: 17px;
}
@media (max-width: 991px) {
  .well7 .btn.fright {
    margin-right: 0;
  }
}

.well8 {
  padding-top: 45px;
  padding-bottom: 103px;
}
@media (max-width: 767px) {
  .well8 {
    padding-bottom: 45px;
  }
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  font-size: 16px;
}
footer h3 + p {
  margin-top: 20px;
}
footer h3 + .marked-list {
  margin-top: 20px;
}
footer .footer-section1 {
  padding: 20px 0 0px;
  color: #2b3d1f;
}
footer .footer-section1 p {
  max-width: 230px;
}
@media (max-width: 1199px) {
  footer .footer-section1 p {
    max-width: 100%;
  }
}
footer .footer-section1 .marked-list li {
  font-size: 15px;
}
footer .footer-section1 .marked-list li:before {
  top: 0;
}

footer div .map {
	display: block;
	height: 310px;
	float: left;
	margin-left: 90px;

}

footer .footer-section2 {
  text-align: center;
  padding: 20px 0 19px;
  color: #333;
}
footer .footer-section2 a {
  background: #2b3d1f;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
footer .footer-section2 a:hover {
  color: #5b8042;
}