@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}


header, footer, section, aside, nav, article {
	display: block;
}

body {
	margin: 0 auto;
	width: 100%;
	font-family: 'Pontano Sans', Arial, sans-serif;
	font-size:100%;
	background-color:#5F544E;
	color:#e4dcd8;
	/*-webkit-background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0.5,white),color-stop(0.5,green),color-stop(1,green));
	-webkit-background-size:150px 150px;*/
}

header {
	padding:0;
	width:100%;
	height:200px;
	background-color:#a1b938;
	
}

.big {
	height:500px;
}

#greenbar {
	display:block;
	position:absolute;
	left:0px;
	top:100px;
	width:50%;
	height:30px;
	background-color:#a1b938;
}

#slideshow {
	padding:0;
}

#a {
	position:absolute;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('Photos/header5.jpg')
}

#b {
	position:absolute;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('Photos/header2.jpg')
}
#c {
	position:absolute;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('Photos/header3.jpg')
}
#d {
	position:absolute;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('Photos/header6.jpg')
}

#a.big {
	height:500px;
}
#b.big {
	height:500px;
}
#c.big {
	height:500px;
}
#d.big {
	height:500px;
}

nav {
	margin:0 auto;
	list-style:none;
	width:1000px;
	position:relative;
	top:100px;
	list-style:none;
}

nav li {
	float:left;
	background-color:#a1b938;
	position:relative;
}

nav li a {
		display: block;  
        font-size: 17px; 
		width:130px;
        line-height: 30px;  
        text-align: left;
		font-weight:bold;
		text-decoration:none;
        color: #777;  
}

nav li:hover a {
	color: #fff;
}

nav li.selected a {
	color: #fff;
}

nav li ul li.selected a {
	color:#fff;
}

nav ul {
	background-color:transparent;
	list-style:none;
	position:absolute;
	left:-9999px;
}

nav ul li {
	float:none;
}

nav ul a {
	white-space:nowrap;
	font-weight:normal;
	width:150px;
}

nav li:hover ul {
	left:0;
}

nav li:hover a {
	color: #fff;
}

nav li:hover ul a{
	color:#777;
}

nav li:hover ul li a:hover {
	color:#fff;
}

#content {
	text-align:left;
	margin:0 auto;
	width:1000px;
	padding-bottom:20px;
	padding-left:0;
}

#content ul {
	padding:0;
	margin:0;
}

.item {
	display:inline-block;
	width:100%;
	box-sizing: border-box;
	padding: 10px 10px;
	vertical-align: top;
	margin: 0 auto;

}

.item img {
	max-width: 30%;
	margin: 0 auto;
}

.text {
	display:inline-block;
	vertical-align: top;
	max-width: 70%;
	box-sizing:border-box;
	padding-left: 10px;
}

.text a {
	color: #a1b938;  
}

#intro {
	margin-top:10px;
}

h2 {
	line-height:24px;
	padding-bottom:5px;
	color:#a1b938;
}

p {
	padding-bottom:4px;
}

h3 {
	font-size: 100%;
	color:#a1b938;
}

.gallery {
	display:inline-block;
	box-sizing:border-box;
	width:200px;
	height:200px;
	margin:25px;
	padding:0px;
	position:relative;
}

.gallery:hover {
	background-image:none;
}

.gallery:hover[style] {
	background:#a1b938 !important;
}

.gallery .galleryText {
	display:none;
	vertical-align:text
}

.gallery:hover .galleryText{
	display:block;
	text-align:center;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:16px;
}

.gallery a {
	 color: #777;  
	 text-decoration:none;
	 text-transform:uppercase;
}

.gallery a:hover {
	color:white;
}

#Bottombar {
	margin:0 auto;
	border-top:solid #a1b938;
	bottom:0;
	width:100%;
	background-color:#5F544E;
	z-index:10000;
	height:100px;
}

#Bottombar a {
	color:inherit;
}

#galleria{height:600px}

#portrait{
	float:right;
	background-image:url('Photos/portrait.jpg');
	width:400px;
	height:300px;
	text-wrap:normal;
	margin-left:10px;
}