@font-face {
  font-family: 'volvosansregular';
  src: url('/fonts/VolvoSans/VolvoSansWeb-Regular.eot');
  src: url('/fonts/VolvoSans/VolvoSansWeb-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/VolvoSans/VolvoSansWeb-Regular.woff') format('woff'), url('/fonts/VolvoSans/VolvoSansWeb-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'volvo_broadregular';
src: url('/fonts/VolvoBroad/VolvoBroadWeb.eot');
  src: url('/fonts/VolvoBroad/VolvoBroadWeb.eot?#iefix') format('embedded-opentype'), url('/fonts/VolvoBroad/VolvoBroadWeb.woff') format('woff'), url('/fonts/VolvoBroad/VolvoBroadWeb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'volvo_sans_regularbold';
  src: url('/fonts/VolvoSans/VolvoSansWeb-Medium.eot');
  src: url('/fonts/VolvoSans/VolvoSansWeb-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/VolvoSans/VolvoSansWeb-Medium.woff') format('woff'), url('/fonts/VolvoSans/VolvoSansWeb-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'volvosanslightbold';
  src: url('/fonts/VolvoSans/VolvoSansWeb-Bold.eot');
  src: url('/fonts/VolvoSans/VolvoSansWeb-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/VolvoSans/VolvoSansWeb-Bold.woff') format('woff'), url('/fonts/VolvoSans/VolvoSansWeb-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'volvosanslightregular';
  src: url('/fonts/VolvoSans/VolvoSansWeb-Light.eot');
  src: url('/fonts/VolvoSans/VolvoSansWeb-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/VolvoSans/VolvoSansWeb-Light.woff') format('woff'), url('/fonts/VolvoSans/VolvoSansWeb-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
 min-width:320px}

.clear {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0; }

.c960 {
  max-width: 960px;
  margin: auto; }

.tc {
  text-align: center; }

body {
  background-color: #efefef; }

.blurImg, .has-blurr{
background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
position:absolute!important;
width:100%;
height:500px!important;
	z-index:-1;
top:0;
left:0;
}

.blurr-bg{
background-repeat:repeat!important;
background-size:100% auto!important;
margin-left:-10px;
width:102%!important;
}

header {
  background: rgba(0,0,0,0.7);
  min-height: 80px; }

.logo {
  display: block;
  float: left;
  width: 275px;
  height: 20px;
  margin: 30px 10px 10px 5px;
  background: url(/images/logo.png) no-repeat left top; }

.menu {
  list-style: none;
  padding: 0;
  display: block;
  float: right;
  margin: 30px 8px 0 0; }

.mob-btn{
display:none;
float:right;
margin:25px 25px 0 0;
width:30px;
height:30px;
font-size:30px;
line-height:30px;
text-align:center;
text-decoration:none;
color:#fff;
}
.mob-menu{
display:none;
position:absolute;
top:80px;
left:0;
right:0;
background:#333;
	z-index:1000;
}
.mob-menu a{
  display: block;
  font: normal normal normal 16px/20px 'volvosanslightregular', arial, sans;
  color: #fff;
  padding:19px 10px 19px 10px;
  border-top:1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  text-transform: uppercase; }

.mob-menu a.active{
  color:#5c92bb;
}
@media all and (max-width:850px)
{
	.logo{
		width:250px;
		background-size:contain;
	}
	.menu{display:none;}
.mob-btn{display:block;}
}
.menu li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 0 5px 25px;
  margin: 0;
  font: normal normal normal 14px/20px 'volvosanslightregular', arial, sans;
  color: #fff; }

.menu li a {
  display: block;
  font: normal normal normal 14px/20px 'volvosanslightregular', arial, sans;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }
.menu li a.active{
  color:#5c92bb;
}
content {
  display: block;
  position: relative; }

#container {
  max-width: 1080px;
  margin: 60px auto 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2); }
@media all and (max-width:960px)
{
	#container {
margin-top:0;
	}
}
.banner {
  width: 100%;
  overflow: hidden;
  background: #ccc; 
  position:relative;
}

.banner ul, .banner ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.banner ul li a {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0; }

.banner ul li img {
  display: block;
  width: 100%; }

.banner ul li span, .bnrOverlay {
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 45px;
  background: rgba(0,0,0,0.7);
  font: normal normal normal 40px/33px 'volvo_broadregular', arial, sans;
  color: #fff;
  padding: 24px 40px 23px 20px; }

@media all and (max-width:700px)
{
	.banner ul li span, .bnrOverlay {
		font-size:30px;
		line-height:26px;
		padding: 15px 31px 14px 11px; 
		bottom: 30px;
	}
}
@media all and (max-width:450px)
{
	
}
h1 {
  margin: 0; }

.model-menu ul {
  display: block;
  width: 100%;
  height: 59px;
  list-style: none;
  margin: 0;
  padding: 0; }

.model-menu ul li {
  display: block;
  height: 59px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.model-menu ul li:last-child {
  float: right; }

.model-menu ul li a {
  position: relative;
  display: block;
  height: 59px;
  text-decoration: none; }

.model-menu ul li a span {
  position: relative;
  display: block;
  padding: 20px 15px 19px 15px;
  font: normal normal normal 20px/20px arial, sans;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #f4f4f4;
  cursor:pointer;}

.model-menu ul li a:hover span {
  z-index: 10;
  margin-top: -1px;
  padding-left: 15px;
  color: #5c92bb;
  background: #fff;
  border: 1px solid #dadada;
  border-bottom: none; }

.model-menu ul li a.active span {
  color: #5c92bb;
  background: #fff;
 }

.model-menu ul li a div.ddl {
  display: none;
  width: 248px;
  border: 1px solid #dadada !important;
  position: absolute;
  top: 59px;
  padding: 0;
  z-index: 5;
  background: #fff;
  overflow: hidden; }

.model-menu ul li a div.ddl.other {
  right: 0px;
  left: auto; }

.model-menu ul li a div.ddl .icon {
  display: block;
  width: 248px;
  height: 119px;
  background: url(/images/nomodel.png) no-repeat center center;
  margin: 0;
  padding: 0;
  border: none; }

.model-menu ul li a div.ddl .title {
  display: block;
  width: 228px;
  padding: 0 10px 0 10px;
  background: #dadada;
  font: normal normal normal 30px/49px 'volvosansregular', arial, sans;
  color: #666;
  margin: 0;
  border: none; }

.model-menu ul li a div.ddl .title em.counter {
  display: block;
  float: right;
  font: normal normal normal 16px/49px 'volvosansregular', arial, sans;
  text-transform: uppercase;
  color: #666; }
.model-menu ul li a div.ddl .title em {
  font: normal normal normal 12px/11px 'volvosansregular', arial, sans;
 }

.model-menu ul li a div.ddl ul, .model-menu ul li a div.ddl ul li {
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0; }

.model-menu ul li a div.ddl ul li {
  display: block;
  float: none;
  padding: 0 10px 0 10px;
  height: 40px;
  font: normal normal normal 14px/40px 'volvosansregular', arial, sans;
  color: #666;
  border-top: 1px solid #dadada;
  cursor: pointer;
  background: url(/images/arrow-right.png) no-repeat right center; }

.model-menu ul li:last-child a span {
  padding: 20px 15px 19px 14px;
  border-right: 1px solid #fff; }

.model-menu ul li a:hover div.ddl {
  display: block; }

.model-menu ul li a em {
  display: inline-block;
  font: normal normal normal 10px/8px 'volvosansregular', arial, sans;
  padding-left: 3px; }

.content {
  padding: 0 10px 0 10px;
  position: relative; }

.content.pr5 {
  padding: 0 5px 0 10px;
  position: relative; }

.twoThirds {
  float: left;
  width: 66%; }

.oneThird {
  float: right;
  width: 32%; }



h1, h2 {
  padding: 17px 0 20px 0;
  margin: 0;
  font: normal normal normal 30px/32px 'volvosansregular', arial, sans;
  color: #222; }

h3 {
  display: block;
  padding: 0px 0 3px 0;
  margin: 0 0 10px 0;
  font: normal normal normal 20px/33px 'volvosansregular', arial, sans;
  color: #222;
  border-bottom: 1px solid #ccc; 
}

h3.nm {
  margin: 0; 
}

.copy .content {
  padding: 0 20px 0 20px; 
}

.copy h2 {
  display: block;
  padding: 17px 0 20px 0;
  margin: 0;
  font: normal normal normal 30px/32px 'volvosansregular', arial, sans;
  color: #222;
  border-bottom: none; 
}

.copy h3 {
  display: block;
  padding: 10px 0 16px 0;
  margin: 0;
  font: normal normal normal 18px/16px 'volvosansregular', arial, sans;
  color: #222;
  border-bottom: none; 
}

.copy .mainImg {
  margin-bottom: 25px; 
  max-width:100%;
}

.copy ul {
  padding: 0 0 18px 13px;
  margin: 0;
  list-style-image: url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
  font: normal normal normal 14px/19px "volvosansregular", arial, sans;
  color: #222; }

.copy p {
  font: normal normal normal 14px/20px "volvosansregular", arial, sans;
  color: #222;
  padding: 0 0 18px 0; 
}

.copy a {
  color: #5c92bb;
}


.copy table tr td {
  vertical-align: top; 
}

.copy table tr td img {
  margin-right: 10px; 
}

p {
  padding: 0 0 19px 0;
  margin: 0;
  font: normal normal normal 14px/20px 'volvosansregular', arial, sans;
  color: #666; }

.form {margin:20px 0 30px 0}

.subscribe input, .form input, .form textarea {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
  text-indent: 10px;
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #ededed;
  font: normal normal normal 14px/38px 'volvosansregular', arial, sans;
  color: #666; 
}

.form input,.form textarea {
	width:78%;
	float:left;
}

.form textarea {
  padding:10px 0 0 0; 
  font: normal normal normal 14px/17px 'volvosansregular', arial, sans;
  height:168px;
}

.form label{
	display:block;
	width:22%;
	float:left;
	box-sizing: border-box;	
	margin: 0 0 2px 0;
	height:38px;
	font: normal normal normal 12px/38px 'volvosansregular', arial, sans;
	color: #666; 
	padding-right:10px;
	text-align:right;
}
		
.btn {
  display: inline-block;
  padding: 0 14px 0 15px;
  text-transform: uppercase;
  font: normal normal normal 14px/40px 'volvosanslightbold', arial, sans;
  color: #fff;
  background: #5c92bb;
  text-decoration: none; 
}

.btn.sent{
	margin-left:22%;margin-bottom:20px;
	color: #FFF;
}
		
.models-list {
  border-top: 1px solid #dadada;
  padding-bottom: 30px; 
}

.models-list .segment {
  border-bottom: 1px solid #dadada; 
}

.models-list .segment a {
  display: block;
  float: left;
  height: 129px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 25%;
  text-decoration: none; 
  min-width:150px;
}

.models-list .segment a .img {
  display: block;
  width: 100%;
  height: 94px;
  background-repeat: no-repeat;
  background-position: left bottom; 
}

.models-list .segment a .text {
  display: block;
  font: normal normal normal 24px/19px 'volvo_broadregular', arial, sans;
  color: #666;
  text-decoration: none; 
}

.models-list .segment a .text em {
	display:inline-block;
	padding-left:3px;
  font: normal normal normal 10px/8px 'volvosansregular', arial, sans;
}

.sort_actions, .back_action {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px; 
}

.back_action {
  top: 20px;
  right: 20px;
  font: normal normal normal 14px/12px 'volvosansregular', arial, sans;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 20px;
  background: url(/images/cross.png) no-repeat right center; 
}

.sort_actions .ddl {
  display: block;
  float: left;
  height: 24px;
  margin-right: 11px;
  padding: 0;
  border: 1px solid #dadada;
  position: relative;
  font: normal normal normal 12px/24px 'volvosansregular', arial, sans; 
}

.sort_actions .ddl span {
  display: block;
  height: 24px;
  padding: 0; 
}

.sort_actions .ddl a {
  font: normal normal normal 12px/20px 'volvosansregular', arial, sans;
  text-decoration: none;
  display: block;
  color: #666;
  padding: 0 24px 0 10px;
  white-space: nowrap; 
}

/*media all*/
.sort_actions .ddl span a {
  line-height: 26px;
  background: url(/images/arrowDown.png) no-repeat right center;
  white-space: nowrap;
  margin-right: 8px;
  padding: 0 16px 0 10px; 
}

/*media all*/
.sort_actions .ddl .ddlList {
  display: none;
  background: #fff;
  border: 1px solid #dadada;
  position: absolute;
  padding: 0 0 0 0;
  left: -1px;
  right: -1px;
  top: 24px;
  z-index: 10; 
}

.stock-list {
  padding-bottom: 30px; }

.stock-list a {
  display: block;
  width:33.33%;
  float:left;
  padding: 0 5px 0 0;
  text-decoration: none;
  position:relative;
  box-sizing:border-box;
}

.stock-list a .band
{
	background-position:left top;
	background-repeat:no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100px;
    display: block;
	z-index:1;
}



.stock-list a img {
  display: block;
  width:100%;
}

.stock-list a .content {
  display: block;
  padding: 0;
  padding:0 5px 0 5px;
  position:relative;
  height:105px
}

.stock-list a .content .ttl {
  display: block;
  padding: 11px 0 9px 0;
  font: normal normal normal 16px/16px 'volvosansregular', arial, sans;
  color: #333;
  min-height: 16px; 
}

.stock-list a .specs {
  display: block;
  position:absolute;
  bottom:10px;
  left:5px;
  width: 210px;
  min-height:45px;
  text-align: left;
  font: normal normal normal 12px/15px 'volvosansregular', arial, sans;
  color: #666; 
}

.stock-list a .price {
  display: block;
  position:absolute;
  bottom:10px;
  right:5px;
  width: 140px;
  text-align: right;
  font: normal normal normal 20px/26px 'volvosansregular', arial, sans;
  color: #5c92bb;
}

.stock-list a .price em {
  display: block;
  text-align: right;
  font: normal normal normal 12px/14px 'volvosansregular', arial, sans;
  color: #666;
}

@media all and (max-width:700px)
{
	.stock-list a {
		width:50%;
			}
}
@media all and (max-width:550px)
{
	.stock-list a {
		width:100%;
			}
}
/*media all*/
.paging {
  text-align: center; }

/*media all*/

.paging li {
  display: inline-block;
  margin: 0 2px 0 2px;
  width: 25px;
  height: 25px; 
}

/*media all*/

.paging li a, .paging li strong {
  display: block;
  margin: 0 2px 0 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #dadada;
  border-radius: 0;
  font: normal normal normal 13px/24px 'volvosanslightregular', arial, sans;
  color: #dadada;
  text-align: center;
  text-decoration: none;
  transition: 0.4s; 
}

.paging li strong, .paging li a:hover {
  border: 1px solid #5c92bb;
  background: #5c92bb;
  color: #fff;
  transition: 0.4s; 
}

.paging li.previous a, .paging li.next a {
  border: none; 
}

.paging li.previous a {
	background:url(/images/prev.png) no-repeat center center;
} 

.paging li.next a {
  background:url(/images/next.png) no-repeat center center;
}

.paging li.previous a:hover, .paging li.next a:hover {
	background-color:none;
}
			
.cardetail {
  padding: 0 0 0 10px; 
}

.cardetail .oneThird {
  width: 40%;
  float: left;
  padding-right:10px;
  box-sizing:border-box;
}

.cardetail .twoThirds {
  width: 60%;
  float: right; }

.cardetail .specs {
  display: block;
  width: 100%;
  border-top: 1px solid #dadada; }

.cardetail .specs .row {
  min-height: 29px;
  border-bottom: 1px solid #dadada; }

.cardetail .specs label, .cardetail .specs span {
  display: inline-block;
  padding: 7px 0 7px 0;
  min-height: 15px;
  font: normal normal normal 14px/15px 'volvosansregular', arial, sans;
  color: #666;
  width: 57%; }

.cardetail .specs label {
  color: #999;
  width: 41%; }

.cardetail .specs .row.price label, .cardetail .specs .row.price span {
  display: block;
  float: left; }

.cardetail .specs .row.price label {
  padding-top: 10px; }

.cardetail .specs .row.price span {
  font: normal normal normal 20px/22px 'volvosansregular', arial, sans;
  color: #5c92bb;
  padding: 4px 0 4px 0; }

.cardetail .specs .row.price span em {
  display: block;
  font: normal normal normal 14px/18px 'volvosansregular', arial, sans;
  color: #666; }

.carimg {
  display: block;
  padding: 0;
  margin: 0;
  width: 550px;
  height: 410px;
  position: relative; }

.thumbs {
  display: flex;
  flex-wrap:wrap;
  padding: 0;
  margin: 0 0 23px 0;
}

.thumbs li {
  display: block;
  flex:0 0 18%;
  width: 18%;
  float: left; }

.thumbs li a {
  padding: 1px 1px 0 0;
  display: block;
}
.thumbs li a img{
display:block;
width:100%;
}
.thumbs li.liMore {
  flex:0 0 10%;
  background: #5c92bb;
box-sizing:border-box
 justify-content: center;

}

.thumbs li.liMore a {
  display:flex;
  height:100%;
  text-align: center;
  font: normal normal normal 26px/26px 'volvo_broadregular', arial, sans;
  color: #fff;
  text-decoration: none;
  background: url(/images/plus.png) no-repeat center center; }

.thumbs li.liMore a span {
  display: none;
}

@media all and (max-width:500px)
{
	.thumbs li, .thumbs li.liMore{
		flex:0 0 33.33%
		}
}

.usedcarlogo {
  margin: 30px 0 23px 0; }

.options {
  margin-bottom: 30px; }

.options ul, .options ul li {
  padding: 0;
  margin: 0;
  list-style: none; }

.options ul li {
  display: block;
  padding: 7px 0 5px;
  font: normal normal normal 14px/17px 'volvosansregular', arial, sans;
  color: #666;
  border-bottom: 1px solid #dadada; }

.accessory-list {
  margin: 10px 0 23px 0; }

.accessory-list a {
  display: block;
  float: left;
  width: 271px;
  height: 150px;
  margin: 0 4px 4px 0;
  border: 1px solid #dcdcdc;
  position: relative; }

.accessory-list a span {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: url(/images/blk60.png);
  min-height: 14px;
  padding: 0px 10px 0px 10px;
  font: normal normal normal 14px/14px 'volvosanslightregular', arial, sans;
  color: #fff; }

.accessory-list a span em {
  display: block;
  background: url(/images/arrow-white.png) no-repeat right center;
  min-height: 14px;
  padding: 13px 10px 13px 0px;
  font: normal normal normal 14px/14px 'volvosanslightregular', arial, sans;
  color: #fff; }

.accessory-list a.more {
  height: 40px;
  width: 253px;
  border: none;
  background: #5c92bb;
  text-decoration: none;
  padding: 0 10px 0 10px; }

.accessory-list a.more span {
  display: block;
  padding: 0 15px 0 0;
  background: url(/images/arrow-white.png) no-repeat right center;
  font: normal normal normal 16px/40px 'volvosanslightbold', arial, sans;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto; }

.accessory-list a:nth-child(even) {
  margin-right: 0; }

.sales-list .sales {
  float: left;
  width: 50%;
  height: 114px;
  position:relative;
  border-right:2px solid #fff;
  border-bottom:4px solid #fff;
  background: #efefef;
  box-sizing:border-box;
  
}
#contacts .sales {
width:100%;
	border-right:0;
 border-left:2px solid #fff;
}


.sales-list .sales:nth-child(even) {
 border-right:0;
 border-left:2px solid #fff; }

@media all and (max-width:500px){
.sales-list .sales{
		width:100%;
		border-left:0;
		border-right:10px;
}	
		}
.sales img {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width: 100px;
  height: 110px;
}

.sales .content {
  padding: 0 0 0 100px;
  height: 110px;
  position: relative; }

.sales .content strong {
  display: block;
  padding: 9px 0 0 16px;
  font: normal normal normal 14px/25px 'volvosansregular', arial, sans;
  color: #333; }

.sales .content span {
  display: block;
  padding: 0 0 0 16px;
  font: normal normal normal 12px/16px 'volvosansregular', arial, sans;
  color: #666; }

.sales .content span.phone {
  border-top: 1px solid #ccc;
  margin-left:100px;
  padding: 0 0 0 14px;
  
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0; 
  right:0;
  font: normal normal normal 14px/35px 'volvosansregular', arial, sans;
  color: #666; }

.sales .content a.email {
  display: block;
  border-top: 1px solid #ccc;
  width: 50px;
  height: 35px;
  position: absolute;
  bottom: 0;
  right: 0;
  font: normal normal normal 14px/35px 'volvosansregular', arial, sans;
  color: #666;
  background: url(/images/email.png) no-repeat center center; }

.actions {
  display:flex;
  flex-wrap:wrap;
  margin:0 -10px 40px -10px;
}

.actions a {
  display: block;
  flex:0 0 33.33%;
  background: #f4f4f4;
  text-align: center;
  border:10px solid #fff;
  text-decoration: none;
	box-sizing:border-box;
}
@media all and (max-width:650px)
{
	.actions a{
	flex:0 0 100%;
		}
}
.actions a .icon {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 33px;
  background: #999;
  transition: 0.4s;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center; 
  margin:20px auto 0 auto
}

.actions a:hover .icon {
  background-color: #5c92bb;
  transition: 0.4s; }

.actions a.pdf .icon {
  background-image: url(/images/pdf.png); }

.actions a.acc .icon {
  background-image: url(/images/link.png); }

.actions a.staf .icon {
  background-image: url(/images/kite.png); }

.actions a span {
  display: block;
  color: #666; }

.actions a .title {
  font: normal normal normal 26px/44px 'volvo_broadregular', arial, sans;
  padding: 7px 10px 0 10px; }

.actions a .desc {
  font: normal normal normal 13px/16px 'volvosansregular', arial, sans;
  padding: 0 10px 20px 10px;
}

.accessory-full-list {
  padding: 0 5px 0 10px; }

.accessory-full-list a {
  display: block;
  float: left;
  width: 308px;
  height: 168px;
  margin: 0 5px 5px 0;
  border: 1px solid #dcdcdc;
  position: relative; }

.accessory-full-list a span {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: url(/images/blk60.png);
  min-height: 14px;
  padding: 0px 10px 0px 10px;
  font: normal normal normal 14px/14px 'volvosanslightregular', arial, sans;
  color: #fff; }

.accessory-full-list a span em {
  display: block;
  background: url(/images/arrow-white.png) no-repeat right center;
  min-height: 14px;
  padding: 13px 10px 13px 0px;
  font: normal normal normal 14px/14px 'volvosanslightregular', arial, sans;
  color: #fff; }

#footer {
  display: block;
  width: 100%;
  min-height: 120px;
  background: url(/images/blk60.png);
  text-align: left; }

#footer a {
  color: #fff;
  text-decoration: none; }

#footer .logo {
  float: left;
  height: 120px;
  width: 300px;
  margin: 0 0 0 20px;
  background: url(/images/footer-logo.png) no-repeat left center; }

#footer .part {
  float: left;
  width: 235px;
  margin: 0 0 0 5px;
  padding: 28px 0 0 0;
  font: normal normal normal 12px/16px 'volvosansregular', arial, sans;
  color: #fff; }

#footer .part.small, #footer div:nth-last-of-type(2)  {
  float: left;
  width: 145px;
  margin: 0 0 0 5px; }

.copyright {
  margin: auto;
  max-width: 960px;
  text-align: center;
  font: normal normal normal 12px/12px 'volvosansregular', arial, sans;
  color: #999;
  padding: 10px 0 10px 0; }

.copyright a {
  font: normal normal normal 12px/12px 'volvosansregular', arial, sans;
  color: #999;
  text-decoration: none; }

.lv_skin canvas {
  display: none !important; }

.lv_side.lv_side_left {
  position: fixed;
  left: 60px;
  top: 47%; }

.lv_side.lv_side_right {
  position: fixed;
  right: 60px;
  top: 47%; }

.main-image {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0;
  line-height: 0;
  margin: 0; }
.main-image img{
display:block;
width:100%;
}
.main-image span {
  position: absolute;
  top: 0;
  left: 0;
width:100px;
height:100px;
}

.main-image span.sold.nl{
background:url(/images/bands/m/soldNL.png) no-repeat left top;
}

.copy {
  background: #f4f4f4; }

.copy .oneThird {
  float: left;
  width: 24%; }

.copy .twoThirds {
  float: right;
  width: 76%;
  background: #fff; }

.copy ul.pageMenu, .copy ul.pageMenu li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

.copy ul.pageMenu li {
  display: block;
  padding: 0 1px 1px 0;
  box-sizing: border-box; }

.pageMenu li a {
  display: block;
  background: #fff;
  padding: 0 0 0 19px;
  font: normal normal normal 14px/49px 'volvosansregular', arial, sans;
  color: #222;
  transition: 0.4s;
  text-decoration: none;
  text-transform: uppercase; }

.pageMenu li a:hover, .pageMenu li a.active {
  color: #5c92bb;
  transition: 0.4s; }

.twoThirds .half {
  width: 57.5%;
  box-sizing: border-box;
  padding: 0 20px 0 20px; 
  float:left;
}

.twoThirds .half.r {
  width: 42.5%;
  padding: 0;
  float:right;}
					
.twoThirds .half img{
	max-width:100%;
	margin-bottom:20px;
}

.twoThirds .half .address, .twoThirds .half .contact{
width:50%;
float:left;
font: normal normal normal 13px/18px 'volvosansregular', arial, sans;
color: #222;
}

#map{height:405px}

.lv_thumbnails_slider{
text-align:center;
}
.lv_thumbnails_slider .lv_thumbnails_slide{
position:relative;
left:inherit!important;
display:inline-block;
}

@media all and (max-width:800)
{
	.stock-list a .content{
	width:auto;
}
}


@media all and (max-width:400px)
{
	#container{
		margin:0;
	}
	.banner ul li span, .bnrOverlay{
		bottom:20px;
		font:normal normal normal 20px/20px "volvo_broadregular", arial, sans;
	    padding: 10px 20px 10px 10px
	}

.model-menu ul li{
	width:25%;
}
.model-menu ul li a div.ddl ul li{
	width:100%;
	box-sizing:border-box;
}
.models-list .segment a{
	width:50%;
}
.twoThirds, .oneThird, .cardetail .twoThirds, .cardetail .oneThird{
width:100%;
}
#footer .part{
	width:48%;
	padding:0 0 20px 0;
}
#footer .logo{
margin-left:5px;
}
.menu{
margin:10px 0 0 0;
}
.menu li{
padding:0 10px 5px 10px;
	}
}

#fullContainer
{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
	width:100%;
	height:100%;
	z-index:10000;
	background:rgba(34,34,34,0.95);
    }

.galleryContainer{
	margin:0 auto 0 auto;
	}

.btnBack {
	display:block;
	position:absolute;
	width:24px;
	height:24px;
	z-index:10000;
	background:url(/images/close.png) no-repeat center center;
	top:20px;
	right:20px;
}

.promo {
	position:absolute;
	display:block;
	z-index:100;
	top:0;
	right:0;
	width:405px;
	height: 185px;
	background:url(/images/promo.png) no-repeat right top;
}

.boxOverlay{
position:fixed;
top:0;
bottom:0;
left:0;
right:0;
background:rgba(255,255,255,0.4);
z-index:100;
}

.box{
width:300px;
position:absolute;
padding:15px;
background:#fff;
top:100px;
left:50%;
margin-left:-165px;
border:1px solid #ddd;
}

.search {
  border: 1px solid #ddd;
  background-color: #f4f4f4;
}
.search::after{
	display:block;
	content:"";
	float:none;
	clear:both;
	height:0;
}
.search .ddl, .search .check {
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #ddd;
  height: 59px; }

.search.on .ddl {
  width: 23%; }

.search.on .check {
  width: 25%; }

.search .ddl {
  cursor: pointer; }

.search .check {
  border-right: none;
  padding-left: 19px; }

.search .check input {
  display: block;
  float: left;
  margin-top: 23px;
  width: 14px;
  height: 14px;
  padding: 0; }

.search .check label {
  display: block;
  float: left;
  margin-top: 23px;
  font: normal normal normal 14px/14px 'volvosansregular', arial, sans;
  color: #333;
  height: 14px;
  padding-left: 10px; }

.search.on .check {
  border-right: 1px solid #ddd; }

.search .ddl span {
  display: block;
  font: normal normal normal 16px/59px 'volvosansregular', arial, sans;
  color: #333;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDI3Mzk3MUI1MEU5MTFFNUFFQjg4NkFDODQ0QTZERkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDI3Mzk3MUM1MEU5MTFFNUFFQjg4NkFDODQ0QTZERkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMjczOTcxOTUwRTkxMUU1QUVCODg2QUM4NDRBNkRGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMjczOTcxQTUwRTkxMUU1QUVCODg2QUM4NDRBNkRGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrO5ETQAAABsSURBVHjaYkxLS1vKwMBweebMmR0MeEB6enoFkNJlAhI3gbgdKoBPcTtILeP///9BAiDTy4G4Et0mJMWdQLkKkA0MIAZIAN0mdMUgMbANSApgNpVChbqRFWNoQNPEgK4YqwYkTQzoikEAIMAAC3g77/4v3woAAAAASUVORK5CYII=') no-repeat right center;
  padding: 0 0 0 19px;
  margin-right: 19px; }

.search .ddl .list {
  position: absolute;
  display: none;
  top: 60px;
  left: -1px;
  right: -1px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #f4f4f4;
  z-index: 10; }

.search .ddl .list a {
  display: block;
  min-height: 34px;
  border-bottom: 1px solid #ddd;
  font: normal normal normal 14px/34px 'volvosansregular', arial, sans;
  color: #666;
  text-decoration: none;
  padding-left: 19px; 
  padding-top:10px;
  padding-bottom:10px}

.search.on .reset {
  display: block;
  float: left;
  width: 6%;
  height: 59px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjYwMTI3OTg1MEVDMTFFNTg1MzFEREY0MDhCQ0I2NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjYwMTI3OTk1MEVDMTFFNTg1MzFEREY0MDhCQ0I2NDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NjAxMjc5NjUwRUMxMUU1ODUzMURERjQwOEJDQjY0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NjAxMjc5NzUwRUMxMUU1ODUzMURERjQwOEJDQjY0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4LDq4AAACrSURBVHjajJHBDcMgDEUd95QT6yRDsAaMkI7QTFCxB8fem004dwKCJZCSCmxbspCM3/+WPTnn3gDwCyE8QRne+1d5DBJYcqsFLbgRh9Vx1whcwJ04cgaNwD9INWyfnEAPvMEjgRFIMeWcuRGPkksPHMJV4FvBo4BrrweZ5SzNebREFLa6cldAaavcFVA6ByeAEsgJPFJKItjCWvuJMc7UTy85Gw3YmcCcAgwAY5CC9Fo3/3MAAAAASUVORK5CYII=') no-repeat center center;
  cursor: pointer; }

@media all and (max-width:800px)
{
	.search{
border-bottom:none;
	}
	.search .ddl, .search .check, .search.on .ddl  {
		width:50%;
		border-bottom: 1px solid #ddd;
	}
		.search.on .check {
		width:42%;
}
	.search.on .reset{
		width:8%;
		height:58px;
		border-bottom: 1px solid #ddd;
	}
}
@media all and (max-width:450px)
{
	.search{
border-bottom:none;
	}
	.search .ddl, .search .check, .search.on .ddl  {
		width:100%;
		border-bottom: 1px solid #ddd;
	}
		.search.on .check {
		width:92%;
}
	.search.on .reset{
		width:8%;
		height:58px;
		border-bottom: 1px solid #ddd;
	}

.form label,.form .txt {
text-align:left;
float:none;
width:100%;
}
.btn.sent{
margin-left:0;
width:100%;
box-sizing:border-box;
text-align:center;
}
}

@media all and (max-width:800px){
.twoThirds, .cardetail .twoThirds, .copy .twoThirds, .twoThirds .half, .twoThirds .half.r {
  width: 100%; }
.cardetail .twoThirds{
	box-sizing:border-box;
	padding-right:10px;
}
.twoThirds .half,.twoThirds .half.r{
padding:10px;
}
.oneThird, .cardetail .oneThird , .copy .oneThird{
  width: 100%; }
}



.twoThirds ul, .twoThirds ul li {
    font: normal normal normal 14px/20px 'volvosansregular', arial, sans;
    color: #666;
}

.full-text{
padding:20px;
background:#fff;
}

p + ul{
margin-top:-20px;
}


.main-img-stock{
position:relative;
overflow:hidden;
}
.main-img-stock .slideshow{
	display:block;
	position:relative;
	width:100%;
	padding-top:70%;
	overflow:hidden;
	margin-bottom:1px;
}

.main-img-stock .slideshow img{
display:block;
position:absolute;
width:100%;
top:0;
left:0;
right:0;
bottom:0;
}

.stock-thumbs{
margin-right:-1px;
}
@media all and (max-width:600px)
{
	.stock-thumbs{
	display:none;
}
}
.stock-thumbs::after{
content:'';
float:none;
clear:both;
display:block;

}
.stock-thumbs a {
    width: 20%;
    padding: 0 1px 1px 0;
    display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.stock-thumbs a img{
width:100%;
display:block;
}

.stock-thumbs a .thumb-overlay {
	display:block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 1px;
    bottom: 1px;
    background: rgba(0,0,0,0.4);
    text-align: center;
}

.stock-thumbs a .thumb-overlay .doshow,.stock-thumbs a .thumb-overlay .dohide{
display:block;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 1px;
	margin-top:-13px;
    text-align: center;
	font: normal normal normal 25px/26px 'Roboto',Arial;
	color:#fff;
}

.stock-thumbs a .thumb-overlay .dohide, .stock-thumbs a.min .thumb-overlay,.stock-thumbs a.no-show{
display:none;
}

.main-img-stock .band {
    position: absolute;
    top: 28px;
    left: -33px;
    height: 30px;
    width: 150px;
    display: block;
    z-index: 1;
    text-align: center;
    background: #3877cd;
    color: #fff;
    font: normal normal normal 16px/30px 'volvosansregular',Arial;
    transform: rotate(-45deg);
	text-transform:uppercase;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
