/*------------------------------------*\
    #GENERAL:
\*------------------------------------*/

a,
a:active,
a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
}

body {
  background: url('../img/bg-header.png')  0 -50px repeat-x;
  font-family: 'Open Sans', sans-serif;
  color: #3b3a3a;
}

input, textarea, 
select, fieldset {
  width: 100%;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

label, legend {
  font-family: 'Open Sans Bold', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  display: block;
  color: #fff;
}

section { padding: 80px 0; }
p { color: #807f7f; }

nav {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

nav li {
  list-style: none;
  display: inline-block;
  margin-left: 0;
}

nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

/*------------------------------------*\
    #TYPOGRAPHY:
\*------------------------------------*/
[class*="hs-"] {
  font-family: 'Open Sans Bold', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

/* SIZES */
.hs-5r { font-size: 5rem; }
.hs-68 { font-size: 68px; }
.hs-55 { font-size: 55px; }
.hs-45 { font-size: 45px; }
.hs-40 { font-size: 40px; }
.hs-26 { font-size: 26px; }
.hs-20 { font-size: 20px; }
.hs-30 { font-size: 30px; }
.hs-18 { font-size: 18px; }
.hs-24 { 
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

/* COLORS */
.hs-black  { color: #000; }
.hs-white  { color: #fff; }
.hs-orange { color: #f28035; }
.hs-grey   { color: #676767; }

/* SPECIAL LISTING TEXT */
.listing-text {
  color: #243e8c;
  font-size: 2.5rem;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}

/*------------------------------------*\
    #LAYOUT:
\*------------------------------------*/
/* VIDEO SECTION */
#video { 
  background: #f28035 url('../img/orange-bg.jpg') no-repeat 0 0; 
  text-align: center;
}
#video p { color: #fff; }
#video .container { max-width: 420px; }

/* LSA SECTION */
#lsa { padding: 50px 0; }

/* SOCIAL SECTION */
#social { 
  background: #252525 url('../img/bg-pattern.png');
  text-align: center;
}

/* EMAIL FORM SECTION */
#form {
  background: #f28035;
  text-align: center;
  padding: 50px 0;
}
#form label { text-align: left; }

/* PROMOTION SECTION */
#promotion { margin-bottom: 85px; }
#promotion-video .modal { margin: 25% 0; }
#promotion-video {
  background:url('../img/video.jpg') 0 0 no-repeat;
  text-align: center;
  max-width: 435px;
  margin-bottom: 10px;
}

/* PRODUCT LISTINGS */
#product-listing   { background: #f5f5f5; }

.listing-box {
  border-top: 6px solid #181818;
  border-bottom: 6px solid #e2e0e1;
  min-height: 300px;
  position: relative;
  margin-bottom: 80px; 
}

/* COMING SOON RIBBON */
[class*="cs-"] {
  position: absolute;
  max-width: 112px;
  left: -20px;
}
.cs-top    { top: 50px; }
.cs-bottom { top: 205px; }
.cs-center { top: 140px; }

/* PRICE RIBBON */
[class*="price"] {
  position: absolute;
  max-width: 75%;
  top:  -30px;
  left: -20px;
}
.price-big   { max-width: 50%; }
.price-was   { top:  -50px; }

/* GENERAL STYLES */
.tm {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
}

/*------------------------------------*\
    #BUTTONS:
\*------------------------------------*/
.button {
  font-family: 'Open Sans Bold', sans-serif;
  padding: 8px 30px;
  display: inline-block;
  border: 1px solid #f28035;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #f28035;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.button:hover, 
.button:active {
  background: #fff;
  color: #f28035;
}

.button-thin {
  background: transparent;
  border: 2px solid #fff; 
}

.button-send {
  font-family: 'Open Sans Bold', sans-serif;
  padding: 5px 50px 5px 30px;
  display: inline-block;
  border: none;
  border-radius: 0;
  border-left: 1px solid #fff;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: #f28035 url('../img/bg-send.png') no-repeat 100% 100%;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  max-width: 200px; 
}
.button-send:hover {
  padding-right: 55px; 
}

/*------------------------------------*\
    #HEADER/LOGO:
\*------------------------------------*/
#header {
  background: #f28035;
  position: relative;
  height: 50px;
  margin-bottom: 30px;
}

#header nav {
  text-align: right;
}

#header:not(#foo):after {
  background: #f28035;
  z-index: 1;
  height: 50px;
  padding-top: 20px;
  content: '';
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(1.2deg) skew(1.2deg);
  -ms-transform: rotate(1.2deg) skew(1.2deg);
  transform: rotate(1.2deg) skew(1.2deg);
}

#header nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

#header nav ul { margin-top: 10px; }

#header nav li:first-child {
  font-size: 14px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 0;
}

#logo {
  left: 10px;
  top: 10px;
  width: 128px;
  height: 46px;
  padding: 10px;
  margin: 0;
  background: #000;
  width: 184px;
  height: 50px;
  padding: 20px;
  margin: 0 0 0 -82px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
}

#logo img {
  height: 100%;
  width: 100%;
}

/*------------------------------------*\
    #FOOTER:
\*------------------------------------*/
#footer {
  background: #000;
  font-size: 14px;
  color: #757575;
  padding: 3em 0;
}

#footer a {
  text-decoration: none;
  color: #757575;
}

#footer .rights img {
  margin-bottom: 0;
  width: 124px;
  height: 35px;
}

/*------------------------------------*\
    #SOCIAL MEDIA LIST:
\*------------------------------------*/
.sm-list {
  list-style: none outside;
  margin-bottom: 0;
  margin-left: 0;
}

.sm-list > li {
  display: inline-block;
  margin-bottom: 0;
}

.sm-list > li:last-child {
  display: block;
}

.svg-icon img {
  height: 30px;
  width: 30px;
  margin-bottom: 0; 
}

.sm-list__footer .sm {
  min-width: 30px;
}

.sm-list__footer {
  text-align: right;
}

/*------------------------------------*\
    #RESPONSIVE VIDEO
\*------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------\
  #MEDIA QUERIES
\------------------*/
@media (max-width: 650px) {
  [class*="cs-"] { 
    top: 45px; 
  }

  .right,
  #footer {
    text-align: center;
  }
}

@media screen and (max-width: 820px) {
  #logo {
    left: 10px;
    top: 10px;
    width: 128px;
    height: 46px;
    padding: 10px;
    margin: 0;
  }

  #header nav li:first-child {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
  }

  .hs-5r,
  .hs-68,
  .hs-55 { 
    font-size: 40px 
  }
}

@media (min-width: 860px) {
  #product-listing .container:last-of-type .listing-box,
  #product-video .container:last-of-type .listing-box { 
    margin-bottom: 0; 
  }
}