.wreck {
width:100%;
margin:0 3% 40px 0;
position:relative;
min-height:225px;
overflow:hidden;
box-shadow:0 0 1px rgba(0,0,0,0.4);
}
.wreck img {
width: 30%;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
position:relative;
z-index:100;
float:left;
}
.wreck-text {
width:65%;
float:right;
padding:15px 0 0 0;
}
.wreck .wreck-text ul {
margin:0 0 20px 0 !important;
list-style-type:none;
}
.wreck .wreck-text ul li {
line-height:14px;
margin:0 0 10px 0;
font-size:14px;
min-height:14px;
width:45%;
float:left;
}
.wreck .wreck-text ul li b {
display:inlne-block;
width:60px;
margin:0 10px 0 0;
float:left;
clear:both;
}
.wreck h3 {
margin:0 0 10px 0;
color:#235aa5;
font-size:30px;
font-weight:700;
z-index:200;
transition:all .5s;
}
.wreck .wreck-text .gallery {
display:none;
}
@media only screen and (max-width: 600px) {
.wreck img {
width: 100%;
margin-bottom:20px;
}
.wreck-text {
float:none;
width:100%;
text-align:center;
}
.wreck h3{
font-size:40px;
line-height:40px
}
}
.brand {
width:23%;
text-align:center;
box-shadow:0 0 2px rgba(0,0,0,0.5);
transition:all .5s;
position:absolute;
min-height:150px;
background:#fff;
}
.brand span {
width:100%;
height:150px;
display:block;
position:absolute;
top:0;
left:0;
padding:20px 0;
}
.brand img {
max-height:70px;
max-width:100%;
}
.brand .models {
display:none;
transition:all .5s;
}
.brand a {
color:#333;
text-decoration:none;
}
.brand:hover .models {
display:block;
}
.brand:hover  {
min-height:330px;
box-shadow:0 0 20px rgba(0,0,0,0.35);
}
.opaque {
opacity:0.25;
}
.brands {
position:relative;
min-height:500px;
}
.brand img{
display: block;
margin-left: auto;
margin-right: auto;
}
.audi {
top:15px;
left:0;
z-index:20;
}
.bmw {
top:15px;
left:25%;
z-index:21;
}
.mercedes {
top:15px;
left:50%;
z-index:22;
}
.mini {
top:15px;
left:75%;
z-index:23;
}
.porsche {
top:190px;
left:0;
z-index:10;
}
.skoda {
top:190px;
left:25%;
z-index:11;
}
.vw {
top:190px;
left:50%;
z-index:12;
}
.brand:hover  {
min-height:350px;
box-shadow:0 0 20px rgba(0,0,0,0.35);
} .fixed-header-box .cart-dropdown { display: none; }