@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);

#carweb_archive {

}
#cw_topbar {
	margin-bottom: 20px;
	text-align: right;
}
#cw_topbar #filters {
	display: none;
}
#cw_bottombar {
	text-align: center;
}


#cw_sidebar input[type=checkbox] {
	display: none;
}
#cw_sidebar input[type=checkbox] + label {
	display: block;
	color: #fff;
	padding: 5px 10px;
	color: #999;
	border-radius: 3px;
	border: solid 1px #ddd;
	position: relative;
}
#cw_sidebar input[type=checkbox]:checked + label {
	color: #000;
	border-color: green;
}

#cw_sidebar input[type=checkbox]:checked + label:after {
	content: '';
	display: block;
	background: url(https://cdn2.iconfinder.com/data/icons/gnomeicontheme/32x32/emblems/emblem-default.png);
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index:999;
	top: 7px;
	right: 5px;
}

@media(min-width: 767px) {
	#cw_sidebar {
		display: block !important;
	}
	#carlist.grid .car {
		float: left;
		width: 49%;
		margin-right: 2%;
		background: #f7f7f7;
		margin-bottom: 20px;
		border: solid 1px #ddd;
	}
	#carlist.grid .car:nth-of-type(2n) {
		margin-right: 0;
	}
	#carlist.grid .car .image {

	}
	#carlist.grid .car .image img {
		width: 100%;
		height: auto;
	}
	#carlist.grid .car .details {
		padding: 5px 12px;
	}
	#carlist.grid .car .details p {
		font-family: 'Open Sans Condensed';
		font-size: 18px;
		font-weight: 700;
		min-height: 48px;
	}
	#carlist.grid .car .info a {
		display: block;
	}
	#carlist.grid .car .info table {
		font-family: 'Open Sans Condensed';
		font-size: 16px;
	}
	#carlist.grid .car .info table td:nth-of-type(2) {
		text-align: right;
	}
	#carlist.grid .car .info table tr.price td {
		font-size: 18px;
		font-weight: 700;
	}
}
@media(min-width: 1000px) {
	#carlist.grid .car {
		float: left;
		width: 32.6666%;
		margin-right: 1%;
		background: #f7f7f7;
		margin-bottom: 20px;
		border: solid 1px #ddd;
	}
	#carlist.grid .car:nth-of-type(2n) {
		margin-right: 1%;
	}
	#carlist.grid .car:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media(max-width: 766px) {
	#carlist.grid .car {
		background: #f7f7f7;
		margin-bottom: 30px;
		border: solid 1px #ddd;
	}
	#carlist.grid .car .image {
		width: 100%;
		margin-bottom: 7px;
	}
	#carlist.grid .car .image img {
		width: 100%;
		height: auto;
	}
	#carlist.grid .car .details {
		padding: 5px 12px;
	}
	#carlist.grid .car .details p {
		font-family: 'Open Sans Condensed';
		font-size: 18px;
		font-weight: 700;
	}
	#carlist.grid .car .info a {
		display: block;
	}
	#carlist.grid .car .info table {
		font-family: 'Open Sans Condensed';
		font-size: 16px;
	}
	#carlist.grid .car .info table td:nth-of-type(2) {
		text-align: right;
	}
	#carlist.grid .car .info table tr.price td {
		font-size: 18px;
		font-weight: 700;
	}
}

@media(min-width: 767px) {
	#carlist.list .car {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px #ddd;
	}
	#carlist.list .car:last-of-type {
		border-bottom: 0;
	}
	#carlist.list .car .image {
		float: left;
		max-width: 45%;
		margin-right: 2%;
	}
	#carlist.list .car .description {

	}
	#carlist.list .car .image img {
		width: 100%;
		height: auto;
	}
	#carlist.list .car .heading p {
		font-family: 'Open Sans Condensed';
		font-size: 21px;
		line-height: 27px;
		font-weight: 700;
	}
	#carlist.list .car .infoboxes {
		float: right;
		width: 53%;
	}
	#carlist.list .car .infoboxes .left {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	#carlist.list .car .infoboxes .right {
		float: right;
		width: 49%;
	}
	#carlist.list .car .infoboxes .left,
	#carlist.list .car .infoboxes .right {
		border-radius: 3px;
		background: #eeeeee;
		background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
		background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
		background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
		background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
		background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
		border: solid 1px #ddd;
		color: #333;
		padding: 10px;
	}
	#carlist.list .car .infoboxes .price-text {
		font-family: 'Open Sans';
		font-size: 16px;
		margin-bottom: 7px;
		text-align: right;
	}
	#carlist.list .car .infoboxes .price-number {
		font-family: 'Open Sans';
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 10px;
		font-weight: 700;
		text-align: right;
	}
	#carlist.list .car .infoboxes .price-monthly {
		font-family: 'Open Sans';
		font-size: 14px;
		margin-bottom: 3px;
		text-align: right;
	}
	#carlist.list .car .infoboxes .left a {
		width: 100%;
	}
	#carlist.list .car .infoboxes .left table {
		width: 100%;
		margin-bottom: 10px;
	}
}





@media(max-width: 767px) {
	#cw_sidebar {
		position: absolute;
		top: 100px;
		right: 0px;
		z-index: 999;
		background: #f7f7f7;
		padding: 20px;
		border: solid 1px #ddd;
		width: 100%;
		display: none;
	}
	#cw_topbar #changedisplay,
	#cw_topbar .page_number,
	#cw_bottombar #changedisplay,
	#cw_bottombar .page_number {
		display: none;
	}
	#cw_topbar #filters {
		display: block;
	}
	#cw_topbar button,
	#cw_topbar .form-group {
		float: left;
	}

	#cw_topbar button {
		width: 33.333%;
		margin-bottom: 5px;
	}
	#cw_topbar .form-group {
		width: 50%;
	}
}





/* DETAIL PAGE */



.flexslider {
	margin: 0;
	box-shadow: none;
}

#carweb_show .row {
	margin-left: -15px;
	margin-right: -15px;
}

#carweb_show h1 {
	font-family: 'Open Sans Condensed';
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-size: 32px;
	line-height: 50px;
	margin-bottom: 20px;
}
#carweb_show h3 {
	font-family: 'Open Sans Condensed';
	font-weight: 700;
}

#carweb_show,
#carweb_show p {
	font-family: 'Open Sans';
}
#carweb_show #accessories {
	list-style: none;
	margin: 0;
	padding: 0;
}
#carweb_show #accessories li {
	float: left;
	width: 33.3333%;
	font-family: 'Open Sans Condensed';
	font-size: 16px;
	font-weight: 700;
}

#information div[class^=col] {
	float: left;
	margin-right: 2%;
}
#information div[class^=col]:last-of-type {
	margin-right: 0;
}
#information div.col6 {
	width: 49%;
}
@media(max-width: 900px) {
	#information div[class^=col] {
		width: 100%;
		margin-right: 0;
	}
}


#carweb_show table {
	margin-bottom: 0;
}
#carweb_show table tr td:nth-of-type(odd) {
	color: #555;
	font-family: 'Open Sans Condensed';
}
#carweb_show table tr td:nth-of-type(even) {
	text-align: right;
	font-weight: 700;
	font-family: 'Open Sans';
}



#carweb_show #ansatte {
	list-style: none;
	margin: 0;
	padding: 0;
}
#carweb_show #ansatte li {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	padding: 10px;
	border: solid 1px #ddd;
	border-radius: 3px;
	margin-bottom: 10px;
}
#carweb_show #ansatte li .image {
	float: left;
	max-width: 80px;
	margin-right: 20px;
}
#carweb_show #ansatte li .image img {
	border: solid 1px #777;
}
#carweb_show #ansatte li p {
	margin-bottom: 0;
	font-family: 'Open Sans Condensed';
}
#carweb_show #ansatte li p.name {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}
#carweb_show #ansatte li p.title {
	color: #555;
	font-size: 18px;
	line-height: 24px;
}
#carweb_show #ansatte li p.phone {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

#kalkulator {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}
p.example {
	font-size: 13px;
}

#carweb_show #actions .inner {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	padding: 15px;
	border-radius: 0px;
}
#carweb_show #actions .price {
	font-family: 'Open Sans Condensed';
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: right;
	margin-top: 10px;
}
#carweb_show #actions .price span {
	font-family: 'Open Sans Condensed';
	font-size: 20px;
	margin-right: 15px;
	float: left;
}
#carweb_show #actions .finance {
	font-family: 'Open Sans Condensed';
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: right;
}
#carweb_show #actions .finance span:first-of-type {
	font-family: 'Open Sans Condensed';
	font-size: 20px;
	margin-right: 15px;
	float: left;
}
#carweb_show #actions .km {
	font-family: 'Open Sans Condensed';
	font-size: 22px;
	font-weight: 700;
	text-align: right;
}
#carweb_show #actions .km span {
	display: block;
	font-family: 'Open Sans Condensed';
	text-align: left;
	margin-bottom: -10px;
	font-size: 20px;
}
#carweb_show #actions .year {
	font-family: 'Open Sans Condensed';
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 0;
}
#carweb_show #actions .year span {
	display: block;
	font-family: 'Open Sans Condensed';
	text-align: left;
	margin-bottom: -10px;
	font-size: 20px;
}
#carweb_show #actions .inner.button {
	cursor: hand;
	cursor: pointer;
	padding: 29px 15px;
}
#carweb_show #actions .inner.button:hover {
	background: teal;
	color: #fff;
}
#carweb_show #actions .inner.button.active {
	background: teal;
	color: #fff;
	height: 125px;
}
#carweb_show #actions .testdrive {
	text-align: center;
	font-family: 'Open Sans Condensed';
	font-size: 24px;
	font-weight: 700;
}
#carweb_show #actions .testdrive span {
	display: block;
}

#carweb_show #testdrive {
	background: teal;
	padding: 20px;
	display: none;
}
#carweb_show #testdrive h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#carweb_show #testdrive p.smallprint {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}
#carweb_show #testdrive input {
	border-radius: 0;
}



.ui-slider-handle {
}

#kalkulator #calc_result {
	background: teal;
	color: #fff;
	padding: 20px;
	text-align: center;
}
#kalkulator .slide-group {
	position: relative;
	height: 40px;
	margin-bottom: 30px;
}
#kalkulator .text {
	position: absolute;
	top: 0;
	left: 0;
	color: #777;
}
#kalkulator .value {
	position: absolute;
	top: 0;
	right: 0;
	color: teal;
	font-weight: 700;
}
#kalkulator .value span {
	font-weight: 700;
}
#kalkulator .slider {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}


a.flex-prev,
a.flex-next {
	background: teal;
	font-size: 0px;
}
a.flex-prev:before {
	content: '<' !important;
	color: #fff !important;
	position: absolute;
	top: 5px;
	left: 7px;
}
a.flex-next:before {
	content: '>' !important;
	color: #fff !important;
	position: absolute;
	top: 5px;
	right: 7px;
}


.car .image {
	position: relative;
	overflow: hidden;
}
.car .image .sold {
	width: 100%;
	position: absolute;
	right: -47px;
	top: -24px;
	color: #fff;
	background: red;
	transform: rotate(35deg);
	text-align: right;
	font-weight: 700;
	padding: 5px 20px;
	padding-right: 57px;
	font-size: 20px;
}
.grid .car .image .sold {
	padding-right: 48px;
	font-size: 15px;
}