@charset "utf-8";
/* CSS Document */

a {text-decoration:none}

#panelChoice {
	background:none;
	padding:0 0;
	width:100%;
	position:absolute;
	/*position:fixed;*/
	top:209px;
	z-index:101;
	-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
	-moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0.0);
	box-shadow:         0px 0px 0px rgba(50, 50, 50, 0.0);
}
#panelChoice .box {
	width:820px; margin:0 auto;
	/*border:2px solid #000;*/
	background:#FFFFFF;
}
#panelChoice .line {
	background:url(/themes/v5/images/line-offers.jpg) no-repeat center center;
	clear:both;
	height:20px;
}
#panelChoice ul {
	list-style:none;
	margin:0 0 0 35px;
	padding-top: 20px;
}
#panelChoice ul li {float:left; position:relative; min-height:100px; width:200px;}
#panelChoice ul li:nth-child(5) {margin-left: 95px;}
#panelChoice ul li.modelName {
	width:95px; min-height:65px; padding-top:35px;
	font-family: 'Lato';
	text-transform:uppercase; font-weight:700;
	/*font-size:30px; line-height:30px;*/
    font-size:16px; line-height:14px;
	color:#000000;
}
#panelChoice ul li a.name {
	position:absolute; left:95px; top:10px;
	font-family: 'Lato';
	text-transform:uppercase;
	color:#000; text-decoration:none;
	font-size:14px; line-height:14px; font-weight:700;
	white-space:nowrap;
}
#panelChoice ul li img {width:100px; height:auto;}

@media (min-width: 961px) {

}

@media (min-width: 768px) and (max-width: 960px) {
	#panelChoice .box {width:720px;}
}

@media (max-width: 767px) {

}

/* PANEL DEALER */ /* ******************************************** */

#panelDealer {
	background:none;
	padding:0 0;
	width:100%;
	position:absolute;
	/*position:fixed;*/
	top:209px;
	z-index:101;
	-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
	-moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0.0);
	box-shadow:         0px 0px 0px rgba(50, 50, 50, 0.0);
}
#panelDealer .box {
	width:820px; margin:0 auto;
	/*border:2px solid #000;*/
	background:#FFFFFF;
}
#panelDealer h1.title {
	font-family: 'Lato';
	text-transform:uppercase;
	color:#000; text-decoration:none;
	font-weight:900 !important; font-size:30px !important; letter-spacing:2px !important;
	margin:0 0 0 0 !important;
	padding:53px 0 10px 0 !important;
	text-align:center;
}

@media (min-width: 961px) {

}

@media (min-width: 768px) and (max-width: 960px) {
	#panelDealer .box {width:720px;}
}

@media (max-width: 767px) {

}

/* **************** */

body {background:#000000;} /*222222*/

/* HEADER */ /* ******************************************** */
#header {max-width:1024px; margin:0 auto;}
#header .topBar {max-width:1024px; margin:0 auto; background:#fff;}

/* FOOTER */ /* ******************************************** */
#footer .bottomBar {max-width:1024px; margin:0 auto; background:#fff;}
#footer .bottomLinks {padding:25px 0; max-width:1024px; margin:0 auto; background:#fff; }

/* CONTENT */ /* ******************************************** */
#content {max-width:1024px; margin:0 auto; background:#fff;}


.lifestylePic {text-align:center;}
.lifestylePic img {width:100%; height:auto;}

.specificationPic {text-align:center;}
.specificationPic img {width:100%; height:auto;}

.specification {}


.bottomBar .newsletter input.shortField {
	float:left!important;
	width:120px!important;
	margin-right: 3px!important;
	margin-bottom: 3px;
}
.bottomBar .subarrow {
	display: block;
	position: absolute;
	right: -3px;
	top: 55px;
}

form .message {
	float:left;
	width:350px;
	font-size: 11px;
	padding-top: 5px;
}

/* Added 10.23.2013 */


.galleryAccessories {position:relative; width:940px; margin:0 auto;}

.galleryAccessories .placeholder .carousel-acc {
	position:relative; overflow:hidden;
	width:100%;
	height:250px;
	padding:0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.galleryAccessories .placeholder .carousel-acc .slider {width:100%; height:250px; margin:0px; padding:0px;}
.galleryAccessories .placeholder .carousel-acc .slider .itemSlider {float:left; position:relative; margin:0 20px 0 0; padding:0px; text-align:center}
.galleryAccessories .placeholder .carousel-acc .slider .itemSlider:last-child {margin-right:0px;}
.galleryAccessories .placeholder .carousel-acc .slider .itemSlider img {border:20px solid #dfdfdf;}
.galleryAccessories .placeholder .carousel-acc .slider .itemSlider img:hover {border:20px solid #000000;}
.galleryAccessories .placeholder .carousel-acc .slider .itemSlider a.active img {border:20px solid #000000;}

.galleryAccessories .prevAcc {
	width:30px;
	height:30px;
	position:absolute;
	left:-35px;
	top:42%;
	z-index:7999;
	background-image:url(/themes/v5/images/btn-arrow-prev.png);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.galleryAccessories .nextAcc {
	width:30px;
	height:30px;
	position:absolute;
	right:-35px;
	top:42%;
	z-index:7999;
	background-image:url(/themes/v5/images/btn-arrow-next.png);
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.galleryAccessories .unselectable {opacity:0.2;}


/* BOTTOM NAV SLIDES */
.bottomNavSlides {
	padding:0 0 0 0px;
	color:#000;
}
.bottomNavSlides h1 {margin-left:0px;}

.bottomNavSlides h1.titlePage {font-size:50px!important; padding:55px}

.bottomNavSlides .headline {
	background:#000000;
	font-size:16px; font-weight:bold; text-transform:uppercase;
	color:#fff;
	padding:5px 0 5px 55px;
	margin-bottom:20px;
	font-family: 'Lato';
 	text-transform:uppercase;
}

.bottomNavSlides .box {
	float:left;
	width:145px;
	margin:10px 0;
	line-height:18px;
}
.bottomNavSlides .box strong {font-size:13px;}
.bottomNavSlides .box a {color:#000; text-decoration:none;}
.bottomNavSlides .box a:hover {text-decoration:underline;}
.bottomNavSlides a.linkSitemap {color:#000; text-decoration:none; font-weight:bold; text-transform:capitalize; padding-right:10px; font-size:13px;}
.bottomNavSlides a.linkSitemap:hover {text-decoration:underline;}
.bottomNavSlides p {
	padding:0 0 30px 55px;
	line-height:18px;
	text-align:justify;
	clear:both;
	font-weight:bold;
	font-family: 'Lato';
	font-size:13px;
}
.bottomNavSlides p a {color:#000; text-decoration:none;}
.bottomNavSlides p a:hover {text-decoration:underline;}

.bottomNavSlides ul.lists {margin-left:20px; margin-top:-20px;}
.bottomNavSlides ul.lists li {
	padding:0 0 10px 20px;
}

.warranty-text{
    font-size:13px;
    color:#ffffff;
    margin-bottom:10px;
}

.warranty-text span{
    font-size:10px;
    color:#ffffff;
}


#panelChoice ul li.modelName.primavera {
	font-size:16px; line-height:14px;
	width:95px;
}
#panelChoice ul li.primavera {width: 180px;}
#panelChoice ul li.primavera a.name {
	position:absolute; left:90px; top:10px;
	white-space:nowrap;
}

#panelChoice ul li.modelName.sprint {
	font-size:16px; line-height:14px;
	width:95px;
}
#panelChoice ul li.sprint {width: 180px;}
#panelChoice ul li.sprint a.name {
	position:absolute; left:90px; top:10px;
	white-space:nowrap;
}


.innerbox {width: 100%; height:450px; overflow-y:scroll;}
.innerbox::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.innerbox::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.innerbox::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/* Added 06.04.2014 */

.media-dis {}
.media-dis img {width: 100%; height: auto;}

/* */

.galleryModels {position:relative;}
.galleryModels .line {
	clear:both;
	height:5px;
	background:url(/themes/v5/images/dots.gif) repeat-x left;
	margin:0 0 0 0;
}

.galleryModels .placeholder {
	width:auto;
	margin:45px 74px;
}
.galleryModels .placeholder .carousel {
	position:relative; overflow:hidden;
	width:100%;
	height:140px;
	padding:0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.galleryModels .placeholder .carousel .slider {width:100%; height:140px; margin:0px; padding:0px;}
.galleryModels .placeholder .carousel .slider .itemSlider {float:left; position:relative; margin:0 8px; padding:0px; text-align:centerl}
.galleryModels .placeholder .carousel .slider .itemSlider img {border:0px solid #000;}

.galleryModels .prev {
	width:35px;
	height:35px;
	position:absolute;
	left:0px;
	top:43%;
	z-index:7999;
	background:url(/themes/v5/images/btn-arrow-prev2.png) no-repeat center center;
}
.galleryModels .next {
	width:35px;
	height:35px;
	position:absolute;
	right:0px;
	top:43%;
	z-index:7999;
	background:url(/themes/v5/images/btn-arrow-next2.png) no-repeat center center;
}
.galleryModels .unselectable {opacity:0.2;}

/* */

.offerList .offerItem.black {padding: 20px; padding-top: 0;}
.offerList .offerItem.black:first-child {padding-top: 20px;}