@import url('info.css');
* {margin: 0; padding: 0; outline: 0;}
*, html, p, table, tr, #wrapper, #wrapper-center, #wrapper-top, #content-wrapper, #content-top, #content-bottom, h1, #body2, #logo { margin:0; padding:0; }
.clear {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}
.shadow {
	background: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 4px #afaeae;
	-webkit-box-shadow: 0px 0px 4px #afaeae;
	-moz-box-shadow: 0px 0px 4px #afaeae;
}
.hidden_robot {
	margin:0;
	padding:0;
	display:none;
	font-size:1px;
}



hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:10px 0 !important;
	page-break-after:always;
	clear:both;
}

.link_back {
	display:block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	height:16px;
	margin:5px;
	padding: 1px 0 0 20px;
	background: transparent url(../img/link_back.gif) no-repeat;
	color: #3C1700;
	clear:both;
}
/** theme style **/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #333333;
	/*font: normal 12px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	background:white;
	font-size:14px;
}

h1 {
	display:none;
	position:absolute;
	height:0px;
}

h2 {
	margin:0px 0 5px 0;
	padding:0px 0 0 0;
	font-size:34px;
	font-weight:bold;
	color:#3C1700;
	text-transform:uppercase;
	text-align:center;
}

a {
	color: #3C1700;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: gray;
	text-decoration: none;
}
a img, a img:hover{
	border: 0;
	text-decoration: none;
}


.wrapper
{	margin: 0 auto;
	position:relative;
	width: 800px;
	
}
.wrapper p{
	text-align:justify;
	background:transparent;
	padding:5px;
}


.supertop {
	background:url(../img/theme/top.jpg) repeat-x top;
	height:850px;
	text-align:center;
}


#header {
	position:fixed;
	height:30px;
	top:0px;
	left:0px;
	width:100%;
	padding:32px 0 22px 0;
	text-align:center;
	margin:0;
	z-index: 1000;
	background:url(../img/theme/menubg.jpg) repeat-x top;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#header:hover {
	opacity:0.92;
	filter:alpha(opacity=92); /* For IE8 and earlier */
}
#header a {
	display:block-inline;
	color:white;
	text-align:center;
	padding:0 15px 0 15px;
	text-decoration:none;
	font-size:18px;
	color:white;
	text-transform:uppercase;
}
a:hover {
	text-shadow: 0 0 0.5em #401000, 0 0 0.5em #401000,
        0 0 0.5em #3C1700;
}
#header a.selected {
	text-shadow: 0 0 0.2em #401000, 0 0 0.2em #3C1700,
        0 0 0.2em #3C1700;
	color:gray;
}

#languages {
	position:relative;
	text-align: center;
	color:silver;
	padding:810px 20px 0 0;
	margin:0 auto 0 auto;
}
#languages a {
	color:white;
	text-decoration:none;
	margin:0 20px 0 30px;
	font-size:16px;
}
#languages a:hover {
	color:white;
	text-decoration:none;
}

#add {
	position:absolute;
	text-align: center;
	color:silver;
	font-size:10px;
	color:white;
	right:20px;
	top:780px;
}
#add a {
	color:white;
	text-decoration:none;
	margin:0 20px 0 30px;
	font-size:16px;
}
#add a:hover {
	color:white;
	text-decoration:none;
}

.clleft {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.clright {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.clleft:hover {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.clright:hover {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}



#back{
	clear:both;
	float:left;
	position:relative;
	height:30px;
	width:500px;
}

#pageloader {
	position:relative;
	padding:0 0 0 0;
	margin:0;
	display:block;
}

th {
	border-bottom:3px solid #3C1700;
	font-weight:bold;
	color:black;
}

.gallery_item {
	position:absolute;
	display:block;
	margin:0;
	height:600px; 
	width:100%;
	padding:0;
	cursor:pointer;
	
	overflow-y: hidden ! important;
    overflow-x: hidden ! important;
        background-color: #FFE4D5;
        background-size: cover;
        /*background-size: contain;*/
        background-repeat: no-repeat;
        background-position: center;
}

.conform {
	text-align:center;
	width:100%;
}
.conform input, .conform textarea {
	background:white;
	border:0;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	width:780px;
	/*text-transform:uppercase;*/
	font-family: 'Roboto', sans-serif;
}

.conform textarea  {
	height:250px;

}

.conform input:hover, .conform textarea:hover {
	background:#EEEEEE;
}
.conform input:focus, .conform textarea:focus {
	background:#EEEEEE;
}

.conform .submit {
	margin: 5px;
	background: #3C1700;
	padding: 10px 30px;
	text-align: center;
	border: 0;
	box-shadow: 0px 0px 3px #BBBBBB;
	-webkit-box-shadow: 0px 0px 3px #BBBBBB;
	-moz-box-shadow: 0px 0px 3px #BBBBBB;
	color: white;
	font-weight: bold;
	width: auto;
}
.conform .submit:hover {
	background: gray;
	box-shadow: 0px 0px 3px #3C1700;
	-webkit-box-shadow: 0px 0px 3px #3C1700;
	-moz-box-shadow: 0px 0px 3px #3C1700;
}



.gallery_item2 {
	display:inline-block;
	width:110px;
	height:60px;
	margin:6px;
	padding:3px;
	background:#EEEEEE;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.gallery_item2:hover {
	background:#3C1700;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.maps iframe{
    pointer-events: none;
    cursor:pointer;
}
