@import 'fontawesome/css/font-awesome.min.css';
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* ------------------------------------------------------------------------------------ */
/* General lay-out */
/* ------------------------------------------------------------------------------------ */
BODY,
html {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 100%;
  line-height: 1.225em;
  /* 16×1.125=18 */
  background: #4a5256 url('../images/bg_body.jpg') repeat-x bottom center;
}
DIV,
LI,
P {
  font-size: 0.95em;
  color: #1c2428;
}
P,
UL {
  padding: 0 0 15px 0;
}
a {
  text-decoration: underline;
  outline: none;
  color: #0099cc;
}
a:hover {
  text-decoration: none;
}
H2,
H3,
H4 {
  clear: both;
  font-size: 1.5em;
  color: #333333;
  margin: 0 0 20px 0;
  font-weight: bold;
}
H3 {
  margin: 0 0 15px;
  font-size: 1.2em;
}
H4 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
HR {
  clear: both;
  color: #fff;
  background-color: transparent;
  border: 1px dotted #1c2428;
  border-style: none none dotted;
  margin: 5px 0 20px 0;
}
strong {
  font-weight: bold;
}
#pagewrapper {
  /* totale pagewrapper */
  clear: both;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background: url('../images/bg.jpg') no-repeat bottom center;
}
#headerwrapper {
  /* wrapper voor header_top, taalkeuze en navigatie */
  clear: both;
  width: 980px;
  height: 295px;
  margin: 0 auto;
  padding: 0px;
  background: url('../images/bg_header.jpg') repeat-x;
}
#header_top {
  /* headerimage met logo + taalkeuze */
  width: 980px;
  height: 295px;
  margin: 0 auto;
  padding: 0px;
  background-image: url('../images/header-bg.png');
  position: relative;
}
.social-menu {
  float: right;
  padding: 6px 10px 8px 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
  background: #777;
  margin-right: 15px;
  z-index: 1;
}
.social-menu__item {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.social-menu__item:last-of-type {
  margin-right: 0;
}
.social-link {
  display: block;
  transition: 0.3s;
}
.social-link:hover,
.social-link:focus {
  opacity: 0.8;
}
.social-link__image {
  height: 20px;
  width: auto;
}
#taalkeuze {
  height: 29px;
  float: right;
  clear: both;
  margin: 0 36px 0 0;
  padding: 5px 10px 0 10px;
  background: #777;
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 1;
  /*background: url('../images/bg_taalkeuze.png') no-repeat;*/
}
#taalkeuze ul li {
  display: inline-block;
}
#taalkeuze ul li a:hover,
#taalkeuze ul li.active a {
  color: #fff;
  text-decoration: none;
}
#taalkeuze ul li a {
  display: block;
  float: left;
  margin: 0 3px;
  color: #fff;
  /*background-image:url('../images/taalkeuze.jpg');*/
}
#taalkeuze ul li.nl a,
#taalkeuze ul li.nlActive a {
  /*background-position:0 -22px;*/
}
#taalkeuze ul li.en a,
#taalkeuze ul li.fr a,
#taalkeuze ul li.ru a,
#taalkeuze ul li.enActive a,
#taalkeuze ul li.frActive a,
#taalkeuze ul li.ruActive a {
  /*background-position:77px -22px;*/
}
#taalkeuze ul li.fr a {
  /*background-position:49px -22px;*/
}
#taalkeuze ul li.ru a {
  /*background-position:22px -22px;*/
}
#taalkeuze ul li.nl a:hover,
#taalkeuze ul li.nlActive a {
  /*background-position:0 0;*/
}
#taalkeuze ul li.en a:hover,
#taalkeuze ul li.enActive a {
  /*background-position:77px 0;*/
}
#taalkeuze ul li.fr a:hover,
#taalkeuze ul li.frActive a {
  /*background-position:49px 0;*/
}
#taalkeuze ul li.ru a:hover,
#taalkeuze ul li.ruActive a {
  /*background-position:22px 0;*/
}
#logoplacer a {
  /*	float:right;
	clear:both;
	margin: 31px 36px 0 0;
	width:380px;
	height:130px;*/
  width: 100%;
  height: 295px;
  position: absolute;
}
#logoplacer a img {
  position: absolute;
  top: 100px;
  right: 115px;
}
#logoplacer span {
  display: none;
}
#cgs {
  float: left;
  margin-left: 30px;
  text-decoration: none;
}
#cgs span {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  margin-bottom: 5px;
  font-size: 16px;
}
#navigation {
  width: 936px;
  margin: -55px auto 0 auto;
  position: relative;
  z-index: 0;
}
#navigation ul li,
#navigation ul li a {
  float: left;
  /*width:20%;*/
  margin: 0;
  margin-right: 20px;
}
#navigation ul li a:hover,
#navigation ul li.glassActive a,
#navigation li.trackActive a,
#navigation li.partsActive a {
  color: #fff;
}
#navigation ul li a {
  margin: 0;
  padding: 15px 20px;
  margin: 0px;
  text-decoration: none;
  color: #eee;
  text-align: center;
  display: block;
  /*width: 90%;*/
  margin-left: 5%;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  text-shadow: 1px 1px 2px #000000;
}
#navigation ul li a:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #777;
  filter: alpha(opacity=50);
  opacity: 0.7;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#navigation ul li.glassActive a:before,
#navigation ul li.glass a:hover:before {
  background-color: #d1eaf6;
}
#navigation ul li.trackActive a:before,
#navigation ul li.track a:hover:before {
  background-color: #e5920b;
}
#navigation ul li.catalogActive a:before,
#navigation ul li.catalog a:hover:before {
  background-color: #f2e67e;
}
#navigation ul li.partsActive a:before,
#navigation ul li.parts a:hover:before {
  background-color: #c75353;
}
#navigation ul li.aboutActive a:before,
#navigation ul li.about a:hover:before {
  background-color: #50bd81;
}
#contentwrapper {
  margin: 0 auto;
  clear: both;
  width: 950px;
  padding: 0 15px 0 15px;
  background: url('../images/bg_content.gif') repeat-y top center;
}
#contentwrapper.home {
  background: none;
}
#contentwrapper.home #content {
  padding: 0;
  width: 918px;
  overflow: visible;
}
#content {
  position: relative;
  margin: 0 auto;
  top: -8px;
  padding: 15px;
  width: 888px;
  border-top: 8px solid #4ab6da;
  overflow: hidden;
}
#content_left {
  float: left;
  width: 580px;
  padding: 0;
  margin: 0;
}
#content_right {
  float: right;
  width: 272px;
  padding: 0;
  margin: 0;
}
#footer {
  clear: both;
  width: 918px;
  height: 97px;
  margin: 0 auto;
  padding: 0px;
  background-color: #000;
}
#footer ul li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  height: 97px;
  width: 182px;
}
#footer ul li.hitachi {
  background: url('../images/brands/hitachi.jpg') no-repeat top left;
}
#footer ul li.caterpillar {
  background: url('../images/brands/caterpillar.jpg') no-repeat top left;
}
#footer ul li.komatsu {
  background: url('../images/brands/komatsu.jpg') no-repeat top left;
}
#footer ul li.volvo {
  background: url('../images/brands/volvo.jpg') no-repeat top left;
}
#footer ul li.doosan {
  background: url('../images/brands/doosan.jpg') no-repeat top left;
}
#footer ul li.hyundai {
  background: url('../images/brands/hyundai.jpg') no-repeat top left;
}
#footer ul li.kubota {
  background: url('../images/brands/kubota.jpg') no-repeat top left;
}
#footer ul li.isuzu {
  background: url('../images/brands/isuzu.jpg') no-repeat top left;
}
#footer ul li.cummins {
  background: url('../images/brands/cummins.jpg') no-repeat top left;
}
#footer ul li.fiat-hitachi {
  background: url('../images/brands/fiat-hitachi.jpg') no-repeat top left;
}
#footer ul li.new-holland-construction {
  background: url('../images/brands/new-holland-construction.jpg') no-repeat top left;
}
#footer li span {
  display: none;
}
#credits {
  clear: both;
  margin: 0 auto;
  width: 920px;
  height: 30px;
  padding: 10px 30px 0 30px;
  background: url('../images/bg_credits.gif') repeat-x top center;
  font-size: 0.8em;
  text-align: left;
  color: #a36e23;
}
a.multimedium {
  float: right;
  background: url(../images/hrefMultimedium.gif) no-repeat;
  display: block;
  width: 18px;
  height: 19px;
  border: 0px;
}
a.multimedium:hover {
  background-position: 0 -19px;
}
a.multimedium span {
  display: none;
}
a.media {
  float: right;
  margin-left: 5px;
}
div.address {
  font-size: 0.9em;
  font-weight: normal;
  margin-top: 1em;
}
div.address p {
  padding-bottom: 0.3em;
}
div.map {
  margin: 0 auto;
  text-align: center;
}
/* ------------------------------------------------------------------------------------ */
/* Homepage */
/* ------------------------------------------------------------------------------------ */
.firstword {
  /* Give first word of <Hx> another color */
  color: #0099cc;
}
span.newsDate {
  clear: both;
  display: block;
  color: #666666;
  padding: 0 0 10px 0;
  font-size: 1.1em;
}
#newslistHome,
#newslist {
  list-style-image: url('../images/list-style-item-newslist-home.png');
  padding: 0 0 0 15px;
}
#newslistHome li {
  margin: 0 0 5px 15px;
}
#newslist {
  margin-bottom: 2em;
}
/* ------------------------------------------------------------------------------------ */
/* Contactformulier homepage */
/* ------------------------------------------------------------------------------------ */
#contactHome {
  float: left;
  clear: both;
  display: block;
  margin: 0 0 20px 0;
  /*width: 200px;*/
  width: 99%;
}
#contactHome label {
  float: left;
  clear: both;
  width: 180px;
  margin: 0 0 5px 0;
  padding: 0 0 3px 0;
  font-weight: bold;
}
#contactHome label span {
  font-weight: normal;
}
#contactHome input,
#contactHome textarea {
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  width: 262px;
  height: 15px;
  color: #1c2428;
  border: 0px;
  margin: 2px 0 7px 0;
  padding: 3px;
  background-color: #e8f2f7;
  border: 1px solid #999999;
  font-size: 0.95em;
  width: 100%;
  box-sizing: border-box;
}
#contactHome input {
  height: 23px;
}
#contactHome textarea {
  height: 75px;
}
#contactHome .field-submit {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #0099cc;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  width: auto;
  height: auto;
}
#contactHome .field-submit:hover {
  background-color: #00ace6;
}
.error-message {
  color: #d13038;
  display: none;
}
.field-container {
  clear: both;
}
.field-row {
  margin-bottom: 8px;
}
#message {
  min-height: 100px;
  max-height: 200px;
}
#wheretofindus {
  clear: both;
  float: left;
  width: 256px;
  height: 138px;
  background: url('../images/bg_wheretofindus.png');
}
#zoersel,
#brecht {
  float: left;
  margin: 9px 0 0 160px;
}
#wilrijk {
  clear: both;
  float: left;
  margin: 15px 0 0 10px;
  width: 110px;
}
a.map {
  background: url('../images/bg_href_map.gif') no-repeat 0 4px;
  padding-left: 1.2em;
}
/* Page specific */
ul.images {
  float: left;
}
ul.images li {
  float: left;
}
.clear {
  clear: both;
}
.brand-list > div {
  width: 137px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.brand-list > div:nth-of-type(4n) {
  margin-right: 0;
}
.brand-list .brand-wrapper {
  box-sizing: border-box;
  /*width: 33.33333%;*/
  float: left;
  /*padding: 5px;*/
  text-align: center;
}
.brand-list .brand {
  border: 1px solid #0099cc;
  display: inline-block;
  padding: 29px 0;
  width: 100%;
  color: #fff;
  background-color: #0099cc;
  text-decoration: none;
  /*border-radius: 5px;*/
}
.brand-list .brand:hover {
  background-color: #00ace6;
}
#model-select {
  width: 100%;
  margin-bottom: 15px;
}
.product-list {
  display: none;
}
.product-list.visible {
  display: block;
}
.product-list > div {
  width: 282px;
  height: 265px;
  margin: 0 15px 15px 0;
  float: left;
  max-width: 100%;
}
.product-list > div:nth-of-type(2n) {
  margin-right: 0;
}
.product-list .product {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
.product-list .product .product-name {
  background-color: #000;
  padding: 5px 0;
}
.product-list .product .product-name a {
  color: #fff;
  text-decoration: none;
}
.product-list .product .product-name a:hover {
  text-decoration: underline;
}
.product-list .product .product-image {
  padding: 15px 0;
}
.product-list .product .product-image img {
  max-width: 100%;
  max-height: 160px;
}
.product-list .product .product-buttons {
  /*			position: absolute;
			bottom: 0;*/
  text-align: center;
  width: 100%;
}
.product-list .product .product-buttons a:first-of-type {
  margin-right: 5px;
}
.button {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #0099cc;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  width: auto;
  height: auto;
}
.button:hover {
  background-color: #00ace6;
}
/*#model-1 {
	display: block;
}*/
.product-detail .product-properties {
  float: left;
  clear: left;
  width: 50%;
}
.product-detail .product-image {
  float: left;
  width: 50%;
  text-align: center;
}
.product-detail .product-image img {
  width: 90%;
  float: right;
}
.cart-products {
  margin-top: 10px;
}
.cart-products > div {
  padding: 10px;
  border: 1px solid #999;
  margin-bottom: 15px;
  background-color: #fff;
}
.cart-product .cartitem-image {
  float: left;
  width: 30%;
}
.cart-product .cartitem-image img {
  /*width: auto;*/
  max-width: 100%;
  max-height: 100px;
}
.cart-product .cartitem-properties {
  float: right;
  width: 70%;
}
.cart-product .product-quantity-input {
  width: 50px;
  padding: 3px 5px;
  margin-left: 5px;
}
.delete-button {
  color: #d13038;
  font-size: 16px;
}
.delete-button:hover {
  color: #bd2a31;
}
.field-row-buttons input {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #0099cc;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  width: auto;
  height: auto;
}
.field-row-buttons input:hover {
  background-color: #00ace6;
}
#container-phone {
  display: none;
}
#orderForm {
  clear: both;
}
#orderForm * {
  box-sizing: border-box;
}
#orderForm label {
  font-size: 14px;
}
#orderForm .field-container {
  margin-top: 5px;
}
#orderForm .field-row {
  width: 50%;
  float: left;
}
#orderForm .field-row input {
  width: 100%;
  padding: 6px 5px;
  border: 1px solid #0099cc;
  border-radius: 3px;
}
#orderForm .field-row input:focus {
  outline-color: #0099cc;
}
#orderForm .field-row-buttons {
  clear: both;
}
#orderForm #container-e-mail {
  clear: left;
}
#orderForm #container-firstname,
#orderForm #container-city,
#orderForm #container-e-mail,
#orderForm #container-company {
  width: 50%;
  padding-right: 5px;
}
#orderForm #container-name,
#orderForm #container-country,
#orderForm #container-phone {
  width: 50%;
  padding-left: 5px;
}
#orderForm #container-address {
  width: 75%;
  padding-right: 5px;
}
#orderForm #container-postalCode {
  width: 25%;
  padding-left: 5px;
}
#content_right .product {
  padding: 10px 0;
  border-bottom: 1px solid #0099cc;
}
#content_right .product strong {
  min-width: 60px;
  display: inline-block;
}
.text-left {
  float: left;
  display: inline-block;
}
.text-right {
  float: right;
  display: inline-block;
  text-align: right;
}
.form-error-message {
  color: #d13038;
  clear: both;
}
#fancybox-iframe img {
  display: block;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.search-form {
  float: right;
  font-size: 0;
}
.search-form * {
  box-sizing: border-box;
  vertical-align: top;
}
.search-form input {
  height: 25px;
  padding: 5px 10px;
  width: 263px;
}
.search-form input:focus {
  outline: none;
}
.search-form button {
  height: 25px;
  width: 25px;
  padding: 5px;
  border: none;
  background: #eee;
  transition: 0.3s;
  border: 1px solid #ccc;
  border-left: none;
}
.search-form button:hover {
  cursor: pointer;
  background: #ccc;
}
.search-form button img {
  width: 100%;
}
.search-row {
  margin-bottom: 10px;
}
.search-row h3 {
  float: left;
  margin-top: 3px;
}
#splash-left,
#splash-right {
  width: 50%;
  height: 450px;
  float: left;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-size: contain;
  background-position: center;
}
#splash-left h2,
#splash-right h2 {
  color: #0099cc;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  font-size: 24px;
  position: absolute;
  top: 240px;
  text-align: center;
  width: 100%;
  line-height: 130%;
}
#splash-left a,
#splash-right a {
  text-decoration: none;
}
#splash-left .logo,
#splash-right .logo {
  margin-top: 160px;
  max-width: 90%;
  /*		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);*/
}
#splash-left:after,
#splash-right:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 8px;
  width: 100%;
  background: inherit;
  background-image: none;
}
#splash-left {
  background-color: #E6F0F9;
  background-image: url('../images/bg-glass.jpg');
}
#splash-right {
  background-color: #C7D8E0;
  background-image: url('../images/bg-track.jpg');
}
