@charset "UTF-8";
/* CSS Document */

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

html, body { height: 100%;}
.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -50px;}
footer, .push { height: 50px; }

body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.8em;
}

.home { 
	background-image: url(../images/bg-home.jpg);
	background-size: cover;	
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
}

.attractions {
	background-image:url(../images/bg-attractions.jpg);
	background-size: cover;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
}

hr {
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	height:60px;
	width: 450px;
	background-image:url(../images/line.png);
	background-repeat:no-repeat;
	background-position:center;
}

.sml {
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	height:40px;
	width: 100%;
	background-image:url(../images/line-sml.png);
	background-repeat:no-repeat;
	background-position:center;
}

.clearer {
	clear:both;
	height: 30px;
}

a:link, a:visited {
	color:#6e9359;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* ------ MENU ------- */
nav {
	height: 50px;
	background-color:#5e5246;
	border-bottom: 4px solid #6e9359;
	padding: 0 20px;
}

nav a:link, nav a:visited {
	color:#9a9188;
	text-decoration:none;
	padding: 8px 15px;
	line-height: 3.5em;
	margin: 0 5px;
}

nav a:hover, nav a.active:link {
	background-color:#51453a;
}

.contacts {
	float: right;
	font-size:18px;
	width: 350px;
	color:#9a9188;
	line-height: 2.6em;
}

.contacts strong {
	font-size:24px;
	color:#ffffff;
}

/* ------- HEADERS ------- */
h1 { font-size: 48px; font-weight:normal; margin: 0; text-align:center; text-transform:uppercase; line-height: normal;}
h2 { font-size: 28px; font-weight:normal; margin: 0; text-align:center; text-transform:uppercase; line-height: normal;}

.welcome { font-family: 'Alex Brush', cursive; font-size:86px; color:#6e9359; font-weight:normal; text-transform:capitalize;}


/* ------- SLIDER ------- */
.logo {
	text-align: center;
	width: 500px;
	height: 190px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top: 70px;
	z-index: 1200;
	right: 0;
    left: 0;
}

.nivoSlider {
	background-color:#ffffff;
}

.nivo-directionNav {
	display:inline !important;
	visibility: visible; 
}


/* --------- SECTION -------- */
section {
	background-color: #ffffff;
	padding: 20px 70px 60px 70px;
	width: 860px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 50px;
	overflow:hidden;
}

.gallery {
	margin-top: 111px;
	padding-top: 100px;
}

.rightCol {
	background-color:#e6e5e3;
	float: right;
	width: 33%;
	padding: 20px;
}

a.button:link, a.button:visited {
	padding: 8px 15px;
	background-color:#6e9359;
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	margin-left: 87px;
}

a.button:hover {
	background-color:#999999;
}

.attraction {
	text-align:center;
	width: 225px;
	float: left;
	line-height: normal;
	margin-right: 40px;
	margin-bottom: 10px;
}

.attraction p {
	margin-top: 5px;
}

.attraction a:link, .attraction a:visited {
	color:#000000;
	text-decoration:none;
}

.attraction a:hover {
	color:#6e9359;
}

.rates {
	width: 50%;
	float: left;
	text-align:center;
	margin-top: 20px;
}

.galleryThumbs img {
	border: 8px solid #ffffff;
	-webkit-box-shadow: 0px 1px 4px 0px #7a7a7a;
    -moz-box-shadow: 0px 1px 4px 0px #7a7a7a;
    box-shadow: 0px 1px 4px 0px #7a7a7a;
	margin-right: 18px;
	margin-bottom: 18px;
}

/*========================= RESPONSIVE STYLING ============================*/


/*==========================================
/* 480px max width
/*========================================*/

@media only screen and (max-width: 480px) {

}

/*==========================================
/* 768px max width
/*========================================*/

@media only screen and (max-width: 768px) {

	
}

/*==========================================
/* 1004px max width
/*========================================*/

@media only screen and (max-width: 1004px) {
	section {max-width: 80%;}
	.nivoSlider {max-width: 94%;}
	.theme-default .nivo-controlNav { max-width: 94%; border-right: 2px solid #ffffff; border-left: 1px solid #ffffff; border-bottom: 2px solid #ffffff;}
	h2 { font-size: 24px; font-weight:normal; margin: 0; text-align:center; text-transform:uppercase; line-height: normal;}
	.rightCol {width: 30%;}
	.attraction {width: 225px; margin-right: 20px;}
	a.button:link, a.button:visited {margin-left: 62px;}
	.galleryThumbs img {width: 223px;}
	nav {text-align: center; height: 120px;}
	.contacts {float:none; text-align: center; width: 100%; margin: -15px 0; height: 80px; }
	.logo {top: 125px;}
	.home {background: url(../images/bg-home.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	.attractions {background-image:url(../images/bg-attractions.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	.fancybox-overlay {}
}







