/* RESET START */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em
0;padding:0}input,select{vertical-align:middle}:focus{outline:none}*::-moz-focus-inner{padding:0;border:0}LEGEND{display:none}SUP,SUB{vertical-align:baseline;position:relative}SUP{top:-.4em}SUB{bottom:-.4em}
/* RESET END */

.notxt {
	font-size:0;
	color:transparent;
}
.m {
	width:960px;
	margin:0 auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.hide {
	display:none;
}

.cln:after {
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clnx {
	overflow:hidden;
	clear:both;
}
.ani,
.ani a {
	-webkit-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	    -ms-transition: all 200ms ease-in-out;
	     -o-transition: all 200ms ease-in-out;
	        transition: all 200ms ease-in-out;
}
.anibg {
	-webkit-transition: background 800ms linear;
	-webkit-transition: background 800ms linear;
	   -moz-transition: background 800ms linear;
	    -ms-transition: background 800ms linear;
	     -o-transition: background 800ms linear;
	        transition: background 800ms linear;	
}

.jm {
	font-size:0;
	line-height:0;
	text-align:justify;
	text-justify:newspaper;
	text-align-last:justify;
	zoom:1;
}
noindex:-o-prefocus, .jm {font-size:2px;}
.jm:after {
	width:100%; 
	height:0;
	overflow:hidden;
	content:'';
	display:inline-block;
	font-size:1px;
}
.jm li  {
	display:inline-block;
	vertical-align:top;
	font-size:0;
}
.jm a {
	text-align:left;
	font-size:14px;
}

.is, .pt {
	position:relative;
	overflow:hidden;
}
.is:after,
.is:before,
.pt:after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:-1px;
	bottom:-1px;
	height:1px;
	box-shadow:0 0 4px rgba(0,0,0,.6);
	z-index:888;
}
.is:after {
	top:auto;
}
.pt:after {
	height:100%;
	box-shadow:none;
	background:url(../images/pt.png);
}

.fx {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

html {
	background:#fff;
}

body {
	min-width:860px;
}

.logo {
	display:block;
	overflow: hidden;
	position:fixed;
	z-index:120;
	left:50%;
	top:40px;
	margin:0 0 0 -95px;
	width:190px;
	height:134px;
	background:url(../images/logo.png) no-repeat;
	text-decoration:none;
}
.logo:hover {
	background-image:url(../images/logo-color.png);
}

.photo {
	position:relative;
	height:400px;
	z-index:100;
	overflow:hidden;
}
.photo .bg {
	position:relative;
	z-index:100;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	background:#444 50% 0 no-repeat;
	background-size:cover;
}
.ph1 {
	background-color:#965a61;
}
.ph1 .bg {
	background-image:url(../images/ph1.jpg);
}
.ph2 {
	z-index:900;
}
.ph2 .bg {
	background-color:#3771a2;
	background-image:url(../images/ph5.jpg);
}
.ph3 .bg {
	background-color:#5e362f;
	background-image:url(../images/ph3.jpg);
}
.ph4 .bg {
	background-color:#4e5c5e;
	background-image:url(../images/ph4.jpg);
}
.ph5 .bg {
	background-color:#3771a2;
	background-image:url(../images/ph2.jpg);
}

.brands {
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	width:100%;
	height:100%;
	background:url(../images/brands.png) 50% 50% no-repeat;
}

.content {
	position:relative;
	z-index:200;
	min-height:240px;
	box-shadow:0 0 4px rgba(0,0,0,.4);
	background: #fff;
	
	font:normal 14px/28px 'Pt Sans',serif;
}
.inner {
	width:800px;
	margin:0 auto;
	padding:20px 0 30px 0;
	font-size:20px;
}
h2 {
	padding-bottom:5px;
	color:#1af;
	font:400 40px/60px Cuprum;
}
p {
	padding:10px 0;
}
abbr[title] {
}

hr {
	display:block;
	overflow:hidden;
	clear:both;
	height:1px;
	border:0;
	margin:20px 0;
	background:#ddd;
}

ul {
	margin:10px 0;
	color:#222;
}

.c4 {width:25%;}
.c3 {width:33%;}
.c2 {width:50%;}


li {
	list-style:square;
	margin-left:24px;
	padding-right:12px;
	font-size:.8em;
}
.fl p {
	font-size:.8em;
	padding:0;
}

.content a {
	color:#08d;
}
.content a:hover {
	color:#1af;
}

#map {
	height:480px;
}
.map {
	box-shadow:none;
}
.map .mappopup p {
	padding:0;
}
.map .mappopup a {
	text-decoration:none;
}
.map .mappopup a:hover {
	text-decoration:underline;
}

/* LANGUAGE MENU */

.lang {
	position: fixed;
	top:40px;
	right:50%;
	margin-right: -480px;
	z-index: 200;
}
.lang li {
	list-style:none;
	float: right;
	padding: 0;
	margin: 0 0 0 4px;
}
.lang li a {
	color: #fff;
	text-decoration: none;
	font:normal 14px 'Pt Sans',serif;
	opacity: .5;
	padding: 3px 8px;
	border-radius:4px;
}
.lang li a.active,
.lang li a:hover {
	opacity: 1;
	background: rgba(255,255,255,.2);
}