﻿/* this file contains custom overrides for bootstrap ui */

body {
	font-size: 12px;
	background-image:url('../images/background.jpg');
	background-attachment: fixed;
	/*background-image: linear-gradient(to bottom, #eeeeee 0%,rgba(0,0,0,0.6) 100%), url('../images/cars_collage.jpg');*/
}

h1 {
	font-size:1.7em;
}

h1.small {
  margin: 0.3em 0;
  font-size: 1.5em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.5em;
}

h2 {
	font-size:1.4em;
}

h3.small {
  margin: 0;
}

.time {
	position: absolute;
	margin-top: -18px;
	margin-left: 3px;
}

.badge {
	background-color: #000000;
	font-size: 11px;
}

.title {
	font-size: 11px;
}

.extraline {
	padding-bottom: 15px;
}

span.description {
	display: block;
	font-size: 12px;
	width: 100%;
	height: 70px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 1px;
	border: 1px solid #eeeeee;
	padding: 3px;
}

/*span.description:hover {    
    overflow-y:scroll;
	height:150px;
}*/

iframe.captcha {
    width:800px;
    height:340px;
    border:none;
}

footer div {
	text-align: center;
	padding-bottom: 5px;
}

div.videofixed {
	width: 180px;
}

@media (min-width:992px) {
	div.video {
		border-radius: 6px;
		padding-bottom: 7px;
		padding-top: 7px;
		display: inline-block;
		width: 150px;
		float: none;
		vertical-align: top;
	}
}

@media (max-width:991px) {
	div.video {
		padding:0;
		margin:0;
		float:none;	
		width: 125px;
		height: 175px;
		display: inline-block;	
		vertical-align: top;
	}
}

div.video:hover {
	background-color: #eeeeee;
}

.bold {
	font-weight: bold;
}

span.tag {
	border-radius: 6px;
	background-color: #eeeeee;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
}

a.pagenumber {
	margin: 5px;
	line-height: 30px;
	clear: none;
}

.fb-like {
    display:inline;    
}

.inline {
	display:inline;
}

.container-white {
	background-color:white;	
}

.text-white {
	color:white;
}

.pad-left {
	padding-left:3px;
}

.pad-bottom {
	padding-bottom:23px;
}

.v-top {
	vertical-align:top;
}

img.social {
	height:24px;
}

img.pad-bottom {
	padding-bottom:15px;
}

.pad-top{
	padding-top: 3px;
}

.storeitem {
	float:left;
	text-align:center;
	line-height:150%;	
	padding:10px;
}

.padding-top-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
}