/*
LESS CMS39 compiler 
lessc -x style.less > style.css
*/
@import url('//cdn.jsdelivr.net/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('//cdn.jsdelivr.net/fontawesome/4.6.3/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700&subset=latin,greek);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #282829;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #DADADA;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1D1D1B;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  padding: 0px;
}
a {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #282829;
  text-decoration: none;
}
a:hover {
  color: #DADADA;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #DADADA;
}
a:active {
  text-decoration: none;
  color: #DADADA;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
.theme_dynObject {
  margin: 0 0 40px 0;
}
.theme_dynObject .title {
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
.theme_dynObject .link a {
  font-size: 12px;
}
.groupauto {
  position: absolute;
  margin-top: 80px;
}
.module-groupauto {
  text-align: center;
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px;
}
.container-social {
  background: #FFFFFF;
}
.container-social .container-social-inner {
  padding: 40px 0px;
  text-align: center;
  color: #004287;
  font-size: 2em;
}
.container-social .container-social-inner a {
  color: #004287;
}
blockquote {
  font-size: 1.4em;
  font-weight: 100;
}
.car-list {
  margin: 20px 0;
  padding: 0px;
}
.car-list li {
  display: inline-block;
}
.car {
  width: 100px;
  height: 100px;
  background: url(img/logo_sprite_100.jpg) top no-repeat;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  background-position-y: 100px;
  text-align: center;
  padding-top: 110px;
  min-height: 100px;
  vertical-align: top;
  line-height: 12px;
  font-size: 0.9em;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.car:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.car-mercedes {
  background-position-y: 0px;
}
.car-man {
  background-position: 0px -900px;
}
.car-volvo {
  background-position: 0px -700px;
}
.car-scania {
  background-position: 0px -1200px;
}
.car-setra {
  background-position: 0px -1000px;
}
.car-bova {
  background-position: 0px -1100px;
}
.car-neoplan {
  background-position: 0px -1300px;
}
.car-daf {
  background-position: 0px -300px;
}
.car-iveco {
  background-position: 0px -500px;
}
.car-saf {
  background-position: 0px -1500px;
}
.car-bpw {
  background-position: 0px -200px;
}
.car-jost {
  background-position: 0px -1400px;
}
.car-schmitz {
  background-position: 0px -400px;
}
.car-ror {
  background-position: 0px -800px;
}
.car-kassbohrer {
  background-position: 0px -600px;
}
.car-renault {
  background-position: 0px -1600px;
}
.contact_interest {
  width: 90%;
  font-size: 1.3em;
  text-align: center;
  font-weight: 100;
  margin: 60px auto 60px auto;
  line-height: 30px;
  border: 1px solid #DADADA;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
}
.contact_interest .tel_interest,
.contact_interest .btn_interest {
  padding: 10px 20px;
  margin: 0px 5px;
  font-size: 1em;
  font-weight: 800;
  background: #FFED00;
  color: #000000;
}
.contact_interest .tel_interest i,
.contact_interest .btn_interest i {
  margin-right: 10px;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
  color: #004287;
  text-transform: uppercase;
  font-weight: 800;
}
ul.columns {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.columns li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
}
ul.columns strong {
  font-size: 1.2em;
  color: #004287;
}
.contentMaster .cms39_gmap {
  height: 550px;
}
.header_slider li {
  position: relative;
}
.header_slider li .title {
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 5em;
  font-weight: 800;
  color: #FFFFFF;
  padding: 140px 0 0 0;
  -moz-test-shadow: 0px 5px 15px #000000;
  -webkit-text-shadow: 0px 5px 15px #000000;
  text-shadow: 0px 5px 15px #000000;
  text-transform: uppercase;
}
.header_slider li a {
  color: #FFFFFF;
}
.item_brand {
  width: 16.666%;
  min-height: 205px;
  float: left;
  margin-bottom: 0px;
  background: #FFFFFF;
  border-right: 1px dashed #DADADA;
  border-bottom: 1px dashed #DADADA;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.item_brand.last-of-line {
  border-right: 0px;
}
.item_brand.last-row {
  border-bottom: 0px;
}
.item_brand.active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  pointer-events: none;
  cursor: default;
  background: #DADADA;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.item_brand.active .details {
  border-top-color: #909090;
  color: #FFED00;
}
.item_brand.active .details a {
  color: #FFED00;
}
.item_brand.active .details .link {
  display: none;
}
.item_brand.active .details .title {
  color: #909090;
  margin-right: 0px;
}
.item_brand:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.item_brand:hover .details a {
  color: #909090;
}
.item_brand .details {
  font-size: 0.9em;
  line-height: 11px;
  padding: 20px 0;
  text-align: center;
  border-top: 4px solid #FFED00;
}
.item_brand .details .link {
  color: #DADADA;
  margin-left: 0px;
}
.item_brand .details .title {
  display: block;
  margin-right: 0px;
  margin-bottom: 5px;
}
.item_truck {
  width: 25%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  float: left;
  border-right: 1px dashed #DADADA;
  background: #FFFFFF;
}
.item_truck .omega {
  border-right: 0px;
}
.item_truck .detail {
  padding: 0px 10px;
  font-size: 0.9em;
}
.item_truck .detail p {
  line-height: 14px;
}
.item_truck:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.item_truck.active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  background: #DADADA;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.item_spare {
  min-height: 130px;
  width: 33.3333333%;
  float: left;
  margin-bottom: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #FFFFFF;
}
.item_spare.active {
  display: none;
}
.item_spare:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.item_spare .details {
  border-top: 5px solid #FFED00;
  padding: 15px 0px;
  line-height: 11px;
  text-align: center;
}
.item_spare .details .title {
  font-weight: 400;
  display: block;
}
.item_spare .details .link {
  color: #DADADA;
  font-size: 0.8em;
  padding-top: 4px;
  display: block;
}
.item_spare img {
  width: 100%;
}
.item_small {
  min-height: 130px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 20%;
  float: left;
  background: #FFFFFF;
}
.item_small.active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  background: #DADADA;
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.item_small:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.item_small .details {
  line-height: 11px;
  border-top: 4px solid #FFED00;
  padding: 8px 0px;
  text-align: center;
  font-size: 0.8em;
}
.item_small .details .link {
  display: none;
}
.breadcrumb {
  background: transparent;
  margin: 30px 0 30px 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 0px;
}
.breadcrumb li a {
  color: #DADADA;
}
.breadcrumb > li + li:before {
  color: #DADADA;
}
header {
  background: #FFFFFF;
  padding-bottom: 2px;
}
header .iso {
  position: absolute;
  margin: 0 auto;
  margin-top: 19px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
header .iso a {
  display: inline-block;
}
header .iso img {
  width: 96px;
  height: auto;
}
header .row-head-top-bar {
  font-size: 1.2em;
  padding-top: 5px;
  color: #004287;
}
header .row-head-top-bar a {
  color: #004287;
}
header .cms39_brand {
  margin: 72px 0 0 0;
  background: url("img/logo-new.png") no-repeat;
  width: 229px;
  height: 59px;
  display: inline-block;
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
}
header .cms39_lang {
  margin: 2px 0px;
  z-index: 10;
  position: relative;
}
header .cms39_lang .lang-list li .selectable {
  font-weight: bold;
}
header .cms39_search {
  margin: 30px 0px;
  float: right;
  width: 300px;
}
header .cms39_nav {
  clear: both;
}
header .cms39_nav ul {
  margin: 0px;
  list-style: none;
}
header .cms39_nav ul li {
  display: inline-block;
}
header .cms39_nav ul li a {
  text-transform: uppercase;
  display: block;
  margin: 0px 0px 0px 20px;
  padding: 5px 0px 5px 0px;
  font-size: 1.2em;
  font-weight: 800;
  color: #004287;
}
header .cms39_nav ul li a:hover,
header .cms39_nav ul li a.active {
  color: #909090;
}
.bx-wrapper {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 0px;
  margin: 0 auto 35px;
}
.bx-wrapper img {
  width: 100%;
  display: block;
  height: auto;
}
.header_hor {
  border: 0px;
  height: 12px;
  background: #004287;
  margin: 0px;
  padding: 0px;
}
.home_slider_grid {
  position: relative;
  padding-bottom: 90px;
  margin-bottom: 30px;
}
.home_slider_grid hr {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 1px;
  background: #004287;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
.home_trucks_grid {
  padding: 0 68px;
  position: absolute;
  bottom: 0px;
}
.home_trucks_grid .grid_3 {
  margin: 0px;
  width: 240px;
  margin-right: 20px;
}
.home_trucks_grid .omega {
  margin-right: 0px;
}
.home_trucks_grid .box {
  background: #000000;
  height: 250px;
  width: 250px;
  position: relative;
  -webkit-box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #DADADA;
}
.home_trucks_grid .box img {
  margin-bottom: 0px;
  border-bottom: 10px solid #FFED00;
  padding-bottom: 0px;
}
.home_trucks_grid .box .title,
.home_trucks_grid .box p {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}
.home_trucks_grid .box p {
  top: 30px;
}
.home_trucks_grid .box .title {
  font-size: 1.2em;
}
.submenus {
  margin-top: 63px;
}
.submenus #submenus,
.submenus #submenus * {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.submenus #submenus li,
.submenus #submenus * li {
  display: block;
}
.submenus #submenus li a,
.submenus #submenus * li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: block;
  background: #004287;
  color: #FFFFFF;
  margin: 3px 0px;
  margin-right: 10px;
  padding: 8px 15px;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 20px;
}
.submenus #submenus li a.active,
.submenus #submenus * li a.active {
  font-weight: 800;
}
.submenus #submenus li a.active:after,
.submenus #submenus * li a.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #004287;
  border-width: 10px;
  margin-top: -10px;
}
.submenus #submenus li a:hover,
.submenus #submenus * li a:hover {
  color: #FFED00;
}
.box img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-bottom: 6px solid #FFED00;
  padding-bottom: 10px;
}
.box .title {
  text-transform: uppercase;
  color: #000000;
  font-weight: 800;
}
.box p {
  color: #909090;
}
.box a {
  color: #004287;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  position: relative;
}
.grid_line:before {
  border-right: 1px dotted #DADADA;
  content: "";
  display: block;
  margin: 0px 1px;
  position: absolute;
  right: -11px;
  top: 0;
  bottom: 0;
}
.contentMaster .contentArticle {
  background: #FFFFFF;
  padding: 0px 0px 60px 0px;
  min-height: 500px;
}
.contentMaster .contentArticle h1 {
  display: inline-block;
  font-size: 1.9em;
  margin-bottom: 10px;
  border-bottom: 10px solid #FFED00;
  padding-bottom: 2px;
  clear: both;
}
.contentMaster .contentArticle h2 {
  font-size: 1.5em;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contentMaster .contentArticle h3 {
  color: #004287;
  margin: 0px 0 20px 0;
  font-size: 1.3em;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 5px solid #FFED00;
}
.contentMaster .contentArticle article {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
}
footer {
  border-top: 12px solid #004287;
  background: #DADADA;
  padding: 20px 0px;
  color: #909090;
}
footer a {
  color: #909090;
}
footer .cms39_footer_line_2 {
  margin: 50px 0 0 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media only screen and (max-width: 1200px) {
  .home_trucks_grid .box {
    height: auto;
    width: 100%;
  }
  .home_trucks_grid {
    padding: 0 0px;
  }
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .home_trucks_grid .box {
    height: auto;
    width: 100%;
  }
  .home_trucks_grid .col-xs-6 {
    padding: 0 5px;
  }
  .home_trucks_grid {
    padding: 0 0px;
  }
}
/* X Small devices (tablets, 480px and up) */
@media only screen and (max-width: 767px) {
  .home_trucks_grid {
    position: initial;
    margin: 30px 0px;
    padding: 0px;
  }
  ul.columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .home_trucks_grid .box {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  header .cms39_brand {
    margin: 0 auto 20px auto;
    display: inherit;
  }
  .submenus {
    margin-top: 10px;
  }
  .contentMaster .contentArticle h1 {
    margin-top: 30px;
  }
  .car {
    width: 33.333%;
    margin-right: 0px;
    background-position-x: center;
  }
  .contentMaster .contentArticle article {
    font-size: 1.5em;
  }
  header .cms39_nav ul li a {
    margin: 0px 5px 0px 5px;
  }
  header .cms39_nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
  }
  .item_brand {
    width: 33.333%;
  }
  .item_spare .details .title {
    font-size: 0.9em;
    line-height: 1em;
  }
  .item_small {
    width: 50%;
  }
  .item_truck {
    width: 50%;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
