html {
width: 100%;
background: #fff;
background-position: top;
}
body {
margin: 0;
padding: 0;
font-family: Arial, Trebuchet MS, verdana, tahoma, sans-serif, serif;
font-size: 14px;
color: #000;
height: 100%;
}
.text ul {
margin:10px 0 10px 30px;
}
#top {
width:100%;
height:85px;
position:relative;
z-index:2;
float:left;
}
.center {
width:960px;
margin:0 auto;
}
#logo {
width:340px;
height:85px;
float:left;
}
#logo a {
width:340px;
height:85px;
float:left;
}
#address {
min-width:50px;
margin-top:10px;
height:20px;
float:right;
}
#langs {
margin:8px 15px 0 0;
height:30px;
float:right;
}
#menu {
min-width:600px;
float:right;
}
#slider {
width:100%;
background:transparent;
position:absolute;
z-index:1;
float:left;
}
#sliderContent {
width:100%;
position:absolute;
}

@media all and (max-width:1300px) {

	#slider {
	height:500px !important;
	}
	.sliderLink {
height:500px !important;
	}
	.sliderLink a {
height:500px !important;
	}

	.camera_fakehover {
	   min-height: 500px !important;
	}


}

.camera_caption p a {
color:#000;
}
.camera_caption {
position:absolute;
bottom:200px;
left:60%;
color:#000;
}
.camera_caption > div {
background:#fff;
background: rgba(255, 255, 255, 0.6);
width:270px;
padding:15px;
}
.sliderLink {
width:100%;
background:transparent;
display:block;
position:absolute;
top:0;
left:0;
z-index:2000000;
}
.sliderLink a {
width:100%;
display:block;
}
.sliderLink > div {
width:100%;
	background: transparent;
}



.camera_wrap .camera_pag .camera_pag_ul li > span {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background: #dadada;
	height: 16px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 16px;
	z-index:5;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #a54444;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	background: #dadada;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
	z-index:5;
}

.camera_wrap .camera_pag .camera_pag_ul {
position:absolute;
bottom:130px;
right:20%;
z-index:5;
}
.camera_prev > span {
	background: #a54444 url('../img/arrow_left.png') center center no-repeat;
	display: block;
	height: 25px;
	width: 35px;
	position:absolute;
	padding:10px 4px 10px 6px;
	left:27px;
}
.camera_next > span {
	background:#a54444 url('../img/arrow_right.png') center center no-repeat;
	display: block;
	height: 25px;
	width: 35px;
	position:absolute;
	padding:10px 6px 10px 4px;
	right:27px;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
background:transparent;
}

#relContent {
width:100%;
float:left;
}


#home {
width:100%;
position:relative;
z-index:1;
float:left;
}
#content {
width:100%;
margin-top:170px;
float:left;
}

.hide {
width:100%;
display:none;
float:left;
}
.news {
width:32%;
margin:0 1% 10px 0;
-moz-box-shadow: 0px 0px 3px #757575;
-webkit-box-shadow: 0px 0px 3px #757575;
box-shadow: 1px 0px 3px #757575;
float:left;
}
.news:nth-child(3n+1) {
clear:left;
}
.container {
padding:0 10px;
}
.news .container {
padding:5px;
}
.news img.main {
width:100%;
height:auto;
}


.readmore {
margin:5px 0 10px 0;
padding:5px 10px;
font-weight:bold;
color:#fff;
float:right;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.readmore:hover {
box-shadow: 1px 1px 3px #575757;
}

a {
text-decoration:none;
}
a:hover {
text-decoration:none;
}






#nav {
 margin: 10px 0 0 0; padding: 0;
 border-bottom: none;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
height:30px;
font-size: 12px;
text-transform:uppercase;
font-weight:normal;
line-height:30px;
text-decoration: none;
padding: 0 20px;
margin: 0 5px 0 0;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
	#nav li:last-child  a{
	margin-right:0;
	}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
display: none;
 position: absolute;
 z-index:1000000;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

#nav li:hover > ul {
 display: block;
}
#nav li ul li, #nav li ul li a {
 float: none;
}
#nav li ul {
padding:10px 0;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#nav li ul li {
height: 30px;
 _display: inline; /* for IE6 */
}

#nav li ul li a {
text-transform:none;
 display: block;
width:180px;
height: 30px;
line-height:30px;
padding:0 10px;
margin: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


#footer {
width:100%;
min-height:70px;
margin-top:50px;
float:left;
}
#footerTxt {
width:100%;
height:40px;
line-height:40px;
font-size:12px;
color:#c5c5c5;
text-align:left;
float:right;
}
#footerTxt .container {
padding:0 0 0 15px;
}
#footerTxt a {
color:#c5c5c5;
}
#menubot {
width:100%;
float:left;
}

#menubotInside {
display:block;
margin:0 auto;
}
#menubot ul {
margin: 0;
padding: 0;
list-style: none;
}
#menubot ul li{
float:left;
position: relative;
}

#menubot ul li a {
height: 20px;
background:transparent url('../img/menubot.png') center right no-repeat;
font-size: 14px;
font-weight:normal;
line-height:20px;
color: #000;
text-decoration: none;
padding: 0 15px;
margin: 0;
float: left;
margin:10px 0 0 0;
}

#menubot ul li a:hover{
text-decoration: underline;
}


hr {
width:100%;
height:0px;
border:0;
border-top:1px solid #a8c038;
margin:10px 0;
}


.mgalleryPhoto {
display:inline-block;
margin:0 16px 7px 0;
float:left;
}


.galleryPhoto {
display:inline-block;
margin:0 16px 7px 0;
float:left;
}

.galleryPhoto:nth-child(4n+4) {
margin-right:0;
}
.mgalleryPhoto:nth-child(4n+4) {
margin-right:0;
}




.left100 {
width:950px;
margin-bottom:20px;
float:left;
}
.left100 .map {
width:950px;
height:300px;
float:left;
}
.left100 input {
width:910px;
}
.left100 textarea {
width:910px;
height:100px;
}

.left100.film {
width:950px;
height:620px;
float:left;
}
.left50 {
width:460px;
margin-right:20px;
margin-bottom:20px;
float:left;
}
.left50:nth-child(even) {
margin-right:0;
}
.left50:nth-child(odd) {
clear:left;
}
.left50 .map {
width:460px;
height:300px;
float:left;
}
.left50 input {
width:430px;
}
.left50 textarea {
width:430px;
height:100px;
}

.left50.film {
width:460px;
height:330px;
float:left;
}
.left33 {
width:300px;
margin-right:20px;
margin-bottom:20px;
float:left;
}
.left33:nth-child(3n+3) {
margin-right:0;
}
.left33:nth-child(3n+1) {
clear:left;
}
.left33 .map {
width:300px;
height:220px;
float:left;
}
.left33 input {
width:270px;
}
.left33 textarea {
width:270px;
height:100px;
}

.left33.film {
width:300px;
height:220px;
float:left;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* { margin:0; padding:0; }
form {
margin: 10px 0 0 0;
}
form input, textarea {
font-family: Trebuchet MS;
font-size: 16px;
background: #e9e9e9;
color: #5f5f5f;
border: 1px solid #cfcfcf;
padding: 10px;
margin:6px 0 10px 0;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
form input {
width:350px;
}
form textarea {
width:350px;
height:100px;
}
form input:focus {
border-color:#5a5a5a;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

form input.button {
width:125px;
height:40px;
background: #657b00;
border: 0;
padding: 0;
margin: 0;
color:#fff;
text-transform:uppercase;
text-align:center;
line-height:40px;
font-weight:bold;
float: left;
cursor: pointer;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
form input.button:hover {
text-decoration:underline;
}


#menunav {
width:29px;
height:27px;
background:transparent url('../img/menu.png') top left no-repeat;
position:absolute;
top:40px;
right:30px;
display:none;
}
#close {
width:29px;
height:27px;
background:transparent url('../img/close.png') top left no-repeat;
position:absolute;
top:40px;
right:30px;
display:none;
}
#menu2 {
width:100%;
background:#fff;
display:none;
padding:10px 0;
position:absolute;
z-index:3;
top:80px;
left:0;
}
#menu2 ul {
list-style:none;
width:100%;
float:left;
}
#menu2 ul li {
width:100%;
float:left;
}
#menu2 ul li a {
width:100%;
height:25px;
line-height:25px;
color:#000;
text-align:center;
float:left;
}
#menu2 ul li ul li a {
color:#fff;
}

#cookies {
width:100%;
min-height:20px;
background:#fff;
padding:2px 0;
position:relative;
z-index:2;
float:left;
}
#cookiesText {
width:80%;
padding:0 10%;
margin:0 auto;
font-size:11px;
color:#5C5C5C;
position:relative;
}
.cookiesClose {
width:8px;
height:8px;
position:absolute;
right:20px;
top:8px;
background:transparent url('../../../images/close_cookies.png') top left no-repeat;
}
.formsend {
color: white;
font-size: 20px;
font-weight: bold;
background: red;
min-height: 20px;
float:left;
padding:10px;
margin: 10px 0 0 0;
}
#content img, #home img {
max-width:100%;
}
/* The container */
.container_check {
    display: block;
    text-align: justify;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: -200px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #cacaca;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
    background-color: #aeaeae;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {


    background-color: #aeaeae;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
    top: 3px;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.but_sub {
    float: right;
    width: 20%;
    clear: none !important;
}