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

/*      HEADER      */
header{
  width: 100%;
  height: 80px;
}
header img{
  top: 7px;
  left: 10px;
  width: 140px;
  
}

header p, header a.companyName{
  font-size: 16px;
  bottom: auto;
  top: 16px;
}
header p{
  right: 20px;
}
header p span{
  padding-right: 20px;
  font-size: 16px;
}
header a.companyName{
  left: 20px;
}
header div.socialHolder{
  right: 6px;
}


header div.menuHolder{
  display: none;
}


/*      CONTENT      */
div.slideShowHolder{
  width: 100%;
}
div.slideDots{
  bottom: 0px;
}

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

div.content{
  width: 100%;
}

article{
  float: none;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

article h1{
  padding-top: 30px;
  margin-bottom: 15px;
  height: auto;
}
article h2{
  height: auto;
}
article div.textCol{
  float: none;
  width: 100%;
  margin-left: 0px;
}

article p{
  min-height: 10px;
  padding-right: 0px;
  text-align: center;
}

iframe.cartelFrame{
  width: 100%;
  margin-left: 0px;
  height: 900px;
}
iframe.hopperFrame{
  width: 100%;
  height: 400px;
}
iframe.reviewFrame{
  margin-left: 0px;
}

aside{
  float: none;
  width: 100%;
  margin-left: 0px;
  padding: 20px;
  box-sizing: border-box;
}


/*      HOMEBLOCKS      */
div.homeBlocks{
  width: 100%;
  height: auto;
}
a.homeBlock{
  display: block;
  float: none;
  width: 100%;
  height: 116px;
  margin-right: 0px;
  margin-bottom: 5px;
}
a.homeBlock span.title{
  display: block;
  position: relative;
  padding: 0px;
  padding-top: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}
a.homeBlock span.title span.fa-stack{
  font-size: 16px;
  padding-left: 20px;
  position: absolute;
  top: 18px;
}
a.homeBlock span.title span.fa-stack i.fa-chevron-right{
  padding-left: 1px;
}

a.homeBlock span.text{
  margin: 0px;
  padding-left: 12px;
  padding-right: 12px;
}
a.homeBlock.grey span.text{
  margin-top: 0px;
  padding-left: 12px;
  padding-right: 12px;
}
a.homeBlock.grey span.text span.fa-stack{
  top: -12px;
}
a.homeBlock.grey.mobile{
  display: none;
}

/*      HOME      */
article.home{
  width: 100%;
  padding: 0px;
}
article.home div.textCol{
  width: 100%;
  height: auto;
  margin-right: 0px;
  padding: 20px;
  box-sizing: border-box;
}
article.home div.textCol img{
  width: 100%;
}

article.home div.textCol p.homeNewsSubtitle{
  text-align: center;
}
article.home div.textCol p.homeNewsTitle{
  text-align: center;
  font-size: 24px;
  line-height: 26px;
}

article.home div.homeContact{
  width: 100%;
  margin-left: 0px;
  margin-top: 26px;
}

a.banner{
  width: 100%;
}


/*      NEWS      */
article.news{
  width: 100%;
  padding: 0px;
}
div.newsItem{
  margin-bottom: 5px;
  padding: 20px;
  background-color: #e6e6e6;
}
div.newsItem.red{
  background-color: #ef7e20;
  color: #FFFFFF;
}
div.newsItem div.titleHolder{
  width: 100%;
  margin-right: 0px;
  padding-top: 0px;
  float: none;
}
div.newsItem div.titleHolder.wide{
  width: 100%;
}
div.newsItem div.textCol{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 26px;
  float: none;
}
div.newsItem div.titleHolder.wide div.textCol{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  margin-bottom: 26px;
  float: none;
}
div.newsItem a.image{
  float: none;
}
div.newsItem iframe{
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 180px;
  float: none;
}

div.newsItem div.textCol a.redButton{
  position: relative;
  float: none;
  margin-top: 40px;
}
div.newsItem div.titleHolder.wide div.textCol a.redButton{
  float: none;
  margin-left: 0px;
}


/*      CONTACT     */
article.contact{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
article.contact div.textCol{
  width: 100%;
  min-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  float: none;
}
div.contactForm{
  width: 100%;
}
input.inputText{
  float: none;
  width: 100%;
  margin-right: 0%;
}
div.homeContact input.inputText{
  width: 100%;
  margin-right: 0px;
}
textarea.inputArea{
  float: none;
}
button.submitButton, a.redButton{
  display: block;
  float: none;
  width: 100%;
}
a.redButton{
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  float: none;
  margin-top: 10px;
}
a.redButton span.fa-stack{
  position: absolute;
  right: 0px;
}
button.submitButton span.title span.fa-stack, a.redButton span.title span.fa-stack{
  right: 0px;
}


article.contact div.textCol.contactInfo{
  width: 100%;
  min-height: 0px;
  margin-left: 0px;
  float: none;
}
article.contact div.textCol.contactInfo h2{
  text-align: center;
  padding-top: 20px;
}

/*      FOOTER      */
footer{
  width: 100%;
  box-sizing: border-box;
  background-color: #7c7c7c;
  padding: 20px;
  text-align: center;
}
div.googleMaps{
  width: 100%;
  height: 200px;
  float: none;
  margin: 0px;
}
div.footerInfo{
  float: none;
  margin: 0px;
  height: auto;
  width: 100%;
  border-right: none;
  margin-top: 20px;
}
footer div.socialHolder a{
  border-right: none;
}
div.footerMenu{
  float: none;
  margin: 0px;
  margin-top: 20px;
}
div.footerMenu ul li{
  list-style: none;
}


div.copyright{
  width: 100%;
  line-height: 1.3em;
  padding-top: 20px;
  padding-bottom: 30px;
}


div.popupHolder div.popup{
  width: 220px;
  padding: 20px;
}
div.popupHolder div.popup h1{
  font-size: 2em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
div.popupHolder div.popup p{
  font-size: 1.5em;
  line-height: 1.3em;
}