/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* resets:
    - import *after* _normalize.scss
    - helpful, but limited, resets

    note:
        - use restraint
        - this set of styles should be vers small
        - this file is global!
        - use common sense when adding settings to this file
*/
* {
  z-index: 1;
  vertical-align: top; }

body {
  padding: 0;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6,
blockquote {
  padding: 0;
  margin: 0;
  font-weight: 100;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif; }

a {
  text-decoration: none; }

input::-ms-clear {
  display: none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot") format("embedded-opentype"), url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBook") format("svg"); }
@font-face {
  font-family: 'GothamRegular';
  src: url("../fonts/GothamRegular.eot");
  src: url("../fonts/GothamRegular.eot") format("embedded-opentype"), url("../fonts/GothamRegular.woff2") format("woff2"), url("../fonts/GothamRegular.woff") format("woff"), url("../fonts/GothamRegular.ttf") format("truetype"), url("../fonts/GothamRegular.svg#GothamRegular") format("svg"); }
@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg"); }
@font-face {
  font-family: 'DidotItalic';
  src: url("../fonts/DidotItalic.eot");
  src: url("../fonts/DidotItalic.eot") format("embedded-opentype"), url("../fonts/DidotItalic.woff2") format("woff2"), url("../fonts/DidotItalic.woff") format("woff"), url("../fonts/DidotItalic.ttf") format("truetype"), url("../fonts/DidotItalic.svg#DidotItalic") format("svg"); }
a {
  outline: none; }

body {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

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

.containerFull {
  width: 100%;
  max-width: 100%; }

a, button {
  outline: none !important; }

.unactiveAn {
  opacity: 1; }

.activeAn {
  opacity: 1; }

/*  Use "desktop" for default styling, then override with tablet & mobile */
.addcontainer {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0px; }

.onlyformobile {
  display: none; }

header {
  padding: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  background: #fff; }
  header.affix {
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    /*.menu-icon button span{
    	background: #fff;
    }
    .social-icon a{
    	color:#fff;
    }*/ }
    header.affix .logo a {
      background: url("../img/logo-small.svg") no-repeat;
      width: 201px;
      height: 54px; }
    header.affix .menu-icon button {
      margin-top: 3px;
      color: #fff; }
    header.affix .social-icon {
      margin-top: 20px; }
      header.affix .social-icon a {
        color: #a1662c; }
  header .logo {
    text-align: center; }
    header .logo a {
      background: url("../img/logo-initial.svg") no-repeat;
      width: 205px;
      height: 125px;
      display: inline-block; }
  header .menu-icon button {
    border: none;
    background: none;
    width: 45px;
    outline: none;
    color: #fff;
    margin-top: 43px; }
    header .menu-icon button:hover {
      color: #a86e39; }
    header .menu-icon button cite {
      font-style: normal; }
    header .menu-icon button span {
      width: 100%;
      height: 2px;
      background: #a86e39;
      display: block;
      margin: 10px 0;
      position: relative;
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease; }
    header .menu-icon button.active span {
      transition: All 0.5s ease;
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease; }
      header .menu-icon button.active span:nth-child(1) {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        top: 6px;
        left: -12px; }
      header .menu-icon button.active span:nth-child(2) {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        top: -6px; }
      header .menu-icon button.active span:nth-child(3) {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        top: -18px;
        left: 12px; }

.social-icon {
  font-size: 0;
  text-align: right;
  margin-top: 50px; }
  .social-icon a {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 20px;
    color: #a1662c; }
    .social-icon a :hover {
      color: #a86e39; }

.menu-div {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 100%;
  z-index: 99999;
  color: #fff;
  left: 0;
  top: 0;
  display: none; }
  .menu-div .copyright {
    color: #a86e39;
    font-size: 12px;
    width: 100%;
    text-align: center; }
    .menu-div .copyright a {
      color: #a86e39; }
  .menu-div .m-head {
    text-align: center;
    padding: 80px 0;
    position: relative;
    z-index: 22;
    padding-bottom: 10px; }
  .menu-div ul {
    padding: 40px;
    margin: 0; }
    .menu-div ul.secondary-menu {
      padding: 0px; }
    .menu-div ul li {
      margin-bottom: 25px; }
      .menu-div ul li:hover a, .menu-div ul li.active a {
        color: #a86e39;
        display: inline;
        padding-left: 15px; }
      .menu-div ul li a {
        color: #a86e39;
        line-height: 52px;
        font-size: 52px;
        text-transform: uppercase;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        text-decoration: none;
        letter-spacing: 1.5px; }
      .menu-div ul li ul {
        padding: 0; }
  .menu-div .inner-menu {
    padding-top: 70px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .menu-div .inner-menu li {
      text-align: center; }
  .menu-div .bottom-social {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #022a39; }
    .menu-div .bottom-social td {
      width: 33.3%;
      text-align: center;
      height: 52px;
      border-right: 1px solid #3d5b67;
      border-top: 1px solid #3d5b67;
      vertical-align: middle; }
      .menu-div .bottom-social td a {
        color: #a86e39;
        text-decoration: none; }
  .menu-div .close-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    z-index: 999;
    color: #fff;
    font-size: 20px;
    text-decoration: none; }
    .menu-div .close-menu:hover {
      color: #a86e39; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "X";
  font-family: verdana; }

.overlay-div-menu {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  z-index: 9999; }

.pushtoright {
  overflow: hidden;
  /*margin-left:272px;
   transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  position:relative;
  overflow:hidden;
  margin-right:-272px;*/ }

@media screen and (max-width: 1199px) {
  header {
    padding: 7px 0; } }
@media screen and (max-width: 767px) {
  .menu-div {
    width: 100%; }
    .menu-div .m-head {
      text-align: center;
      padding-top: 8px; }
      .menu-div .m-head img {
        margin-left: -23px; }
    .menu-div .inner-menu {
      padding-top: 58px; }
    .menu-div ul {
      padding-bottom: 0px; }
      .menu-div ul li a {
        font-size: 32px;
        line-height: 32px; }
    .menu-div .social-icon {
      display: block;
      text-align: center;
      margin-top: 0;
      margin-bottom: 20px; }

  header {
    padding-top: 10px;
    padding-bottom: 10px; }
    header .menu-icon button {
      margin-top: 3px !important; }
      header .menu-icon button cite {
        display: none; }
      header .menu-icon button span {
        display: block; }
    header .logo a {
      background: url(../img/logo-small-mobile.svg) no-repeat;
      width: 201px;
      height: 54px; }
    header .social-icon {
      display: none; } }
@media screen and (max-width: 479px) {
  header .col-xs-4 {
    padding: 0 10px; }
    header .col-xs-4:nth-child(1) {
      width: 20%; }
    header .col-xs-4:nth-child(2) {
      width: 54%; }
    header .col-xs-4:nth-child(3) {
      width: 26%; }

  .social-icon a {
    font-size: 16px;
    margin: 0 0 0 8px; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
footer {
  color: #fff;
  background: #022a39;
  font-size: 14px;
  padding: 55px 100px; }
  footer .right-link {
    text-align: right; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      color: #a86e39;
      text-decoration: none; }
  footer .logo {
    text-align: center; }

@media screen and (max-width: 1199px) {
  footer {
    padding: 40px 0; } }
@media screen and (max-width: 767px) {
  footer {
    padding: 10px 0px;
    text-align: center; }
    footer .footerrow {
      display: flex;
      flex-direction: column; }
      footer .footerrow .logo {
        order: 1;
        margin-bottom: 20px; }
      footer .footerrow .copyright {
        order: 2;
        margin-bottom: 10px; }
      footer .footerrow .right-link {
        order: 3; }
    footer .right-link {
      text-align: center; }
    footer .logo {
      padding: 10px 0; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
.video-p-div {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 70px;
  overflow: hidden;
  left: 0; }

#video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  overflow-y: hidden;
  vertical-align: top; }

.video-section {
  position: relative;
  min-height: 900px; }

.lg-block {
  position: relative;
  border-top: solid 1px #e2decd;
  position: relative;
  text-align: center;
  padding: 0px 0px; }
  .lg-block .linkleft {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0; }
  .lg-block .linkright {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0; }
  .lg-block.grey {
    background: #f5f5f5; }
  .lg-block .lg-img {
    max-width: 100%; }
  .lg-block .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    display: inline-block; }
    .lg-block .icon:hover {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg); }
  .lg-block.block01 {
    margin-top: 150px; }
    .lg-block.block01 .icon {
      margin-top: -200px;
      margin-left: -300px; }
  .lg-block.block02 .icon {
    top: 80%;
    margin-left: -120px; }

.additional-products {
  padding: 0 15px; }
  .additional-products .inner-box {
    min-height: 360px;
    position: relative; }
    .additional-products .inner-box:hover .back-text h1 {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2); }
    .additional-products .inner-box:before {
      content: "";
      height: 23px;
      width: 14px;
      background: #5b5853;
      position: absolute;
      left: 5px;
      top: 27px;
      display: block; }
    .additional-products .inner-box.brown-spot:before {
      background: #684332; }
    .additional-products .inner-box.black-spot:before {
      background: #000; }
    .additional-products .inner-box .back-text {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 0.2; }
      .additional-products .inner-box .back-text h1 {
        margin: 0;
        font-size: 176px;
        font-family: 'DidotItalic', Arial, Helvetica, sans-serif;
        color: #d6d8d9;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease; }
    .additional-products .inner-box .line-text {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 5;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .additional-products .inner-box .line-text a {
        margin: 0;
        font-size: 14px;
        font-family: 'GothamBook', Arial, Helvetica, sans-serif;
        color: #022a39;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        line-height: 30px;
        display: inline-block; }
        .additional-products .inner-box .line-text a img {
          position: absolute;
          right: -90px;
          top: 8px;
          transition: All 0.5s ease;
          -webkit-transition: All 0.5s ease;
          -moz-transition: All 0.5s ease;
          -o-transition: All 0.5s ease; }
        .additional-products .inner-box .line-text a:hover img {
          margin-right: -10px; }
  .additional-products .col-md-3 {
    border-right: 2px solid #efefef; }

.newsletter-section {
  background: #efefef;
  padding: 70px 0;
  font-size: 14px;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif; }
  .newsletter-section span {
    padding-top: 10px;
    display: block;
    text-align: right; }
  .newsletter-section .container {
    max-width: 1072px; }
  .newsletter-section .subscribe-div {
    position: relative;
    padding-right: 140px; }
    .newsletter-section .subscribe-div .form-control {
      height: 40px;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    .newsletter-section .subscribe-div button {
      width: 127px;
      height: 100%;
      background: none;
      color: #a1662c;
      letter-spacing: 0.5px;
      border: 1px solid #a1662c;
      font-size: 10px;
      position: absolute;
      top: 0;
      right: 0;
      font-family: 'GothamRegular', Arial, Helvetica, sans-serif; }

.landing-wrapper {
  width: 99.9%;
  height: 280px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
  cursor: pointer; }

.landing-inner-content {
  background: #FFF;
  width: 2620px;
  height: 280px; }

.box {
  position: relative;
  background: rgba(0, 50, 255, 0.3);
  width: 240px;
  height: 240px;
  margin: 20px 20px 0 0;
  float: left;
  overflow: hidden; }

.box:first-of-type {
  margin-left: 20px; }

.box:last-of-type {
  margin-right: 20px; }

.box-content {
  background: #000;
  /*margin-left: auto;
  margin-right: auto;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999; }

.box-content img {
  width: 100%; }

.bdrrght {
  border-right: solid 2px #efefef; }

.news-letter-box {
  width: 450px;
  background-color: rgba(168, 110, 57, 0.9);
  padding: 38px 0px;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 237px;
  text-align: center;
  color: #fff;
  cursor: move;
  display: none; }
  .news-letter-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px; }
  .news-letter-box .close-newsletter {
    background: url("../img/close-white.png") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 13px; }
  .news-letter-box #mc_embed_signup_scroll {
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden; }
    .news-letter-box #mc_embed_signup_scroll .mce_inline_error {
      text-align: left;
      font-size: 11px;
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1;
      float: left;
      margin-top: 1px;
      max-width: 276px;
      width: 100%; }
    .news-letter-box #mc_embed_signup_scroll .response {
      text-align: left; }
    .news-letter-box #mc_embed_signup_scroll #mce-success-response {
      text-align: left;
      background-color: #d1ab95;
      float: left;
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
      padding: 3px 5px;
      margin-top: 1px;
      max-width: 276px;
      width: 100%; }
    .news-letter-box #mc_embed_signup_scroll #mce-error-response {
      text-align: left;
      background-color: #d1ab95;
      float: left;
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc;
      padding: 3px 5px;
      margin-top: 1px;
      max-width: 397px;
      width: 100%; }
  .news-letter-box .inputwrapper {
    max-width: 500px;
    margin: 20px auto 0px auto; }
    .news-letter-box .inputwrapper .mc-field-group {
      float: left;
      width: 276px; }
      .news-letter-box .inputwrapper .mc-field-group input[type=email] {
        background: #fff;
        border: none;
        height: 40px;
        display: inline-block;
        color: #000;
        padding-left: 10px;
        width: 100%; }
        .news-letter-box .inputwrapper .mc-field-group input[type=email].mce_inline_error {
          background-color: #fff !important; }
    .news-letter-box .inputwrapper input[type=submit] {
      border: solid 1px #fff;
      text-align: center;
      text-transform: uppercase;
      line-height: 40px;
      height: 40px;
      display: inline-block;
      background: none;
      width: 100px;
      margin-left: 20px;
      float: left;
      outline: none; }

@media screen and (max-width: 767px) {
  .video-p-div {
    top: 0;
    position: relative; }

  .video-section {
    position: relative;
    min-height: 100px;
    height: 265px;
    top: 72px; }

  #video {
    min-height: auto;
    width: 100%;
    height: 229px;
    top: 0;
    left: 0;
    transform: none; }

  .news-letter-box {
    width: 90%;
    padding: 38px 0px;
    position: fixed;
    right: 0;
    margin: 0px auto;
    left: 0;
    top: auto;
    bottom: 0;
    height: 195px; }
    .news-letter-box button {
      width: 90%; }
    .news-letter-box .mc-field-group {
      width: 90%;
      margin-bottom: 15px; }
      .news-letter-box .mc-field-group input {
        width: 100%; }
    .news-letter-box h3 {
      font-size: 18px; }

  .lg-block {
    padding-left: 0px;
    padding-right: 0px; }
    .lg-block.block01 {
      margin-top: 50px; }
    .lg-block .lg-img {
      max-width: 100%; }

  .additional-products .inner-box {
    min-height: 280px; }
    .additional-products .inner-box .back-text h1 {
      font-size: 146px; }
    .additional-products .inner-box .line-text a img {
      right: -20px; }

  .newsletter-section {
    padding: 50px 0; }
    .newsletter-section span {
      padding: 0 0 15px 0; }

  .lg-block.block01 .icon {
    top: 80%;
    margin-left: -120px; } }
@media screen and (max-width: 479px) {
  .additional-products .col-xs-6 {
    width: 100%; }

  .news-letter-box {
    width: 90%;
    left: 0;
    margin: 0 auto;
    height: 237px; }

  .news-letter-box .inputwrapper .mc-field-group {
    width: 191px;
    padding: 0 0 0 10px;
    color: #000; }

  .news-letter-box h3 {
    font-size: 17px; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
.sizeguide {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin-top: 7px;
  text-decoration: none; }

.sizepopup {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 460px;
  height: 414px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -178px 0 0 -230px; }
  .sizepopup a {
    position: absolute;
    right: -16px;
    font-size: 19px;
    top: -19px;
    color: #000;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    text-decoration: none; }
  .sizepopup table {
    width: 100%;
    border: solid 1px #ccc;
    border-width: 0px 0px 1px 1px; }
    .sizepopup table th {
      border: solid 1px #ccc;
      border-width: 1px 1px 0px 0px;
      padding: 10px;
      background: #a26828;
      color: #fff;
      text-align: center; }
    .sizepopup table td {
      border: solid 1px #ccc;
      text-align: center;
      border-width: 1px 1px 0px 0px;
      padding: 5px 10px; }
  .sizepopup table tr:nth-child(even) {
    background: #f6f6f6; }

.overlay {
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  position: fixed;
  display: none; }

.details-section {
  width: 100%;
  margin-top: 24%;
  margin-bottom: 15%;
  color: #000000; }
  .details-section .mobile {
    display: none !important; }
  .details-section .desktop {
    display: block !important; }
  .details-section .container {
    max-width: 1390px; }
    .details-section .container .image-rotate-toolbar {
      margin: 50px 0 0 0; }
    .details-section .container .image-holder .view {
      display: none; }
    .details-section .container .product-details {
      display: inline-block;
      text-align: left;
      max-width: 390px;
      padding-top: 50px; }
      .details-section .container .product-details h2 {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #a07240;
        letter-spacing: 2px; }
      .details-section .container .product-details .description {
        font-size: 12px;
        text-transform: uppercase;
        margin: 48px 0px;
        color: #000000;
        letter-spacing: 2.5px; }
      .details-section .container .product-details li {
        line-height: 26px;
        color: #000000;
        font-size: 12px; }
      .details-section .container .product-details .action-button {
        margin: 20px 0px;
        display: none; }
        .details-section .container .product-details .action-button p {
          font-size: 11px; }
          .details-section .container .product-details .action-button p a {
            color: #010101;
            text-decoration: underline; }
        .details-section .container .product-details .action-button ul {
          height: 37px;
          width: 160px;
          margin-right: 13px;
          border: 1px #85898e solid;
          float: left; }
          .details-section .container .product-details .action-button ul li {
            padding: 5px 10px;
            z-index: 2;
            text-transform: uppercase;
            text-align: center;
            color: #85898e;
            font-size: 10px;
            font-family: 'GothamMedium';
            cursor: pointer;
            position: relative; }
            .details-section .container .product-details .action-button ul li .arrow-down {
              width: 0;
              height: 0;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 6px solid #85898e;
              position: absolute;
              top: 14px;
              right: 26px; }
          .details-section .container .product-details .action-button ul li:not(.init) {
            float: left;
            width: 160px;
            display: none;
            background: #fff;
            color: #85898e;
            text-align: center;
            border-bottom: solid 1px #85898e;
            border-left: solid 1px #85898e;
            border-right: solid 1px #85898e; }
          .details-section .container .product-details .action-button ul li:not(.init):hover, .details-section .container .product-details .action-button ul ul li.selected:not(.init) {
            background: #85898e;
            color: #fff; }
          .details-section .container .product-details .action-button ul li.init {
            cursor: pointer; }

.grey-bg {
  background: #efefef;
  padding: 60px 0px; }
  .grey-bg p {
    text-align: center;
    font-size: 18px;
    color: #333b42;
    text-transform: uppercase;
    letter-spacing: 10px; }

.btn {
  border: solid 1px #a1662c;
  color: #a86e39;
  text-align: center;
  font-family: 'GothamMedium';
  background: none;
  border-radius: 0px;
  font-size: 10px;
  padding: 0px 36px;
  height: 37px;
  line-height: 24px;
  width: 160px; }
  .btn:hover {
    background: #a1662c;
    color: #fff; }

.rotatebox .images {
  position: relative;
  height: auto; }

.image-rotate-toolbar {
  background: url("../img/detail/slider-bg.jpg") repeat-x top left;
  height: 28px;
  position: relative; }
  .image-rotate-toolbar:before {
    background: url("../img/detail/left-handle.jpg") no-repeat top left;
    width: 21px;
    position: absolute;
    left: 0px;
    top: -5px;
    content: "";
    height: 35px; }
  .image-rotate-toolbar:after {
    background: url("../img/detail/right-handle.jpg") no-repeat top left;
    width: 21px;
    position: absolute;
    right: 0px;
    top: -5px;
    height: 35px;
    content: ""; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: url("../img/detail/slider.jpg") no-repeat top left;
  font-weight: bold;
  color: #1c94c4;
  width: 28px;
  height: 38px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 38px;
  cursor: pointer;
  top: -7px; }

.product-slider .swiper-button-next {
  background: url("../img/detail/slider-right-arrow.png") no-repeat center center;
  width: 67px;
  height: 67px;
  right: 10%; }
.product-slider .swiper-button-prev {
  background: url("../img/detail/slider-left-arrow.png") no-repeat center center;
  width: 67px;
  height: 67px;
  left: 10%; }

.product-footer-thum li img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }
.product-footer-thum li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); }

.view-text {
  font-size: 14px;
  color: #5d5d5d;
  text-align: center;
  margin-top: 30px; }

.footware-header {
  margin-top: 100px; }

.footware {
  margin-top: 265px;
  margin-bottom: 70px;
  float: left;
  border: 0 !important;
  width: 100%; }
  .footware ul li {
    width: 33%;
    float: left;
    text-align: center; }
    .footware ul li a.soldout {
      cursor: default; }
    .footware ul li p {
      text-align: center;
      margin: 20px 0px;
      line-height: 25px; }
      .footware ul li p a {
        color: #000;
        text-decoration: none; }
      .footware ul li p span {
        font-size: 19px;
        color: #a86e39;
        text-transform: uppercase; }
        .footware ul li p span.not-avilable {
          color: #999; }

.terms-content {
  width: 100%;
  max-width: 1200px;
  margin: 200px auto 70px auto;
  text-align: left; }
  .terms-content h1 {
    margin-bottom: 15px; }
  .terms-content ul li {
    width: 33%;
    float: left;
    text-align: center; }
    .terms-content ul li p {
      text-align: center;
      margin: 20px 0px;
      line-height: 25px; }
      .terms-content ul li p span {
        font-size: 19px;
        color: #a86e39;
        text-transform: uppercase; }

.product-footer-thum .mTS_horizontal .mTSContainer {
  margin: 0 auto !important; }

.full-width-section {
  text-align: center;
  border-top: solid 1px #e2decd; }
  .full-width-section img {
    width: 100%; }

.color-picker {
  font-size: 11px;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 423px;
  float: right; }
  .color-picker p {
    display: none; }
  .color-picker a {
    display: inline-block;
    margin-right: 20px; }

.about-content {
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin: 200px auto 70px auto;
  text-align: center;
  padding: 0 20px; }
  .about-content p {
    font-size: 16px;
    line-height: 25px; }
  .about-content h1 {
    margin-bottom: 15px; }
  .about-content h4 {
    line-height: 30px;
    margin-bottom: 50px;
    float: left;
    width: 100%; }

.not-found-content {
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin: 200px auto 70px auto;
  text-align: center;
  padding: 0 20px; }
  .not-found-content p {
    font-size: 16px;
    line-height: 25px; }
  .not-found-content h1 {
    margin-bottom: 15px;
    font-size: 354px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 9.3px;
    text-align: center;
    color: #ebebeb; }
  .not-found-content h5 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: 1.8px;
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 40px; }
    .not-found-content h5:after {
      content: "";
      position: absolute;
      width: 123px;
      height: 2px;
      background: #9f662d;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .not-found-content h4 {
    line-height: 30px;
    margin-bottom: 50px;
    float: left;
    width: 100%; }
  .not-found-content .flinks {
    color: #a86e39;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 16px; }
  .not-found-content .flinks a {
    color: #a86e39; }
  .not-found-content ul {
    margin: 30px 0px; }
    .not-found-content ul li {
      margin: 0 0 15px 0; }
      .not-found-content ul li a {
        color: #a86e39;
        line-height: 52px;
        font-size: 21px;
        text-transform: uppercase;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        text-decoration: none;
        line-height: 1.19;
        letter-spacing: 1.6px;
        text-align: center;
        font-weight: bold;
        color: #9f662d; }

@media screen and (max-width: 991px) {
  .details-section .container .product-details {
    display: block; }

  .grey-bg {
    background: #efefef;
    padding: 90px 0px; }

  .mTSThumb, ul.mTSContainer > li img {
    width: 250px; } }
@media screen and (max-width: 767px) {
  .color-picker {
    width: auto;
    float: left; }

  .sizepopup {
    width: 90%;
    height: auto;
    background: #fff;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 460px; }

  .details-section .container .product-details {
    border-top: solid 1px #d6d8d9; }

  .details-section {
    margin-bottom: 50px; }
    .details-section .mobile {
      display: block !important; }
    .details-section .desktop {
      display: none !important; }

  .details-section .container .product-details .color-picker {
    margin-top: 40px;
    margin-bottom: 0px; }

  .product-slider .swiper-button-next {
    width: 47px;
    height: 47px;
    right: 7%;
    background-size: 100% auto;
    margin-top: 10px; }
  .product-slider .swiper-button-prev {
    width: 47px;
    height: 47px;
    left: 7%;
    background-size: 100% auto;
    margin-top: 10px; }

  .mTSThumb, ul.mTSContainer > li img {
    width: 170px; }

  .product-details {
    margin-top: 40px; }

  .details-section .container .image-holder .view {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .footware {
    margin-top: 105px;
    margin-bottom: 70px;
    float: left;
    width: 100%; }
    .footware ul li {
      width: 100%; }

  .not-found-content h1 {
    font-size: 152px; } }
@media screen and (max-width: 479px) {
  .rotatebox .images img {
    top: 30%; }

  .product-details .btn {
    padding: 0px 13px; }

  .grey-bg {
    background: #efefef;
    padding: 50px 0px; } }

/*# sourceMappingURL=styles.css.map */
