html {
	margin:0;
	padding:0;
	min-width:260px;
	min-height:960px;
	text-align:center;
	background-color:#fff;
	color:#666666;
	background-image: url(/img/header/topfon.png);
	background-repeat:no-repeat;
	background-position:center top;

}

* {
    outline: 0!important; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.aboutc
{
	background-image: url(/img/header/topfonabout.jpg);
	background-size: contain;
	background-color:#fdf9f8;
}

body 
{
	margin:0;
	padding:0;
	min-width:260px;

	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;

	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

div
{
	margin:0;
	padding:0;
}

.midcolumn
{
	width:auto;
/*	max-width: 1200px;*/
	margin: 0px auto;
	height:auto;
}

.backfon
{
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment: fixed;
}

img
{
	border: 0px;
	max-width: 100%;
	height: auto;
}

a
{
	color:#1875B0;
}

.contactdivwrap
{
	height:auto; /* 30px */
	padding-top:10px;
	padding-bottom:0px; /* 20px */
	padding-right:5%;
	background-color: #0137a3;
	background: rgba(1,55,163,0.9);

 font-size:100%;
 color:#fff;
 font-weight:bold;
 text-align:right;
 display:block;
 position:fixed;
 top:0px;
 width:97%;
 min-width:1000px;
 z-index:10;
 padding-bottom:5px;
/* -webkit-text-shadow: 1px 1px 5px #777;
	 text-shadow: 1px 1px 5px #777;*/
}

.contactdivwrap span
{
 display:block;
 width:auto;
 float:left;
 margin-left:200px;
 text-align:left;
}

.contactdivwrap span i
{
 display:block;
 width:auto;
 float:left;
 font-size:11px;
 font-weight:normal;
 text-decoration:none;
}

.clear
{
clear:both;
 _overflow: hidden;
  height: auto !important;
height:0px;
_margin-bottom:-10px;
}

.clear10
{
clear:both;
overflow: hidden;
height:10px;
}

.fonblockcolor
{
	padding:0px;
	margin:0px auto;
	color: #000;
	font-size:100%;
}

.contentdiv
{
	position: relative; 
	margin: 0 auto;
	padding:0px;
	height:auto;
	min-height:650px;
}

.contentdiv .midcolumn
{

}

.pagetitle
{
	clear: both;
	margin:0px 0px 0px;
	padding-top: 0px;
	font-size: 30px;
	height: 0px;
	overflow: hidden;
/*	display: none;*/
}


.item
{
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: left;
	clear:both;
}

.item .prices
{
	padding: 20px 0px;
}

.item .prices div
{
	clear: both;
	padding-right:5px;
}

.item .prices div.active
{
	background: rgba(164,110,8,0.1);
}

.item .prices input
{
	float: left;
	width: 20px;
	margin-right:20px;
}

.item .prices label
{
	clear: right;
}

.item .prices label span
{
	float: right;
	font-size: 125%;
	color: red;
	position: relative;
	top: -3px;
}

.item .goldfon
{
	background: rgba(164,110,8,0.2);
	padding: 20px;
	margin-top:30px;
}

.item .v-i-param-label
{
	margin-top:10px;
	color: rgb(164,110,8);
	font-weight: bold;
}

.item .v-i-param-text
{

}


H1
{
	font-size:26px;
	font-weight:300;
	margin:0px;
	color: rgb(102,102,102);
	text-align:center;
	text-transform: uppercase;
}

H2
{
	font-size:26px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	text-transform: uppercase;
	color: rgb(102,102,102);
	font-weight:300;
}

.item>H2
{
	margin:64px 0px 12px;
	text-align: center;
	color: #1875B0;
	font-weight:bold;
}


.item .itemleft
{
	width: 300px;
	float: left;
	min-height: 300px;
}

.item .itemleft>.itemmainimg>img
{
	max-width: 300px;
}

.item .itemright
{
	width: 600px;
	float: right;
	min-height: 300px;
}

.item H1
{
	text-align:center;
	text-indent:0px;
	color: #4c4c4c;
	font-size:30px;
	min-height:16px;
	padding: 0px;
	font-weight: 600;
	padding-bottom:5px;
	margin-top: 20px 0px 10px;
}

.item H4
{
	text-indent:0px;
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	text-align:left;
	color: rgb(164,110,8);
	margin:0px;
	margin-top:10px;
	padding:0px;
}

.itemphotoz
{
        display:block;
	text-align: center;
	clear: both;
/*	max-width: 920px; */
	margin: 0px auto;
}

.itemfileload
        {
        display:block;
	text-align: center;
	clear: both;
	}

.itemfileload a
        {
display:-moz-inline-stack; /* for FF2*/
display:inline-block; /* normal browsers */
zoom:1; /* for IE (hasLayout true) */
*display:inline; /* for IE */

	margin: 5px;
	padding:5px;
width:130px;
height:130px;
overflow:hidden;	
text-decoration:none;

   -webkit-box-shadow: 0px 0px 5px #333;
           box-shadow: 0px 0px 5px #333;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

	}


.itemfileload a:hover
{
 text-decoration:underline;
   -webkit-box-shadow: 0px 0px 10px #000;
           box-shadow: 0px 0px 10px #000;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

.itemmainimg
{
	display:block;
	height:auto;
	text-align:center;
	clear:both;
}

.itemmainimg img
{
	width: auto;
	height: auto;
}

.itemtext
{
	text-indent: 0px;
	text-align:justify;
	color: #666666;
}

.itemtext ul, .itemtext ul li
{
	text-indent: 0px;
	list-style: square outside; 
	list-style-image:url(/img/marker.png);
}

.itemtext ul li
{
	padding-left: 12px;
}

.mb10
{
 	padding-bottom:10px;
}

label.overlabel-apply 
	{
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 1;
    align:left;
    text-align:left;
    color: #999;
	}

label.nonoverlabel-apply 
{
	display:block;	
	z-index: 1;
	align:left;
	text-align:left;
	font-weight:300;
	width:auto;
	color: #222;
	margin-top:12px;
}

.minpageheight
{
	min-height:500px;
}

.designerbutton
{
 margin-top:18px;
 padding-top:24px;
 margin-bottom:-60px;
}

.footertext
{
	color:#ddd;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:30%;
	padding-right:30%;
}

.footertext a
{
	color:#000;
}

.signupform
{
        display:block;
	clear:both;
	margin: 0px;
	margin-top: 10px;
	padding-bottom:20px;
	text-indent:0px;
	text-align:center;
	padding-bottom:20px;
	color:#fff;
	 text-align:center;
	 vertical-align:top;

	background-color: #000;
	background-image: url(/img/fons/fon2.jpg);

	margin-bottom: -37px;
	padding-bottom: 70px;
}

.signupform H2
{
 color:#fff;
 font-size:150%;
 padding-top:10px;
}

.signupform .col
{
 width:280px;
 display:inline-block;
 margin:10px;
 vertical-align:top;
}

.signupform .validateTips
{
 margin-top:20px;
 font-size:100%;
}

.signupform form
{
display:-moz-inline-stack; /* for FF2*/
display:inline-block; /* normal browsers */
zoom:1; /* for IE (hasLayout true) */
*display:inline; /* for IE */

}

.signupform input, .signupform textarea, .signupform select
        {
        display:block;
	align:middle;
	border: 1px solid #B8BAB3;

 width:88%;
 padding:1%;
 margin-left:5%;
 margin-right:5%;
 font-size:100%;

 border-radius:5px;

        }

.signupform textarea
{
 display:block;
 clear:both;
 float:none;
}

.signupform label.nonoverlabel-apply 
	{
        display:block;
	float:left;
 color: #eee;

 width:88%;
 padding:1%;
 margin-left:5%;
 margin-right:5%;
	}


.signupform .clear
{
 clear:both;
 height:5px;
 background-color:transparent;
}

.signupform .designerbutton
{
	width:86%;
	padding:3%;
	margin-left:4%;
	margin-right:4%;
	background: rgba(255,255,255,0.9);
	color: #922;
	text-decoration: none;
	border-radius: 10px;
	display: block;
}

.allok
{
 clear:both;
 font-size:200%;
 line-height:200%;
 text-align:center;
}

.action
{
 clear:both;
 font-size:200%;
 text-align:center;
 position:relative;
 height:auto;
 width:640px;
 margin: 0 auto;
}

.clock2
{
 display:block;
 align:center;
 position:relative;
 text-align:center;
 clear:both;
 margin-left:auto;
 margin-right:auto;
}

#contactme
{
 position:relative;
 top:-130px;
}

/************** новые **************/

.contactsmapwrap
{
	height:600px;
	clear:both;
}

.contactsmap
{
	height:600px;
}

.ui-state-highlight,
.slide-out-divd .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	color: #f00;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

}


.tipserror, h3.tipserror, .messagecolumn h3.tipserror
{
	color:red;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid red; /* #cd0a0a */
	background-color:transparent;
	color: #cd0a0a;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}


#enterdata
{
 position:relative;
 top:-100px;
}

/**************************************/
.commentszone2
{
        display:block;
	clear:both;
	text-indent:0px;
	text-align:left;
	max-width:550px;
	margin:0 auto;
}

.commentszone2 input, .commentszone2 textarea
{
        display:block;
	width:60%;
	float:right;
	align:middle;
	border: 1px solid #aaa;
	padding: 5px;
	border-radius:3px;
	margin:3px;
}

.commentszone2 input[type="file"]
{
	font-size:75%;
	float:right; 
	width:300px; 
	display:inline;
}

.commentszone2 textarea
{
	width: 60%;
}

.commentszone2 label, .commentszone2 a
{
	display:block;
	float:left;
	color: #333;
	padding-top:5px;
	margin-top:0px;
	width:35%;
	font-size:100%;
}

.commentszone2 input[type="submit"]
{
	font-size:125%;
	float:right; 
	max-width:342px; 
	color: #FFFFFF;
	border: 1px solid #1875B0;
	background: #1875B0;
	display:inline;
	cursor: pointer;
	cursor: hand;
}

.commentszone2 .clear
{
 clear:both;
 height:5px;
 background-color:transparent;
}


.otziv
{
 background: url(../../img/close-qu.gif) no-repeat right bottom;
 clear:both;
 border-bottom: 1px dotted #777;
}


.otziv blockquote
{
 background: url(../../img/open-quo.gif) no-repeat left top;
}

.otziv p
{
 text-indent: 20px;
 text-align:justify;
 padding-top:0px;
 padding-bottom:0px;
 margin-top:0px;
 margin-bottom:0px;
}

.otziv a
{
 float:right;
 position:relative;
 top:-35px;
}

a.news
{
	display:block;
	text-align:left;
	width:100%;
	clear:both;
	text-decoration:none;
	color:#000;
	margin-top:10px;
}

.itemlinear
{
	clear:both;
	margin: 36px 0px 0px;
	padding: 10px;
}

.itemdroptitle
{
}

.itemlinear .itemtitle
{
	text-align: justify;
}

.itemlinear .itemtitle a
{
	color: #666666;
	text-align: left;
	text-decoration: none;
}

.itemlinear .itemtitle a.mainpagelink:hover
{
	text-decoration: none;
}

.itemlinear .itemtitle a img
{
	float: left;
	margin-right: 12px;
}

.news .itemtitle a img
{
	border: 10px solid rgb(173,221,225);
}

.itemlinear .itemtitle a h3
{
	padding:0px;
	margin: 0px 0px 24px;
	text-transform: uppercase;
	font-weight: normal;
}

.itemlinear .itemtitle a h3 b
{
	padding-right: 24px;
	color: #CDA434;
	font-weight: normal;
}

.itemlinear .itemtitle a.more
{
	width: auto;
	margin-top: 36px;
	float: right;
	padding: 12px 24px;
	background-image: url(/img/garrow.png);
	background-repeat:no-repeat;
	background-position: center right;
}

.itemlinear .itemtitle a.more span.pics
{
	padding-right: 28px;
	margin-right: 24px;
	background-image: url(/img/picts.png);
	background-repeat:no-repeat;
	background-position: center right;
}

.itemdroptitle a, a.bigyellow, a.smallyellow, .BigButton, .bigButton
{
	display:block;
	width:600px;
	height:auto;
	border:none;
	text-decoration:none;
	font-size:125%;
	color:#fff;
	padding: 7px;
	margin:5px;
	border-radius:0px;
	text-align:left;
	padding-left:20px;
	background-color: #1875B0;
}

.enterzone .BigButton
{
	background-color: #1875B0;
	font-weight: normal !important;
	border:none;
	font-size:16px;
}

a.smallyellow
{
	display:inline;
	width:auto;
	height:auto;
	text-decoration:none;
	font-size:13px;
	font-weight:300;
	color:#fff;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin:2px;
	text-align:left;
}

a.bigyellow, .BigButton, .bigButton
{
	font-size: 150%;
	text-align: center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	text-indent:0px;
	cursor:pointer;
	cursor:hand;
}

.itemlinear .itemtime
{
	float:left;
}

a[href='#print']
{
	background: url(../../img/printer.png) 0 0px no-repeat;
	padding-left: 20px;
}

/********************* zone ********************/
.enterzone
{

/*	display:-moz-inline-stack; 
	display:inline-block; 
	zoom:1; 
	*display:inline; */

	width:auto;
	height: auto;
	clear:both;
	margin: 0px;
	text-align:center;
}

.enterzone input, .enterzone textarea, .enterzone select
{
        display:block;
	width:100%;
	clear:both;
	border: 1px solid #1875B0;
	padding:10px 20px;
	background-color: #1875B022;
}

.enterzone select
{
	width:200px;
}

.enterzone textarea
{
	height:64px;
	width:96%;
}

.enterzone div
{
	display: block;	
	position: relative;
	text-align:center;
	clear: both;
	width:auto;
	height:auto;
	font-size: 12px;
	margin: 0px;
}

.enterzone label
{
	color: #333;
	font-size: 14px;
	font-weight: 300;
	margin-top:8px;
}

.zoneColumns 
{
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	text-align:center;
	padding:0px;
	padding-bottom:20px;
	vertical-align:top;
}

.zoneColumns li 
{

	display: block; /* normal browsers */

	vertical-align:top;
	padding: 5px;

	list-style: none;
	width: auto;
	height: auto;

	background-color:#fff;
}

.Addishbar
{
	width:100%; 
	height:auto;
	text-align:center; 
}

.addattachbutton
{
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */

	padding:5px;
	width:140px;

	margin-right:-1px;
	margin-bottom:-1px;

	text-align:center;
	vertical-align:middle;
	border:1px solid #bbb;

	background-color:#fff;

	cursor:pointer;
	cursor:hand;
}

/* --- [ fileBox] --- */
.Newfilebox, .filebox
{
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */

        width:150px;
        height:220px;
	padding:0px;
	margin-right:-1px;
	margin-bottom:-1px;

	text-align:center;
	background-color: #fff;
	border:1px solid #bbb;

	vertical-align:top;

	overflow:hidden;
}

.Newfilebox input, .filebox input
{
	width:145px;
	padding:0px;
	padding-left:5px;
	border:none;
	border-bottom:1px solid #bbb;
	margin:0px;
	background-color:#f7e6d2; 
}

.Newfilebox label, .filebox label
{
	background-color:#fff;
	width:145px;
	padding:0px;
	padding-left:5px;
}


.Newfilebox label input, .filebox label input
{
	width:20px;
	display:inline;
	clear:none;
}

.Newfilebox input[type="text"], .filebox input[type="text"]
{
	border-top:1px solid #bbb;
}


.Newfilebox img, .filebox img
{
	margin:0px;
	height:120px;
	padding-left:0px;
	
	box-shadow:none;
	border-radius:0px;
	clear:both;
}

input.BigButton
{
/*	width: 300px; */
	cursor: hand;
	cursor: pointer;
}


/**** комментарии ***/
.commentszone
        {
        display:block;
	clear:both;
	text-indent:0px;
	text-align:left;
	width:550px;
	margin:0 auto;
        }

.commentszone input, .commentszone textarea
        {
        display:block;
	width:60%;
	float:right;
	align:middle;
	border: 1px solid #aaa;
	padding: 5px;
	margin:3px;
        }

.commentszone input[type="file"]
	{
	font-size:75%;
	margin-left:210px;
	float:none; 
	width:280px; 
	display:inline;
	}

.commentszone input[type="submit"], .commentszone input[type="button"]
{
	cursor:pointer;
	cursor:hand;
	border: 1px solid #aaa;
	padding: 5px;
}


.commentszone textarea
{
	width: 60%;
}

.commentszone label, .commentszone a
	{
	display:block;
	float:left;
	color: #333;
	padding-top:5px;
	margin-top:0px;
	width:35%;
	font-size:75%;
	}


.commentszone .clear
{
 clear:both;
 height:5px;
 background-color:transparent;
}

.avtorname b
{
text-decoration:underline;
}

.avtordiv
{
	display:none; 
	text-decoration:none;
	background-color:#fff;
	position:absolute;
	z-index:1000;
	font-weight:normal;
	border: 1px solid #AAA;
	padding: 5px;
	text-indent: 0px;
}

.avtordiv img
{
	width:50px;
}

.commentitem
{
	background-color:#fffff5;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	margin: 0px;
	margin-top: -1px;
	border-radius: 20px 0px 0px 20px;
	box-shadow: 5px 5px 10px #999;

	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	min-height:100px;
	overflow:hidden;
}

.only1corner
{
	border-radius: 0px 0px 0px 20px;

}

.shiftcomments
{
        display:block;
	width:auto;
	clear:both;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.shift160
{
	margin-left:160px;
}

.avatarpicdiv
{
	display:block;
	float:left;
	width:60px;
	height:auto;
	margin-right:20px;
	text-align:center;
	padding-top:10px;
}

.avatarpicdiv img
{
	border-radius:20px;
	margin-left:10px;
	width:50px;
}

.undertheme
{
	text-align:left;
	padding-left:20px;
}

.dynatitle
{
	text-align:left;
	font-size: 80%;
	padding-left: 20px;
	max-width: 980px;
	margin: 20px auto;
}

.contentright .dynatitle
{
	margin:20px 0px;
}

.dynatitle a
{
	color: rgb(158,122,81);
	text-decoration: none;
}

.dynatitle a:hover
{
	text-decoration: underline;

}

.dynatitle span
{
	color: #ed8b28;
}

.slogan
{
	text-align:center;
	color: rgb(158,122,81);
}

.pricetext
{
	margin: 10px 0 15px;
	font-weight: bold;
	text-align: center;
}

.pricetext a
{
	margin-left:10px;
	color: rgb(158,0,0);
	padding: 3px 15px;
	background-color: rgb(158,0,0);
	border-radius: 5px;
	box-shadow: 0 0 3px #333;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

.pricetext a:hover
{
	box-shadow: 0 0 5px #000;
}

.linkedH
{
	margin: 0px 0px 5px;
	padding: 0px;
	text-align:left;
}

.linkedobj
{
	background: rgba(164,110,8,0.2);
	padding: 5px;
}

.linkedobj a                  
{
	text-decoration:none;
	color: rgb(164,110,8);
	display:block;
	width: 100%;
	height: auto;
	text-align:left;
}

.linkedobj H3
{
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 16px;
}

.linkedobj img
{
	height: 50px;
}

.linkedobj .dopinfo
{
	float: right;
	margin-right: 15px;
	text-align: right;
}

.linkedobj .dopinfo span
{
	color: rgb(51,43,36);
	font-weight: bold;
}

/******* pages **********/
.pageline
{
	width:100%;
	text-align:center;
	clear:both;
	margin: 15px 0px 15px;
}

.pageline a, .pageline span
{
	margin:0px;
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
	font-size:16px;
	text-align:center;
	color:#333;
	padding:5px 15px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-bottom:1px solid #777;
	background:rgba(164,110,8,0.3);
	border-radius:1px;
	text-decoration:none;
}

.pageline .active
{
	background-color: rgb(164,110,8);
	color: #fff;
}

.pageline a:hover
{
	background-color: rgb(164,110,8);
	color: #fff;
}

.pageline .left
{
	border-radius: 4px 1px 1px 4px;
	float:none;
	width:auto;
	height:auto;
}

.pageline .right
{
	border-radius: 1px 4px 4px 1px;
	border-right:1px solid #777;
	float:none;
	width:auto;
	height:auto;
}


.menuleft
{
	vertical-align:top;
	display: inline-block;
	width: 16.666%;
	min-width: 160px;
	min-height:500px;
	padding-top: 32px;
}

.menuleft H3
{
	padding: 0;
	margin: 0;
	text-align: left;
	padding-left: 4px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
}

@media only screen and (max-width: 945px) {

	.menuleft
	{
		min-height: 0px;
		width: auto;
		padding-top: 0px;
	}

	.subMenu2
	{
		display: none;
	}

	.menuleft H3
	{
		background-image: url(/img/catdown32.png);
		background-repeat: no-repeat;
		background-position: center left;
		padding: 10px 42px !important;
		width: auto;
		cursor: pointer;
		cursor: hand;
	}

}


.contentright
{
	vertical-align:top;
	display: inline-block;
	width: 82.333%;
	min-width: 300px;
	text-align:center;
	min-height:500px;
}

/********************** sub menu *******************/
.subMenu2 {
	padding:0px;
	margin: 0px;
	padding-top:10px;
	cursor: default;
}

.submenu2shift {
	padding-left: 10px;
}

.submenu2shiftold {
	padding-left: 10px;
	padding-top:5px;
}

.subMenu2inner .submenu2shiftold {
	background-image:url(/img/sbmenuinnerdiv.png); 
	background-repeat:repeat-y;
	background-position:left 1px;
	padding-left: 20px;
}

.innerline {
  background-image:url(/img/sbmenuinnerdiv.png); 
  background-repeat:repeat-y;
  background-position:left 1px;
}

.subMenu2 li {
	list-style: none;
	text-align: left;
	padding-bottom:1px;
}

.subMenu2 img {
	border:0px;
	margin-right:10px;
	vertical-align:-3px; 
}

.subMenu2inner
{
	margin-top:-10px;
}

.subMenu2inner li
{
	background-image:url(/img/sbmenuleft.png); 
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}

.subMenu2inner .lastp 
{
	background-image:url(/img/sbmenuleftlast.png); 
	background-repeat:no-repeat;
	background-position:left top;
}

.subMenu2 small {
 font-size:90%;
 font-weight:normal;
 display:inline;
}

.subMenu2 a, .subMenu2 span {
	display: block;
	position: relative;
	padding: 4px 2px 9px 4px;
	color: #033689; 

	text-decoration:none;
	border: none 1px #B8BAB3;
        z-index:10;
}

.subMenu2 a:hover {
	text-decoration:underline;
	color: #9e0000;
	padding: 4px 2px 9px 4px;
	border: none 1px #fff;
	border-right: none 1px #FFF;
	z-index:100;
}

.subMenu2 i
{
	font-size:75%;
	color:#777;
	font-style: normal;
	font-weight: normal;
	padding-left:5px;
}

.subMenu2 li a, .subMenu2 li span.passiv
{
	text-decoration:none;
	color: #000; 
}

.subMenu2 li span.aktiv
{
	color: #9e0000;
}

.subMenu2 li span.aktiv img
{
	cursor: pointer;
}

.leftright
{
	clear: both;
/*	margin-top: 72px;*/
}

.leftright .left
{
	width: 55%;
	float: left;
	min-width: 260px;
}

.leftright .right
{
	width: 41%;
	float: right;
	min-width: 260px;
	padding: 2%;
	background: rgba(255,255,255,0.85);
	color: #000;
}

.leftright .right H2
{
	text-align: left;
}

.parallox
{
	background-attachment: fixed;
	background-position: center center;
	padding: 3% 2%;
}

.childabout
{
/*	background: url(/img/childabout.png);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
/*	height: 569px; */
}

@media only screen and (max-width: 800px) {

	.childabout
	{
		display: none;
	}

	.leftright .right
	{
		width: 96%; /* 4% padding */
		float: none;
	}

}

.gallery
{
	padding: 0px;
	margin: 0px;
}

.gallery img
{
	width: 100%;
	height: auto;
	margin: 0px 0px;
}

.gallery a
{
	display: inline-block;
	width: 25%;
	height: auto;
	vertical-align: top;

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
	
}

.gallery a:hover
{
/*	opacity: 0.7;*/

    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;

}

.highslide-credits
{
	display: none !important;
}

.partners
{
	background-image: url(/img/partners/partnersfon.png);
	background-position: center center;
	background-repeat: repeat-y;
	margin: 36px 0px 12px;
}

.partners .partnersleft
{
	width: 50%;
	float: left;
	padding: 24px 0px 24px;
}

.partners .partnersright
{
	width: 50%;
	float: right;
	font-size: 12px;
}

.partners .partnersright h3
{
	text-align:left;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

.partners .partnersright input
{
	background: #fff;
	border: 1px solid #cccccc;
	font-size:14px;
	padding: 20px 4% 20px;
	margin: 12px 0px;
	text-align: left;
	color: #666666;
	width: 91%;
	clear: both;
}

.partners .partnersright input::-webkit-input-placeholder {
	color: #d8d8d8;
   } 
.partners .partnersright input::-moz-placeholder {
	color: #d8d8d8;
   }

.partners .partnersright div
{
	text-align: left;
	margin-left: 48px;
}

@media only screen and (max-width: 945px) {

.partners .partnersright div
{
	margin-left: 12px;
}

.partners .partnersright input
{
	padding: 20px 1% 20px;
}

}

.partners .partnersright a
{
	display: inline-block;
	float: right;
	background: #CDA434;
	border: none;
	margin-right: 1%;
	font-size:14px;
	padding: 20px 30px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.feedback
{
	background-image: url(/img/feedback.jpg);
	background-image: url(/base/data/3172mid.jpg);
	background-position: center 70%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 564px;
	margin-top: 40px;
	overflow: hidden;
}

.feedback .midcolumn
{
	padding-top: 47px;
}

.feedback .midcolumn div.slide
{
	display: inline-block;
	background: rgba(197, 0, 0, 0.73);
	max-width: 380px;
	text-align: left;
	padding: 
	height: auto;
	vertical-align: top;
	color: #fff;
	margin: 0px 20px 0px 0px;
	margin-bottom: 24px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(197, 0, 0, 0.9);
}

.feedback .midcolumn div.slide:last-child
{
	margin: 0px;

}

.feedback .midcolumn div.slide a.more
{
	color: #fff;
	text-decoration: none;
	padding: 3px 17px 3px 3px;
	vertical-align: top;
	background-image: url(/img/warrow.png);
	background-repeat:no-repeat;
	background-position: center right;
	margin-top: 28px;
	display: inline-block;
}

.feedback .midcolumn div.slide h3
{
	padding: 17px 0px 28px 20px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}

.feedback .midcolumn div.slide p
{
	padding: 0px 12px 22px 46px;
	font-size: 16px;
}

.feedback .midcolumn div.slide>img
{
	margin: 0px 112px -32px 12px;
	max-width: 100px;
	max-height: 100px;
	display: inline-block;
}


.slideleftarr
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-image: url(/img/slidepreview.png);
	background-position: center right;
	margin-top: -90px;
	width: 320px;
	height: 641px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

@media only screen and (max-width: 1650px) { .slideleftarr { left: -100px;} }
@media only screen and (max-width: 1550px) { .slideleftarr { left: -200px;} }
@media only screen and (max-width: 980px)  { .slideleftarr { display: none !important;}}

.slideleftarr a
{
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 295px;
	margin-right: 6px;
	background-image: url(/img/slidearrow.png);
	backgroud-position: center center;
	z-index: 999;
}

.sliderightarr
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-image: url(/img/slidepostview.png);
	background-position: center left;
	margin-top: -90px;
	width: 320px;
	height: 641px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

@media only screen and (max-width: 1830px) { .sliderightarr { width: 270px;} }
@media only screen and (max-width: 1780px) { .sliderightarr { width: 220px;} }
@media only screen and (max-width: 1630px) { .sliderightarr { width: 170px;} }
@media only screen and (max-width: 1580px) { .sliderightarr { width: 120px;} }
@media only screen and (max-width: 1480px) { .sliderightarr { width:  70px;} }
@media only screen and (max-width: 1430px) { .sliderightarr { width:  20px;} }
@media only screen and (max-width: 1380px) { .sliderightarr { display: none;} }


.mainslidepreview
{
	display: none;
}

.lastiventswrapper
{
	position: relative;
	z-index: 9;
	heught: auto;
	background: rgba(255,255,255,1);
	padding-top: 30px;
	max-width: 1280px;
/*	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);*/
}

.lastiventswrapper:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	height: 97%;
	width: 60%;
	bottom: 0;
	left: 10px;
	box-shadow: 0 0 10px 10px rgba(0,0,0,.2);
	border-bottom-right-radius: 100%;
}

.lastiventswrapper:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	height: 97%;
	width: 60%;
	bottom: 0;
	right: 10px;
	box-shadow: 0 0 10px 10px rgba(0,0,0,.2);
	border-bottom-left-radius: 100%;
}

.lastiventswrapper h2
{
	padding-top: 1em;
}


.lastivents
{
	background-color: #fff;
}

.lastivents div.slide
{
	display: inline-block;
	max-width: 380px;
	text-align: left;
	padding: 
	height: auto;
	vertical-align: top;
	color: #666666;
	margin: 30px 20px 0px 0px;
	margin-bottom: 24px !important;
}

.lastivents div.slide:last-child
{
	margin: 30px 0px 0px;

}

.lastivents div.slide a.more
{
	color: #666666;
	text-decoration: none;
	padding: 3px 17px 3px 3px;
	vertical-align: top;
	background-image: url(/img/garrow.png);
	background-repeat:no-repeat;
	background-position: center right;
	margin: 14px 12px 0px 0px;
	display: inline-block;
	float: right;
}

.lastivents div.slide h3
{
	padding: 17px 6px 12px 6px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}

.lastivents div.slide h3 b
{
	padding-right: 12px;
	color: #1875B0;
}

.lastivents div.slide p
{
	padding: 0px 6px;
	font-size: 16px;
}

.lastivents div.slide>img
{
	margin: 0px;
	width: 380px;
	height: 300px;
	display: inline-block;
}

.eventsyears
{
	margin: 24px 0px;
}

.eventsyears a, .eventsyears span
{
	margin: 0px 12px;
	color: #666666;
	width: 60px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

.eventsyears span.dots
{
	width: auto;
	margin: 0px;
}

.eventsyears a:hover, .eventsyears span.active
{
	font-size: 26px;
	color: #2ab2b7;
	font-weight: bold;
}

.eventsyears .future
{
	width: auto;
	padding: 12px;
	color: #fff;
	background: #2ab2b7;
	float: right;
	position: relative;
	top: -6px;
}

.eventsyears .future:hover
{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.events 
{
	min-height: 230px;
}

.events .month
{
	background-image: url(/img/monthline.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	vertical-align:middle;
}

.events .month:first-child
{
	background-image: url(/img/monthlinetop.png);
	background-position: center 16px;
}

.events .month:last-child
{
	background-image: url(/img/monthlinebottom.png);
	background-position: center top;
}


.events .month div
{
	width: 46%;
}

.events .month:nth-child(odd) div:nth-child(1)
{
	float: left;
	text-align: right;
}

.events .month:nth-child(odd) div:nth-child(2)
{
	float: right;
	text-align: left;
}

.events .month:nth-child(even) div:nth-child(2)
{
	float: left;
	text-align: right;
}

.events .month:nth-child(even) div:nth-child(1)
{
	float: right;
	text-align: left;
}

.events .month .monthname
{
	text-transform: uppercase;
	font-size: 18px;
}

.leftcontacts
{
	width: 36%;
	padding: 24px 3%;
	float: left;
	text-align: left;
}

.leftcontacts strong
{
	color: #1875B0;
}

.leftcontacts a
{
	color: #1875B0;
	text-decoration: none;
}

.leftcontacts a:hover
{
	text-decoration: underline;
}

.rightcontacts, .loyal
{
	width: 63%;
	padding: 24px 3% 36px;
	float: right;
}

.loyal
{
	margin: 0px auto;
	float: none;
}

.rightcontacts a, .loyal a
{
	display: inline-block;
	float: right;
	background: #1875B0;
	border: none;
	font-size:14px;
	padding: 20px 30px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.rightcontacts input, .rightcontacts textarea, .loyal input, .loyal textarea
{
	background: #fff;
	border: 1px solid #1875B0;
	font-size:16px;
	padding: 20px 4% 20px;
	margin: 12px 0px;
	text-align: left;
	color: #666666;
	width: 100%;
	clear: both;
}

.rightcontacts textarea, .loyal textarea
{
	height: 6em;
}

.rightcontacts input::-webkit-input-placeholder, .rightcontacts textarea::-webkit-input-placeholder, .loyal input::-webkit-input-placeholder, .loyal textarea::-webkit-input-placeholder
{
	color: #bbbbbb;
   } 
.rightcontacts input::-moz-placeholder, .rightcontacts textarea::-moz-placeholder, .loyal input::-moz-placeholder, .loyal textarea::-moz-placeholder
{
	color: #bbbbbb;
   }

.structline
{
	margin-bottom: -42px;
}

h4.datatime
{
	color: #CDA434;
	font-weight: normal;
}

.greyhead
{
	margin: 24px auto 0px;
	max-width: 914px;
	background-color: #eee;
	padding: 12px 0px;
}

.greyhead .numprice
{
	font-size: 150%;
	letter-spacing: 0.2em;
	color: #333;
}

.greyhead .details
{
	font-size: 80%;
	color: #922;
}


.greyfoot
{
	margin: 5px auto 48px;
	max-width: 890px;
	background-color: #eee;
	padding: 12px;
}

.numaround 
{
	margin: 24px auto 0px;
	max-width: 914px;
	vertical-align: top;
}

.numaround .lefttext
{
	width: 30%;
	display: inline-block;
	padding-top: 20px;
	min-height: 380px;
	background-color: #eee;
	vertical-align: top;
	text-align: left;
}

.numaround .lefttext p
{
	padding: 4px 6px 4px 26px;
	margin: 0px;
	background-image: url(/img/header/active.png);
	background-repeat: no-repeat;
	background-position: 8px center;
}

.numaround .itemphotoz
{
	width: 70%;
	display: inline-block;
	height: 380px;
	overflow: hidden;
	padding-top: 20px;
	background-color: #eee;
	vertical-align: top;
}


@media only screen and (max-width: 800px)
{
	.lastivents div.slide
	{
		margin: 0px;
	}
	.leftcontacts
	{
		width: 48%;
		padding: 1%;
		
	}	
	.rightcontacts
	{
		width: 48%;
		padding: 1%;
	}	
	.gallery a 
	{
		width: 50%;
	}
	.pagetitle 
	{
		margin: 0px 0px 0px;
	}

	.numaround .lefttext
	{
		width: 100%;
		display: inline-block;
		height: 400px;
		background-color: #eee;
		vertical-align: top;
	}

	
	.numaround .itemphotoz
	{
		width: 100%;
	}
}

.numarrows
{
	margin: 0px 18px 0px;
	position: relative;
	top: 2px;
	width: 22px;
	height: 22px;
}

.socialblock
{
	margin: 0px auto;
	text-align:center;
}

.socialblock>div
{
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	width: auto;
}

#structs img {
	display: block;
	float: right;
	margin-right: 12px;
}



/* новости */

h2.newstitle
{
	text-align: left;
	padding: 30px 18px 6px;
}

h2.newstitle small
{
	color: #fff;
	background-color:#cb2026;
	padding: 2px 10px;
	float: right;
}

.newsslider
{
	text-align:center;
}

.newsslider a
{
	display: inline-block;
	width: 320px;
	max-width: 96%;
	min-width: 300px;
	height: 240px;
	text-decoration: none;
	position: relative;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 660px)
{
	.newsslider a
	{
		width: 96% !important;
	}
}


.newsslider a span
{
	position: absolute;
	top: 0px;
	background-color: #cb2026;
	color: #fff;
	padding: 6px;
	right: 0px;
	margin-top: 0px;
}

.newsslider a h3
{
	color: #fff;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	text-shadow: 	0px 0px 1px #000,
			1px 1px 1px #000,
			-1px 1px 1px #000,
			-1px -1px 1px #000,
			1px -1px 1px #000;
	font-size: 1.5em;
}

/******* pages **********/
.pageline
{
	text-align:center;
	margin: 6px 0px 12px;
}

.pageline a, .pageline span
{
	margin:0px;
	display:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */
	font-size:16px;
	text-align:center;
	color:#333;
	padding:5px 15px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-bottom:1px solid #777;
	background:rgb(231, 230, 228);
	border-radius:1px;
	text-decoration:none;
}

.pageline .active
{
	background-color: #585d69;
	color: #fff;
}

.pageline a:hover
{
	background-color: #30302f;
	color: #fff;
}

.pageline .left
{
	border-radius: 4px 1px 1px 4px;
	float:none;
	width:auto;
	height:auto;
}

.pageline .right
{
	border-radius: 1px 4px 4px 1px;
	border-right:1px solid #777;
	float:none;
	width:auto;
	height:auto;
}

.itemtext>a>img
{
	float: right;
    display: inline-block;
    margin: 0px 0px 10px 10px;
    height: 100px;
    width: 100px;
    vertical-align: bottom;
    border-radius: 50%;
}

.rating
{
	padding: 12px;
}

.feedback .midcolumn div.slide .rating 
{
    padding: 17px 0px 28px 20px;
    margin: 0px;
	width: 40%;
	float: right;

}

.feedback .midcolumn div.slide h3
{
	width: 40%;
	float: left;
}


.rating.onepage 
{
	text-align:center;
}

.short2 .rating
{
	position: absolute;
	z-index: 1;
	padding: 0px 3px;
}

.rating b
{
	padding-right: 14px;
	font-weight: normal;
}

.rating span
{
	display: inline-block;
	width: 15px;
	height: 15px;
	color: transparent;
	margin: 2px;
	position: relative;
	top: 3px;
}

.rating span.full
{
	background-image:url('/img/star-full.png');
	filter: brightness(2.0);
}

.ratingedit span.full, .rating.onepage span.full
{
	filter: brightness(1.0);
}

.rating span.half
{
	background-image:url('/img/star-half.png');
}

.rating span.empty
{
	background-image:url('/img/star-empty.png');
}

.rating a
{
	margin-left: 14px;
	text-decoration:none;
	border-bottom: 1px dotted #0d1e7a;
	color: #0d1e7a;
	padding: 1px;
}

.ratingedit
{
	cursor:pointer;
	cursor:hand;
}

.firmbutton
{
	display: inline-block;
	background: #1875B0;
	border: none;
	font-size: 14px;
	padding: 20px 30px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.feedbackitem .itemmainimg img
{
	width:100px;
	height: auto;
	border-radius: 25%;
}

.itemtext .booking
{
	margin: 0px auto 0px;
	max-width: 914px;
	vertical-align: top;
}

#_bnovo_link_
{
	display: none;
}

.howtobuy .step
{
	display: block;
	width: 120px;
	height: 120px;
	background: #1875B0;
	color:#fff;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 50%;
	margin: 0px auto 20px;
}

.howtobuy .step strong
{
	font-size: 60px;
	display: block;
	clear: both;
	text-align: center;
	line-height:60px;
	padding-top:15px;
}

.howtobuy .step span
{
	display: block;
	clear: both;
	line-height:20px;
	font-size: 20px;
}

.howtobuy .info
{
	text-align: left;
	background: #ffffffdd;
	padding: 15px;
	margin: 0px 20px 20px;
}

.howtobuy h3
{
	color: #000;
	text-shadow: 0px 0px 5px #fff;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}


.howtobuy
{
	background-image: url(/uploads/ozero73.jpg);
	background-size: cover;
	background-position: center center;
	padding: 60px 0px;
	text-align: center;
}

.infrastrukture
{
	background-image:url(/base/picts/house1.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 100vh;
}

.infrastrukture h2
{
	color: #fff;
	margin: 0px auto;
	padding: 36px;
	font-size: 36px;
	text-shadow: 0px 0px 5px #000;
}


.infrastrukture .infraitem 
{
	margin: 30px auto 10px;
}

.infrastrukture .infraitem img
{
	display: block;
	margin: 0px auto;
}

.infrastrukture .infraitem .details
{
	text-align: left;
	background: #ffffffdd;
	padding: 15px;
	margin: 0px 20px 20px;
}

.infrastrukture .infraitem h3
{
	color: #000;
	text-align: center;
}

.infrastrukture .infraitem img
{
	background: #000;
	background: #1875B0;
	border: 5px solid #fff;
	border-radius: 50%;
	display: block;
	margin: 12px auto 12px;
	padding: 10px;
	width: 100px;
	height: 100px;
}

.faq
{
	max-width: 1200px;
	padding: 12px 24px 24px 20px;
	color: #333;
	margin: 0px auto;
}

.faq .question
{
	display: block;
	border-bottom: 1px solid #aaa;
	cursor: pointer;
	color:#555;
	font-size: 26px;
}

.faq .question img
{
	float: right;
	margin: 3px 3px 3px 26px;
	border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	width: 54px !important;
    height: 54px !important;
    padding: 10px;
	position: relative;
	top: -12px;
}

.faq .question img:hover
{
	background: #eee;
}

.faq .answer
{
	display: none;
	line-height: 1.75em;
	clear: both;
/*    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	border-bottom: 1px solid #aaa;
    transition: all 0.5s ease-in-out;*/
	border-bottom: 1px solid #aaa;

    -webkit-transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
    -moz-transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
    -o-transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
    transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
}

.faq .answer.opened
{

}

.faq .question.opened img
{
	-moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.row
{
	max-width: 1160px;
	margin: 0px auto;
}


@media only screen and (max-width: 800px) 
{
	.parallox
	{
		background-color:#fff;
		background-size: contain !important;
		background-attachment: scroll;
	    background-position: top;
	    background-repeat: no-repeat;
		padding: 300px 0px 0px;
	}
	.infrastrukture {
		background-color:#fff;
		background-size: contain !important;
		background-attachment: scroll;
	    background-position: top;
	    background-repeat: no-repeat;
		padding: 200px 0px 0px;
	
	}
	.howtobuy
	{
		background-color:#fff;
		background-size: contain !important;
		background-attachment: scroll;
	    background-position: top;
	    background-repeat: no-repeat;
		padding: 200px 0px 0px;
	}
}


@media (max-width: 576px)
{
	.fancybox-thumbs.fancybox-thumbs-y
	{
		display: none !important;
	}

	.fancybox-show-thumbs .fancybox-inner {
	    right: 0px;
	}
	.fancybox-button.fancybox-button--thumbs
	{
		display: none;
	}

	#block3355 h2 span, #block3355 p span
	{
		display: block;
		clear:both;
	}
}

.mytitleup
{
	margin-top:-120px;
	z-index:10000 !important;
}

@media (max-width: 576px)
{
	.mytitleup
	{
		margin-top:-140px;
		z-index:10000 !important;
	}
}


#mytitleinfo
{
	margin: 0px;
	padding: 0.5em 1em 1em;
	min-height: 100px;
}

.uchloaded
{
	background: #f5f5f5;
}