﻿body {
	padding: 0px;
	margin: 0px;
	background-position: center top;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../img/tloglowne.jpg');
	background-repeat: no-repeat;
	background-color: #B09475;
}
header {
	background-position: 20px 15px;
	border-style: none;
	padding: 0px;
	margin: 0px auto 0px auto;
	max-width: 940px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	height: 105px;
}
#top {
	padding: 0px;
	margin: 0px auto 0px auto;
	max-width: 800px;
	height: 558px;
	z-index: 999;
}
#anvsoftJavaScriptSlideshow {
	overflow: hidden;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	z-index: 1;
	position: absolute;
	float: left;
	max-width:700px;
	height:420px;
}
a {
	color: #663300;
}
a:hover {
	color: #000000;
}
.contain {
	border-top-left-radius: 460px 115px;
	border-top-right-radius: 460px 115px;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	max-width: 930px;
	height: auto;
}
h1 {
	border-style: none;
	margin: 10px auto 0px auto;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	max-width: 720px;
	
	height: 20px;
	padding-top: 10px;
	padding-bottom: 17px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	z-index: 999;
	letter-spacing: 0px;
	font-variant: small-caps;
	line-height: 1em;
}

.google-maps

{
	width:100%;
	height:320px;
	border:0px;
	
	
	
	
}

h2 {
	padding: 18px 25px 8px 25px;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0px;
	line-height: 1.1em;
	background-repeat: repeat;
}
.intro {
	padding: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin: 0px auto 0px auto;
	line-height: 1.25em;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 25px 20px 16px 20px;
	line-height: 1em;
}
h3 img {
	border-style: none;
}
footer {
	padding: 8px 0px 8px 0px;
	margin: 0px auto 0px auto;
	max-width: 936px;
	height: auto;
	color: #000000;
	text-align: center;
	
	line-height: normal;
	background-color: rgba(0,0,0,0.15);
}
h5 {
	border-top-left-radius: 220px 90px;
	border-top-right-radius: 0px;
	margin: 40px 30px 30px 30px;
	padding: 25px 25px 25px 25px;
	text-align: right;
	font-size: 14px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0px;
	background-color: rgba(0,0,0,0.3);
	max-width: 190px;
	height: 275px;
	z-index: 999;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	float: left;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
h5:hover {
	background-color: rgba(0,0,0,0.5);
}
h5 a {
	color: #E6E6E6;
	transition-duration: 1s;
	letter-spacing: 0px;
	font-size: 15px;
	line-height: 1.6;
}
h5 a:hover {
	color: #FFFFFF;
	transition-duration: 1s;
}
small {
	font-size: 21px;
	margin-top: -10px;
	padding: 0px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-variant: small-caps;
}
article {
	background-position: center top;
	margin: 0px;
	background-image: url('../img/bg_content.png');
	background-repeat: no-repeat;
	padding-top: 20px;
}







.lang {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 700px;
	height: 57px;
	font-size: 10px;
	text-align: right;
	color: #CCCCCC;
	letter-spacing: -3px;
}
nav {background-color:rgba(255,255,255,0.5);
line-height: 10px;
width:100%; 
min-height:40px;


}

#menu ul {
	list-style-type:none;
	text-align:center;
	padding:7px 20px 10px 20px;
	max-width:960px;
	margin:auto;
			
		text-align:center;
display:flex;
		justify-content: center;
}
#menu li {
	border-width: 1px;
	border-color: #ccc;
	display: inline-block;
	margin: 0px 0px;
	border-left-style: solid;
	text-align:center;
	display:flex;
	justify-content: center;
	float:right;

}
#menu li:first-child {	border-left-style: none;
 }
#menu li a {
	display: inline-block;
	padding: 0px 5px 0px 6px;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
	text-transform: uppercase;
	color: black;
	

	

	
}
#menu li a.active, #menu li a:hover {
	color: #993300;
	}
.counter {
	vertical-align: middle;
}
/***Enlarge image on hover***/
/***We bring the large image back onto the page by reducing left from -9999px (set in step 2) to figures below***/
/***To make it look neater we used :nth-child to set a different left distance for each image***/
ul.enlarge li:hover:nth-child(2) span{
 left: -180px; 
 }
ul.enlarge li:hover:nth-child(3) span{
 left: -368px; 
 }
/***Override the styling of images set in step 3 to make the frame smaller and the background darker***/
/***Style the <span> containing the framed images and the caption***/
/***We bring the large image back onto the page by reducing left from -9999px (set in step 2) to figures below***/
/***To make it look neater we used :nth-child to set a different left distance for each image***/
ul.enlarge2 li:hover:nth-child(2) span{
 left: -160px; 
 }
ul.enlarge2 li:hover:nth-child(3) span{
 left: -140px; 
 }
ul.enlarge2 li:hover:nth-child(4) span{
 left: -280px; 
 }
.top {
	text-align: center;
	max-width: 700px;
	height: 402px;
	margin-right: auto;
	margin-left: auto;
}
.photos {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.photos img {
	margin: 1px 2px 2px 2px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
#logo {
	position: absolute;
	text-align: center;
	max-width: 900px;
	z-index: 998;
}
.clear {
	clear: both;
	height: 0px;
}
#logo img {
	border-style: none;
	transition-duration: 1s;
}
#logo img:hover {
	opacity: 0.65;
	transition-duration: 1s;
}
.movie {
	width: 100%;
height: 315px;
border: 0px;
display:flex;
justify-content:right;
	}
.red {
	color: #FF0000;
}
