/* blauw: #139ad7
donker blauw: #3655a6
oranje: #ffa100
*/


/* 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: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #717171;
  background-color: #dedede;
}

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%;
  margin: 0px;
}
div.centerContent{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/*      HEADER      */
header{
  height: 140px;
  width: 100%;
  z-index: 2;
  background-color: #FFF;
}
div.menuHolder{
  height: 50px;
  background-color: #3655a6;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav>ul{
  height: 50px;
  text-align: center; 
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 1em;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  margin: 0px;
  color: #FFF;
}
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 ul{
  display: block;
}
div.menuHolder nav ul li ul{
  position: absolute;
  left: 10px;
  display: none;
  background-color: #f6f6f6;
  z-index: 5;
}
div.menuHolder nav ul li ul li{
  position: relative;
  display: block;
  text-align: left;
  list-style-type: none;
  font-size: 0.85em;
  height: 32px;
  line-height: 32px;
  padding-left: 22px;
  padding-right: 22px;
  margin: 0px;
  color: #474746;
  white-space: nowrap;
}
div.menuHolder nav ul li ul li:hover{
  background-color: #139ad7;
  color: #FFF;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}

header div.headerInfo{
  position: relative;
}
header div.headerText{
  position: absolute;
  left: 50px;
  top: 32px;
  font-size: 1.1em;
}
header div.headerText a{
  display: inline-block;
  margin-left: 10px;
  color: #139ad7;
}

header div.logoHolder{
  display: block;
  width: 465px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
header div.logoHolder img{
  display: block;
  width: 100%;
}
a.quotationButton{
  display: block;
  position: absolute;
  right: 50px;
  top: 28px;
  height: 35px;
  line-height: 35px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
  color: #FFF;
  background-color: #ffa100;
}


/*      CONTENT      */
div.content{
  background-color: #FFF;
}

div.visualHolder{
  background-image: url("../images/visual-bg.gif");
  background-repeat: repeat;
  background-position: center -1px;
}
div.visualHolder div.visual{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 256px;
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
div.visualHolder div.visualContent{
  position: absolute;
  width: 100%;
  bottom: -49px;
}
div.visualHolder div.visualContent div.visualText{
  width: 1034px;
  padding: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,0,0,0.2);
  color: #FFF;
  margin-bottom: 20px;
}
div.visualHolder div.visualContent div.visualText h2{
  font-size: 2.8em;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
}
div.visualHolder div.visualContent div.visualText p{
  font-size: 1.6em;
  line-height: 1.6em;
  padding-top: 30px;
}

div.visualHolder div.visualContent div.uspIcons{
  height: 98px;
  width: 1034px;
  margin-left: auto;
  margin-right: auto;
  background-color: #139ad7;
  color: #FFF;
  text-align: center;
}
div.visualHolder div.visualContent div.uspIcons div{
  display: inline-block;
  height: 46px;
  padding-top: 26px; 
  line-height: 46px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 1px;
}
div.visualHolder div.visualContent div.uspIcons div:last-child{
  padding-right: 0px;
}
div.visualHolder div.visualContent div.uspIcons div br{
  display: none;
}
div.visualHolder div.visualContent div.uspIcons div img{
  display: block;
  position: absolute;
  left: 0px;
  height: 46px;
}

div.crumblePath{
  margin-top: 70px;
  background-color: #f7f7f7;
  height: 44px;
  line-height: 44px;
}
div.crumblePath div.centerContent{
  width: 1034px;
  color: #182929;
  text-transform: uppercase;
  font-size: 0.85em;
}
div.crumblePath span{
  color: #139ad7;
}

div.mainContent{
  width: 1034px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 110px;
}

article{
  width: 630px;
  float: left;
  box-sizing: border-box;
}
article h1{
  line-height: 1.2em;
  font-size: 2.2em;
  padding-bottom: 25px;
  color: #139ad7;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
article h1 span{
  color: #139ad7;
}
article h3{
  color: #3655a6;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

article p{
  letter-spacing: 1px;
}
article p strong{
  color: #139ad7;
  font-weight: 700;
}
article p a, article ul a, article ol a{
  color: #ffa100;
  text-decoration: underline;
}
aside ul li, article ul li{
  list-style: none;
  background-image: url("../images/bullet.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 13px 13px;
  padding-left: 20px;
  color: #139ad7;
  letter-spacing: 1px;
}
aside{
  float: left;
  width: 335px;
  margin-left: 69px;
  padding-top: 10px;
}
aside a.pic{
  display: block;
  margin-bottom: 20px;
}
aside a.pic img{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

aside div.textHolder{
  background-color: #f7f7f7;
  padding: 35px;
  padding-top: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
aside div.textHolder img.logo{
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
aside div.textHolder a{
  color: #ffa100;
  text-decoration: underline;
}
aside div.textHolder a[href^="mailto:"]{
  color: #139ad7;
}
aside div.textHolder strong{
  color: #139ad7;
}


/*      HOME     */
div.content.home div.visualHolder div.visual{
  height: 496px;
}
div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.slideShow div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
}

div.content.home div.mainContent{
  padding-bottom: 70px;
}
div.content.home article{
  width: 100%;
  float: none;
}
div.content.home h1{
  padding-top: 30px;
  text-align: center;
  color: #3655a6;
}
div.textCol{
  float: left;
  width: 495px;
}
div.textCol:nth-child(2){
  margin-right: 44px;
}
div.noteHolder{
  background-color: #ffa100;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.noteHolder p.noteTitle{
  font-size: 3.2em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  float: left;
  padding-left: 80px;
  width: 25%;
  box-sizing: border-box;
}
div.noteHolder p.noteText{
  padding-right: 83px;
  float: left;
  width: 75%;
  box-sizing: border-box;
  line-height: 1.3em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}
div.noteHolder p.noteText a{
  display: inline-block;
  background-color: #3655a6;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1em;
  text-transform: uppercase;
  margin-left: 5px;
}

div.groupHolder{
  text-align: center;
}
div.content.home div.groupHolder{
  background-image: url("../images/water-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 430px;
  padding-top: 70px;
  box-sizing: border-box;
  text-align: center;
}
div.groupHolder a{
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  color: #FFF;
  font-size: 1.7em;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
  box-shadow: 5px 5px 20px #999;
  overflow: hidden;
}
div.content.home div.groupHolder a{
  width: 300px;
  height: 300px;
  text-transform: uppercase;
  
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
div.groupHolder a:hover span.table{
  background-color: rgba(31,95,181,0.5);
}
div.groupHolder a span.table{
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(89,156,215,0.5);
  
}
div.groupHolder a span.table span.cell{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1em;
}
div.content.home div.groupHolder a span.table span.cell{
  line-height: 1.4em;
}
div.groupHolder a span.table span.cell span{
  font-size: 0.8em;
}


/*      PRODUCTS       */
div.content.products div.groupHolder{
  margin-top: 30px;
  margin-bottom: 20px;
}
div.content.products article img{
  display: block;
  width: 100%;
  height: auto;
}

div.content.products aside h2{
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #3655a6;
  padding-bottom: 30px;
}

div.content.productoverview article{
  width: 100%;
}

div.productHolder div{
  float: left;
  width: 322px;
  margin-right: 34px;
  margin-bottom: 34px;
}
div.productHolder div:nth-child(3n){
  margin-right: 0px;
}
div.productHolder div img{
  width: 100%;
  display: block;
}
div.productHolder div>span{
  display: block;
  background-color: #139ad7;
  color: #FFF;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  line-height: 1.3em; 
  padding: 5px;
}
div.productHolder div span span{
  display: block;
}
div.productHolder div span span.title{
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
}


div.tabHolder{

}
div.tabHolder div.tab{
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 45px;
  text-align: center;
  float: left;
  background-color: #ffa100;
  color: #FFF;
  cursor: pointer;
  margin-right: 2px;
}

div.tabHolder div.tab.active, div.tabHolder div.tab:hover{
  background-color: #f7f7f7;
  color: #ffa100;
}

div.tabContentHolder{
  background-color: #f7f7f7;
  padding: 45px;
  font-size: 0.9em;
  letter-spacing: 0px;
}
div.tabContentHolder div.tabContent{
  display: none;
}
div.tabContentHolder div.tabContent:first-child{
  display: block;
}
div.tabContentHolder div.tabCol{
  width: 48.5%;
  float: left;
}
div.tabContentHolder div.tabCol:first-child{
  margin-right: 3%;
}
div.tabContentHolder div.tabCol ul li{
  color: #717171;
  letter-spacing: 0.5px;
  background-image: url("../images/bullet-grey.gif");
}



/*       GALLERY       */
div.content.gallery div.mainContent{
  padding-bottom: 70px;
}
div.content.gallery article{
  width: 100%;
  float: none;
}
div.content.gallery article h1,
div.content.contact article h1,
div.content.products article h1,
div.content.productoverview article h1{
  padding-bottom: 2px;
}
div.content.gallery article h4,
div.content.contact article h4,
div.content.products article h4,
div.content.productoverview article h4{
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #3655a6;
  padding-bottom: 30px;
}

div.galleryHolder div{
  display: block;
  float: left;
  width: 242px;
  margin-right: 22px;
  margin-bottom: 22px;
  text-align: center;
  min-height: 220px;
}
div.galleryHolder div:nth-child(4n){
  margin-right: 0px;
}
div.galleryHolder div img{
  display: block;
  box-sizing: border-box;
  border: solid 8px #FFF;
  width: 100%;
  box-shadow: 0px 0px 5px #999;
}
div.galleryHolder div span.title{
  display: block;
  color: #3655a6;
  padding-top: 8px;
  font-size: 1.1em;
  line-height: 1.1em;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
div.galleryHolder div span.category{
  display: block;
  color: #139ad7;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}
div.galleryHolder a.hidden{
  display: none;
}


div.pageNav{
  text-align: right;
  color: #3655a6;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border-top: solid 2px #ececec;
  padding-top: 10px;
}
div.pageNav a{
  color: #FFF;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  font-size: 1.4em;
  line-height: 26px;
  text-align: center;
  background-color: #ffa100;
}
div.pageNav a.active{
  background-color: #3655a6;
}


/*      FAQ      */
div.faqList div.question{
  display: block;
  background-color: #f7fafc;
  font-weight: 400;
  padding: 20px;
  padding-left: 25px;
  margin-bottom: 9px;
  position: relative;
  padding-right: 23px;
}
div.faqList div.title{
  line-height: 1.2em;
  cursor: pointer;
  vertical-align: top;
  color: #3655a6;
  text-transform: uppercase;
}
div.faqList div span.titleHolder{
  width: 80%;
  display: inline-block;
}
div.faqList div span.fa-stack{
  display: block;
  float: right;
  color: #ffa100;
  font-size: 1em;
  margin-top: -4px;
}
div.faqList div span.fa-stack.open{
  color: #3655a6;
}
div.faqList div span.fa-stack i.fa-chevron-up{
  margin-top: -1px;
}
div.faqList div.text{
  display: none;
  margin-top: 25px;
  letter-spacing: 0px;
}
div.quickSearch input.inputText{
  border: solid 1px #139ad7;
  background-color: #FFF;
  color: #139ad7;
  margin-bottom: 30px;
}
div.quickSearch input.inputText::-ms-clear{
  display: none;
}
article div.catTitle{
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #ffa100;
  margin-top: 25px;
  margin-bottom: 18px;
}

aside div.catHolder{
  background-color: #ffa100;
  color: #FFF;
  padding: 25px;
  padding-bottom: 11px;
}
aside div.catHolder div.cat{
  padding-bottom: 14px;
  cursor: pointer;
}
aside div.catHolder div.cat i{
  display: block;
  float: left;
  margin-top: 2px;
  font-size: 0.7em;
}
aside div.catHolder div.cat span{
  display: block;
  padding-left: 25px;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.1em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}


/*      PRICES     */
div.priceBlock{
  background-color: #f0f5fa;
  margin-bottom: 15px;
}
div.priceBlock.textOnly{
  background: none;
}
div.priceBlock div.textHolder{
  padding-top: 18px;
  padding-left: 22px;
  padding-bottom: 20px;
  float: left;
  width: 75%;
}
div.priceBlock div.textHolder h3{
  line-height: 1.2em;
}
div.priceBlock div.price{
  float: right;
  margin-right: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  text-align: center;
  background-color: #ffa100;
  color: #FFF;
  line-height: 1.1em;
  font-size: 1.25em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}
div.priceBlock div.price span.table{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
div.priceBlock div.price span.table span.cell{
  display: table-cell;
  vertical-align: middle;
}


/*      CONTACT     */
div.content.contact h3{
  border-top: solid 1px #ececec;
  padding-top: 25px;
  margin-top: 35px;
  padding-bottom: 18px;
}

input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #f1f5f7;
  color: #3655a6;
  height: 40px;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 1%;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
input.inputText40{
  float: left;
  width: 40%;
  margin-right: 1%;
}
input.inputText60{
  width: 59%;
}
input.inputText.inline{
  display: inline-block;
  width: 100px;
  margin-right: 5px;
}

textarea.inputArea{
  display: block;
  position: relative;
  background-color: #f1f5f7;
  color: #3655a6;
  height: 110px;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #ffa100 !important;
  color: #FFF;
}
input.submitButton{
  -webkit-appearance: none;
  float: right;
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  padding-left: 22px;
  padding-right: 22px;
  box-sizing: border-box;
  background-color: #139ad7;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  letter-spacing: 1px;
}
input.submitButton.orange{
  background-color: #ffa100;
}

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


/*      OFFERTE     */
div.content.quotation{
}
div.content.quotation h3{
  padding-top: 25px;
  padding-bottom: 8px;
}
div.content.quotation h3:first-of-type{
  border-top: solid 1px #ececec;
  padding-top: 25px;
  margin-top: 35px;
}
div.content.quotation h3 span{
  font-weight: 400;
  text-transform: none;
}

div.checkBoxHolder{
  color: #3655a6;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
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: 20px;
  padding-right: 20px;
  cursor: pointer;
}
div.checkBoxHolder.error{
  color: #ffa100;
}
div.checkBoxHolder div.checkBox{
  display: block;
  margin-bottom: 4px;
}

div.checkBoxHolder div.checkBox div.box{
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #f1f5f7;
  text-align: center;
  line-height: 20px;
  position: absolute;
}
div.checkBoxHolder div.checkBox div.box span{
  color: #139ad7;
  padding-left: 0px;
  display: none;
}
div.checkBoxHolder div.checkBox div.box span.active{
  display: inline;
}
div.checkBoxHolder div.checkBox span{
  padding-left: 28px;
  display: inline-block;
}

p.note{
  font-style: italic;
  font-size: 0.85em;
}
p.note.float{
  float: left;
}
p.note.inline{
  display: inline-block;
  font-style: normal;
  font-size: 1em;
  color: #3655a6;
}



/*      FOOTER      */
a.quotationBar{
  display: block;
  background-color: #3655a6;
  text-align: center;
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
  color: #FFF;
}
a.quotationBar img{
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: -78px;
  height: 78px;
  width: 177px;
}
a.quotationBar span.title{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 2.2em;
  display: block;
  padding-bottom: 10px;
}
a.quotationBar span.title span{
  color: #ffa100;
}
a.quotationBar span.text{
  display: block;
  font-size: 1.1em;
}

div.footerGallery{
  text-align: center;
  font-size: 0px;
  line-height: 0px;
  padding-top: 45px;
  padding-bottom: 50px;
}
div.footerGallery a{
  display: inline-block;
  width: 224px;
  margin: 0px;
  padding: 0px;
  margin-right: 20px;
}
div.footerGallery a:last-child{
  margin-right: 0px;
}
div.footerGallery a img{
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

footer{
  width: 100%;
  color: #9a9a9a;
}
div.footerInfo{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 65px;
  background-color: #ececec;
}
div.footerInfo div.infoBlock{
  float: left;
  margin-right: 38px;
  box-sizing: border-box;
  color: #646464;
}
div.footerInfo div.infoBlock:first-child{
  margin-left: 83px;
  margin-right: 110px;
  width: 300px;
  color: #139ad7;
  font-size: 0.9em;
}
div.footerInfo div.infoBlock:nth-child(4n){
  margin-right: 10px;
}
div.footerInfo h3{
  line-height: 1em;
  margin-bottom: 8px;
  color: #139ad7;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Quicksand', sans-serif;
}
div.footerInfo div.infoBlock img{
  display: block;
  margin-bottom: 11px;
  width: 298px;
  height: 23px;
}
div.footerInfo div.infoBlock:first-child a{
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Quicksand', sans-serif;
}

div.footerInfo div.infoBlock nav a{
  display: block;
  font-size: 0.9em;
}
div.footerInfo div.infoBlock:nth-child(4) a,
div.footerInfo div.infoBlock:nth-child(5) a{
  color: #139ad7;
}
div.footerInfo div.infoBlock .fa{
  padding-right: 10px;
}

div.copyright{
  line-height: 72px;
  height: 72px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
div.copyright div.legal{
  font-size: 0.85em;
  font-weight: 400;
  color: #959595;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}
div.copyright div.legal a{
  color: #606060;
}