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;

}

.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:#0137a3;
}

.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 3px;
	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: 60px;
	min-height:16px;
	font-size: 30px;
}


.item
{
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: left;
}

.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;
	font-weight:300;
	padding: 0px;
	margin: 0px;
	text-align:center;
	text-transform: uppercase;
	color: rgb(102,102,102);
}

.item>H2
{
	margin:64px 0px 12px;
	text-align: center;
}


.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);
	background-attachment: fixed;

	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;
	margin-bottom: 100px;
}

.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; 
	border: 1px solid #aaa;
	display:inline;
}

.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: rgb(164,110,8);
}

.enterzone .BigButton
{
	background-color: rgb(164,110,8);
	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:192px;
	clear:both;
	align:center;
	border: 1px solid #B8BAB3;
	padding-left:5px;
	background-color: rgb(230,230,230);
}

.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:-moz-inline-stack; /* for FF2*/
	display:inline-block; /* normal browsers */
	zoom:1; /* for IE (hasLayout true) */
	*display:inline; /* for IE */

	vertical-align:top;
	margin-bottom: -1px;
	margin-right: -1px;
	padding: 5px;
	border: 1px solid #B8BAB3;
	list-style: none;
	width: 200px;
	height: 120px;

	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: 1px;
	margin-bottom: -3px;
}

.gallery img
{
	width: 100%;
	height: auto;
	margin: -2px 0px;
}

.gallery a
{
	display: inline-block;
	width: 12.5%;
	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;

/*	background-size: cover;*/
	background-position: center center;
	height: 200px;
	
}


@media only screen and (max-width: 945px) {

.gallery a
{
	height: 150px;
}

}

.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-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 484px;
	margin-top: 40px;
}

.feedback .midcolumn
{
	padding-top: 47px;
}

.feedback .midcolumn div.slide
{
	display: inline-block;
	background: rgba(205,164,52,0.8);
	max-width: 380px;
	text-align: left;
	padding: 
	height: auto;
	vertical-align: top;
	color: #fff;
	margin: 0px 20px 0px 0px;
	margin-bottom: 24px !important;
}

.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;
	width: 100px;
	height: 100px;
	display: inline-block;
}

#mainslidewrapper
{
	height: 675px;
	z-index: 0;
	margin-top: 2px;
}

.mainslide
{
	height: 675px;
	background-position: center 84%;
	background-size: cover;
}

.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
{
	margin-top: -200px;
	margin-bottom: 90px;
	position: relative;
	z-index: 999;
	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: 85%;
	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: 85%;
	width: 60%;
	bottom: 0;
	right: 10px;
	box-shadow: 0 0 10px 10px rgba(0,0,0,.2);
	border-bottom-left-radius: 100%;
}

.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: #9D7414;
}

.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: 23%;
	padding: 24px 3%;
	float: left;
	text-align: left;
}

.leftcontacts strong
{
	color: #CDA434;
}

.leftcontacts a
{
	color: #CDA434;
	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: #CDA434;
	border: none;
	margin-right: 1%;
	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 #CDA434;
	font-size:16px;
	padding: 20px 4% 20px;
	margin: 12px 0px;
	text-align: left;
	color: #666666;
	width: 91%;
	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;
	height: 400px;
	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;
	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: 25%;
		height: 100px;
	}
	.pagetitle 
	{
		margin: 120px 0px 0px;
	}

	.mainslide, #mainslidewrapper
	{
		height: 375px;
	}

	.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;
}

.balloontable
{
	width: 800px;
	margin: 0px auto;
}

.balloontable img
{
	height: 140px;
	width: auto;
	max-width: 200px;
}

@media only screen and (max-width: 945px) {

.balloontable img
{
	height: 70px;
	max-width: 100px;
}


}


@media only screen and (max-width: 800px) {

.balloontable
{
	display: none;
}

}

.btmc
{
	color: #eee;
}

.btmc a
{
	color: #fff;
	text-decoration: none;
}

.btmc a:hover
{
	text-decoration: underline;
}