html,
body {
   background:#f7f7f7;
   padding:0;
   margin:0;
   color:#444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img{pointer-events: none;}

body {
    overflow-y:scroll;
    padding-bottom:30px;
    min-width:320px;
	font:normal normal 400 13px/24px 'Roboto',Arial,Verdana;
	color:#444;
}
form {
   display:block;
   min-height:100%;
   position:relative;
}

h1 ,h2{
    margin:0;
    padding:8px 0 0 0;
    font:normal normal normal 22px/32px 'Michroma',Arial,Verdana;
    color:#306bb0;
    text-transform:uppercase;
}

h1.maxwidth{
max-width:820px;
padding-bottom:20px;
margin:auto;
}

.detail h1 {
    padding:17px 0 10px 0;
}

h2 {
    line-height:28px;
    padding:0 0 33px 0;
}
h2.black {
    padding:17px 0 7px 0;
    font-size:18px;
    color:#444;
    text-transform:none;
}

h3 {
    font: normal normal 500 13px/24px 'Roboto';
    display:block;
    margin:0;
    padding:0 0 17px 0;
    text-transform:uppercase;
}
p {
    font:normal normal 400 14px/22px 'Roboto',Arial,Verdana;
    padding:0 0 22px 0;
    margin:0;
}
a {
	color:#306bb0;
}

.line::after {
        content: ' ';
        display: block;
        position: absolute;
        width: 1px;
        background: #d6d6d6;
        right: 0;
        top: 30px;
        bottom: 15px;
    }
.f-line::after {
        content: ' ';
        display: block;
        position: absolute;
        width: 1px;
        background: #d6d6d6;
        right: 0;
        top: 5px;
        bottom: 7px;
    }
.detail .f-line::after {
    top:18px;
    bottom:16px;
}
@media only screen and (max-width: 1200px) {
    .m12.line::after {
        display:none;
    }
    .m6 .f-line::after(2) {
        display:none;
    }
}
@media only screen and (max-width: 601px) {
    .s12 .f-line::after {
        display:none;
    }
}

.container {
    max-width:1720px;
    margin:auto;
    background:#fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1); 
    overflow:hidden;
}

header {
	position:relative;
    display:block;
    min-height:89px;
    border-bottom:1px solid #d6d6d6;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); 
    z-index:100;
}
header .header-top {
    min-height:89px;
    }

.mob-btn{
	display:none;
	float:right;
	width:70px;
	height:69px;
	border-left:1px solid #d6d6d6;
	line-height:69px;
}
.mob-btn a{
	display:block;
    width:70px;
    min-height:69px;
    color:#777;
    transition:0.2s;
	text-align:center;
		font-size:16px;
		}
.mob-mnu{
	display:none;
	position:absolute;
	top:70px;
	left:0;
	right:0;
width:100%;	
	background:#fff;
}
.mob-mnu a{
display:block;
padding:20px;
font:normal normal 500 13px/19px 'Roboto',Arial,Verdana;
color:#777;
border-bottom:1px solid #d6d6d6;
text-decoration:none;
text-transform:uppercase;
		}
.mob-mnu .sub a{
padding-left:33px;
color:#999;
}

.mob-mnu .ddl-holder .lang,.mob-mnu .ddl-holder i {
display:none;
		}
.mob-mnu .ddl-holder .dropdown{
position:relative;	
display:block;
padding:20px;
font:normal normal 500 13px/19px 'Roboto',Arial,Verdana;
color:#777;
border-bottom:1px solid #d6d6d6;
text-decoration:none;
text-transform:uppercase;
top:0;
box-shadow:none;
}
.mob-mnu .ddl-holder .dropdown a{
display:inline-block;
padding:0 20px 0 0;
border-bottom:0;
}
.mob-mnu .ddl-holder .dropdown a.active{
color:#306bb0;
}
.logo {
    display:block;
    float:left;
    padding:15px 0 0 25px;
}

header nav, header .search {
    float:right;
}

header nav {
    padding:30px 28px 0 0;
}

header nav a, header nav .ddl-holder {
    position:relative;
    display:block;
    float:left;
    padding:0 15px 0 15px;
    font:normal normal 500 14px/32px 'Roboto',Arial,Verdana;
    text-transform:uppercase;
    text-decoration:none;
    color:#777;
    transition:0.2s;
    }
header nav a:hover, header nav a.active {
    color:#306bb0;
    transition:0.4s;
    }
nav .ddl-holder a {
    padding:0;
    padding-right:10px;
}
.ddl-holder .dropdown {
    display:none;
    float:none;
    background:#fff;
    position:absolute;
    top:32px;
    left:0px;
    width:auto;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1); 
}
.ddl-holder .dropdown a {
    float:none;
    padding:10px 15px 10px 15px;
    border-bottom:1px solid #d6d6d6;
    white-space:nowrap;
    }

header .search {
    min-height:89px;
    border-left:1px solid #d6d6d6;
    line-height:89px;
    width:90px;
    text-align:center;
}
header .search a {
    display:block;
    width:90px;
    min-height:89px;
    color:#777;
    transition:0.2s;
	font-size:16px;
    }
header .search a :hover {
    color:#306bb0;
    transition:0.4s;
    }

@media all and (max-width:820px)
{
	nav{
		display:none;
	}
	header, header .header-top{min-height:69px;}
	.mob-btn{
		display:block;
		}
header .search, header .search a{
 min-height:69px;
line-height:69px;
    width:70px;
}
.logo{ height:40px}
.logo img {height:100%};
}

.banner-holder {
position:relative;
width:100%;
padding-top:41%;
}

.banner-holder .banner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.banner-holder .banner ul.rslides, .banner-holder .banner ul.rslides li, .banner-holder .banner ul.rslides li img {
    position:relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.banner ul li .overlay {
    position:absolute;
    right:0;
    bottom:10%;
    background:rgba(48,107,176,0.8);
    padding:0 1.5% 0 1.5%;
    min-width:50%;
    text-decoration:none;
}

.banner ul li .overlay .title {
    display:block;
    padding:3.5% 0 2.5% 0;
    font:normal normal normal 30px/39px 'Michroma',Arial,Verdana;
    color:#fff;
    text-transform:uppercase;
    border-bottom:1px solid #fff;
    }
.banner ul li .overlay .link {
    display:block;
    padding:2.5% 0 3.5% 0;
    font:normal normal normal 20px/27px 'Roboto',Arial,Verdana;
    color:#fff;
    text-transform:uppercase;
    }
.banner ul li .overlay .link i {
    padding-right:10px;
    }
@media all and (max-width:820px)
{
.banner ul li .overlay .title {
	font-size:25px;
	line-height:32px;
		}
.banner ul li .overlay .link {
	font-size:16px;
	line-height:22px;
		}

}
@media all and (max-width:700px)
{
.banner ul li .overlay .title {
	font-size:20px;
	line-height:26px;
		}
.banner ul li .overlay .link {
	font-size:14px;
	line-height:20px;
		}

}
@media all and (max-width:500px)
{
.banner ul li .overlay .title {
	font-size:16px;
	line-height:22px;
		}
.banner ul li .overlay .link {
	font-size:12px;
	line-height:16px;
		}

}
.banner .rslides_tabs {
    display:block;
    position:absolute;
    bottom:26px;
    width:100%;
    left:0;
    right:0;
    height:20px;
    text-align:center;
    margin:0;
    padding:0;
}
.banner .rslides_tabs li {
    list-style:none;
    display:inline-block;
    padding:0 10px 0 10px;
    height:20px;
    }
.banner .rslides_tabs li a {
    display:block;
    width:20px;
    height:20px;
    font:normal normal normal 16px/20px 'Roboto',Arial,Verdana;
    background:#306bb0;
    text-align:center;
    color:#fff;
    text-decoration:none;
    }
.banner .rslides_tabs li.rslides_here a {
    color:#306bb0;
     background:#fff;
    }
.m-neg-small {
    margin:0 -10px 0 -10px;
}
.m-neg-xs {
    margin:0 -5px 0 -5px;
}
.m-neg-big {
    margin:0 -25px 0 -25px;
}
.m-shift-15 {
    margin-left:15px;
    margin-right:-10px;
}
@media only screen and (max-width: 1200px) {
    .m-shift-15 {
    margin-left:0px;
    margin-right:0px;
}
}
@media only screen and (max-width: 1732px) {
.m-neg-small {
    margin:0;
}
}
.p-xs {
    padding:5px;
}
.p-small {
    padding:10px;
}
.p-big {
    padding:25px;
}

.car {
    display:block;
    background:#f7f7f7;
    text-decoration:none;
	position:relative;
}

.band {
  position: absolute;
  top: 64px;
  transform: rotate(-45deg);
  left: 0px;
  background: #ff0000;
  width: 128px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height:24px;
  text-align: center;
  letter-spacing: -0,5px;
  transform-origin: left bottom 0px; 
  z-index:1;
}
.img-holder .band {
  top: 90px;
  width: 172px;
  font-size: 16px;
  line-height: 28px;
}

.band.expected {
	background: #999;
	color: #fff;
}
.band.new {
	background: #06f;
	color: #fff;
}
.band.promo {
	background: #f00;
	color: #fff;
}
.band.inoption {
	background: #fff;
	color: #666;
}
.band.ordered {
	background: #666;
	color: #fff;
}
.band.sold {
	background: #111;
	color: #fff;
}

.car .img{
position:relative;
box-sizing:border-box;
cursor:pointer;
}
.car .img img {
    display:block;
    width:100%;
    }
.car .img .overlay{
position:absolute;
opacity:0;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(48,107,176,0.8);
transition:0.2s;
z-index:2;
			}
.car .img .overlay .plus-icon
{
position:absolute;
top:50%;
margin-top:-25px;
width:50px;
height:50px;
left:50%;
margin-left:-25px;
}
.car .img .overlay .plus-icon::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-left: -1px;
    margin-top: 25px;
}
.car .img .overlay .plus-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 25px;
}

.car .img:hover .overlay{
opacity:1;
transition:0.4s;
}
.car .img:hover .overlay .plus-icon{
transform:matrix(1.2, 0, 0, 1.2, 0, 0);
transition:0.4s;
}

.car .content {
    position:relative;
    padding:29px 25px 28px 25px;
    font:normal normal 400 13px/30px 'Roboto',Arial,Verdana;
    color:#444;
    text-decoration:none;
    }
.car .content .title {
    position:relative;
    min-height:59px;
    font:normal normal 400 14px/16px 'Roboto',Arial,Verdana;
    text-transform:uppercase;
    display:block;
    margin-bottom:13px;
    }
.car .content .title::after {
    content:' ';
    display:block;
    position:absolute;
    height:1px;
    background:#d6d6d6;
    width:30px;
    bottom:-1px;
    left:0;
    }
.car .content .title strong {
    font-weight:400;
    display:block;
    padding:0 0 10px 0;
    }

.car .price {
    position:absolute;
    bottom:33px;
    right:33px;
    font:normal normal 300 12px/22px 'Roboto',Arial,Verdana;
    }
.car .price strong {
    display:block;
    font:normal normal 500 14px/22px 'Roboto',Arial,Verdana;
    }
.car i {
    display:block;
    position:absolute;
    right:25px;
    bottom:88px;
    }
.cta {
	display:inline-block;
 padding: 15px;
    background: #306bb0;
    color: #fff;
    font: normal normal 500 16px/20px 'Roboto',Arial,Verdana;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    }
.cta.grey{
	background:#f7f7f7;
	color:#666;
}
.service {
	display:block;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 80px;
    margin-bottom: 24px;
    position: relative;
    min-height:70px;
	text-decoration:none;
		color:#444;
}

.service i {
    display:block;
    position:absolute;
    top:4px;
    left:0;
    width:60px;
    height:60px;
    border-radius:60px;
    background:#f7f7f7;
    color:#666;
    font-size:30px;
    line-height:60px;
    text-align:center;
    }

    .service strong {
        display: block;
        font: normal normal normal 16px/20px 'Roboto',Arial,Verdana;
        padding-bottom:7px;
        text-transform:uppercase;
    }

.zmdi-eco {
    background-image:url(/images/eco.png);
    background-repeat:no-repeat;
    background-position:center center;
    width:89px;
    height:30px;
}
.service i.zmdi-eco {
    background-image:url(/images/eco-mono.png);
    background-repeat:no-repeat;
    background-position:center center;
    width:60px;
    height:60px;
}

footer {
    display:block;
    padding:30px 0 28px 0;
    border-top:1px solid #d6d6d6;
    font:normal normal 400 13px/30px 'Roboto',Arial,Verdana;
}

footer .p-big {
    min-height:210px;
    }
@media only screen and (max-width: 601px) {
    footer .p-big {
    min-height:0px;
    }
}

footer h3 {
    font:normal normal 500 13px/23px 'Roboto',Arial,Verdana;
    color:#444;
    margin:0;
    padding:0 0 15px 0;
    text-transform:uppercase;
    }
footer p {
    font:normal normal 400 13px/30px 'Roboto',Arial,Verdana;
    }
footer p a, footer a {
    color:#444;
    transition:0.4s;
    }
footer p a:hover,footer a:hover  {
    color:#306bb0;
    transition:0.2s;
    }

.social a {
    display:block;
    font:normal normal 400 13px/30px 'Roboto',Arial,Verdana;
    color:#444;
    padding-bottom:15px;
    margin-bottom:14px;
    border-bottom:1px solid #d6d6d6;
    text-transform:uppercase;
    text-decoration:none;
}
.social a:last-child {
    margin-bottom:0;
    }
.social a b {
    font-weight:400;
    }

.social a.fb::before {
    display:inline-block;
    content:"\f342";
    font:normal normal normal 13px/30px 'Material-Design-Iconic-Font';
    padding-right:10px;
    color:#777;
    }
.social a.ig::before {
    display:inline-block;
    content:"\f34f";
    font:normal normal normal 13px/30px 'Material-Design-Iconic-Font';
    padding-right:10px;
    color:#777;
    }
.social a.nl::before {
    display:inline-block;
    content:"\f15a";
    font:normal normal normal 13px/30px 'Material-Design-Iconic-Font';
    padding-right:10px;
    color:#777;
    }

.search-holder select {
    display:block;
    width:100%;
    height:60px;
    padding:15px 25px 15px 25px;
    font:normal normal 400 14px/19px 'Roboto',Arial,Verdana;
    color:#444;
    border-radius:0;
    background:#fff;
    border:none;
    border-top:1px solid #d6d6d6;
    border-right:1px solid #d6d6d6;
    }

.search-holder .search-btn {
    border-top:1px solid #306bb0;
	border-right:1px solid #306bb0;
    display:block;
    width:100%;
    height:59px;
    background:#306bb0;
    color:#fff;
    font:normal normal 500 16px/59px 'Roboto', Arial, Verdana;
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    }
@media only screen and (max-width: 1200px) {
   
    .search-holder .search-btn {
        min-height:119px;
        line-height:119px;
    }
}
@media only screen and (max-width: 601px) {
   
    .search-holder .search-btn {
        min-height:59px;
        line-height:59px;
    }
}

.paging-holder {
    display:block;
    padding:30px 10px 40px 10px;
    text-align:center;
}
 .paging-holder .paging {
     display:inline-block;
    }
.paging-holder .paging a {
    display:inline-block;
    width:60px;
    height:60px;
    text-align:center;
    font:normal normal 500 16px/60px 'Roboto', Arial, Verdana;
    color:#777;
    background:#f7f7f7;
    transition:0.4s;
    margin:0 5px 0 5px;
    text-decoration:none;
    }
.paging-holder .paging a:hover, .paging-holder .paging a.active {
    color:#fff;
    background:#306bb0;
    transition:0.2s;
    }

.sorter {
    position:absolute;
    display:block;
    width:180px;
    font:normal normal 400 14px/19px 'Roboto',Arial,Verdana;
    color:#444;
    border-radius:0;
	right: 20px;
    top: 20px;
}
	.sorter .select2-container--default .select2-selection--single{
 border: 1px solid #d6d6d6;
					height:60px;
border-radius:0;
}
.sorter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
    padding: 0 0 0 15px;
}
.sorter .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:58px;								
													}
									
.carousel {
    width:100%;
}
.carousel .main-image {
    width: 100%;
    padding-top: 67%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.carousel .main-image .band {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
	z-index:1;
}

.carousel .main-image img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width:100%;
}

.carousel .main-image .prev,.carousel .main-image .next {
    display:none;
}

.carousel .main-image .detail {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.4);
    font-size:30px;
    line-height:80px;
    transition:0.4s;
    text-decoration:none;
}
.carousel .main-image .detail:hover {
     font-size:40px;
    transition:0.2s;
}
.carousel .main-image .detail::after {
    content:'\f278';
    display:block;
    width: 80px;
    height: 80px;
    text-align:center;
    color:#fff;
    font-family:'Material-Design-Iconic-Font';
}

.carousel .main-image .detail::after
.thumbs {
    padding: 0;
    margin: 0 0 0 -1px;
    list-style: none;
}
.thumbs {
    margin:0 -1px 0 0;
    padding:0;
}
.clear {
    display:table;
    height:0;
    clear:both;
    float:none;
    }
.thumbs li {
    display: block;
    float: left;
    width: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding:1px 1px 0 0;
    box-sizing:border-box;
}

.thumbs li a, .thumbs li a img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width:100%;
}

.col.force-right {
    float:right;
}

hr {
    margin:0 0 6px 0;
    height:1px;
    padding:0;
    background:#d6d6d6;
    border:none;
}

.detail .price {
    padding:17px 0 0 0;
    font:normal normal normal 22px/32px 'Michroma',Arial,Verdana;
    color:#306bb0;
    text-transform:uppercase;
}
.detail .price::before {
    display:inline-block;
    content:'€';
    font-family:'Roboto';
    padding-right:6px;
    }

.detail .price em {
    display:block;
    font:normal normal 300 13px/17px 'Roboto',Arial,Verdana;
    text-transform:none;
    color:#444;
    }

.detail dl {
    padding:0 0 9px 0;
      margin:0;
    min-height:210px;
}
.detail dl::after {
    content:' ';
    height:0;
    display:block;
    clear:both;
    float:none;
    }
.detail dl dt, .detail dl dd {
    margin:0;
    padding:0;
    display:block;
    font:normal normal 400 13px/30px 'Roboto',Arial,Verdana;
    color:#444;
    float:left;
    width:60%;
    }
.detail dl dt {
    width:40%;
    color:#777;
    }
.options {
    padding-bottom:19px;
}
.options::after {
    content:' ';
    display:block;
    height:0;
    clear:both;
    float:none;
}
.options span {
    display:block;
    float:left;
    width:33.33%;
    box-sizing:border-box;
    position:relative;
    padding-left:15px;
    font:normal normal 400 13px/30px 'Roboto',Arial,Verdana;
}

@media all and (max-width:1420px) {
    .options span {
        width:50%;
    }
}
@media all and (max-width:601px) {
    .options span {
        width:100%;
    }
}
.options span::before{
    display:block;
    position:absolute;
    top:0;
    left:0;
    content:'\f26b';
    font:normal normal normal 13px/30px 'Material-Design-Iconic-Font';
    color:#306bb0;
}
.actions a {
    display:block;
    font:normal normal normal 13px/28px 'Roboto',Arial,Verdana;
    color:#444;
    padding-bottom:16px;
    margin-bottom:15px;
    border-bottom:1px solid #d6d6d6;
    text-transform:uppercase;
    text-decoration:none;
}
.actions a:last-child {
    margin-bottom:0;
    border-bottom:none;
    }

.actions a::before {
    display:inline-block;
    content:"\f220";
    font:normal normal normal 13px/28px 'Material-Design-Iconic-Font';
    padding-right:10px;
    color:#777;
    }
.actions a.pdf::before {
    content:"\f220";
    }
.actions a.staf::before {
    content:"\f15a";
    }
.actions a.ask::before {
    content:"\f1f8";
    }
.actions a.fb::before {
    content:"\f342";
    }

.center {
    text-align:center;
}

.center p , .center h2, .center ul{
    max-width:820px;
    margin:auto;
    }
.center h2{
	font: normal normal 400 22px/26px 'Roboto';
    color: #444;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.center ul{
	padding-bottom:20px;	
		}
p + ul, .center p + ul{
	margin-top:-16px;
}
.block {
    display: flex;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.block::after {
    display:block;
    clear:both;
    width:0;
    height:0;
    float:none;
    content:' ';
    }
.block .img {
    flex: 0 0 50%;
    order: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 50%;
}
.block.right .img {
    order: 1;
    float: right;
}

.block .img img {
    visibility: hidden;
    display: block;
    width: 100%;
}
.block .text {
    flex: 0 0 50%;
    order: 1;
    align-self: center;
    box-sizing: border-box;
    padding: 25px;
    font: normal normal 400 14px/24px 'Roboto';
    float: right;
    width: 50%;
}
.block.right .text {
    order: 0;
    float: left;
}
@media all and (max-width:601px) {
    .block .img, .block .text,.block.right .img,.block.right .text {
        flex:0 0 100%;
        float:none;
        width:100%;
        order:0;
    }
}
.block .text h2 {
     font: normal normal 400 22px/26px 'Roboto';
     color:#444;
     text-transform:uppercase;
     padding-bottom:20px;
     max-width:730px;
     margin:auto;
    }
.block .text p {
     font: normal normal 400 14px/24px 'Roboto';
     max-width:730px;
     margin:auto;
    }

.pt32 {
    padding-top:32px;
}

.contact img {
    display:block;
    width:100%;
    margin-bottom:22px;
}
.contact p,.info p {
     font-size:13px;
}
.contact p a {
    color:#306bb0;
    text-decoration:underline;
    }
.contact strong,.info strong {
    font: normal normal 500 13px/24px 'Roboto';
    display:block;
    padding:0 0 17px 0;
    text-transform:uppercase;
}

.map-holder {
    position:relative;
    width:100%;
    box-sizing:border-box;
    padding-top:32%;
    min-height:80px;
}

.map {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#444;
}

.col .m-neg-small {
    margin:0 -10px 0 -10px;
}

.form {
    padding-top:8px;
}

.form input,.form textarea {
    width:100%;
    box-sizing:border-box;
    border:1px solid #f7f7f7;
    padding:15px 20px 15px 20px;
    font:normal normal 400 13px/20px 'Roboto',Arial,Verdana;
    color:#444;
    background:#f7f7f7;
    border-radius:0;
	transition:0.3s;
    }
    .form textarea {
        min-height:150px;
    }
.form input.error,.form textarea.error{
border:1px solid #ff0000;
transition:0.1s;
}
input[type=checkbox] {
    display: none;
}

[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

.form label {
    display: block;
    font: normal normal 400 14px/24px 'Roboto',Arial,Verdana;
    color: #444;
    position: relative;
    padding-left: 30px;
}


input[type=checkbox] + label::before {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    background: #f6f6f6;
    color: #306bb0;
    margin-right: 10px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}


input[type=checkbox]:checked + label::before {
    content: "\f26b";
    color: #306bb0;
}

.btn-full {
    display:block;
    padding:15px;
    background:#306bb0;
    color:#fff;
    font: normal normal 500 16px/20px 'Roboto',Arial,Verdana;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
}

#cookie-bar {
    background: #ddd;
    height: auto;
    color: #444;
    z-index: 9999;
    font: normal normal 400 13px/16px 'Roboto',Arial;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar .cookie-content {
    max-width: 1270px;
    margin: auto;
    padding: 28px 10px 15px 10px;
    box-sizing: border-box;
    position: relative;
}

#cookie-bar .cookie-content p {
    padding-right: 100px;
    font: normal normal 400 13px/16px 'Roboto',Arial;
    color: #444;
}

#cookie-bar .cookie-content p strong {
    display: block;
    font: normal normal 500 14px/17px 'Roboto',Arial;
    padding-bottom: 8px;
    color: #444;
}

#cookie-bar .cookie-content p a {
    color: #306bb0;
    padding-left: 5px;
}

#cookie-bar .cookie-content .cb-enable {
    position: absolute;
    right: 10px;
    top: 40px;
    height: 40px;
    padding: 0 14px 0 14px;
    border-radius: 0px;
    font: normal normal 500 14px/40px 'Roboto',Arial;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #306bb0;
}

#fullContainer
{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
	width:100%;
	height:100%;
	z-index:10000;
	background:rgba(17,17,17,0.95);
    }

.galleryContainer{
	margin:0 auto 0 auto;
	}

.btnBack {
	display:block;
	position:absolute;
	height:40px;
	z-index:10000;
	background:#ff0000;
	top:0px;
	right:0px;
	width:40px;
	text-decoration:none;
}
.btnBack i{
	display:block;
	height:40px;
	width:40px;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-size:20px;
}

.car-nav{
position:absolute;
top:35px;
right:15px;
}
.car-nav a{
display:inline-block;
width:40px;
height:40px;
line-height:40px;
font-size:16px;
color:#777;
text-decoration:none;
text-align:center;
}

.block ul{
margin:0;
padding:0 0 20px 20px;
box-sizing:border-box;
max-width:730px;
margin:auto;
}
.block ul li{
padding-bottom:5px;
}

.box-overlay{
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.1);
text-align: center;
white-space: nowrap;
z-index:10000;
}
.box-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

.box-overlay .box{
display: inline-block;
width:100%;
max-width:440px;
vertical-align: middle;
box-sizing:border-box;
padding:20px;
position:relative;
background:#fff;
white-space:normal;
text-align:left;
}

.box-overlay .btnClose{
position:absolute;
top:0;
right:0;
width:40px;
height:40px;
line-height:40px;
font-size:16px;
text-align:center;
background:#f5f5f5;
color:#777;
text-decoration:none;
}
.box-overlay .btnClose::after{
content:"\f136";
font-family:'Material-Design-Iconic-Font';
}

.box-overlay .box h1,.box-overlay .box strong{
display:block;
font:normal normal normal 22px/25px 'Michroma',Arial,Verdana;
color:#306bb0;
padding:11px 0 20px 0;
}

.box-overlay .box p{
font:normal normal 400 13px/20px 'Roboto',Arial,Verdana;
padding-bottom:24px;
}

.box-overlay .box input{
box-sizing:border-box;
display:block;
width:100%;
border:1px solid #f7f7f7;
padding:15px 10px 15px 19px;
font:normal normal 400 13px/18px 'Roboto',Arial,Verdana;
margin-bottom:10px;
background:#f7f7f7;
border-radius:0;
}

.box-overlay .box a.btn{
display:block;
text-align:center;
padding:15px 10px 15px 10px;
font:normal normal 500 16px/20px 'Roboto',Arial,Verdana;
color:#fff;
background:#306bb0;
text-decoration:none;
text-transform:uppercase;
}

.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: auto;
}
.popup-overlay .popup {
    position: relative;
    background: #fff;
    max-width: 630px;
    border: 1px solid #e9e9e9;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.popup-overlay .popup h1{
  font-size:30px;
  line-height:40px;
  padding:10px 0 10px 0;
						}
.popup-overlay .popup .half{
	padding:0;	
						}

.popup-overlay .popup input,.popup-overlay .popup textarea{
margin-bottom:5px;
}

.popup.form textarea{
height:75px;
}

@media all and (max-width:770px){
	.popup-overlay .popup .half.r{
padding-left:0;
}
.popup-overlay .popup {
	padding-top:20px;
					}	
.popup-overlay .popup h1{
		font-size:20px;
		line-height:30px;
							}
}

.popup .close {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    transition: 0.3s;
}
.popup .close i {
    line-height: 50px;
    font-size: 25px;
    color: #ff0000;
}




.display-group::after{
display:block;
float:none;
clear:both;
height:0;
content:'';
}

.display-group label{
font-weight:normal;
line-height:26px;
color:#777;
width:60%;
float:left;
}
.display-group span{
font-size:14px;
font-weight:normal;
line-height:26px;
color:#444;
width:40%;
float:left;
}

.finance .bold{
margin-top:20px;
border-top:1px solid #d6d6d6;
padding-top:23px;
font-weight:normal;
font-size:14px;
line-height:24px;
color:#444;
}
.finance .bold p{
font-weight:normal;
font-size:14px;
line-height:24px;
color:#444;		
}
.finance .small p{
font-weight:normal;
font-size:11px;
line-height:20px;
color:#444;
font-style:italic;
}

.img-holder {
    position: relative;
    max-width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.img-holder img {
    display: block;
    width: 100%;
}
.img-holder .nr-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.3);
    font: normal normal normal 26px/60px 'Roboto',arial, sans;
    color: #fff;
    min-width: 80px;
    text-align: center;
}


footer p a{
	text-decoration:none;
	font-weight:400;
	transition:0.3s;
	color:#306bb0;
}

footer p a:hover{
	text-decoration:underline;
	font-weight:400;
	transition:0.3s;
}


.card .card-header h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #444;
    margin: 0;
    padding: 0;
}


.card .row{
margin-left:-12px;
margin-right:-12px;
}
.card .row .col{
padding:12px;
}

.cc.medium{
max-width:800px;
margin:auto;
}
.cc.medium-large{
max-width:1000px;
margin:auto;
}
.cc.small{
max-width:500px;
margin:auto;
}
.input-group, .form.read-only .edit-sub-form .input-group {
  position: relative;
  padding: 0;
  margin-bottom: 11px;
  border: 1px solid #f7f7f7;
  background:#f7f7f7;
  border-radius: 0px; }
.input-group .select2-container--default .select2-selection--single{
background:#f7f7f7;
}
  .input-group label,.form.read-only .edit-sub-form .input-group label, .display-sub-form label{
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.42857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s ease-out;
    font-size: 11px; }
  .input-group input, .input-group select, .input-group textarea {
	background:none;
    border: 1px transparent solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 11px;
    word-break: normal;
    line-height: inherit;
    transition: all 0.2s ease-out;
    color: #333;
    font-size: 14px;
    line-height: 22px; }
  .input-group.error {
    border-color: #ff0000; }
    .input-group.error label {
      color: #ff0000; }
  .input-group.notempty input, .input-group.notempty textarea {
    padding: 21px 11px 5px 11px; }
  .input-group.notempty label, .form.read-only .edit-sub-form .input-group.notempty label {
    transform: none;
    opacity: 0.8; }

.input-chk {
  position: relative;
  padding-top: 7px; }
  .input-chk input {
    display: none; }
  .input-chk label {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #333; }
  .input-chk label strong {
    font-weight: 500; }
  .input-chk label em {
    display: block;
    font-weight: 400;
    margin-top: -6px;
    opacity: 0.8;
    font-style: normal;
    padding-bottom: 4px; }
  .input-chk input[type=checkbox] + label::before, .input-chk label::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #fff;
    color: #fff;
    line-height: 13px;
    text-align: center; }
.input-chk input[type=checkbox]:checked + label::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
	color: #fff;
    border-color: #306bb0;
    background: #306bb0;
}
  .input-chk.error label {
    color: #ff0000; }
  .input-chk input[type=checkbox]:checked + label::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    border-color: #114c9b;
    background: #114c9b; }

.chk-list .input-chk {
  padding-top: 0;
  margin-top: -7px;
  padding-bottom: 5px; }

.singleselect .input-chk label::before {
  border-radius: 50%; }


.search-group {
  position: relative;
  padding-right: 44px;
  display: block; }
  .search-group .btn-search {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 44px;
    height: 41px;
    text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 41px;
    border-left: 1px solid #e6e6e6; }
    .search-group .btn-search i {
      font-size: 14px;
      color: #777;
      line-height: 41px; }

.wait-spinner {
  display: none;
  position: absolute;
  top: 0;
  right: 36px;
  width: 36px;
  height: 52px;
  text-align: center;
  font-size: 14px;
  line-height: 52px; }
  .wait-spinner.wait-vat {
    right: 4px; }
  .wait-spinner i {
    font-size: 14px;
    color: #08c880;
    line-height: 52px; }

.abs-holder {
  position: relative; }

.search-results {
  display: none;
  position: absolute;
  top: 52px;
  left: -1px;
  background: #fff;
  border: 1px solid #ddd;
  right: -1px;
  padding: 0 12px;
  box-shadow: none;
  z-index: 1; }
  .search-results a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    color: #999;
    font-size: 12px; }
    .search-results a strong {
      color: #222;
      display: block;
      font-weight: normal;
      font-size: 14px; }

.input-group.notempty .select2-container--default .select2-selection, .input-group.forced-filled .select2-container--default .select2-selection {
  padding: 21px 11px 5px 11px; }

.input-group .select2-container--default .select2-selection {
  border: 1px transparent solid;
  padding: 13px 11px;
  height: auto;
  line-height: 22px; }

.input-group .select2-container--default .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-family: "Inter", sans-serif;
  padding: 0; }

.input-group .select2-container--default .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 7px;
  right: 1px;
  height: auto;
  bottom: 7px;
  width: 40px;
  border-left: 1px solid #ddd; }

.form-footer {
  padding: 30px 0 20px 0; }

.row.inner {
  margin-left: -3px;
  margin-right: -3px; }
  .row.inner .col {
    padding: 0 3px; }

.read-only .input-group input, .read-only .input-group select, .read-only .phone-group, .read-only .search-group, .read-only .sub-form.read-only .input-group input {
  display: none; }

.read-only .sub-form .input-group input {
  display: block; }

.form.read-only .input-group {
  border: none; background:none;}
  .form.read-only .input-group span {
    padding-top: 24px; }
    .form.read-only .input-group span.select2 {
      padding-top: 0; }
  .form.read-only .input-group label {
    transform: none;
    opacity: 0.8;
    padding-left: 0; }
    .form.read-only .input-group label em {
      display: none; }
  .form.read-only .input-group .display-sub-form .txt-link {
    padding-top: 24px;
    display: inline-block; }
  .form.read-only .input-group .edit-sub-form .input-group {
    border: 1px solid #e6e6e6; }
    .form.read-only .input-group .edit-sub-form .input-group label {
      transform: translateY(3px);
      opacity: 0;
      padding: 0 0.91667em; }
    .form.read-only .input-group .edit-sub-form .input-group.notempty label {
      transform: none;
      opacity: 0.8; }

.form .input-group > span {
  display: none; }
  .form .input-group > span.select2 {
    display: block;
    width: 100% !important; }

.form .card .card-header {
  transition: 0.3s; }

.form .card .card-content {
  transition: 0.3s; }

.form.read-only .input-group > span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  min-height: 22px; }

.form .edit-actions, .form .form-actions {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 19px 0; margin-bottom:20px}

.form .display-form {
  display: none; }

.form.read-only .display-form {
  display: block; }

.form .edit-form {
  display: block; }

.form.read-only .edit-form {
  display: none; }

.form.read-only .edit-actions {
  display: none; }

.form .toggle-edit {
  display: none;
  padding-left: 13px;
  color: #999;
  font-size: 12px; }

.form.read-only .toggle-edit {
  display: inline-block; }

.sub-form .display-sub-form {
  display: none; }

.sub-form.read-only .display-sub-form {
  display: block; }

.sub-form.read-only .edit-sub-form {
  display: none; }

.form-section {
  padding-bottom: 10px; }

.subnav {
  display: block;
  margin-top: 104px;
  border-top: 1px solid #ccc;
  margin-right: 10px; }
  .subnav a {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 500; }
    .subnav a i {
      float: right;
      line-height: 25px;
      color: #777; }
    .subnav a.active {
      color: #114c9b; }
    .subnav a.logout::before {
      display: inline-block;
      content: '\f057';
      font-family: "Font Awesome 5 Pro";
      line-height: 25px;
      color: #777;
      padding-right: 5px;
      font-weight: 900; }

.list-items {
  border-top: 1px solid #ddd;
  margin: 20px 0; }

.filter-item {
  border-bottom: 1px solid #ccc;
  line-height: 25px;
  font-size: 14px;
  padding: 12px 30px 12px 0;
  position: relative; }
  .filter-item a {
    display: block;
    width: 100%;
    text-decoration: none; }
    .filter-item a i {
      color: #999;
      float: right;
      line-height: 24px; }
    .filter-item a.filter-btn {
      position: absolute;
      top: 12px;
      right: 0;
      width: 30px;
      text-align: center;
      line-height: 24px; }
      .filter-item a.filter-btn i {
        float: none; }

.slider {
  padding: 22px 10px 2px 10px; }
  .slider input.ui-slider-input {
    border: none;
    box-shadow: none;
    background: none;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    height: 20px;
    font-weight: normal;
    text-align: left;
    width: 80px;
    padding: 0; }
  .slider .ui-rangeslider {
    margin: 0; }
  .slider .ui-rangeslider .ui-slider-input.ui-rangeslider-last {
    margin-left: 0;
    text-align: right; }
  .slider .ui-rangeslider .ui-rangeslider-sliders {
    height: 19px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -8px; }
  .slider .ui-slider-track {
    border-style: none !important;
    height: 5px !important;
    top: 6px;
    background: #ddd !important;
    border-radius: 3px !important; }
  .slider .ui-slider-track .ui-slider-bg {
    background: #114c9b;
    z-index: 1;
    position: relative; }
  .slider .ui-slider-track .ui-btn.ui-slider-handle {
    font-size: .9em;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid #114c9b;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px;
    background: #fff;
    line-height: 17px; }
  .slider .ui-slider-track .ui-btn.ui-slider-handle::after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    padding-right: 3px; }
  .slider .ui-slider-track .ui-btn.ui-slider-handle:last-child::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    padding-right: 0px;
    padding-left: 3px; }

.btns-row::after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0; }

.btns-row .cta.fl {
  float: left; }

.btns-row .cta.fr {
  float: right; }

.center-box {
  text-align: left;
  max-width: 400px;
  margin: auto;
  padding-top: 15%;
  padding-bottom: 20%; 
	padding-left:10px;
padding-right:10px;}


.popup .popup-header {
    padding: 10px 0 17px 0;
	margin-bottom:12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
.popup .popup-title {
    display: block;
    font: normal normal normal 20px/30px 'Michroma',Arial,Verdana;
    color: #306bb0;
    text-transform: uppercase; }
.center-box .popup .popup-title {
	font-size:30px;
	line-height:40px;
}
.text-link{
margin-top:-10px;
}

.text-link a{
color:#666;
text-decoration:none;
}
.hidden{
height:0;
overflow:hidden;
}

.spacer{
min-height:50px;

}

.p12{
padding:12px;
}

.card-header{
border-bottom:1px solid #d6d6d6;
}
.edit-actions{

}
.edit-actions a.cta{
display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 24px;
    background: #306bb0;
	border:2px solid #306bb0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
	border-radius:3px;
}
.edit-actions a.cta.no-bg{
background: none;
	border:2px solid #aaa;
    color: #999;
}
.edit-actions a.cta::before{
display:none;
}

.form-actions{
padding-top:10px;
padding-bottom:20px;}

.form-actions .cta{
box-sizing:border-box;
width:100%;
}

.popup-footer-title{
font-size:14px;
text-transform:uppercase;
font-weight:500;
}

.text-link{
float:right;
padding-top:13px;
font-size:14px;
color:#777;
}
.popup-body .input-chk{
    padding-top: 0;
    padding-bottom: 10px;
	float:left;
}
.popup-body .input-chk::after{
content:'';
display:block;
float:none;
clear:both;
}

@media all and (max-width:470px)
		{
.sorter{
	position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 10px;
}
		.p-big{padding:0 10px;}
	}

.m-neg-big{margin-left:-10px;margin-right:-10px;}

.search-holder .select2-container--default .select2-selection--single{
 border: 1px solid #d6d6d6;
border-left:none;
border-bottom:none;
					height:60px;
border-radius:0;
}
.search-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 59px;
    padding: 0 0 0 15px;
}
.search-holder .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:59px;								
													}


.b2b-banner{
display:block;
position:absolute;
right:20px;
line-height:26px;
font-size:12px;
font-weight:500;
color:#fff;
background:#3868b0;
border-radius:13px;
font-style:normal;
top:-13px;
padding:0 15px;
text-transform:uppercase;
z-index:5;
font-family:'Roboto';
}
.b2b-banner i{
display:inline-block;
padding-right:5px;
position:relative;
right:auto;
bottom:auto;
}

h1 .b2b-banner{
position:relative;
display:inline-block;
margin-left:15px;
top:auto;
right:auto;
transform:translateY(-3px);
}

.cc.small .popup{
max-width:400px;
}


.damageCar {
    margin: auto;
    width: 100%;
    position: relative;
    width: 186px;
}
.damageCar img {
    display: block;
    position: relative;
}

.damageCar img.damageMap {
    z-index: 10;
}

.damageCar .damages-img-stack, .damageCar .damages-img-stack img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.damageCar .damages-img-stack, .damageCar .damages-img-stack img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.damageCar .damages-img-stack img.z1 {
    z-index: 1;
}
.damageCar .damages-img-stack img.z2 {
    z-index: 2;
}
.damageCar .damages-img-stack img.z3 {
    z-index: 3;
}
.damageCar .damages-img-stack img.z4 {
    z-index: 4;
}
.damages-list::after{
display:block;
content:'';
float:none;
clear:both;
}
.damages-list .dr{
	display:flex;
	background:#f9fafb;
	position:relative;
	margin-bottom:5px;
	align-items:center;
	text-decoration:none;
}
.damages-list .dr.other{
padding:20px;
}
.damages-list .dr.other i{
padding-right:10px;
font-size:16px;
line-height:20px;
color:#777;
}
.damages-list .dr.other span{
font-size:14px;
line-height:20px;
color:#444;
}
.damages-list .dr::after{
content:'';
display:block;
clear:both;
float:none;
}
.damages-list .dr .severity{
display:none;
position:absolute;
top:0;
left:0;
width:10px;
bottom:0;
background:#ccc;
}
.damages-list .dr .severity.s2{
background:#f8ef22;
}
.damages-list .dr .severity.s2.TA, .damages-list .dr .severity.s2.TB, .damages-list .dr .severity.s2.TC, .damages-list .dr .severity.s2.TD{
background:#08c880;
}
.damages-list .dr .severity.s3{
background:#f59b22;
}
.damages-list .dr .severity.s4{
background:#ed1f24;
}

.damages-list .dr .img-holder{
float:left;
max-width:120px;
}
.damages-list .dr .img-holder img{
display:block;
max-width:100%;
}

.damages-list .dr .content-holder{
padding-left:20px;
font-size:13px;
line-height:22px;
color:#666;
}
.damages-list .dr .content-holder strong{
display:block;
font-size:11px;
font-weight:500;
color:#444;
text-transform:uppercase;
}

.msg-error{color:#ff0000;}
.form-error{color:#ff0000;padding-bottom:20px;}

.search-holder{
border-bottom:1px solid #d6d6d6;
}

header .search-holder{
border-bottom:none;
}
.mob-search{
display: none;
    float: right;
    width: 70px;
    height: 69px;
    border-left: 1px solid #d6d6d6;
    line-height: 69px;
}
.mob-search a,.mob-search a i {
display:block;
width:69px;
text-align:center;
line-height:69px;
color: #777;
font-size:16px;
text-decoration:none;
}
.mob-search a.btn-cancel{
display:none;
}
@media all and (max-width:601px){
	.search-holder{
display:none;
}
			.mob-search{
	display:block;
					}
}


@media all and (max-width:600px){
	.detail .p-big{
	padding:0;
	}
	.m-neg-big{margin:0;}
.detail dl{min-height:0;}
}

@media all and (max-width:740px){
.car .price{
position:relative;
bottom:auto;
right:auto;
padding-top:10px;
}
.car i{
	bottom:40px;
			}
}

.no-indent{
padding-left:0;
}

.flex .row{
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.flex .row .col .l3{
flex:0 0 25%;
}
.flex .row .col.l5,.flex .row .col.xl5{
flex:0 0 41.6666666667%;
margin-left: 0;
}
@media only screen and (max-width: 1430px)
{
.flex .row .col.lm4 {
	   flex:0 0 33.3333333333%;
	}
}
@media only screen and (max-width: 1200px)
{
.flex .row .col.m6 {
		flex:0 0 50%;
	}
}
@media only screen and (max-width: 601px)
{
.flex .row .col.s12,.flex .row .col.xs12 {
    flex:0 0 100%;
}
}


.flex .row .col.l3, .flex .row .col.l3{
margin-left:initial;							
}

								.ul-3col ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	padding:0;
margin:0;
}
.ul-3col ul li{
	list-style:none;
	position: relative;
    padding-left: 18px;
line-height:18px;
		padding-bottom:10px;
											
}
.ul-3col ul li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '\f26b';
    font: normal normal normal 13px / 18px 'Material-Design-Iconic-Font';
    color: #306bb0;
}

.whatsapp-btn{
	display:block;
	position:fixed;
	right:30px;
	bottom:30px;
	width:56px;
	height:56px;
	border-radius:50%;
	background:rgb(45, 183, 66);
	line-height:56px;
	text-align:center;
	color:#fff;
	font-size:35px;
	z-index:10;
	box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.whatsapp-btn:hover{
color:#fff;
}























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
