* { padding:0; margin:0;}
@font-face {
    font-family: 'pf_dintext_prolight';
    src: url('pfdintextpro-light-webfont.eot');
    src: url('pfdintextpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdintextpro-light-webfont.woff2') format('woff2'),
         url('pfdintextpro-light-webfont.woff') format('woff'),
         url('pfdintextpro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html, body {
	font-family: 'pf_dintext_prolight';	
	font-size: 14px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	width:100%;
	min-width:1200px;
}
body{
	background:url(../images/bg.png) top center;
	position:relative;
}
a{text-decoration:none; color:#144b9d;}
a:hover{text-decoration:underline;}
img{border:0;}
header{
	position:relative;
	height:400px;
	background:url(../images/sky.png) center 0 no-repeat;
}
.logo{
	width:650px;
	height:280px;
	margin:0 auto;
	background:url(../images/logo.png) center 0 no-repeat;
}
.webcam{
	position:absolute;
	width:120px;
	height:105px;
	top: 150px;
	left:calc(50% + 300px);
	background:url(../images/webcam.png) center 0 no-repeat;
	padding:15px 0px 0px 105px;
	z-index:10;
}
nav{
	position:relative;
	height:244px;
	background: url(../images/menu-line2.png) center 0 no-repeat;
	margin-top:-194px;
}
.navmenu{
	height:244px;
	position:relative;
}
.menu{
	list-style-type:none;
	list-style-position:inside;
	position:relative;
}
.navmenu li{
	position:absolute;
	font-size: 28px;
	background: url(../images/point.png) no-repeat right top;
	padding: 20px 45px 5px 0px;
	z-index:10;
}
.item-108, .item-169{
	top:14px;
	left: calc(50% - 600px);
}
.item-109, .item-170{
	top:41px;
	left: calc(50% - 428px);
}
.item-110{
	top:72px;
    left: calc(50% - 323px);
}
.item-229, .item-230{
	top:107px;
    left: calc(50% - 256px);
}
.item-226, .item-227{
	top:133px;
    left: calc(50% - 60px);
}
.item-171{
	top:74px;
	left: calc(50% - 331px);
}
.item-111, .item-172{
	top:159px;
    left: 50%;
}
.navmenu .custom{
	position:absolute;
	width:145px;
	height:80px;
	background: url(../images/plans2.png) center 0 no-repeat;
	top:101px;
	left: calc(50% + 340px);
	font-size:22px;
	font-weight:bold;
	padding:90px 10px 0px 25px;
	z-index:10;
}
.navmenu .custom:hover {
	background: url(../images/plans2.png) center bottom no-repeat;
}
.navmenu .custom a {
	padding:90px 10px 40px 10px;
}
.navmenu .custom a:hover {
	text-decoration:none;
}
.w950, .navmenu, .footerin, .jshop{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.w950 img{
	margin:0 auto;
	display:block;
}
article{
	position:relative;
	overflow:hidden;
	margin-top:-30px;
	
}
div[itemprop="blogPost"]{
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
div[itemprop="blogPost"]:nth-child(2n){
	float:right;
}
article p{
	font-size:18px;
	margin:15px 0px;
	line-height:1.4;
}
h2{
	font-size:32px;
	color:#144B9D;
}
.conttable{
	width:100%;
}
.conttable td{
	vertical-align:top;
	width:50%;
}
.tablhead{
	font-size:28px;
	color:#144B9D;
}
.map2{
	background:url(../images/map2.png) left center no-repeat;
	padding-left:30px;
	font-size:20px;
	margin:10px 0px;
}
.phone2{
	background:url(../images/phone2.png) left center no-repeat;
	padding-left:30px;
	font-size:20px;
	margin:10px 0px;
}
.mail2{
	background:url(../images/mail2.png) left center no-repeat;
	padding-left:30px;
	font-size:20px;
	margin:10px 0px;
}
.time2{
	background:url(../images/time2.png) left center no-repeat;
	padding-left:30px;
	font-size:20px;
	margin:10px 0px;
}
.conttable li{
	font-size:18px;
	margin:5px 0px 5px 30px;
	list-style:none;
}
.conttable li:before{
	content:'• ';
	color:black;
}
.conttable li.sunday:before{
	content:'• ';
	color:red;
}
fieldset{
	padding:10px;
	font-size:20px;
	border-radius:5px;
	border:1px solid #144b9d;
	width:395px;
	margin:10px 0px 50px;
}
.plg_contactus_main_div input, .plg_contactus_main_div button, .plg_contactus_main_div textarea{
	width:175px;
	height:25px;
	border:1px solid #144b9d;
	border-radius:3px;
	display:block;
	float:left;
	font-size:16px;
	padding:0px 5px;
	margin:0px 5px 10px;
	font-family: 'pf_dintext_prolight';
}
.plg_contactus_main_div button{
	margin:0px auto;
	width:220px;
	height:auto;
	float:none;
	cursor:pointer;
	background:white;
	border:1px solid #699DC8;
	border-radius:10px;
	padding:10px 20px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.plg_contactus_main_div button:hover{
	background:#699DC8;
	color:white;
}

footer{
	height:125px;
	background:#ccc;
	clear:both;
}
.footerin .custom, .footerin .nav{
	width:25%;
	float:left;
	box-sizing: border-box;
	padding: 15px 10px 5px;
}

#art_in{
   width:800px;
   margin:20px auto;
   position:relative;
}
#mapster_wrap_0{
	/*margin: 20px 0px;*/
}

.mapster_tooltip{
	padding:10px !important;
	width:250px !important;
}

.news{
	width:350px;
	float:left;
	overflow:hidden;
}
.news h3{
	width:340px;
	font-size:24px;
	color:#144b9d;
	margin: 0px 0px 10px;
	padding:5px 0px 5px 10px;
	background:url(../images/news.png) 95% center no-repeat, url(../images/minibg.png) 50% 50% repeat-x;
}
.news h4{
	color:#6798E2;
	margin-top:10px;
}
.news p{
	margin:0px;
	font-size:14px;
}

.foto{
	width:600px;
	float:left;
	overflow:hidden;
}
.foto h3{
	width:570px;
	font-size:24px;
	color:#144b9d;
	margin: 75px 0px 10px 20px;
	padding:5px 0px 5px 10px;
	background:url(../images/photo.png) 95% center no-repeat, url(../images/minibg.png) 50% 50% repeat-x;
}

.mod-languages{
	position:absolute;
	top:110px;
	left:calc(50% + 480px);
}
div.mod-languages li {
  margin:0px;
}


.pc{
	color: #699DC8;
	text-align: center;
	line-height:1.4;
	font-weight:bold;
	font-size:26px;
}
.pl{
	width:45%;
	float:left;
	line-height:1.4;
	position:relative;
	margin:30px 0px;
}
.pr{
	width:45%;
	float:right;
	line-height:1.4;
	position:relative;
	margin:30px 0px;
}
.p3{
	margin-top:60px;
}
.p2:before{
    content: "parking";
    position: absolute;
    top: -70px;
    right: 60px;
    color: #75BCE6;
    font-size: 60px !important;
    font-style: italic;
    font-weight: normal;
    font-family: 'serif';
}

.p3:before{
    content: "european";
    position: absolute;
    top: -85px;
    left: 60px;
    color: #75BCE6;
    font-size: 50px !important;
    font-style: italic;
    font-weight: normal;
    font-family: 'serif';
}
.p3:after{
    content: "standards";
    position: absolute;
    top: -60px;
    left: 160px;
    color: #75BCE6;
    font-size: 50px !important;
    font-style: italic;
    font-weight: normal;
    font-family: 'serif';
}
.step{
	width:32%;
	float:left;
	text-align:center;
}
.step p{
	line-height:1.4;
}
.s2{
	margin:0 2%;
}
.contbut{
	margin-bottom:50px;
}
.contbut a{
	border:1px solid #699DC8;
	border-radius:10px;
	padding:10px 20px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contbut a:hover{
	background:#699DC8;
	color:white;
}
.parking{
	position:absolute;
	top:435px;
	left:600px;
	letter-spacing:1.3px;
	font-weight:700;
	color:#444;
	z-index:-1;
}
.parking2{
	position:absolute;
	top:455px;
	left:600px;
	font-size:16px;
	color:#444;
	z-index:-1;
}
.upparking{
	position:absolute;
	right:10%;
	top:200px;
	font-weight:700;
}
.parkingimg{
	margin:0 auto;
	display:block;
}
.downparking{
	position:absolute;
	right:10%;
	top:1100px;
	font-weight:700;
}
.parkingspan{
	display:block;
	font-weight:400;
}
.customsoc{
	position: absolute;
    top: 210px;
    left: 597px;
	z-index:1000;
}
.sell{
	color:red;
	font-weight:700;
}
.blog, .item-page{
	margin: 50px auto 0px;
	width:1200px;
}
.customabsol{
	position:absolute;
	left:0px;
	top:0px;
	-ms-transform: scale(0.3); /* IE 9 */
    -webkit-transform: scale(0.3); /* Safari */
    transform: scale(0.3);
}
#content{
	display:none;
}
.item-page ul li{
    margin: 15px 0px;
	margin-left: 40px;
	font-size: 18px;
    line-height: 1.4;
}
.pagination{
	clear:both;
	text-align: center;
    margin-bottom: 25px;
}
.pagination li{
	list-style:none;
	display:inline-block;
	margin:0 10px;
	padding:0;
}
.gallery{
	width:60%;
	float:left;
	margin-bottom:30px;
	position:relative;
}
.my-foto{
	display:block;
	margin:0 auto;
	max-width:80%;
}
.descr{
	width:40%;
	float:left;
	padding-left:20px;
	padding-top:50px;
	box-sizing: border-box;
	margin-bottom:30px;
}
.descr h1{
	margin:10px 0px;
}
.extra_fields{
	font-size:18px;
}
.extra_fields div{
	margin:5px 0px;
}
.socbut{
	position:absolute;
	top:50px;
	right:0px;
}
.socbut a, .socbut div, .socbut table{
	float:right;
	clear:both;
	margin:1px 0px;
}
.w50{
	/*width:50%;
	float:left;*/
	margin-top:50px;
}
.product_label{
	position:absolute;
	width:300px;
	height:50px;
	top:calc(50% - 25px);
	left:calc(50% - 150px);
	text-align:center;
	color:red;
	font-size:75px;
	font-weight:700;
	text-transform:uppercase;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	