/* groen: #05943a;
*/


/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  background-color: #fff;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #323743;
}

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

img{
  border: 0;
}

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

.clear{
  clear: both;
}


div.container{
  width: 100%;
  margin: 0px;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 100%;
  height: 172px;
  background-color: #FFF;
  z-index: 100;
}
header.fixed{
  position: fixed;
  height: 68px;
  border-bottom: solid 1px #05943a;
}
header div.topBar{
  height: 44px;
  background-color: #05943a;
  color: #FFF;
}
header.fixed div.topBar{
  height: 0px;
  color: #05943a;
}
header div.langHolder{
  position: absolute;
  left: 0px;
  background-color: #05943a;
  z-index: 10;
}
header.fixed div.langHolder{
  background-color: #FFF;
  left: 150px;
  top: 15px;
}

.hidden{
  display: none !important;
}
header div.langHolder a{
  display: block;
  font-size: 0.75em;
  line-height: 32px;
  padding-left: 40px;
  padding-right: 20px;
  cursor: pointer;
}
header div.langHolder a:first-of-type{
  padding-left: 15px;
  line-height: 44px;
}
header div.langHolder a:last-of-type{
  padding-bottom: 10px;
}
header div.langHolder span{
  width: 25px;
  font-size: 1.5em;
}

header div.topBar a.mail, header div.topBar span.phone{
  display: block;
  float: right;
  line-height: 44px;
  font-size: 0.75em;
  margin-left: 25px;
  font-weight: 400;
}
header.fixed div.topBar a.mail, header.fixed div.topBar span.phone, header.fixed div.search{
  display: none;
}

header div.search{
  padding-top: 6px;
  float: right;
}
header input.inputText.search{
  float: left;
  height: 32px;
  line-height: 32px;
  width: 226px;
  border: none;
  background-color: #046e2b;
}
header button.inputSubmit{
  background-color: #046e2b;
  color: #FFF;
  height: 32px;
  line-height: 32px;
  border: none;
}

header img.logo{
  position: relative;
  width: 229px;
  display: block;
  padding-top: 15px;
  margin-bottom: 15px;
  margin-left: 50px;
  float: left;
}
header.fixed img.logo{
  width: auto;
  height: 38px;
}
div.menuHolder{
  position: absolute;
  top: 66px;
  right: 50px;
  z-index: 10;
}
header.fixed div.menuHolder{
  top: 15px
}


div.menuHolder nav{
}
div.menuHolder nav ul{
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  color: #202529;
  font-size: 0.9em;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  margin: 0px;
  margin-left: 14px;
  padding-left: 12px;
  padding-right: 12px;
}
div.menuHolder nav ul li:hover, div.menuHolder nav ul li.active{
  background-color: #05943a;
  color: #FFF;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}
div.menuHolder nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  text-align: left;
  background-color: #FFF;
  min-width: 240px;
  padding-top: 12px;
}
div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  list-style-type: none;
  text-transform: none;
  font-size: 0.9em;
  height: 40px;
  width: 100%;
  font-weight: 400;
  line-height: 40px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border: none;
  box-sizing: border-box;
}
div.menuHolder nav ul li ul li a{
  display: block;
  padding-left: 40px;
  border: none;
}
div.menuHolder nav ul li ul li:hover, div.menuHolder nav ul li ul li.active{
  color: #202529;
  background-color: #f2f2f2;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
div.mainContent{
  position: relative;
  width: 100%;
  background-image: url("../images/lines.png");
  background-repeat: repeat-x;
  background-size: 1px 20px;
  margin-top: -4px;
}
div.centerContent{
  position: relative;
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
div.crumbleHolder{
  height: 57px;
  line-height: 57px;
  background-color: #ebebeb;
  background-image: url("../images/background.jpg");
  background-position: center center;
  background-repeat: repeat-y;
  color: #868686;
}
div.crumbleHolder span{
  color: #202529;
}
div.crumblePath{
  margin-left: 50px;
}

div.content{
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

article{
  float: left;
  width: 710px;
  padding-top: 80px;
  padding-bottom: 80px;
}
article h1{
  line-height: 1.2em;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 30px;
}
article h2{
  font-size: 1.5em;
  font-weight: 300;
  color: #05943a;
  margin-bottom: 20px; 
}
article p a, article ul a, article ol a{
  text-decoration: underline;
}
article ol, article ul{
  margin-left: 15px;
}
aside{
  width: 320px;
  margin-left: 90px;
  margin-top: 80px;
  margin-bottom: 80px;
  float: left;
  box-sizing: border-box;
}
aside img{
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
aside a.route{
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.1em;
  padding: 20px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #202529;
  font-weight: 500;
  color: #FFF;
}



/*      HOME      */
div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 565px;
  overflow: hidden;
}
div.slideShow{
  height: 100%;
}
div.slideShow>div{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
div.slideShow div.centerContent{
  height: 100%;
}
div.slideShow div.textHolder{
  height: 100%;
  display: table;
  margin-left: 50px;
}
div.slideShow div.textVertCenter{
  display: table-cell;
  vertical-align: middle;
}
div.textHolder h2{
  display: block;
  background-color: #FFF;
  color: #05943a;  
  font-size: 2.2em;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  float: left;
}
div.textHolder p{
  clear: both;
  display: block;
  background-color: #202529;
  color: #FFF;  
  font-size: 1.5em;
  line-height: 1em;
  width: 50%;
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.content.home article{
  width: 620px;
}


/*      JOBS & NEWS & CATEGORIES & SEARCH     */
div.content.jobs article, div.content.news article, div.content.productcategories article, div.content.search article{
  width: 100%;
}
a.job, a.news, a.category, a.search{
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
a.job span.title{
  display: block;
  font-weight: 500; 
}
a.job span.text{
  display: block;
  font-size: 0.9em; 
  width: 75%;
}
a.job span.more{
  position: absolute;
  right: 30px;
  top: 40px;
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500; 
  float: right;
  border: solid 2px #202529;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
}
a.job:hover span.more{
  background-color: #202529;
  color: #f5f5f5;
}
div.content.jobs article.details, div.content.news article.details{
  width: 710px;
}
div.divider{
  border-top: solid 2px #ebebeb;
  height: 0px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;
}

div.content.jobs aside, div.content.contact aside{
  background-color: #f7f7f7;
}
div.content.jobs aside h3, div.content.contact aside h3{
  font-weight: 700;
  text-transform: uppercase;
  color: #515356;
  font-size: 0.9em;
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 15px;
}
div.content.jobs aside p, div.content.contact aside p{
  color: #959595;
  font-size: 0.9em;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
}
a.back, a.direct{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 500;
}
a.back{
  padding-left: 32px;
  border: solid 2px #202529;
  background-image: url("../images/arrow-left.jpg");
  background-position: left center;
  background-size: auto 32px;
  background-repeat: no-repeat;
}
a.direct{
  margin-left: 6px;
  border: solid 2px #05943a;
  color: #05943a;
}

a.news, a.category, a.search{
  min-height: 100px;
}
a.news span.imageHolder, a.category span.imageHolder, a.search span.imageHolder{
  display: block;
  width: 190px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
}
a.news span.title, a.category span.title, a.search span.title{
  display: block;
  font-weight: 500;
  padding-left: 250px; 
}
a.news span.text, a.category span.text, a.search span.text{
  display: block;
  font-size: 0.9em;
  line-height: 1.1em; 
  padding-left: 250px;
}
a.search.noImage span.title, a.search.noImage span.text{
  padding-left: 0px;
}
a.news span.text span.more, a.category span.text span.more, a.search span.text span.more{
  color: #05943a;
  text-transform: uppercase;
}
div.pageNav{
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
div.pageNav a{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
div.pageNav a.active{
  color: #05943a;
}


/*      PRODUCTS    */
div.mainContent.products aside{
  margin-left: 0px;
  width: 280px;
  margin-right: 60px;
  float: left;
  background-color: #f7f7f7;
  padding: 30px;
}
div.quickSearch input{
  display: block;
  float: left;
  width: 172px;
  height: 38px;
  padding: 0px;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 38px;
  background-color: #e3e3e3;
  border: none;
}
div.quickSearch input::-ms-clear {
  display: none;
}

div.quickSearch span{
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #e3e3e3;
}
div.mainContent.products aside div p{
  color: #515356;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1em;
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 5px;
}
div.mainContent.products aside div.options div label{
  display: block;
  color: #959595;
  font-size: 0.8em;
}
div.mainContent.products aside div.options div.more{
  color: #a2002d;
  font-size: 0.8em;
  cursor: pointer;
  padding-left: 5px;
}


div.mainContent.products article{
  float: none;
  padding-left: 340px;
  width: 100%;
  box-sizing: border-box;
}

div.activeFilters{
  margin-top: 20px;
}
div.activeFilters p{
  display: inline-block;
}
div.activeFilters div{
  display: inline-block;
  padding: 3px;
  padding-left: 8px;
  padding-right: 10px;
  border: solid 2px #b7b7b7;
  color: #a9a9a9;
  margin-left: 10px;
  cursor: pointer;
}
div.activeFilters div span{
  color: #05943a
}

div.loading{
  position: absolute;
  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;
}
div.productHolder{
  width: 780px;
  margin-top: 20px;
  float: left;
}
div.productHolder a{
  display: block;
  position: relative;
  float: left;
  width: 244px;
  min-height: 365px;
  border: solid 2px #202529;
  margin-right: 24px;
  margin-bottom: 24px;
  box-sizing: border-box;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 500;
}
div.productHolder a:nth-child(3n){
  margin-right: 0px;
}
div.productHolder a:nth-child(3n+1){
  clear: both;
}
div.productHolder a span.imageHolder{
  display: block;
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 25px;
}
div.productHolder a span.title{
  display: block;
  color: #a2002d;
  font-size: 1.1em;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px; 
}
div.productHolder a span.spec{
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  padding-left: 20px;
  padding-bottom: 4px; 
  text-transform: uppercase;
  color: #a3a3a3; 
}
div.productHolder a span.label, div.productHolder a span.data{
  display: inline-block;
  width: 95px;
  vertical-align: text-top;
}
div.productHolder a span.data{
  width: 105px;
}
div.productHolder a span.readmore{
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.1em;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #a2002d;
  color: #FFF;
}


div.mainContent.productdetails aside{
  margin-left: 0px;
  float: left;
  width: 470px;
  margin-right: 80px;
}
div.mainContent.productdetails aside a{
  display: block;
  float: left;
  width: 22%;
  margin: 0px;
  padding: 0px;
  margin-right: 4%;
  margin-bottom: 4%;
  height: 70px;
  background-size: cover;
  background-position: center center;
}
div.mainContent.productdetails aside a:first-child{
  width: 100%;
  height: 320px;
  margin-right: 0px;
}
div.mainContent.productdetails aside a:nth-child(4n+1){
  margin-right: 0px;
}

div.mainContent.productdetails article{
  margin-left: 0px;
  width: 570px;
}
div.mainContent.productdetails article h2{
  margin-bottom: 30px;
}
div.mainContent.productdetails article ul{
  margin-left: 25px;
}

div.specs{
  width: 100%;
  margin-bottom: 40px;
}
div.specs p{
  display: inline-block;
  float: left;
  font-size: 0.9em;
}
div.specs p:nth-of-type(2n-1){
  width: 200px;
  clear: both;
}
div.specs p:nth-of-type(2n){
  
}

a.download{
  display: block;
  color: #05943a;
  margin-top: 20px;
  height: 15px;
  width: 200px;
  line-height: 17px;
  text-transform: uppercase;
  background-image: url("../images/arrow-right-red.png");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}

/*      ENQUETE     */
div.content.enquete article{
  width: 100%;
}
div.questionHolder{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}
div.questionHolder.noBorder{
  border: none;
}

div.questionHolder p.question{
  width: 67%;
  float: left;
  padding-top: 13px;
  padding-bottom: 12px;
}
div.questionHolder p.question.error{
  color: #05943a;
}

div.questionHolder p.starHolder, div.questionHolder p.buttonHolder{
  width: 33%;
  float: left;
  line-height: 50px;
  height: 50px;
}

.scoreStar{
  cursor: pointer;
  font-size: 2em;
  line-height: 50px;
  height: 50px;
}
p.buttonHolder span{
  width: 32.6%;
  margin-right: 1%;
  display: block;
  color: #9b9b9b;
  height: 50px;
  float: left;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 50px;
  box-sizing: border-box;
  border: solid 2px #dddddd;
  text-align: center;
  cursor: pointer;
}
p.buttonHolder span:nth-child(4){
  width: 32.8%;
  margin-right: 0%;
}
p.buttonHolder span.active, p.buttonHolder span:hover{
  background-color: #323743;
  color: #FFF;
  border: solid 2px #323743;
}



/*      CONTACT     */
div.contactForm{
  margin-top: 15px;
}
div.contactForm h2{
  color: #ffffff;
}
div.contactForm p{
  margin-top: 20px;
}
input.inputText{
  display: block;
  position: relative;
  color: #9b9b9b;
  height: 50px;
  float: left;
  font-family: 'Hind', sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 1%;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border: solid 2px #dddddd;
}
input.inputText.inputZipcode{
  width: 30%;
  margin-right: 1%;
}
input.inputText.inputCity{
  width: 69%;
}
input.inputText.inputThird{
  width: 32.6%;
  margin-right: 1%;
}
input.inputText.inputNoMargin{
  margin-right: 0%;
}
input.inputText.inputThird.inputNoMargin{
  width: 32.8%;
}

textarea.inputArea{
  display: block;
  float: left;
  position: relative;
  color: #9b9b9b;
  height: 120px;
  font-family: 'Hind';
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 2%;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  border: solid 2px #dddddd;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #05943a;
  color: #FFFFFF;
}
input.submitButton{
  font-family: 'Hind';
  font-weight: 500;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0px;
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF;
  border: solid 2px #05943a;
  color: #05943a;
  cursor: pointer;
  box-sizing: border-box;
}
div.content.contact aside img{
  margin-bottom: 0px;
}


/*      FOOTER      */
div.highlights{
  background-color: #202529;
  padding-top: 40px;
  padding-bottom: 45px;
  background-image: url("../images/line-white.png");
  background-repeat: repeat-x;
  background-size: 1px 5px;
  background-position: center bottom;
}
div.highlights a{
  color: #FFF;
  float: left;
  width: 340px;
  margin-left: 50px;
}
div.highlights a span.imageHolder{
  width: 100px;
  display: block;
  float: left;
  height: 60px;
  background-position: center center;
  background-size: cover;
}
div.highlights a span.textHolder{
  display: block;
  padding-left: 120px;
}
div.highlights a span.title{
  font-size: 1.1em;
  display: block;
  font-weight: 500;
}
div.highlights a span.text, div.highlights a span.more{
  color: #b2b2b2;
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
}
div.highlights a span.more{
  color: #0dbb4e;
  font-weight: 400;
  margin-top: 3px;
  text-transform: uppercase;
}
div.highlights a.cta{
  display: block;
  float: left;
  width: 320px;
  margin-left: 70px;
  background-color: #05943a;
  color: #FFF;
  text-align: center;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

div.highlights div.productHolder{
  position: absolute;
  right: 40px;
  top: -530px;
  width: 404px;
  height: 550px;
  margin-top: 0px;
  float: none;
  
}
div.highlights div.productHolder div.arrow{
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-left.png");
  background-size: cover;
  top: 205px;
  cursor: pointer;
}
div.highlights div.productHolder div.arrow.left{
  left: -10px;
}
div.highlights div.productHolder div.arrow.right{
  background-image: url("../images/arrow-right.png");
  right: -8px;
}
div.highlights div.productHolder div.productSlider{
  position: absolute;
  width: 324px;
  left: 40px;
  top: 0px;
  height: 100%;
  box-shadow: 0px 0px 2px #202529;
  background-color: #f7f7f7;
  z-index: 2;
}
div.highlights div.productHolder div.productSlider a{
  background-color: #f7f7f7;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  float: none;
  border: none;
  width: 324px;
  min-height: 100%;
}  
div.highlights div.productHolder div.productSlider a span.imageHolder{
  height: 230px;
  width: 100%;
  float: none;
}
div.highlights div.productHolder div.productSlider a span.title{
  font-size: 1.2em;
  line-height: 1.2em;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}
div.highlights div.productHolder div.productSlider a span.spec{
  font-size: 1.1em;
  line-height: 1em;
  padding-left: 30px;
}
div.highlights div.productHolder div.productSlider a span.spec span.label{
  width: 125px;
}
div.highlights div.productHolder div.productSlider a span.spec span.data{
  width: 130px;
}
div.highlights div.productHolder div.productSlider a span.readmore{
  background: none;
  border: solid 2px #202529;
  color: #202529; 
  left: 30px;
  bottom: 30px;
}
div.highlights div.productHolder a.cta{
  position: absolute;
  top: auto;
  left: 40px;
  bottom: -72px;
  display: block;
  float: none;
  font-size: 0.8em;
  line-height: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  min-height: 0px;
  border: none;
  width: 324px;
}


footer{
  width: 100%;
  background-color: #ebebeb;
  background-image: url("../images/background.jpg");
  background-position: center center;
  background-repeat: repeat-y;
}
div.footerSocial{
  background-image: url("../images/lines.png");
  background-repeat: repeat-x;
  background-size: 1px 20px;
  background-position: center -5px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #FFF;
}
div.footerSocial p{
  margin-top: 15px;
  margin-left: 50px;
  float: left;
  font-size: 0.7em;
  font-weight: 700;
  color: #515356;
  text-transform: uppercase;
}
div.socialHolder{
  font-size: 0.7em;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
}
div.socialHolder .fa-circle{
  color: #cbcbcb;
}
div.footerSocial img:first-of-type{
  display: block;
  float: left;
  height: 21px;
  margin-left: 40px;
  margin-top: 17px;
}
div.footerSocial img:last-of-type{
  display: block;
  float: right;
  height: 57px;
  margin-right: 50px;
}
div.footerInfo{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1120px;
  padding-top: 45px;
  padding-bottom: 55px;
}
div.footerInfo img{
  display: block;
  height: 57px;
  float: left;
  margin-right: 90px;
}
div.footerInfo nav{
  float: left;
  margin-right: 25px;
}
div.footerInfo nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1em;
  color: #515356;
  margin-right: 40px;
}
div.footerInfo nav ul li ul li{
  float: none;
  text-transform: none;
  color: #959595;
  font-weight: 400;
  font-size: 1em;
  margin-right: 0px;
  padding-top: 14px;
}
div.productSearch{
  float: left;
}
div.productSearch p{
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1em;
  color: #515356;
  margin-bottom: 14px;
}
div.footerInfo input.inputText.search{
  height: 41px;
  line-height: 41px;
  width: 360px;
  border: none;
  float: none;
  margin-bottom: 10px;
  background-image: url("../images/arrow-right.jpg");
  background-position: right center;
  background-size: auto 41px;
  background-repeat: no-repeat;
}
div.footerInfo input.submitButton{
  color: #FFF;
  background-color: #05943a;
}

div.copyright{
  position: relative;
  width: 100%;
  font-size: 0.7em;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
  color: #757575;
  border-top: solid 2px #d1d1d1;
  font-weight: 400;
}
div.copyright br{
  display: none;
}
div.copyright a{
  color: #202529;
  text-decoration: none;
}