/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
/*********************
**** UNRESPONSIVE ****
*********************/

body {
  min-width: 1170px;
  padding-top: 0;
}
.container {
  width: 1170px;
  max-width: none !important;
}

@media (max-width: 768px) {
    .container {
        min-width: 400px;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/*********************
****** GLOBAL ********
*********************/

html{
	background-color: #262626;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

#main, #footer {
	background: #262626; /* achtergrondkleuren */
	color: #fff;
}

p a {
	color: #fff;
	text-decoration: underline;
}

h2{
	font-weight: 900;
	font-size: 20px;
  	color: #fff;
}

/* header */
.cBg2 { 
	background: linear-gradient(#556A97 , #647EB1);
}

.img-Header{
	margin-top: -28px;
	width: 100%;
}

#header{
	padding-top: 28px;
	background:linear-gradient(to top, #A0A0A0 , #E8E8E8);
}

/* navigatie */
#header nav {
	margin: 30px 0 0;
}

.navbar-default{
	border: none;
	width: 143px;
	margin-left: 11px;
	margin-bottom: 0;
}

.nav-stacked{
	background: linear-gradient(to right, #9A9A9A, #B9B9B9, #D1D1D1, #D9D9D9, #D1D1D1, #B9B9B9, #9A9A9A);
}

#header .navbar {
	min-height: auto;
}

/* main */

.sideInfo{
	background-color: #6479A5;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #fff;
	width: 318px;
	font-size: 11px;
}

.underline{
	color: #fff;
  	text-decoration: underline;
}

.underline:hover{
	color: #fff;
  	text-decoration: none;
}

.cPadding1{
	padding-right: 35px;
}

.cPadding2{
	padding-right: 25px;
}

.cPadding3{
	padding-right: 15px;
}

.cFWeight span{
	font-weight: 900;
}

.img-RDW{
	width: 120px;
	border-radius: 10px;
    border: 2px solid #FFF;
    margin-bottom: 10px;
	margin-left: -15px;
}

.img-APK{
	width: 120px;
	margin-left: -15px;
}

.img-DMFkrediet{
	width: 304px;
}

.img-DMFfinancial{
	width: 304px;
	margin-top: 15px;
}

.DMF{
	margin-left: 30px;
}

.cBg1{
	background: linear-gradient(to right, #9A9A9A, #B9B9B9, #D1D1D1, #D9D9D9, #D1D1D1, #B9B9B9, #9A9A9A);
	width: 143px;
	margin-left: 11px;
	height: 309px;
}

/* footer */

#footer p {
	margin-top: 30px;
}

/*********************
******* Custom *******
*********************/

.nav li a{
	text-shadow: 2px 1px #FFF;
	color: #000;
	padding: 7px 15px;
	font-size: 15px;
}

.nav li:first-child{
	padding-top: 15px;
}

#gallery{
	border: 1px solid #fff !important;
}

#gallery .caption{
	background-color: #000 !important;
}

#gallery .caption .content{
	background-color: #000;
}

#gallery .caption .content h3{
	font-weight: bold;
}


/*********************
****** PAGES *********
*********************/

/* Home */
#body.Home {
}

/* Occasions */
#body.autolijst_background div#autolijst_wrap {
    padding: 0 15px;
    float: left;
    width: 100%;
  	color: #fff;
}

/* Zoekopdracht */
#body.Zoekopdracht .panel,
#body.Zoekopdracht .well,
#body.Zoekopdracht .well a{
  color: #000;
}

/* Auto inkoop */
#body.Auto-Inkoop .panel {
  color: #000;
}

/* Verzekeren*/
#body.Verzekeren .body-content #copyright p,
#body.Verzekeren .body-content .right p{
	color: #fff;
}

/* Openingstijden */
#body.Openingstijden .sideInfo{
	width: 100%;
  	padding-top: 5px;
  	padding-left: 5px;
  	padding-right: 10px;
}

#body.Openingstijden #main address a{
	color:#fff;
  	text-decoration: underline;
}

#body.Openingstijden #main address a:hover{
	color:#fff;
  	text-decoration: none;
}

#body.Openingstijden #openingstijden .dag{
	font-weight: 900;
}


#body.Openingstijden .sideInfo address{
	text-align: right;
}

#body.Openingstijden #main .cAnchorColor{
	color: #fff;
}

/* Werkplaats */
#body.Werkplaats .well {
  color: #000;
}
#body.Werkplaats .panel {
  color: #000;
}

/* Contact & Routeplanner */
#body.Contact .adp-directions, 
#body.Contact .adp-summary, 
#body.Routeplanner .adp-directions, 
#body.Routeplanner .adp-summary {
  width:100%;
  color: #fff;
}

#body.Contact #main,
#body.Routeplanner #main,
#body.Contact #main a {
  color: #000;
}


#body.Financieren #main #financiering a{
	color: #fff;
  	text-decoration: underline;
}

#body.Financieren #main #financiering a:hover{
	color: #fff;
  	text-decoration: none;
}