/*

*/

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
  color: #616068;
  background-color: #333333;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}
strong, b{
  font-weight: 700;
}

img{
  border: 0;
}

textarea, input{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}

.textTable{
  display: table;
  width: 100%;
  height: 100%;
}
.textCell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

div.container{
  position: relative;
  width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
div.centerContent{
  width: 1064px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.orangeButton,
.greyButton,
div.block a.orangeButton{
  display: inline-block;
  background-image: url("../images/arrow-button.png");
  background-size: 9px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-color: #de7904;
  padding-left: 15px;
  padding-right: 55px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
}
div.block a.greyButton{
  background-color: #616068;
  color: #FFF;
  text-decoration: none;
}


/*      HEADER      */
header{
  width: 100%;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  box-sizing: border-box;
  padding-top: 40px;
  z-index: 10;
}
header a.logoHolder{
  width: 150px;
  display: block;
  float: left;
}
header a.logoHolder img{
  display: block;
  width: 100%;
}

div.menuHolder{
  height: 66px;
}
div.menuHolder nav{
  position: relative;
  background-color: #FFF;
  width: 908px;
  height: 66px;
  float: right;
}
div.menuHolder nav>ul{
  height: 24px;
  text-align: right;     
}
div.menuHolder nav>ul:first-child{
  height: 66px; 
}
div.menuHolder nav>ul:nth-child(2){
  position: absolute;
  top: -36px;
  right: 0px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.75);
}

div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-weight: 400;
  font-size: 1.1em;
  height: 20px;
  margin: 0px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 16px;
  border-right: solid 1px #616068;
  cursor: pointer;
  color: #655c5c;
  vertical-align: middle;    
}
div.menuHolder nav>ul:first-child>li:nth-last-child(2){
  border: none;
}
div.menuHolder nav>ul:first-child>li:last-child{
  border: none;
  padding-right: 45px;
  background-color: #de7904;
  color: #FFF;
  margin-top: 0px;
  height: 66px;
  line-height: 66px;
}

div.menuHolder nav>ul:nth-child(2) li{
  font-size: 1em;
  color: #FFF;
  line-height: 36px;
  height: 36px;
  padding-left: 0px;
  border: none;
}

div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li:hover{
  color: #de7904;
}

div.menuHolder nav ul li.hasChild:hover ul{
  display: block;
}

div.menuHolder nav ul li ul{
  position: absolute;
  left: 0px;
  top: 20px;
  display: none;
  z-index: 5;
  background-color: #FFF;
  text-align: left;
  padding-top: 23px;
  padding-bottom: 10px;
}
div.menuHolder nav ul li ul li{
  font-size: 1em;
  height: auto;
  line-height: 30px;
  border: none;
  white-space: nowrap;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}

div.searchHolder{
  position: absolute;
  right: 0px;
  top: 110px;
  width: 200px;
}
div.searchHolder input{
  display: block;
  float: right;
  width: 150px;
  border: none;
  background-color: #FFF;
  height: 40px;
  line-height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
div.searchHolder button{
  display: block;
  float: right;
  width: 40px;
  border: none;
  background-color: #FFF;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 1.5em;
  margin-right: -1px;
  color: #5c5d62;
  text-align: center;
  cursor: pointer;
}

div.content.dealerlogin div.searchHolder{
  position: relative;
  right: auto;
  top: auto;
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
div.content.dealerlogin div.searchHolder input{
  float: left;
  width: 250px;
  margin-right: 0px;
  padding-left: 20px;
  background-color: #de7904;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #FFF;
}
div.content.dealerlogin div.searchHolder button{
  float: left;
  background-color: #de7904;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #000;
}
div.content.dealerlogin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
div.content.dealerlogin input::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  opacity: 1 !important;
}
div.content.dealerlogin input:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
div.content.dealerlogin input:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

/*      CONTENT      */
div.mainContent{
  position: relative;
  width: 100%;
  padding-top: 210px;
}
div.content{
  background-color: #FFF;
}

div.crumblePath{
  padding-top: 30px;
  padding-left: 50px;
  line-height: 20px;
  height: 20px;
  color: #848487;
}
div.crumblePath span{
  padding-left: 7px;
  padding-right: 7px;
}
div.crumblePath a:last-child{
  color: #464648;
}

div.slideshow{
  height: 403px;
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
}
div.slideHolder{
  height: 100%;
  width: 100%;
  position: relative;
}
div.slide{
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
div.arrow{
  width: 18px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.arrow.left{
  left: 25px;
  background-image: url("../images/arrow-left.png");
}
div.arrow.right{
  right: 25px;
  background-image: url("../images/arrow-right.png");
}
div.dots{
  position: absolute;
  right: 15px;
  bottom: 10px;
  text-align: right;
}
div.dots div{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-right: 5px;
  background-color: #FFF;
}
div.dots div.active{
  background-color: #707077;
}


article{
  box-sizing: border-box;
  width: 600px;
  padding-left: 50px;
  padding-top: 30px;
  float: left;
}

div.content.wide article{
  float: none;
  width: 100%;
  padding-right: 50px;
}

article h1,
article h2,
div.formHolder h2,
div.contactInfo h3{
  font-weight: 300;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 10px;
}

article h3{
  margin-bottom: 15px;
}
article p a, article ul a, article ol a, section p a, section ul a, section ol a, aside a, div.block a, .readmore{
  text-decoration: underline;
  color: #de7904;
}

article ol, article ul, section ol, section ul{
  margin-left: 15px;
}

div.block{
  background-color: #FFF;
  padding: 60px;
  position: relative;
}

div.block img,
div.block div.mediaHolder{
  display: block;
  width: 368px;
  float: left;
}
div.block div.mediaHolder img{
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

div.block div.textHolder{
  display: block;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
  max-width: 530px;
}
div.block div.textHolder.sideImage{
  padding-left: 408px;
}
a.orangeButton{
  margin-top: 25px;
}
aside{
  float: left;
  margin-left: 100px;
  padding-top: 65px;
  width: 314px;
}
aside.noTitlePadding{
  padding-top: 30px;
}
aside a{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
}
aside a:nth-child(3n+1),
aside a:nth-child(3n+1){
  margin-right: 0px;
}
aside a:first-child, aside img{
  display: block;
  width: 100%;
}




div.imageRow{
  margin-left: 50px;
  padding-top: 65px;
}
div.imageRow a{
  display: block;
  float: left;
  width: 314px;
  margin-right: 11px;
}
div.imageRow a:nth-of-type(3){
  margin-right: 0px;
}
div.imageRow a img{
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #d7d7d7;
}
div.imageRow a span{
  display: block;
}

p.tags{
  margin-top: 70px;
  padding-left: 50px;
}
div.block p.tags{
  margin-top: 20px;
  padding-left: 0px;
}
p.tags span{
  display: block;
  font-size: 2.2em;
  line-height: 1em;
  padding-bottom: 10px;
}
p.tags a{
  display: inline-block;
  background-color: #d7d7d7;
  height: 36px;
  line-height: 36px;
  border-radius: 14px;
  color: #707077;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}

div.accordion{
  margin-top: 20px;
}
div.accordion div.tab{
  background-color: #efefef;
  padding: 15px;
  padding-top: 20px;
  margin-bottom: 20px;
}
div.accordion div.tab h3{

}
div.accordion div.tab.closed div.tabText{
  height: 60px;
  overflow: hidden;
}
div.accordion div.tabButton{
  float: right;
  cursor: pointer;
}
div.accordion div.tab div.tabButton span.tabMore{
  display: none;
}
div.accordion div.tab.closed div.tabButton span.tabLess{
  display: none;
}
div.accordion div.tab.closed div.tabButton span.tabMore{
  display: block;
}

div.accordion div.tabButton span i{
  padding-right: 5px;
  color: #de7904;
}




/*      HOME     */
/*
div.mainContent.home{
  background-image: url("../images/dag.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 640px;
  position: relative;
}
div.mainContent.home div.headerVisual{
  position: absolute;
  left: 7%;
  top: 265px;
  color: #333;
  font-size: 4em;
  line-height: 1.2em;
}
*/
div.mainContent.home{
  padding-top: 640px;
  position: relative;
}
div.headerSlides{
  height: 0px;
  width: 100%;
  padding-top: 919px;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.slideshowHome{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.slideshowHome div.slide{
  background-size: auto 100%;
  background-position: center top;
}
div.homeDotHolder{
  position: absolute;
  top: 600px;
  left: 50%;
}
div.homeDotBar{
  position: absolute;
  left: -150px;
  width: 300px;
  height: 4px;
  background-color: #FFF;
}
div.homeDots{
  position: absolute;
  left: -162px;
  top: -10px;
  width: 375px;
}
div.homeDots div{
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #FFF;
  margin-left: 4px;
  margin-top: 4px;
  margin-right: 55px;
  cursor: pointer;
}
div.homeDots div.active{
  background-color: #de7904;
  width: 24px;
  height: 24px;
  margin-left: 0px;
  margin-right: 51px;
  margin-top: 0px;
  border-radius: 12px;
}
div.homeGradient{
  background-image: url("../images/header/gradient.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}



div.mainContent.home div.content{
  background: none;
  padding: 0px;
}
div.mainContent.home article,
div.mainContent.actie article{
  width: 100%;
  padding: 0px;
}

div.block.videoSliderBlock{
  background-color: rgba(97,96,104,0.9);
  color: #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
}
div.block.videoSliderBlock h2{
  text-align: left;
  margin-bottom: 15px;
  line-height: 1em;
}
div.videoSlider{
  height: 170px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
div.videoSlider.mobile{
  display: none;
}
div.videoSlider div.videoBar{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
div.block.videoSliderBlock img{
  display: block;
  width: auto;
  float: none;
}
div.block.videoSliderBlock div.arrowLeft,
div.block.videoSliderBlock div.arrowRight{
  width: 18px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 130px;
  background-image: url("../images/arrow-left.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
div.block.videoSliderBlock div.arrowRight{
  left: auto;
  right: 20px;
  background-image: url("../images/arrow-right.png");
}
div.block.videoSliderBlock a.orangeButton{
  float: none;
  display: inline-block;
  width: auto;
}


div.mainContent.home div.textHolder{
  padding-bottom: 0px;
}

div.mainContent.home p.tags a{
  background: none;
  height: auto;
  line-height: 1.2em;
  border-radius: none;
  color: #acacac;
  text-decoration: underline;
  padding-left: 0px;
  padding-right: 5px;
}


div.block.dealerMap{
  background-color: #d7d7d7;
  border-top: solid #FFF 25px;
}
div.block.dealerMap div.textHolder{
  float: left;
}

div.mainContent.home div.block.dealerMap{
  padding-top: 50px;
}
div.mainContent.home div.block.dealerMap img{
  width: 275px;
  margin-left: 80px;
}
div.mainContent.home div.block.dealerMap div.textHolder{
  padding: 0px;
}

div.mainContent.home div.block.contact{
  padding-top: 0px;
}
div.mainContent.home div.block.contact.factory{
  background: none;
  padding-top: 25px;
}


/*      ACTIE       */
div.mainContent.actie{
  padding-top: 640px;
  position: relative;
}
div.mainContent.actie div.block:nth-child(1){
  background-color: #de7904;
  background-image: url("../images/somfy_met_smartphone.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
div.mainContent.actie div.dealerBlock{
  background-color: #5d5c62;
  background-image: url("../images/marker.png");
  background-size:  auto 75%;
  background-position: 60px center;
  background-repeat: no-repeat;
  color: #FFF;
  padding: 30px;
  padding-left: 170px;
  margin-top: 20px
}
div.mainContent.actie div.block img.actiePng{
  position: absolute;
  width: 383px;
  right: 20px;
  bottom: 0px;
  z-index: 2;
}


/*      INSPIRATIE    */
div.content.inspiratie article{
  width: 100%;
  padding-right: 50px;
}
div.videoHolder{
  margin-top: 20px;
}
div.videoSliderBlock a,
div.videoHolder a{
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
div.videoSliderBlock a{
  margin-bottom: 0px;
}
div.videoSliderBlock a:nth-child(3n),
div.videoHolder a:nth-child(3n){
  margin-right: 0px;
}
div.videoHolder a:nth-child(3n+1){
  clear: both;
}
div.videoSliderBlock a span.imageHolder,
div.videoHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 56%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.videoSliderBlock a span.imageHolder img,
div.videoHolder a span.imageHolder img{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.instagramHolder a span,
div.videoHolder a span.imageHolder span{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
div.instagramHolder a:hover span,
div.videoHolder a:hover span.imageHolder span{
  display: block;
}

div.videoHolder a span.title{
  display: block;
  padding-top: 3px;
  font-weight: bold;
  font-size: 1.17em;
}
div.videoHolder a:hover span.title,
div.content.inspiratie article h2 a:hover{
  color: #de7904;
}

div.content.inspiratie article h2{
  margin-top: 40px;
}
div.instagramHolder{
  margin-top: 20px;
}
div.instagramHolder a{
  display: block;
  float: left;
  width: 32%;
  height: 0px;
  padding-top: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.instagramHolder a:nth-child(3n){
  margin-right: 0px;
}


/*      DEALER      */
article.dealerOverview{
  color: #de7904;
  text-align: center;
  width: 100%;
  padding-right: 50px;
}
article.dealerOverview div.searchHolder{
  position: relative;
  right: auto;
  top: auto;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
article.dealerOverview div.searchHolder input{
  width: 300px;
  background-color: #de7904;
  color: #FFF;
}
article.dealerOverview div.searchHolder button{
  background-color: #de7904;
  color: #FFF;
}

div.dealerHolder{
  margin-top: 40px;
}
div.dealerHolder a{
  float: left;
  display: block;
  vertical-align: top;
  background-image: url("../images/arrow-button.png");
  background-size: 9px auto;
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-color: #de7904;
  padding-left: 15px;
  padding-right: 40px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  width: 232px;
  margin-right: 12px;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 12px;
}
div.dealerHolder a:nth-child(4n){
  margin-right: 0px;
}
div.dealerHolder a:nth-child(8n),
div.dealerHolder a:nth-child(8n-1),
div.dealerHolder a:nth-child(8n-2),
div.dealerHolder a:nth-child(8n-3){
  background-color: #a3a3a3;
}


div.dealerLogoHolder{
  width: 100%;
  height: 164px;
  border: solid 1px #616168;
  padding: 30px;
  box-sizing: border-box;
}
div.dealerLogo{
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

div.times{
  background-color: #616168;
  padding: 30px;
  padding-top: 25px;
  color: #FFF;
  margin-top: 12px;
}
div.times.basic{
  background: none;
  padding: 0px;
  margin-top: 0px;
}
div.times h3{
  font-size: 2.4em;
  line-height: 1em;
  padding-bottom: 12px;
}
div.times.basic h3{
  font-size: 1.1em;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

div.times div.timeRow{
  padding-bottom: 2px;
  min-height: 10px;
}
div.times div.timeRow div.note{
  display: block;
  background: none;
  padding: 0px;
  margin-bottom: 0px;
  width: auto;
}
div.times div.timeRow div.day{
  width: 25%;
  float: left;
}
div.times div.timeRow div.time{
  width: 75%;
  padding-left: 25%;
}


div.googleMaps{
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
  padding-top: 40%;
}
div.googleMaps>div{
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-size: cover;
  background-position: center center;      
}
div.gm-style-iw{
  width: 235px !important;
}
div.mapsInfo{
  width: 235px;
}
img.mapsImage{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
h1.mapsTitle{
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 1.2em;
  text-align: left;
}
p.mapsText{
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
  line-height: 1.4em;
  height: 135px;
  overflow: hidden;
  text-align: left;
}
p.mapsText a.moreInfoDealer{
  cursor: pointer;
  display:block;
  line-height: 30px;
  height: 30px;
  background-image: url("../images/arrow-button.png");
  background-size: 9px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-color: #de7904;
  color: #FFF;
  font-weight: 400;
  padding-left: 15px;
  margin-top: 10px;  
}


/*      SEARCH      */
div.content.search article{
  width: 100%;
  padding-right: 50px;
}
a.search{
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}
a.search span.imageHolder{
  display: block;
  width: 190px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
}
a.search span.title{
  display: block;
  font-weight: 700;
  padding-left: 220px; 
}
a.search span.text{
  display: block; 
  padding-left: 220px;
}
a.search.noImage span.title, a.search.noImage span.text{
  padding-left: 0px;
}
a.search span.text span.more{
  color: #de7904;
  text-transform: uppercase;
}


/*      CONTACT     */
div.block.contact{
  display: flex;
  align-items: stretch;
  padding: 0px;
  padding-top: 25px;
  background-color: #FFF;
}
div.formHolder{
  float: left;
  width: 700px;
  padding: 50px;
  box-sizing: border-box;
  background-color: #d7d7d7;
}

div.block.contact.factory div.formHolder{
  background-color: #838383;
  color: #FFF;
}

div.formHolder h2{
  margin-bottom: 20px;
}
input.inputText, select.inputSelect{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #616068;
  height: 40px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 40px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  border-radius: 0px;
  border: none;
}
div.dealerLoginForm input.inputText{
  float: none;
  width: 100%;
  margin-right: 0px;
  border-radius: 20px;
  background-color: #de7904;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
}
select.inputSelect{
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
select.inputSelect.search{
  background-color: #de7904;
  background-image: url("../images/arrow-down-white.png");
  width: 50px;
  float: none;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 20px;
  height: 20px;
  color: #FFF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    padding-right: 0px;
    background: none;
    background-color: #FFF;
  }
}


input.inputText:nth-child(2n),select.inputSelect:nth-child(2n){
  margin-right: 0px;
}
textarea.inputArea{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #616068;
  height: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  padding: 10px;
  margin-bottom: 2%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-radius: 0px;
}
div.dealerLoginForm input.inputText.error{
  background-color: #de1904;
  color: #FFF;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #de7904;
  color: #FFF;
}

.submitButton{
  display: block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  padding: 0px;
  line-height: 40px;
  height: 40px;
  background-image: url("../images/arrow-button.png");
  background-size: 9px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-color: #5c5d62;
  color: #FFF;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 55px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
div.dealerLoginForm .submitButton{
  float: right;
  border-radius: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9a9898;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9a9898;
  opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9a9898;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9a9898;
}

.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.error::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.error:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.error:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

div.contactInfo{
  float: left;
  width: 364px;
  padding: 50px;
  padding-right: 40px;
  box-sizing: border-box;
  color: #FFF;
  background-color: #838383;
}
div.formHolder h2,
div.contactInfo h3{
  font-size: 1.6em;
}
div.contactInfo p{
  line-height: 1.5em;
}
div.contactInfo span.fa{
  font-size: 1.5em;
  padding-right: 5px;
}
div.contactInfo span.mailIcon{
  font-size: 1.5em;
  font-weight: 400;
  padding-right: 3px;
}
div.contactInfo a.tvIcon{
  margin-top: 4px;
  display: block;
  vertical-align: middle;
}
div.contactInfo a.tvIcon img{
  display: inline-block;
  width: 17px;
  padding-right: 5px;
}


div.contactInfo a{
  color: #FFF;
  text-decoration: none;
}
div.contactInfo a:hover{
  text-decoration: underline;
}
div.contactInfo span.dark{
  color: #adadad;
  font-style: italic;
}

div.mainContent.contact article{
  padding: 0px;
  width: 100%;
}
div.contactColHolder{
  display: flex;
  align-items: stretch;
}
div.contactColHolder div.block.contact{
  display: block;
  padding: 0px;
}
div.contactCol div.contactInfo,
div.contactCol div.formHolder{
  width: 100%;
  float: none;
}
div.contactCol div.contactInfo{
  min-height: 250px;
  padding-bottom: 0px;
}

div.contactCol:first-child,
div.contactCol:first-child div.contactInfo{
  background-color: #d7d7d7;
  color: #616068;
}



/*      FOOTER      */
footer{
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 18px;
}
footer div.centerContent{
  color: #FFF;
  padding-top: 25px;
  background-color: #FFF;
}
footer.home div.centerContent{
  padding-top: 0px;
  background-color: none;
}

footer nav ul{ 
  padding-left: 85px;
  background-color: #b2b2b2;
}
footer nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  font-weight: 400;
  font-size: 0.9em;
  height: 50px;
  line-height: 50px;
  padding-right: 5px;
  cursor: pointer;
  color: #FFF;
}

div.mobileFooter{
  display: none;
}



/*      DEALER LOGIN      */
div.content.dealerlogin{
  position: relative;
}
div.content.dealerlogin article{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-left: 15%;
  padding-right: 15%;
  float: none;
  margin-bottom: 40px;
}

div.content.dealerlogin div.dealerlogin.login article{
  margin-bottom: 0px;
}
div.dealerLoginForm{
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
div.dealerLoginForm a{
  color: #de7904;
  line-height: 40px;
}
div.dealerLoginForm a:hover{
  text-decoration: underline;
}
div.loginInfo{
  position: absolute;
  top: 30px;
  right: 50px;
  text-align: right;
  line-height: 20px;
}
div.loginInfo a{
  text-decoration: underline;
  color: #de7904;
}
a.backButton{
  display: block;
  position: absolute;
  left: 50px;
  top: 56px;
  width: 24px;
  height: 24px;
  border: solid 1px #000;
  padding: 3px;
  box-sizing: border-box;
}

div.dealerButtonHolder{
  margin-top: 20px;
}
div.content.dealerlogin a.greyButton{
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  background-color: #c3c3c3;
  color: #2b2b2b;
  margin-left: 10px;
  vertical-align: top;
}

div.dealerGroupHolder,
div.dealerGroupNav{
  width: 520px;
  margin-left: 50px;
  padding-right: 40px;
  border-right: solid 1px #b2b2b2;
  float: left;
}
div.dealerGroupNav{
  width: 270px;
}
div.dealerTypeHolder{
  width: 370px;
  margin-left: 40px;
  float: left;
}
div.dealerGroupBrowser{
  width: 620px;
  margin-left: 40px;
  float: left;
}
div.dealerGroupBrowser.wide,
div.dealerFaqContent{
  margin-left: 0px;
  width: 100%;
  float: none;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

div.content.dealerlogin h2{
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 30px;
}

div.dealerGroupHolder div.dealerGroupList>a,
div.dealerGroupNav div.dealerGroupList>a{
  display: block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  height: 0px;
  padding-top: 48%;
  position: relative;
  float: left;
  font-size: 2.3em;
  line-height: 1.1em;
  background-color: #d8d8d8;
  text-align: center;
}
div.dealerGroupNav div.dealerGroupList>a{
  font-size: 1.15em;
  line-height: 1.1em;
}
div.dealerGroupHolder div.dealerGroupList>a.active,
div.dealerGroupHolder div.dealerGroupList>a:hover,
div.dealerGroupNav div.dealerGroupList>a.active,
div.dealerGroupNav div.dealerGroupList>a:hover{
  background-color: #de7904;
  color: #FFF;
}
div.dealerGroupHolder div.dealerGroupList>a:nth-child(2n),
div.dealerGroupNav div.dealerGroupList>a:nth-child(2n){
  margin-right: 0px;
}
div.dealerGroupHolder div.dealerGroupList>a span.groupText,
div.dealerGroupNav div.dealerGroupList>a span.groupText{
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}

div.dealerTypeHolder a,
div.dealerGroupProductList>a,
div.dealerTypeButton,
div.dealerTypeGroupButton,
div.dealerFaqHolder div.dealerFaq{
  display: block;
  font-size: 1.5em;
  line-height: 1em;
  border-bottom: solid 1px #2b2b2b;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #2b2b2b;
}

div.dealerTypeGroupButton{
  border-top: solid 1px #2b2b2b;
  border-bottom: none;
}

div.dealerTypeButton span.typeButtonText,
div.dealerFaqHolder div.dealerFaq span.faqTitle,
div.dealerTypeHolder>a,
div.dealerGroupProductList>a{
  display: block;
  cursor: pointer;
  background-image: url("../images/arrow-right-black.png");
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
}
div.dealerTypeGroupButton{
  font-size: 1em;
  font-weight: 700;
}
div.dealerTypeButton span.typeButtonText.open,
div.dealerTypeGroupButton span.typeButtonText.open,
div.dealerFaqHolder div.dealerFaq span.faqTitle.open{
  background-image: url("../images/arrow-down-black.png");
}
div.dealerGroupProductList a{
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.2em;
}
div.dealerTypeHolder a:first-child
div.dealerTypeButton:first-child,
div.dealerFaqHolder div.dealerFaq:first-child{
  border-top: solid 1px #2b2b2b;
}
div.dealerTypeHolder a:hover,
div.dealerGroupProductList a.active,
div.dealerGroupProductList a:hover,
div.dealerTypeButton span.dealerFileText:hover{
  color: #de7904;
}
div.dealerGroupProductList a.active{
  font-weight: 700;
}

div.dealerFileList{
  display: none;
  margin-left: 10%;
  margin-top: 20px;
}
div.dealerFileList.media{
  margin-left: 0px;
}

div.dealerFileGroupList{
  margin-top: 20px;
  display: none;
}

div.dealerFileList a.fileItem{
  display: block;
  font-size: 0.67em;
  border-top: solid 1px #d8d8d8;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 89px;
  box-sizing: border-box;
}
div.dealerFileList a.fileItem img{
  display: block;
  vertical-align: middle;
  float: left;
}
div.dealerFileList.media div.fileItem,
div.dealerFileGroupList.media div.fileItem{
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  float: left;
}
div.dealerFileList.media div.fileItem:nth-child(3n),
div.dealerFileGroupList.media div.fileItem:nth-child(3n){
  margin-right: 0%;
}
div.dealerFileList.media div.fileItem img,
div.dealerFileGroupList.media div.fileItem img{
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
div.dealerFileList.media div.fileItem a.mediaButton,
div.dealerFileGroupList.media div.fileItem a.mediaButton{
  float: right;
  display: block;
  background-color:#de7904;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  color: #000;
  padding: 0px;
  margin-left: 5px;
  font-size: 0.7em;
}
div.dealerFileList.media div.fileItem a.mediaButton:hover,
div.dealerFileGroupList.media div.fileItem a.mediaButton:hover{
  color: #FFF;
}
div.dealerFileList a span.dealerFileText{
  display: block;
  padding-left: 70px;
  padding-right: 80px;
  height: 68px;
  text-align: left;
}
div.dealerFileList a span.dealerFileDownload{
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 80px;
  font-size: 0.8em;
}

div.dealerFileList a span.dealerFileDownload span.button{
  display: block;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  color: #FFF;
  background-color: #de7904;
  text-align: center;
}
div.dealerFileList a span.dealerFileDownload span.button span.fa{
  color: #000;
}

div.dealerFaqHolder div.dealerFaq div.dealerFaqText{
  padding-bottom: 10px;
  margin-top: 15px;
  position: relative;
  display: none;
  font-size: 0.67em;
}
div.dealerFaqHolder div.dealerFaq div.faqCols{
  width: 66%;
  float: left;
}
div.dealerFaqHolder div.dealerFaq.cols div.faqCols,
div.dealerFaqHolder div.dealerFaq.wide div.faqCols{
  width: 100%;
  margin-right: 0px;
}
div.dealerFaqHolder div.dealerFaq div.faqCols div.textCol,
div.dealerFaqHolder div.dealerFaq.wide div.faqCols div.textCol{
  width: 100%;
}
div.dealerFaqHolder div.dealerFaq.cols div.faqCols div.textCol{
  float: left;
  width: 48%;
}
div.dealerFaqHolder div.dealerFaq.cols div.faqCols div.textCol:first-child{
  margin-right: 4%;
}
div.content.dealerlogin a.faq.greyButton{
  margin-left: 0px;
  margin-top: 10px;
}
a.faqImage{
  width: 30%;
  display: block;
  float: right;
}
a.faqImage img{
  width: 100%;
  display: block;
}
div.faqVideo{
  width: 30%;
  height: 0px;
  float: right;
  padding-top: 16.88%;
  position: relative;
}
div.faqVideo iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

/*    GPS   */
div.noteHolder{
  position: fixed;
  top: 30%;
  right: 0px;
  z-index: 100;
}
div.note{
  position: relative;
  display: none;
  background-color: #de7904;
  text-align: left;
  color: #FFF;
  font-size: 1em;
  padding: 12px;
  margin-bottom: 5px;
  width: 290px;
  box-sizing: border-box;
}

input.inputText.inputGPS{
  display: inline-block;
  height: 20px;
  float: none;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 0px;
  width: 85px;
  margin: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

div.note>span,
input.inputText.inputGPS,
button.headerLocButton,
button.formLocButton{
  vertical-align: middle;
}
button.headerLocButton,
button.formLocButton{
  background-color: #FFF;
  border: none;
  height: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 20px;
  margin-right: 5px;
  cursor: pointer;  
}
div.note a{
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  background-color: #838383;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}

b.gpsOption1,
b.gpsOption2{
  cursor: pointer;
}

div.note span.closeNote{
  position: absolute;
  left: -12px;
  top: -12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 18px;
  border-radius: 12px;
  background-color: #FFF;
  border: solid 2px #000;
  box-sizing: border-box;
  font-size: 1.4em;
  text-align: center;
  color: #000;
}
#homeDealerOption{
  display: none;
}

/*    NEWS    */
div.newsHolder a:nth-child(odd){
  
}
div.newsHolder a{
  background-color: #efefef;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
div.newsHolder a img{
  width: 33%;
}
div.newsHolder a span.newsIntro{
  width: 67%;
  padding: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}
div.newsHolder a span.newsIntro span{
  display: block;
}
div.newsHolder a span.newsIntro span.title{
  font-weight: 700;
}

