body {display: flex; min-height: 100vh; flex-direction: column; word-wrap: break-word; overflow-x: hidden !important;}
a{ color:#9498A1; cursor: pointer;}

#headerContent{ width: 100%; height:80px; /*max-width:980px;*/ margin: 0 auto;  padding: 8px 0;} /* antes 64 el alto */

#logoTop { width:114px; height: 48px;background-image: url(../img/bodyarmor-logo.png); background-size: contain; background-repeat: no-repeat; background-position: center center;float: left; margin-right: 2rem;}
#leftnav{float: left; width: 100%;}

#listMenu { float: left; width:calc(100% - 144px);/*574*/}
#listMenu ul { margin: 0 auto; width:574px;}
#listMenu > ul li{ float: left; padding: 14px 1rem;}
#listMenu > ul li ul li{ float: left; padding: 6px 1rem;}
#listMenu ul a{display: block; font-family:"SourceSansPro-semiBold";
transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}

#makeFxBtn{ display:none;}

#mainMenu{position: fixed; top: 0; background-color: #fff; z-index: 99; width: 100%;}

#listMenu ul a:hover{ color:#e51020; }

#productMaster{ position: relative;}
#productMaster ul{ position: absolute; left: -90px; width:296px; z-index: 8; background-color:rgba(255, 255, 255, 0.75); padding:0 .5rem; /*display:none;*/ opacity: 0; height: 0; overflow: hidden;

transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;

transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
 -o-transform: skew(-25deg);
}

#productMaster:hover ul{ /*display: block; */opacity: 1; height: auto;}

#snapCard{ width:283px; height:400px; position: fixed; margin: 0 auto; left:0; right:0; background-position: center; background-repeat: no-repeat; background-size: cover; z-index: 80; top: calc(50% - 200px); display: none;}
.snapCont{position:relative; width:100%; height:100%;}
.closeSnap{ width: 26px; height:26px; position: absolute; right: 4px; top: 4px; cursor: pointer;}

#productMaster ul li{
transform: skew(25deg);
-webkit-transform: skew(25deg);
-moz-transform: skew(25deg);
 -o-transform: skew(25deg);
}

/*
#listMenu ul a::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: red;
    margin: 0 auto;

transition: width .5s ease-in-out;
-webkit-transition: width .5s ease-in-out;
-moz-transition: width .5s ease-in-out;
-o-transition: width .5s ease-in-out;
}


#listMenu ul a:hover::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e51020;
    margin: 0 auto;
}
*/
#listSocial{ float: right; width: 170px; position: relative;}
#listSocial ul{ overflow: hidden; margin:0;}
#listSocial ul li{ float: left; font-size: 16px; margin-left: 28px; line-height: 46px;}
#listSocial ul li a{ color:#9498A1;
transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}

#subminiMenu{ width: 100%; position: absolute; left: 18px; bottom: -15px;}
#subminiMenu a{float: left; width: 50%; display: block; font-size: 14px; text-align: center;}
#subminiMenu a:hover, #subminiMenu a.active{color: #e51020;}

#icoInstagram{ background-image:url(../img/ico-insta.png); background-position: center center; background-size: cover; display: block; width:18px; height:18px; margin-top:75%;}
#icoInstagram:hover{ background-image: url(../img/ico-insta-red.png);}

#listSocial ul li a:hover{ color:#e51020;}

.backFill{ width: 96%; max-width:980px; height: 450px; margin: 2rem auto; background-color: #E6E7E7; background-position: center center; background-size: contain; background-repeat: no-repeat;}
#new{ width: 100%; height:100%; position: relative; /* margin-top: 80px;*/ margin:0 auto 0 auto;}
#manifest{ width: 100%; height:100%; position: relative; margin:0 auto 0 auto; background-color:#080809; overflow: hidden}
#huddle{background-image: url(../img/socialBg.jpg); background-position:center; background-repeat: no-repeat; padding:1rem 0 2rem 0; background-size:auto 100%; height: auto; overflow: hidden;}
#faq{width: 100%; position: relative;}
.limitFaq{background-image: url(../img/faqBg.jpg); background-size:auto 100%; background-repeat: no-repeat; background-position: center right; overflow:hidden; position: relative; max-width: 1520px; height:100%; margin:0 auto;}

#team{ width: 100%; height:100%; position: relative; overflow: hidden;}

#allProducts{width: 100%; position: relative; overflow:hidden; margin:80px auto 0 auto; height:calc(110vh - 80px);}
#limitLineUp,#limitLinelyte{ /*background-image: url(../img/lineupBg.jpg); background-size:auto 100%; background-repeat: no-repeat; background-position: center; */ overflow:hidden; position: relative; max-width: 1520px; height:100%; margin:0 auto;}

#allProducts .closeX{right: 4rem; display: none;}

#findUs{width: 100%; height:100%; position: relative; overflow: hidden;}

footer{width: 100%; background-color: #FFF;}
#footCont{width: 96%; max-width:980px; margin: 1.5rem auto; font-size: 12px; color:#9498A1;overflow: hidden;}
#footerList{overflow: hidden; margin: 0; float: right;}
#footerList li{ float: left; text-transform: uppercase; text-align: center; margin-right:48px;}
#footerList li:last-child{ margin-right: 0px;}
#footerList a:hover{ color: #e51020}


#copyR{ float: left;}
#copyR p{ margin: 0;}

#mobileMenu{ width:18px; height: 12px; cursor: pointer; float: left; margin:5px 0px 5px 5px; }
#mobileMenu img{ width: 100%;}

#mobileSocial{ width:22px; height: 22px; cursor: pointer; float: right; margin:5px 5px 0px 5px; }
#mobileSocial img{ width: 100%;}

#sidenav-overlay{ top:46px;}
#sideMenu { width: 200px !important; top: 46px; background-color: rgba(255, 255, 255, 0.85); text-align:left;  height:463px !important; padding-bottom:0px; border-top: 2px solid #ccc;}
.contNav #sideMenu li{ border-bottom: 1px solid #c0c0c0; height: 42px;}
.contNav #sideMenu > li a{ background-image: none; color:#000; opacity: 1; width:100%; font-size: 16px; height: 42px; line-height: 42px;}

#socialMenu { width: 100% !important; top: 46px; background-color: rgba(255, 255, 255, 0.85); text-align:left;  height:50px !important; padding-bottom:0px; border-top: 2px solid #ccc;}
.contNav #socialMenu li{ float: left; width:25%; text-align: center;}
.contNav #socialMenu > li a{ background-image: none; color:#000; opacity: 1; width:100%; font-size: 22px; height: 42px; line-height: 42px;}


#submenu li a{ color:#959595; padding-left: 2rem;}

.side-nav a:hover{ background: none;}


/************** MANIFEST ******************/

#limitManifest{ width:100%; height:100%; margin:0 auto;  max-width: 1520px; background-image: url(../img/bgManifest.png); background-position: center center; background-size: cover; position: relative;}

#athletesManifest{background-image: url(../img/bottles_manifesto_v2.png); background-repeat:no-repeat; background-size:contain; width:38%; height:88%; position:absolute; bottom:5%; right:0; background-position:left bottom; }

#manifestText{ width: 80%; max-width: 600px; padding: 50px 0 0 5%; color: #fff; font-size:20px; font-family: "SourceSansPro-Light";}
#manifestText p{ margin: 1rem 0 .5rem 0;}
#manifestText span{font-family: "SourceSansPro-Regular";}
#manifestText p.hashTag{ margin-top: 0;}
#manifestText p.hashTag span{font-family: "SourceSansPro-Bold"; color:#e51020; font-size: 26px;}
#manifestBottles{ width: 200px; margin-top: 3rem;}
#manifestBottles img{ width:100%;}

#manifestTittle {width:80%;}
#manifestTittle img{width:100%;}

/***** CAROUSEL TOP ****/

.carousel .indicators .indicator-item{ background-color:#BBBBBB;}
.carousel .indicators .indicator-item.active{ background-color: #e51020;}

#mainCarousel .carousel .indicators .indicator-item{ background-color:rgba(255, 255, 255, 0); border:.08rem solid #fff; height: 10px; width: 10px; margin: 24px 6px;}
#mainCarousel .carousel .indicators .indicator-item.active{ background-color: #fff;}

#contAllBottles{position: relative; width:100%; height:100%;}

#contAllBottles #maskA{width:100%; height:100%; overflow:hidden;}
#contAllBottles #maskA img{ max-width:100%; -webkit-clip-path: polygon(59% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(59% 0, 100% 0, 100% 100%, 0% 100%);}

.bottleImg img{ margin: 0 auto;}


.allBaseBottoms{padding:.5rem; text-align: center; cursor:pointer; border: 1px solid #e51020;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-o-transform: skew(-25deg);

transition: background-color .5s ease-in-out;
-webkit-transition: background-color .5s ease-in-out;
-moz-transition: background-color .5s ease-in-out;
-o-transition: background-color .5s ease-in-out;
}

.allBaseBottoms a{color: #e51020; text-transform: uppercase; font-size: 12px; display: block;
transform: skew(25deg);
-webkit-transform: skew(25deg);
-moz-transform: skew(25deg);
-o-transform: skew(25deg);

transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}

.allBaseBottoms a span{font-family: "SourceSansPro-Bold";}

.allBaseBottoms:hover{ border: 1px solid #e51020; background-color:#e51020;}
.allBaseBottoms:hover a{color: #fff;}


.findBottom { width:232px; position: absolute; bottom:20%; left:calc(50% - 125px); z-index:11; background-color: #fff;}

/***************** SLIDE WHO WE ARE *****************/

.slider-ctr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 60;
}


.slider-control {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 80px;
  z-index: 99;
}

.slider-control .control {
  color:#e51020;
  width: 50%;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: .3s all ease;
  background: white;
}

.slider-control .control .icon {
  pointer-events: none;
  transition: .3s all ease;
}

.slider-control .control.disabled {
  pointer-events: none;
  color:#c3c3c3;
}


.slide { text-align: center; height:calc(100% + 1px);
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 1.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-clip-path: polygon(140% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(140% 0, 0 0, 0 100%, 100% 100%); /*inset(0 100% 0 0);*/
}

/*
.slider-ctr .slide:nth-child(1){z-index:30;}
.slider-ctr .slide:nth-child(2){z-index:20;}
.slider-ctr .slide:nth-child(3){z-index:20;}
*/
.slide.slide-on {
  -webkit-clip-path:polygon(0 0, 0 0, -220px 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0% 100%, -220px 100%); /*inset(0 0 0 0);*/
}

.slide img { width:auto; height:100%; position: relative; z-index:10;}
/* .slide img { display: block; width: 100vw; height: 100vh; object-fit: cover;} */
/*
#numeros{ position: absolute; right:1rem; top:1rem; z-index:50}
#numeros ul li{ list-style: none; float: left; cursor: pointer; margin-right: 1rem}
*/

.slider-ctr .indicators{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 40;
}

.slider-ctr .indicators .indicator-item{ background-color:#BBBBBB;
display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    transition: background-color .3s;
    border-radius: 50%;
}
.slider-ctr .indicators .indicator-item.active{ background-color: #e51020;}

.backFig{ width:50%; position:absolute; height:100%; top:0;}
.figureGrey{ left:0; background-color:#666a75; }
.figureOrange{ left:0; background-color:#e11c25; }
.figureRed{ left:0; background-color:#8d0907; }

.figureWhite{ right:0; background-color:#fff;}
.faqGrey {right:0; background-color:#C4C3BF;}

/*************** INNER *************************/


#singleTypes{width:100%; height:100%; position:absolute; top:0; left:0; background-color:#fff; z-index:50; overflow:hidden;}
#singleTypes .sportType{ position:relative; width:100%; height:100%;}

.closeX{ width:24px;height:24px;cursor:pointer; background-image:url(../img/closeBig.png); background-position:center center; background-size: cover; background-repeat:no-repeat; position:absolute; top:10px; right:20px; z-index: 60;}


.labelTypes{ height:100%; width:26px; position: absolute; top:0; left:-26px; z-index: 60;}

.labelTypes ul { width: 100%; height:calc(100% + 20px); overflow: hidden; margin: -20px 0 0 0;}
.labelTypes ul li{ width: 100%; height:calc(50% + 20px); overflow: hidden; cursor:pointer;
transform: skewY(-58deg);
-webkit-transform: skewY(-58deg);
-moz-transform: skewY(-58deg);
-o-transform: skewY(-58deg);
}
#smLyte{background-color:#EB6722;}
#smWater{background-color:#BDBDBD;}
#smSport{background-color:#e51020;}

.labelTypes ul li a{ display:block; width:1em; word-break:break-all; float:left; letter-spacing:1em; white-space:pre-wrap; cursor:pointer; margin:52px 0 0 6px; color:#fff;
transform: skewY(58deg);
-webkit-transform: skewY(58deg);
-moz-transform: skewY(58deg);
-o-transform: skewY(58deg);
}

#smLyte{ display:none;}
#smWater{ display:none;}
#smSport{ display:none;}


#mainSlideBottle { position: absolute; height:100%; width:100%; top:0; right:-155%; overflow: hidden; padding-left: 334px; z-index:50; }
.masterBottle { position:relative; height:100%; background-color:#fff; min-width: 200px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.masterBottle::before{ content: ""; display:block; /* width:320px; CHECK DIAGO*/ width: 1500px; height:100%; background-color:#fff; position:absolute; top:0; left:-162px; box-shadow:-9px -4px 12px rgba(5, 5, 5, 0.27);
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-o-transform: skew(-25deg);

transition: box-shadow .5s ease-in-out;
-webkit-transition: box-shadow .5s ease-in-out;
-moz-transition: box-shadow .5s ease-in-out;
-o-transition: box-shadow .5s ease-in-out;
}

#mainSlideBottle .masterBottle.noShadow::before{
    box-shadow:11px 6px 12px rgba(5, 5, 5, 0.27);
}

.masterBottle .bottleCont{ width:240px; height:547px; margin:0; position: absolute; top: calc(50% - 273px );}

.masterBottle .bottleCont ul{ width:100%; height:100%; position:relative; display:none; margin:0;}
.masterBottle .bottleCont li{  background-size: 240px; cursor:pointer; position:absolute; background-repeat: no-repeat;
transition: background-image .5s ease-in-out;
-webkit-transition: background-image .5s ease-in-out;
-moz-transition: background-image .5s ease-in-out;
-o-transition: background-image .5s ease-in-out;
}

#SportDrinkBtt li{background-image:url(../img/bottleSport.png);}
#LyteDrinkBtt li{background-image:url(../img/bottleLyte.png);}
#WaterDrinkBtt li{background-image:url(../img/bottleWater.png);}

#SportDrinkBtt li:hover, #SportDrinkBtt li.showingli{ background-image:url(../img/bottleSport-over.png); }
#LyteDrinkBtt li:hover, #LyteDrinkBtt li.showingli{ background-image:url(../img/bottleLyte-over.png); }
#WaterDrinkBtt li:hover, #WaterDrinkBtt li.showingli{ background-image:url(../img/bottleWater-over.png); }

.completeBckGr{ width:100%; height:100%; background-position:center; background-size:cover; position:absolute; top:0; left:0;}

#SportDrinkBtt .completeBckGr{background-image:url(../img/bottleSport.png);}
#LyteDrinkBtt .completeBckGr{background-image:url(../img/bottleLyte.png);}
#WaterDrinkBtt .completeBckGr{background-image:url(../img/bottleWater.png);}

.masterBottle .bottleCont li:nth-child(1){ width:58%; height:40%; top:0; left:0; background-position: 0 0;}
.masterBottle .bottleCont li:nth-child(2){ width:42%; height:55%; top:0; right:0; background-position: 100% 0;}
.masterBottle .bottleCont li:nth-child(3){ width:58%; height:60%; bottom:0; left:0; background-position: 0 100%;}
.masterBottle .bottleCont li:nth-child(4){ width:42%; height:45%; bottom:0; right:0; background-position: 100% 100%;}

.masterBottle .bottleCont #WaterDrinkBtt li:nth-child(2){ width:42%; height:100%}

.allBaseBottoms.bottleFlavor{ position: absolute; left: -140px; bottom: 100px; padding: .2rem 1.3rem; display: none;}


.closeSlide{ position:absolute; width:28px; height:28px; background-position: center center; background-repeat:no-repeat; top: 16px; left: 10px; background-image: url(../img/closeBack.png); cursor:pointer; display:none;z-index: 30;}

#bottle-main{ width:60%; height:100%; position: absolute; left:0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

#bottle-main .contElements{ width:80%; max-width:600px; margin:-20% auto 0 auto; }
#bottle-main .bot-mainTitle{ width:80%; margin:0 auto; display:none;}
#bottle-main .bot-mainTitle img{ width:100%; max-height: 222px;}

#bottle-main .bot-mainText p{ color: #919191; font-size:23px; line-height:22px; text-align: center; max-width: 470px; display: block; margin:1rem auto 1.5rem auto;}
#bottle-main .bot-mainText { display:none;}
#bottle-main ul.bulletsWhoWeAre{max-width: 484px; display: block; overflow: hidden; margin: 0 auto  1.5rem auto; color: #919191; height:54px;}
#bottle-main ul.bulletsWhoWeAre.centerWater li{ float: none; width:40%; margin: 0 auto;}
#bottle-main ul.bulletsWhoWeAre li{ float: left; width: calc(50% - 26px); list-style: disc; margin-left: 26px; font-size: 16px; line-height: 18px;}

#bottle-main .mainBtlBtn { width:200px; margin:0 auto; display:none;}
#bottle-main .mainBtlBtn.active{border: 1px solid #e51020; background-color: #e51020;}
#bottle-main .mainBtlBtn.active a{ color:#fff;}

.pinsCont{ position: relative; width:100%; height:100%; background-repeat: no-repeat; background-size:64px;  opacity:0;
transition: background-image .5s ease-in-out, opacity .5s ease-in-out;
-webkit-transition: background-image .5s ease-in-out, opacity .5s ease-in-out;
-moz-transition: background-image .5s ease-in-out, opacity .5s ease-in-out;
-o-transition: background-image .5s ease-in-out, opacity .5s ease-in-out;
}
/*.pinsCont img{ width:40px; height:auto; position: absolute;}*/
/* #pinSportA img{ top: 65%; left: 48%; }
#pinSportB img{ top: 68%; left: 32%; }
#pinSportC img{ top: 47%; left: 37%; }
#pinSportD img{ top: 68%; left: 36%; } */

.pinA{ background-image: url(../img/pinSport-A.png); background-position: 64% 94%;}
.pinB{ background-image: url(../img/pinSport-B.png); background-position: 54% 86%;}
.pinC{ background-image: url(../img/pinSport-C.png); background-position: 54% 52%;}
.pinD{ background-image: url(../img/pinSport-D.png); background-position: 56% 56%;}
.pinE{ background-image: url(../img/pinSport-E.png); background-position: 50% 46%;}
.pinF{ background-image: url(../img/pinSport-F.png); background-position: 90% 18%;}


.pinA:hover, .pinA.showing{ background-image: url(../img/pinSport-A_over.png);}
.pinB:hover, .pinB.showing{ background-image: url(../img/pinSport-B_over.png);}
.pinC:hover, .pinC.showing{ background-image: url(../img/pinSport-C_over.png);}
.pinD:hover, .pinD.showing{ background-image: url(../img/pinSport-D_over.png);}
.pinE:hover, .pinE.showing{ background-image: url(../img/pinSport-E_over.png);}
.pinF:hover, .pinF.showing{ background-image: url(../img/pinSport-F_over.png);}

.ContAllPins{position: absolute; height: 100%; width:100%; top: 0; right: 0; overflow: hidden; padding-left: 334px; right:-52%; opacity:0;}
.titleTexPin{width: 45%; max-width:400px;  z-index: 40; margin-left:0%; min-height: 50%; position: relative;}
.titleTexPin p{ font-size:18px; color:#5a5a5a;}
.titleTexPin p span{ font-family:SourceSansPro-bold; display:block;}
.titleTexPin h6{ width:320px;}
.titleTexPin h6 img{ width:100%;}
.titleTexPin .pinFeet{ font-size:12px; margin-top:20px;}

/*#ContPinA{ right:-40%;}*/

.pinsSport, .pinsLyte, .pinsWater {display: none;}

.slidePin{position: relative; height: 100%; background-color:#fff; min-width: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slidePin::before {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    background-color:#fff;
    position: absolute;
    top: 0;
    left: -162px;
    box-shadow: -9px -4px 12px rgba(5, 5, 5, 0.27);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    z-index: 30;
}




/****** END HOW WE ARE ***********/


/***************** HUDDLE  ************************/


#contMenuHuddle{ display: none;}

#logoHuddle{ margin:0 auto; background-image:url(../img/logoHuddle.png); width:290px; height:74px; background-position: top center; background-repeat:no-repeat; background-size: auto 76%; position: relative;}
#logoHuddle p{position: absolute; bottom: 0; width: 100%; text-align: center; margin: 0; line-height: 15px; font-size: 16px; color:#919191;}
#huddleMenu{ width:716px; margin:1.5rem auto; padding:0px 8px; overflow:hidden;}
#huddleMenu li { width:228px; border: 1px solid #e51020; padding:.5rem; text-align: center; float:left; cursor:pointer; background-color: #fff;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-o-transform: skew(-25deg);

transition: background-color .5s ease-in-out;
-webkit-transition: background-color .5s ease-in-out;
-moz-transition: background-color .5s ease-in-out;
-o-transition: background-color .5s ease-in-out;
}
#huddleMenu li:nth-child(2){ margin-right:8px; margin-left:8px;}

#huddleMenu li a{color: #e51020; text-transform: uppercase; font-size: 12px; display: block; font-family:"SourceSansPro-semiBold";
transform: skew(25deg);
-webkit-transform: skew(25deg);
-moz-transform: skew(25deg);
-o-transform: skew(25deg);

transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}

#huddleMenu li:hover{ border: 1px solid #e51020; background-color:#e51020;}
#huddleMenu li:hover a{color: #fff;}

#huddleMenu li.socialActive{ border: 1px solid #e51020; background-color:#e51020;}
#huddleMenu li.socialActive a{ color: #fff;}

#socialPots{ width:100%; max-width:1080px; height:460px; margin:3rem auto 1rem auto; position:relative; overflow:hidden;}

#arrowsHuddle{height: 28px; width: 200px; margin: 0 auto;}
a.huddleArrows{display: block; float: left; height: 28px; width: 100px;}
a.huddleArrows img{ width: 100%; }

/* Instagrid.css */
instagrid-title, h2, p {/*text-align: center;*//*font-family: 'Open Sans';*/}
strong {font-family:"SourceSansPro-bold";}

#instafeed{width:100%; display:block; margin:0 auto; padding:0;line-height:0; height:920px; position: absolute; top:0; left:0;}

#instafeed a{ position: relative; width:100%; height:100%; padding:0;margin:0;position:relative;display:inline-block; background-size:cover; background-position:center top; cursor:pointer;}

#instafeed li.s-col-L{ width:calc(25% - 2px); margin-right:2px;}
#instafeed li.s-col-C{ width:calc(25% - 4px); margin-right:2px; margin-left: 2px}
#instafeed li.s-col-R{ width:calc(25% - 2px); margin-left:2px;}

#instafeed .socialCol{ width:calc(25% - 4px); float:left; overflow:hidden; margin:2px;}
#instafeed li{width:100%; margin:0 0 4px 0; height:148px; display:inline-block;position:relative; padding:0px!important; float:left}

#instafeed .col-1 li:last-child{height:300px;}
#instafeed .col-3 li:first-child{height:300px;}

#arrowUp{ cursor:default; opacity:0;}

/*#instafeed li:nth-child(1){width:33.33%}*/

#instafeed .instagrid-z{width:100%;height:100%;opacity:0;letter-spacing:1px;background:rgba(229, 16, 32, 0.45);position:absolute;font:normal 600 12px Catamaran, sans-serif;color:#ffffff;line-height:normal
transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
}
#instafeed a:hover .instagrid-z{opacity:1;zoom:1;filter:alpha(opacity=100)}
.instagrids{display:table;vertical-align:middle;height:100%;width:100%}
.instagrid-outter{position: absolute; bottom: 10px; left: 8px; /*display:table-cell;vertical-align:middle;height:100%;width:100%;text-align:center;*/}
#instagridz.widget.insta h2.title{text-align:center;}

.instagrids .socialIcOver{ position:absolute; bottom: 10px; right: 10px; width: 20px; height: 20px;  background-position:center center; background-size:cover;}

.instagrids .socialIcOver.instaico{ background-image:url(../img/ico-insta-over.png);}
.instagrids .socialIcOver.twitterico{ background-image:url(../img/ico-twit-over.png);}
.instagrids .socialIcOver.facebookico{ background-image:url(../img/ico-facebk-over.png);}

.instagrids p{vertical-align: middle; display: table-cell; width: 100%; margin: 0 auto; text-align: center; padding: 1rem 0; font-family: 'SourceSansPro-regular', sans-serif; font-size: 14px; font-weight: 100;}

#instagridz.widget.insta h2.title p{display:inline-block;background:#000;padding:0 20px;position:relative}

#overL{ position: fixed; top:0; left:0; width: 100%; height:100%; background-color:rgba(255, 255, 255, 0.63); z-index:200; display: none;}
.imagePreview{ top: calc(50% - 250px); width:80%; max-width:720px; height:500px; margin: 0 auto; box-shadow:8px 8px 20px #888888; box-shadow:8px 8px 20px #888888; position:relative; display: none;}

.imageTwitter{top:15% /*calc(50% - 224px)*/; width: 420px; margin: 0 auto; box-shadow:8px 8px 20px #888888; box-shadow:8px 8px 20px #888888; position:relative; display: none;}
.imageFacebook{top:15% /*calc(50% - 224px)*/; width:500px; margin: 0 auto; box-shadow:8px 8px 20px #888888; box-shadow:8px 8px 20px #888888; position:relative; display: none; background-color: #fff;}

.imagePreview .postImg{ width:60%; height:100%; float:left;  position: relative;}
.imagePreview .postImg a{ width:100%; height:100%; display: block; overflow:hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #000;
}
.imagePreview .postImg img{ display: block; height:100%; object-fit: cover;}

.whiteSide{ width:40%; height:100%; float:left; background-color:#fff;}
.postHeader{ width:90%; height:50px; margin:1rem auto; border-bottom:1px solid #e6e6e6; font-size: 12px;}
#profileImg img{ width:30px; float: left;}
#profileImg p{ line-height:30px;  float: left; margin: 0 0 0 8px; font-family:"SourceSansPro-semiBold";}
#followBttm { font-family:"SourceSansPro-semiBold"; border-radius: 4px; margin-top:2px; padding:2px; display: block; border:1px solid #e6e6e6; text-align: center; width: 86px; float:right; color:#5a5a5a; }

.postInf{ width:90%; height:20px; margin:1rem auto; font-size:12px;}
.postInf #postLikes{ float: left; font-family:"SourceSansPro-semiBold";}
.postInf #postDate{ float: right; color: #ccc;}

.postContent{ width:90%; margin:1rem auto; font-size:12px; text-align: left;}
.postContent #postCaption{ height:auto; }
.postContent #postMore{ height:270px;}
.postContent .singleComment .username{ font-family:"SourceSansPro-bold"; color: #2d3b6f;}

#closePost{ display:block; width:56px; height:56px; cursor:pointer; background-position:1.5rem 1.5rem; background-repeat:no-repeat; background-size:16px; background-image:url(../img/closePost.png); position:absolute; left:-1rem; top:-1rem; z-index: 10;}


.postSend{ width:90%; height:40px; margin:1rem auto; font-size:12px; border-top: 1px solid #e6e6e6; overflow:hidden; padding: 8px 0px;}
.postSend #postLikeBttm{ float: left; width:22px; height:22px; background-image:url(../img/icon-like-off.png); background-position: center center; background-repeat: no-repeat; cursor:pointer; margin-right: 12px;}
.postSend #postLikeBttm:hover{ background-image:url(../img/icon-like-on.png);}

.postSend #postComment{ float: left;}
.postSend #postComment input[type=text]{ border-bottom:none; font-size:12px; height:22px; width:200px;}


#overL input:not([type]):focus:not([readonly]), #overL input[type=text]:focus:not([readonly]), #overL input[type=password]:focus:not([readonly]), #overL input[type=email]:focus:not([readonly]), #overL input[type=url]:focus:not([readonly]), #overL input[type=time]:focus:not([readonly]), #overL input[type=date]:focus:not([readonly]), #overL input[type=datetime]:focus:not([readonly]), #overL input[type=datetime-local]:focus:not([readonly]), #overL input[type=tel]:focus:not([readonly]), #overL input[type=number]:focus:not([readonly]), #overL input[type=search]:focus:not([readonly]), #overL textarea.materialize-textarea:focus:not([readonly]){ border:none; box-shadow: none; }


/******************** FAQs ****************************/

/*.limitFaq{ max-width: 1235px; height:100%; margin:0 auto;}*/

/* #backLayer{ min-width:1000px; width:100%; right:45%; padding-right:334px; z-index: 51;} */
#backLayer{ min-width: 650px; width: 56%; padding-right: 334px; z-index: 51; left: 0;}

.cardAnsA{ min-width:1000px; width:100%; padding-right:334px; z-index: 50;}
.cardAnsB{ min-width:1000px; width:100%; padding-right:334px; z-index: 50;}

/*.cardAnsA .DiagCont, .cardAnsA .DiagCont:before, .cardAnsB .DiagCont, .cardAnsB .DiagCont:before{ background-color: rgba(255, 255, 255, 0.75);}*/

.cardAnsA .DiagCont, .cardAnsB .DiagCont{ background-color: rgba(255, 255, 255, 0.0);}
.cardAnsA .DiagCont:before, .cardAnsB .DiagCont:before{ background-color: rgba(255, 255, 255, 0.9);}

.standDiagCont{position: absolute; height: 100%; top: 0; overflow: hidden; right:50%; }
.DiagCont{position: relative; height: 100%;background-color: #fff;min-width: 220px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.DiagCont::before{content: ""; display: block; width:700px; height: 100%; background-color: #fff; position: absolute; top: 0; right: -162px; box-shadow: 10px -3px 16px rgba(5, 5, 5, 0.27);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.DiagContBck{position: relative; height: 100%;background-color: #fff;min-width: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.DiagContBck::before{content: ""; display: block; width:700px; height: 100%; background-color: #fff; position: absolute; top: 0; right: -162px; box-shadow: 10px -3px 16px rgba(5, 5, 5, 0.27);
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
}

.answContent{ width: 480px; position: absolute; left:20px; top: 10px;}

#logoInformed {margin: 0 auto; background-image: url(../img/logoInformed.png); width: 320px; height: 80px; background-position: top center; background-repeat:no-repeat; background-size:auto 60px; position: relative;}
#logoInformed p{position: absolute; bottom: 0; width: 100%; text-align: center; margin: 0; line-height: 15px; font-size: 16px; color:#919191;}

#contMenuFAQs{ width:100%;}
#FAQsMenu{ width:454px; margin:1.5rem auto; padding:0px 8px; overflow:hidden;}
#FAQsMenu li {  border: 1px solid #e51020; padding:.4rem; text-align: center; float:left; cursor:pointer; background-color: #fff;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-o-transform: skew(-25deg);

transition: background-color .5s ease-in-out;
-webkit-transition: background-color .5s ease-in-out;
-moz-transition: background-color .5s ease-in-out;
-o-transition: background-color .5s ease-in-out;
}

#FAQsMenu.threeSec li{width:140px;}
#FAQsMenu.threeSec li:nth-child(2){ margin-right:8px; margin-left:8px;}

#FAQsMenu.twoSec li{width:214px;}
#FAQsMenu.twoSec li:nth-child(2){ margin-right:0px; margin-left:8px;}



#FAQsMenu li a{color: #e51020; text-transform: uppercase; font-size: 12px; display: block; font-family:"SourceSansPro-semiBold";
transform: skew(25deg);
-webkit-transform: skew(25deg);
-moz-transform: skew(25deg);
-o-transform: skew(25deg);

transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}

#FAQsMenu li:hover{ border: 1px solid #e51020; background-color:#e51020;}
#FAQsMenu li:hover a{color: #fff;}

#FAQsMenu li.faqActive{ border: 1px solid #e51020; background-color:#e51020;}
#FAQsMenu li.faqActive a{ color: #fff;}

#questions{width: 86%; margin: 1rem auto .5rem auto; position:relative; min-height:330px; max-width:390px; color:#676767; }
#questions .answList{ position: absolute; top:0;}
#questions .answList li{ margin-bottom:.8rem; cursor: pointer; /*opacity: 0;*/ display: none; pointer-events: none}
#questions .answList li:hover, #questions .answList li.activeQuestion{ color:#e51020;}

.threeBottles{ width:147px; height:180px; position: absolute; background-image: url(../img/FaqsBottles.png); background-size:cover; background-repeat:no-repeat; background-position:center; right: 130px; bottom: 20px;}

.statContain{ height:100%; overflow:hidden; left:0; top:0;  position: absolute;}

.answersText{width: 330px; right: -90px; position: absolute; /*margin-top: -50px; */color:#e51020; top: calc(50% - 190px);}
.answersText img{ text-align: center; width:150px; display: block; margin: 0 auto;}
.answersText p span{ font-size:.8rem;}
/********************* End FAQs ****************************/

/*********************  PRODUCTS ******************************/

#lineUpSport{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
#lineUpLyte{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
#lineUpWater{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

#contFlavors{ position: relative; width: 1000px; height:100%; margin: 0 auto; z-index: 10; /*background-color:#fff; overflow: hidden;*/}

#logoLineUp {
    position: absolute;
    top: 1rem;
    background-image: url(../img/logoLineUp.png);
    width: 229px;
    height: 63px;
    left: calc(50% - 115px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.sportFlavors{ background-color:rgba(255, 255, 255, 0.59); width:1100px; height:100%; position: absolute; box-shadow:-3px -3px 14px 0px rgba(5, 5, 5, 0.09);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}
.flavorBottle{ position: absolute; bottom: 130px; width: 130px; left: 0;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);

    transition: left .5s ease-in-out;
    -webkit-transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
}

.flavorBottle article{z-index: 140; text-transform: uppercase;
    margin-top: -20px;
    position: absolute;
    bottom: -20%;
    left: -190px;
    color: #919191;
    width: 192px;
    text-align: right;
    opacity: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: "SourceSansPro-semiBold";
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out; }


.flavorBottle:hover{left: -10px;}
.flavorBottle:hover article{ opacity: 1;}

#lineUpSport #flavor-011 .flavorBottle:hover{left:-25px;}


.flavorBottle img{ width: 100%; cursor: pointer;}

#lineUpSport #flavor-011 .flavorBottle{ width:146px; left:-15px; }

/*#flavor-01{ right: -936px;}
#flavor-02{ right: -840px;}
#flavor-03{ right: -744px;}
#flavor-04{ right: -648px;}
#flavor-05{ right: -552px;}
#flavor-06{ right: -456px;}
#flavor-07{ right: -360px;}
#flavor-08{ right: -264px;}
#flavor-09{ right: -168px;}*/

#allProducts .labelTypes{left: 0px;}

#bottlesBar,#bottlesBarlyte{position: absolute; top:5%; right:-38px; height:95%; width:36px; z-index:60;}

#bottlesBar ul, #bottlesBarlyte ul{ height: 100%; margin:0;}
#bottlesBar ul li, #bottlesBarlyte ul li{ height:calc(12.45% - 2px); margin-top: 2px; cursor:pointer; position:relative;}
#bottlesBar ul li img.flvBtt,#bottlesBarlyte ul li img.flvBtt{ height:100%; width: auto; position:absolute; bottom:0; left:0;
    transition: height .5s ease-in-out, left .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out, left .5s ease-in-out;
    -moz-transition: height .5s ease-in-out, left .5s ease-in-out;
    -o-transition: height .5s ease-in-out, left .5s ease-in-out;
}

#bottlesBar ul li article,#bottlesBarlyte ul li article{ position: absolute; right: 66px; top: 0; width:98px; text-align: right; line-height: 16px; opacity:0; color: #919191; text-transform:uppercase;
transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

#bottlesBar ul li:hover article, #bottlesBar ul li.wave article,#bottlesBarlyte ul li:hover article, #bottlesBarlyte ul li.wave article{ opacity: 1;}
#bottlesBar ul li:hover img.flvBtt, #bottlesBar ul li.wave img.flvBtt,#bottlesBarlyte ul li:hover img.flvBtt, #bottlesBarlyte ul li.wave img.flvBtt{height:140%; left:-50%;}

#bottlesBar ul li img.diagPlus,#bottlesBarlyte ul li img.diagPlus{ position: absolute; bottom: 0; right:0; width:100%; }

.mainFlavorBottle {position: absolute; height: 100%; width: 100%; top: 0; right: -155%; overflow: hidden; padding-left: 334px; z-index: 50; }

.flavAthCont{ background-color:#fff; position:absolute; z-index: 15; right: -115%;
transform: skew(-25deg); height:100%; width: 100%;
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-o-transform: skew(-25deg);
}
.flavorAthlet{ width:100%; height:100%; max-width: 1520px; margin:0 auto;  background-size:contain; background-position:left center; background-repeat: no-repeat;
transform: skew(25deg);
-webkit-transform: skew(25deg);
-moz-transform: skew(25deg);
-o-transform: skew(25deg);
}

.flvGrp{ width: auto; height:556px; margin: 0; position: absolute; top: calc(50% - 278px ); }
.flvGrp img{ height:100%; width: auto; }

.sizesFlv{ position: absolute; bottom:52px; left: -213px; width:196px; }
.sizesFlv p{font-family: "SourceSansPro-semiBold"; font-size: 1.1rem; line-height: 1.3rem; text-align: right; margin:0;}

.flavTab{ position: absolute; left:115%; width:100%; height:100%; background-color:rgba(255, 255, 255, 0.9); z-index: 20;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-moz-transform: skew(-25deg);
-o-transform: skew(-25deg);
}

.contFlavTab{width: 100%; height: 100%; padding:2rem; box-shadow: -3px 7px 20px 5px rgba(5, 5, 5, 0.18);}

.allItemFlv{ overflow: hidden; width: 444px; margin: 2rem 2rem 1rem 2rem;}
.allItemFlv ul{ float: left; margin: 0 1rem 0 0; font-family:"SourceSansPro-semiBold"; font-size:1.2rem; line-height: 1.5rem;}

.contFlavTab h6 { margin: 1rem 0 0 3rem; width: 336px; height: auto;}
.contFlavTab h6 img{ width:100%;}

.tableFacts{ width: 410px; margin: 2rem 0 0 2.5rem; }
.tableFacts img{ width:100%;}

 #AtheFlavD{ display:none;}


.noDiag{
transform: skew(25deg);
-webkit-transform: skew(25deg);
-moz-transform: skew(25deg);
-o-transform: skew(25deg); }


.miniTri{position: absolute; height:100%; width:300px; bottom:0; right:-300px; z-index:55; }
.miniTriCont{ position: relative; width: 100%; height: 100%; overflow: hidden;}

.miniFlavorBottle {position: absolute; height: 100%; width: 100%; top: 0; right: -30px; overflow: hidden; padding-left: 334px; z-index: 50; }

.nextFlv{width: auto; height:160px; margin: 0; position: absolute; bottom: 32px; left: -168px; cursor: pointer; }
.nextFlv img{ height:100%;}

.redBck{width: auto; height: 46px; margin: 0; position: absolute; bottom: 80px; left: -200px; cursor: pointer;}
.redBck img{ height:100%;}

#white_cover{position: absolute; width:calc(100% - 26px); height:100%; top:0px; z-index: 80; background-color:#fff; left:26px;}

/********** PRODUCT MOBILE  ************/

#mobileSport, #mobileLyte, #mobileWater{width:100%; position:relative;}
#mobileSport h5, #mobileLyte h5, #mobileWater h5{ display: block; margin: 0 auto; text-align: center; width: 92%; max-width:450px; margin-top:1rem;}
#mobileSport h5 img, #mobileLyte h5 img, #mobileWater h5 img{ width:100%; height: auto;}

#waterBttlmobile{width:100%; text-align: center; max-width: 400px; margin: 1rem auto 0 auto; }
#waterBttlmobile img{ /*width:75%; max-width: 380px;*/ height:320px;}

#optionsLyte{margin: 15% auto 5% auto; position: relative; width: 320px; height: 336px;}
#optionsLyte li{ position:relative; width:50%; float: left; height: 100%;}

#optionsLyte li img{ position: absolute; top: 0; height:100%;}
#optionsLyte li:first-child img{/*right: -25px;*/}
#optionsLyte li:last-child img{/*left: -25px; */}

#showproduct .carousel.carousel-slider {height: 410px !important;}
#showproductLyte .carousel.carousel-slider{height: 400px !important;}
#sportWhiteCont, #lyteWhiteCont, #waterWhiteCont{ width:100%; height:100%; background-color:#fff; position: absolute; z-index: 20;}

#waterWhiteCont{background-image: url(../img/productMobile.png); background-position: center; background-repeat: no-repeat; background-size: cover;}

#lyteControl{width: 80px; height: 170px; background-image: url(../img/toLyte01.png); background-repeat: no-repeat; background-size: cover; background-position: center; position: absolute; bottom:0; right:0;}
/*********************  END PRODUCTS ***************************/



/********************** TEAM **************************/

#contTeam { position: relative; width: 950px; height: 100%; margin: 0 auto; z-index: 30; }
.logoTeam {position: absolute; top: 1rem; background-image: url(../img/logoTeam.png); width: 320px; height:64px; left:0; right: 0; background-position: center; background-repeat:no-repeat; background-size: cover; z-index: 10; margin: 0 auto;}

.athleCont {
    background-color:#fff;
    width: 1100px;
    height: 100%;
    position: absolute;
    /*box-shadow: -3px -3px 14px 0px rgba(5, 5, 5, 0.09);*/
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.athleCont .theAthlete article{z-index: 140; margin-top: -20px; position: absolute; bottom:-21%; left:-158px; color:#919191; width: 192px; text-align: right; opacity:0; font-size: 18px; font-family: "SourceSansPro-semiBold";
transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
}

.athleCont:before {
    content: "";
    display: block;
    width: 22px;
    height: 100%;
    background-image: url(../img/shadow.png); background-position: left center; background-repeat: no-repeat; background-size: contain;
    position: absolute;
    left: -22px;
}

.theAthlete {
    position: absolute;
    bottom: 130px;
    height: 320px;
    left: -76px;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    transition: left .5s ease-in-out;
    -webkit-transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
}

.theAthlete img {height: 100%; cursor: pointer;}
.theAthlete:hover {left: -86px;}
.theAthlete:hover article{ opacity: 1;}

.completeAthle{ width:75%; height:100%; position:absolute; left:155%; top: 0px; background-position: center center; background-size:contain; background-repeat: no-repeat; z-index: 20; color:#fff;}


.completeAthle section.mainContAthlete{ width:100%; height:100%; position: relative;}

.completeAthle h4{ margin:0;}

.completeAthle .topTriangle{ position:absolute; width:19%; height:40%; right:81%; top: 0; border-bottom:3px solid #fff; /* overflow:hidden;
background-image:url(../img/triangleWhite.png); background-repeat: no-repeat; background-size: contain; background-position: top right; */
}
/*.completeAthle .topTriangle:before {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -260px;
    box-shadow:-7px 5px 20px 0px rgba(5, 5, 5, 0.27);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}*/
.completeAthle .halfMeet{ position:absolute; width:41.6%; height:40%; right:40%; top: 0; border-right:3px solid #fff; border-bottom:3px solid #fff;
/*background-image:url(../img/triangleAthletes.png);*/ background-repeat: no-repeat; background-size:cover; background-position: bottom left;
transition: background-image 1s ease-in-out, opacity .5s ease-in-out;
-webkit-transition: background-image 1s ease-in-out, opacity .5s ease-in-out;
-moz-transition: background-image 1s ease-in-out, opacity .5s ease-in-out;
-o-transition: background-image 1s ease-in-out, opacity .5s ease-in-out;
}

.completeAthle .fullMeet{position:absolute; width:60%; height:100%; right:40%; top: 0; border-right:3px solid #fff; background-repeat: no-repeat; background-size:cover; background-position: bottom left;
transition: background-image 1s ease-in-out, opacity .5s ease-in-out;
-webkit-transition: background-image 1s ease-in-out, opacity .5s ease-in-out;
-moz-transition: background-image 1s ease-in-out, opacity .5s ease-in-out;
-o-transition: background-image 1s ease-in-out, opacity .5s ease-in-out;

}

.learBttn{ display: block; position: absolute; bottom: 12px; left:52px; padding-right: 20px; background-image:url(../img/learnmore.png); background-position:right center; background-size: auto 80%; background-repeat: no-repeat; font-size: 13px; line-height: 15px; text-align: right; width: 80px;}

/*
.relativeDiv{position: relative; width:100%; height:100%; overflow: hidden;}
.diagDiv{ background-color: aquamarine; width: 500px; height:100%; left:0; position:absolute;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}
*/
/*.whiteCont{position: absolute; top: 0; left: 0; width: 100%; height:100%; background-color:#fff; z-index: 30;}*/
.completeAthle .accomplish{ position:absolute; width:40%; height:60%; right:0%; top: 0; border-left:3px solid #fff; border-bottom:3px solid #fff;
   background-color: rgba(255, 255, 255, 0);
transition: background-color 1s ease-in-out, opacity .5s ease-in-out;
-webkit-transition: background-color 1s ease-in-out, opacity .5s ease-in-out;
-moz-transition: background-color 1s ease-in-out, opacity .5s ease-in-out;
-o-transition: background-color 1s ease-in-out, opacity .5s ease-in-out;
}

.completeAthle .bottTriangle{ position:absolute; width:20%; height:60%; right:80%; top:40%;  /*border-top:3px solid #fff;*/ border-top:0; overflow:hidden; opacity:0;
background-image: url(../img/triangleAthletesBtt2Red.png); /*background-image:url(../img/triangleAthletesBttB.png);*/ background-repeat: no-repeat; background-size: cover; background-position:100% 2px;
transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
}

.athleteNameDiag{
    top: 0;
    position: absolute;
    left: 115%;
    width: 200%;
    height: 100%;
    background-color:#fff;
    z-index: 15;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);

    padding: 2rem;
    box-shadow: -3px 7px 20px 5px rgba(5, 5, 5, 0.18);
}

.contentAthleName{ width:350px;  text-align: center; margin-top:3%; position: absolute; margin-left: 14px;}

.contentAthleName article{ width: 100%; height:220px;}

.contentAthleName h5{width:300px; margin: 1rem auto;}
.contentAthleName h5 img{width:100%;}
.contentAthleName p{font-family: "SourceSansPro-Bold"; font-size:17px; text-align: center; color: #9498A1;}

.meetBttn{width: 200px; margin: 0 auto;}

#bigAthl-01 .closeX{ right:5%;}

.halfMeet section{ width: 56%; position: absolute; right: 16px; top: 20px;}
.fullMeet section{ width: 50%; position: absolute; right: 5%; top: calc(50% - 72px); height: auto; min-height: 144px;}

.accomplish section{ width: 56%; position: absolute; left: 20px; top: 20px;}
.obsession section{ width: 80%; position: absolute; left: 10px; top:0px;}
.obsession section img{ width: 100%; }
.obsession section p{font-size: 14px !important; }
.obsession section p span{font-family: "SourceSansPro-Bold";}
.numbers section{ width: 56%; position: absolute; left: 20px; top: 20px;}

.completeAthle section h4{ margin: 0 0 12px 0; font-size: 24px; font-family:"Brandon_bold";}
.completeAthle section p{ margin: 0; line-height: 18px; font-size: 14px;}
.completeAthle section li { list-style: disc; line-height: 18px; font-size: 14px; margin-left: 14px;}

#bigAthl-01 .accomplish.redOver{ background-color: rgba(229, 16, 32, 0.78);}
#bigAthl-01 .obsession.redOver{ background-color: rgba(229, 16, 32, 0.78); opacity: 1;}
#bigAthl-01 .numbers.redOver{ background-color: rgba(229, 16, 32, 0.78);}
#bigAthl-01 .numbers.tidalLogo.redOver{ background-image: url(../img/tidalLogo.png); background-repeat:no-repeat; background-position:bottom right; background-size: contain;}

#bigAthl-01 .halfMeet.redOver{background-image: url(../img/triangleAthletesred.png);}
#bigAthl-01 .bottTriangle.redOver{/*background-image: url(../img/triangleAthletesBtt2Red.png); background-position:100% 2px; right:80%;*/ opacity:1;}
#bigAthl-01 .fullMeet.redOver{background-image: url(../img/triangleAthletesFullRed.png);}

#bigAthl-01 .redOver p, #bigAthl-01 .redOver h4, #bigAthl-01 .redOver ul, #bigAthl-01 .obsession.redOver img{opacity: 1; }

.completeAthle .obsession section .miniAthleVid{opacity: 0;}
.completeAthle .obsession.redOver section .miniAthleVid{opacity: 1;}

.basic_mobileNextAthelt{ display: none;}


/**********TEMORAL*************/
#bigAthl-01 p, #bigAthl-01 h4, #bigAthl-01 ul, #bigAthl-01 .obsession img{ opacity: 0;
transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition:opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
}

/*.completeAthle .bottTriangle:before {
    content: "";
    display: block;
    width: 320px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -224px;
    box-shadow:-7px 5px 20px 0px rgba(5, 5, 5, 0.27);
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}
*/
.completeAthle .obsession{ position:absolute; width:40%; height:60%; right:40%; top:40%; border-right:3px solid #fff; border-top:3px solid #fff; background-color: rgba(255, 255, 255, 0);
transition: background-color .5s ease-in-out, opacity .5s ease-in-out;
-webkit-transition: background-color .5s ease-in-out, opacity .5s ease-in-out;
-moz-transition: background-color .5s ease-in-out, opacity .5s ease-in-out;
-o-transition: background-color .5s ease-in-out, opacity .5s ease-in-out;
}
.completeAthle .numbers{ position:absolute; width:40%; height:40%; right:0%; top:60%; border-left:3px solid #fff; border-top:3px solid #fff;
background-color: rgba(255, 255, 255, 0);
transition: background-color 1s ease-in-out;
-webkit-transition: background-color 1s ease-in-out;
-moz-transition: background-color 1s ease-in-out;
-o-transition: background-color 1s ease-in-out;
}

/*
#ath-01 {right: -936px;}
#ath-02 {right: -860px;}
#ath-03 {right: -784px;}
*/

/******************** END TEAM *************************/

/******************** FIND US **************************/

.limitFindUs{ width: 100%; overflow: hidden; position: relative; max-width: 1520px; height: 100%; margin: 0 auto; background-image: url(../img/locationBg.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat;}

#locaCont{width: 480px; height: 80%; max-height: 520px; position: absolute; left: 0px; top: 4%; z-index: 60;}
.logoLocation { margin: 0 auto; background-image: url(../img/logoLocation.png); width: 308px; height: 63px; background-position: center; background-repeat: no-repeat; background-size: cover;}

#findUs h6{color:#9498A1; text-align: center; font-size: 16px; margin:.3rem 0 1.5rem 0;  }


#fillSpace{ width: 66%; margin: 0 auto; height: 30%; position: absolute; left: 0; right: 0; bottom:15%;}
#fillSpace img{ width:100%;}

#locaCont .formCont{width: 80%; overflow: hidden; margin: 0 auto;}
#locaCont input { width:calc(100% - 60px); border: solid 1px #e51020; height: 32px; padding: 0 10px 0 10px; float: left; margin:0; color:#9498A1;}

#locaCont #findBttn{ width:32px; height: 34px; float: left; background-position: center; background-repeat: no-repeat; background-size:20px; background-color:#e51020; background-image: url(../img/search.png); cursor: pointer;}

#otherStores{ width:100%;}
#otherStores ul{ width:322px; overflow: hidden; margin:1rem auto;}
#otherStores ul li{ height: 30px; float: left; margin-right:30px;}
#otherStores ul li:last-child{ margin-right:0px;}
#otherStores ul li a{ display: block;}
#otherStores ul li img{height:24px;}

#otherStores-mobile{ width:100%;}
#otherStores-mobile ul{ width:194px; overflow: hidden; margin:.5rem auto 0rem auto;}
#otherStores-mobile ul li{ height: 20px; float: left; margin-right:15px;}
#otherStores-mobile ul li:last-child{ margin-right:0px;}
#otherStores-mobile ul li a{ display: block;}
#otherStores-mobile ul li img{height:15px;}

/*
#otherStores-mobile{ width:100%;}
#otherStores-mobile ul{ width:70%; overflow: hidden; margin:.5rem auto 0rem auto;}
#otherStores-mobile ul li{width:33%; height: 20px; float: left;}
#otherStores-mobile ul li:first-child{width:34%}
#otherStores-mobile ul li a{ display: block; width:100%; text-align: center;}
#otherStores-mobile ul li img{height:15px;}
*/
#mapContainer{ width:100%; height:100%; background-color:rgba(255, 255, 255, .35); position: absolute; left: 0; opacity: 0;}

#mapContainer .minimapBox {position:absolute; width: 500px; height: 420px; background-color:#F5F5F5; top: calc(50% - 250px); right: 10%; box-shadow:6px 6px 19px rgba(5, 5, 5, 0.27);}

#mapContainer .minimapBox #mapa{ width:100%; height:320px; border:solid 1px #000;}


#findResult{height: 420px; width: 80%; margin: 1rem auto; overflow-y: scroll;}
#findResult::-webkit-scrollbar-track{ border-radius: 10px; background-color:#fff;}
#findResult::-webkit-scrollbar{ width: 4px; background-color: #EEEEEE;}
#findResult::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#EEEEEE;}


#findResult ol { width: 90%; margin: 1rem 0;}
#findResult ol li{ cursor: pointer;font-size: 14px; margin-bottom: 1rem; color: #5a5a5a; line-height: 14px;}
#findResult ol li a{color: #5a5a5a;
transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}
#findResult ol h5{ font-size: 14px;  margin: 0;}

#findResult ol li.storeActive{color: #e51020;}
#findResult ol li.storeActive a{ color: #e51020;}

#footerMap{ width:100%; height:100px; padding:14px; color: #5a5a5a; }
#footerMap p{ margin: 0; font-size: 12px;}
#footerMap h5{ font-size: 16px;  margin: 0;}

#coupon{ width:130px; background-color:#fff; margin: 0 auto; padding: .3rem; margin-top:.3rem; display: none;}
#coupon.allBaseBottoms:hover{background-color: #e51020;}

#noStore{min-width:1000px; width: 100%; padding-right: 334px; z-index: 50;}
.sorryText{position: absolute; right: 2%; width: 300px; height: 200px; top: calc(40% - 100px); text-align: center;}
.sorryText img{ width:260px; height: auto; }
.sorryText p{ width: 230px; margin: 1rem auto; font-size: 16px; line-height: 20px; color:#9498A1;}

#noStore .DiagContBck{ background-color:rgba(255, 255, 255, 0); }
#noStore .DiagContBck::before{ background-color:rgba(255, 255, 255, 0.9); }

.closeSlideBack{ position: absolute; width: 28px; height: 28px; background-position: center center; background-repeat: no-repeat; top: 26px; right: -10px; background-image: url(../img/closeBack.png);
    cursor: pointer; z-index: 150;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#faq .closeSlideBack{ right: 80px;}

#footerSections{position:fixed; top:100%; /*top: 0;*/ left: 0; width:100%; height:calc(100% - 80px); margin-top:80px; background-color:#fff; z-index:80; }

#mainFooter{ width:100%; height: calc(100% - 34px); overflow: hidden; position: relative;}
#closeFooter{ width:20px; height:20px; display: block; cursor:pointer; background-image: url(../img/closeBig.png); position:absolute; top:1rem; right:2rem; z-index: 10; background-size:cover;}
#closeCareer{ width:20px; height:20px; display: none; cursor:pointer; background-image: url(../img/closeBack.png); position:absolute; top:1rem; right:2rem; z-index: 16; background-size:cover;background-color: #fff;
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.miniFooter{ width:100%; box-shadow: 1px 1px 6px rgba(5, 5, 5, 0.27); font-size:12px; position:relative; z-index:90; /*bottom: 0;*/ background-color: #fff;}

.miniFooter .limitFooter{ width:100%; max-width:1280px; margin: 0 auto;}

.miniFooter section{ float: right; height:34px;}
.miniFooter section:first-child{ width:50%; padding-left:20px;}
.miniFooter section:last-child{ width:50%;}
.miniFooter section p, .miniFooter section a{ margin:0; line-height:34px; color: #9498A1;}

.legalText{height: 90%; width: 90%; margin: 3% auto; overflow-y: scroll; padding: 1rem;}
#mainFooter h2{ color: #e51020; font-family: 'SourceSansPro-bold', sans-serif; font-size: 24px; margin: .5rem 0;}
#mainFooter h3{ color:#919191; font-size: 16px; margin: .5rem 0;}
#mainFooter p{ color:#919191;}

.miniFooter section ul{ margin: 0; overflow: hidden;}
.miniFooter section ul li{ float: left; width: 33.3%; text-align: center;cursor:pointer;}
.miniFooter section ul li.active a, .miniFooter section ul li:hover a{ color: #e51020; }

#footerLegal{ height: 100%; display: none;}
#footerLegal .row{ height: 100%;  margin-bottom:0;}
#footerLegal .row .col {height: 100%}

.legalText::-webkit-scrollbar-track{ border-radius: 10px; background-color:#EEEEEE;}
.legalText::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5;}
.legalText::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#BDBDBD;}

.diaBackg{ background-image: url(../img/legalBg.png); background-position: top left; background-size: cover;}


#footerCareer{ height: 100%; display: none;}
#footerCareer .row{ height: 100%;  margin-bottom:0;}
#footerCareer .row .col {height: 100%; padding: 0;}


#footerContact{ height: 100%; width: 100%; display: none;}
#footerContact .row{ height:100%; margin-bottom: 0;}
#footerContact .row .col{ height:100%}

#formContact{ background-color:#fff; background-image: url(../img/contactBg.png); background-size:contain; background-position: top right; background-repeat: no-repeat;}
#contactTextCont{ background-color: #A3131F; position: relative;}

.formSide{ width: 50%; position: relative;}
#formContact form{ width: 90%; margin: 0 auto;}
#contactTitle{ width: 200px; margin:0 auto;}
#contactTitle img{width:100%;}
.formSide p{ text-align: center; color: #9498A1; font-size: 18px; margin: 0px 0 8px 0;}
.formSide p a{ text-decoration: underline; color:#e51020; }

.formSide p.minianouce{ font-size:12px; color: #9e9e9e; text-align:left;margin-left: 12px; margin-bottom: 0px;}
.minianouce span{ color:#e51020; }

#mailSended{ background-image: url(../img/contact_answer.jpg);
    position: absolute;
    background-size: 240px;
    width: 358px;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 10; display: none; text-align: center;}

#mailSended img{ height: 100%; width: auto;}

.formLimit{ width:100%; height:460px; overflow-y:scroll; }
.formLimit::-webkit-scrollbar-track{ border-radius: 10px; background-color:#EEEEEE;}
.formLimit::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5;}
.formLimit::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#BDBDBD;}

.formStyle form input, .formStyle form textarea{ border: solid 1px #676767; padding: 0 .35rem; width: calc(100% - 0.7rem);height: 32px; margin-bottom: 16px;}

.formStyle .input-field{ margin: 0;}

.formStyle .input-field label{ text-transform: uppercase; left: 1.2rem; top:0.45rem;}
.formStyle .input-field label span{ color:#e51020;}
.caret{ display: none;}
.selectArrow{ position: absolute; right: 16px; top: 10px;}
.dropdown-content li>a, .dropdown-content li>span{ color: #e51020;}
.select-wrapper input.select-dropdown{ color: #9e9e9e; border: solid 1px #000; width: calc(100% - 22px); height:35px; padding: 0 10px; }

.input-field label:not(.label-icon).active{ opacity: 0;}
.formStyle form textarea {width: 100%; resize: none; height: 80px; margin-bottom: 0;}


.formStyle .btn, .btn-large {text-decoration: none; color: #9e9e9e; background-color: #fff; text-align: center; letter-spacing: .5px; transition: .2s ease-out; cursor: pointer; border: solid 2px #9e9e9e; height: 1.5rem;
    border-radius: 10px;}
.formStyle .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav{box-shadow: none;}
.formStyle .file-field .btn, .file-field .btn-large{ line-height: 1.25rem; font-size: 12px; }
.formStyle .file-field .file-path-wrapper{width: 60%;}
.formStyle .file-path{ border: none; font-size: 12px; height: 20px; color:#9e9e9e;}

#submitForm{width: 150px; margin: 1rem auto 0 auto; padding: 0.35rem;}
#submitForm.allBaseBottoms.disableForm{cursor:default;  border:1px solid #9e9e9e; margin-top: 1rem;}
#submitForm.allBaseBottoms.disableForm a{ cursor:default; color:#9e9e9e;}
#submitForm.allBaseBottoms.disableForm:hover{ background-color: #fff;}

#contactText{ position: absolute; width:240px; height:302px; margin: 0 auto 0 auto; left:0; right:0; top:calc(50% - 150px);}
#contactText img{ width: 110px; margin: 0 auto; display: block;}
#contactText p{ color: #fff; font-size: 14px; line-height: 18px;}

/* input:not([type]):focus:not([readonly])+label, 
input[type=text]:focus:not([readonly])+label, 
input[type=password]:focus:not([readonly])+label, 
input[type=email]:focus:not([readonly])+label, 
input[type=url]:focus:not([readonly])+label, 
input[type=time]:focus:not([readonly])+label, 
input[type=date]:focus:not([readonly])+label, 
input[type=datetime]:focus:not([readonly])+label, 
input[type=datetime-local]:focus:not([readonly])+label, 
input[type=tel]:focus:not([readonly])+label, 
input[type=number]:focus:not([readonly])+label, 
input[type=search]:focus:not([readonly])+label, 
textarea.materialize-textarea:focus:not([readonly])+label{ 
  opacity: 0; color: #fff;
} */

/*input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid*/
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){ box-shadow: none; border-bottom:1px solid #000;}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after{ background-color:#e51020;}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after{ border: 2px solid #e51020;}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label{padding-left: 25px;}


#footerPromo{width:100%; height:100%; display: none}
#footerPromo .row{ height:100%;}
#footerPromo .row > .col { height: 100%;}

#promoLeft{ width:70%; margin:20px auto 6px auto;}
#promoLeft img{width:260px; margin:0 auto;}
#promoLeft ul li{ margin-bottom:1rem; color: #9498A1; cursor:pointer;
transition: color .5s ease-in-out;
-webkit-transition: color .5s ease-in-out;
-moz-transition: color .5s ease-in-out;
-o-transition: color .5s ease-in-out;
}

#promoLeft ul li:hover{color:#e51020;}

.promoText { height: 80%; width: 60%; margin: 3% 0 3% 40%; overflow-y: scroll; padding: 1rem;}
.promoText::-webkit-scrollbar-track{ border-radius: 10px; background-color:#EEEEEE;}
.promoText::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5;}
.promoText::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#BDBDBD;}


#contLegalPromos { height:500px; width: 90%; overflow-y: scroll; padding: 1rem;}
#contLegalPromos::-webkit-scrollbar-track{ border-radius: 10px; background-color:#EEEEEE;}
#contLegalPromos::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5;}
#contLegalPromos::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#BDBDBD;}

/*******************************************************/

#allPromos{ /*background-image: url(../img/backPromo.png);*/ background-position: top right; background-repeat:no-repeat; background-size:auto 100%; margin-top:80px; position:relative;}
#allPromos .row{height:100%;}
#allPromos .row .col{height:100%;}

.backPromo{height:100%; width:100%; }
#formPromo .formSide{ width: 70%; margin: 0 auto;}
#formPromo .formLimit{ overflow:hidden; height: auto;}

#submitPromo{width: 150px; margin: 1rem auto 0 auto; padding: .2rem;}
#submitPromo.allBaseBottoms.disableForm{cursor:default;  border:1px solid #9e9e9e; margin-top: 1rem;}
#submitPromo.allBaseBottoms.disableForm a{ cursor:default; color:#9e9e9e;}
#submitPromo.allBaseBottoms.disableForm:hover{ background-color: #fff;}

.footerText{ position: absolute; bottom:1rem; left:4%; width:50%; font-size: 12px; color: #9e9e9e;}
.footerText a{ color: #e51020;}

.diaCareer{ background-image: url(../img/CareerBg.png); background-position: top left; background-size: cover;}

.carrerStaticText{ width: 60%; margin: 2% 0 0 2%;}
.carrerStaticText img{ width: 260px; margin: 0 auto 2rem auto;    display: block;}

#mainFooter h2{color:#e51020; font-family: 'SourceSansPro-bold', sans-serif; font-size: 20px; margin: .15rem 0;}
#mainFooter #footerCareer p{ line-height: 16px; margin-top: .3rem;}
#mainFooter #footerCareer p span{font-family: 'SourceSansPro-Semibold', sans-serif;}

#careersSpace{ width:100%; height:550px; overflow:hidden; max-width: 420px; margin: 0 auto 0 0; padding-top: 2rem; position: relative; }

#footerCareer #careersSpace .row {height: auto;}
#footerCareer #careersSpace .row .col {height: auto;}

#careersSpace .select-wrapper input.select-dropdown{ margin-bottom:1px;}

#scrollCareer{ width: 100%; height:300px; margin-top:2rem; overflow-y: scroll;}
#scrollCareer::-webkit-scrollbar-track{ border-radius: 10px; background-color:#EEEEEE;}
#scrollCareer::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5;}
#scrollCareer::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#BDBDBD;}

#scrollCareer ul{ margin: 0;}
#scrollCareer ul li{ cursor: pointer;}
#scrollCareer ul li h6{ margin:0; color:#e51020; text-decoration: underline;font-family: 'SourceSansPro-Semibold' }
#scrollCareer ul li p{ font-size: 16px; line-height: 18px;}

.selectArea{ height: 130px; }
#mainFooter p.nofound{ color:#e51020; font-family: 'SourceSansPro-Semibold'}


#careerDescription{ position: absolute; width:100%; height: 100%; top: 0; background-color:#fff; z-index: 10; top: 100%; overflow-y: scroll; padding-right: 1rem; padding-top:1rem;}
#careerDescription::-webkit-scrollbar-track{ border-radius: 10px; background-color:#EEEEEE;}
#careerDescription::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5;}
#careerDescription::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#BDBDBD;}

#careerDescription h5{font-size: 21px; text-transform: uppercase; font-family: 'SourceSansPro-Bold', sans-serif; color: #616161;}
#careerDescription h4{font-size: 21px; text-transform: uppercase; font-family: 'SourceSansPro-Bold', sans-serif; color: #e51020;}
#careerDescription ul li{ list-style: disc; margin-left: 16px; color: #919191; line-height: 16px;}

#careerDescription .careerBtts{ width: 40%; float: left; margin-left: 12px; }
.bttSection{ margin:2rem auto; overflow: hidden;}
#careersSpace .dropdown-content li{text-transform: uppercase;}


/* New Styles */
#contactTextCont.lytecoupons,
.lytecoupons #formCoupon{ background-color: transparent; background-image:none;}
#contactTextCont.lytecoupons{ margin-top: 40px;}
.lytecoupons .couponBottles{ float: left; width:200px; height: inherit;}
.lytecoupons .formSideCoupon{ width:70%;}
.lytecoupons .couponBottles{ position: inherit; margin:0; top:auto;}
.lytecoupons .rightsideProduct{ margin-top: 50px; float: left; width:250px; z-index: 10; position: relative; margin-left: 80px;}
.lytecoupons .rightsideProduct .bodyarmorHeading{ display: inline-block;}
.lytecoupons .rightsideProduct .bodyarmorHeading img{ max-height:50px;}
.lytecoupons .rightsideProduct ul{ list-style: none; padding: 0; margin: 20px 0 0;}
.lytecoupons .rightsideProduct ul li{ list-style: none; padding: 0; margin: 0 0 15px; text-align: left; width: 100%; float: left;}
.lytecoupons .rightsideProduct ul li i{ width: 61px; height: 61px; float: left;}
.lytecoupons .rightsideProduct ul li span{ margin-left: 10px; line-height: 1.5; padding: 10px 0;float: left; font-weight: bold;}
.lytecoupons .rightsideProduct ul li p{ margin-left: 10px; line-height: 1.5; padding: 0;float: left; font-weight: bold;}
.bdicons{ width: 61px; height: 61px; border-radius: 50%;background-size: 61px auto; background-position: 0 0; background-repeat: no-repeat; float: left;}
.bdicons.calores{ background-image: url(../img/calores.png);}
.bdicons.natural-flavor{ background-image: url(../img/natural-flavor.png);}
.bdicons.electrolytes{ background-image: url(../img/electro-lyte.png);}
.bdicons.coco-water{ background-image: url(../img/coco-water.png);}

.new-slider{ padding: 50px 0;}
.new-slider img{ max-height: 500px; width: auto !important;}
#mainCarousel .car_slide02_title.title_new_slider3{ display: block; clear: both; text-align: center; width: 300px;}
#mainCarousel .car_slide02_hardePic.slide_new_slider3{display: block; clear: both; text-align: center; width: 300px;}
#mainCarousel .new_slider3{ text-align: center;}
#mainCarousel .video_slider3{ margin-top: 20px !important;text-align: left; padding-left:5%}
#mainCarousel .video_slider3 .slideVideoBox {width: 100% !important; max-width: 640px; margin: 50px auto !important; min-height: 440px;}

/*#scrollCareerScroll{ width:300px; height: 400px;}*/
@media only screen and (min-width: 600px){
    /*.faqContent .col article{ min-height:172px;}*/
    .drag-target{ display: none;}
    .answContent{ top:36px;}
}
/* SPECIAL SIZE */
@media only screen and (min-width:600px) and (max-width:742px){
    .col-4{ display:none;}
    #instafeed .socialCol{width: calc(33.3% - 4px);}
    #huddleMenu{ width:568px;}
    #huddleMenu li{width: 178px;}
    #huddleMenu li:nth-child(2) {margin-right: 6px; margin-left: 6px;}
    /*.masterBottle .bottleCont{right: 90%;}*/
    .titleTexPin{margin-left: -28px;}
    .titleTexPin h6 {width: 246px;}
    .allBaseBottoms.bottleFlavor{bottom: 40px;}
}

@media only screen and (max-width:800px){
    .masterBottle .bottleCont{ width:176px; height:400px; right: 88%; top:calc(50% - 200px);}
}

@media only screen and (max-width:1170px){
    .theAthlete{ height: 260px; left: -36px;}
  /*New Styles Coupons*/
  .lytecoupons .couponBottles {width:150px;}
}

@media only screen and (min-width:1360px){
    .theAthlete{left: -66px;}
  /*New Styles Coupons*/
  .lytecoupons .couponBottles {width:300px;}
}

@media only screen and (min-width:1520px){
    /*.masterBottle .bottleCont{ width:176px; height:400px; right: 88%; top:calc(50% - 200px);}*/

    .tableFacts {width: 450px; margin:2rem 0 0 3rem; }
}

#mainCarousel .slide_maddie .slide-overlays { position: relative;}
#mainCarousel .slide_maddie .slide-overlays img.resize-slide { width: auto; max-height: 540px; top: 0;}
#mainCarousel .slide_maddie .slide-overlays .video_slider4 { position: absolute; z-index: 3; padding-top: 25px; right: -4%; top: 0;}
@media only screen and (max-width:1260px){
    #locaCont {width: 350px;}
    #mapContainer .minimapBox{right: 5%; width: 400px; height: 390px;}
    #mapContainer .minimapBox #mapa{ height: 300px;}
  #mainCarousel .car_slide02_title.title_new_slider3{ width: 300px;}
  #mainCarousel .car_slide02_hardePic.slide_new_slider3{width: 300px;}
  #mainCarousel .video_slider3 .slideVideoBox { max-width: 600px; min-height: 400px;}
    #mainCarousel .slide_maddie .slide-overlays img.resize-slide { min-height: 470px; top: 0;}
    #mainCarousel .slide_maddie .slide-overlays .video_slider4 { width: 53%; }
}

/* MAX TABLETS */
@media only screen and (max-width: 992px){

    #new{ height: 820px;}
    #logoTop{display: block;  width: 110px; height: 30px; margin:0 auto; float: none;}
    #leftnav{ width: 100%; float: none;}
    #manifest, #huddle, #faq, #findUs{height:830px;}

    #manifest{margin-top: 46px;}
    #lineUpSport{margin-top: 46px;}

    #headerContent{ height: 46px;}

    .CarouselBack { background-position: center top;}
    #CaWater{background-image: url(../img/index_A-mobile.jpg);}
    #CaLyte{background-image: url(../img/index_B-mobile.jpg);}
    #CaSport{background-image: url(../img/index_C-mobile.jpg);}

    .bottleImg img{ width:70% !important; max-width: 300px;}

    .findBottom { bottom:15%;}

    #bottle-main .contElements{width: 66%;}
    .masterBottle .bottleCont li{ background-size: 176px;}
    .masterBottle .bottleCont{ width:176px; height:400px; right: 76%; top:calc(50% - 200px);}
    #bottle-main ul.bulletsWhoWeAre { overflow:none; height: auto;}
    #bottle-main ul.bulletsWhoWeAre li{ float: none; width: calc(100% - 32px); font-size:12px; line-height: 14px;}
    #bottle-main ul.bulletsWhoWeAre.centerWater li {width: calc(100% - 32px);}

    .titleTexPin { width: 75%; max-width: 320px;}
    .titleTexPin p { font-size: 16px; line-height: 20px;}
    .titleTexPin h6 { width: 280px;}
    .slide img { display: block; width: 100vw; height: 100vh; object-fit: cover;}

    .allBaseBottoms.bottleFlavor{left: -207px;}

    #mobileSport{height: 830px;}
    #mobileLyte{height: 490px;}
    #mobileWater{height: 490px;}

    #optionsLyte{margin: 5% auto 5% auto; position: relative; width: 320px; height: 336px;}
    #optionsLyte li{ position:relative; width:23%; float: left; height: 100%;}

    #optionsLyte li img{ position: absolute; top: 0; height:100%;}
    #optionsLyte li:first-child img{ /*right: -25px;*/}
    #optionsLyte li:last-child img{ /*left: -25px;*/ }

    #optionsSport{margin:10% auto 5% auto; position: relative; width: 490px; height: 614px; /*background-image:url(../img/lineupBg.jpg); background-size:580px; background-repeat:no-repeat; background-position: left top;*/}
    #optionsSport li{ width:15%; float:left; height:320px; position:relative;}
    #optionsSport li img.bottle{ width:127%; position: absolute; top: 0;}
    #optionsSport li img.triTrans{ width: 100%; position: absolute; z-index: 10; bottom: 0; right: -11px;}
    #optionsSport li.lastbottle img.triTrans{right: -17px;}

    #showproduct, #showproductLyte, #showproductWater { width:100%; height:100%; background-image: url(../img/productMobile.png); background-position: top center; background-size: cover; position:absolute; top:0; left:0; background-repeat: no-repeat;}

    #productMobileList{ width: 100%;  position: absolute; bottom:0; padding-top: 4px; background-color: #fff; border-top: 1px solid #eee; max-height:100px; }
    #productMobileList ul{ width: 100%; max-width:400px; height:100%; left:0; right:0; margin:0 auto; overflow: hidden; }
    #productMobileList ul li{ width:9%; float:left;}
    #productMobileList ul li img{ width:100%; cursor:pointer;}

    .mobile-product-title{ height:40px; margin:0; position: absolute; top:30px; left:20px;}
    .mobile-product-table{width:138px; position: absolute; top:84px; left:20px; opacity: 0;}
    .mobile-product-bottle{width:124px; position: absolute; top:48px; right:2px;}
    .mobile-product-items{width:150px; height:290px; position: absolute; top:84px; left:20px; z-index: 10; text-align: left; font-size: 13px; line-height: 17px;}

    .mobile-product-title img{ height:100%; width: auto !important;}
    .mobile-product-table img{width:100%;}
    .mobile-product-bottle img{width:100%;}

     p.availableMobile{font-size: 11px !important; line-height: 14px; text-align: right; margin-right: 4px;}
     p.availableMobile.lyteMarg{margin-right: 40px;}

    .closeItemMobile{width:18px; height:18px; position:absolute; top:12px; right:14px; background-image: url(../img/closePost.png); z-index:20; background-size:cover; background-repeat:no-repeat; background-position:center; cursor:pointer;}

    #showproduct .carousel.carousel-slider{height:400px;}
    .caro-product-mobile{ width: 320px; height:100%; min-height:400px !important; position: relative; margin: 0 auto;}
    .div.carousel.carousel-slider.center.initialized{min-height: 400px;}
    #showproduct .indicators, #showproductLyte .indicators { display:none;}

      #productMobileList ul li#miniBott-1{ /* display:none; */}

    .bttmobile{background-color: #e51020; width: 70%; padding: 0.25rem; margin: 2rem auto;}
    .bttmobile a{ color:#fff;}

    #contTeam{ width: 320px; display:none}
    .logoTeam{ width: 70%; height: 40px; background-size: contain;}

    #mobileTeam{ /*width:100%; height: auto;*/ width: 94%; height: auto; margin: 15% auto 0 auto;}
    #mobileTeam h5{line-height: 15px; font-size: 16px; color: #919191; text-align: center; margin-top: 58px; }
    #mobileTeam img{width: 100%;}
    #mobileTeam ul{ margin:0; width: 100%; height:84%; position: absolute; top:10%; left: 0;}
    #mobileTeam ul li{ width: 16.6%; float: left; height:30%; }
    .learBttn{bottom: 36px; left: -16px; font-size: 11px; line-height: 12px; padding-right: 14px; width: 70px;}
    /*
    .breakMobile{position: relative; width: 100%; height: 150px;}
    .theAthlete{ height: }
    */

    #mapContainer .minimapBox{height: 100%; width: 85%; top: 0; right: 0;}
    #mapContainer .minimapBox #mapa{ border: none; height: 100%; width: 100%;}

    #locaCont{ top: 0;}
    #headerLocationMobile{width: 100%; background-color: #fff; border-bottom: solid 1px #ccc; position: absolute; z-index: 70; padding: .2rem 0;}
    .logoLocation{width: 100%; background-size: 180px;height: 40px;}
    #headerLocationMobile h6{margin: 3px auto; font-family: "SourceSansPro-Regular"; font-size: 14px; }
    #findUs .standDiagCont {right:22%; left: auto;}
    #footerSections{ margin-top:46px; height: calc(100% - 46px); position: relative; display: none;}
    #formContact{ background-image: none;}

    .formLimit{overflow-y: hidden; height: 850px;}

    .formSide { width: 80%; margin: 0 auto;}

    .athleteNameDiag{ left: 100%; width:100%; box-shadow:none; padding:0;
    transform: skew(0);
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -o-transform: skew(0);
    }


    .atheMobileBottms{ height:30px; width: 106%; left: -3%; position: absolute; bottom: -30px; overflow: hidden;  z-index: 20;}

    .basic_mobileNextAthelt{display: block; height: 100%; width:50%; float: left; background-color:#fff; color: #e51020;
    text-align: center;
    border: 1px solid #e51020;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    }
    #mobileNextAthelt span{ display: block; line-height: 30px}

    .contentAthleName{margin-top:0; height: 84px; width:100%;}
    .contentAthleName article{height: 60px; width: auto;}
    .contentAthleName h5{margin: 0 auto 0 auto; height: 100%; width: 100%; text-align: center;}
    .contentAthleName h5 img{height: 100%; width: auto;}
    .contentAthleName p{margin: .3rem 0 0 0; font-size: 16px;}
    .completeAthle{left: 100%; width: 100%; height:calc(100% - 114px); margin-top: 84px;}
    .completeAthle .bottTriangle{ display: none;}
    .completeAthle .halfMeet, .completeAthle .fullMeet, .completeAthle .accomplish, .completeAthle .numbers, .completeAthle .obsession{ width: 50%; }
    .completeAthle .halfMeet, .completeAthle .fullMeet,.completeAthle .obsession{ right:50%;}
    .obsession section iframe{display: none;}
    #bigAthl-01 .halfMeet.redOver, #bigAthl-01 .fullMeet.redOver{ background-image:none; background-color: rgba(229, 16, 32, 0.78);}
    #bigAthl-01 .bottTriangle.redOver{ opacity:0;}
    .halfMeet section{right: 0; left: 0; top: 20px; width: 90%; margin: 0 auto;}
    .fullMeet section{width: 90%; top: 20px;}
    .completeAthle section p{line-height: 15px; font-size: 12px;}
    .completeAthle section ul{ width:95%;}
    .completeAthle section li{line-height: 15px; font-size: 12px; margin-left: 18px;}
    .completeAthle section h4{font-size: 15px; margin:8px 0 8px 0; font-family:"Brandon_black";}
    .completeAthle .obsession section h4{margin:8px 0 6px 0; }
    .completeAthle .obsession section p{ font-size: 12px !important;}

    .accomplish section{width: 70%; min-width: 162px; margin: 0 auto; left: 0; right: 0;}
    .numbers section{ width: 80%;}
    #promoLeft {width: 90%;}

    #findUs{ margin-top: 1rem;}

    #scrollCareer{ overflow-y: auto;}
    #footerCareer .row .col{ padding: 0 .75rem;}

    input.select-dropdown {
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        -o-user-select:none;
        user-select:none;
    }

    #allPromos{ margin-top: 46px; background-image: none; height: 100%;}
    .footerText { position: relative; bottom: 0; left: 0; width: 90%; margin: 0 auto 1rem auto;}
    #allPromos > .row { height: 510px;}
    #formPromo .formSide { width: 90%;}
  .lytecoupons .formSideCoupon { width: 100%;}
}


/* MAX PHONES */
@media only screen and (max-width: 600px){

    #new{ height: 480px;}
    .pinsCont{ background-size: 50px;}

    #manifest, #faq{height:530px;}
    #huddle{height:610px;}
    #findUs{height:auto;}
    #snapCard{ background-image: url(../img/snapchat_mobile.png); width:280px; height:319px; top:calc(50% - 159px) }

    /*.CarouselBack { background-size: contain;}*/

    #logoHuddle{ width: 300px; height: 52px; margin-bottom: 1.5rem; position: relative; padding-bottom: 18px;}
    #logoHuddle p{ top: 46px;}
    #huddle{background-image:none; padding:1rem 0;}

    #contMenuHuddle{width:100%;overflow: hidden;}
    #huddleMenu{width: calc(100% + 38px); margin-left: -18px; margin-bottom:0; }
    #huddleMenu li{width:33.3%; height: 43px;
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    }
    #huddleMenu li:nth-child(2){margin:0;}
    #huddleMenu li a{width: 76px; line-height: 14px; margin:0 auto;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    }
    #huddleMenu li:first-child{padding: 14px 0;}

    #socialPots{margin:0; height: 456px;}

    #instafeed li{ height: 110px; }

    #overL{padding-top: 40px;}
    .imagePreview{height: 470px;}
    .imagePreview .postImg{ width: 100%; height: 150px; float: none;}
    .imagePreview .postImg img{width:100%; height:auto;}
    .whiteSide { height: auto;}
    .postSend #postLikeBttm{margin-right: 8px;}

    .postContent #postMore {height: 110px;}


    .whiteSide{width:100%}

    /*#instafeed .socialCol{width: calc(50% - 2px); margin:0 2 2 0;}*/

    #instafeed .col-1 { width: calc(50% - 2px); margin:0 2px 2px 0;}
    #instafeed .col-2 { width: calc(50% - 2px); margin:0 0 2px 2px;}

    #instafeed .col-1 li:last-child{ height:110px;}
    #instafeed .col-1 li:first-child{ height:224px;}
    #instafeed .col-2 li:last-child{ height:224px;}

    .labelTypes{ position:absolute; width:100%; height: 36px; top: calc(100% - 36px); overflow:hidden;}
    .labelTypes ul { height:100%; width: calc(100% + 20px); margin:0 0 0 -10px;}
    .labelTypes ul li{ height:100%; width:50%; float:left;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    }

    .labelTypes ul li a{ width:100%; word-break:normal; float:none; margin:6px 0 0 0px; letter-spacing:1px; text-align:center;
    transform: skewY(25deg);
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    }

    #bottle-main .mainBtlBtn { width: 132px; }
    #bottle-main .mainBtlBtn a{ font-size:11px; }
    #bottle-main .bot-mainText p{font-size: 11px; line-height: 13px;}
    #bottle-main .contElements{ width:92%; }

    .labelTypes{ left:0; top:100%; opacity:0;}
    #bottle-main .contElements{ margin: -30% auto 0 auto; }
    .masterBottle .bottleCont{ right: 156%; width:132px; height:300px; top:calc(50% - 150px);}
    .masterBottle .bottleCont li{ background-size:132px;}

    .ContAllPins{ width: 180%; right: -144%;}
    .titleTexPin{ max-width: 224px;}
    .titleTexPin p {font-size: 13px;line-height: 14px;}
    .titleTexPin h6 {width: 160px;}

    .slide img{height: 90vh;}

    #mainSlideBottle{ overflow:visible;}
    .allBaseBottoms.bottleFlavor{left:-386px;}
    /*
    #logoInformed{position: relative; z-index: 56; width: 240px; height: 58px; margin: 1rem auto;}
    .standDiagCont{ position: relative; right: 0;}
    .answContent {
    width: 100%;
    position: relative;
    left: 0;
    top: 10px;
}
    #backLayer{right: 0; min-width: 100px; padding-right: 0;}*/

    .faqGrey{display:none;}
    .limitFaq{ background-image: none; background-color: #F3F3F3;}

    #logoInformed{width: 167px; height: 40px; background-size: contain;}
    #logoInformed p{ display: none;}

    #contMenuFAQs {width: 100%; overflow: hidden; }
    #FAQsMenu { width: calc(100% + 38px); margin-left: -23px; margin-bottom: 0; }
    #FAQsMenu.threeSec li:nth-child(2) { margin: 0;}
    #FAQsMenu.twoSec li:nth-child(2) { margin: 0;}
    #FAQsMenu li { width: 33.3%; height: 43px; padding: 14px 0;
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    }

    #FAQsMenu.threeSec li { width: 33.3%;}
    #FAQsMenu.twoSec li { width: 50%;}

    #contMenuFAQs li a { width: 76px; line-height: 14px; margin: 0 auto;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    }

    #backLayer{ width:100%; min-width: 0;}
    .answContent{ width:100%; left:0;}

    #questions{ margin: 0 auto .5rem .8rem; max-width:205px; font-size: 14px; line-height: 18px; font-size: 12px; line-height: 14px;}
    #questions .answList li { margin-bottom:.8rem;}
    .DiagCont{ background-color:rgba(243, 243, 243, 0);}
    .DiagCont::before{right: -66px;}
    .threeBottles{ display:none;}
    .cardAnsA, .cardAnsB{ right: 0; min-width: 0; padding-right: 0; opacity:0;}
    .cardAnsA .DiagCont::before, .cardAnsB .DiagCont::before{ display:none;}
    .answersText{right: 0; text-align: right; margin-top: 0; margin-right: 16px; bottom: 14px; width: 40%; min-height: 236px; font-size: 13px; line-height: 16px; top: auto;}

    #questionBottle{ position: absolute; bottom:10px; left: 10px; width:80px; height:99px; background-image: url(../img/FaqsBottles.png); background-position: center; background-size: cover; background-repeat: no-repeat; }

    #mobileSport{height: 530px;}
    #mobileLyte{height: 420px;}
    #mobileWater{height: 440px;}

    #optionsLyte{margin: 38px auto 5% auto; position: relative; width: 320px; height: 280px;}
    #optionsLyte li:first-child img { /*right: -20px; */}
    #optionsLyte li:last-child img { /*left: -20px;*/}

    #optionsSport{ text-align: center; margin: 5% auto 5% auto; width:310px; height:400px; background-size: 360px;}
    #optionsSport li{ width:15%; height:206px; float: none; display: inline-block;text-align: left;}
    #optionsSport li img.bottle{ width:127%;}
  #optionsSport li img.bigimageko{ width:142%;}
  #optionsSport li img.secondlinepadding{ padding-top:30%; }

    #optionsSport li img.triTrans{ right: -7px;}
    #optionsSport li.lastbottle img.triTrans{ right: -11px;}

    #manifestText{ width: 90%; height: 94%; position: relative; }
    #manifestText p {font-size: 16px; line-height: 20px;}
    #manifestTittle { margin: 0;}
    #manifestBottles { /*width: 80px; position: absolute; left:5%; bottom: 0;*/ display: none;}
    #athletesManifest{margin: 0 auto; left: 0; right: 0; width: 50%;}

    #findUs .standDiagCont{right:10%; left: auto; padding-right: 500px; height: 580px}
    .limitFindUs{ height: 580px; background-size: auto 580px; background-position: top center;overflow:hidden;}
    #locaCont{top: 310px; width: 240px; left:2%; height: 264px;}
    #locaCont .formCont { width: 50%; overflow: hidden; margin-left: 10px; }
    #mapContainer{ top: 580px; left:0; height:400px; opacity: 1;}
    #mapContainer .minimapBox{width: 100%;}
    .formSide { width: 100%; margin: 0 auto;}


    .miniFooter section{ float: right; height:20px;}
    .miniFooter section:first-child{ width:100%; padding-left:20px;}
    .miniFooter section:last-child{ width:100%;}

    .miniFooter section p, .miniFooter section a{ line-height: 20px; text-align: center;}

    .formLimit{/*height: 350px;*/ overflow-x: hidden;}
    #footerSections { height: calc(100% - 84px);}
    .legalText{ width: 100%; margin: 10% auto 0 auto;}

    #footerPromo .row > .col{ height:50%;}
    #footerPromo .diaBackg { background: none;}
    #footerPromo .promoText{width: 100%; margin: 0;}
    #mainFooter h2{font-size: 20px;}
    #mainFooter p { font-size: 12px; line-height: 14px; }
    #fillSpace{ margin: 0; /*display: none;*/ bottom: 35%;}

    #findResult{height: 200px; width: 100%; margin-top:24px; margin-bottom: 0;}
    #findResult ol{ padding-left: 25px;}
    #findResult ol li{ font-size: 12px;}

    .imageTwitter{top:8%; width: 300px; margin: 0 auto; box-shadow:4px 4px 20px #888888; box-shadow:4px 4px 20px #888888; position:relative; display: none;}
    .imageFacebook{top:8%; width:300px; margin: 0 auto; box-shadow:4px 4px 20px #888888; box-shadow:4px 4px 20px #888888; position:relative; display: none; background-color: #fff;}

  #mainCarousel .car_slide01_klayPic.new-slider{ padding: 30px 0; margin-top: 30%;}
  #mainCarousel .car_slide01_klayPic.new-slider img{ max-height: 400px; width: auto !important; max-width:260px;}
}

@media only screen and (max-width: 454px){
    .DiagCont::before {right: 8px;}
    #questions{font-size: 11px; line-height: 13px;}
    #questions .answList li:nth-child(3){ max-width:200px;}
    #questions .answList li:nth-child(4){ max-width: 160px;}
    #questions .answList li:nth-child(5){ max-width: 150px;}
    #questions .answList li:nth-child(6){ max-width: 130px;}
    #questions .answList li:nth-child(n+7){ max-width: 115px;}
    .answersText{width: 37%; min-height: 136px; font-size: 11px; line-height: 14px;}
    .answersText img{width: 90px;}
}


@font-face {
  font-family: "SourceSansPro-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/SourceSansPro-Regular.woff") format("woff"),
  url("../fonts/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family:"SourceSansPro-semiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/SourceSansPro-Semibold.woff") format("woff"),
  url("../fonts/SourceSansPro-Semibold.ttf") format("truetype"); }

@font-face {
  font-family:"SourceSansPro-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/SourceSansPro-Bold.woff") format("woff"),
  url("../fonts/SourceSansPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family:"SourceSansPro-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"),
  url("../fonts/SourceSansPro-Light.woff") format("woff"),
  url("../fonts/SourceSansPro-Light.ttf") format("truetype"); }

@font-face {
  font-family:"Brandon_bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon_bld.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Brandon_bld.woff") format("woff"),
  url("../fonts/Brandon_bld.ttf") format("truetype"); }

@font-face {
  font-family:"Brandon_black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon_blk.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Brandon_blk.woff") format("woff"),
  url("../fonts/Brandon_blk.ttf") format("truetype"); }

@font-face {
  font-family:"Helvetica";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HelveticaNeueMed.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelveticaNeueMed.woff") format("woff"),
  url("../fonts/HelveticaNeueMed.ttf") format("truetype"); }


body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: 'SourceSansPro-regular', sans-serif;
  font-size: 1em;
  line-height: 1.5; }



#videoIntro{ width: 100%; min-height: 606px; max-height:606px; height:100%; position: relative; margin:0px auto 0 auto; background-color:#080809; overflow: hidden}
#exploreMore{ position: absolute; margin: 0 auto; left: 0; right: 0; width:70px; bottom: 3rem; cursor: pointer; z-index: 10; display:none;}
#exploreMore img{ width: 100%;}

#endImage{ width:100%; min-height: 606px; height:100%; position: relative;}
.blackBack{ width:50%; height:100%; background-color:#000; float: left; min-height: 606px;}
.redBack{ width:50%; height:100%; background-color:#DA2128; float: left; min-height: 606px;}
#comparation{ position: absolute; top:calc(50% - 236px); margin:0 auto; left:0; right: 0; background-image:url(../img/endcard_desk.png); width:780px; height:460px; background-position: center; background-size: cover; background-repeat: no-repeat;}

#mainImage{width: 100%; min-height: 606px; height:100%; background-image: url(../img/bgManifest.png); background-size: cover;background-color: #080809; position: relative; display: none;}
#mainImage .row{height: 100%; margin-bottom: 0;}
#mainImage .row .col{ height: 100%;}

.creditsText{ color:#fff; padding: 6% 0 0 10%; font-size:22px; font-family:"SourceSansPro-Light";}
.creditsText h6{font-family:"SourceSansPro-semiBold"; font-size: 22px; margin: 0;}
.creditsText img{ width: 84%;}

.creditBttl{max-width: 206px; width: 44%; height: auto; margin-top: 20%; min-width: 168px;}
.creditBttl img{ width: 100%;}

ul.firstCredits{ overflow: hidden;}
ul.firstCredits li:first-child{font-family:"SourceSansPro-semiBold"; font-size: 22px; margin: 0;}
ul.firstCredits li{ float: left;}
ul.firstCredits li span{ opacity: 0;}

#mainCarousel{ width: 100%; min-height: 620px; max-height:620px; height:100%; position: relative; margin:80px auto 0 auto; background-color:#080809; overflow: hidden}
#mainCarousel .carousel.carousel-slider{ min-height: 620px !important; max-height: 620px !important; height: 100% !important; }
.simpleGray{ background-image: url(../img/Desktop_BackCarousel.jpg); background-size:cover; background-position: center; background-repeat: no-repeat;}
.youngGray{ background-image: url(../img/Desktop_BackCarousel_youngs.jpg); background-size:cover; background-position: center; background-repeat: no-repeat;}

#mainCarousel .car_slide01_james h1{font-family: "Brandon_bold"; color:#fff; font-size: 31px; text-align: right; margin:12px 0 4px 0;}
#mainCarousel .car_slide01_title{ width: 300px; float: right; display: none;}
#mainCarousel .car_slide01_title img{width: 100%;}
#mainCarousel .car_slide02_created{ float: right; margin-right: 20px;}
#mainCarousel .car_slide02_created h3{font-family: "Brandon_bold"; color:#fff; font-size:16px; text-align: right; margin:0px 20px 4px 0; color:#d92002;}
#mainCarousel .car_slide01_hardePic{float: right; width: 342px; margin-top: 1rem;}
#mainCarousel .car_slide01_skylarPic{float: right; width: 322px; margin-top: 1rem; position: relative;}
#mainCarousel .largeTitle{ width:70%; max-width:1000px; margin:36px auto 0 auto;}
#mainCarousel .mediumTitle{ width: 60%; max-width: 530px; margin: 28px auto 0 auto;}
#mainCarousel .nameSkylar{ margin:0 110px 0px auto; position: absolute; z-index: 20; left: 0; right:0; bottom: 50px; width: 150px;}
#mainCarousel .nameSkylar img{ width: 100%;}
#mainCarousel .nameSkylar h1{font-family: "Brandon_bold"; color:#fff; font-size:16px; text-align: center; margin: 0 auto;}


#mainCarousel .car_slide01_klayPic{/*width: 95%; margin: 5% auto; max-width: 1200px; position: relative; /*float: right; width: 450px; margin-top:1.5rem; margin-left: 62px; position: relative;*/}
#mainCarousel .car_slide01_DezPic{float: right; width: 360px; margin-top: 0rem; margin-left: 62px; position: relative;}

#mainCarousel .whiBottle{ /*background-image: url(../img/BottleKlay.png);*/ background-position:right 50px; background-repeat: no-repeat; background-size:130px;}

.ufcspace{ height: 60px; }

#mainCarousel .limitCarousel{ max-width: 1700px;}

#mainCarousel .car_slide02_title{ width: 300px; float: right; margin-top:40px; margin-right: 30px;}
#mainCarousel .car_slide02_hardePic{float: right;width: 394px; margin-top:30px;}
#mainCarousel .car_slide02_created{ float: right; margin-right: 20px;}
#mainCarousel .car_slide02_created h3{font-family: "Brandon_bold"; color:#fff; font-size:16px; text-align: right; margin:0px 20px 4px 0; color:#d92002;}

.youngsBack{width:100%; height: 100%; background-image: url(../img/slide03Youngs.png); background-position: center bottom; background-size:contain; background-repeat: no-repeat;}

.carouselControls{ position: absolute; top:calc(50% - 9px); z-index: 20; width: 18px; height:44px; cursor: pointer;}
.carouselControls img{ width: 100%;}
#prevSlide{left:12px;}
#nextSlide{ right:12px;}

#enternow{ width: 250px; position: absolute; bottom: 74px; left: 0; right: 0; display: block; margin: 0 auto;}
#enternow img{ width: 100%;}

#player{width: 100%; min-height: 606px; height: 100%; max-height: 606px;}
.watchvideo{display: none;}
.obsession .watchvideo{display: none;}

.slideVideoBox{ width:90%; min-height:440px; height: auto; background-color:#000; margin:40px auto 0px -60px; max-width:640px;}
.playListBtn{ display: block; width: 150px; margin: 40px auto 0 auto; opacity: 0;}
.playListBtn img{ width:100%;}
#bigAthl-01 .numbers.redOver .playListBtn{ opacity: 1;}

#playListBox{ width: 540px; display: none; overflow-y: scroll; padding-right: 4px;
    height: 420px;
    position: absolute;
    margin-top: 80px;
    right: 40px;
    background-color: #000;
    z-index: 80;}

#playListBox::-webkit-scrollbar-track{ border-radius: 10px; background-color:#EEEEEE;}
#playListBox::-webkit-scrollbar{ width: 4px; background-color: #F5F5F5;}
#playListBox::-webkit-scrollbar-thumb{ border-radius: 10px; background-color:#BDBDBD;}

#closeBar{ width:99%; margin-top: 4px; }
#closeBar a{ width: 20px; display: block; float: right; cursor: pointer; margin: 4px 4px 0 0;}
#closeBar img{ width:100%;}

.mainCoupon{ min-height: 600px; height: calc(100vh - 34px);}


#formCoupon {
    background-color: #fff;
    background-image: url(../img/contactBg.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.footerCoupon{ height:calc(100% - 80px); width: 100%; margin-top: 80px;}
.footerCoupon .row{ height:100%; margin-bottom: 0;}
.footerCoupon .row .col{ height:100%}

.couponBottles{position: absolute; width: 240px; height:300px; margin: 0 auto 0 auto; left: 0; right: 0; top: calc(50% - 170px);}
.couponBottles img{ width: 100%;}
.couponForm{ overflow: auto; height:550px; overflow-x:hidden;}
.formSideCoupon{width: 50%; margin-left:3rem; position: relative;}

.formSideCoupon p.minianouce{ text-align: left; font-size: 14px; margin-bottom: 2px;}
#couponTitle { width: 300px; margin: 0 auto;}
#couponTitle img{ width: 100%;}
.formSideCoupon p{ text-align: center; color: #919191; font-size: 18px; margin: 0px 0 8px 0; line-height: 18px;}


/*************************** FACEBOOK **********************************/


#facebookTab{height:800px; width: 800px;}
.facebookCoupon{ width: 100%; height: 100%;}
.facebookCoupon .row{ height:100%; margin-bottom: 0;}
.facebookCoupon .row .col{ height:100%}

#formFacebook {
    padding: 2rem;
    background-color: #fff;
    background-image: url(../img/facebootab.png);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.formCompleteFb{width: 70%; position: relative; margin: 0 auto; zoom: 1.1;}
.formCompleteFb p.minianouce{ text-align: left;}
.formCompleteFb p{ text-align: center; color: #919191; font-size: 18px; margin: 0px 0 8px 0;}

#couponTitleFb { width:450px; margin: 2rem auto .5rem auto;}
#couponTitleFb img{ width: 100%;}

#faceLBox{ position:fixed; margin-top: 80px; height:calc(100% - 114px); width: 100%; background-color:rgba(255, 255, 255, 0.75); z-index: 90}
#faceLBox section{ width: 500px; height:245px; background-color:#fff; margin: 0 auto; top: calc(50% - 220px) ; left:0; right: 0; position: absolute; padding:0px 0px 0px 0px; box-shadow: 5px 4px 19px 0px rgba(0, 0, 0, 0.29);}
#closeFBpage{ position: absolute; width: 24px; height:24px; right:3px; top:3px; cursor: pointer; background-image: url(../img/closeWhite.png); background-size: 14px; background-position: center; background-repeat: no-repeat;}

#faceLBox h4{font-family: "Helvetica"; color:#fff; font-size: 14px; margin:.5rem 1rem; padding: .5rem 1rem; margin: 0; background-color:#6D84B4; font-weight: 700;}

@media only screen and (max-width: 992px){
    #mainCarousel .whiBottle{ background-image:none; }
    #mainImage .row{height: 50%;}
    #mainImage .row .col{ height: 50%; min-height: 210px;}
    ul.firstCredits li{ float:none;}
    ul.firstCredits li span{ opacity: 1;}
    ul.secondCredits { overflow: hidden; margin: 0;}
    ul.secondCredits li{ float: left;}
    .creditBttl{margin: 2rem auto; width: 80px; min-width: 80px;}
    #manifest{ margin-top: 0;}
    #comparation{ top:calc(50% - 180px); width:600px; height:354px; }
    #endImage{height: 400px;}
    #mainCarousel{ margin-top: 46px;}
    #player{ height: 70%; min-height: 650px;}

    #mainCarousel .car_slide01_hardePic{width: 310px; margin: 1rem auto 0 auto; float:none;}
    #mainCarousel .car_slide01_skylarPic{width: 310px; margin: 1rem auto 0 auto; float:none;}
    #mainCarousel .car_slide01_klayPic{width: 320px; margin: 1rem auto 0 auto; float:none;}
    #mainCarousel .slide_maddie .car_slide01_klayPic{width: 350px; margin: 1rem auto 0 auto; float:none;}
    #mainCarousel .car_slide01_DezPic{width: 250px; margin: 1rem auto 0 auto; float:none;}
    #mainCarousel .nameSkylar{ margin: 0px auto 0 auto; width: 120px; bottom: 36px;}
    #mainCarousel .nameSkylar h1{ font-size: 14px;}
    #mainCarousel .largeTitle{ display: none;}
    #mainCarousel .car_slide01_title{ float: none; margin:30px auto 0 auto; width: 280px; display: block;}
    #mainCarousel .car_slide01_james {    position: absolute; bottom:120px; left: 0; right: 0;}
    #mainCarousel .car_slide01_james h1{ text-align: center; font-size:18px}

    #mainCarousel .car_slide02_title{ width: 270px; float: none; margin: 30px auto 0 auto;}
    #mainCarousel .car_slide02_hardePic{float: none;width: 394px; margin: 0 auto;}

    #mainCarousel .car_slide02_created{ float: none; margin:4px auto; width: 252px}
    #mainCarousel .car_slide02_created h3{font-size:16px; text-align: right; margin:0px auto 4px 0; }
    .youngGray{ background-image: none; background-color: #000;}
    .youngsBack{ background-image: url(../img/slide03Youngs_02.jpg); background-position: center center;}
    #enternow { width: 210px;}
    .watchvideo{width: 180px; position: absolute; bottom:30px; left:0; right:0; margin:0 auto; display:block;}
    .slide_maddie .watchvideo{width: 180px; position: absolute; bottom:100px; left:0; right:0; bottom: 56px; margin:0 auto; display:block;}
    .slide_maddie .watchvideo img {cursor: pointer;}
    .obsession .watchvideo{position: absolute; display: block;
    bottom: -50px;
    width: 160px;}
    .playListBtn{ margin: 30px auto 0 auto;}
    .footerCoupon{height: calc(100% - 46px); margin-top: 46px;}
    #formCoupon{ background-image: none;}
    #couponTitle { width: 260px; margin: .5rem auto;}
    .formSideCoupon p{line-height: 19px; font-size: 16px;}
    .mainCoupon { height: 606px;}
    .formLimit.couponForm{ height: auto;}

    #faceLBox{ margin-top: 46px; height:calc(100% - 46px);}
    #faceLBox section{ width: 288px; height: 256px; margin: 0 auto; top: calc(50% - 210px) ;  padding: 0px;}
  #closeFBpage{ position: absolute; width: 24px; height:24px; right:4px; top:4px; background-size:14px; background-position:top right;}
  #faceLBox h4{font-size:13px;}
}

@media only screen and (max-width: 600px){
    .creditsText{ font-size: 16px; padding: 8% 0 0 4%;}
    .creditsText li{ line-height: 18px;}
    .creditsText h6{ font-size: 18px;}
    .creditsText img { width: 100%;}
    ul.firstCredits li:first-child{ font-size: 18px;}
    .creditBttl {margin: 2rem auto; width: 60px;  min-width: 60px; }
    #mainImage{ height: 514px; min-height: 514px; max-height: 514px; }
    #videoIntro{height: 514px; min-height: 514px; max-height: 514px;}
    #exploreMore{width: 60px;}
    #comparation{ background-image: url(../img/endcard_mobile.png); top:40px;width: 320px; height: 380px; }
    #player{ height: 50%; min-height: 450px;}
    #mainCarousel{height: 530px;    min-height: 530px;    max-height: 530px;}
    #mainCarousel .carousel.carousel-slider { min-height: 530px !important;    max-height: 530px !important;    height: 100% !important;}
    .youngsBack{ background-image: url(../img/slide03Youngs_03.jpg); background-position: bottom center; background-size: cover;}
    #mainCarousel .car_slide01_hardePic{width: 260px;}
    #mainCarousel .car_slide01_title{ width: 230px;}
    #mainCarousel .car_slide01_skylarPic{width: 220px; margin-top: 0;}
    #mainCarousel .car_slide01_klayPic{width: 260px; margin:20% auto;}

  #mainCarousel .mobile_resize_to_fit {width: 290px; margin: 3% auto;}
    #mainCarousel .slide_maddie .car_slide01_klayPic{width: 290px; margin: 3% auto;}
    #mainCarousel .car_slide01_DezPic{ width: 240px; margin: 20% auto; }
    #mainCarousel .car_slide02_hardePic{width: 300px;}
    #enternow{ bottom: 54px; left: 154px; width: 150px;}
    .obsession .watchvideo{position: absolute; display: block; bottom: -50px;  width: 110px;}
    .watchvideo{width: 150px; display:block; bottom: 56px;}
    .playListBtn{ width: 120px; margin: 10px auto 0 auto;}

    .formSideCoupon { width: 100%; margin-left: 0; position: relative;}

    .sweepStyle #allPromos{background-size: auto 130%;}
    .sweepStyle .input-field label{color: #ffffff;}
    .sweepStyle .formStyle form input, .formStyle form textarea{border: solid 1px #ffffff;}
    .sweepStyle #allPromos .row .col{ color: #fff;}

    .sweepStyle .formSide p.minianouce{color: #eeeeee;}
    .sweepStyle #submitPromo.allBaseBottoms.disableForm{border: 1px solid #eeeeee;}

    .sweepStyle #submitPromo.allBaseBottoms.disableForm a{ color: #fff;}

    .sweepStyle .footerText{color: #fff; }
    .sweepStyle #contactTitle img{ margin-top: 20px; }

    #darkPromo {width: 100%;height: 100%;background: rgba(0, 0, 0, 0.34);position: absolute; }
  #mainCarousel .car_slide02_title.title_new_slider3{ width: 250px;}
  #mainCarousel .car_slide02_hardePic.slide_new_slider3{ width: 250px;}
}

@media only screen and (min-width:1450px){
    #videoSlide01, #videoSlide03 {margin: 40px auto 0px -160px;}
  .new_slider3 #videoSlide03 { margin-left: 0 !important;}
  #mainCarousel .car_slide02_title.title_new_slider3 { width: 350px;}
  #mainCarousel .car_slide02_hardePic.slide_new_slider3 {width: 350px;}
  #mainCarousel .video_slider3 .slideVideoBox { max-width: 840px; min-height: 490px;}
}

@media only screen and (max-height:670px){
    .contNav #sideMenu > li a{ font-size: 15px; height: 38px; line-height: 38px; }
    .contNav #sideMenu li{ height: 38px; }
    .side-nav a{ height: 38px; line-height: 38px; }
    #sideMenu { height: 420px !important; }
}

.move-to-center {margin-top: 30%;}
.carousel .carousel-item img.resize-slide {width: 73%;margin-top: 25px;}



/****Added CSS****/

@font-face {
    font-family: 'american_captainregular';
    src: url('../fonts/american_captain-webfont.woff2') format('woff2'),
         url('../fonts/american_captain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedMedium.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-BlackItalic.woff2') format('woff2'),
        url('../fonts/DINPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Black.woff2') format('woff2'),
        url('../fonts/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedBlackItalic.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/DINPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedRegular.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Italic.woff2') format('woff2'),
        url('../fonts/DINPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedLight.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Light.woff2') format('woff2'),
        url('../fonts/DINPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedLightItalic.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedBoldItalic.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedBold.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro.woff2') format('woff2'),
        url('../fonts/DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedItalic.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedBlack.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-LightItalic.woff2') format('woff2'),
        url('../fonts/DINPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedMediumItalic.woff2') format('woff2'),
        url('../fonts/DINPro-CondensedMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-MediumItalic.woff2') format('woff2'),
        url('../fonts/DINPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
h1, h2, h3, h4{
    font-family: 'Robotobold', serif!important;
}

.page-content,
.entry-content{
  margin-top: 0px !important;
}

/*Button Style*/

.widget_breadcrumb_navxt .breadcrumbs span.current-item,
.widget_breadcrumb_navxt .breadcrumbs span a{
  font-size: 14px;
  font-family: 'DIN Pro';
  color: #0c0c0c;
}

.widget_breadcrumb_navxt .breadcrumbs span.current-item{
  font-weight: bold;
}

/** Homepage intro section */

.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-5df8fe2dc8f98.home-intro {
    margin-top: -80px;
}

.fl-node-5df8fe2dc8f98.home-intro > .fl-row-content-wrap {
    padding-top: 100px;
}

/** Homepage product columns */

.home .fl-col-group-equal-height .fl-col {
	min-height: 300px !important;
}

@media (max-width: 768px) {
	.fl-node-5c6681b945a9f > .fl-row-content-wrap .fl-col-small {
    max-width: 100%;
	}
	.fl-col-group.fl-node-5c6681b945a88.fl-col-group-equal-height.fl-col-group-align-top .fl-module-content.fl-node-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
	}

}

@media screen and (min-width: 768px) {

	.fl-col.fl-node-5c6681b945a8a.fl-col-small.fl-col-has-cols {
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
	}

	.fl-row.fl-row-full-width.fl-row-bg-none.fl-node-5c6681b945a9f.home-product-section {
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
	}

	.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-5c6681b945a7b.where-to-buy {
    border-bottom: 5px solid #FFF;
	}
}

/** Homepage product block */

.product-heading {
	margin-top: 24px;
	text-align: left;
}

/** Homepage product block title */

.product-heading h4 {
		letter-spacing: 2px;
    font-family: druk_wide_bold !important;
	  font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.product-heading h4.sports-drink-text {
    font-size: 14px;
		margin-top: 0;
}

.product-heading h3 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
		letter-spacing: 2px;
    font-family: druk_wide_heavy !important;
	  font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

/** Homepage product block info list */

.fl-builder-content .fl-rich-text ul.product-info {
		color: #FFF;
    margin-left: 20px;
    padding-left: 0px;
    font-family: druk_bold;
	  text-transform: uppercase;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fl-builder-content .fl-rich-text ul.product-info li {
    font-size: 20px;
    line-height: 20px;
		letter-spacing: 2px;
    margin-bottom: 6px;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

/** Homepage where to buy */

.where-to-buy {
	background-color: #000006;
}

@media screen and (max-width: 768px) {
	.fl-node-5c6681b945a7b > .fl-row-content-wrap {
		background-image: none;
	}
}

.where-to-buy h2 {
	letter-spacing: 2px;
	font-family: 'druk_wide_heavy' !important;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.where-to-buy p {
	letter-spacing: 2px;
	line-height: 1.1;
	font-family: 'druk_medium' !important;
	font-size: 48px !important;
	text-transform: uppercase;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

/** Homepage Instagram feed */

.fl-node-5c6ddf042ff94.fl-module-heading .fl-heading {
    font-family: 'druk_heavy' !important;
    letter-spacing: 2px;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

/** Homepage team bodyarmor */

@media (max-width: 992px) {
	.fl-node-5c6681b945a87.fl-row > .fl-row-content-wrap {
    padding-right: 0px;
    padding-left: 0px;
	}

}

/** Sports Drink Intro */

.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-5c673e8195836.sports-drink-intro {
    margin-top: -80px;
	margin-bottom: -100px;
}

.fl-node-5c673e8195836.sports-drink-intro > .fl-row-content-wrap {
    padding-top: 100px;
}

/** Sports Drink bottom button */

.fl-builder-content .fl-node-5df92e90f1856 a.fl-button, .fl-builder-content .fl-node-5df92e90f1856 a.fl-button:visited {
    border: 2px solid #000000 !important;
    box-shadow: none !important;
}

/** Lyte Sports Drink Intro */

.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-5c763d9391b15.lyte-sports-drink-intro {
  margin-top: -80px;
	margin-bottom: -100px;
}

.fl-node-5c763d9391b15.lyte-sports-drink-intro > .fl-row-content-wrap {
    padding-top: 100px;
}

/** SportWater Intro */

.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-5c673be1046e4.sportwater-intro {
  margin-top: -80px;
	margin-bottom: -100px;
}

.fl-node-5c673be1046e4.sportwater-intro > .fl-row-content-wrap {
    padding-top: 100px;
}

/** Athletes & Partners Intro */

.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-5c65fc198088e.athletes-partners-intro {
  margin-top: -80px;
	margin-bottom: -320px;
}

.fl-node-5c65fc198088e.athletes-partners-intro > .fl-row-content-wrap {
    padding-top: 100px;
}

.fl-module.fl-module-photo.fl-node-5df947231734b .fl-module-content {
    margin-top: 0;
}

.fl-builder-content .athlete-breadcrumbs {
    font-family: druk_bold;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
		margin-left: 20px;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fl-builder-content .athlete-breadcrumbs a,
.fl-builder-content .athlete-breadcrumbs a:visited {
	color: #FFF;
}

.athlete-archive-filters .facetwp-facet-athlete_sport,
.athlete-archive-filters .facetwp-facet-product_categories,
.product-archive-filters .facetwp-facet-athlete_sport,
.product-archive-filters .facetwp-facet-product_categories {
    border-color: #FFF;
}

.athlete-archive-filters .facetwp-radio,
.product-archive-filters .facetwp-radio {
    font-family: druk_bold;
    font-size: 30px;
    letter-spacing: 1px;
    color: #FFF;
    border-color: #FFF;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

.facetwp-facet.facetwp-facet-athlete_sport_mobile.facetwp-type-fselect .fs-label-wrap {
    background: transparent;
}

.athlete-archive-list .athlete-archive-title {
    display: none;
}

/** Team Pack Intro */

.fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-5c673e8195836.team-pack-intro {
    margin-top: -80px;
		margin-bottom: -100px;
}

.fl-node-5c673e8195836.team-pack-intro > .fl-row-content-wrap {
    padding-top: 100px;
}

/** Team Pack archive item image size */

.product-archive-list .product-archive-item.team-pack img {
    max-width: 90%;
}

/*Button*/
.btn-transparent a{
  background-color: transparent !important;
  border: 2px solid #fff !important;
  font-size: 14px;
}
.btn-transparent a:hover{
  background-color: #f5f5f524 !important;
}
.btn-block a{
    background-color: transparent !important;
    border: 2px solid #000000 !important;
    font-size: 14px;
    color: #000000;
}

.color-black a{
  border: 2px solid #000 !important;
  box-shadow: none !important;
}


.btn-block a span{
    color: #000000 !important;
}
.home-product-single a,
.home-product-single a:visited{
  border-radius: 33px;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

/*Header*/
.c-header{
  background-color: #000;
}

body.home .c-header,
body.page-id-1369 .c-header,
body.page-id-1370 .c-header,
body.page-id-1757 .c-header,
body.page-id-1758 .c-header
body.page-id-2745 .c-header {
	background-color: transparent;
	z-index: 2;
}

.c-navigation ul li a{
  color: #fff;
  font-weight: 600;
  padding: 15px 0px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.c-navigation ul li ul.sub-menu li a{
  text-transform: capitalize;
  padding: 5px 0;
}

.mainWrapper{
  margin-top: 0px !important;
}

.video-title .fl-node-content h2.fl-heading span{
  font-size: 28px;
  font-family: 'DIN Pro';
}
.video-title .fl-node-content h2.fl-heading{
  border-bottom: 1px solid #000;
  padding-bottom: 10px !important;
}
.video-section p{
  font-size: 16px;
  line-height: 20px;
  color: #0c0c0c;
}


.c-navigation ul#menu-header-menu > li:hover:after{
  content: " ";
  position: absolute;
  left: 0;
  min-width: 100%;

  z-index: 99;
  bottom: 0;
}

.c-navigation .sub-menu{
  /* position: absolute; */
  transition: all 500ms;
}
.c-navigation .sub-menu.open{
  display: block;
  transition: all 500ms;
}
.c-navigation .sub-menu li{
  z-index: 99;
}

.c-navigation .sub-menu.open{

}

.c-navigation .sub-menu.open:after,
.c-navigation .sub-menu.open:before{
  content: " ";
  background-color: #000;
  width: 100%;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 0px;
  min-width: 100vw;
  z-index: 2;
  border-top: 1px solid #b0b0b0;
  transition: all 500ms;
}
.c-navigation .sub-menu.open:after
  right: -100vw;
}
.c-navigation .sub-menu.open:before{
  left: -50vw;
}

.sub-menu.open:after,
.sub-menu.open:before{
  height: 100%;
  transition: all 500ms;
}

.c-navigation ul{
  margin: 0;
  padding: 0;
}


#huddle{
  background-color: #ff0000;
}

.hamburger-menu.cross i:before{
  content: '\f00d';
}


/*Template Content*/
.template-content-area h2{
  font-size: 45px !important;
}
.template-content-area p{
  font-size: 16px !important;
}
.template-content-area .fl-button-wrap a{
  border: 2px solid #fff !important;
  font-family: 'DIN Pro' !important;
  font-weight: 500;
}

.template-content-area.red .fl-button-wrap a{
  background: #ce2723;
}

.section-grey p{
  font-size: 16px !important;
}


.video-section-three h5{
  font-family: 'DIN Pro';
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}



/*Footer*/
.c-footer__top{
  background-color: #000000;
  padding-top: 20px;
}
.c-footer__top ul{
  margin-left: 0px;
}
.c-footer__top ul li a{
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.c-footer__top h6,
.c-footer__top ul.menu > li > a{
  text-transform: uppercase;
  font-family: 'DIN Pro';
  font-size: 14px;
  font-weight: bold;
  color: #717171;
  letter-spacing: 0.1px;
}
.c-footer__top p{
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.c-footer__bottom{
  background-color: #090909;
  text-align: center;
}
.c-footer__bottom p{
  font-family: 'DIN Pro';
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
  padding: 5px 0;
}

/** Footer copyright link */

.c-copyright a, .c-copyright a:visited {
    color: #FFF;
}

/*Social Share*/
.c-socialshare span {
  color: #fff;
  font-size: 16px;
}
.c-socialshare ul li{
  display: inline-block;
}
.c-socialshare ul li a{
  font-size: 20px;
}

.widget .gform_body .gfield_label{
  display: block !important;
}

.j-paginate.juicer-button{
  border-radius: 43px;
  padding: 16px 25px !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}


.hamburger-menu i{
  color: #fff;
  font-size: 30px;
}

.scroll-nagigation{
  display: none;
}



/*Common Heading*/
.sub-title h4 span{
  font-family: 'DIN Pro';
  font-weight: normal;
}


/*Search Section*/
.append-search-panel{
 display: none;
}
.search-link i{
 color: #fff;
 font-size: 20px;
 margin: 15px 0;
}
.c-search{
  background: #000;
  left: 0;
  position: fixed;
  min-width: 100%;
  top: 80px;
  z-index: 999;
  padding: 10px 5px 10px 40px;
}
.c-search .search-form label{
 width: 100%;
}
.c-search input[type="search"]{
 border: none;
 border-bottom: 1px solid #fff;
}

.c-search .search-form label,
.c-search input[type="search"]{
 margin-bottom: 0px !important;
}


.close-search-link{
 background-image: url(../images/cross-icon.png);
 display: inline-block;
 width: 20px;
 height: 20px;
 background-size: 100%;
 position: absolute;
 background-repeat: no-repeat;
 left: 10px;
 bottom: 14px;
 cursor: pointer;
}

.c-search input[type="search"] {
 border: none;
 border-bottom: 1px solid #fff;
 border-radius: 0px;
 font-size: 14px;
 text-transform: capitalize;
 color: #6a6a6a;
 font-weight: 400;
 letter-spacing: 0.8px;
}
.c-search input[type="search"]:focus{
 border-bottom: 1px solid #fff !important;
 color: #fff !important;
}

/*.close-search-link i{
  color: #444;
  font-size: 22px;
  position: absolute;
  left: -7px;
  top: 13px;
}*/



@media screen and (max-width: 1024px) {
  .c-navigation ul#menu-header-menu > li.current_page_item:after,
  .c-navigation ul#menu-header-menu > li:hover:after{
    display: none;
  }
  #menu-header-menu{
    padding: 0 20px;
  }
  .dropdown-nav {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }

  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h3{
        font-size: 30px !important;
    line-height: 38px !important;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h1 span{
        font-size: 51px !important;
    line-height: 50px !important;
  }
  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h2 span{
        font-size: 40px !important;
    line-height: 37px !important;
  }
  .append-search-panel{
    min-height: 45px;
  }
  .logo-section{
    text-align: center;
  }
  .c-navigation ul li ul.sub-menu {
    padding: 0px;
    position: relative;
  }

  .append-search-panel{
    background: #000;
    border-top: 1px solid #292929;
  }
  .c-search {
    background: #000;
    position: relative;
    right: auto;
    top: auto;
  }
  .append-search-panel .col-md-9{
    float: none !important;
  }
  .c-search .search-form label {
    width: 100%;
  }
  .append-search-panel .col-md-9.pull-right {
    width: 100% !important;
  }
}


/*Global Content Area*/
.body-content .fl-module-content .fl-rich-text p{
  font-size: 16px !important;
  line-height: 27px;
  color: #0c0c0c;
}
.section-heading .fl-module-content .fl-heading{
  font-size: 45px !important;
  font-weight: normal !important;
  color: #0c0c0c !important;
}

.hover-content-panel a.fl-button{
  width: 200px;
  background-color: transparent!important;
  border-radius: 43px !important;
  font-size: 16px !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}


.hover-content-panel .uabb-module-content ul li{
  width: 100%;
}


.nav-footer > ul > li > a{
  margin-top: 38px;
}

.nav-footer ul > li.menu-item{
  margin-bottom: 25px;
}

.nav-footer ul li ul.sub-menu{
  padding: 7px 0 0;

}
.nav-footer ul li ul.sub-menu li{
  margin-bottom: 2px;
}

.nav-arrow{
  display: inline-block;
  position: absolute;
  z-index: 999;
  right: 0px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.dropdown-nav{
  display: inline-block;
  display: none;
  float: right;
  z-index: 999;
  right: 0px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
#menu-header-menu .dropdown-nav{
    margin-top: 21px;
    margin-left: 7px;


}

.fl-builder-content .athlete-breadcrumbs,
.fl-builder-content .bb-breadcrumbs{
  text-transform: capitalize;
}

.c-socialshare h4{
  text-transform: uppercase;
  font-family: 'DIN Pro' !important;
  font-size: 14px;
  font-weight: bold;
  color: #717171;
  letter-spacing: 0.1px;
}


@media only screen and (min-width:1299px){
  #menu-header-menu .dropdown-nav{
    margin-top: 24px;
  }
}

@media only screen and (min-width:1024px){
  .product-archive-list .product-archive-item,
  .athlete-archive-list .product-archive-item,
  .athlete-archive-list .athlete-archive-item {
      flex-basis: 33.3333% !important;
  }
  /** Team Pack page 2-columns */
  .product-archive-list .product-archive-item.team-pack {
    flex-basis: 48% !important;
	}
}


@media (max-width: 767px) {
  .c-navigation ul li a {
    padding: 10px 0px !important;
  }
  .append-search-panel .col-md-9.pull-right .c-search {
    right: 0 !important;
  }
}

.body-text .fl-builder-content .fl-rich-text p{
  margin-bottom: 8px !important;
}

.c-socialshare.mobile-only{
  display: none;
}

.c-search .search-submit{
  display: none;
}
@media only screen and (max-width:1024px){
  .c-navigation {
    display: none;
  }
}

@media only screen and (max-width:960px){
  .c-navigation ul {
    margin-top: 0px;
  }
  .nav-footer ul > li.menu-item{
    margin-bottom: 25px;
    position: relative;
  }

  .scroll-nagigation ul{
    height: 39px;
    width: 100%;
    background-color: #c5232a;
    overflow-x: scroll;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-left: 0px;
    padding-left: 15px;
  }
  .scroll-nagigation ul li{
    padding: 0 3%;
    height: calc(100% - 2px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #1d1d1b;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    border-bottom: 2px solid transparent;
  }
  .scroll-nagigation ul li a{
    color: #fff;
    font-size: 14px;
  }

  .scroll-nagigation li.current-menu-parent a{
    color: #ff0000;
  }
  .scroll-nagigation ul li ul.sub-menu{
    display: none;
  }
  .c-navigation ul li ul.sub-menu{
    display: none;
    padding: 30px 0 40px;
  }
  .dropdown{
    height: 10px;
    width: 10px;
    display: inline-block;
    position: absolute;
    z-index: 999;
    background-color: #ff0000;
    right: 10px;
    top: 20px;
  }


  .menu-header-menu-container{
    margin: 0 -8px;
    background-color: #000000;
  }
  .c-navigation ul.menu > li > a{
    display: block;
    font-size: 17px;
  }
  .c-navigation .sub-menu{
    display: none;
  }
  .c-navigation ul li{
    display: block;
  }

  .c-navigation .sub-menu:before,
  .c-navigation .sub-menu:after{
    display: none;
  }

  .subnav-open{
    position: relative !important;
    top: 0 !important;
    display: block !important;
  }

  .fl-slide-text h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .fl-slide-text h2 {
    font-size: 38px;
    line-height: 40px;
  }

}

@media only screen and (max-width:768px){
  .fl-node-5c5c399e2092d .fl-slide-0 .fl-slide-content{
    position: absolute;
    background-color: transparent !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width:768px){
  .c-newsletter{
    margin-top: 25px;
  }
  .c-socialshare.mobile-only{
    display: block;
    text-align: center;
  }
  .c-socialshare.desktop-only{
    display: none;
  }
  .nav-footer ul{
    margin-bottom: 0px;
  }
  .nav-footer ul > li.menu-item{
    margin-bottom: 4px;
  }
  .c-newsletter .form-border_wrapper .gform_button.button{
    display: inline-block !important;
    text-align: center !important;
  }
  #menu-header-menu .dropdown-nav {
    margin-top: 20px;
    margin-right: 20px;
  }
  .c-navigation ul > li{
      margin-right: 0px;
  }
  .c-navigation ul{
    padding: 20px 0;
  }
  .c-navigation ul li a {
    padding: 10px 20px;
  }
  .c-navigation ul#menu-header-menu > li:hover:after{
    display: none;
  }

  .nav-footer ul li{
    position: relative;
  }

  .nav-footer ul.menu li{
    padding: 6px 0;
  }
  .c-navigation ul li ul.sub-menu {
    padding: 0px 20px;
    position: relative;
  }

  .scroll-nagigation{
    overflow-x: hidden;
  }

  .j-stack .feed-item.j-instagram{
    margin-bottom: 0px !important;
  }

  .fl-slide-content-wrap .fl-slide-content{
    position: absolute;
    background-color: transparent !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .fl-slide-content-wrap .fl-slide-content .fl-slide-text h1,
  .fl-slide-content-wrap .fl-slide-content .fl-slide-text h2{
    font-size: 22px !important;
  }
  .fl-slide-content-wrap .fl-slide-content .fl-slide-text h3{

  }
}
