/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix, .header-scroll, .scroll-to-top {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* Reset ================================================================================================ */
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html, body {
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

/*input{-webkit-appearance:none}*/
/* Globals ================================================================================================ */
body {
  background: #fff;
}

body, p, a, li, input, textarea, div {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

p {
  padding-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  line-height: normal;
}

a {
  color: #3d716e;
  font-weight: 700;
  font-size: 17px;
}

a:hover {
  color: #67ada9;
  text-decoration: underline;
}

a, input, textarea, button {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input:focus, textarea:focus {
  border: 1px solid #bbb;
  background: #fff;
}

ol li {
  list-style: decimal;
}

ul li {
  list-style-image: url(../images/bullet.png);
  margin-left: 30px;
}

/*input, textarea {@include transition(all 0.5s); border:1px solid #ddd; background:#fafafa; width:96%; padding:0 0 0 3%; line-height:35px}
input {height:35px}*/
#fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

.d7h4jf94h {
  display: none;
}

/*hide bot trap form field */
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hidden {
  display: none;
}

/*hide until mobile*/
.hum {
  display: none !important;
}

@media screen and (max-width: 1012px) {
  /*mobile hide*/
  .mh {
    display: none !important;
  }

  .hum {
    display: block !important;
  }
}
/* Buttons ================================================================================================ */
.buttons {
  display: block;
  width: 250px;
  height: 70px;
  max-height: 70px;
  font-size: 28px;
  margin: 0 auto;
  line-height: 68px;
  background: #b7814f;
  border: 1px solid #404c40;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  padding: 0;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.buttons:hover {
  background: #be8e61;
  color: #fff;
}

.first-letter-buttons {
  font-size: 30px;
}

/* Site ================================================================================================ */
.sitewidth {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .sitewidth {
    width: 950px;
  }
}
@media screen and (max-width: 1012px) {
  .sitewidth {
    width: 90%;
    margin: 0 auto;
  }
}
/* Header ================================================================================================ */
header#headermain {
  width: 100%;
  height: 122px;
  position: relative;
  background: #fff;
  border-bottom: 13px solid #3d716e;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

#headerwidth {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

.logo {
  width: 330px;
  height: 92px;
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
}

.logo1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 251px;
  height: 92px;
}

.logo2 {
  width: 66px;
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.logo:hover .logo2 {
  width: 66px;
  height: 92px;
  top: 0;
  left: 0;
}

.header-scroll {
  position: fixed !important;
  top: 0 !important;
  border-bottom: 0 solid #34b5e7;
}

#headernumber {
  display: block;
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: top;
  background: #f3e7db;
  color: #3d716e;
  margin-left: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  height: 27px;
  line-height: 26.5px;
  padding-left: 14px;
  padding-right: 14px;
}

#headernumber:hover {
  background: #ece0d3;
}

#headercart {
  display: block;
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: top;
  color: #777;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  background: #efefef;
  height: 27px;
  line-height: 27px;
  padding-left: 29px;
  padding-right: 14px;
  font-weight: normal;
}

#headercart #hctitle {
  position: relative;
}

#headercart #hctitle:before {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  top: 1px;
  left: -19px;
  background: url(../images/cart.png);
}

#headercart #hcitems {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  height: 14px;
  vertical-align: top;
  margin-top: 5px;
  line-height: 14px;
  padding: 1px 3px 1px 3px;
}

#headercart:hover {
  background: #e6e5e5;
}

.slicknav_menu {
  display: none;
}

#menu {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
}

#menu li {
  display: inline;
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  padding: 0;
}

#menu li a {
  text-decoration: none;
  color: #b96e2a;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: "Oswald", sans-serif !important;
  padding: 0 20px 0 20px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

#menu li a:hover {
  color: #67ada9 !important;
}

#menu li.active a {
  color: #67ada9;
}

#menu a.activesub {
  color: #f00 !important;
}

#menu li a .first-letter {
  font-size: 20px;
}

.menuhighlightinactive {
  display: none !important;
}

#menu li.active:nth-child(2) ~ span, #menu li.inactive:nth-child(2):hover ~ span {
  left: -3px;
  display: block !important;
}

#menu li.active:nth-child(3) ~ span, #menu li.inactive:nth-child(3):hover ~ span {
  left: 115px;
  display: block !important;
}

#menu li.active:nth-child(4) ~ span, #menu li.inactive:nth-child(4):hover ~ span {
  left: 280px;
  display: block !important;
}

#menu li.active:nth-child(5) ~ span, #menu li.inactive:nth-child(5):hover ~ span {
  left: 485px;
  display: block !important;
}

#menu li.active:nth-child(6) ~ span, #menu li.inactive:nth-child(6):hover ~ span {
  left: 702px;
  display: block !important;
}

#menu li.active:nth-child(7) ~ span, #menu li.inactive:nth-child(7):hover ~ span {
  left: 841px;
  display: block !important;
}

#menu li.active:nth-child(8) ~ span, #menu li.inactive:nth-child(8):hover ~ span {
  left: 928px;
  display: block !important;
}

#menu span.menuhighlight {
  position: absolute;
  bottom: -43px;
  display: block;
  width: 40px;
  height: 5px;
  padding: 0;
  background: #dadada;
  z-index: 1;
}

#menu:hover > span.menuhighlight {
  background: url(../images/pattern1.png);
}

#menu li, #menu span.menuhighlight {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

#ulproducts {
  width: 210px;
}

#menu li ul {
  float: left;
  left: 0 !important;
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 64px;
  visibility: hidden;
  z-index: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 0;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#menu li:hover ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 50px;
  visibility: visible;
}

#menu li ul li {
  float: none;
  width: 100%;
}

#menu li ul li a {
  width: 95%;
  padding: 0 0 0 5%;
  text-align: left;
  background: #3d716e;
  border-bottom: 1px solid #4d8f8b;
  margin-top: 0;
  height: 36px;
  text-transform: none;
  line-height: 36px;
  font-size: 14px;
  color: #fff !important;
  font-family: "Roboto", sans-serif !important;
}

#menu li ul li a .first-letter {
  font-size: 14px;
}

#menu li ul li:last-child a {
  border-bottom: 0;
}

#menu li ul a:hover {
  background: #4d8f8b;
  color: #fff !important;
}

#menu > li > a:hover, #menu > li:hover > a {
  color: #67ada9;
}

#mlogo, #mnumber {
  display: none;
}

@media screen and (max-width: 1250px) {
  #headerwidth {
    width: 960px;
  }
}
@media screen and (max-width: 1012px) {
  #sitecontainer {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  header#headermain {
    width: 100%;
    height: 0;
    top: -500px;
    position: absolute;
  }

  #headerwidth {
    width: 100%;
  }

  #headercart {
    position: absolute;
    top: 516px;
    z-index: 110;
    right: 70px;
  }

  #hctitle {
    font-size: 0;
  }

  #headercart #hctitle:before {
    top: -10px;
  }

  #menu, .slicknav_menu li span {
    display: none;
  }

  #mlogo, #mnumber {
    display: block;
    position: absolute;
    z-index: 40;
  }

  #mlogo {
    top: 4px;
    left: 9px;
    width: 176px;
    height: 51px;
    background: url(../images/mlogo.png);
    z-index: 102;
  }

  #mnumber {
    top: 17px;
    left: 230px;
    color: #b96e2a;
    font-weight: bold;
    font-size: 14px;
    font-family: arial !important;
    text-decoration: none;
    z-index: 102;
  }

  #mnumber:hover {
    text-decoration: none;
  }

  /***Slicknav Custom***/
  .slicknav_menu {
    display: block;
    position: absolute;
    top: 0;
    z-index: 101;
    width: 100%;
    background: white;
    padding: 0;
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  }

  .slicknav_menu .slicknav_icon-bar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0 0 17px;
    background-color: #3d716e;
    padding: 1px 3px 1px 3px;
  }

  .slicknav_btn {
    background-color: transparent;
    width: 58px;
    height: 59px;
    padding: 0;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .slicknav_btn:hover {
    background: rgba(61, 113, 110, 0.05);
  }

  .slicknav_menu a {
    font-size: 16px;
    font-weight: bold;
  }

  .slicknav_nav {
    border-bottom: 0 solid #481d33;
    overflow: hidden;
    position: relative;
  }

  .slicknav_nav a {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    background: #3d716e;
    text-align: left;
    font-size: 15px;
    padding: 0 !important;
    margin: 0 !important;
    height: 40px !important;
    line-height: 41px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    position: relative;
  }

  .slicknav_nav li {
    margin-left: 0;
  }

  .slicknav_nav li:last-child a {
    border-bottom: 0;
  }

  .slicknav_nav li li:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .slicknav_nav a:hover {
    color: #fff;
    text-decoration: none;
  }

  .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background: #417874;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .slicknav_nav li a, .slicknav_nav li li a, .slicknav_nav li li li a {
    padding-left: 2% !important;
    width: 98%;
  }

  .slicknav_nav li a.dropdown {
    padding-left: 0 !important;
    background: none;
    border-bottom: none;
    width: auto;
    height: 100%;
    position: relative;
  }

  .slicknav_nav li a.dropdown:hover {
    color: #a9d1ce;
  }

  .slicknav_nav li li a {
    font-weight: 300;
    background: #46827e;
    color: #fff;
    text-transform: none;
  }

  .slicknav_nav li li a:hover {
    background: #4a8885;
  }

  .slicknav_nav li li li a {
    color: #fff;
  }

  .slicknav_nav .slicknav_arrow {
    display: block;
    position: absolute;
    top: -1px;
    right: 16px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3);
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  /***Slicknav Custom***/
}
@media screen and (max-width: 767px) {
  #mnumber {
    display: none;
  }

  #headercart {
    top: 500px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 65px;
  }

  .slicknav_nav li a, .slicknav_nav li li a, .slicknav_nav li li li a {
    padding-left: 6% !important;
    width: 94%;
  }
}
/* Footer ================================================================================================ */
.scroll-to-top {
  position: fixed;
  background: url(../images/backtotop.png) no-repeat 50% 44% rgba(61, 113, 110, 0.7);
  cursor: pointer;
  width: 45px;
  height: 40px;
  bottom: 10px;
  right: 18px;
  display: none;
  z-index: 999;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.scroll-to-top:hover {
  background-color: #3d716e;
}

footer#footer {
  background: #603813;
  border-top: 18px solid #3d716e;
  background: url(../images/bg2.jpg) top center;
  height: 529px;
  position: relative;
  clear: both;
  margin-top: 40px;
  -moz-box-shadow: inset 0 0 50px transparent;
  -webkit-box-shadow: inset 0 0 50px transparent;
  box-shadow: inset 0 0 50px transparent;
  padding: 0 !important;
}

footer#footer .sitewidth {
  position: relative;
  text-align: center;
}

#footerlogo {
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  width: 251px;
  height: 91px;
}

#footerlinks {
  border-top: 1px solid rgba(255, 221, 188, 0.1);
  border-bottom: 1px solid rgba(255, 221, 188, 0.1);
  width: 460px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
  cursor: default;
}

#footerlinks a {
  display: inline-block;
  color: #af9278;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px 0 15px;
  line-height: 50px;
  font-weight: 400;
  font-size: 17px;
}

#footerlinks a:hover {
  color: #c2ac98;
}

#footerphone {
  color: #b96e2a;
  font-size: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
}

#footerphone:hover {
  color: #ce7a2f;
}

#footerphone:after {
  content: '';
  display: block;
  margin-bottom: 10px;
}

#footeremail {
  color: #3d716e;
  font-size: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
}

#footeremail span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}

#footeremail:hover {
  color: #447e7b;
}

#footer2 {
  background: rgba(49, 43, 40, 0.6);
  text-align: center;
  height: 90px;
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 0;
  width: 100%;
  cursor: default;
  -moz-box-shadow: 0 0 50px transparent;
  -webkit-box-shadow: 0 0 50px transparent;
  box-shadow: 0 0 50px transparent;
  border-top: 1px solid rgba(32, 19, 6, 0.16);
}

#footerusa {
  float: left;
  margin-top: 27px;
}

#copyright {
  float: left;
  margin-top: 25px;
  margin-left: 50px;
  position: relative;
  text-align: left;
}

#copyright {
  font-size: 16px;
  color: #3d716e;
  font-weight: normal;
  text-decoration: none;
  line-height: 19px;
}

#copyright:after {
  content: '';
  display: block;
  width: 1px;
  height: 55px;
  background: rgba(255, 221, 188, 0.1);
  position: absolute;
  top: -6px;
  left: -25px;
}

#footersocial {
  float: right;
  margin-top: 28px;
}

#footersocial a {
  display: inline-block;
  vertical-align: middle;
  height: 33px;
}

#footersocial a img {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

#footersocial a:hover img {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

#footersocial a#fs-fb {
  margin-left: 0;
}

#footersocial a#fs-tw {
  margin-left: 40px;
}

#footersocial a#fs-yt {
  margin-left: 30px;
  height: 30px;
}

@media screen and (max-width: 1250px) {
  #footersocial {
    margin-right: 70px;
  }

  .scroll-to-top {
    bottom: 25px;
  }
}
@media screen and (max-width: 1012px) {
  .scroll-to-top {
    display: none !important;
  }

  footer#footer {
    height: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #footerlogo {
    margin-top: 50px;
  }

  #footerlinks {
    width: 100%;
    border: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #footerlinks a {
    display: block;
  }

  #footer2 {
    height: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    bottom: inherit;
    margin-top: 50px;
  }

  #footerusa {
    display: block;
    vertical-align: top;
    float: none;
    margin-top: inherit;
    margin: 0 auto;
  }

  #copyright {
    display: block;
    vertical-align: top;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }

  #copyright:after {
    display: none;
  }

  #footersocial {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }

  #footersocial a#fs-tw {
    margin-left: 20px;
  }

  #footersocial a#fs-yt {
    margin-left: 10px;
  }
}
/* Editor Fixes ================================================================================================ */
.is-cms .parallax {
  height: 500px !important;
}

/* Parallax Globals ================================================================================================ */
.parallax {
  position: relative;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
@media only screen and (max-device-width: 480px) {
  .parallax {
    background-attachment: scroll;
  }
}
