/* general styles */
body{
  font-size: 11px;
}

.mobileOnly{
  display: block;
}

div.centerContent{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
div.centerContent.half{
  padding-right: 20px;
}

.mainButton,
article div.homeText div.textHolder a{
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 25px;
  border-radius: 3px;
  background-position: right 10px center;
}
.mainButton.noArrow{
  padding-right: 10px;
}
div.textSliderHolder div.arrowHolder div.arrow,
div.referalSliderHolder div.arrow{
  height: 26px;
  width: 26px;
  line-height: 26px;
}
div.textSliderHolder div.arrowHolder div.arrow.left,
div.referalSliderHolder div.arrow.left{
  margin-right: 10px;
}

.greenIcon{
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
}
.greenIcon.big{
  width: 30px;
  height: 30px;
  line-height: 30px;
  -font-size: 1.5em;
}

/*      HEADER      */
header{
  padding-top: 15px;
  height: 50px;
  z-index: 100;
}
header div.centerContent{
  padding: 0px;
}
a.logoHolder{
  width: 100px;
  bottom: -16px;
}
footer a.logoHolder{
  bottom: -38px;
}
div.menuHolder{
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  right: 100%;
  z-index: 100;
  overflow: hidden;
}
div.menuHolder div.closeMenu{
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #FFF;
  top: 0px;
  height: 50px;
  line-height: 50px;
  z-index: 100;
  text-align: right;
  font-size: 2em;
  padding-right: 20px;
  display: block;
  border-bottom: solid 1px #707070;
}
div.menuHolder nav{
  padding-top: 55px;
  overflow: scroll;
  position: absolute;
  left: 0px;
  right: 0px;
  top:0px;
  bottom: 0px;
}
div.menuHolder nav ul li{
  height: auto;
  float: none;
  display: block;
  padding-bottom: 0px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF;
  font-weight: 700;
}

div.menuHolder nav>ul>li:last-child{
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
}
div.menuHolder nav ul li ul{
  position: relative;
  left: auto;
  top: auto;
  padding: 0px;
  display: block;
  border: none;
}
div.menuHolder nav ul li ul li{
  line-height: 2.8em;
  border-bottom: dashed 1px #707070;
  background: none;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 0px;
  font-weight: 400;
}
div.menuHolder nav ul li ul li:last-child{
  border-bottom: dashed 1px #707070;
}

div.menuHolder nav ul li a.active,
div.menuHolder nav ul li a:hover{
  color: #63A830;
}
div.menuHolder nav ul li a{
  font-size: 1.2em;
}
div.menuHolder nav>ul>li>a{
  height: auto;
  line-height: 1em;
  padding-top: 15px;
  padding-bottom: 5px;
}

div.menuHolder nav ul li a.arrow{
  background: none;
  padding-right: 13px;
}
div.menuButton{
  display: block;
  font-size: 2em;
  padding-left: 20px;
}


div.menuInfo{
  float: none;
  position: absolute;
  left: 45px;
  right: 20px;
  top: -2px;
}
div.menuInfo div.infoItem{
  float: none;
  position: absolute;
  height: 25px;
  line-height: 25px;
  border-left: none;
  padding-left: 0px;
  margin-left: 25px;
}
div.menuInfo div.infoItem .fa-user{
  display: inline-block;
}
div.menuInfo div.infoItem:nth-child(2){
  right: 30px;
}
div.menuInfo div.infoItem:nth-child(3){
  right: 0px;
}
div.menuInfo div.infoItem:nth-child(3) p,
div.menuInfo div.infoItem:nth-child(3) a.phone{
  display: none;
}

div.menuInfo div.infoItem:nth-child(4){
  display: none;
}
div.menuInfo div.infoItem:first-child{
  float: none;
  position: absolute;
  left: 0px;
  top: 1px;
}
div.menuInfo div.infoItem:first-child span span,
div.menuInfo div.infoItem:first-child a span{
  display: none;
}
div.menuInfo div.infoItem:first-child span span.fa,
div.menuInfo div.infoItem:first-child a span.fa{
  display: block;
  font-size: 2em;
}
div.menuInfo div.infoItem.cart.stacked {
  padding-right: 0px;
}
div.menuInfo div.cart span.amount{
  right: -10px;
  top: -6px;
}
div.menuInfo div.cart span.fa{
  line-height: 26px;
}


/*      CONTENT      */
div.pageHeader div.headerText,
div.slideshow div.headerText{
  display: none;
}
div.pageHeader div.headerText h2,
div.slideshow div.headerText h2,
div.textSlider div.headerText h2{
  font-size: 1.8em;
  padding-top: 20px;
  min-height: 0px;
}


div.searchBar{
  padding-top: 25px;
  padding-bottom: 15px;
}
div.searchBar div.searchHolder{
  width: 245px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
div.slideshowHolder div.searchHolder{
  -display: none;
}
div.slideshowHolder div.searchHolder{
  width: 245px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.slideshowHolder div.searchHolder div.searchInput{
  width: 245px;
}
div.slideshowHolder div.searchHolder input.inputText{
  width: 210px;
  height: 30px;
  line-height: 30px;
}
div.slideshowHolder div.searchHolder button{
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 1.3em;
  text-align: center;
}
div.searchHolder div.searchResults{
  display: none;
}

div.searchHolder input.inputText{
  margin: 0px;
  width: 214px;
  height: 26px;
  line-height: 24px;
}
div.searchHolder button{
  font-size: 1.3em;
  line-height: 20px;
  height: 26px;
  width: 26px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.searchBar p.registerText{
  float: none;
  text-align: center;
  line-height: 1em;
  margin-top: 8px;
}
@media screen and (max-width: 340px) {
  div.searchBar p.registerText{
    font-size: 0.9em
  }
}

div.flex{
  display: block;
  align-items: normal;
}
div.flex,
div.productDetails{
  margin-top: 20px;
  margin-bottom: 20px;
}
aside{
  display: none;
  width: 100%;
  border-right: none;
  padding-right: 0px;
}
div.content.account aside{
  display: block;
  margin-bottom: 20px;
  border-bottom: dashed 1px #707070;
  padding-bottom: 10px;
}

div.content.news article.smallCol,
div.content.referals article.smallCol,
article{
  width: 100%;
  margin-left: 0%;
}

article h1,
div.content.home h2,
div.recentHolder h4{
  font-size: 1.5em;
  margin-bottom: 10px;
}
article h2{
  font-size: 1.3em;
  margin-bottom: 3px;
}
article div.textHolder ul{
  margin-left: 20px;
}
article div.cols div.block{
  float: none;
  width: 100%;
  margin-top: 20px;
}
article div.cols div.block:nth-child(2n){
  margin-left: 0%;
}

article div.textHolder p.videoHolder{
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}
article div.textHolder p.videoHolder iframe{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}



/*      ITEMHOLDER      */
div.itemHolder{
  margin-top: 20px;
}
div.recentHolder{
  margin-bottom: 20px;
}

div.itemHolder .item,
div.itemHolder .item:nth-child(3n),
div.itemHolder.col4 .item,
div.itemHolder.col4 .item:nth-child(3n){
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
div.itemHolder .item:nth-child(2n),
div.itemHolder.col4 .item:nth-child(2n){
  margin-right: 0px;
}
div.itemHolder .item:nth-child(3n+1){
  clear: none;
}
div.itemHolder.col4 .item:nth-child(3n+1){
  clear: none;
}
div.itemHolder .item:nth-child(2n+1)
div.itemHolder.col4 .item:nth-child(2n+1){
  clear: both;
}
@media screen and (max-width: 374px) {
  div.itemHolder .item,
  div.itemHolder .item:nth-child(3n),
  div.itemHolder.col4 .item,
  div.itemHolder.col4 .item:nth-child(3n){
    float: none;
    width: 100%;
    margin-right: 0px;
  }
}

div.itemHolder .item.product span.imageHolder{
  margin-bottom: 10px;
}
div.itemHolder .item .mainButton{
  height: 34px;
  line-height: 12px;
}


div.itemHolder .item.product span.productInfo{
  min-height: 0px;
  margin-bottom: 5px;
}
div.itemHolder .item.product span.productTitle{
  min-height: 0px;
}


div.itemHolder .item.banner img{ 
  margin-bottom: 10px;
}
div.itemHolder .item.banner p.bannerTitle{ 
  margin-bottom: 5px;
}
div.itemHolder .item.banner p.bannerText{ 
  margin-bottom: 6px;
}
div.itemHolder .item.banner a{
  margin-top: 5px;
}
div.itemHolder .item.banner a .greenIcon{
  margin-right: 5px;
}
div.itemHolder .item.newsletter{
  height: auto;
  padding: 15px;
}

div.itemHolder .item.newsletter p.newsletterTitle{
  font-size: 1.5em;
  margin-bottom: 10px;
}
div.itemHolder .item.newsletter p.newsletterText{
  margin-bottom: 10px;
}
div.inputNewsletter input.inputText{
  width: 90%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
div.inputNewsletter button.mainButton{
  width: 10%;
  height: 26px;
  line-height: 24px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


/*      HOME      */
div.slideshowHolder{
  padding-top: 48%;
}
div.slideDots{
  margin-bottom: 5px;
}
div.slideDots>div{
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-left: 2px;
  margin-right: 2px;
}
div.slideDots div div.dot{
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 2px;
  margin-top: 2px;
}
div.content.home article{
  margin-top: 20px;
}
div.categorySliderHolder{
  display: none;
}


div.projectText,
div.content.home article div.categoryText{
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
div.projectText{
  padding-top: 40px;
}
div.homeTextHolder{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.homeVideo{
  width: 100%;
  padding-top: 56.25%;
  margin-right: 0px;
  float: none;
  border: solid 5px #FFF;
}
div.homeText{
  width: 100%;
  float: none;
  padding-top: 20px;
}

div.accountBanner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-bottom: 60px;
}
div.accountBanner div.accountBannerText li span .fa-plus{
  padding-top: 0px;
}

div.textSliderHolder{
  display: none;
  width: 100%;
  height: 240px;
  padding-top: 0px;
  position: relative;
}
div.textSlider div.headerText{
  height: auto;
  width: auto;
  background: none;
  padding-left: 0px;
  min-height: 0px;
}

div.textSliderHolder div.textSlider div.slide div.sliderText{
  margin-top: 15px;
  padding-right: 0px;
}
div.textSliderHolder div.arrowHolder{
  bottom: 10px;
}

div.uspHolder,
div.referalHolder{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.content.home div.uspHolder h2,
div.content.home div.referalHolder h2{
  margin-bottom: 10px;
}
div.uspHolder div.usp{
  width: 100%;
  margin-right: 0px;
  text-align: center;
  float: none;
  margin-bottom: 20px;
}
div.uspHolder div.usp:nth-child(4n){
  margin: 0px;
}
div.uspHolder div.usp div.imageHolder{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  margin-bottom: 5px;
}
div.uspHolder div.usp h4{
  margin-bottom: 5px;
}
div.referalSliderHolder{
  height: 170px;
  padding-top: 0px;
}
@media screen and (max-width: 400px) {
  div.referalSliderHolder{
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  div.referalSliderHolder{
    height: 230px;
  }
}

div.categorySliderHolder{
  height: 0px;
  padding-top: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 375px) {
  div.categorySliderHolder{
    padding-top: 460%;
  }
}

div.referal{
  padding-left: 30px;
  padding-right: 30px;
}
div.referal div.imageHolder{
  width: 200px;
  height: 60px;
  margin-bottom: 10px;
}



/*      PRODUCT     */
div.content.product article div.textHolder{
  width: 100%;
}

/*      PRODUCTDETAILS  */
div.productDetails article h1{
  margin-bottom: 10px;
}
div.productDetails article h2 a{
  margin-bottom: 10px;
}
div.productDetails article h2 a span.greenIcon{
  margin-right: 10px;
}
div.productCol{
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
div.productCol.productTextInfo{
  margin-bottom: 0px;
}

div.productCol.productInfo{
  width: 100%;
}
div.productCol.productRent{
  width: 100%;
}

div.productCol:first-child{
  margin-right: 0px;
}

div.productDetails article div.resForm div.mainButton{
  margin-top: 10px;
}
div.productDetails article div.resForm div.mainButton span.fa{
  line-height: 24px;
  height: 24px;
}

div.cart div.cartControls,
div.productDetails div.cartControls{
  max-width: 150px;
}
p.accessoriesInfo{
  font-size: 0.8em;
}
p.priceInfo{
  font-size: 0.8em;
}
div.productDetails div.cartControls label,
div.productDetails div.inputHolder label{
  font-size: 1em;
}




/*      CART      */
div.cart div.cartControls{
  padding-left: 0px;
}
div.cartControls.accessories{
  padding-right: 0px;
}
div.cartControls span.fa{
  font-size: 1em;
}

/*      ACCOUNT   */
div.overviewTable{
  overflow-x: scroll;
}
div.overviewTable table{
  width: 1000px;
}


/*      CONTACT    */
div.content.contact article{
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.inputHolder.half{
  width: 100%;
  float: none;
}
div.inputHolder.half:first-child{
  margin-right: 0px;
}

div.inputHolder label,
div.cartControls label{
  -margin-bottom: 3px;
}
input.inputText, select.inputSelect{
  height: 26px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  margin-bottom: 5px;
}
textarea.inputArea{
  height: 100px;
  padding-left: 10px;
  border-radius: 3px;
  margin-bottom: 5px;
}

div.locationHolder{
  margin-top: 40px;
}
div.locationHolder div.locationInfo{
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 399px) {
  div.locationHolder div.locationInfo{
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}
div.locationHolder div.locationInfo:nth-child(2n){
  margin-right: 0px;
}
div.locationHolder div.locationInfo:nth-last-child(2){
  width: 100%;
  float: none;
  margin-right: 0px;
}


div.locationHolder div.locationInfo h3{
  margin-bottom: 8px;
}
div.locationHolder div.locationInfo a.imageHolder{
  margin-bottom: 5px;
}
div.locationHolder div.locationInfo p{
  margin-top: 5px;
  margin-bottom: 5px;
}

/*      REFERALS    */
article.newsItem div.centerContent>div.flex,
article.referalItem div.centerContent>div.flex{
  column-gap: 0px;
  display: block;
}
div.thumbs.flex{
  display: flex;
  align-items: stretch;
}

article.newsItem div.itemImage,
article.referalItem div.itemImage {
  width: 100%;
  margin-bottom: 20px;
}
article.newsItem div.textHolder,
article.referalItem div.textHolder{
  width: 100%;
}

div.content.news div.itemHolder .item.product span.productTitle,
div.content.referals div.itemHolder .item.product span.productTitle{
  min-height: 0px;
}

/*      HUURGIDS    */
div.rentGuide{
  display: block;
  column-gap: 0px;
}
div.rentGuideCol{
  width: 100%;
  margin-bottom: 30px;
}
div.slideshowHolder a.huurgidsButton{
  right: 10px;
  bottom: 10px;
  width: 80px;
}

/*      FOOTER      */
div.footerBanner{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.footerOverlay{
  right: 0px;
}
div.footerBanner h4{
  margin-bottom: 10px;
  font-size: 2em; 
}
div.footerBanner a.mainButton{
  width: 200px; 
}
div.footerBanner a.phone{
  font-size: 1em;
}
div.footerBanner a.phone span.greenIcon{
  margin-right: 6px;
}
div.footerInfo{
  padding-top: 20px;
  padding-bottom: 20px;
}
div.footerCol,
div.footerCol:first-child{
  width: 50%;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media screen and (max-width: 374px) {
  div.footerCol,
  div.footerCol:first-child{
    width: 100%;
    float: none;
  }
}

div.footerCol h3{
  margin-bottom: 3px;
}
div.footerCol h3:nth-of-type(2){
  margin-top: 20px;
}
div.footerCol nav ul li{
  padding-top: 2px;
}
div.footerCol span.socialLinks a span.greenIcon{
  margin-right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
div.footerCol nav ul li img{
  height: 100px;
}


div.copyright{
  padding-top: 25px;
  padding-bottom: 10px;
}

/*    COOKIES   */
div.cookieCenter p.cookieText{margin-bottom: 50px;}

/*    BOOTSTRAP     */
div.loginPlaceholder{
  min-height: 0px;
}
.modal {
  overflow-y:auto;
}
.smallTable table{
  width: auto;
}
p.note{
  font-size: 0.7em;
}
.disabledIcon{
  opacity: 0.3;
}
.nav-tabs .nav-link.disabled {
  color: #CCC;
}
.custom-control.custom-checkbox a{color:#63A830;}
.custom-control.custom-checkbox a:hover{text-decoration: underline;}

#modalAdd .btn.btn-primary,
#modalAdd .btn.btn-success{
  display: block !important;
  width: 100% !important;
}

.nav-link{
  padding-left: 10px;
  padding-right: 10px;
}