/* 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');
body {
	background: #ecf0f1;
	font-family: "Open Sans", Arial;
	font-size: 14px;
}
.content-wrapper{
  position: relative;
}
.title-head{
  position: absolute;
  z-index:3;
  left: 0;
  right: 0;
  text-align: center;
}
.title-head h2{
  padding-right: 50px;
  color: #fff;
}
.nopadding {
	padding: 0;
}

a {
	color: #515151	
}

h2 {
	color: #28648a;
	font-weight: bold;
}

.site-title img {
	width: 100%;
	max-width: 297px;
}

#background {
	background: #343434;
	padding: 30px 0;
	color: #fff;
}

	#background a {
		color: #fff;
	}

	#background .content-wrapper {
		overflow: hidden;
	}
	
		
	.ghostButton {
		border: 1px solid #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;	
		color: #fff;
		text-align: center;
		padding: 10px 0;
		font-size:14px;'		
		font-weight: bold;
		margin-top: 25px;
		display: block
	}
	
		.ghostButton:hover {
			background: #000;
			text-decoration: none;
		}
		
		table.contactgegevens td {
			padding: 0 20px 0 0
		}


header {
	background: transparent;
}

.openingstijden {
	background: #343434;
	width: 100%;
	
}

.btn-primary {
    background-color: #28648a;
    border-color: #357ebd;
    color: #fff;
}


.col-openingstijden {
	float: left;
	text-align: center;
	color: #fff;
	padding: 15px 0
}

	.col-openingstijden strong {
		display: block;
		
	}

footer {
	font-size: 14px;
}





/*
 * xs style
 */
@media (max-width: 767px) {
	
	.col-openingstijden {
		width: 100%;
	
	}


}
/*
 * sm style
 */
@media (min-width: 767px) {
	.navbar {
		background-color: transparent;
		border: 0;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-family: "Open Sans", Arial;
		color: #28648a;
		font-weight: bold
	}
	
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
		background-color: transparent;
		color: #173f59;
	}

	
	 .col-openingstijden {
			width: 14%;
		}
  
  .nav > li > a {
    display: block;
    padding: 10px 8px;
    position: relative;
}


}
/*
 * md style
 */
@media (min-width: 992px) {
 .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
}
/*
 * lg style
 */
@media (min-width: 1200px) {
  footer .float-left{
      text-align: left;
  }
  
  footer .float-right {
      text-align: right;
  }
	 
}


/* Laatst toegevoegde occasions */
			#gallery {
				text-align: left;
				position: relative;
				max-width: 320px;
  				width: 100%;
				height: 240px;
				border: 1px solid #000000;
				overflow: hidden;
				line-height: normal;
			}

				#gallery a {
					float: left;
					position: absolute;
				}

					#gallery a img {
						max-width: 320px;
  						width: 100%;
						height: 240px;
					}

					#gallery a.show {
						z-index: 500;
					}

				#gallery .caption {
					z-index: 600; 
					background-color: #343434; 
					color: #FFFFFF;
					max-width: 320px; 
  					width: 100%;
					position: absolute;
					bottom: 0px;
				}

					#gallery .caption .content {
						margin: 5px;
						color: #FFFFFF;
					}

						#gallery .caption .content h3 {
							margin: 0px;
							padding: 0px;
							color: #FFFFFF;
						}