body {
background: url('../img/background.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}

p, li {
font-size: 1.25em;
color: #000;
}

hr {
max-width: 400px;
border-color: #999999;
}

input[type=text], input[type=number], select {
width: 100%;
margin: 2px;
}

input[type=submit] {
width: 50%;
}

textarea {
width: 100%;
min-height: 150px;
}

.header-lang {
margin: 0;
text-align: center;
line-height: normal;
color: #fff;
}

.header-lang a {
color: #fff;
}

.header-moto {
margin: 0;
padding: 30px 0 0px;
text-align: center;
font-size: 2.75em;
font-weight: 700;
line-height: normal;
color: #fff;
}

.header-addr {
display: inherit;
margin: 0;
padding: 0 0 10px;
text-align: center;
font-size: 1.25em;
font-weight: 700;
color: #fff;
}

.header-menu {
display: inherit;
margin: 0px -15px 20px -15px;
text-align: center;
font-size: 1.25em;
font-weight: 700;
color: #fff;
}

.header-menu a {
display: inline-block;
color: #fff;
border: 2px solid;
padding: 6px 10px;
margin: 10px;
border-radius: 10px;
background: #80808080;
text-decoration: none;
}

.header-menu a:hover {
border: 2px solid #08f;
text-decoration: none;
}

.header-menu a.sel {
background: #0000ff80;
}

.header-addr a, .header-moto a {
color: #fff;
}

.header-addr a:hover {
color: #fff;
}

a.row {
border: 4px solid #00000000;
}

a.row:hover {
border: 4px solid #08f;
text-decoration: none;
}

a.row h1 {
color: #000;
}

.box {
margin-bottom: 20px;
padding: 30px 15px;
background: #fff;
background: rgba(255,255,255,0.8);
}

footer {
background: #fff;
background: rgba(255,255,255,0.8);
}

footer .copyright {
margin: 0;
padding: 20px 0;
}

#modelsCarousel .col50 {
width: 50%;
float: left;
text-align: center;
}

.price-item {
background: #ddd;
background: rgba(0,0,0,0.1);
padding: 15px;
}

.price-item .item {
}

.price-item .price {
font-weight: 700;
}

.price-item .stock {
}

.price-item .price-vat{
font-size: 0.75em;
}

.error {
color:#d00;
}

@media (max-width: 768px) {
    #modelsCarousel .carousel-inner .carousel-item > div {
        display: none;
    }
    #modelsCarousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

#modelsCarousel .col50 {
width: 100%;
float: left;
}
}

@media (min-width: 768px) {

    #modelsCarousel .carousel-inner .carousel-item-right.active,
    #modelsCarousel .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    
    #modelsCarousel .carousel-inner .carousel-item-left.active, 
    #modelsCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }

#modelsCarousel .carousel-inner .carousel-item-right,
#modelsCarousel .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
  width: 40px;
  height: 40px;
}

.vertTxt,  .vertTxtTd td {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}