@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700|Merriweather:400,900,700|Roboto:700);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #222222;
  font: 400 14px/24px "Merriweather", sans-serif;
  -webkit-text-size-adjust: none;
  background: #e4e5d7;
}

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

h2, h3, h4, h5, h6, .contact-list address, .privacy dt {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 66px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 36px;
    letter-spacing: 0;
  }
}

h3 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media (max-width: 979px) {
  h3 {
    font-size: 30px;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  color: #b6a269;
  letter-spacing: 2px;
}

h5, .contact-list address, .privacy dt {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #b6a269;
  letter-spacing: 1.2px;
}
@media (max-width: 1199px) {
  h5, .contact-list address, .privacy dt {
    font-size: 18px;
  }
}
h5.mod1, .contact-list address.mod1, .privacy dt.mod1 {
  color: #222222;
}
h5 a:hover, .contact-list address a:hover, .privacy dt a:hover {
  color: #b6a269;
}

h6 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #b6a269;
  letter-spacing: 0.7px;
}

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;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.txt_upp {
  text-transform: uppercase;
}

.txt_ital {
  font-style: italic;
}

.color1 {
  color: #b6a269;
}

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

.link1 {
  color: #b6a269;
}
.link1:hover {
  color: #222222;
}

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

h6 + p {
  margin-top: 8px;
}

.row + .row {
  margin-top: 30px;
}

h3 + .row {
  margin-top: 37px;
}

h3 + .index-list {
  margin-top: -5px;
}

h3 + .mlist {
  margin-top: 28px;
}

h3 + address {
  margin-top: 34px;
}

img + h5 {
  margin-top: 27px;
}

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

.art h5 + p {
  margin-top: 36px;
}

.row + .btn {
  margin-top: 46px;
}

p + .btn {
  margin-top: 22px;
}

p + .marked-list {
  margin-top: 12px;
}

h5 + .marked-list {
  margin-top: 30px;
}

h4 + h5 {
  margin-top: 33px;
  padding-bottom: 10px;
}

.marTop1 {
  margin-top: 32px;
}

.marTop2 {
  margin-top: 57px !important;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  text-align: left;
  border-left: 0px solid #b6a269;
  width: 42%;
}
.brand img {
	width: 100%;
	height: auto;
	max-width: 588px;
}
.brandaddress {
  position: relative;
  float:right;
  margin-left: 0px;
  padding-top: 15px;
  padding-left: 0px;
  padding-bottom: 5px;
  text-align: right;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  width: 42%;
}

.brand_name {
  overflow: hidden;
  margin-top: -9px;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 42px;
  color: #222222;
}
.brand_slogan {
  text-transform: uppercase;
  margin-top: -10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  color: #b6a269;
}
@media (max-width: 479px) {
  .brand {
    margin-left: 0px;
    width: 75%;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 2px;
}
.inline-list a {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  color: #b6a269;
  border: 1px solid #b6a269;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .inline-list a {
    width: 34px;
    height: 34px;
    font-size: 17px;
    line-height: 34px;
  }
}
.inline-list a:hover {
  color: #fff;
  border-color: #fff;
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
.marked-list li {
  padding-top: 3px;
  position: relative;
  padding-left: 28px;
  font-size: 12px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 400;
  font-size: px;
  font-family: "FontAwesome";
  color: #b6a269;
}
.marked-list li + li {
  border-top: 1px solid #c4c2bf;
  margin-top: 3px;
}
.marked-list a:hover {
  color: #b6a269;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  margin-top: 40px;
  padding-left: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1199px) {
  .index-list li {
    padding-left: 56px;
  }
}
.index-list li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: counter(li,decimal);
  counter-increment: li;
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  color: #b6a269;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #b6a269;
}
@media (max-width: 1199px) {
  .index-list li:before {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
  }
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================  List1  ======================*/
.list1 li {
  position: relative;
  padding-left: 167px;
  padding-right: 40px;
  /*margin-top: 30px;*/
  padding-bottom: 47px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .list1 li {
    padding-left: 90px;
    padding-right: 0;
  }
}
.list1 li:before {
  position: absolute;
  display: inline-block;
  width: 142px;
  height: 142px;
  left: 0;
  top: -9px;
  color: #fff;
  background: #b6a269;
  font-size: 58px;
  text-align: center;
  line-height: 142px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .list1 li:before {
    top: 0;
    font-size: 28px;
    width: 82px;
    height: 82px;
    line-height: 82px;
  }
}

/*==================  List2  ======================*/
.list2 li {
  position: relative;
  padding: 0 20px;
  /*margin-top: 30px;*/
  padding-bottom: 47px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .list2 li {
    padding: 0;
  }
}
.list2 li h6 {
  margin-top: 26px;
  font-size: 18px;
}
.list2 li p {
  font-style: italic;
}
.list2 li:before {
  position: relative;
  display: inline-block;
  width: 163px;
  height: 163px;
  color: #b6a269;
  font-size: 58px;
  text-align: center;
  line-height: 142px;
  border: 2px solid #b6a269;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 979px) {
  .list2 li:before {
    top: 0;
    font-size: 28px;
    width: 82px;
    height: 82px;
    line-height: 82px;
  }
}

/*==================  List2  ======================*/
.list3 {
  margin-top: 33px;
}
.list3 li {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list3 li a {
  width: 100%;
  display: block;
  padding: 36px 30px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 49px;
  padding-left: 154px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b6a269;
  min-height: 168px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Oswald", sans-serif;
}
.list3 li a.mod1 {
  padding-left: 135px;
}
.list3 li a:hover {
  background-color: #222222 !important;
}
@media (max-width: 1199px) {
  .list3 li a {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 33px;
    padding-left: 84px;
    min-height: 50px;
  }
  .list3 li a.mod1 {
    padding-left: 84px;
  }
}
.list3 li a:before {
  position: absolute;
  display: inline-block;
  left: 31px;
  top: 37px;
  color: #fff;
  font-size: 94px;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .list3 li a:before {
    left: 10px;
    top: 20px;
    font-size: 50px;
  }
}
.list3 li:nth-child(odd) a {
  background-color: #699fb6;
}

/*==================     Quote     ======================*/
blockquote {
  position: relative;
  overflow: hidden;
}
blockquote p:before {
  content: '\201C';
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 132px;
  color: #ebe8e5;
  position: absolute;
  top: 72px;
  left: 5px;
  display: inline-block;
  z-index: -1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
blockquote p {
  position: relative;
  padding: 23px 2px 23px 34px;
  letter-spacing: -0.5px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
blockquote p:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 39px;
  height: 39px;
  left: 66px;
  bottom: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 39px 0 0;
  border-color: #fff transparent transparent transparent;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
blockquote:hover p {
  background-color: #b6a269;
  color: #fff;
}
blockquote:hover p:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 39px 0 0;
  border-color: #b6a269 transparent transparent transparent;
}
blockquote:hover p:before {
  color: #c4b58b;
}

cite {
  display: block;
  color: #b6a269;
}

p + cite {
  margin-top: 44px;
  text-indent: 23px;
}

/*==================   Contact List   ======================*/
.contact-list address {
  margin-bottom: 8px;
}
.contact-list a[href^="mailto:"] {
  text-decoration: underline;
}
.contact-list a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.contact-list dt {
  float: left;
  min-width: 86px;
}
.contact-list dl:last-child dt {
  min-width: 10px;
}
.contact-list dl:last-child a {
  color: #b6a269;
}
.contact-list dl:last-child a:hover {
  color: #222222;
}
.contact-list dd {
  /*float: right;*/
  margin-right: 5px;
}
.contact-list dl {
  overflow: hidden;
}
.contact-list dl + dl {
  display: block;
  margin-top: 24px;
  clear: both;
}
.contact-list dl + dl dd, .contact-list dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list dt + dd {
  margin-top: 0;
}
.contact-list dd + dt {
  clear: both;
  margin-top: 0;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 32px;
  padding-bottom: 56px;
}
.privacy dt {
  text-transform: uppercase;
}
.privacy dt + dd {
  margin-top: 10px;
}
.privacy dd + dt {
  margin-top: 27px;
}
.privacy a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  color: #b6a269;
  text-decoration: underline;
}
.privacy a:hover {
  color: #222222;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #b6a269;
}

.bg2 {
  background-color: #ebe8e5;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 16px;
  line-height: 46px;
  color: #b6a269;
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
.btn:before {
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f0da';
  font-size: 30px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  background: #b6a269;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  color: black;
}
.btn:hover:before {
  left: 5px;
  background-color: black;
}
.btn:active {
  color: black;
}
.btn:active:before {
  left: 5px;
  background-color: black;
}

.btn2 {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 23px;
  padding: 18px 65px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .btn2 {
    padding: 15px 25px;
  }
}
.btn2:hover {
  border-color: #222222;
  background: #222222;
}
.btn2:active {
  border-color: #222222;
  background: #222222;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 29px;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    margin-right: 0;
  }
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
  font-family: "Oswald", sans-serif;
  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: 22px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  text-transform: uppercase;
  padding: 0px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #b6a269;
}
.sf-menu > li.active > a {
  color: #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 29px;
  padding: 10px 0 10px;
  background: #b6a269;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  padding: 10px 25px 10px 25px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #222222;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -29px;
  left: 100%;
  width: auto;
  min-width: 180px;
  margin-left: 1px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #222222;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1365px) and (min-width: 1200px) {
  .sf-menu > li + li {
    margin-left: 15px;
  }
  .sf-menu > li > a {
    font-size: 13px;
  }
	.brandaddress {
	  padding-top: 10px;
	  padding-bottom: 5px;
	  font-size: 13px;
	  line-height: 20px;

	}
	

}
@media (min-width: 767px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 6px;
  }
  .sf-menu > li > a {
    font-size: 12px;
  }
	.brandaddress {
	  padding-top: 5px;
	  padding-bottom: 5px;
	  font-size: 12px;
	  line-height: 18px;
	  padding-right: 3px;

	} 
  
}
@media (max-width: 767px) {
	.brandaddress {
	  padding-top: 5px;
	  padding-bottom: 5px;
	  float:none;
	  font-size: 12px;
	  line-height: 18px;
	  text-align:center;
	  width: 100%;
	} 

  .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: #b6a269;
  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  ======================*/
.isStuck {
  background: #005b00;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .search-form_toggle {
  top: 20px;
}
.isStuck .sf-menu ul {
  top: 10px;
}
.isStuck .sf-menu ul ul {
  top: -29px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  font-size: 48px;
  line-height: 48px;
  color: black;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #b6a269;
  text-decoration: none;
}

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

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 158px 0 155px;
  color: #fff;
}
@media (max-width: 979px) {
  .parallax {
    padding: 58px 0 55px;
  }
}
.parallax p {
  max-width: 750px;
  margin: 0 auto;
}
.parallax h2 + p {
  margin-top: 30px;
}
.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;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.thumb_video .thumb_overlay {
  opacity: 1;
}
.thumb_video .thumb_overlay:before {
  content: "";
  font: 400 64px "FontAwesome";
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb_video:hover .thumb_overlay:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media (max-width: 767px) {
  .thumb_video {
    margin-left: 0;
  }
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  overflow: hidden;
}
.resp-tabs-list li {
  cursor: pointer;
  padding: 22px 56px 16px;
  letter-spacing: 1px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #d7d4d1;
  float: left;
  margin-right: 1px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .resp-tabs-list li {
    padding: 17px 16px 11px;
  }
}
.resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
  background-color: #ebe8e5;
}

.resp-accordion {
  display: none;
  letter-spacing: 1px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #d7d4d1;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.resp-accordion:hover, .resp-accordion.resp-tab-active {
  background-color: #ebe8e5;
}

.resp-tab-content {
  display: none;
  background-color: #ebe8e5;
  padding: 57px 30px 67px;
}
.resp-tab-content p + .btn {
  margin-top: 30px;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #005b00;
  padding: 0px 0 0px;
  max-height: 150px;
}
header .brand {
  float: left;
}
header .nav {
  margin-top: 10px;
  float: right;
  position: relative;
}
header .wr {
  padding-right: 23px;
}
header .wr:before, header .wr:after {
  display: table;
  content: "";
  line-height: 0;
}
header .wr:after {
  clear: both;
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .wr {
    padding-right: 23px;
  }
}
@media (max-width: 979px) {
  header .wr {
    padding-right: 0;
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

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

/*==================      Well     ======================*/
.well {
  padding-top: 99px;
  padding-bottom: 49px;
}

.well2 {
  padding-top: 83px;
  padding-bottom: 90px;
}

.well3 {
  padding-top: 90px;
  padding-bottom: 34px;
}

.well4 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.well5 {
  padding-top: 78px;
  padding-bottom: 90px;
}

.well6 {
  padding-top: 28px;
  padding-bottom: 90px;
}

.well7 {
  padding-top: 82px;
  padding-bottom: 93px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #333;
  color: #ebe8e5;
}
footer section:first-child {
  padding-top: 85px;
  padding-bottom: 102px;
  font-size: 14px;
  line-height: 16px;
  background-color: #222222;
}
footer h6 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1.7px;
  font-weight: 400;
  text-transform: uppercase;
}
footer dl + dl {
  margin-top: 6px;
}
footer dl + dl:last-child {
  margin-top: 23px;
}
footer dt,
footer dd {
  display: inline-block;
}
footer address {
  line-height: 20px;
}
footer h6 + address {
  margin-top: 60px;
}
@media (max-width: 767px) {
  footer h6 + address {
    margin-top: 20px;
  }
}
footer h6 + .inline-list,
footer h6 + form {
  margin-top: 51px;
}
@media (max-width: 767px) {
  footer h6 + .inline-list,
  footer h6 + form {
    margin-top: 20px;
  }
}
footer h6 + .subsribe_mailform {
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer h6 + .subsribe_mailform {
    margin-top: 20px;
  }
}
footer a[href^="mailto:"]:hover,
footer a[href^="callto:"]:hover {
  text-decoration: underline;
}
footer .map {
  color: #222222;
}

.copyright {
  display: block;
  font-family: Roboto;
  font-weight: 700;
  padding-top: 89px;
  padding-bottom: 90px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #b6a269;
}
.copyright a:hover {
  text-decoration: underline;
}











.resp-tabs-list li:hover, .resp-tabs-list li.resp-tab-active {
  background-color: #005b00;
  color:#fff;
}

.resp-tabs-list li {
  background-color: #b6a269;
}

.resp-tab-content {
  background-color: #b6a269;
}

.resp-tabs-list li {
  margin-right: 2px;
  margin-bottom: 1px;

}

.products a {
	color: #005c01;
}
@media (max-width: 767px) {
	.products td {
		display:block;
		width: 100%;
		
	}
	.photogallery td {
		display:block;
		width: 100%;
		
	}	

}


@media (max-width: 767px) {

	.products {
	  padding: 0 20px 0 20px;
	  width: 100%;
	}
	.photogallery {
	  padding: 0 20px 0 20px;
	  width: 100%;
	}	
}



	.products td img {
		width: auto;
		max-width: 235px;
		height: auto;
		max-height: 300px;	
	}
	.photogallery td img {
		width: auto;
		max-width: 235px;
		height: auto;
		max-height: 300px;	
	}	
	
@media (min-width: 767px) AND (max-width: 1100px) {

	.photogallery td img {
		width: auto;
		max-width: 185px;
		height: auto;
		max-height: 250px;	
	}	
}

#shopping td {
	padding: 4px;
}

#shopping td img {
	margin-top: 0px;
}


@media (max-width: 479px) {


  .container, .container-fluid {
    width: 100%;
  }
  #shopping td {
	padding: 2px;
	font-size: 12px;
  }
  .well3 {
    padding-bottom: 34px;
    padding-top: 25px;
   }

}

@media (max-width: 767px) {
  .container, .container-fluid {
    width: 95%;
  }

  #shopping td {
	padding: 2px;
	font-size: 12px;
  }
  .well3 {
    padding-bottom: 34px;
    padding-top: 25px;
   }  
}