/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}

div.container{
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
div.container.noTopMargin{
  padding-top: 0px;
}
div.centerContent{
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
article div.centerContent,
footer div.centerContent{
  padding-left: 65px;
  padding-right: 65px;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}
.text-underline{
  text-decoration: underline !important;
}

.mainButton{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}
.mainButton.arrow{
  padding-right: 40px;
}
.mainButton svg{
  position: absolute;
  right: 0px;
  top: 50%;
  width: 40px;
  height: 20%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*      HEADER      */
header{
  left: 0px;
  right: 0px;
  top: 0px;
  box-sizing: border-box;
  position: fixed;
  padding-top: 21px;
  padding-bottom: 21px;
  z-index: 100;
  min-height: 70px;
}
div.headerContent{
  max-width: 1500px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

body.home header{
  border: none;
}
div.menuHolder{
  position: fixed;
  top: 0px;
  left: -375px;
  bottom: 0px;
  width: 375px;
  padding-top: 20px;
  z-index: 103;
}
header div.menuButton,
div.menuHolder div.menuButton{
  display: block;
  font-size: 2em;
  cursor: pointer;
  float: left;
}
div.menuHolder div.menuButton{
  margin: 0px;
  float: right;
  margin-right: 30px;
}

header a.cartButton{
  display: block;
  position: relative;
  float: right;
  min-width: 90px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-right: 0px;
  margin-left: 30px;
  margin-top: 2px;
  background-image: url('../images/cart.svg');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;
  z-index: 102;
}
div.menuHolder nav{
  width: 100%;
  padding-left: 70px;
  padding-top: 20px;
  box-sizing: border-box;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
div.menuHolder nav ul li ul li{
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
div.menuHolder nav ul li a.noLink:hover{
  color: inherit;
  cursor: default;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder div.menuInfo{
  position: absolute;
  bottom: 35px;
  left: 70px;
  right: 50px;
}
div.menuHolder img.menuLogo,
div.contactInfo img.contactLogo{
  display: block;
  width: 80px;
  margin-bottom: 20px;
}
div.menuInfo div.socialLinks,
div.contactInfo div.socialLinks{
  margin-top: 20px;
}
div.socialLinks a,
footer div.socialLinks a{
  display: inline-block;
  margin-right: 7px;
}
div.menuInfo div.socialLinks a,
div.contactInfo div.socialLinks a{
  margin-right: 14px;
}

div.logoHeader{
  padding-top: 25px;
  padding-bottom: 25px;
}
div.logoHeader.mobileOnly{
  display: none;
}

div.logoHeader a{
  display: inline-block;
}
div.logoHeader a img{
  display: block;
  width: 100%;
}


/*      CONTENT      */
div.content{
  padding-top: 70px;
}
div.content.default div.centerContent{
  padding-left: 65px;
  padding-right: 65px;
}
div.content article{
  padding-top: 50px;
  padding-bottom: 100px;
}

h2.crumbleTitle{
  
}
div.crumblePath{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
  position: relative;
  margin-bottom: 50px;
}
div.content div.crumblePath a{
  text-decoration: none;
}

/*
div.crumblePath a.productNav{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../images/arrow-right.svg");
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: center right;
  width: 12px;
}
div.crumblePath a.productNav.prev{
  background-image: url("../images/arrow-left.svg");
  background-position: center left;
  right: 20px;
}
*/


div.content.default div.textHolder{
  width: 53%;
  margin-right: 10%;
  padding-top: 40px;
  float: left;
}

div.content nav.sideMenu{
  width: 37%;
  float: left;
  margin: 0px;
  box-sizing: border-box;
}
div.content nav.sideMenu{
  padding: 80px;
  padding-top: 60px;
  text-transform: uppercase;
}
div.content nav.sideMenu h2{
  margin-bottom: 10px;
}
div.content nav.sideMenu a{
  display: block;
  line-height: 1em;
  letter-spacing: 2px;
  padding-top: 4px;
  padding-bottom: 8px;
  text-decoration: none;
}
div.content nav.sideMenu a:hover{
  text-decoration: underline;
}

h1, .asH1{
  letter-spacing: 1px;
}
h2, .asH2{
  letter-spacing: 0.5px;
}
div.content.default a,
div.content.contact a{
  text-decoration: underline;
}
div.content.default ul,
div.content.default ol{
  margin-left: 15px;
}

/*      HOME      */
div.content.home article{
  padding-top: 0px;
}
div.slideShowHolder{
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
div.slideShowHolder div.centerContent{
  height: 100%;
}
div.slideshow{
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 40%;
  position: relative;
}
div.slideshow div.slide{
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}
div.slideshow .slide div.slideContent{
  width: 35%;
}
div.slideshow .slide h2{
  font-size: 3em;
  line-height: 1.5em;
  margin: 0px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px #000;
}
div.slideShowHolder div.logoHome{
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 99;  
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
div.slideShowHolder div.logoHome a,
div.slideShowHolder div.logoHome a img{
  display: block;
  width: 100%;
}

div.slideShowHolder div.dots{
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
div.slideShowHolder div.dots div.dotSpace{
  height: 21px;
  box-sizing: border-box;
  width: 70px;
  cursor: pointer;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

div.slideShowHolder div.dots div.dot{
  height: 1px;
  width: 70px;
  cursor: pointer;
  position: relative;
}
div.slideShowHolder div.dots div.dot:after{
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 2.5px;
  position: absolute;
  right: 0px;
  top: -2px;
}

div.content.home div.homeProducts{
  padding-top: 70px;
}

div.banner{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 100px;
  height: 0px;
  padding-top: 17.3%;
  position: relative;
}
div.content.contact div.banner{
  padding-top: 10%;
  margin: 0px;
}
div.banner div.bannerText{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
div.banner div.centerContent div.textHolder{
  width: 32%;
  margin-left: 52%;
  padding-top: 50px;
}


div.homeText{
  margin-top: 100px;
}
div.homeText img{
  display: block;
  width: 42%;
  margin-right: 10%;
  float: left;
}
div.homeText div.textHolder{
  box-sizing: border-box;
  width: 32%;
  position: relative;
  float: left;
}
div.homeText div.textHolder h1{
  line-height: 1.5em;
  margin-bottom: 20px;
}


/*      ABOUT     */
div.content.about div.centerContent{
  padding-right: 0px;
}
div.content.about div.centerContent .crumbleTitle,
div.content.about div.centerContent div.crumblePath{
  padding-right: 65px;
}
div.content.about img{
  display: block;
}
div.content.about div.textHolder{
  width: 40%;
  float: left;
  margin-top: 100px;
}
div.content.about div.textHolder ul{
  margin-left: 20px;
}
div.content.about div.textHolder.textTopRight{
  padding-right: 30px;
  padding-left: 65px;
  margin-top: 65px;
  box-sizing: border-box;
  width: 45%;
}
div.content.about .imageTopLeft{
  float: left;
  margin-right: 8%;
  width: 40%;
}
div.content.about .imageBottomRight{
  position: relative;
  float: right;
  margin-top: 65px;
  width: 50%;
}




/*      WEBSHOP     */
div.productOverview a,
div.blogOverview a{
  display: block;
  width: 18%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
div.blogOverview a{
  width: 48%;
}

div.content.categories div.productOverview{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
div.content.categories div.productOverview a{
  width: 47%;
  margin-right: 6%;
  margin-bottom: 6%;
}

div.productOverview a:nth-child(5n),
div.content.categories div.productOverview a:nth-child(2n),
div.blogOverview a:nth-child(2n){
  margin-right: 0px;
}
div.productOverview a:nth-child(5n+1),
div.content.categories div.productOverview a:nth-child(2n+1),
div.blogOverview a:nth-child(2n+1){
  clear: both;
}
div.content.categories div.productOverview a:nth-child(5n+1){
  clear: none;
}
div.productOverview a span.imageHolder,
div.blogOverview a span.imageHolder{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.blogOverview a span.imageHolder{
  padding-top: 70%;
}
div.productOverview a span.productInfo,
div.blogOverview a span.blogInfo{
  display: block;
  position: relative;
  margin-top: 20px;
}
/*
div.blogOverview a span.blogInfo{
  margin-top: 30px;
}
*/
div.productOverview a span,
div.blogOverview a span{
  display: block;
}
div.productOverview a span.text,
div.blogOverview a span.intro{
  min-height: 105px;
  margin-bottom: 5px;
}
div.content.categories div.productOverview a span.text{
  min-height: 0px;
}
div.productOverview a span.price{
  margin-bottom: 5px;
  font-size: 0.9em;
}

div.pageNav{
  text-align: right;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.pageNav a{
  display: inline-block;
  padding-left: 8px;
}

div.imageHolder{
  width: 40%;
  float: left;
}
div.imageLarge{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 0px;
  padding-top: 136%;
}
div.thumbHolder{
  margin-top: 40px;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
  margin-left: -1%;
  margin-right: -1%;
}
div.imageThumb{
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10.5%;
  height: 0px;
  padding-top: 10.5%;
  margin: 1%;
  cursor: pointer;
  border: solid 1px #e4ddd2;
}
div.productInfo{
  width: 45%;
  margin-left: 10%;
  float: left;
  padding-top: 40px;
  padding-bottom: 0px;
}
div.productInfo div.infoText,
div.productInfo div.productPrice{
  margin-bottom: 30px;
}

div.productSpecs{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background-color: #ddccaf;
}
div.productColHolder{
  display: flex;
}
div.productColHolder div.productCol{
  padding-left: 30px;
  box-sizing: border-box;
  width: 50%;
}
div.productColHolder div.productCol h2{
  margin-bottom: 10px;
}

div.relatedProducts{
  margin-top: 50px;
}
div.relatedProducts p.asH2{
  margin-bottom: 30px;
}
div.relatedProducts div.productOverview a{
  margin-bottom: 0px;
}
p.cap{
  margin-bottom: 20px;
}
table.priceTable{
  margin-bottom: 10px;
}
table.priceTable th{
  text-align: left;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;

}
table.priceTable tr:nth-child(even){
  background-color: #f7f4ef;
}
table.priceTable td{
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
table.priceTable th:nth-child(2),
table.priceTable td:nth-child(2){
  text-align: center;
}
table.priceTable th:nth-child(3),
table.priceTable td:nth-child(3){
  text-align: right;
  font-weight: bold;
}
p.exVat{
  margin-bottom: 30px;
}

/*
div.specsHolder{
  margin-bottom: 20px;
}
div.specsHolder div.specsItem{

}
div.specsHolder div.specsItem p{
  float: left;
  width: 70%;
}
div.specsHolder div.specsItem p:first-child{
  width: 30%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.9em;
}
*/

/*    ACCORDEON   */
div.accordeon{
  margin-top: 30px;
  margin-bottom: 50px;
}
div.accordeon div.tab{
  padding-top: 10px;
  padding-bottom: 10px;
}
div.accordeon div.tab h3.tabTitle{
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
div.accordeon div.tab h3.tabTitle svg{
  position: absolute;
  display: block;
  right: 0px;
  top: 10px;
  bottom: 0px;
  width: 8px;
  height: 8px;
}
div.accordeon div.tab h3.tabTitle.open svg{
  transform: rotate(90deg);
  top: 9px;
}
div.accordeon div.tab div.tabInfo{
  margin-top: 10px;
}
div.accordeon div.tab div.tabInfo.hidden{
  display: none;
}


/*      BLOG    */
/*
div.content.blog div.centerContent{
  padding-left: 150px;
  padding-right: 150px;
}
div.content.blog h2.extraTitle{
  font-family: "Fiona";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-size: 3em;
  line-height: 1em;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
div.content.blog img.mainImage{
  width: 100%;
  display: block;
}
div.content.blog h1{
  margin-bottom: 20px;
}
div.content.about p.typo,
div.content.blog p.typo{
  font-family: "Fiona";
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 2em;
  line-height: 1.3em;
  margin-top: 60px;
  text-align: center;
}
div.content.blog p.typo{
  margin-bottom: 40px;
}
div.content.blog div.blogImages{
  border-bottom: solid 1px #492123;
  margin-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 20px;
}
div.content.blog div.blogImages img{
  width: 48%;
  display: block;
  float: left;
}
div.content.blog div.blogImages img:first-child{
  margin-right: 4%;
}
div.content.blog a.back{
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
}
*/

/*      CART      */
div.cartPopup{
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 400px;
  padding: 30px;
  padding-top: 70px;
  box-sizing: border-box;
  z-index: 101;
}
div.cartPopup div.cartItem{
  border: none;
  padding: 0px;
}
div.cartPopup div.divider{
  margin: 10px;
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background-color: #492123
}
div.cartPopup div.cartTotal{
  font-size: 1em;
}
div.cartPopup a.mainButton{
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

div.cartContents{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
div.cartRow{
  display: flex;
  align-items: stretch;
}
div.cartRow div.cartCol{
  box-sizing: border-box;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
div.cartRow.noSidePadding div.cartCol,
div.cartRow div.cartCol.noSidePadding{
  padding-left: 0px;
  padding-right: 0px;
}
div.cartRow div.cartCol.noLeftPadding{
  padding-left: 0px;
}
div.cartRow div.cartCol.noRightPadding{
  padding-right: 0px;
}
div.cartRow div.text-left span.textTable{
  text-align: left;
}
div.cartRow div.text-right span.textTable{
  text-align: right;
}

div.cartCol20{
  width: 100%;
}
div.cartCol19{
  width: 95%;
}
div.cartCol17{
  width: 85%;
}
div.cartCol15{
  width: 75%;
}
div.cartCol14{
  width: 70%;
}
div.cartCol13{
  width: 65%;
}
div.cartCol12{
  width: 60%;
}
div.cartCol10{
  width: 50%;
}
div.cartCol9{
  width: 45%;
}
div.cartCol8{
  width: 40%;
}
div.cartCol7{
  width: 35%;
}
div.cartCol6{
  width: 30%;
}
div.cartCol5{
  width: 25%;
}
div.cartCol4{
  width: 20%;
}
div.cartCol3{
  width: 15%;
}
div.cartCol2{
  width: 10%;
}
div.cartCol1{
  width: 5%;
}


div.cartHeader{
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
}
div.cart-confirm div.cartHeader{
  margin: 0px;
}
div.cartItem{
  padding-top: 16px;
  padding-bottom: 16px;
}
div.cartCol span.productTitle{
  text-transform: uppercase;
}
div.cartRow.noItems{
  padding-bottom: 70px;
  padding-top: 20px;
  text-align: left;
}
div.cartRow.noItems div.cartCol{
  padding-left: 0px;
}

div.cartFooter{
  text-transform: uppercase;
  font-size: 1.1em;
}
div.cartFooter div.cartRow{
  padding: 0px;
}
div.cartFooter div.cartRow div.cartCol{
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.cart-confirm div.cartFooter{
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
div.cartRow span.cartImage{
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 136%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.cart div.cartTopBorder{
  padding-top: 15px;
}
div.cart div.cartBottomBorder{
  padding-bottom: 15px;
}
div.cart div.cartTopMargin{
  margin-top: 10px;
}
div.cartTotal{
  font-size: 1.5em;
}
div.cartNote{
  font-size: 0.85em;
  text-transform: none;
}

div.cartRow span.fa-minus,
div.cartRow span.fa-plus,
div.cartRow span.fa-times{
  cursor: pointer;
  font-size: 1.3em;
}

div.cartRow span.cartAmount{
  display: inline-block;
  font-size: 1.4em;
  margin-left: 10px;
  margin-right: 10px;
}
div.cartNav{
  margin-top: 10px;
}

/*    CART DATA     */
div.content.cart-data{
  padding-bottom: 0px;
}
div.cart-data div.cartBG{
  margin-bottom: 0px;
  padding-bottom: 70px;
}
div.cart-data div.cartRow{
  margin-top: 30px;
}
div.cart-data div.cartRow div.cartCol{
  padding: 0px;
}

/*    CART CONFIRM     */
div.cart-confirm div.cartBG{
  margin-bottom: 60px;
  padding-bottom: 70px;
}
div.checkBoxHolder div.checkBox.lineHeight{
  line-height: 1.7em;
}
div.cart-confirm div.checkBoxHolder div.checkBox a{
  text-decoration: underline;
}
div.cart-confirm div.mainButton,
div.contactForm .mainButton{
  float: right;
}



/*      CONTACT    */
div.flex{
  display: flex;
  align-items: stretch;
}
.space-between{
  justify-content: space-between;
}
div.content.contact article{
  padding-bottom: 0px;
}
div.content.contact div.textHolder{
  width: 32%;
  padding-top: 0px;
  margin-right: 14%;
}
div.content.contact h2{
  margin-bottom: 20px;
}
div.content.contact div.contactForm{
  width: 54%;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 65px;
  padding-bottom: 50px;
  float: right;
  box-sizing: border-box;
}
div.content.contact div.contactForm.quotationForm{
  width: 100%;
  float: none;
}
div.content.contact div.contactForm h3{
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.content.contact div.checkBoxHolder{
  margin-top: 5px;
}
div.content.contact div.flex div.checkBoxHolder{
  margin-top: 0px;
}

div.content.contact div.contactInfo{
  margin-top: 35px;
  padding-top: 60px;
  padding-bottom: 60px;
}
div.content.contact div.contactInfo a{
  text-decoration: none;
}

div.formCol{
  width: 47%;
  float: left;
}
div.formCol:first-child{
  margin-right: 6%;
}
div.formSection{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

div.formSection:last-child{
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
div.formSection a.cartEdit{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.2em;
}
div.cartContents.formHolder div.formCol h2{
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.cartContents.formHolder div.formCol:nth-child(2) div.formSection h2{
  margin-bottom: 0px;
}

div.formSection h1{
  margin: 0px;
  margin-bottom: 20px;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: left;
}
input.inputText[type=number]{
  padding-right: 2px;
}

select.inputSelect{
  padding-left: 10px;
  background-image: url("../images/arrow-down.svg");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
select.inputSelect.hidden{
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.inputSelect{
    padding-right: 0px;
    background: none;
    background-color: #FFF;
  }
}
textarea.inputArea{
  display: block;
  position: relative;
  height: 90px;
  width: 100%;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
div.contactForm textarea.inputArea{
  height: 200px;
}


input.inputText.inputHalf, select.inputSelect.inputHalf{
  width: 48%;
  float: left;
}
input.inputText.inputHalf:nth-child(2), select.inputSelect.inputHalf:nth-child(2){
  margin-left: 4%;
}
input.inputText.inputAmount{
  width: 80px;
  float: left;  
}
p.inputAmount{
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
  float: left;
  margin-left: 20px;
}

input.inputText.discount{
  width: 50%;
  display: inline-block;
  margin-right: 10px;
}
div.inputHolder{
  margin-bottom: 10px;
}
div.inputHolder input.inputText,
div.inputHolder div.inputLabel,
div.inputHolder select.inputSelect,
div.inputHolder span,
div.inputHolder.gender div.checkBoxHolder,
div.inputHolder.reseller div.checkBoxHolder{
  display: block;
  float: left;
  width: 15%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
}
div.inputHolder.reseller span{
  width: auto;
}
div.inputHolder.reseller div.checkBoxHolder{
  width: 30%;
}
div.inputHolder.gender input.inputText{
  width: 55%;
  margin-right: 5%;
  margin-bottom: 0px;
}
div.inputHolder.gender div.checkBoxHolder{
  width: 40%;
  float: right;
  text-align: right;
}
div.inputHolder.reseller input.inputText{
  width: 65%;
  margin-right: 5%;
  margin-bottom: 0px;
}
div.inputHolder.reseller div.checkBoxHolder{
  width: 30%;
  float: right;
  text-align: right;
}


div.inputHolder.select select.inputSelect:nth-child(4){
  width: 30%;
}
div.inputHolder.select div.inputLabel{
  width: 34%;
}
div.inputHolder.select span{
  width: 3%;
  text-align: center;
}

div.checkBoxHolder{margin-bottom:0px;}
div.checkBoxHolder input{display:none;}
div.checkBoxHolder span.title{display:inline-block;line-height:20px;padding-right:20px;}
div.checkBoxHolder div.checkBox{position:relative;display:inline-block;line-height:40px;padding-right:20px;cursor:pointer;}
div.checkBoxHolder div.checkBox.forced{cursor:default;}
div.checkBoxHolder div.checkBox div.box{width:20px;height:20px;border-radius:5px;text-align:center;line-height:20px;position:absolute; top: 10px;}
div.checkBoxHolder div.checkBox div.box.noTop{top: 0px;}
div.checkBoxHolder div.checkBox div.box span{padding-left:0px;display:none;line-height:20px;width:100%;}
div.checkBoxHolder div.checkBox div.box span.active{display:inline;}
div.checkBoxHolder div.checkBox span{padding-left:28px;display:inline-block;line-height:1.3em;}

div.checkBoxHolder.payment div.checkBox{display:block; margin-bottom: 10px;}
div.checkBoxHolder.payment div.checkBox div.box{top: 5px;}
div.checkBoxHolder.payment div.checkBox span{width: 80px; height: 30px; line-height: 30px;}
div.checkBoxHolder.payment div.checkBox img{display:inline-block; height: 30px; vertical-align: middle;}

input.inputText.alt::-webkit-input-placeholder,
textarea.inputArea.alt::-webkit-input-placeholder{
  text-transform: uppercase;
}
input.inputText.alt::-moz-placeholder,
textarea.inputArea.alt::-moz-placeholder{
  text-transform: uppercase;
}
input.inputText.alt:-ms-input-placeholder,
textarea.inputArea.alt:-ms-input-placeholder{
  text-transform: uppercase;
}
input.inputText.alt:-moz-placeholder,
textarea.inputArea.alt:-moz-placeholder{
  text-transform: uppercase;
}


/*      FOOTER      */
footer{
  padding: 70px;
}

div.newsletterBar{
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
div.newsletterBar div.newsletterForm{
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
div.newsletterArrow{
  background-image: url("../images/newsletter-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer;
}
#newsletterThanks{
  display: none;
}
div.newsletterForm{
  margin-top: 20px;
}

div.instagramBar{
  padding-bottom: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
div.instagramHolder a{
  display: block;
  float: left;
  margin-right: 2%;
  width: 18.4%;
  height: 0px;
  padding-top: 18.4%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.instagramHolder a:last-of-type{
  margin: 0px;
}
div.instagramBar a.instagramText{
  display: block;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

div.footerInfo{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.85em;
}
div.footerCol{
  width: 42%;
  float: left;
  box-sizing: border-box;
}
div.footerCol:nth-child(1){
  padding-right: 120px;
}
div.footerCol:nth-child(2){
  width: 16%;
}
div.footerCol:nth-child(3){
  padding-left: 120px;
}
div.footerCol nav{
  float: right;
}
div.footerCol img{
  display: block;
  width: 100%;
}
div.footerCol h4{
  font-size: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
div.footerCol p,
div.footerCol a{
  display: block;
}
footer div.socialLinks{
  margin-top: 20px;
}

div.copyright{
  margin-top: 70px;
  padding-top: 70px;
}
div.copyright p{
  display: inline;
}
div.copyright .mobileOnly{
  display: none;
}
div.copyright a:hover{
  text-decoration: underline;
}

/*    LOADING ANGULAR   */
div.loading{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  z-index: 100;
}
div.loading div.loadingContentHolder{
  position: absolute;
  top: 50%;
  left: 50%;
}
div.loading div.loadingContent{
  position: absolute;
  top: -50px;
  left: -100px;
  width: 200px;
  height: 100px;
  text-align: center;
  font-size: 18px;
}