*:focus{outline:none!important;}
html, body{ height: 100%;}
body { overflow-x: hidden; font-family: 'nimbus-sans-condensed', sans-serif; min-height: 100%; color: #282629; background: #E6E6E6;}

input:focus, textarea:focus, select:focus, :focus{ outline: none; }

h1, h2, h3,h4{
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: italic;
  font-weight: 800;
  border-bottom:none;
  padding:0;
  margin-bottom:0px;
}
h5, h6{
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: italic;
  font-weight: 800;
}
p{
  font-family: arial, sans-serif;
  font-weight: 100;
}


h2{ font-size: 56px; line-height: 58px; color: #282629; text-transform: uppercase;}
h3,p.address{ font-size: 40px; line-height: 46px; color: #282629; text-transform: uppercase;}
h4{ font-size: 36px; line-height: 42px; color: #282629; text-transform: uppercase;margin-bottom:10px;}
h5{ font-size: 25px; line-height: 31px; color: #282629; text-transform: uppercase; font-weight: 800;}
h6{ font-size: 18px; line-height: 1.4; color: #282629; text-transform: uppercase; font-weight: 800;}
p{ font-size: 20px; line-height: 30px; color: #282629; font-weight: 300;}

.editLink h4:last-child{margin-bottom:0;}

b,strong{font-weight: 700;}
i{font-style: italic;}

.fa{font-family: FontAwesome;color:#fff;font-style: normal;}

a:focus, a:active, a:hover{ text-decoration: none; color: inherit;}


.mobileonly{ display: none; }
.desktoponly{ display: block; }

.editLink *:last-child{margin-bottom:0;}

.left { float: left; }
.right { float: right; }
.center { margin: 0 auto;}

.alignCenter,.alignCenter *{ text-align: center; }
.alignRight{ text-align: right; }

.displayBlock {display: block;}
.displayInline {display: inline-block;vertical-align: top;}
.middleAlign{vertical-align: middle;}

.centralize{ display: inline-block; margin: auto;}

.posRelative{ position: relative; }
.posAbsolute{ position: absolute; }

.border{ border: none!important; border-bottom: 1px solid #E8E8E8!important; }
.borderT{ border-top: 1px solid #E8E8E8; }

.nopadding{ padding: 0; }
.noPaddingLeft{ padding-left: 0; }
.noPaddingRight{ padding-right: 0; }
.noPaddingTop{ padding-top: 0; }
.noPaddingBottom{ padding-bottom: 0; }

.padding{ padding: 30px; }
.paddingLeft{ padding-left: 30px; }
.paddingRight{ padding-right: 30px; }
.smallPaddingLeft{padding-left: 20px;}
.miniPaddingLeft{padding-left: 10px;}

.borderRight{border-right:1px solid #e5e5e5;}
.type.moveTop{margin-top:-24px;}

.overflow { overflow: hidden; }

.tinyWrap{padding-top:10px;padding-bottom:10px;}
.smallWrap{ padding-top: 25px; padding-bottom: 25px;}
.smallWrap + .smallWrap{padding-top:0;}
.wrap{ padding-top: 50px; padding-bottom: 50px;}
.bigWrap{ padding-top: 75px; padding-bottom: 75px;}

.marginB { margin-bottom: 50px; }
.mediumMarginB { margin-bottom: 40px; }
.smallMarginB { margin-bottom: 25px; }
.tinyMarginB{ margin-bottom: 10px; }

.marginT{ margin-top: 50px; }
.mediumMarginT { margin-top: 40px; }
.smallMarginT{ margin-top: 25px; }
.tinyMarginT { margin-top: 10px; }

.noTop{padding-top:0;}
.noBottom{padding-bottom:0;}

.noMarginRight{margin-right: 0;}
.noMarginB{margin-bottom: 0 !important;}

 
.bg-black{ background: #282629; }
.bg-black-80{ background: #555; }
.bg-black-60{ background: #777; }
.bg-black-40{ background: #999; }
.bg-black-20{ background: #BBB; }
.bg-orange{background:#ff8000;}
.bg-white{background: #FFF;}

.uppercase{
  text-transform: uppercase;
}

.fullWidth{
  width: 100%;
}

.alignLinkToButton{
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.underlineOnHover:hover{
  text-decoration: underline;
}

.errorLabel{color:red;font-weight:100;font-family: nimbus-sans, sans-serif;margin-top:5px;font-size:14px;display:block;}
input[type="text"].error,textarea.error, select.formSelect.error{border:1px solid red;}

.pageNotFound{
  margin-top: 30px;
  margin-bottom: 30px !important;
}

.button{
  border-radius: 0;
  display: inline-block;
  width: auto;
  padding: 5px 40px;
  background: #282629;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  font-family: nimbus-sans-condensed, sans-serif;
  position: relative;
  overflow: hidden;
  border: none;
}
a.button:hover,a.button:focus{
  color: #fff;
  border: none;
}

.button:before{
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  width: 12px;
  height: 18px;
  top:4px;
  top:calc(50% - 11px);
  left: 15px;
  font-size: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button:hover:before{
  left: 20px;
  left: 95%;
  left: calc(100% - 25px);
}
.button.btn-orange,.grid-item a.button.btn-orange,.grid-item a.button:hover{
  background: #FF8000;
}
.button.inlineButton{
  display: inline-block;
  height: 37px;
  margin-left: -3px;
  line-height: 28px;
}

/* FORM */

.fullWidth{width:100%;}
.formLabel{font-weight:bold;font-family: nimbus-sans, sans-serif;font-size:14px;text-transform: uppercase;}
.formLabel.fullWidth{display: block;padding-bottom:5px;}
form .checkbox label{text-transform: uppercase;line-height: 20px;}
.fancybox-slide>.container{padding:0px;}
/*.fancybox-slide .row{margin-left:-30px;margin-right:-30px;}*/
/*.fancybox-slide .row>div[class*="col-"]{padding-left:30px;padding-right:30px;}*/
.fancybox-close-small{display: none;}

/* \ FORM */

.content-body.no-sub-nav{margin-top:-1px;}
.content-body .container {
    background: #fff;
    margin-bottom: 100px;
}

.container.tiny{width:60%}
.container.small{width:70%}
.container.mini{width: 50%;}

.row{position: relative;}
.row.intro,.row.intro .paddedBox{min-height:150px;}

.row.intro:not(.bg-black):not(.bg-black-80):not(.bg-black-60):not(.bg-black-40):not(.bg-black-20):not(.bg-orange),
.news-detail:not(.bg-black):not(.bg-black-80):not(.bg-black-60):not(.bg-black-40):not(.bg-black-20):not(.bg-orange){background:#fff;}
.content .row.header:first-child + .news-detail,
.content .row.header:first-child + .news-detail div[class*='col-'],
.content .row.header:first-child + .row,
.content .row.header:first-child + .row div[class*='col-'],
.content .row.header:first-child + .overlayWrap .row.TICgrid,
.content .row.header:first-child + .overlayWrap .row.TICgrid div[class*='col-'],
.content .row.image-gallery:first-child + .news-detail,
.content .row.image-gallery:first-child + .news-detail div[class*='col-'],
.content .row.image-gallery:first-child + .overlayWrap .row.TICgrid,
.content .row.image-gallery:first-child + .overlayWrap .row.TICgrid div[class*='col-'],
.content .row.image-gallery:first-child + .row,
.content .row.image-gallery:first-child + .row div[class*='col-']
{
  /*top:-85px;*/
  /*margin-bottom: -85px;*/
  /* margin-top:-85px; */
  position: relative;
  /*display: block;*/
}
.content.newsOverview .row.header + .row div[class*='col-']{
  margin-top:0px;
}


.content .header:first-child ~ .TICgridBox:nth-child(2),
.content .header:first-child ~ .row:not(.TICgrid),
.content .header:first-child ~ .typesContainer:nth-child(2),
.content .header:first-child ~ .TICgridBox:nth-child(2) + .content > .row{position:relative;top:-85px;margin-bottom:-85px}
.content .header:first-child ~ .TICgridBox:nth-child(2),.content .header:first-child ~ .row:not(.TICgrid){margin-bottom:0}
/* .content .header:first-child + .TICgridBox,
.content .header:first-child + .row:not(.header),
.content .row:not(.header):not(.TICgrid) ~ .row:not(.header):not(.TICgrid),
.content .row:not(.header):not(.TICgrid) ~ .row:not(.header):not(.TICgrid){top:-85px;position:relative;/*margin-bottom:-85px;*/} */
/* .content .row:first-child:not(.header){top:0;} */
/*.preview.editable .row:not(.header){top:0!important;} */
.row.TICgrid + .row.TICgrid{
  /* margin-top:-85px!important; */
}
.content .row.header:first-child + .row.youtube div[class*='col-']{}
.content .row.image-gallery:first-child + .overlayWrap .row.TICgrid.flex,
.content .row.image-gallery:first-child + .row.TICgrid.flex,
.content .row.header:first-child + .overlayWrap .row.TICgrid.flex,
.content .row.header:first-child + .row.TICgrid.flex{
  display: flex!important;
}
.content .row.image-gallery:first-child,.content .row.image-gallery:first-child .gallery{position:unset!important;}

.preview.rearrange.content .row.youtube,.preview.rearrange.content .row.flex{display:flex!important;}

.productHeader + .content-body{position:relative;top:-85px;z-index: 999999;}
.row.TICgrid.flex{margin-top:0px!important;}
.content{margin-bottom:85px;}

.nav-logo a, .sport-splash .nav-logo span{
  display: inline-block;
  width: 250px;
  height: 74px;
/*  background: url('/images/bioracer-logo.png') left center no-repeat;
*/  background: url('/images/bioracer-corporate-logo.svg') left center no-repeat;
  background-size: 250px 74px;
}

.row:not(.header) .image-thumb,.row:not(.header)  .image-thumb .image-wrapper{height:100%;}
/*.row:not(.header) .image-thumb,.row:not(.header)  .image-thumb .image-wrapper img{max-width:none;}*/


.service-nav { background: #282629; color: #fff; display: block; height: 34px; line-height: 34px;}
.service-nav  a{ float: left; color: #fff; text-transform: uppercase; font-family: nimbus-sans, sans-serif; font-size: 12px; line-height: 34px; padding: 0 15px; border-left: 1px solid #808080;}
.service-nav  a:hover:not(.sLink){ background: #484649; }
.service-nav  a.white-item { background: #535154; color: #fff; padding: 0px 15px; font-weight: 400; border: none; border-left: 1px solid #808080;}
.service-nav  a.white-item:hover { background: #e38223; border-left: 1px solid #fff;}
.service-nav  a i, .service-nav  a span{ float: left;}
.service-nav  a span{ margin-left: 5px;}
.service-nav  a.noborder{border: none;}

.service-nav a.sLink{color: #aaaaaa; border-left: none !important;}
.service-nav a.sNavActive{color: #fff;}
.sLink:hover{color: #fff !important;}

.dropdown{display: inline;}

.dropdown-content{
  position: absolute;
  top: 35px;
}

.findUsSubNav:before{
  content: '\f0c8';
  font-family: FontAwesome;
  position: absolute;
  top: -15px;
  left: 30px;
  color: #fff;
  transform:rotate(45deg);
}

.activeSubNav{color: #fff !important;}

.findUs{
  position: relative;
}

.findUsSubNav{
  display: none;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  left: 49%;
  z-index: 2;
  box-shadow: 0px 2px 7px #e5e5e5;
}

.findUsSubNav ul li{
  display: block;
  width: 200px;
  padding: 3px 3px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.findUsSubNav ul li:hover{
  background-color: #f4f4f4;
}

.findUsSubNav ul li:not(:first-child){
  border-top: none;
}

.findUsSubNav ul li:last-child{
  border-bottom: none;
}

.findUsSubNav ul li a{
  color: #000;
  display: block;
  font-family: nimbus-sans, sans-serif;
  font-weight: 100;
  float: none;
  border-left: none;
}

.findUsSubNav ul li a:hover{
  background-color: #f4f4f4 !important;
}

.main-nav {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

/*.main-nav .container{
  width: 1200px;
}*/

.sub-nav{
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.main-nav ul li { display: inline; list-style: none; line-height: 74px; padding-left: 15px; font-size: 18px; text-transform: uppercase;}
.main-nav ul li.hasSubWrap{padding-left:15px;}
/* .main-nav ul li.hasSubWrap a.hasSub{padding-left:20px;} */
.main-nav ul li a{ color: #A9A5A8; font-family: nimbus-sans, sans-serif; font-weight: 400;font-size:16px;}
.main-nav ul li.active a, .main-nav ul li.hasSubWrap.active a:after, .main-nav ul li a:hover, .main-nav ul li a.hasSub:hover:after, .sub-nav ul li.hasSubWrap a:hover:after{ color: #282629; }
.main-nav ul li a:hover, .main-nav ul li a.hasSub:hover:after, .sub-nav ul li.hasSubWrap a:hover:after, .main-nav ul li.hasSubWrap a.activeMenu, .main-nav ul li.hasSubWrap a.activeMenu:after{ color: #ff8000; }
.main-nav ul li a.hasSub { padding-right: 15px; /*background: url('/images/icons/sub-arrow@2x.png') right 34px no-repeat;background-size:10px 5px;*/margin-bottom:-15px;padding-bottom:15px;display: inline-block;position: relative;}
.main-nav ul li a.hasSub:after,.sub-nav ul li a.hasSubNav:after{
  content: '\f107';
  font-family: FontAwesome;
  color: #A9A5A8;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 15px;
  font-style: normal;
}
.storiesMenu{margin-left: 15px;}
.sub-nav ul li a.hasSubNav:after{right:5px;}

.sub-nav ul li { display: inline-block;height:60px; list-style: none; line-height: 60px; padding-left: 40px; /*font-size: 18px;*/ text-transform: uppercase;}
.sub-nav ul li a{
 color: #282629; font-family: nimbus-sans, sans-serif; font-weight: 100; line-height: 20px; position: relative; font-style:italic;}
.sub-nav ul li.active a{ color: #282629; }
.sub-nav ul li a.hasSubNav { padding-right: 25px; /*background: url('/images/icons/sub-arrow.png') right center no-repeat;*/}
.sub-nav ul li:not(:first-child){margin-left: 20px}
.sub-nav{
  /*border-top: 1px solid #E6E6E6;*/
  background: #fff;
}
.sub-nav ul{
  border-left: 1px solid #E6E6E6;
}
.sub-nav ul li{
  border-right: 1px solid #E6E6E6;
  line-height: 60px;
  /*padding-left: 40px!important;
  padding-right: 40px !important;*/
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub-nav ul li:not(:first-child) {
     margin-left: -3px;
}
.sub-nav ul li{
  padding:20px;
}

.sub-nav ul li:last-child{
  padding: 21px;
}

.sub-nav-active{
  background-color: #282629;
}

.sub-nav-search{
  display: inline !important;
}


.searchInput{
  border: none !important;
  border-right: 1px solid #e5e5e5;
  line-height: 60px;
  padding: 0px !important;
  /* background: white url(/images/icons/icon-search.png) right 10px center no-repeat; */
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px !important;
  color: #282629;
  font-size: 16px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 100;
  position: relative;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
}
.sub-nav-search{
  position: relative;
}
.sub-nav-search .searchInput{
  border-right: 0px;
}
.sub-nav-search:after{
  content: '\f002';
  font-family: FontAwesome;
  color: #a9a5a8;
  display: inline-block;
  width: 20px;
  height: 60px;
  position: absolute;
/*  right: 20px;*/
  border: none;
  padding: 0;
  margin: 0;
}

.sub-nav-menu .hasSubNav{
  display: inline-block;
}

.searchInput::placeholder{
  color: #282629;
  font-size: 16px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 100;
  position: relative;
  font-style: italic;
  text-transform: uppercase;
}

.main-nav a.openOption, .footer a.openOption {
  color: #FF8000;
  /*background: #fff url('/images/icons/sub-arrow-orange.png') 110px center no-repeat;*/
  border: 1px solid #FF8000;
  padding: 0px 10px;
  height:38px;
  line-height: 38px;
  width:130px;
  display: inline-block;
}
.main-nav a.openOption:after, .footer a.openOption:after{
  content: '\f107';
  font-family: FontAwesome;
  color: #FF8000;
  position: absolute;
  height: 38px;
  right: 10px;
  top: 0px;
  font-size: 15px;
  line-height: 40px;
}
.fakeSelectWrap{margin-top:-3px;}
ul.fakeSelect, .footer ul.fakeSelect {
  display: none;
  position: absolute;
  background: #FFFFFF;
  z-index: 999;
  margin-top: -1px;
  border: 1px solid #FF8000;
  border-top: none;
  width: 100%;
}
ul.fakeSelect li, .footer ul.fakeSelect li {
  color: #555;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  height:40px;
  width: 100%;
}
ul.fakeSelect li a, .footer ul.fakeSelect li a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #555;
  padding: 2px 10px;
  height: 40px;
  line-height: 40px;
}
ul.fakeSelect li a:hover, .footer ul.fakeSelect li a:hover{text-decoration: none; color: #fff; background-color:#FF8000;}


i.icon{
  display: inline-block;
}
i.icon.icon-profile{
  width: 25px;
  height: 38px;
  background: url('/images/icons/icon-profile.png') center center no-repeat;
  background: url('/images/icons/icon-profile.svg') center center no-repeat;
  background-size: 23px 20px;
}

i.icon.icon-basket{
  width: 21px;
  height: 38px;
  background: url('/images/icons/icon-basket.png') center center no-repeat;
  background: url('/images/icons/icon-basket.svg') center center no-repeat;
  background-size: 17px 18px;
}
i.icon.icon-flag {
    width: 25px;
    height: 15px;
    background-size: 25px 25px;
    margin: 9px 0 10px 0;
    border: 1px solid #fff;
    background-position: center center;
}
#countrySelector i.icon.icon-flag {
  margin: 0;
  margin-right: 10px;
}
i.icon.icon-flag.flag-be{
  background: url('/images/flags/icon-flag-be.png') center center no-repeat;
  background: url('/images/flags/icon-flag-be.svg') center center no-repeat;
}
/* ================ NAV DROP ================ */
.main-nav-drop{
  background: #282629;
  position: absolute;
  width: 100%;
  z-index: 999;
  display: none;
  padding: 45px 0;
  margin-top: -1px;
}
.main-nav-drop ul{
  padding: 0;
  margin: 0 0 0px 0;
}
.main-nav-drop ul li {
  list-style: none;
    padding: 3px 0 12px 25px;
}
.main-nav-drop ul li a:before{
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  margin-left: -20px;
  color: #fff;
  line-height: 24px;
}
.main-nav-drop ul li a:hover:before{
  color: #FF8000;
}
.main-nav-drop ul li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  font-style: italic;
}
.main-nav-drop ul li.listHead, .main-nav-drop .main-items ul li{
  padding-left: 0;
}
.main-nav-drop ul li.listHead a:before, .main-nav-drop .main-items ul li a:before{
  content: none;
}

.main-nav-drop ul li.listHead a{
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
}

.main-nav-drop .main-items ul li a{
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
}
.main-nav-drop .main-items ul li.active a, .main-nav-drop ul li a:hover{
  color: #FF8000;
  text-decoration: none;
}
.main-nav-drop .main-items ul li.active a:after{
  content:'\f0da';
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  line-height: 42px;
  width: 12px;
  height: 42px;
  margin-left: 15px;
}

.main-nav-drop.sport-nav-drop{
  background-color: #ff8000;
  padding: 25px 0px;
}

.main-nav-drop.sport-nav-drop ul li{
  float: left;
  padding-left: 10px;
  padding-bottom: 5px;
}

.main-nav-drop.sport-nav-drop ul li a{
  border: 1px solid #f8bf7f;
  padding: 10px 30px;
  font-style: normal;
  color: #f8bf7f;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
}

.main-nav-drop.sport-nav-drop ul li a:hover{
  color: #fff;
  border: 1px solid #fff;
}

.main-nav-drop.sport-nav-drop ul li a:before{
  content: none;
}

.sportsArrow{
  display: none;
}

.menuArrow{
  display: none;
}

.sportsArrow:before{
  content: '\f0c8';
  font-family: FontAwesome;
  position: absolute;
  top: 34px;
  left: 50%;
  color: #ff8000;
  transform:rotate(45deg);
}

.menuArrow:before{
  content: '\f0c8';
  font-family: FontAwesome;
  position: absolute;
  top: 26px;
  left: 50%;
  color: #000;
  transform:rotate(45deg);
}

/* ================ SUB NAV DROP ================ */
.sub-nav-drop{
  background: #282629;
  position: absolute;
  width: 100%;
  z-index: 999;
  display: none;
  padding: 45px 0;
  margin-left: 1px;
  margin-top: -1px;
}
.sub-nav-drop ul{
  padding: 0;
  margin: 0 0 0px 50px;
}
.sub-nav-drop ul li {
  list-style: none;
    padding: 3px 40px 12px 25px;
}
.sub-nav-drop ul li a:before{
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  margin-left: -20px;
  color: #fff;
  line-height: 24px;
}
.sub-nav-drop ul li a:hover:before{
  color: #FF8000;
}
.sub-nav-drop ul li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  font-style: italic;
}
.sub-nav-drop ul li.listHead, .sub-nav-drop .sub-items ul li{
  padding-left: 0;
}
.sub-nav-drop ul li.listHead a:before, .sub-nav-drop .sub-items ul li a:before{
  content: none;
}

.sub-nav-drop ul li.listHead a,.featured-product h3{
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
}
.featured-story{color:#fff;}
.featured-product{color:#fff;display: inline-flex;}
.featured-product img.featuredImg,.featured-product img.featuredImg{width:120px;height: 120px;}
.featured-product img.featuredImg + .displayInline,.featured-story img.featuredImg + .displayInline{width:100%;width:calc(100% - 155px);}
.featured-product h3, .featured-story h3{font-size:24px;line-height:1.2;color:#fff;}
.featured-product h4, .featured-story h4{font-size:16px;font-weight:100;line-height:1.2;color:#fff;}

.sub-nav-drop .sub-items ul li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  font-style: italic;
}
.sub-nav-drop .sub-items ul li.active a, .sub-nav-drop ul li a:hover{
  color: #FF8000;
  text-decoration: none;
}
.sub-nav-drop .sub-items ul li.active a:after{
  content:'\f0da';
  font-family: FontAwesome;
  position: absolute;
  font-size: 14px;
  line-height: 42px;
  width: 12px;
  height: 42px;
  margin-left: 15px;
}

.categorie.sub-nav-drop .sub-items ul li a{
  font-size: 18px;
  line-height: 24px;
}

.geslacht.sub-nav-drop .sub-items ul li a{
  font-size: 18px;
  line-height: 24px;
}

/* ================ FOOTER ================ */
.content:not(.newsOverview) .row.header:first-child,.content:not(.newsOverview) .row.image-gallery:first-child{
  position: relative;
  /*display: block;*/
  width:150%;
  margin-left:-25%;
}
.content.withVideo:not(.newsOverview) .row.header:first-child,.content.withVideo:not(.newsOverview) .row.image-gallery:first-child{
  width:130%;
  margin-left:-15%;
}

.productHeader #headerCarousel{/*max-width: 100%;*/width:150%;margin-left:-25%;}
.header.smallHeader {
  height: 50%;
  overflow: hidden;
}
.header img{
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
  z-index: 0;
  max-width: 100%; /* sikke: overflow hidden... */
}
.newsOverview .header img{
  width:150%;
  margin-left:-25%;
  max-width:none;
}
.newsDetail .row.news-detail .paddedBox{padding-top:60px;}
.header:first-child .imageCol{max-height: 550px;}
.newsDetail .header:first-child .imageCol,
.newsDetail .image-gallery:first-child .imageCol{max-height:450px;}
.newsDetail .newsRow{padding-top: 10px;}
.metadata{text-transform: uppercase;}
.metadata .orange{color:#FF8000;}
.metadata div{margin-right:10px;}
.grid-item.type-text .metadata p{font-style:italic!important;font-family: nimbus-sans-condensed,sans-serif;font-weight:bold;font-size:22px;}
.grid-item.type-text b{font-weight:bold;}
.row.news-detail .metadata p{font-family: nimbus-sans-condensed, sans-serif;text-transform: uppercase;font-weight: 800;font-style: italic;}
.row.news-detail h4{font-family: nimbus-sans,sans-serif;font-size: 22px;line-height:1.5;font-weight:100;margin-bottom:20px;}
.newsDetail .grid-item.type-text div.paddedBox{padding-left:60px!important;padding-right:60px!important;}
.header .container > div.row{
  vertical-align: middle;
}
.header h1,.store-finder h1,.alignCenter h2,.alignCenter h1{
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 76px;
  line-height:76px;
  text-transform: uppercase;
  margin:0;
  word-spacing: -2px;
  text-shadow: 1px 2px 4px #191919;
}
.withVideo .header .titleBox{
  position: absolute;
  top: 50%;
  margin-top: -38px;
  width: 100%;
}
.alignCenter h2,.alignCenter h1{color:#282629;text-shadow:none;position: relative;}
.header h4,.store-finder h4{
  font-size: 32px;
  color: #fff;
  font-weight: 100;
}

span.h-sep{
  display: inline-block;
  height: 2px;
  width: 75px;
  background: #282629;
  margin: 5px 0 35px;
}

span.underline{
  display: inline-block;
  height: 4px;
  width: 90%;
  margin-left: 5px;
  position: relative;
  background: #282629;
  margin-top: -12px;
}
.header span.underline,.store-finder span.underline{
  background: #fff;
  margin-top: -19px;
}
/* == H1 en H2 MET UNDERLINE == */
h1, .grid-item.type-title h3, #splash h3{
  position: relative;
}

h1:before,.alignCenter h2:before,.alignCenter h1:before{
  content:'';
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  height: 4px;
  width: 70%;
  margin-left: -18%;
  background: #fff;
  background: -webkit-linear-gradient(left,transparent, #fff 30%);
  background: -o-linear-gradient(right,transparent, #fff 30%);
  background: -moz-linear-gradient(right,transparent, #fff 30%);
  background: linear-gradient(to right,transparent, #fff 30%);
}

h1:after,.alignCenter h2:after,.alignCenter h1:after{
  content:'';
  position: absolute;
  bottom: 10px;
  right: 0;
  display: block;
  height: 4px;
  width: 70%;
  margin-right: -18%;
  background: #fff;
  background: -webkit-linear-gradient(left, #fff 70%, transparent);
  background: -o-linear-gradient(right, #fff 70%, transparent);
  background: -moz-linear-gradient(right, #fff 70%, transparent);
  background: linear-gradient(to right, #fff 70%, transparent);
}
.alignCenter h2:before,.alignCenter h1:before{
  background: -webkit-linear-gradient(left,transparent, #000 30%);
  background: -o-linear-gradient(right,transparent, #000 30%);
  background: -moz-linear-gradient(right,transparent, #000 30%);
  background: linear-gradient(to right,transparent, #000 30%);
}
.alignCenter h2:after,.alignCenter h1:after{
  background: -webkit-linear-gradient(left, #000 70%, transparent);
  background: -o-linear-gradient(right, #000 70%, transparent);
  background: -moz-linear-gradient(right, #000 70%, transparent);
  background: linear-gradient(to right, #000 70%, transparent);
}
.alignCenter.bg-black h2:before,.bg-black .alignCenter h2:before,.alignCenter.bg-black h1:before,.bg-black .alignCenter h1:before,
.alignCenter.bg-black-80 h2:before,.bg-black-80 .alignCenter h2:before,.alignCenter.bg-black-80 h1:before,.bg-black-80 .alignCenter h1:before,
.alignCenter.bg-black-60 h2:before,.bg-black-60 .alignCenter h2:before,.alignCenter.bg-black-60 h1:before,.bg-black-60 .alignCenter h1:before,
.alignCenter.bg-black-40 h2:before,.bg-black-40 .alignCenter h2:before,.alignCenter.bg-black-40 h1:before,.bg-black-40 .alignCenter h1:before,
.alignCenter.bg-black-20 h2:before,.bg-black-20 .alignCenter h2:before,.alignCenter.bg-black-20 h1:before,.bg-black-20 .alignCenter h1:before,
.alignCenter.bg-orange h2:before,.bg-orange .alignCenter h2:before,.alignCenter.bg-orange h1:before,.bg-orange .alignCenter h1:before{
  background: -webkit-linear-gradient(left,transparent, #fff 30%);
  background: -o-linear-gradient(right,transparent, #fff 30%);
  background: -moz-linear-gradient(right,transparent, #fff 30%);
  background: linear-gradient(to right,transparent, #fff 30%);
}
.alignCenter.bg-black h2:after,.bg-black .alignCenter h2:after,.alignCenter.bg-black h1:after,.bg-black .alignCenter h1:after,
.alignCenter.bg-black-80 h2:after,.bg-black-80 .alignCenter h2:after,.alignCenter.bg-black-80 h1:after,.bg-black-80 .alignCenter h1:after,
.alignCenter.bg-black-60 h2:after,.bg-black-60 .alignCenter h2:after,.alignCenter.bg-black-60 h1:after,.bg-black-60 .alignCenter h1:after,
.alignCenter.bg-black-40 h2:after,.bg-black-40 .alignCenter h2:after,.alignCenter.bg-black-40 h1:after,.bg-black-40 .alignCenter h1:after,
.alignCenter.bg-black-20 h2:after,.bg-black-20 .alignCenter h2:after,.alignCenter.bg-black-20 h1:after,.bg-black-20 .alignCenter h1:after,
.alignCenter.bg-orange h2:after,.bg-orange .alignCenter h2:after,.alignCenter.bg-orange h1:after,.bg-orange .alignCenter h1:after{
  background: -webkit-linear-gradient(left, #fff 70%, transparent);
  background: -o-linear-gradient(right, #fff 70%, transparent);
  background: -moz-linear-gradient(right, #fff 70%, transparent);
  background: linear-gradient(to right, #fff 70%, transparent);
}
.grid-item.type-title h3:before, #splash h3:before{
  content:'';
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  height: 4px;
  width: 70%;
  margin-left: -20%;
}
.grid-item.type-title h3:after, #splash h3:after{
  content:'';
  position: absolute;
  bottom: 8px;
  right: 0;
  display: block;
  height: 4px;
  width: 70%;
  margin-right: -20%;
}

.grid-item.type-title.bg-white h3:before, #splash h3:before{
  background: #282629;
  background: -webkit-linear-gradient(left,transparent, #282629 30%);
  background: -o-linear-gradient(right,transparent, #282629 30%);
  background: -moz-linear-gradient(right,transparent, #282629 30%);
  background: linear-gradient(to right,transparent, #282629 30%);
}
.grid-item.type-title.bg-white h3:after, #splash h3:after{
  background: #282629;
  background: -webkit-linear-gradient(left, #282629 70%, transparent);
  background: -o-linear-gradient(right, #282629 70%, transparent);
  background: -moz-linear-gradient(right, #282629 70%, transparent);
  background: linear-gradient(to right, #282629 70%, transparent);
}
.grid-item.type-title.bg-black h3:before,
.grid-item.type-title.bg-black-80 h3:before,
.grid-item.type-title.bg-black-60 h3:before,
.grid-item.type-title.bg-black-40 h3:before,
.grid-item.type-title.bg-black-20 h3:before,
.grid-item.type-title.bg-orange h3:before{
  background: #fff;
  background: -webkit-linear-gradient(left,transparent, #fff 30%);
  background: -o-linear-gradient(right,transparent, #fff 30%);
  background: -moz-linear-gradient(right,transparent, #fff 30%);
  background: linear-gradient(to right,transparent, #fff 30%);
}
.grid-item.type-title.bg-black h3:after,
.grid-item.type-title.bg-black-80 h3:after,
.grid-item.type-title.bg-black-60 h3:after,
.grid-item.type-title.bg-black-40 h3:after,
.grid-item.type-title.bg-black-20 h3:after,
.grid-item.type-title.bg-orange h3:after{
  background: #fff;
  background: -webkit-linear-gradient(left, #fff 70%, transparent);
  background: -o-linear-gradient(right, #fff 70%, transparent);
  background: -moz-linear-gradient(right, #fff 70%, transparent);
  background: linear-gradient(to right, #fff 70%, transparent);
}



/* == / H1 MET UNDERLINE == */
span.underline:before{
  content:'';
  display: block;
  height: 4px;
  width: 80px;
  margin-left: -80px;
  background: #282629;
  background: -webkit-linear-gradient(left,transparent, #282629);
  background: -o-linear-gradient(right,transparent, #282629);
  background: -moz-linear-gradient(right,transparent, #282629);
  background: linear-gradient(to right,transparent, #282629);
}
.header span.underline:before,.store-finder span.underline:before, .bg-black span.underline:before,.bg-black-80 span.underline:before,.bg-black-60 span.underline:before,.bg-black-40 span.underline:before,.bg-black-20 span.underline:before, .bg-orange span.underline:before{
  background: #fff;
  background: -webkit-linear-gradient(left,transparent, #fff);
  background: -o-linear-gradient(right,transparent, #fff);
  background: -moz-linear-gradient(right,transparent, #fff);
  background: linear-gradient(to right,transparent, #fff);
}
span.underline:after{
  content:'';
  display: block;
  height: 4px;
  width: 80px;
  margin-right: -80px;
  position: absolute;
  right: 0;
  top: 0;
  background: #282629;
  background: -webkit-linear-gradient(left, #282629,transparent);
  background: -o-linear-gradient(right, #282629,transparent);
  background: -moz-linear-gradient(right, #282629,transparent);
  background: linear-gradient(to right, #282629,transparent);
}
.header span.underline:after, .store-finder span.underline:after,.bg-black span.underline:after,.bg-black-80 span.underline:after,.bg-black-60 span.underline:after,.bg-black-40 span.underline:after,.bg-black-20 span.underline:after,.bg-orange span.underline:after{
  background: #fff;
  background: -webkit-linear-gradient(left, #fff,transparent);
  background: -o-linear-gradient(right, #fff,transparent);
  background: -moz-linear-gradient(right, #fff,transparent);
  background: linear-gradient(to right, #fff,transparent);
}

.bg-black span.underline,.bg-black-80 span.underline,.bg-black-60 span.underline,.bg-black-40 span.underline,.bg-black-20 span.underline,.bg-orange span.underline{
  background: #fff;
}



/* ================ FOOTER ================ */
.footer{
  background: #fff;
  padding: 70px 0 30px;
}
.footer ul li a, .footer p{
  font-family: nimbus-sans, sans-serif;
}
.footer ul{
  padding: 0;
  margin: 0 0 30px 0;
}
.footer ul li{
  list-style-type: none;
  padding: 5px 0;
}
.footer ul li a{
  font-family: nimbus-sans-condensed, sans-serif;
  color: #787778;
  text-decoration: none;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  text-transform: uppercase;
}
.footer ul li a:hover{
  color: #141517;
}
.footer ul li.listHead{
  padding-bottom: 10px;
}
.footer ul li.listHead a{
  color: #141517;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
}
.footer ul.fakeSelect{
  margin-top: -1px;
}
.blackBox{
  background: #141517;
  padding: 25px;
}
.blackBox h4, .blackBox h5, .blackBox p , .blackBox a{
  color: #fff;
}
.blackBox h4{
  font-size: 36px;
}
.blackBox h5{
  font-size: 23px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.blackBox p{
  font-size: 18px;
  line-height: 33px;
}
.blackBox p.small{
  font-size: 14px;
  line-height: 16px;
}
.blackBox a:hover{
  text-decoration: underline;
}

.icon-phone, .icon-mail{
  display: inline-block;
  height: 33px;
  background-size: 33px 33px;
  padding-left: 43px;
  margin: 5px 0;
}
.icon-phone{
  background: url('/images/icons/icon-contact-phone.png') left center no-repeat;
}
.icon-mail{
  background: url('/images/icons/icon-contact-mail.png') left center no-repeat;
  background: url('/images/icons/icon-contact-mail.svg') left center no-repeat;
}
.icon-phone.bg-gray{
  background: url('/images/icons/icon-contact-phone-gray.png') left center no-repeat;
}
.icon-mail.bg-gray{
  background: url('/images/icons/icon-contact-mail-gray.png') left center no-repeat;
  background: url('/images/icons/icon-contact-mail-gray.svg') left center no-repeat;
}
/*.socials{
  margin-top: 30px;
}*/
.socials a{
  text-indent: -9999px;
  display: inline-block;
  width: 28px;
  height: 26px;
  margin-right: 15px;
}
.socials a:hover{
  opacity: 0.85;
}
.socials a.facebook{
  background: url('/images/icons/icon-social-facebook.png') center center no-repeat;
  background: url('/images/icons/icon-social-facebook.svg') center center no-repeat;
  background-size: 14px 26px;
}
.socials a.facebook.black{
  background: url('/images/icons/icon-social-facebook-black.png') center center no-repeat;
  background: url('/images/icons/icon-social-facebook-black.svg') center center no-repeat;
  background-size: 14px 26px;
}
.socials a.twitter{
  background: url('/images/icons/icon-social-twitter.png') center center no-repeat;
  background: url('/images/icons/icon-social-twitter.svg') center center no-repeat;
  background-size: 28px 22px;
}
.socials a.twitter.black{
  background: url('/images/icons/icon-social-twitter-black.png') center center no-repeat;
  background: url('/images/icons/icon-social-twitter-black.svg') center center no-repeat;
  background-size: 28px 22px;
}
.socials a.instagram{
  background: url('/images/icons/icon-social-instagram.png') center center no-repeat;
  background: url('/images/icons/icon-social-instagram.svg') center center no-repeat;
  background-size: 25px 26px;
}
.socials a.instagram.black{
  background: url('/images/icons/icon-social-instagram-black.png') center center no-repeat;
  background: url('/images/icons/icon-social-instagram-black.svg') center center no-repeat;
  background-size: 25px 26px;
}
.socials a.youtube{
  background: url('/images/icons/icon-social-youtube.png') center center no-repeat;
  background-size: 50px 55px;
  height: 30px;
  margin-left: 3px;
}

.brands-footer{
  background: #fff;
  border-top: 1px solid #E5E5E5;
  padding: 40px 0;
}
.brands-footer h4{
  float: left;
  font-family: nimbus-sans, sans-serif;
  font-weight: 100;
  font-size: 26px;
  line-height: 73px;
  font-style: italic;
  letter-spacing: -2px;
}
.brand.hunter{
  float: left;
  display: inline-block;
  width: 203px;
  height: 73px;
  background: url('/images/brands/brand-hunter.png') center center no-repeat;
  background: url('/images/brands/brand-hunter.svg') center center no-repeat;
  background-size: 201px 31px;
  margin-left: 40px;
}
.brand.reskin{ 
  float: left;
  display: inline-block;
  width: 96px;
  height: 73px;
  background: url('/images/brands/brand-reskin.png') center center no-repeat;
  background: url('/images/brands/brand-reskin.svg') center center no-repeat;
  background-size: 94px 71px;
  margin-left: 40px;
}
.brand.reskinxl{
  float: left;
  display: inline-block;
  width: 200px;
  height: 73px;
  background: url('/images/brands/brand-reskinxl@2x.png') center center no-repeat;
  background: url('/images/brands/brand-reskinxl.png') center center no-repeat;
  background-size: 200px;
  margin-left: 40px;
}


/* ================ ALGEMENE CSS voor Grid ================ */
.grid-item{
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.grid-item.h-720{
  height: 720px;
}
.grid-item.h-600{
  height: 600px;
}
.grid-item.h-550{
  height: 550px;
}
.grid-item.h-500{
  height: 500px;
}
.grid-item.h-480{
  height: 480px;
}
.grid-item.h-400{
  height: 400px;
}
.grid-item.h-360{
  height: 360px;
}
.grid-item.h-330{
  height: 330px;
}
.grid-item.h-300{
  height: 300px;
}
.grid-item.h-270{
  height: 270px;
}
.grid-item.h-240{
  height: 240px;
}

div.paddedBox{padding:30px 35px;}
div.paddedBox.large{padding:30px 60px;}
div.paddedBox.noTop{padding-top:0;}
div.paddedBox.noBottom{padding-bottom:0;}
/*.grid-item.type-text div.paddedBox,.grid-item.type-link div.paddedBox{
  padding: 30px 35px;
}*/
/*.news-detail .grid-item.type-text div.paddedBox{
  padding-top:60px;
}*/
.grid-item.type-link div.paddedBox{padding:40px 35px;}
.grid-item.type-link.col-md-12 div.paddedBox{padding:30px 35px;}
/*.grid-item.type-link div.paddedBox{
  padding: 20px 35px;
}*/

.grid-item.type-text-img div.paddedBox{
  padding: 30px 35px;
}
.grid-item.type-text div.paddedBox p:last-child{
  margin-bottom: 0;
}
.vertical-align{
  position: relative;
}
.grid-item.type-image.vertical-align div.titleBox, .grid-item.type-title.vertical-align div.paddedBox{
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 20px;
  /*margin: auto;
   top: 50%;
  margin-top: -35px; */
  /* top: 50%; */
  bottom:5%;
  text-align: left;
}
.header .grid-item.type-image.vertical-align div.titleBox,.header .grid-item.type-title.vertical-align div.paddedBox{
  top:50%;bottom:auto;
}


.row.header .grid-item.type-image.vertical-align div.titleBox{margin-top:-70px;}
.grid-item.type-title.vertical-align div.paddedBox{
  margin-top: -45px;
}
.grid-item.type-image a.tileLink{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background: #282629;
  cursor:pointer!important;
}
.grid-item.type-image a.tileLink:hover{
  text-decoration: none;
}
.grid-item.type-image a.tileLink img, .grid-item.type-product a.tileLink img{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.grid-item.type-product.big-visual .productTile{margin-top:auto;margin-bottom:auto;}
.grid-item.type-product.big-visual h4.productTitle{font-size: 46px;line-height: 48px;}

.grid-item.type-image a.tileLink:hover img{
  opacity: 0.85;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.grid-item.type-product a.tileLink:hover img{
  opacity: 0.95;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

.homeNavGrid.grid-item div.paddedBox{
  padding: 70px 50px;
}
.homeNavGrid.grid-item div.paddedBox h2{
  font-size: 60px;
}
.homeNavGrid.grid-item div.paddedBox h5{
  font-size: 20px;
  text-transform: uppercase;
  font-style: italic;
  color: #ff8000;
  font-family: arial, sans-serif;
}

.grid-item.type-text-img div.paddedBox, .grid-item.type-text-img img{
  /*height: 50%;*/
  width: 100%;
}
.grid-item.type-image.vertical-align img, .grid-item.type-video iframe, .grid-item.type-image-slider img{
  /*min-height: 100%;*/
  min-width: 100%;
  max-width:100%;
}
.grid-item.type-text-img h5{
  margin-top: -10px;
  font-size:20px;
}
.grid-item.type-text h5{
  margin-bottom: 30px;
  margin-top: -10px;
}
.grid-item.type-text h2,.grid-item.type-text h3,.grid-item.type-text h4{margin-bottom:25px;}
.grid-item p, .grid-item li, .grid-item p,.grid-item li{
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 26px;
  font-family: arial, nimbus-sans,sans-serif;
  /*font-style: normal;*/
  font-weight:100;
}
.grid-item ul, .grid-item ol{padding-left:40px;}
.grid-item ul li,.grid-item ol li{margin-bottom:5px;}
.grid-item ul li{list-style-type: disc;}
.grid-item.type-text ol{
  padding-left: 25px;
  margin: 25px 0;
}
.grid-item.type-text ol li{
  margin-bottom: 10px;
  padding-left: 25px;
}
.grid-item.type-video{
  position: relative;
}
.grid-item.type-video h3{
  position: relative;
  bottom: 100px;
  margin-left: 30px;
}
.grid-item.type-image h3{
  position: relative;
  bottom: 100px;
  margin-left: 30px;
  margin-left: 0;
  bottom: auto; /*Lfix*/

}

@media screen and (min-width: 769px){
    .grid-item.type-image h3{
        margin-left: -45px;
    }
}

@media screen and (max-width: 576px){
    .grid-item.type-image h3{
        bottom: -5px;
        font-size: 26px;
        line-height: 1.3;
    }
}
/*Lfix*/

.grid-item a,.grid-item.type-product a:hover h4{color:#ff8000;}
.grid-item a,.grid-item.type-product a:hover h4{color:#333;}
.grid-item.type-product a:hover{text-decoration: none;}

.loadMore a{
  color: #ff8000;
}

.grid-item div.titleBox .container a,
.subscribe .grid-item a,
.grid-item a.button{
  line-height: 1;
  display: inline-block;
  width: auto;
  padding: 7px 40px 7px 40px;
  background-color: #433F42;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  font-family: nimbus-sans-condensed, sans-serif;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.buttonrow .grid-item .paddedBox{padding:0;}
.buttonrow .grid-item a.button,
.buttonrow .grid-item a.button:hover{background:black;width:100%!important;text-align:center!important;}
/* .buttonrow .grid-item a.button:hover */
.grid-item.loadMore a.button,
.buttonrow .grid-item a.button.btn-orange,
.buttonrow .grid-item a.button.btn-orange:hover{
  background-color: #ff8000;
}
.grid-item.type-image div.titleBox a{
  height: auto;
}

.grid-item div.titleBox .container a:before,
.subscribe .grid-item a:before,
.grid-item a.button:before{
  content:'\f105';
  font-family: FontAwesome;
  position: absolute;
  width: 12px;
  height: 18px;
  left: 15px;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.row.header .grid-item div.titleBox a{
  /* background:transparent;
  position: relative;
  overflow-x:visible;
  overflow-y:hidden; */
  transform: skew(-10deg);
  border-top:1px solid white;
  border-right:1Px solid white;
}
.row.header .grid-item div.titleBox a:hover{
background:#ff8000
}
/* .grid-item div.titleBox a:after{
  content:'';
  width:calc(100% - 50px);
  height:100%;
  left: 0;
  top:0;
  position: absolute;
  background:gray;
  transform:skew(20deg);
  border-top:1px solid white;
  border-right:1Px solid white;
} */
/* .grid-item div.titleBox a *{
  transform: skew(20deg);
} */
/* .grid-item div.titleBox a:before{
  content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}
.grid-item div.titleBox a:after {
  right: 0px;
  border-right: 100px solid transparent;
  border-bottom: 200px solid  green;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* left:-40px; */
  width: 0;
  height: 0;
} */

.grid-item.type-image div.titleBox a:hover,
.grid-item a.button:hover,
.subscribe .grid-item a:hover
{
  text-decoration: none;
  background-color: #FF8000;
}
.grid-item.loadMore a:hover
{
  text-decoration: none;
  background-color: #FF8000;
}
.grid-item a:hover{text-decoration: underline;}
.bg-orange .grid-item a,.bg-black .grid-item a,.bg-black-80 .grid-item a,.bg-black-60 .grid-item a,.bg-black-40 .grid-item a,.bg-black-20 .grid-item a{color:#fff;text-decoration: underline;}
.bg-orange .grid-item a:hover,.bg-black .grid-item a:hover,.bg-black-80 .grid-item a:hover,.bg-black-60 .grid-item a:hover,.bg-black-40 .grid-item a:hover,.bg-black-20 .grid-item a:hover{opacity:0.9;}
.bg-orange .grid-item a.button:hover{opacity:1;background:#333;}
.bg-black .grid-item a.button,.bg-black-80 .grid-item a.button,.bg-black-60 .grid-item a.button,.bg-black-40 .grid-item a.button,.bg-black-20 .grid-item a.button{background:#FF8800;}
.bg-black .grid-item a.button:hover,.bg-black-80 .grid-item a.button:hover,.bg-black-60 .grid-item a.button:hover,.bg-black-40 .grid-item a.button:hover,.bg-black-20 .grid-item a.button:hover{opacity:0.9;}

.subscribe .grid-item a,.grid-item a.button,.grid-item div.titleBox .container a{text-decoration: none!important;}

/* .grid-item.type-text a:hover:before, .grid-item.type-link a:hover:before, .grid-item.type-image div.titleBox a:hover:before{
  left: 95%;
  left: calc(100% - 25px);
} */

.grid-item.type-title{
  padding: 60px 0;
}
.grid-item.type-title h3, .grid-item.type-image h2, #splash h3{
  display: inline-block;
}
.grid-item.type-title h5{
  font-size: 22px;
}

.grid-item.type-image div.titleBox{
  position: relative;
  bottom: 33.33333%;
  padding-left:20px;padding-right:20px;
  color:#fff;
}
.grid-item.youtubeCol .titleBox{padding:15px 20px;position:absolute;top: 0;left:0;width:100%;}
.grid-item.youtubeCol .titleBox *{color:#fff;font-size:36px;line-height: 1.2}
.grid-item.youtubeCol i.fa{font-size: 60px;}

.grid-item.type-image div.titleBox h1,
.grid-item.type-image div.titleBox h2,
.grid-item.type-image div.titleBox h3,
.grid-item.type-image div.titleBox h4,
.grid-item.type-image div.titleBox h5{
  color:#fff;
  text-shadow: 1px 1px 4px #484848;
}

.subscribe-cta.orange{background:#FF8000!important;color:#fff;}
.subscribe-cta.orange h4,.subscribe-cta.orange a{margin:0;color:#fff;text-decoration: none;}
.subscribe-cta.hasSubscribeIcon h4:before{content:'\f27a';font-family:FontAwesome;padding-right:20px;font-size:25px;vertical-align: top}

.grid-item.type-product{
  border-left: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}
.grid-item.type-product:first-child{
  border-left: none;
}
.grid-item.type-product.big-visual:first-child{border-right:1px solid #E6E6E6;}
.grid-item.type-product a.tileLink{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}


.grid-item.type-product .productTile{
  padding: 20px 25px;
}

.grid-item.type-product img{
  max-width: 100%;
  /*max-height: calc(100% - 115px);*/
  margin: 0 auto;
  display: block;
}
.grid-item.type-product h3,.grid-item.type-product h4{
  font-size: 23px;
  line-height: 25px;
  padding: 30px 0 10px 0;
  /*position: absolute;*/
  /*bottom: 0;*/
  /*max-height: 115px;*/
}
.grid-item.type-product h3.productTitle,.grid-item.type-product h4.productTitle{
  bottom:auto;
  position: relative;
  margin:0;
  padding-top:40px;
}
.grid-item.type-product a{
  padding: 25px 20px;
}
.grid-item.type-product a .productTile{
  padding: 0px;
}
.grid-item.type-product.h-720 a{
  padding: 40px 45px;
}

.grid-item.type-product.h-720 img{
  max-height: calc(100% - 225px);
}

.grid-item.type-product.h-720 h3{
  font-size: 46px;
  line-height: 48px;
  padding: 40px 0;
  max-height: 225px;
}
.productGallery{padding:0;}
.row.galleryRow,.row.subscribe,.row.youtube{
  /*margin-left:0;margin-right:0;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
}
.row.youtube img{min-height: 100%;min-width: 100%;}
.youtubeWrap{position:relative; overflow: hidden;}
.youtubePlay{position:absolute;left:0;top:0;width:100%;height:100%;background: rgba(0,0,0,0.3);cursor:pointer;}

a.videoPlay{opacity:0.8;background:none;z-index:10;position:absolute;top:50%;transform: translateY(-50%);left:50%;transform: translateX(-50%);transform: translate(-27px,-27px);width: 54px;height:54px;}
a.videoPlay:hover{opacity: 1;background:none!important;cursor:pointer;}

.row.galleryRow{margin-left:0;margin-right:0;}
.row.flex,.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/}
.row.galleryRow div[class*="col-"],.row.subscribe div[class*="col-"],.row.youtube div[class*="col-"]{
  padding-left:0;padding-right:0; display: flex; flex-direction: column;
}
.row.subscribe .paddedBox,.row.youtube .youtubeCol .paddedBox,.alignMiddle{top:50%;position: absolute;transform: translateY(-50%);width: 100%;}

.js-youtubePlaceholder,.youtubeTile{height:100%;}

.subscribeBlock input,.subscribeBlock h4{margin-bottom:20px;}
.subscribeBlock input,.subscribeBlock a.submitForm{width:100%;}

.grid-item.type-image-slider{
  position: relative;
}
.grid-item.type-image-slider a.carousel-control{
  z-index: 999;
  left: auto;
  font-size: 48px;
  opacity: 1;
  width: 10%;
}
.grid-item.type-image-slider a.carousel-control i{
  top: 50%;
  margin-top: -24px;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.grid-item.type-image-slider a.carousel-control.control{
  left: 0;
}
.grid-item.type-image-slider a.carousel-control.control{
  right: 0;
}

.grid-item.type-image-slider a.carousel-control:hover i{
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.grid-item.light h3, .grid-item.light h5{
  font-family: nimbus-sans, sans-serif;
  font-weight: 100;
  text-transform: none;
}
.grid-item.light h3{
  font-size: 42px;
}
.grid-item.light h5{
  font-size: 22px;
}

.grid-item.bg-white, .row.bg-white,.content .row{
  background: #fff;
  color: #282629;
}
.grid-item.type-text-img.bg-white,
.grid-item.type-image,
.buttonrow .grid-item, 
.youtubeTile {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.row .grid-item.type-text-img.bg-white:first-child,
.row .grid-item.type-image:first-child,
.row.buttonrow .grid-item:first-child, 
.row .grid-item:first-child .youtubeTile {
  border-left: 2px solid #fff;
}
.row .grid-item.type-text-img.bg-white:last-child, 
.row .grid-item.type-image:last-child, 
.row.buttonrow .grid-item:last-child, 
.row .grid-item:last-child .youtubeTile {
  border-right: 2px solid #fff;
}

.grid-item.type-text-img.bg-white.homeNavGrid{
  border: none;
}
.whiteBorderT{
  border-top: 2px solid #fff;
}
.whiteBorderB{
  border-bottom: 2px solid #fff;
}
.home .image-gallery:first-child .grid-item.type-image, .header .grid-item.type-image{
  border: 0px;
}
.grid-item.bg-black, .row.bg-black{
  background: #282629;
  color: #fff;
}
.grid-item.bg-black-80, .row.bg-black-80{
  background: #555;
  color: #fff;
}
.grid-item.bg-black-60, .row.bg-black-60{
  background: #777;
  color: #fff;
}
.grid-item.bg-black-40, .row.bg-black-40{
  background: #999;
  color: #fff;
}
.grid-item.bg-black-20, .row.bg-black-20{
  background: #BBB;
  color: #fff;
}
.grid-item.bg-orange, .row.bg-orange{
  background: #ff8800;
  color: #fff;
}

.grid-item.bg-black h2,.row.bg-black h2, .grid-item.bg-black h3,.row.bg-black h3, .grid-item.bg-black h4,
.row.bg-black h4, .grid-item.bg-black h5,.row.bg-black h5, .grid-item.bg-black p, .row.bg-black p,

.grid-item.bg-black-80 h2,.row.bg-black-80 h2, .grid-item.bg-black-80 h3,.row.bg-black-80 h3, .grid-item.bg-black-80 h4,
.row.bg-black-80 h4, .grid-item.bg-black-80 h5,.row.bg-black-80 h5, .grid-item.bg-black-80 p, .row.bg-black-80 p,

.grid-item.bg-black-60 h2,.row.bg-black-60 h2, .grid-item.bg-black-60 h3,.row.bg-black-60 h3, .grid-item.bg-black-60 h4,
.row.bg-black-60 h4, .grid-item.bg-black-60 h5,.row.bg-black-60 h5, .grid-item.bg-black-60 p, .row.bg-black-60 p,

.grid-item.bg-black-40 h2,.row.bg-black-40 h2, .grid-item.bg-black-40 h3,.row.bg-black-40 h3, .grid-item.bg-black-40 h4,
.row.bg-black-40 h4, .grid-item.bg-black-40 h5,.row.bg-black-40 h5, .grid-item.bg-black-40 p, .row.bg-black-40 p,

.grid-item.bg-black-20 h2,.row.bg-black-20 h2, .grid-item.bg-black-20 h3,.row.bg-black-20 h3, .grid-item.bg-black-20 h4,
.row.bg-black-20 h4, .grid-item.bg-black-20 h5,.row.bg-black-20 h5, .grid-item.bg-black-20 p, .row.bg-black-20 p,
.grid-item.bg-orange h2,.row.bg-orange h2, .grid-item.bg-orange h3,.row.bg-orange h3, .grid-item.bg-orange h4,
.row.bg-orange h4, .grid-item.bg-orange h5,.row.bg-orange h5, .grid-item.bg-orange p, .row.bg-orange p{
  color: #fff;
}




/* ================ SPECIFIEKE CSS voor Grid ================ */
.homeNavGrid img{/*height:100%;*/min-height:100%;width:auto!important;position:absolute;min-width: 100%;}
.homeNavGrid ul, .homeNavGrid ul {
  padding-left: 23px;
  margin-top: 20px;
}
.homeNavGrid ul li{
  /*list-style-image: url('/images/icons/icon-arrow-black.png');*/
  padding: 0px 0 5px 10px;
  list-style-type: none;
}
.homeNavGrid ul li:before{
  content: '';
  display: inline-block;
  height: 15px;
  width: 8px;

  background-size: 7px 13px;
  margin-left: -30px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.homeNavGrid ul li:not(.noListIcon):before{
  background-image: url("/images/icons/icon-arrow-black.png");
  background-image: url("/images/icons/icon-arrow-black@2x.png");
}
.homeNavGrid ul li.noListIcon:before{
  background-image: url('');
}
.homeNavGrid ul li a{
  color: #282629;
  color: #A9A5A8;
  /* text-transform: uppercase; */
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
  font-style: italic;
  font-family: arial, sans-serif;
}
.homeNavGrid a:hover{text-decoration: none;}
.homeNavGrid ul li a:hover, .homeNavGrid a:hover *{
  color:#ff8000;text-decoration: none;
}
.homeNavGrid ul li:hover:before{
  background-image: url("/images/icons/icon-arrow-orange.png");
  background-image: url("/images/icons/icon-arrow-orange@2x.png");
}

.homeNavGrid ul li.noListIcon:hover:before{
background-image: none;
}

.intro .grid-item h2{padding:0;margin:0;border:0;font-size:50px;line-height:1.3;}
.intro .grid-item p,.grid-item.youtubeCol .titleBox p{
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0 15px;
  font-family: arial, nimbus-sans,sans-serif;
  font-weight:100;
  font-style:italic;
}
.grid-item.youtubeCol .titleBox p{margin:-5px 0 0 0;}
.intro .grid-item div.paddedBox{
  padding: 50px 25% 50px 18%!important;
}

.intro:not(.noIcon) .grid-item div.paddedBox:before{
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  font-size: 78px;
  margin-left: -70px;
  margin-top: 18px;
  color: #fff;
  line-height: 24px;
}
.intro:not(.bg-black):not(.bg-orange) .grid-item div.paddedBox:before{
  color:#282629;
}


/* ================ FORM elements ================ */
input[type='text'],textarea,input[type='email']{
  font-size: 14px;
  font-family: arial, nimbus-sans, sans-serif;
  padding: 9px 15px;
  border-radius: 2px;
  outline: none;
  border: 1px solid #e5e5e5;
  min-width: 280px;
}
textarea{min-width:450px;max-width:100%;min-height:200px;}
input[type='text'].displayInline{
  vertical-align: top;
}
input[type='text'].bigFormItem{
  height: 70px;
  line-height: 70px;
  font-size: 32px;
}
input[type='text'].store-locator-dropdown{
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px !important;
  font-family: arial, nimbus-sans,sans-serif;
}
input[type='text'].longInput{
  width: 420px;
}
.fake-dropdown.bigFormItem li.main span{
  height: 68px;
  line-height: 68px;
  font-size: 32px;
  font-style: italic;
}
.fake-dropdown.bigFormItem li.main span:after{
  height: 68px;
  line-height: 68px;
  font-size: 42px;
}
select{
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 7px 15px;
  font-family: arial, nimbus-sans, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  /*background: #fff url(/images/icons/icon-selectdown.png) right 10px center no-repeat;*/
}

select.formSelect{
  padding: 9px 15px;
  outline: none;
  min-width: 280px;
  font-weight: 100;
  background-image: url('../img/arrow_select.png');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

select.formSelect::-ms-expand {
  display: none;
}

.fake-dropdown{
  display: inline-block;
  position: relative;
  border: 1px solid #e5e5e5;
  min-width: 115px;
}
.fake-dropdown.xsmall{
  width: 135px;
}
.fake-dropdown.small{
  width: 155px;
}
.fake-dropdown.medium{
  width: 215px;
}
.fake-dropdown.large{
  width: 265px;
}
.fake-dropdown li.main span:after{
  content: '\f107';
  font-family: FontAwesome;
  color: #e5e5e5;
  position: absolute;
  width: 25px;
  height: 48px;
  right: 20px;
  top: 0px;
  font-size: 32px;
  line-height: 48px;
}
.fake-dropdown li{
  list-style: none;
  text-align: left;
  background: #fff;
}
.fake-dropdown li:hover{
  cursor: pointer;
}
.fake-dropdown li.main span{
  display: block;
  font-size: 24px;
  line-height: 44px;
  padding: 2px 45px 2px 15px;
  background: #fff;
}
.fake-dropdown .drop{
  display: none;
  position: absolute;
  width: 100%;
  width: calc(100% + 2px);
  margin-left: -1px;
  border: 1px solid #e5e5e5;
}
.fake-dropdown .drop li{
  font-size: 14px;
  font-family: arial, nimbus-sans, sans-serif;
  line-height: 32px;
  padding: 2px 15px;
  width: 100%;
  background: #fff;
}
.fake-dropdown .drop li:hover{
  background-color: #FF8000;
  color: #fff;
}

.icon-button{
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 0;
  background: #FF8000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
}
.icon-button.bigFormItem{
  height: 70px;
  width: 70px;
  font-size: 32px;
  line-height: 68px;
}
.icon-button:hover, .icon-button:focus{
  color: #fff;
  text-decoration: none;
}
.icon-button:hover{
  background-color: #e18c37;
}
.icon-button span{
  text-indent: -9999px;
  display: inline-block;
}

.inlineFormItem{
  float: left;
  border-radius: 0px;
  margin-right: -1px;
}

/* STORE LOCATOR */
.store-locator-search{
  position: relative;
  z-index: 199;
  margin-top: 100px;
}
.locator-map {
  display: block;
  background: #fff;
}

.locator-results .tableHeader{
  background: #282629;
  text-align: center;
  padding: 15px 0;
}
.locator-results .tableHeader h5{
  color: #fff;
  font-family: nimbus-sans, sans-serif;
  font-weight: 100;
  font-size: 22px;
}
.locator-results .tableRow{
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.locator-results .tableRow div{
  padding: 20px 15px;
  border-left: 1px solid #e5e5e5;
}
.locator-results .tableRow > div:first-child{
  border-left: none;
}
.locator-results .tableRow h6{
  font-size: 28px;
  line-height: 34px;
}
.locator-results .tableRow p{
  font-family: nimbus-sans, sans-serif;
  font-style: normal;
  font-weight: 100;
}

#map{
  display: block;
  width: 100%;
  height: 500px;
}


.productDetail .order-information{
  padding: 30px;
  background: #282629;
/*  margin-top: -1px;*/
  color:#fff;
}

.productDetail .order-information p, .productDetail .order-information h3, .productDetail .order-information h4, .productDetail .order-information span{
  color: #fff;
}
.productDetail .order-information h3{
  font-size: 32px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  line-height: 1.5;
}

/*.productDetail .order-information .product-metadata .descr{font-weight:300;font-size:20px;font-family: nimbus-sans-condensed, sans-serif;font-style: italic;}*/
.productDetail .order-information .product-metadata {font-size:18px;}
.productDetail .order-information .product-metadata .descr{font-weight:100;font-size:18px;font-family: nimbus-sans, sans-serif;font-style: normal;}
.productDetail .order-information ul.specList{
  margin-bottom:20px;
}
.productDetail .order-information ul.specList li{list-style-type: none;}
.productDetail .order-information ul.specList li:not(.specLabel){
  padding:10px;
  border:1px solid #fff;
  background:#282629;
  color: #fff;
  margin-right:5px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  width: auto;
  min-width: 70px;
}

.productDetail .order-information ul.findOrDesign li{
  padding: 10px 30px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

.productDetail .order-information ul.material li:not(.specLabel){
  padding:10px;
  border:1px solid #fff;
  background:#282629;
  color: #fff;
  margin-right:5px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  width: auto;
}

.productDetail .order-information ul.material a li:hover{
  text-decoration: underline;
}

.productDetail .order-information ul.material a:hover{
  text-decoration: none;
}

.productDetail .order-information ul.findOrDesign li img{
  position: relative;
  right: 10px;
}

.productDetail .order-information ul.findOrDesign li a{
  color: #000;
  font-size: 18px;
  font-family: nimbus-sans-condensed,sans-serif;
}

.productDetail .superzoomIcon:after{
  content:"\f00e";
  font-family: FontAwesome;
  color: #A9A5A8;
  position: absolute;
  right: 20px;
  top: 460px;
  font-size: 22px;
  font-style: normal;
}

.productDetail .carousel-control{
  height: 90%;
}

#headerCarousel{
  max-height: 600px;
}

#headerCarousel .carousel-inner{
  max-height: 600px;
}

#headerCarousel .carousel-inner .item img{
  max-width: 100%
}

.productHeader .carousel-inner .item {
  padding: 0px;
}

.specList .specLabel{
  font-size:20px;
  padding-bottom:5px;
  width:100%;
}

.price h3{float: left;}
.price h3.oldPrice{ margin-left: 15px; font-size: 20px;}

.productDetail .order-information h4{
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
}

.productDetail .order-information h4.small{
  font-size: 18px;
}

.productDetail a{
  color: #fff;
}
.productDetail a:hover{
  color: #fff;
  text-decoration: underline;
}
.productDetail .artnr{
  /*margin-top: 20px;*/
  margin-top:-10px;
  /*padding-bottom:20px;*/
}

.productDetail .technology img{
  width: auto;
  height: 100px;
}

.productDetail .techspecs h3{
  margin-top: 5px;
}

.productDetail .techspecs ul{
  margin-left: 20px;
  font-family: nimbus-sans-condensed,sans-serif;
  font-weight: 100;
}
.productDetail .techspecs ul li span{
  font-size: 18px !important;
}

.relatedProducts h5::after{
  content: '\f107';
  font-family: FontAwesome;
  color: #fff;
  position: relative;
  left: 20px;
  top: 0px;
  font-size: 25px;
  font-style: normal;
}

.relatedProductsTile{
  border-left: none !important;
  border-top:none !important;
  border-bottom: 1px solid #E6E6E6 !important;
}

.colorPreview{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  margin-right: 2px;
}

.colorPreview.active{
  box-shadow: 0 0 0 1px #000;
}

.superZoom{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  background-repeat: no-repeat;
  cursor: crosshair;
  background-size: 180%;
}

.superZoom .closeButton{
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #ff8000;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e38223;
  cursor: pointer;
}

.superZoom .closeButton:hover{
  background: #e38223;
}


i.superZoomClose{
  width: 25px;
  height: 50px;
  background: url('/images/icons/icon-close-white.png') center center no-repeat;
  background: url('/images/icons/icon-close-white.svg') center center no-repeat;
  cursor: pointer;
}

.carousel-inner{
  background: #fff;
  text-align: center;
}
.carousel-control.right, .carousel-control.right:hover, .carousel-control.left, .carousel-control.left:hover{
  background: none;
}
.carousel-control .icon-image-browse, .carousel-control .icon-image-browse,.slick-prev.slick-arrow,.slick-next.slick-arrow{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius:25px;
  background-size: 12px 20px!important;
  margin-top: -12px;
}
.carousel-control .icon-image-browse, .carousel-control .icon-image-browse{
  position: absolute;
  top: 50%;
  left: 60%;
  left:calc(60% - 25px);
}
.carousel-control.right .icon-image-browse{left:auto;right:60%;right:calc(60% - 25px);}
.carousel-control .icon-image-browse,.slick-prev.slick-arrow{
  background: rgba(255,255,255,0.5) url('/images/icons/icon-image-browse-prev.png') 16px center no-repeat;
  background: rgba(255,255,255,0.5) url('/images/icons/icon-image-browse-prev.svg') 16px center no-repeat;
}
.carousel-control .icon-image-browse-next,.slick-next.slick-arrow{
  left: auto;
  right: 25px;
  background: rgba(255,255,255,0.5) url('/images/icons/icon-image-browse-next.png') 20px center no-repeat;
  background: rgba(255,255,255,0.5) url('/images/icons/icon-image-browse-next.svg') 20px center no-repeat;
}
.carousel-control-prev:focus{

}
.carousel-inner .item{
  padding: 20px 0;
}
.carousel-inner .item img{
  max-width: 500px;
  margin: 0 auto;
}

.productMeta{
  font-size: 18px;
}

.productMeta span{
  font-size: 18px !important;
  font-family: nimbus-sans-condensed, sans-serif;
}

.productMeta h2{
  font-size: 30px;
  color: #282629!important;
}
.productMeta h3{
  font-size: 24px;
  color: #282629!important;
  font-weight: 100;
  letter-spacing: 0.5px;
}
.productMeta p{
  margin-bottom: 10px;
  font-size: 18px !important;
  font-family: nimbus-sans-condensed, sans-serif;
}

.productfeature {
  display: inline-block;
  height: 60px;
  width: 60px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tooltiptrigger{
  position: relative;
  display: inline-block;
}
.tooltiptrigger:hover .tooltip{
  display: block;
  opacity: 1;
}
.tooltip{
  display: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "nimbus-sans-condensed",sans-serif;
  font-weight: 800;
  font-style: italic;
  background: #282629;
  padding: 3px 3px;
  width: 120px;
  text-align: center;
  top: 100%;
  left: 50%;
  left: calc(50% - 60px);
  border-radius: 2px 2px 3px 3px;
  box-shadow: 0px 2px 7px #514c53;
}
.tooltip .tooltiparrow{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 14px solid #282629;
  position: absolute;
  top: -10px;
  left: 50%;
  left: calc(50% - 15px);
}
.tooltip .tooltipinner{
  padding: 6px 9px;
  width: 100%;
  display: block;
  border: 1px solid #a4a4ac;
  border-radius: 2px 2px 3px 3px;
}


.slick-slider{position: relative;}
.slick-prev,.slick-next{position: absolute;top:50%;top:calc(50% - 20px);z-index:10;width:40px;height:40px;margin-top:-20px!important;color:#fff;background:transparent;border:none;color:transparent!important;}
.content .image-gallery:first-child .slick-prev,.content .image-gallery:first-child .slick-next{top:450px;}
.slick-prev{left:25px;left: 4%;}
/*.slick-prev:before{color:#fff;content: '\f104';font-family: FontAwesome;z-index:10;font-size: 40px;}
.slick-next:before{color:#fff;content:'\f105';font-family: FontAwesome;z-index:10;font-size: 40px;}*/
.slick-next{right:25px!important;left:auto!important;right:calc(50% - 600px)!important;right:4%!important;}
button.slick-arrow.slick-next:hover,
button.slick-arrow.slick-prev:hover{
  background-color:rgba(255,255,255,0.8)!important;
}

.service-nav section.langs{
  display: inline-block;
  float: left;
  height: 38px;

}
.service-nav section.langs div.otherlangs{
  display: inline-block;
  width: 0;
  overflow: hidden;
}
.service-nav section.langs a:hover{
  background-color: #282629;
}
.service-nav section.langs:hover div.otherlangs{
  width: auto;
}
.service-nav section.langs div.otherlangs a{
  border-left: none;
  color: #efefef;
}
.service-nav section.langs div.otherlangs a:hover{
  color: #FF8000;
}


#splash {
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 2rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
#splash .header,
#splash .content {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
#splash .sport-splash .content{
  max-width: 1200px;
}
#splash .header {
  margin-bottom: 2rem;
  margin-top: 4rem;
}

#splash h2{
  font-size: 42px;
}



#splash #countrySelector a{display:block; color: #282629; padding-left: 28px; width: auto;}
#countrySelector a { background-position: left center; background-repeat: no-repeat; font-size: 22px; line-height: 42px;}
#countrySelector a:hover{ opacity: 0.85;}
#countrySelector a.be, .regionIndicator.be, .mobileCountries a.be{ background-image: url('/images/flags/flag_belgium.png');}
#countrySelector a.fr, .regionIndicator.fr, .mobileCountries a.fr{ background-image: url('/images/flags/flag_france.png');}
#countrySelector a.uk, .regionIndicator.uk, .mobileCountries a.uk{ background-image: url('/images/flags/flag_uk.png');}
#countrySelector a.es, .regionIndicator.es, .mobileCountries a.es{ background-image: url('/images/flags/flag_spain.png');}
#countrySelector a.de, .regionIndicator.de, .mobileCountries a.de{ background-image: url('/images/flags/flag_germany.png');}
#countrySelector a.nl, .regionIndicator.nl, .mobileCountries a.nl{ background-image: url('/images/flags/flag_netherlands.gif');}
#countrySelector a.com, .regionIndicator.com, .mobileCountries a.com{ background-image: url('/images/flags/flag_international.gif');}
#countrySelector a.no, .regionIndicator.no, .mobileCountries a.no{ background-image: url('/images/flags/flag_no.png');}
#countrySelector a.se, .regionIndicator.se, .mobileCountries a.se{ background-image: url('/images/flags/flag_se.png');}
#countrySelector a.fi, .regionIndicator.fi, .mobileCountries a.fi{ background-image: url('/images/flags/flag_fi.png');}
#countrySelector a.pl, .regionIndicator.pl, .mobileCountries a.pl{ background-image: url('/images/flags/flag_poland.png');}

  .declineCookies{
  height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    color: #FFF;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: underline;
}

.declineCookies:hover{
  color: #FF8000;
  text-decoration: underline;
}

.acceptOrDecline{
  margin-top: 30px;
  display: inline-block;
}

.acceptOrDecline span{
  color: #FFF;
  font-size: 16px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
}
  
  .cookieBox{
    padding-top: 0px !important;
  }

  .cookieSwitch{
    width: 30px;
    height: 30px;
    border: 1px solid black;
    display: inline-block;
    vertical-align: middle;
  }

  .cookieOptions{
    margin-bottom: 10px;
  }

  .cookieBox h5{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .cookieOptions .radio-toggle span{
    text-transform: uppercase;
  }

  .cookieOptions .radio-toggle input{
    display: none;
  }

  .cookieOptions .radio-toggle input:checked ~ label{
    background-color: #ff8000;
    color: #FFF;
  }

  .cookieOptions .radio-toggle.disabled input:checked ~ label{
    background-color: #9e9e9e;
    color: #FFF;
  }

  .cookieOptions .radio-toggle.disabled{
    opacity: 0.5;
  }

  .cookieOptions .radio-toggle label{
    float: left;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    border-left: 1px solid #9e9e9e;
    max-width: 50%;
    min-width: 7%;
    text-align: center;
    padding: 5px 5px;
  }

  .cookieOptions .radio-toggle label:hover{
    cursor: pointer;
  }

  .cookieOptions .radio-toggle.disabled label:hover{
    cursor: not-allowed;
  }

  .cookieOptions .radio-toggle:nth-child(2) label{
    border-right: 1px solid #9e9e9e;
  }

  .cookieOptions span.cookieName{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 10px;
  }

.productOverview .header{
  width: auto;
  margin-left: -15px !important;
}
.productOverview .breadcrumbBlock{
  height: 100px;
  position: relative;
}

.productOverview .breadcrumbs{
  position: absolute;
  top: 60%;
}

.productOverview .breadcrumbs a{
  color: #FF8000;
  text-decoration: underline;
}

.productOverview .productTitle{
  text-align: left;
  font-size: 32px !important;
  line-height: 35px !important;
}

.productOverview .productBlock{
  margin-bottom: -1px;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
}

.productOverview .productBlock .tileLink{
  border-bottom: 1px solid #e6e6e6;
}

.productOverview .productBlock:last-child{
  border-right: 1px solid #e6e6e6;
}

.productOverviewHeader{
  position: relative;
  display: block;
}

.noResultsFound{
  margin-left: 10px;
}

/* CONTACT */

p.address{font-size:22px;line-height: 1.3;letter-spacing:0.2px;font-weight:bold;padding-bottom:35px;font-style:italic;}
p.address i.icon{vertical-align: middle;margin-top:-2px;}
p.address.withIcons{padding-bottom:15px;display: table;}
p.address.withIcons i, p.address.withIcons span{display:table-cell;}
p.address.withIcons span{padding:0;line-height:33px;}

/* CONTACT */

/* STORE FINDER */
.storeFinderHeader{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  top:calc(50% - 100px);
  /*margin-top: -35px;*/
}
.header.smallHeader .storeFinderHeader{top: 27%;}
.storeLocator{
  height: 420px;
  min-height: 350px;
  min-height: 350px;
}

.storeLocator .header{
  width: auto;
  margin-left: 0px;
}

.storeLocatorMap{
  padding-right: 30px;
  padding-left: 30px;
}

.storeLocator .header.smallHeader{
  height: auto;
}

.drop.countries{
  height: 200px;
  overflow-y: scroll;
}

.stores h6{
  font-weight: 100;
  font-style: italic;
  font-family: nimbus-sans,sans-serif;
  text-transform: uppercase;
}

.stores img{
  display: block;
  margin: auto;
  height: 64px;
}

.store-locator-search .store-locator-dropdown span, .store-locator-search .store-locator-dropdown input, .fake-dropdown span{
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px !important;
  font-family: nimbus-sans,sans-serif;
}

.store-locator-img{
  background-color: #FBFBFC;
}

.store-locator-dropdown.countries{
  width: 300px !important;
}

.store-locator-dropdown.city{
  width: 350px !important;
}
/* \ STORE FINDER */

/* NEWS */
/*
.sub-nav ul li { display: inline; list-style: none; line-height: 74px; padding-left: 40px; font-size: 16px; text-transform: uppercase;}
.sub-nav ul li a{ color: #282629; font-family: nimbus-sans-condensed, sans-serif; font-weight: 100; font-style: italic; }
.sub-nav ul li a:hover{text-decoration: underline;}
.sub-nav ul li a.hasSubNav { padding-right: 25px; background: url('/images/icons/sub-arrow.png') right center no-repeat;}*/



.news-title{
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  position: absolute;
  top: 30%;
  letter-spacing: -1px;
  margin-left: 20px;
}

.newsBreadCrumb{
  height: 120px;
  position: relative;
}

.newsSubscribe{
  height: 60px;
  line-height: 50px;
  font-style: italic;
}

.newsRow{
  display: flex;
  /*justify-content:space-between;*/
}

/*.newsOverview .header{
  width: auto;
  margin-left: -15px !important;
}
*/
.newsBackTo a img{
  height: 10px;
  margin-right: 5px;
}

.newsBackTo a{
  color: #A9A5A8;
  font-family: arial, nimbus-sans, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 60px;
  font-style: italic;
  text-transform: uppercase;
}
.newsBackTo a:hover{
  text-decoration: underline;
}


.newsImgWrapper{
  /*height: 500px !important;*/
  /*height:250px;*/
}

.newsImg{
  /*max-height: 250px;
  height: 250px;*/
  /*min-height:240px;*/
  width: 100%;
}

.newsBlock{
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.newsContent{
  padding: 30px 35px 40px 35px;
  /*text-transform: uppercase;
  font-family: nimbus-sans-condensed, sans-serif;
  font-style: normal;*/
}

p.newsDate{
  /*font-size: 18px;*/
  font-style: italic;
  font-weight: 100;
  font-family: arial, nimbus-sans, sans-serif;
  text-transform: uppercase;
  margin-bottom:5px;
  margin-left:5px;
}

.newsTitle{
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  font-size: 26px;
  margin-bottom:20px;

  /*height: 60px;*/
}

.newsTile{
  cursor:pointer;
}

.newsText{
  /*line-height: 26px;
  margin-top: 10px;
  font-style: italic;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;*/
}

.newsCarousel{
  /*height: 550px;
  max-height: 550px;*/
}

.newsCarousel img{
  max-width: 100% !important;
}

.newsCarousel .item{
  padding: 0px !important;
}

.newsHeaderContent .button{margin-top: 15px;}

.newsHeaderContent{
  position: absolute;
  bottom: 10%;
  bottom: calc(10% + 85px);
  left: 35px;
  width: 60%;
  text-align: left;
}
.newsHeaderContent p.newsDate{color:#fff;margin-bottom:0px;text-shadow: 1px 1px 3px #484848;}

.newsHeaderContent h4{
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  font-family: nimbus-sans-condensed, sans-serif;
  text-shadow: 1px 1px 4px #484848;
}

/*.newsHeaderContent p{
  color: #fff;
  font-style: italic;
  font-weight: 100;
  font-family: nimbus-sans-condensed, sans-serif;
  margin-bottom:0px;
  text-transform: uppercase;
}
*/
.carousel-indicators li{
  border-radius: 100%;
  background-color: #fff;
  border:none;
  margin-right: 5px;

}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FF8000;
    border: none;
    margin-right: 5px;
}

.newsLoad a{
  background-color: #282629 !important;
}

.youMightAlsoLike{
  padding-top: 50px;
}

.subscribeTo{
  display: inline-block;
}

.subscribeToClose{
  position: relative;
 /* left: 10px;*/
 top: 10px;
}

/* \ NEWS */

.contactBox{padding: 10px 30px;}
.contactImage{float:left;}
.contactImage img{margin-right:10px;}
.contactsWrapper{ border-bottom: 1px solid #ccc; padding-right:15px; padding-left:15px;}
.contactsWrapper h3{margin-top: 30px;}
.contactsWrapper.last{border:none;}
.contactBox{padding: 0 45px 40px 20px;}
.contactBox h4{color:#FF8000; font-size: 28px;}
.contactImage{float:left; width:90px; margin-right: 6px;}
.contactImage .nophoto{border: 1px solid #333;}
.contactEmail{margin-bottom: 5px;}
.contactInfo .contactEmail, .contactInfo .contactPhone, .contactInfo a{color: #A9A5A8}
.contactsWrapper .editBlock{margin-bottom: 20px;}
.contactBox.distributors{padding:0px; margin-top: 30px;}
.distributorRow:last-child {
    padding-bottom: 30px;
}

.lastInput{
  padding-bottom: 10px;
}

.cancelLink{
  padding: 5px 0px;
  margin-left: 30px;
  display: inline-block;
  width: auto;
  font-style: normal;
  font-weight: 100;
  text-transform: uppercase;
  font-family: nimbus-sans-condensed, sans-serif;
  position: relative;
  overflow: hidden;
  border: none;
}

.wordBreak{
  word-break: break-word;
}

.white-space{
  white-space: nowrap;
}

.message {
   position: fixed;
   display: inline-block;
   margin: 0 auto;
   left: 0;
   right: 0;
   margin-top: 20px;
   width: 300px;
   padding: 10px 10px 10px 20px;
   color: #fff;
   border-radius: 2px;
   z-index: 99;
   top: 20px;
}
.message.success{
  /*background: #7ED321;*/
  background: #6cbf6d;
}
.message.error{
  background: #df5752;
}
.message.warning{
  background: #f1b55f;
}
.message.info{
  background: #6bc6e1;
}
.message ul li{
  list-style: none
}

.message i {
  margin-right: 10px;
  font-size: 30px;
  position: absolute;
}
.message.error i {
  font-size: 28px;
  line-height: 36px;
}

.message h4 {
  display: inline-block;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}
.message h5 {
  display: inline-block;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

#feedback .closeMessage {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/icons/icon-close-white.png') center center no-repeat;
  float: right;
  opacity: 0.9;
  position: absolute;
  right: 10px;
  top: 10px;
}

#feedback .closeMessage:hover {
  cursor: pointer;
  opacity: 1;
}
.message i.icon-close-white{
  position: relative;
  right: 0;
  top: 0;
  background-size: 10px;
}

.newsSubscribe::before{
  top: 4px !important;
}

.contactClose{
  padding-left: 0px !important;
}

.header .grid-item.type-video{
  max-height: 80vh;
  height: 80vh;
  position: relative;
}
.video iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.video .wrapper {
  display: block;
  height: 300%;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-menu, .v-mobile{
  display: none;
}

/* Size charts */
#sizing table{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
}
#sizing table th{
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-family: nimbus-sans-condensed, sans-serif;
  padding-top: 3px;
  padding-bottom: 12px;
  text-align: center;
}
#sizing table td{
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: nimbus-sans-condensed, sans-serif;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
#sizing table .unitToggle{
  cursor: pointer;
  font-weight: 300;
}
#sizing table .unitToggle:hover{
  text-decoration: underline;
}
#sizing table .unitToggle.active{
  font-weight: 800;
}
#sizing table td:first-child, #sizing table th:first-child{
  text-align: left;
  width: 20%;
  min-width: 160px;
  font-weight: 100;
}
#sizing table tr:last-child td{
  border-bottom: none;
}
#sizing span.listItem{
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 22px;
  color: #fff;
  background: #e58303;
  text-align: center;
  border-radius: 16px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-family: nimbus-sans-condensed, sans-serif;
}
#sizing span.listItem i{
  margin-left: -3px;
}
#sizing h5{
  font-size: 20px;
  line-height: 32px;
  color: #fafafa;
}
#sizing p{
  font-size: 14px;
  color: #fafafa;
}

.empty-row.wrap, .empty-row .wrap{ padding-top: 1px; padding-bottom: 1px; }
.empty-row.bigWrap, .empty-row .bigWrap{ padding-top: 2.5px; padding-bottom: 2.5px; }

.checkout .container{
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 15px;
  background: #fff;
}

.checkout .container p{
  font-size: 20px;
  line-height: 22px;
  color: #282629;
  font-weight: 300;
  margin: 5px 0;
  font-family: "nimbus-sans", sans-serif;
}

.checkout .container h4{
  font-family: "nimbus-sans-condensed",sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  color: #282629 !important;
  margin-top: 30px !important;
  text-transform: uppercase;
}

#cookieNotify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(6, 6, 6, .85);

/*    background: rgba(120, 144, 156, .85);
*/    padding: 12px 0;
    z-index: 9999;
/*    height: 230px;
*/    padding-top: 50px;
    padding-bottom: 50px;
}

#cookieNotify #cookieDough {
    margin: 0 auto;
    line-height: 22px;
    font-size: 14px;
    display: table;

}
/*#cookieNotify #cookieDough div{
    display: table-cell;
    vertical-align: middle;

}*/
#cookieNotify #cookieTitle {
    color: #FF8000;
    line-height: 20px;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 800;
}
#cookieNotify #cookieDough p#crunchyTextBits {
    float: left;
    color: #fff;
    padding-right:100px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

#cookieNotify #cookieDough p>a {
    color: #fff;
    text-decoration: underline
}

#cookieNotify #cookieDough p>a:hover {
    color: #FF8000;
}

.eatYummyCookies{
  margin-top: 43px;
}

i.fa-search{
  margin-left: -10px;
  margin-right: 10px;
  font-size: 26px;
  color: #000;
}

/* REWORK PRODUCT OVERVIEW + DETAIL */
.product-overview{
  padding-bottom: 70px;
}

.product-overview .products .spinner-container{
  position: relative;
}

.product-overview .products .spinner{
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #555; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 100px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.product-overview .products{
  padding: 60px 0px 70px 79px;
}

/*.product-overview .products.related-products{
  padding: 60px 0px 0px 79px;
}*/

.product-overview .products .product-header{
  width: 100%;
  border-bottom: 1px solid #5e5e5e;
  color: #5e5e5e;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 24px;
  text-transform: uppercase;
}

.product-overview .products .product{
  text-align: center;
  cursor: pointer;
}

.product-overview .products .product:first-of-type{
  margin-top: 50px;
}

.product-overview .products .product div{
  font-weight: 700;
  font-style: italic;
  color: #333333;
  text-transform: uppercase;
}

.product-overview .products .product img{
  max-width: 100%;
  transition: all 0.35s ease-in-out;
  margin-bottom: 10px;
}

.product-overview .products .product:hover img{
  transform: scale3d(1.05,1.05,1);
}

.product-overview .advanced-search{
  padding: 20px 30px;
}

.product-overview .advanced-search input{
  min-width: auto;
  width: 100%;
  font-family: FontAwesome, Arial; font-style: normal;
  padding:  9px 10px;
  background: #eaeaea;
  border: 1px solid #9e9e9e;
  border-radius: initial;
}

.product-overview .advanced-search input::placeholder {
  color: #b1b2b1;
  opacity: 1;
}

.product-overview .advanced-search input:-ms-input-placeholder {
  color: #b1b2b1;
}

.product-overview .advanced-search input::-ms-input-placeholder {
  color: #b1b2b1;
}

.product-overview .advanced-search .radio-toggle span{
  text-transform: uppercase;
}

.product-overview .advanced-search .radio-toggle input{
  display: none;
}

.product-overview .advanced-search .radio-toggle input:checked ~ label{
  background-color: #9e9e9e;
}

.product-overview .advanced-search .radio-toggle label{
  float: left;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  max-width: 50%;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  font-style: italic;
  font-weight: 800;
}

.product-overview .advanced-search .radio-toggle.triple label{
  max-width: 33.33%;
}

.product-overview .advanced-search .radio-toggle:last-of-type label{
  border-right: 1px solid #9e9e9e;
}

.product-overview .advanced-search .search-header-checkbox{
  font-weight: 800;
  text-transform: uppercase;
}

.product-overview .advanced-search .checkbox-list .hide-checkmark{
  display: none;
}

.product-overview .advanced-search .checkbox-list .custom-checkmark{
  position: absolute;
    top: 4px;
    left: 0;
    background-color: #eaeaea;
    flex-shrink: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #000000;
}

.product-overview .advanced-search .checkbox-list .checkbox-container{
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.product-overview .advanced-search .checkbox-list input:checked ~ .custom-checkmark{
  background-color: #000000;
}

.product-overview .advanced-search .sep{
  border-bottom: 1px solid #646464;
}

.product-overview .light-gray-bg, .product-overview .advanced-search .row{
  background-color: #eaeaea;
}

.mobile-hide{
  display: block !important;
}

.desktop-hide{
  display: none !important;
}

.back-to a{
  color: #282629;
}

.back-to a:hover .back-to-text{
  text-decoration: underline;
}

.back-to-arrow, .icon-image-browse-left{
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #7c7c7c;
  display: inline-block;
  margin-right: 10px;
}
.back-to-text{
  vertical-align: top;
  display: inline-block;
  margin-top: -1px;
}

.arrow-right{
  border: solid #282629;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 5px;
    vertical-align: top;
    margin-top: 5px;
}

.icon-image-browse-right{
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #7c7c7c;
  display: inline-block;
  margin-right: 10px;
}

.icon-image-browse-left, .icon-image-browse-right{
  position: absolute;
  top: 50%;
  left: calc(60% - 25px);
}

.product-detail .superzoomIcon:after{
  content:"\f00e";
  font-family: FontAwesome;
  color: #A9A5A8;
  position: absolute;
  right: 20px;
  top: 460px;
  font-size: 22px;
  font-style: normal;
}



.product-detail .product-info .back-to{
  margin-bottom: 50px;
}

.product-detail .product-info{
  padding: 30px;
  min-height: 550px;
}

.product-detail .product-info .row{
  background-color: #eaeaea;
}

.product-detail .product-info .art-nr{
  color: #8a8a8a;
  font-style: italic;
  font-size: 14px;
}

.product-detail .product-info .tech-spec{
  padding-left: 17px;
}

.product-detail .product-info .tech-spec ul li{
  margin-bottom: 3px;
}

.product-detail .product-info .tech-spec ul li span{
  position: relative;
  left: -5px;
}

.product-detail .product-info .info p{
  font-size: 16px;
  margin-bottom: 10px;
  color: #383838;
  line-height: 20px;
    font-family: nimbus-sans-condensed, sans-serif;
}

.product-detail .product-info .info p:not(:first-of-type){
  display: none;
}

.product-detail .product-info .info a{
  color: #282629;
  text-decoration: underline;
}

.product-detail .product-info .product-metadata{
  border: 1px solid #9e9e9e;
  padding: 6px 10px;
  width: 44%;
  max-width: 200px;
}

.product-detail .product-info .product-metadata i, .product-detail .product-info .product-metadata span{
  vertical-align: middle;
}

.product-detail .product-info .product-metadata i{
  background-size: 30px;
    width: 28px;
    height: 27px;
    margin-right: 10px;
}

.product-detail .product-info .product-metadata span{
  font-weight: 700;
  font-style: italic;
}

.product-detail .product-info .product-metadata a{
  color: #000;
}

.product-detail .product-info .product-metadata a:hover span{
  text-decoration: underline;
}

.product-detail .product-info .product-metadata-passive{
  font-weight: 800;
  font-style: italic;
  padding:  0px 10px;
  display: inline-block;
  color: #909090;
}

.product-detail .light-gray-bg, .product-detail .product-info .row{
  background-color: #eaeaea;
}

.product-detail .get-in-touch{
  background:  #828282;
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
}

.product-detail .get-in-touch a.button{
  vertical-align: top;
  margin-top: -5px;
  margin-left: 50px;
  background: #d7d7d7;
  color: #000;
  font-weight: 700;
  font-style: italic;
}

.related-products .related-products-overview{
  padding: 0px 70px 80px 70px;
  border-bottom: 1px solid #5e5e5e;
}

.related-products .related-products-header{
  width: 100%;
  border-bottom: 1px solid #5e5e5e;
  color: #5e5e5e;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 24px;
}


.icon-size-chart{
    background: url('/images/icons/icon-size-chart.png') center center no-repeat; 
}
.icon-size-tool{
    background: url('/images/icons/icon-size-tool.png') center center no-repeat;
}
.icon-design-your-own{
    background: url('/images/icons/icon-design-your-own.png') center center no-repeat;
}



/* ===== RESPONSIVE ====  */
@media only screen and (min-width: 1710px) {
  /* .slick-next,.slick-prev{top:50%!important;}*/
	.slick-next{right:calc(50% - 550px)!important;}
	.slick-prev{left:calc(50% - 550px)!important;}
	.container.content .row.image-gallery:first-child .slick-prev{left:calc(50% - 800px)!important;}
	.container.content .row.image-gallery:first-child .slick-next{right:calc(50% - 800px)!important;}
}

@media only screen and (max-width:1500px){
	#headerCarousel .right.carousel-control{width:100px;right:50%!important;right:calc(50% - 700px)!important;left:auto!important;}
	#headerCarousel .left.carousel-control{width:100px;left:0!important;left:calc(50% - 700px)!important;right:auto!important;}
}


@media only screen and (max-width: 1200px) {
  .content .row.header:first-child, .content .row.image-gallery:first-child{width:auto;margin-left:-15px;}
	.content .row.image-gallery:first-child, .content .row.image-gallery:first-child .gallery{
    	position:relative!important;
    }
  .content .row.image-gallery:first-child .slick-next,.content .row.image-gallery:first-child .slick-prev{top:50%;top:calc(50% - 20px);}
	#headerCarousel .right.carousel-control{right:50%!important;right:calc(50% - 500px)!important;left:auto!important;}
	#headerCarousel .left.carousel-control{left:0!important;left:calc(50% - 500px)!important;right:auto!important;}
	.slick-next{right:4%!important;}
	.slick-prev{left:4%!important;}
	.container.content .row.image-gallery:first-child .slick-prev{left:15%!important;}
	.container.content .row.image-gallery:first-child .slick-next{right:15%!important;}

  .product-detail .product-info .product-metadata{
    display: block;
    width: 60%;
  }

  .product-detail .product-info .product-metadata-passive{
    display: none;
  }

}


@media only screen and (max-width: 1024px) {
  .row.header + .row{ margin-top: 0px; }
  .slick-next{right:calc(50% - 400px)!important;}
  .slick-prev{left:calc(50% - 400px)!important;}

  .store-locator-dropdown.countries{
    max-width: 265px!important;
  }
  .store-locator-dropdown.city{
        width: 280px!important;
  }
}

@media only screen and (max-width: 960px) {
	#headerCarousel .right.carousel-control{right:50%!important;right:calc(50% - 400px)!important;left:auto!important;}
	#headerCarousel .left.carousel-control{left:0!important;left:calc(50% - 400px)!important;right:auto!important;}
	.slick-next{right:6%!important;}
	.slick-prev{left:6%!important;}
}

@media only screen and (max-width: 992px) {
  /* lfix */

 html, body{
    overflow-x: hidden;
  }
  .content .header:first-child ~ .TICgridBox:nth-child(2){
    top:0 !important;margin-bottom:0 !important
  }
  .row.header .grid-item.type-image.vertical-align div.titleBox{
    top: auto !important;
    bottom: 50% !important;
    transform: translatey(60px) !important;
  }
  /* /lfix */
  .content:not(.newsOverview) .row.header:first-child, .content:not(.newsOverview) .row.image-gallery:first-child{
    width: 100%;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .container.content .row.image-gallery:first-child .slick-next{
    right: 15px!important;
  }
  .container.content .row.image-gallery:first-child .slick-prev{
    left: 15px!important;
  }
  .content .row.image-gallery:first-child .slick-next, .content .row.image-gallery:first-child .slick-prev{
    top: 50%;
  }

  .v-mobile{
    display: block;
  }

  .v-dtop,
  .content .row.header:first-child + .row.TICgrid.v-dtop{
    display: none!important;
  }


  .mobile-menu-trigger{
    display: block;
    float: right;
  }

  .mobile-menu-trigger a{
    display: block;
    width: 49px;
    height: 74px;

    background: url('/images/icons/mob-menu.png') center center no-repeat;
    background: url('/images/icons/mob-menu.svg') center center no-repeat;
    background-size: 36px 36px;
  }
  .nav-open .mobile-menu-trigger a{
    background: url('/images/icons/mob-menu-close.png') center center no-repeat;
    background: url('/images/icons/mob-menu-close.svg') center center no-repeat;
    background-size: 32px 32px;
  }

  .main-nav .container{
    width: auto;
  }

  .mobile-menu .hasSubWrap .menuArrow{
    display: none !important;
  }

/*  .main-nav ul{
    display: none;
  }*/

  .nav-open .mobile-menu ul{
    display: block;
    width: 100%;
    padding: 25px 0 58px;
  }
  .mobile-menu ul li{
    display: block;
    padding-left: 25px;
    margin-left: 0px;
    border-bottom: 1px solid #e4e4e4;
  }

  .mobile-menu ul li a{
    font-size: 21px;
    width: 100%;
    color: #A9A5A8;
    font-family: arial, nimbus-sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 44px;
    text-transform: uppercase;
  }

  .main-nav.mobile-open .mobile-menu ul li ul{
    padding: 0;
    margin-bottom: 15px;
  }

  .main-nav.mobile-open .mobile-menu ul li ul li.listHead a{
    color: #252525;

  }

  .mobile-menu ul li a.hasSub:after, .sub-nav ul li a.hasSubNav:after{
    content: '\f105';
    font-family: FontAwesome;
    color: #A9A5A8;
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 15px;
    font-style: normal;
  }

  /* mobile nav drop */
  .nav-open #mobileNav {
      position: fixed;
  }
  #nav-mobile-drop {
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    display: none;
    width: 100%;
    z-index: -1;
    top: 124px;
    left: 15px;
    border-top: 1px solid #282629;
  }

  .nav-open {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .nav-open #nav-mobile-drop {
    display: block;
    opacity: 1;
    padding: 0px;
    padding-bottom: 60px;
    z-index: 17;
  }
  .nav-open .service-nav{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 19;
  }
  .nav-open .main-nav{
    position: fixed;
    width: 100%;
    top: 34px;
    z-index: 19;
  }
  .nav-open .container.content{
    padding-top: 129px;
  }

  .nav-open .main-nav-drop{
    margin-top: 124px;
    z-index: 18; 
    position: fixed;   
  }

  .mobile-sport-splash{
    display: block !important;
  }
  .desktop-sport-splash{
    display: none;
  }

  .nav-open .main-nav-drop .button{
    position: absolute;
    right: 0;
  }

  .product-overview .advanced-search .radio-toggle.triple label{
    max-width: 33.33%;
  }

  .product-overview .products{
    padding: 60px 15px 70px 15px;
  }

  .product-overview .products .spinner{
    top: 50px;
    left: 45%;
  }

  .carousel-inner .item img{
    max-width: 78%;
  }

  .desktop-hide{
    display: block !important;
  }

  .mobile-hide{
    display: none !important;
  }

  .product-detail .get-in-touch{
    text-align: left;
    font-size: 20px;
  }

  .product-detail .get-in-touch a.button{
    padding: 5px 15px 5px 20px;
    display: inline-block;
    float: right;
    margin-left: 0px;
  }

  .product-detail .get-in-touch .button:before{
    left: 6px;
  }

  .product-sep{
    border-bottom: 1px solid #5e5e5e;
    margin-top: 75px;
  }

  .related-products .related-products-overview{
    padding: 0px 70px 0px 70px;
    border-bottom: none;
  }

  .product-detail .product-info{
    min-height: initial;
  }

}


@media only screen and (max-width: 768px){
  #sizing table td:first-child, #sizing table th:first-child{
    width: auto;
    min-width: 50px;
    font-weight: 100;
  }
  .desktoponly{ display: none;}
  .mobileNoPadding{ padding: 0px; }
  .mobileonly{
    display: block;
  }
  .main-nav-drop.mobileonly {
    display: none;
  }

  .row.TICgrid.flex{
    display: block;
  }

  .content .row.header:first-child + .row.youtube,
  .content .row.header:first-child + .row.flex, .content .row.header:first-child + .overlayWrap .row.TICgrid,
  .content .row.image-gallery:first-child + .row.flex, .content .row.image-gallery:first-child + .overlayWrap .row.TICgrid{
    top: 0;
    padding-top: 0px;
  }
  .content .row.header:first-child + .news-detail, .content .row.header:first-child + .news-detail div[class*='col-'], .content .row.header:first-child + .row, .content .row.header:first-child + .row div[class*='col-'],
  .content .row.header:first-child + .overlayWrap .row.TICgrid, .content .row.header:first-child + .overlayWrap .row.TICgrid div[class*='col-'], .content .row.image-gallery:first-child + .news-detail, .content .row.image-gallery:first-child + .news-detail div[class*='col-'],
  .content .row.image-gallery:first-child + .overlayWrap .row.TICgrid, .content .row.image-gallery:first-child + .overlayWrap .row.TICgrid div[class*='col-'], .content .row.image-gallery:first-child + .row, .content .row.image-gallery:first-child + .row div[class*='col-']{
    margin-top: 0px;
  }
  .content .row.image-gallery:first-child + .overlayWrap .row.TICgrid.flex, .content .row.image-gallery:first-child + .row.TICgrid.flex, .content .row.header:first-child + .overlayWrap .row.TICgrid.flex, .content .row.header:first-child + .row.TICgrid.flex{
    display: block!important;
    margin-bottom: 0px;
  }

  .grid-item.type-text-img div.paddedBox, .grid-item.type-text-img img{
    display: block;

    height: auto;
  }
  .homeNavGrid img{
    margin-left: -50%;
  }
  .row.TICgrid .homeNavGrid.grid-item{
    height: 400px;
  }

  .storeFinderHeader {
    position: relative;
    margin-top: -226px;
  }

  .fake-dropdown.bigFormItem li.main span{
    height: 44px;
    line-height: 44px;
    font-size: 18px!important;
  }
  .fake-dropdown.bigFormItem li.main span:after{
    height: 44px;
    line-height: 44px;
    font-size: 32px;
  }
  input[type='text'].store-locator-dropdown{
    font-size: 18px!important;
    line-height: 46px;
    height: 46px;
    max-width: 60%;
    width: 60%!important;
    min-width: 100px;
  }
  .fake-dropdown.large{
    width: 100%!important;
  }
  .fake-dropdown.small{
    width: 40%;
    min-width: inherit;
    display: inline-block;
  }
  .fake-dropdown li.main span:after{
    right: 7px;
  }
  .store-locator-dropdown.inlineFormItem{
    margin-right: 0px;
  }
  .icon-button.bigFormItem{
    width: 100%;
    margin: 10px 0 25px;
    margin-top: 10px;
    height: 44px;
    line-height: 44px;
    font-size: 26px;
  }
  .storeLocator{
    height: auto;
  }
  .store-locator-search{
    z-index: 16;
  }

  .contactsWrapper .paddedBox{
    padding: 0px;
  }

  .grid-item.type-image .image-thumb img{
    max-width: 100%;
  }

  .intro .grid-item div.paddedBox{
    padding: 50px 15px 50px 45px!important;
  }
  .intro .grid-item h2{
    font-size: 32px;
  }
  .intro .grid-item p, .grid-item.youtubeCol .titleBox p{
    font-size: 16px; line-height: 24px;
  }
  .intro:not(.noIcon) .grid-item div.paddedBox:before {

    font-size: 55px;
    margin-left: -30px;
    margin-top: 7px;
  }

  .otherBrands{
    margin-top: 50px;
  }

  .locator-results .tableRow h6{
    font-size: 18px;
    line-height: 24px;
  }
  .locator-results .tableRow p{
    font-size: 14px;
  }

  .productGallery{margin-top:190px;}
  .productGallery .galleryRow{ display: block;}

}


@media only screen and (max-width: 600px) {


  h2{font-size: 36px; line-height: 38px;}
  h3{font-size: 30px; line-height: 43px;}
  h4{font-size: 26px; line-height: 32px;}
  h5{font-size: 21px; line-height: 27px;}
  h6{font-size: 16px; line-height: 24px;}

  div.paddedBox, .grid-item.type-link.col-md-12 div.paddedBox, .grid-item.type-text-img div.paddedBox {
    padding: 30px 20px;
  }
  .grid-item div.titleBox a, .subscribe .grid-item a, .grid-item a.button{
    font-size: 20px;
    line-height: 24px;
  }

  .homeNavGrid.grid-item div.paddedBox{
    padding: 50px 20px;
  }


  .row.galleryRow, .row.subscribe, .row.youtube, .row.flex, .flex{
    flex-direction: column;
  }

  .productHeader #headerCarousel {
    margin-left: 0;
    width: 100%;
  }
  .productHeader + .content-body{
    top: 0;
  }

  .otherBrands{
    margin-top: 35px;
  }
  .otherBrands h4{
    font-size: 24px;
  }
  .brand.hunter, .brand.reskin, .brand.reskinxl{
    width: 50%;
    margin-left: 0px;
  }
  .brand.hunter{
    background-size: 90%;
  }
  .brand.reskin{
    background-size: 50%;
  }
  .brand.reskinxl{
    background-size: 100%;
    margin-left: 10px;
  }

  .footer p.icon-mail{ margin-bottom: 25px;}

  .header h1, .store-finder h1, .alignCenter h2, .alignCenter h1{
    font-size: 42px;
    line-height: 52px;
    margin-top: 25px;
  }

  .grid-item .paddedBox ul, .grid-item .paddedBox ol{
    padding-left: 25px;
  }

  .sub-nav ul{
    border: none;
    width: 100%;
  }
  .sub-nav ul li{
    display: block;
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
  }
  .sub-nav ul li a.hasSubNav{
    width: 100%;
  }
  .sub-nav ul li a.hasSubNav:after{
    right: 0;
  }
  .sub-nav-search:after{
    right: 15px;
  }
  .sub-nav ul li:not(:first-child) {
    margin-left: 0px;
  }
  .sub-nav ul li:last-child{
    padding: 0;
  }
  .sub-nav-search .searchInput{
    padding-left: 20px!important;
    width: 100%;
    background: #FAFAFA;
  }

  .newsBackTo{
    padding-left: 15px;
  }

  #splash{
    padding: 1em 0em;
  }
  #splash .header{
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  #splash #countrySelector{
    margin-top: 20px;
  }
  #splash #countrySelector a{
    padding-left: 0px;
    font-size: 15px;
  }
  #splash #countrySelector i.icon.icon-flag{
    margin-bottom: -2px;
  }

  div.paddedBox.large{
    padding: 30px 20px;
  }

  .fullWidth{
    max-width: 100%;
    min-width: inherit;
  }

  p.address{
    font-size: 18px;
    line-height: 22px;
  }

  .container.mini {
    width: 95%;
  }

  .main-nav-drop ul{
    margin-bottom: 35px;
  }

  .featureLogo{
    text-align: left;
  }
  .featureDescr{
    padding-left: 15px;
    padding-right: 15px;
  }
  .featureDescr .paddingRight{ padding-right: 0px; }

  .zemen .featureLogo img{
    max-width: 80px;
  }

  .storeFinderHeader{
    position: relative;
    margin-top: -120px;
  }
  .store-locator-search{
    margin-top: 50px;
  }
}


@media only screen and (max-width: 414px) {



  .homeNavGrid.grid-item div.paddedBox h2{
    font-size: 40px;
    line-height: 40px;
  }
  .homeNavGrid.grid-item div.paddedBox h5{
    font-size: 16px;
  }

  .nav-logo a {
    display: inline-block;
    width: 132px;
    height: 74px;
    background-size: 132px 49px;
  }
  .storeFinderHeader{
    position: relative;
    margin-top: -120px;
  }
  .store-locator-search{
    margin-top: 50px;
  }



}

@media only screen and (max-width: 374px) {

}
