HTML { font-size: 100.01% }
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, HR {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    font-family: inherit;
}
DFN, I, CITE, VAR, ADDRESS, EM { font-style: normal }
TH, B, STRONG, H1, H2, H3, H4, H5, H6 { font-weight: normal }
TEXTAREA, INPUT, SELECT {
    font-family: inherit;
    font-size: 1em;
}
SMALL { font-size: .85em }
OL, UL { list-style: none }
TABLE {
    border-collapse: collapse;
    border-spacing: 0;
}
CAPTION, TH, TD { text-align: left }
:focus { outline: none }
*{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-tap-highlight-color: transparent;
}
.clear:before, .clear:after {
    content: "";
    display: table;
    clear: both;
}
.col { padding: 0 20px }
.row .row { margin: 0 -20px }
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after { clear: both }
@media only screen { 
  .col {
      float: left;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
}
.hidden{
  display: none;
}

/* General
------------------------------------ */

html,
body{
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    color:#000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
a{
    color: #777;
    text-decoration: none;
    cursor: pointer;
}
a:hover { text-decoration: underline }
strong { font-weight: 700 }
em { font-style: italic }
.clear { clear: both }
input { vertical-align: middle }

#container{
  position: relative;
  min-height: 100%;
  min-width: 1280px;
  overflow: hidden;
}
.wrapper{
  width: 1160px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

/* Header
------------------------------------ */

#header{
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 84px;
  top:0;
  left: 0;
}
#header:before{
  content: '';
  position: absolute;
  width: 50%;
  height: 84px;
  background: #2199E7;
  top:0;
  left: 0;
}
#header:after{
  content: '';
  position: absolute;
  width: 50%;
  height: 84px;
  background: #E81A22;
  top:0;
  right: 0;
}
.logo-wrapper{
  width: 320px;
  float: left;
  position: relative;
}
.logo-wrapper:after{
  content: '';
  position: absolute;
  top:0;
  left: 100%;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 48px 0 0;
  border-color: #2199E7 transparent transparent transparent;
}
.logo{
  width: 270px;
  height: 55px;
  background: url(/images/logo.png) no-repeat;
  display: block;
  outline: none;
  text-indent: -9999px;
  position: relative;
  top: 15px;
}
.top-nav{
  float: left;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  height: 84px;
  width: calc(100% - 320px);
  background: #E81A22;
  padding-left: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.top-nav li{
  float: left;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  position: relative;
}
.top-nav li:before{
  z-index: 1;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F48D91;
  position: absolute;
  top:50%;
  left: -4px;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.top-nav li:first-child:before,
.top-nav li:hover:before{
  display: none;
}
.top-nav li:hover + li:before{
  display: none;
}
.top-nav a{
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0 25px;
  position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.top-nav a:hover{
  background: #fff;
  color: #E81A22;
  border-radius: 45px;
}
.top-nav1 a:hover:before{
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 45px;
  position: absolute;
  top:0;
  left: -20px;
  z-index: 100;
  background: #fff;
}
.top-nav1 a:hover:after{
  content: '';
  width: 25px;
  height: 45px;
 border-radius: 0 45px 45px 0;
  -moz-border-radius: 0 45px 45px 0;
  -webkit-border-radius: 0 45px 45px 0;
  position: absolute;
  top:0;
  right: -20px;
  z-index: 100;
  background: #fff;
}

/* Home
------------------------------------ */

#home-slider{
    position: relative;
    height: 800px;
}
#home-slider .owl-carousel,
#home-slider .owl-stage-outer,
#home-slider .owl-stage,
#home-slider .item,
#home-slider .owl-item,
#home-slider .container{
  height: 100%;
}
#home-slider .item{
  position: relative;
  width: 100% !important;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#home-slider .inner{
  padding-top: 215px;
  text-align: center;
}
#home-slider .line-1{
  font-size: 30px;
  display: block;
  color: #BFC0C0;
  line-height: 100%;
  margin-bottom: 25px;
  font-style: uppercase;
}
#home-slider .line-2{
  font-size: 63px;
  display: block;
  color: #fff;
  line-height: 100%;
  margin-bottom: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
#home-slider .line-2 span{
  font-weight: 400;
}
#home-slider .line-3{
  font-size: 30px;
  display: block;
  color: #BFC0C0;
  line-height: 100%;
  margin-bottom: 50px;
  font-style: uppercase;
  font-weight: 300;
}
#home-slider .link{
  display: inline-block;
  font-size: 19px;
  background: transparent;
  border-radius: 52px;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2199E7;
  border:2px solid #2199E7;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
#home-slider .line-3 .span{
  font-weight: 400;
}
.actions-box{
  position: absolute;
  top:-35px;
  width: 1280px;
  height: 84px;
  z-index: 100;
  left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.actions-box:before{
  content: '';
  position: absolute;
  background: #E81A22;
  width: 50%;
  height: 84px;
  left: 0;
  top:0;
}
.actions-box:after{
  content: '';
  position: absolute;
  background: #2199E7;
  width: 50%;
  height: 84px;
  right: 0;
  top:0;
}
.actions-box .container{
  position: relative;
  height: 84px;
}
.actions-box .container:before{
  content: '';
  position: absolute;
  right: 100%;
  top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 84px 0;
  border-color: transparent #e81a21 transparent transparent;
}
.actions-box .container:after{
  content: '';
  position: absolute;
  left: 100%;
  top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 0 0 50px;
  border-color: transparent transparent transparent #2198e7;
}
.subscription-box{
  float: left;
  width: 50%;
  height: 84px;
  line-height: 84px;
  position: relative;
}
.subscription-box:after{
  z-index: 1;
  content: '';
  position: absolute;
  left: 100%;
  top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 0 0 50px;
  border-color: transparent transparent transparent #e81a21;
}
.subscription-box label{
  display: inline-block;
  color: #fff;
  float: left;
  font-weight: 300;
  padding-right: 44px;
  position: relative;
}
.subscription-box label span{
  font-weight: 400;
}
.subscription-box label:after{
  z-index: 1;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F48D91;
  position: absolute;
  top:50%;
  right: 20px;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.subscription-box .fields{
  float: left;
  display: inline-block;
  position: relative;
  height: 46px;
  border-radius: 46px;
  width: 320px;
  border:2px solid #fff;
  top:20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.subscription-box input[type="email"]{
  background: transparent;
  position: absolute;
  top:0;
  left: 25px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border:0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color: #fff;
}
.subscription-box input[type="text"]{
  display: none;
}
.subscription-box button{
  background: #fff;
  position: absolute;
  top:-1px;
  right: -1px;
  width: 80px;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  vertical-align: middle;
  border:0;
}
.subscription-box button:after{
  content: '';
  position: absolute;
  top:50%;
  left:50%;
  background: url(/images/submit.png) no-repeat;
  width: 22px;
  height: 21px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.subscription-box ::-webkit-input-placeholder { font-family: 'Roboto Condensed', sans-serif; font-size: 17px; color: #fff; }
.subscription-box ::-moz-placeholder { font-family: 'Roboto Condensed', sans-serif; font-size: 17px; color: #fff; }
.subscription-box :-ms-input-placeholder { font-family: 'Roboto Condensed', sans-serif; font-size: 17px; color: #fff; }
.subscription-box input:-moz-placeholder { font-family: 'Roboto Condensed', sans-serif; font-size: 17px; color: #fff; }
.register-box .register-link{
  position: relative;
  top:20px;
  display: inline-block;
  float: right;
  font-size: 19px;
  background: transparent;
  border-radius: 46px;
  height: 46px;
  line-height: 46px;
  padding: 0 32px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  border:2px solid #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.register-box{
  width: 50%;
  float: left;
  height: 84px;
  line-height: 84px;
  z-index: 1;
  position: relative;
}
.register-box label{
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: 300;
  padding-right: 44px;
  position: relative;
}
.register-box label span{
  font-weight: 400;
}
.register-box label:after{
  z-index: 1;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #90CCF3;
  position: absolute;
  top:50%;
  right: 20px;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
#manufacturers{
  position: relative;
}
#manufacturers:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 50%;
  height: 5px;
  background: #E81A22;
}
#manufacturers:after{
  content: '';
  position: absolute;
  top:5px;
  left: 0;
  width: 50%;
  height: 10px;
  background: #F8BABC;
}
#manufacturers .container-1{
  position: relative;
}
#manufacturers .container-1:before{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  width: 50%;
  height: 5px;
  background: #2199E7;
}
#manufacturers .container-1:after{
  content: '';
  position: absolute;
  top:5px;
  right: 0;
  width: 50%;
  height: 10px;
  background: #BCE0F8;
}
#manufacturers .container-2{
  padding: 160px  0 100px 0;
  height: 723px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: url(/images/manufacturers.png) no-repeat center 15px;
}
#manufacturers .text{
  float: left;
  width: 530px;
}
#manufacturers h2{
  font-size: 37px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
#manufacturers h2 span{
  font-weight: 400;
  color: #E81A22;
}
#manufacturers .subhead{
  font-size: 25px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 40px;
  display: block;
  color: #B8B8B8;
}
#manufacturers p{
  font-weight: 300;
  margin-top: 40px;
  line-height: 140%;
  margin-bottom: 40px;
}
#manufacturers p strong{
  font-weight: 400;
}
#manufacturers .button{
  font-size: 19px;
  background: #E81A22;
  border-radius: 52px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-bottom: 40px;
}

#dropship{
  position: relative;
  margin-bottom: -35px;
}
#dropship:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #E81A22;
}
#dropship:after{
  content: '';
  position: absolute;
  top:5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #F8BABC;
}
#dropship .container{
  z-index: 1;
  padding: 100px  0;
  position: relative;
  background: url(/images/dropship.png) no-repeat top center;
}
#dropship .text{
  float: right;
  width: 530px;
  color: #fff;
}
#dropship h2{
  font-size: 37px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 40px;
}
#dropship h2 span{
  font-weight: 400;
}
#dropship p{
  font-weight: 300;
  margin-top: 40px;
  line-height: 140%;
  margin-bottom: 40px;
}
#dropship p strong{
  font-weight: 400;
}
#dropship .button{
  font-size: 19px;
  background: transparent;
  border-radius: 52px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border:2px solid #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}

#retailers{
  padding: 120px  0 100px 0;
  position: relative;
  border-top:10px solid #B2B2B2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 580px;
  background: url(/images/retailers.png) no-repeat center 10px;
}
#retailers:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000;
}
#retailers .text{
  float: left;
  width: 530px;
}
#retailers h2{
  font-size: 37px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
#retailers h2 span{
  font-weight: 400;
  color: #E81A22;
}
#retailers .subhead{
  font-size: 25px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 40px;
  display: block;
  color: #B8B8B8;
}
#retailers p{
  font-weight: 300;
  margin-top: 40px;
  line-height: 140%;
  margin-bottom: 40px;
}
#retailers p strong{
  font-weight: 400;
}

#about{
  padding: 100px 0;
  position: relative;
  min-height: 610px;
  color: #fff;
  text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
background-image: url(/images/about.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#about .text{
  text-align: center;
  color: #fff;
}
#about h2{
  font-size: 37px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
#about h2 span{
  font-weight: 400;
  color: #2199E7;
}
#about .subhead{
  font-size: 25px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 40px;
  display: block;
}
#about p{
  font-weight: 300;
  margin-top: 40px;
  line-height: 140%;
  margin-bottom: 40px;
}
#about p strong{
  font-weight: 400;
}
#about .button{
  font-size: 19px;
  background: #2199E7;
  border-radius: 52px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

#distribution{
  padding-top: 100px;
  position: relative;
  min-height: 610px;
  color: #fff;
  text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;

background-image: url(/images/distribution.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#distribution h2{
  font-size: 37px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 20px;
}
#distribution h2 span{
  font-weight: 400;
  color: #2199E7;
}
#distribution .subhead{
  font-size: 25px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 40px;
  display: block;
}
#distribution .button{
  font-size: 19px;
  background: transparent;
  border-radius: 52px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2199E7;
  border:2px solid #2199E7;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
/* Footer
------------------------------------ */

.footer{
  position: relative;
}
.footer:before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 50%;
  height: 5px;
  background: #E81A22;
}
.footer:after{
  content: '';
  position: absolute;
  top:5px;
  left: 0;
  width: 50%;
  height: 10px;
  background: #F8BABC;
}
.footer .container-1{
  position: relative;
}
.footer .container-1:before{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  width: 50%;
  height: 5px;
  background: #2199E7;
}
.footer .container-1:after{
  content: '';
  position: absolute;
  top:5px;
  right: 0;
  width: 50%;
  height: 10px;
  background: #BCE0F8;
}
.footer .container-2{
  padding: 110px  0 50px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;

}
.footer-nav{
  display: inline-block;
  margin-bottom: 40px;
}
.footer-nav li{
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.footer-nav li:before{
  z-index: 1;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #777;
  position: absolute;
  top:50%;
  left: -5px;
-webkit-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.footer-nav li:first-child:before{
  display: none;
}
.footer-nav a{
  color: #777;
  text-decoration: none;
}
.footer-nav a:hover{
  color: #E81A22;
}
.footer-text{
  color: #777;
  font-size: 17px;
  line-height: 140%;
  width: 960px;
  margin: 0 auto 20px auto;
  padding-top: 40px;
  border-top: 1px solid #B9B9B9;
}
.footer-text a,
.footer-text strong{
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.copyright{
  color:#ABABAB;
  font-size: 15px;
}
.copyright a{
  color:#777;
  text-decoration: none;
}