html,body,div,span,h1,h2,h3,h4,h5,h6,p,img,nav,section,header {
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
margin:0;
padding:0;

}

.homepage #base
{
	text-align: center;
}


footer,header,menu,nav,section {
display:block;
}

body {
line-height:1;
background-color:#fff;
-webkit-text-size-adjust:none;
background:#171717;
}

ol,ul {
list-style:none;
}


.fullsection {
width:100%;
}

.threequatersection {
width:75%;
}

.halfsection {
width:50%;
display: table-cell;
//border: solid 1px rgba(144, 144, 144, 0.55);
border-radius: 15px;
padding: 10px;
}

.thirdsection {
width:33.330002%;
display: table-cell;
//border: solid 1px rgba(144, 144, 144, 0.55);
border-radius: 15px;
padding: 10px;
}

.twothirdsection {
width:66.660002%;
display: table-cell;
//border: solid 1px rgba(144, 144, 144, 0.55);
border-radius: 15px;
padding: 10px;
}

.quartersection {
width:25%;
display: table-cell;
//border: solid 1px rgba(144, 144, 144, 0.55);
border-radius: 15px;
padding: 10px;
}

.row > * {
float:left;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
padding:0 0 0 30px;
}

.row + .row > * {
padding-top:50px;
}

.row {
margin-right:30px;
}

.row:after {
content:'';
display:block;
clear:both;
height:0;
}

.row:first-child > * {
padding-top:0;
}

body,input,textarea,select {
font-family:Raleway, Helvetica, sans-serif;
font-size:13pt;
font-weight:400;
line-height:1.65em;
color:#474747;
}

h1,h2,h3 {
font-weight:700;
}

h2 {
font-size:1.2em;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
color:inherit;
text-decoration:none;
}

a {
color:#000;
}

a:hover {
text-decoration:none;
}

header {
margin-bottom:2em;
}

header h2 {
color:#474747;
}

footer {
margin-top:1em;
}

section {
margin-bottom:3em;
}

section .section_border {
border: solid 1px rgba(144, 144, 144, 0.25);
padding: 0.5em;
}



section .section_ralign {
text-align: right;
}

section .section_lightfont {
color:rgba(0,0,0,.6);
}

.image {
display:inline-block;
}

.image img {
display:block;
width:100%;
}

.image.fullwidth {
width:100%;
display:block;
margin:0 0 1em;
}

.lozbutton {
background:#555;
border-radius:8px;
text-decoration:none;
font-size:1.1em;
position:relative;
display:inline-block;
margin-top:2em;
color:#FFF;
cursor:pointer;
padding:1em 1.5em;
}

#header {
position:relative;
text-align:center;
background-color:#000;

}


#base {
position:relative;
background:#eee;
padding-bottom:.3em;



}

#section2 {
padding-top:3em;
position:relative;
background:#f4f4f4;
}

#section2 h2 {
color:#474747;
}



#seperator {
position:relative;
text-align:center;
background-color:#000;
padding:1em 0;
}

.copyright {
position:relative;
text-align:left;
color:rgba(0,0,0,.6);
background-color:#444;
width:auto;
margin-left:auto;
margin-right:auto;
}

.copyright a {
text-decoration:none;
color:#cdced0;
}

.container {
width:auto;
margin-left:auto;
margin-right:auto;

}


section > :last-child,section:last-child,.row > section {
margin-bottom:0;
}

#mainlogo h1,#mainlogo h2,#nav li.active a {
color:#474747;
}


#mapid { height: 500px; width:100%;}

.leaflet-container a.leaflet-popup-close-button {
     color: #111 !important;
}








.infophone {
    position: fixed;
    bottom:0px;
    left:0px; 
    width:100%;
    z-index:100;
    background-color: #272727;
    text-align:right;
    margin-right:10%;
    font-size:1.5em; 

}

.infophone span  a{

    color:#ddd;
    }

.infophone span  {

    color:#ddd;
    }

.highlight_symbols {
    color: #474747;
}


.tablesection {
display: table;
border-spacing: 10px 0px;
width: 100%
}

.padleft {
    padding-left:20px;
}

.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	/*background-color: #3cadd4;*/
	background-color:#ff384c;
	border-radius: 20px;
	border: 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 2em;
	line-height: 2.2em;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;

}
.button.big {
	font-size: 1.35em;
}

.button:hover {
	background-color: #51b6d9;
	text-decoration: none;
}



.clickbuttons {

	bottom: 15px;
	width:100%;
}




.bulletsize {
    font-size: 0.5em;
}




.bulletleftpad {
    padding-left: 5%;
}




.registration.span{
	padding: .2em 1em .05em 1em;
}

.registration::placeholder {
  opacity: 0.5;
  color: grey;
}





.clickbuttons.disabled {
    opacity: 0.5;
}

.clickbuttons.disabled .button{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: darkgrey !important;
}



.gdprnotice {
    font-size: 0.7em;
}



.hiddennotice {
    visibility: hidden;
}




.carsales_table {
	width:100%;
	text-align: left;
	table-layout: fixed;
}
.carsales_table tr {

}
.carsales_table tr:nth-child(even) {
	//background-color: #e3e3e3;
}



.carsales_table .td_make {
	width:auto;
	padding-left:10px;
}
.carsales_table .th_make {
	width:auto;
}
.carsales_table .td_title {
	width:auto;
}
.carsales_table .th_title {
	width:auto;
}

.carsales_table .td_price {
	width:100px;
}
.carsales_table .th_price {
	width:100px;
}

.carsales_table .td_fuel {
	width:100px;
}
.carsales_table .th_fuel {
	width:100px;
}


.carsales_table .td_moreinfo {
	width:50px;
	font-size: 2em;
}
.carsales_table .th_moreinfo {
	width:30px;
}

.hiddenpopup{

    height:auto;
    max-height:95%;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    z-index: 100;
    display:block;
    overflow-y: auto;
    display: none;


    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width:1200px;
    width: 90%;
}


.image_gallery {

  background-color: #f3f3f3;

  padding: 10px;
}

.image_gallery img {
  	padding: 10px;
	max-height:150px;
}

.details_img !important {
	max-height:250px;
	max-width:250px;

	float:right;
}


.details_main_image_holder {
	display: inline-block;
	vertical-align: top;
	padding-right:10px;
}
