@charset "utf-8";

.clearfix:after{content:"."; visibility:hidden; display:block; height:0; clear:both;}
* html .clearfix{height:1%;}
*:first-child+html .clearfix{min-height:1%;}

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,/* ul, li,*/
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, alside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, alside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/*******************************************************************************
 Page styles 
 *******************************************************************************/
 
 body {
	background: #F1F2F3;
	margin: 0 !important;
	padding: 0 !important;
/*	color: #000000;*/
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Arial, Helvetica, sans-serif;
font-color: #026793; */
	font-size: 100%;
	font-weight:normal;
    line-height: 1.6875;
	color: #333333;
}


.pn { font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: normal; line-height: 1.6875;}
.pni { font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: italic; line-height: 1.6875;}
.pb { font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: bold;  font-style: normal; line-height: 1.6875;}
.pbi { font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: bold;  font-style: italic; line-height: 1.6875;}
.pl { font-family: 'PeugeotLight', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: normal; line-height: 1.6875; }
.pli { font-family: 'PeugeotLight', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: italic; line-height: 1.6875;}

.htitle  { display:none; font-size:0; line-height:0; 	}

.bhide { visibility:hidden;}
.rdline {display:block; position:relative;width:100%; height:1px; border-bottom: rgba(150,23,46,1.00) 1px dotted; margin-bottom:20px;}
.gdline {display:block; position:relative;width:100%; height:1px; border-bottom: rgba(150,150,150,1.00) 1px dotted; margin-top:15px; margin-bottom:15px;}

.call-button {
	display: inline-block;
line-height: normal;
white-space: nowrap;
vertical-align: baseline;
text-align: center;
cursor: pointer;
-moz-user-select: none;
    font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: italic; 
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
    padding: 8px 16px;

    border: 0px none transparent;
   background-color:  rgba(204,0,3,1.00);
    border-radius: 5px;
   /* transition: box-shadow 0.1s linear 0s;*/
	-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;
}

a.call-button:focus, a.call-button:hover, #callbut:hover {
    
	 background-color: rgba(82, 175, 247, 1.0);
	-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;
	animation-play-state:paused; 
} 

.call-buttonb {
	display: inline-block;
line-height: normal;
white-space: nowrap;
vertical-align: baseline;
text-align: center;
cursor: pointer;
-moz-user-select: none;
    font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: italic; 
	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
    padding: 8px 16px;

    border: 0px none transparent;
   background-color:  rgba(82, 175, 247, 1.0);
    border-radius: 5px;
   /* transition: box-shadow 0.1s linear 0s;*/
	-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;
}

a.call-buttonb:focus, a.call-buttonb:hover, #callbutb:hover {
    
	 background-color: rgba(204,0,3,1.00);
	-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;
	animation-play-state:paused; 
} 

@-webkit-keyframes blink {
  0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@-moz-keyframes blink {
   0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@-o-keyframes blink {
  0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@keyframes blink {
  0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

div.swiper-container:hover #callbut
{
	-webkit-animation: blink 1.5s 10; /* Safari 4+ */
  -moz-animation:    blink 1.5s 10; /* Fx 5+ */
  -o-animation:      blink 1.5s 10; /* Opera 12+ */
  animation:         blink 1.5s 10; /* IE 10+, Fx 29+ */
	}

div.swiper-container:hover #callbut:hover
{
animation-play-state:paused; 
	}


.pure-button {
	display: inline-block;
line-height: normal;
white-space: nowrap;
vertical-align: baseline;
text-align: center;
cursor: pointer;
-moz-user-select: none;
    font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: italic; 
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
    padding: 8px 16px;

    border: 0px none transparent;
    background-color: #E6E6E6;
    border-radius: 3px;
    transition: box-shadow 0.1s linear 0s;
}

.pure-buttonm {
	display: inline-block;
line-height: normal;
white-space: nowrap;
vertical-align: baseline;
text-align: center;
cursor: pointer;
-moz-user-select: none;
    font-family: 'Peugeot', Arial, sans-serif; font-size: 14px; font-weight: normal;  font-style: italic; 
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
    padding: 8px 8px;

    border: 0px none transparent;
    background-color: #E6E6E6;
    border-radius: 3px;
    transition: box-shadow 0.1s linear 0s;
	}
a.pure-buttonm:focus, a.pure-buttonm:hover {
     background-color: rgba(82, 175, 247, 1.0);
	 color: rgba(255,255,255,1.00); 
	-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;
	animation-play-state:paused; 
} 
a.pure-buttonm:focus i, a.pure-buttonm:hover i {
	color: rgba(0,0,0,1.00); 
	}

a.pure-button:focus, a.pure-button:hover {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
} 

a > span.number{padding-right:5px;height:25px;color:#bcd7e4;vertical-align:top;font-size:41px; font-family:'Peugeot'; font-style:normal; font-weight:bold; line-height:25px;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}

a:hover > span.number {color:#3b99bb;text-shadow:0 0 10px rgba(59,153,187,0.2);-webkit-transition:all 150ms ease;-moz-transition:all 150ms ease;-o-transition:all 150ms ease;transition:all 150ms ease}
.cols-1 li{width:100%}
.cols-2 li{width:50%; display:block;}
.cols-3 li{width:33.333333333%;display:block; } 
.cols-4 li{width:25%}
.cols-5 li{width:20%}
.cols-66 li{width:18%}
/*.cols-6 li{width:16.666666666%}*/
.cols-6 li{width:15%}
.cols-7 li{width:14.285714286%}
.cols-8 li{width:12.5%}
.cols-9 li{width:11.111111111%}
.cols-10 li{width:10%}

.sh_subnav li>span {display:block;color:#DDD;font-size:33px;font-family:'Peugeot';line-height:1}
.sh_subnav li a > span {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    line-height: 25px;
    max-width: 85%;
}
.sh_subnav li a > span > span {
    position: absolute;
    top: 3px;
    margin: 0px;
	margin-left: 25px;
    padding: 0px;
	text-align: left;
	/*position: relative;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    height: 30px;
    vertical-align: middle;
    line-height: 15px;
}

.sh_subnav li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 25px;
    /*border-right: 1px solid #CCC;*/
    color: #000;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: 'Peugeot';
    transition: all 250ms ease 0s;
}

/*.sh_subnav li:last-child a {
    border: medium none;
}*/

.sh_subnav ol{
	margin: 0px;
padding: 0px;
border: 0px none;
font: inherit;
vertical-align: baseline;
	list-style: none outside none;
	position: relative;
display: block;
margin: auto;
max-width: 1000px;
height: 62px;
font-size: 0px;
line-height: 62px;
border-bottom: 1px solid #CCC;}
	
	
.sh_subnav li {
    position: relative;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    font-size: 0px;
    line-height: 25px;
}
	
.sh_subnav{position:relative;display:block;height:62px; margin: 0px;
padding: 0px;
border: 0px none;
font: inherit;
vertical-align: baseline;}
.sh_subnav:before{position:absolute;top:0; left:0; display:block;width:100%;height:100%;content:''}


.subtitle {
    position: relative;
    margin: 0px 0px 10px;
    font-size: 0px;
	padding-left:20px;
    font-family: 'Peugeot';
}
.subtitle > span {
    display: block;
    text-align: left;
    font: bold 150px/0.8 'Peugeot';
    color: #3B99BB;
    text-shadow: 0px 0px 10px rgba(59, 153, 187, 0.2);
    transition: all 200ms ease 0s;
}
.subtitle h2 {
    position: absolute;
    top: 55px;
    margin: 0px;
	margin-left:-20px;
    padding: 0px;
    font-size: 34px;
    line-height: 1;
	display: block;
	color: #3E3F49;
	letter-spacing: -1px;
	font-family: 'PeugeotLight', Arial, sans-serif;
	line-height:40px;
	font-style:normal;
	font-weight:normal;
	/*font: lighter normal 37px/1.1 'Peugeot', Arial, sans-serif;*/
}

/* 
header {
	width: 100%;
}

 #header_wrapper {
    margin: auto;
	display: block;
}
*/

	header {
		width: 100%;
	min-width:1000px;
			height: 130px;
	background-image:url(/h5/img/bg_lrb.png);
	background-size: 5px 130px;
    background: url('/h5/img/bg_lrb.png') repeat-x scroll left bottom / 5px 130px ;
	
}	
		

	  
	  #header_wrapper {
    margin: auto;
	height: 130px;
	min-width:1000px;
	display: block;
	width: 1000px;
	/* width:100%; */
	position: relative;  
	background-image:url(/h5/img/header_bg3000.png);
	   background-size: 1500px 130px;
	  background: url('/h5/img/header_bg3000.png') no-repeat scroll left top / 1500px 130px transparent;
	  } 


#header_logo {
/*	    margin: auto;

	display: block;*/
	position:realtive; 
 width:170px;
 height: auto;
	       
 padding-top: 22px;                           
   padding-left:220px;       }
	  	


   
#header_counter {
	position:absolute; 
	top: 0px;                           
	left:0px;  
	display:none; 
	    }
		
		
#header_menu {
	/*	    margin: auto;

	display: block;*/
	
	position: absolute;
	background-color: #068FEF;	
	/* background-color: #64A5D2; */
	height: auto;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	right: 0px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#header_phone {
	/*	    margin: auto;

	display: block;*/
	
	position: absolute;

	height: auto;
	width: 200px;

	padding-right: 10px;
	top: 30px;
	right: 0px;
	
}

#header_hmb {	
	position: absolute;
	height: auto;
	width: auto;
	padding-right: 0px;
	top: 105px;
	left: 195px;
}
   
 #header_logo  img.topImg{display:block;position:relative;top:0;left:0;width:100%;height:auto;z-index:100;}


#head_txt {
	display:block;
	width: 100%;
	min-width:1000px;
	height: 33px;
    background:  #FFF;
	z-index:1;
	
}

.sc:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.sh_content{position:relative;margin:auto;height:auto;max-width:1024px;max-height:500px}


.sh_main_media {
    width: 100%;
    max-width: 1080px;
    position: relative;
    margin: auto;
    height: auto;
}

#personal {
z-index:9999;  
width: 1000px; 
height: 0px; 
overflow:hidden; 
background: rgba(180,0,0,0.7); 
visibility: hidden; 
opacity: 0;
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
-webkit-transition: opacity 1.5s ease-in-out;
-moz-transition: opacity 1.5s ease-in-out;
 -o-transition: opacity 1.5s ease-in-out;
-ms-transition: opacity 1.5s ease-in-out;
 transition: opacity 1.5s ease-in-out; 	
}

#u4 {
z-index:9999;  
width: 1000px; 
height: 65px; 
overflow:hidden; 
background: rgba(180,0,0,0.7); 
visibility: visible; 
opacity: 1;
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
-webkit-transition: opacity 1.5s ease-in-out;
-moz-transition: opacity 1.5s ease-in-out;
 -o-transition: opacity 1.5s ease-in-out;
-ms-transition: opacity 1.5s ease-in-out;
 transition: opacity 1.5s ease-in-out; 	
}

/* .cta li a,
{display:table-cell;padding:5px
15px;width:171px;height:auto;background-color:rgba(37,148,185,0.5);background-image:-moz-linear-gradient(top,  rgba(37,148,185,0) 0%, rgba(7,76,114,0.5) 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,148,185,0)), color-stop(100%,rgba(7,76,114,0.5)));background-image:-webkit-linear-gradient(top,  rgba(37,148,185,0) 0%,rgba(7,76,114,0.5) 100%);background-image:-o-linear-gradient(top,  rgba(37,148,185,0) 0%,rgba(7,76,114,0.5) 100%);background-image:-ms-linear-gradient(top,  rgba(37,148,185,0) 0%,rgba(7,76,114,0.5) 100%);background-image:linear-gradient(to bottom,  rgba(37,148,185,0) 0%,rgba(7,76,114,0.5) 100%);box-shadow:0 0 5px rgba(0,0,0,0.2);vertical-align:middle;text-align:left;font:13px/16px 'Peugeot';filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002594b9', endColorstr='#80074c72',GradientType=0 );-webkit-transition:all 150ms ease;-moz-transition:all 150ms ease;-o-transition:all 150ms ease;transition:all 150ms ease}
.cta li a.active, .cta li a:hover,
{background-color:rgba(7,76,114,0.5);background-image:-moz-linear-gradient(top,  rgba(7,76,114,0) 0%, rgba(37,148,185,0.5) 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,76,114,0)), color-stop(100%,rgba(37,148,185,0.5)));background-image:-webkit-linear-gradient(top,  rgba(7,76,114,0) 0%,rgba(37,148,185,0.5) 100%);background-image:-o-linear-gradient(top,  rgba(7,76,114,0) 0%,rgba(37,148,185,0.5) 100%);background-image:-ms-linear-gradient(top,  rgba(7,76,114,0) 0%,rgba(37,148,185,0.5) 100%);background-image:linear-gradient(to bottom,  rgba(7,76,114,0) 0%,rgba(37,148,185,0.5) 100%);box-shadow:0 0 10px rgba(0,0,0,0.3);text-shadow:0 0 10px rgba(255,255,255,0.5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00074c72', endColorstr='#802594b9',GradientType=0 );-webkit-transition:all 150ms ease;-moz-transition:all 150ms ease;-o-transition:all 150ms ease;transition:all 150ms ease} */
	

body .container_wrapper{
	 min-width:1000px;
  background-color: #e7e7e9;
  background: -moz-linear-gradient(top, #e7e7e9 0%, #f4f4f4 16%, #f4f4f4 89%, #e4e5e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e9), color-stop(16%,#f4f4f4), color-stop(89%,#f4f4f4), color-stop(100%,#e4e5e6));
  background: -webkit-linear-gradient(top, #e7e7e9 0%,#f4f4f4 16%,#f4f4f4 89%,#e4e5e6 100%);
  background: -o-linear-gradient(top, #e7e7e9 0%,#f4f4f4 16%,#f4f4f4 89%,#e4e5e6 100%);
  background: -ms-linear-gradient(top, #e7e7e9 0%,#f4f4f4 16%,#f4f4f4 89%,#e4e5e6 100%);
  background: linear-gradient(to bottom, #e7e7e9 0%,#f4f4f4 16%,#f4f4f4 89%,#e4e5e6 100%);
}

.container_wrapper > .container{
    min-width:780px;
}
.container_wrapper > .container{
	max-width:1250px;
	width:100%;
	margin:auto;
}

/*.ie8 .container_wrapper{
    min-width: 1250px;
}

.ie8 .container_wrapper > .container{
    width: 1250px;
}
*/

footer .footer_wrapper {
   /* padding: 0px; */
	padding: 1.5% 0px;
	min-width: 1000px;
    background: linear-gradient(to bottom, rgb(251, 251, 251) 0%, rgb(242, 242, 242) 100%) repeat scroll 0% 0% transparent;
}

footer #legal {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    padding: 15px;
    max-width: 955px;
    width: 100%;
    margin: 0px auto;
    color: rgb(169, 170, 183);
    font-size: 0.5em;
    line-height: 130%;
    -moz-box-sizing: border-box;
}


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


.thumbnail {
	position: relative;
	z-index: 0;
	cursor: pointer;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 500;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #EFEFEF;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 25px;
	left: -330px; /*position where enlarged image should offset horizontally */
}

body{background-color:#F1F3F2}
body #showroom
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:none}
body #service
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:none}

/*.navln { background-color:#F1F1F1; width:100%; height:1.4em; margin-bottom:0.1em; padding-top:0.2em; padding-bottom:0.2em; color:#A0A0A0; }
.headln { background-color:#64A5D2; width:auto; margin:0px; margin-bottom:5px; padding:0px; padding-left:30px;padding-top:0px; color:#FFFFFF; }*/

.navln {
	display:block;
    position: relative;
    margin: auto;
    height: 20px;
    width: 1000px;
	font-size:12px;
	z-index:22;
}

.headln {
	display:block;
    position: relative;
    margin: auto;
    height: auto;
    width: 1000px;
	z-index:22;
	background-color: #64A5D2;
	padding:0px;
	height:30px; overflow:hidden;
	/*min-width:1000px;*/
}

.sh_content {
    position: relative;
    margin: auto;
    height: auto;
    max-width: 1000px;
    max-height: 500px;
	min-height: 0px !important;
}

.sc:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}
.sh_main_media {
	margin: auto;
padding: 0px;
    min-width: 975px;
	position: relative;
z-index: 2;
display: block;
width: 100%;
height: auto;
	min-height: 400px;
	
   /* background: url('/models/2008/images/PEUGEOT-2008.jpg')  no-repeat scroll center 0px / 100% auto transparent;*/
	
	}
	
	
/*background-image:url(/models/2008/images/PEUGEOT-2008.jpg);
.sh_main_media {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: auto;
    height: auto;
}

.sh_main_media > img {
    position: absolute;
    top: 0px;
	min-width: 1000px;
} */

/*.sh_content{}#wrapper_models_cta{position:absolute;top:0;left:0;width:300px}*/



#wrapper_models_cta {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
}

nav.cta {
    position: relative;
    display: block;
/*	width:auto;*/
	width:240px;
    z-index: 10;
    float: left;
}

.bbg {
	background: rgb(99,147,220); /* Old browsers */
background: -moz-linear-gradient(top, rgba(99,147,220,1) 0%, rgba(255,255,255,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,147,220,1)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(99,147,220,1) 0%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(99,147,220,1) 0%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(99,147,220,1) 0%,rgba(255,255,255,1) 90%); /* IE10+ */
background: linear-gradient(to bottom, rgba(99,147,220,1) 0%,rgba(255,255,255,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393dc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
.act {background: url('/images/main/pgt-bg-dgd-blue-80p.png') repeat-x left top transparent;}

nav.cta li a:hover {
    background-color: rgba(7, 76, 114, 0.5);
    background-image: linear-gradient(to bottom, rgba(7, 76, 114, 0) 0%, rgba(37, 148, 185, 0.5) 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    transition: all 150ms ease 0s;
}

.sh_content .cta a, {
    position: relative;
    color: inherit;
    text-decoration: none;
}
nav.cta li a {
    display: table-cell;
    padding: 5px 10px;
    width: 240px;
    height: auto;
    background-color: rgba(37, 148, 185, 0.5);
    background-image: linear-gradient(to bottom, rgba(37, 148, 185, 0) 0%, rgba(7, 76, 114, 0.5) 100%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    text-align: left;
	font-family: 'Peugeot', Arial, sans-serif;
	font-size:14px;
	font-variant:normal;
	color:#FFF;
	text-decoration:none;
    transition: all 150ms ease 0s;
}

nav.cta li a.ex {
	display: table-cell;
	padding: 5px 10px;
	width: 240px;
	height: auto;
	background-color: rgba(185,36,36,0.60);
	background-image: -webkit-linear-gradient(270deg,rgba(185,36,36,0.20) 0%,rgba(114,7,7,0.70) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(185,36,36,0.20) 0%,rgba(114,7,7,0.70) 100%);
	background-image: -o-linear-gradient(270deg,rgba(185,36,36,0.20) 0%,rgba(114,7,7,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(185,36,36,0.20) 0%,rgba(114,7,7,0.70) 100%);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	text-align: left;
	font-family: 'Peugeot', Arial, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	transition: all 150ms ease 0s;
}

nav.cta li a.ex:hover {
    background-color: rgba(185,36,36,0.80);
    background-image: -webkit-linear-gradient(270deg,rgba(185,36,36,0.50) 0%,rgba(114,7,7,0.80) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(185,36,36,0.50) 0%,rgba(114,7,7,0.80) 100%);
	background-image: -o-linear-gradient(270deg,rgba(185,36,36,0.50) 0%,rgba(114,7,7,0.80) 100%);
	background-image: linear-gradient(180deg,rgba(185,36,36,0.50) 0%,rgba(114,7,7,0.80) 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
    transition: all 150ms ease 0s;
}

nav.cta ul {
    list-style: none outside none;
	padding:0; 
	margin-left:0px;
	
}
nav.cta li {
    position: relative;
    margin: 6px 0px 8px;
    opacity: 0;
}
#mheader, .mheader {
    position: relative;
    /*z-index: 21;*/
    display: block;
    width: 100%;
	min-width:1000px;
    height: auto;
	text-align:left;
	background-color:transparent;
}
#showroom {
	min-width:1000px;
}
#service {
	min-width:1000px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.eq {
	padding: 5px 0px 0px 20px;
	  margin: 0px; 
	  list-style-type:square;
}

#iprce {
    position: absolute;
    top: 20px;
    right: 0px;
    text-align: right;
}

.prce {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
    width: 245px;
	height: auto;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
    color: #FFF;
    text-align: right;
    /*font: 13px/18px Peugeot,Arial,sans-serif;*/
}

.prcecr, .prcecrov {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
    width: 245px;
	height: auto;
	background-image: linear-gradient(to bottom, rgba(37, 148, 185, 0.7) 0%, rgba(7, 76, 114, 0.8) 100%);
    /*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);*/
    color: #FFF;
    text-align: right;
    /*font: 13px/18px Peugeot,Arial,sans-serif;*/
}

.prcecr  {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4)
}

.prcecrov {
   
	background-image: linear-gradient(to bottom, rgba(37, 148, 185, 0.7) 0%, rgba(7, 76, 114, 0.8) 100%);

}

.ct {text-align: center;}

.prce p  {
    text-align: center;
    font: italic normal 24px/28px 'Peugeot';
	color:#FFF;
    padding: 0px 10px;
    margin-bottom: 5px;

}

.prcecr p, .prcecrov p {
    text-align: center;
    font: italic normal 18px/28px 'PeugeotLight';
	color:#FFF;
    padding: 0px 5px;
    margin-bottom: 5px;
}
.prce p span {

    font: normal 36px/28px 'Peugeot';
	color:#FFF;

}

.prcecr p span, .prcecrov p span {

    font: normal 34px/26px 'Peugeot';
	color:#FFF;

}
prce a {
	/*font-family: 'Peugeot';
	font-weight: lighter;*/
}



.sh_wrap {
	z-index:499;
    margin: auto;
    max-width: 1000px;
    background-position: center top;
    background-repeat: no-repeat;
	margin-bottom: 10px;
}

.sh_subwrapper {
	z-index:501;
    position: relative;
    display: block;
    clear: both;
  /*  border-radius: 5px;*/
	border-radius: 0px !important;
    background-color: #FFF;
    color: #444;
    font-size: 0px;
}


.swiper-container {
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 6px  #999;
			-moz-box-shadow: 0px 0px 6px #999;
			box-shadow: 0px 0px 6px #999;
			padding-bottom:10px;
			background-image:url(/h5/img/botwht.png);
			background-position: center bottom;
    background-repeat: no-repeat;
	background:url(/h5/img/botwht.png) center bottom no-repeat;
}

.swiper-container-srv {
    overflow: hidden;
	
			padding-bottom:10px;
		
}
.swiper-container-shr {
    overflow: hidden;
	
			padding-bottom:10px;
		
}
.borsh {
/*-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	*/
border:1px solid #999;
-webkit-box-shadow: 0px 0px 6px  #999;
			-moz-box-shadow: 0px 0px 6px #999;
			box-shadow: 0px 0px 6px #999;
	}
	
	.borshr {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	
border:1px solid #999;
-webkit-box-shadow: 0px 0px 6px  #999;
			-moz-box-shadow: 0px 0px 6px #999;
			box-shadow: 0px 0px 6px #999;
	}
	
	.borshlt {
	/*-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	*/
	border: 1px solid #AAA;
	-webkit-box-shadow: 0px -3px 5px #AAA;
	-moz-box-shadow: 0px -3px 5px #AAA;
	box-shadow: 0px -3px 5px #AAA;
}
	
.shw {
/*-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	*/
border: none;
-webkit-box-shadow: 0px 0px 6px  #999;
			-moz-box-shadow: 0px 0px 6px #999;
			box-shadow: 0px 0px 6px #999;
	}
	
.borshtb {

border:1px solid #999;
/*-webkit-box-shadow: 0px 0px 6px  #999;
			-moz-box-shadow: 0px 0px 6px #999;
			box-shadow: 0px 0px 6px #999;*/
/*box-shadow: inset 0 6px 6px -6px #999 , inset 0 -6px 6px -6px #999;*/
-webkit-box-shadow:  0px 0px 6px 0px #999,  0px 0px 6px 0px #FFF;
-moz-box-shadow:  0px 0px 6px 0px #999 ,  0px 0px 6px 0px #FFF;
box-shadow: 6px -1px 9px 0px #FFF, -6px -1px 9px 0px #FFF, 0px 2px 6px 0px #999;
	}	
	

.shift {
    position: relative;
    top: -50px;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px auto -50px;
}

.sh_content .social {
    position: absolute;
    top: 345px;
    right: 0px;
    display: block;
    font-size: 0px;
    width: auto;
    height: 23px;
    z-index: 502;
	opacity:1;
}

@media only screen and (max-width: 1080px) {
  #ssocial{
    display: none;
  }
}

/*#wrapBox img.topImg{display:block;position:relative;top:0;left:0;width:100%;height:auto;z-index:-1;}*/

#wrapBox{position:relative;width:100%;height:auto;z-index:0; max-width:1280px; min-width:975px;
    margin: auto;}
#selfBox{width:100%;position:absolute;}
#wrapBox img.topImg{display:block;position:relative;top:0;left:0;width:100%;height:auto;z-index:-1;}

/*#wrapBox img.topImg{display:block;position:relative;top:0;left:0;width:100%;height:100%;z-index:-1;}
*/



#menu {
/*		position:relative;
background-color:#ffffff; */
	
	display:block;
/*	width:100%;
	min-width:850px; 
	height:2em;*/
	z-index: 1000;
	font-family:  Peugeot, Verdana, Arial, Helvetica, sans-serif;
	height:34px;
	width:auto;
	position:absolute;                  
   top: 96px;                           
   left:220px;   
	
}

/**
 * CSS Drop-Down Menu 
 */


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

ul.dropdown {
 position: relative;
 z-index: 1007;
 float: left;
 font-family:  'Peugeot',Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 	font-style: normal;
	text-transform:uppercase;
	/*height:34px;*/
	
}

ul.dropdown li {
 float: left;
 min-height: 1px;
 line-height: 1.3em;
 vertical-align: middle;
 background-color:transparent;
	color:#333333;
}

/*ul.dropdown ul li,
ul.dropdown ul ul li, {
 float: left;
 min-height: 1px;
 line-height: 1em;
 vertical-align: middle;

	color:#333333;
}
*/

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 1009;
 cursor: default;
 
}

ul.dropdown ul {
 visibility: hidden;
 opacity: 0;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
 -webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
 -o-transition: opacity 0.2s ease-in-out;
   -ms-transition: opacity 0.2s ease-in-out;
 transition: opacity 0.2s ease-in-out;
/*-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease;*/
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 /*top: 1px;*/
 top: 0px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
 opacity:1;
/* -webkit-transition: visibility 0.2s ease;
-moz-transition:  visibility 0.2s ease;
 -o-transition: visibility 0.2s ease;
   -ms-transition: visibility 0.2s ease;
 transition: visibility 0.2s ease;*/
}

ul.dropdown-vertical {
/* width: 200px;*/
 width: auto;
}

ul.dropdown-vertical ul {
 top: 1px;
 left: 99%;
}

ul.dropdown-vertical li {
 float: none;
}


ul.dropdown-vertical-rtl {
 float: right;
}

ul.dropdown-vertical-rtl ul,
ul.dropdown-horizontal > li.dropdown-vertical-rtl ul ul {
 left: auto !important;
 right: 99%;
}

ul.dropdown-horizontal li.dropdown-vertical-rtl ul {
 left: auto;
 right: 0;
}

ul.dropdown-vertical-rtl li,
li.dropdown-vertical-rtl li {
 text-align: right;
}

/* -- Base drop-down styling -- */

ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li {
	/* padding: 6px 10px;*/
	padding:0px;
	 border-style: none;
	 border-width: 0px 0px 0px 0px;
	 border-color: #fff #cccccc #cccccc;
	 border:none;
	/* background-color: #f6f6f6;*/
	 background-color:transparent;
	 color: #333;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover,
	ul.dropdown li.on {
	 background-color: #eee;

	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #333; text-decoration: none; }
	ul.dropdown a:hover		{ color: #333; }
	ul.dropdown a:active	{ color: #ffa500; }

	/* -- level mark -- */

	ul.dropdown ul {
	 /*width: 150px;*/
	  width: auto;
	  min-width:180px;
	 margin-top: 1px;
	 background-color: #fff; 
/*	 	border-width:0px 0px 0px 0px;
	 border-style: solid;
	 border-color: #cccccc;*/
	 border:none;
	 background-color:transparent;
	 color: #333;
	}

		ul.dropdown ul li {

		 font-weight: normal;
		 background-color: #fff; 
		 color: #333;
		 white-space: nowrap;
		}


/* -- Supporting class `dir` -- */

ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(/h5/css/images/mbdw.gif);
 background-position: 96% 50%;
 background-repeat: no-repeat;
}

ul.dropdown *.dirr {
 padding-right: 10px;
 font-weight: normal;
/* background-image: url(/h5/css/images/mbdw.gif);
 background-position: 96% 50%;
 background-repeat: no-repeat;*/
}

/*ul.dropdown *.dir:hover   {
 background-image: url(/h5/css/images/mbdwh.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}*/


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(/h5/css/images/mbr.gif);
 background-position: 96% 50%;
 background-repeat: no-repeat;
}

/*ul.dropdown-upward *.dir {
 background-image: url(/h5/css/images/default/nav-arrow-top.png);
}*/

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(/h5/css/images/mbr.gif);
}

ul.dropdown-vertical-rtl *.dir,
ul.dropdown-horizontal > li.dropdown-vertical-rtl ul *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(/h5/css/images/default/nav-arrow-left.png);
 background-position: 2px 50%;
}

/* -- Base style extension -- */

ul.dropdown a,
ul.dropdown span {
	display: block;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 9px;
}


/* -- Base style override -- */

ul.dropdown li {
color: #333;
 border: none;
}

ul.dropdown ul a,
ul.dropdown ul span {
 padding: 6px;
 padding-right:20px;
}


/* -- Base style reinitiate: post-override activities -- */




/* -- Custom styles -- */

ul.dropdown li.hover,
ul.dropdown li:hover {
 /*background: url(/h5/css/images/default/grad2.png) 0 100% repeat-x;
 color: #000;*/
 	/*background: url('/h5/img/menu_usefull.png') repeat-x left bottom;
    background-size: 100% 100%;
    color: #ffffff;*/
	color: #333;
	background-color:#FFFFFF;
}

ul.dropdown li a:active {
 /*background: url(/h5/css/images/default/grad1.png) repeat-x;
 	background: url('/h5/img/menu_usefull.png') repeat-x left bottom;
    background-size: 100% 100%;
    color: #ffffff;*/
	color: #333;
	background-color:#FFFFFF;
}

	ul.dropdown ul {
	 margin-top: 0;
	 font-size:11px;
	}


/* -- Mixed -- */

ul.dropdown li a,
ul.dropdown *.dir {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #EEEEEE #CCCCCC #CCCCCC #CCCCCC;
}

ul.dropdown *.dirr {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #EEEEEE #CCCCCC #CCCCCC #CCCCCC;
}

ul.dropdown li.dropdown-vertical-rtl a,
ul.dropdown li.dropdown-vertical-rtl *.dir {
	border-style: none;
	border-width: 0px 0px 0px 0px;
	border-color: #EEEEEE #CCCCCC #CCCCCC #CCCCCC;
	border:none;
}

ul.dropdown ul li a,
ul.dropdown ul *.dir,
ul.dropdown ul ul li a,
ul.dropdown ul ul *.dir {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #CCCCCC #CCCCCC #CCCCCC;
}

ul.dropdown li.dropdown-vertical-rtl ul li a,
ul.dropdown li.dropdown-vertical-rtl ul *.dir,
ul.dropdown li.dropdown-vertical-rtl ul ul li a,
ul.dropdown li.dropdown-vertical-rtl ul ul *.dir {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE #CCCCCC #CCCCCC #CCCCCC;
}

ul.dropdown li.dropdown-vertical-rtl ul li a,
ul.dropdown li.dropdown-vertical-rtl ul li span {
 padding: 6px;
 padding-left:15px;
 padding-right:6px;
}

/* -- Drop-down open -- */

ul.dropdown-horizontal li.on > *.dir,
ul.dropdown-horizontal li:hover > *.dir,
ul.dropdown-horizontal li.on > *.dirr,
ul.dropdown-horizontal li:hover > *.dirr {
/* border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #ffa500 #d9d9d9 #d9d9d9;
 background-color: #fff; 
 color: #000;*/
 	background: url('/h5/img/menu_usefull.png') repeat-x left bottom;
    background-size: 100% 100%;
    color: #ffffff;
}

ul.dropdown-horizontal li.on > a,
ul.dropdown-horizontal li:hover > a {
/* border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #ffa500 #d9d9d9 #d9d9d9;
 background-color: #fff; 
 color: #000;*/
 
     color: #ffffff;
}

ul.dropdown-horizontal ul li.on > a,
ul.dropdown-horizontal ul li:hover > a {
/* border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #ffa500 #d9d9d9 #d9d9d9;
 background-color: #fff; 
 color: #000;*/
 background-image:none;
 background-color: #fff; 
    color: #27a4f8;
}

ul.dropdown ul li.on > *.dir,
ul.dropdown ul li:hover > *.dir {
 /*border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #ffa500 #d9d9d9 #d9d9d9;
 */
 background-image:none;
	background-color: #fff; 
 	color: #27a4f8;
	
}

ul.dropdown-horizontal li.dropdown-vertical-rtl li:hover > *.dir {
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #ffa500 #d9d9d9 #d9d9d9;
 background-color: #fff; 
 color: #333;
 	/*background: url('/h5/img/menu_usefull.png') repeat-x left bottom;
    background-size: 100% 100%;
    color: #ffffff;*/
}


ul.dropdown ul li.on > *.dir,
ul.dropdown-vertical li.on > *.dir,
ul.dropdown ul li:hover > *.dir,
ul.dropdown-vertical li:hover > *.dir {
 padding-left: 10px;
 border-top-color: #EEE;
 border-left: solid 1px #27a4f8;
 background-color: #fff; 
 color: #27a4f8;
}

ul.dropdown-vertical.dropdown-vertical-rtl li.on > *.dir,
ul.dropdown-vertical.dropdown-vertical-rtl li:hover > *.dir,
ul.dropdown-horizontal li.dropdown-vertical-rtl li:hover > *.dir {
 padding-right: 10px;
 border-right-color: #ffa500;
 border-top-color: #fff;
 border-left: none;
 background-position: 2px 50%;
}




ul.dropdown-upward li.on > *.dir,
ul.dropdown-upward li:hover > *.dir {
 border-top-color: #fff;
 border-bottom-color: #ffa500;
}

ul.dropdown-upward ul li.on > *.dir,
ul.dropdown-upward ul li:hover > *.dir {
 border-bottom-color: #d9d9d9;
 background-color: #fff; 
 color: #333;
}



ul.dropdown ul li a
ul.dropdown ul li span {
 height: auto;
}


/* MAIN */

#main_news {
background-color: #FFF;
margin-bottom:10px; 
margin-top:10px; 
border:solid; 
border-left-width:1px; 
border-right-width:1px; 
border-top-width:1px; 
border-bottom-width:1px; 
border-color:#B3C1DD; 
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	
}

#main_news_content {
display: block; width: auto;  padding: 10px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px;
background: linear-gradient(to bottom, rgb(231, 231, 231) 0%, rgb(250, 250, 250) 16%, rgb(250, 250, 250) 89%, rgb(228, 229, 230) 100%) repeat scroll 0% 0% transparent;
}

#srv_offer {
display: block;
background-color: #B3C1DD; 
margin-bottom:10px; 
margin-top:10px; 
padding: 10px;
height:auto;
border:solid; 
border-left-width:1px; 
border-right-width:1px; 
border-top-width:1px; 
border-bottom-width:1px; 
border-color:#B3C1DD; 
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	
background: linear-gradient(to bottom, rgb(231, 231, 231) 0%, rgb(250, 250, 250) 16%, rgb(250, 250, 250) 89%, rgb(228, 229, 230) 100%) repeat scroll 0% 0% transparent;
clear:both;
}

.button_orange{
	background:#fca001;
	background:-moz-linear-gradient(top,  #fca001 0%, #fb8a00 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca001), color-stop(100%,#fb8a00));
	background:-webkit-linear-gradient(top,  #fca001 0%,#fb8a00 100%);
	background:-o-linear-gradient(top,  #fca001 0%,#fb8a00 100%);
	background:-ms-linear-gradient(top,  #fca001 0%,#fb8a00 100%);
	background:linear-gradient(to bottom,  #fca001 0%,#fb8a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca001', endColorstr='#fb8a00',GradientType=0 );
	-khtml-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	font:12px/12px Arial ,sans-serif;
	padding:6px 10px;
	color:#fff;
	margin:5px 0 0 0;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-ms-transition:all 500ms;
	-o-transition:all 500ms;
	transition:all 500ms
}

.button_orange
span{
	position:relative;
	display:inline-block;
	margin:0 0 0 20px
}

.button_orange span:before{
	content:"";
	position:absolute;
	display:inline-block;
	top:0;
	left:-20px;
	background-image:url('/h5/img/white_arrow_right.png');
	height:100%;
	width:8px;
	background-size:auto 80%;
	background-repeat:no-repeat;
	background-position:left center;
}

.button_orange:hover{
	background:#fb8a00;
	background:-moz-linear-gradient(top,  #fb8a00 0%, #fca001 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb8a00), color-stop(100%,#fca001));
	background:-webkit-linear-gradient(top,  #fb8a00 0%,#fca001 100%);
	background:-o-linear-gradient(top,  #fb8a00 0%,#fca001 100%);
	background:-ms-linear-gradient(top,  #fb8a00 0%,#fca001 100%);
	background:linear-gradient(to bottom,  #fb8a00 0%,#fca001 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8a00', endColorstr='#fca001',GradientType=0 );
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-ms-transition:all 500ms;
	-o-transition:all 500ms;
	transition:all 500ms;
}



/*   MEDIA   */




/* CONTENT */

.thrColLiqHdr #container { 	display:block;
	margin:0 auto 0 auto !important;
	overflow: visible;
	width:975px;
	height:auto;
	padding:0 10px 0 21px;
/*	background:transparent url('/css/bg_shadow.png') repeat-y top left; */
	font-size: 90%;
 }


.thrColLiqHdr #containerf { display:block;
	margin:0 auto 0 auto;
	width:975px;
	overflow: hidden;
	height:auto;
	padding:0 10px 0 21px;
	background:transparent  repeat-y top left; }
	
.thrColLiqHdr #containeruf { display:block;
	margin:0 auto 0 auto;
	width:995px;
	min-width:995px;
	height: 50px;
	overflow: hidden;
	height:auto;
	padding: 5px 0px 0px 0px;
}	
		
.thrColLiqHdr #containerb {
	display:block;
	margin:0 auto 0 auto;
	width:970px;
	height:9px;
	padding:0 10px 0 26px;
	background:transparent  no-repeat left top;
}

.thrColLiqHdr #header { display:block;  padding: 0px; width:975px; }
.thrColLiqHdr #header h1 { margin: 0; padding: 0px ;  }
.thrColLiqHdr #header h1 { margin: 0; padding: 10px 0;  }


.thrColLiqHdr #ny { background: url('/images/nywhite.jpg') no-repeat bottom right; margin-left:-15px; padding-left:15px; }
.thrColLiqHdr #mainContent { float:left; width:695px; padding-top: 0px; padding-right: 0px; padding-left: 0; padding-bottom: 10px; margin: 0 0 0 0; border:solid; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-width:1px; border-color:#B3C1DD; z-index: 100; }

.thrColLiqHdr #fullContent { border:solid; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-width:1px; border-color:#B3C1DD;
width:975px; padding: 0px;  margin: 0 0 0 0; border:none;  z-index: 100; display:block;
	overflow: hidden;
	height:auto;  }

.thrColLiqHdr #ffContent { width:1000px; padding: 0px;  margin: 0 0 0 0; border:none;  z-index: 100; display:block;
	overflow: hidden;
	height:auto;  }

/* .thrColLiqHdr #mainContent { float:left; width:695px; padding-top: 0px; padding-right: 0px; padding-left: 0; padding-bottom: 0px; margin: 0 0 0 0; border:solid; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-width:1px; border-color:#B3C1DD; z-index: 100; } */

.thrColLiqHdr #mainContent { float:left; width:695px; padding-top: 0px; padding-right: 0px; padding-left: 0; padding-bottom: 0px; margin: 0 0 0 0; border:none;  z-index: 100; }
.thrColLiqHdr #mainContentF { float:left; width:990px; padding-top: 0px; padding-right: 0px; padding-left: 0; padding-bottom: 0px; margin: 0 0 0 0; border:none;  z-index: 100; }

.thrColLiqHdr #mainContentR { background-color:#FFFFFF;float:right; width:720px; padding: 10px; margin: 10px 0px 10px 0px;  
border:solid; 
border-left-width:1px; 
border-right-width:1px; 
border-top-width:1px; 
border-bottom-width:1px; 
border-color:#B3C1DD; 
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	
-webkit-box-shadow: 0px 0px 6px  #999;
			-moz-box-shadow: 0px 0px 6px #999;
			box-shadow: 0px 0px 6px #999;
}
.thrColLiqHdr #fullContent { background-color:#FFFFFF; width:auto; margin:0px; margin-bottom:0px; padding:0px;  }



.thrColLiqHdr #sidebar1 { float: left; width: 260px; background-color:transparent; padding: 0; margin-top: 10px; z-index: 101; }

.thrColLiqHdr #sidebarsub1 { float: left; width: 265px; background: #F3F5F5; padding-top: 0px; padding-right: 2px; padding-bottom: 5px; padding-left: 0px; border:solid; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-width:1px; border-color:#B3C1DD; height: auto; position: relative; top: 0px; margin-bottom: 10px;}
.thrColLiqHdr #sidebar2 { float: right; width: 270px; background: #EFEFEF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0; margin-right: 1px; border:solid; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-width:1px; border-color:#B3C1DD;  }
.thrColLiqHdr #sidebar2t { float: right; 
background-color: rgba(255,255,255,1.00);
width: 290px; padding-top: 10px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; margin-right: 1px; 
 border: solid 1px rgba(222,222,222,1.00);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;	
}

/* .thrColLiqHdr #mainContent p, .thrColLiqHdr #sidebar2t p { color : #444444; }
.thrColLiqHdr #mainContent h3 { color : #444444; }
.thrColLiqHdr #mainContent h4 { color : #444444; } */


.thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h1, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:120%;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #mainContent p, .thrColLiqHdr #mainContentL p, .thrColLiqHdr #mainContentL h1, .thrColLiqHdr #mainContentR p, .thrColLiqHdr #mainContent h1 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thrColLiqHdr #mainContentR h3 {
	padding: 0px;
	margin: 3px;	
}
.thrColLiqHdr #sidebar2t h1, .thrColLiqHdr #sidebar2t h2, .thrColLiqHdr #sidebar2t p, .thrColLiqHdr #sidebar2t h3 {
	margin: 3px;
	line-height:110%;
}

.pug {font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal;}
.pug12 {font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal; font-size: 12px;}
.pug14 {font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal; font-size: 14px;}
.pug16 {font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal; font-size: 16px;}
.pugs {font-family: 'Peugeot Style', Arial, Helvetica, sans-serif; font-style:normal;}

.pug16h {font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal; font-size: 16px; color:#307197;}
.pug20h {font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal; font-size: 20px; color:#307197;}
.pug14h {font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal; font-size: 14px; color:#307197;}

/* ============ */
/* = Main Nav = */
/* ============ */
#pgt_showroom_main_nav {
	clear: left; 
float: left; 
/*	position:relative; */
	display: block;
	width: 254px;
/*	height:440px; */
	margin: 0px 0 0 0;
	left:0px;
	top:30px;
	z-index:90;

}
	/*	#pgt_showroom_main_nav > ul {
		margin: 0 0 10px 0;
		font: normal normal normal 12px Peugeot,Arial,sans-serif;
		text-transform: uppercase; 
		color: #3B3A48;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #AAAAAA;
		 padding: 0; 
		 list-style-type: none; 
		 width: auto; 
	}*/
	
	#pgt_showroom_main_nav > ul {
		margin: 0 0 10px 0;
		font: normal normal normal 12px 'Peugeot',Arial,sans-serif;
	/*	text-transform: uppercase; */
		text-transform: none;
		color: #3B3A48;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #AAAAAA;
		 padding: 0; 
		 list-style-type: none; 
		 width: auto; 
	}
	
	#pgt_showroom_main_nav .gray {
		background-color: #FFF;
	}
	#pgt_showroom_main_nav .blue {
/*		background-color: #005A86;*/
	}
		#pgt_showroom_main_nav .gray > li {
			background: url('/images/main/pgt-bg-dgd-darkgray.png') repeat-x left bottom transparent;
			border-top: 1px solid #B1B4B3;
			list-style-type: none;
		}
		#pgt_showroom_main_nav .gray > li:hover {
			background: url('/images/main/pgt-bg-dgd-graydark.png') repeat-x left top transparent;
		}
		#pgt_showroom_main_nav .blue > li {
			background: url('/images/main/pgt-bg-dgd-blue-80p.png') repeat-x left top transparent;
			color: #FFF;
			list-style-type: none;
			padding: 0;
		}
			#pgt_showroom_main_nav a {
				display: block;
				padding: 9px 5px 8px 6px;
				text-decoration: none;
				color: #000000;
				/* color: #262633; */
				cursor: pointer;
			}
			#pgt_showroom_main_nav .gray .subnav > a {
				background: url('/images/main/arrow_bottom_gray_xxsmall.png') no-repeat 183px 16px transparent;
			}
			#pgt_showroom_main_nav .blue .subnav > a {
				background: url('/images/main/arrow_bottom_white_xxsmall.png') no-repeat 183px 16px transparent;
				color: #FFF;
			}
			
			#pgt_showroom_main_nav .gray > li.subnav:hover > a {
				background: url('/images/main/arrow_bottom_blue_xxsmall.png') no-repeat 183px 16px transparent;
			}
			#pgt_showroom_main_nav .gray > li:hover > a,
			#pgt_showroom_main_nav .gray > li.active > a {
				color: #2caed6;
			}
			#pgt_showroom_main_nav .gray > li.subnav.active > a {
				background: url('/images/main/arrow_top_blue_xxsmall.png') no-repeat 183px 16px transparent;
				color: #2caed6;
			}
			#pgt_showroom_main_nav .blue > .active > a {
				background: url('/images/main/arrow_top_white_xxsmall.png') no-repeat 183px 16px transparent;
			}
			#pgt_showroom_main_nav .blue .subnav ul {
				padding-bottom: 7px;
				list-style-type: none; 
				padding: 0;
			}
			#pgt_showroom_main_nav ul li:first-child,
			#pgt_showroom_main_nav ul li:first-child a {
				-moz-border-radius: 3px 3px 0 0;
				-webkit-border-radius: 3px 3px 0 0;
				border-radius: 3px 3px 0 0;
				border: none;
			}
			#pgt_showroom_main_nav ul li:last-child,
			#pgt_showroom_main_nav ul li:last-child a {
				-moz-border-radius: 0 0 3px 3px;
				-webkit-border-radius: 0 0 3px 3px;
				border-radius: 0 0 3px 3px;
			}
			#pgt_showroom_main_nav ul li:only-child,
			#pgt_showroom_main_nav ul li:only-child a {
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
				#pgt_showroom_main_nav .gray li li {
					border-top: none;
					background: url('/images/main/pgt-bg-dgd-lr-black-50p.png') no-repeat center bottom transparent;
					text-transform: none;
				}
				#pgt_showroom_main_nav .gray li li:last-child {
					background: none;
				}
					#pgt_showroom_main_nav li li a {
						padding: 9px 10px;
					}
					#pgt_showroom_main_nav .blue li li a {
						margin: 2px 0;
						padding: 2px 5px 2px 18px;
						background: url('/images/main/pgt-arrow_micro_white.png') no-repeat 10px center;
						font-family: Arial, sans-serif;
						font-size: 11px;
						text-transform: none;
						color: #FFF;
					}
					#pgt_showroom_main_nav .blue li li a:hover {
						text-decoration: underline;
						cursor: pointer;
					}
ul.vl li { list-style-type: none; margin-left:-20px; padding-left: 20px; font-size: 12px; line-height:150%;   background-image: url(/images/main/v.png); background-position: 0 5px ; background-repeat: no-repeat; }

ul.vl14 li { list-style-type: none; margin-left:-20px; padding-left: 20px; font-family:'Peugeot', Arial, sans-serif; font-size: 14px; line-height:30px;   background-image: url(/images/main/v.png); background-position:0 10px; background-repeat: no-repeat; }

ul.lmenu { margin: 0; padding: 0; list-style-type: none; width: auto; font-size: 11px; cursor: default; font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal; color: #003366; text-transform: uppercase; background-color: #ffffff; z-index: 102; }
ul.lmenu li { list-style-type: none; font-size: 11px; position: relative; text-align: left; cursor: pointer; float: left; background-color: #8C8C8C; padding:  0 0 1px 0; margin: 1px 0 0 0; width: 270px; z-index: 103; }
ul.lmenu a { display: block; cursor: pointer; background-color: #ffffff; padding: 8px 5px 8px 5px; text-decoration: none; background-image:none; color: #333333; }
ul.lmenu a:hover { color: #00255A; text-decoration: none; } 
ul.lmenu li:hover, ul.lmenu li:focus { background-color: #00255A; }
ul.lmenu .now A { color: #00255A; text-decoration: none; background-color: #dedcdf; background-image: url(/assets/SpryMenuBarRight.gif); background-repeat: no-repeat; background-position: 97% 50%;}
ul.lmenu li.now { background-color: #333333;  }



.thrColLiqHdr #footer { padding: 0; margin: 0; background:#ffffff; }
.thrColLiqHdr #footer p { margin: 0; padding: 0px ; }
.thrColLiqHdr #mainContentR p {
	margin: 0;
	padding: 0px;
}
.thrColLiqHdr #mainContentR h2 { padding-right: 10px ;}
.fltrt { float: right; margin-left: 0px; margin-right: 0px; }
.fltlft { float: left; margin-right: 0px; margin-left: 0px; }  
.flttop { float: top; margin-top: 8px; }
.fltbot { float: bottom; display: block; padding-top: 8px; }
.clearfloat { clear:both; height:0; font-size: 0px; line-height: 0px; }
.ifr { position:relative; z-index:1; overflow: hidden; border: none; padding: 5px 0px 5px 0px; margin: 5px 0 5px 0; }

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

 Font styles

 */
 

.t08 { font-size: 8px;  }
.t09 { font-size: 9px;  }
.t10 { font-size: 10px;  }
.t11 {
	font-size: 11px;
	
	line-height:110%;
}
.t_11 { font-size: 11px; font-weight: normal; font-family: Arial; line-height:120%;}
.t12 { font-size: 12px; line-height:120%; }
.t14 { font-size: 14px;  }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t22 { font-size: 22px; }
.t24 { font-size: 24px; }
.t26 { font-size: 26px; }
.t28 { font-size: 28px; }
.t30 { font-size: 30px; }
.t32 { font-size: 32px; }
.t36 { font-size: 36px; }

.m18 { font-size: 16px; font-weight: normal; font-family: 'Peugeot Style', Verdana; color:#FFF; text-decoration:none;}
a.m18 { font-size: 16px; font-weight: normal; text-decoration:none; float:left; display:block; width:auto; padding-top:9px; padding-left:7px;  padding-right:7px;  padding-bottom:5px; text-align:center;}
a.m18:hover { color:#068FEF; font-size: 16px; font-weight: normal; text-decoration:none; float:left; display:block; width:auto; padding-top:7px; padding-left:7px;  padding-right:7px;  padding-bottom:3px; text-align:center;}
.m181 { font-size: 16px; font-weight: normal; font-family: 'Peugeot Style', Verdana; color:#FFF; text-decoration:none;}
a.m181 { font-size: 16px; font-weight: normal;  text-decoration:none; float:left; display:block; width:auto; padding-top:9px; padding-left:10px;  padding-right:10px;  padding-bottom:5px; text-align:center;}
a.m181:hover { color:#068FEF; font-size: 16px; font-weight: normal;  text-decoration:none; float:left; display:block; width:auto; padding-top:7px; padding-left:10px;  padding-right:10px;  padding-bottom:3px; text-align:center;}



/*.t_11, .t12, .t14  { color : #333333; }*/
.t08, .t09, .t10, .t11 { color : #999999; }
a.t08, a.t09, a.t10, a.t11 { color: #888888; text-decoration: none; }
a.t08:hover, a.t09:hover, a.t10:hover, a.t11:hover { color: #666666; text-decoration: underline; }
 a.t12, a.t14 { text-decoration: none; }
 a.t12:hover, a.t14:hover { color: #000000; text-decoration: underline; }

.l12 { font-size: 12px; font-weight: normal; font-family: Arial;}
.l14 { font-size: 14px; font-weight: normal; font-family: Arial;}
 a.l12, a.l14 { color: #003399; text-decoration: none; }
 a.l12:hover, a.l14:hover { color: #00255A; text-decoration: underline; }
 
.lw12 { font-size: 12px; font-weight: normal; font-family: Arial;}
.lw14 { font-size: 14px; font-weight: normal; font-family: Arial;}
 a.lw12, a.lw14 { color: #DDDDDD; text-decoration: none;  display:block; height:auto; padding:5px;  }
 a.lw12:hover, a.lw14:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.h12 { font-size: 12px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h13 { font-size: 13px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h14 { font-size: 14px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h15 { font-size: 15px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h16 { font-size: 16px; color: #0078A0;}
.h17 { font-size: 17px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h18 { font-size: 18px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h19 { font-size: 19px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h20 { font-size: 20px; font-weight: normal; font-family: Arial; color: #0078A0;}
.h22 { font-size: 22px; font-weight: normal; font-family: Verdana; color: #FF0000;}


.k12t { color : #FF0000; font-size: 12px; font-weight: normal;}
a.k12t { color: #FF0000; text-decoration: none; }
a.k12t:hover { color: #ED1C24; text-decoration: underline; }
.k14t { color : #FF0000; font-size: 14px; font-weight: normal;}
a.k14t { color: #FF0000; text-decoration: none; }
a.k14t:hover { color: #ED1C24; text-decoration: underline; }
.k16t { color : #FF0000; font-size: 16px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
a.k16t { color: #FF0000; text-decoration: none; }
a.k16t:hover { color: #ED1C24; text-decoration: underline; }


.s11t { font-family:'PeugeotLight', Verdana, Geneva, sans-serif; color : #FFFFFF; font-size: 0.7em; font-weight: normal; text-transform:uppercase;}
a.s11t { font-size: 100%; font-weight: normal; text-transform:uppercase; color: #FFFFFF; text-decoration: none; }
a.s11t:hover { font-size:  100%; font-weight: normal; text-transform:uppercase;color: #FFFFFF; text-decoration: underline; }

.k12t { color : #FF0000; font-size: 12px; font-weight: normal;}
a.k12t { color: #FF0000; text-decoration: none; }
a.k12t:hover { color: #ED1C24; text-decoration: underline; }
.k14t { color : #FF0000; font-size: 14px; font-weight: normal;}
a.k14t { color: #FF0000; text-decoration: none; }
a.k14t:hover { color: #ED1C24; text-decoration: underline; }
.k16t { color : #FF0000; font-size: 16px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
a.k16t { color: #FF0000; text-decoration: none; }
a.k16t:hover { color: #ED1C24; text-decoration: underline; }


.img_r { float: right; padding: 0px 0px 0px 0px; }
.img_l { float: left; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; }

.ln { background-color:#999999; width:100%; height:2px; padding-top:0px; }

.thrColLiqHdr #headline h1 { margin: 0; padding: 0; padding-left:20px; line-height: 150%; font-family: 'Peugeot', Arial, Helvetica, sans-serif; font-style:normal;  font-size: 18px; color: #FFFFFF;}
.tabin {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #026793;
	font-weight: normal;
}



.thrColLiqHdr #thintbl td  { border-style: dotted;  border-width:thin;  border-collapse: collapse;  border-color:#999; }

.thintbl td  { border-style: dotted;  border-width:thin;  border-collapse: collapse;  border-color:#999; }

.thintbl .ht {background-color:#A6CCE6;font-size:16px; text-transform:uppercase; color:rgba(255,255,255,1.00);text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
/*.thrColLiqHdr #vpl { padding-left: 20px; background-attachment: fixed; background-image: url(/images/main/v.png); background-position: left top; background-repeat: no-repeat; } 

.vplist { padding-left: 20px; background-attachment: fixed; background-image: url(/images/main/v.png); background-position: left top; background-repeat: no-repeat; }*/


/* Spry collapsible Panel */

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: #ffffff;
}



.CollapsiblePanelTab {

	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}


.CollapsiblePanelTab a {
	color: #00255A; 
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #FFF;
}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #FFF;
}


.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #FFF;
}

.red {
	color: #C00;
}
.bblue {
	color:#003399; }
.lblue {
	color:rgba(21,137,201,1.00) }
.grey { color : #999999; }
.dgrey { color : #666666; }
.lblack { color : #333333; }
.black { color : #000000; }
.white { color : #FFFFFF; }
