/*
Author: Ekneou
Author URL: http://ekneou.com
Version: 1.0
Description: Custom theme built specifically for Wingate.
Template: Wingate
*/
@font-face{
	font-family: Cabin;
	src: url('./fonts/Cabin-Regular.otf');
}
body{
	background-color: #4e4e4e;
	background-image: url('./slices/background.jpg');
	padding: 0px;
	margin: 0;
	font-family: Cabin;
	color: #363636;
	width: 100%;
}

/* ----Desktop Styling---- */
#wrapper{
	width: 1100px;
	margin: 50px auto;	padding: 25px 35px;
	background-color: #efefef;
}
#container{
	position: relative;
	height: 160px;
}

#header{
	z-index: 0;
}
#header-title{
	position: absolute;
	left: 0px;	text-align: left;}
#header-title a{
	text-decoration: none;
	text-shadow: 1px 1px 1px #3B3B3B;
	color: #242424;
}#contact{
	position: absolute;
	right: 0px;
	bottom: 5px;	text-align: right;}

#contact img{
	margin: 7px 0px;
}

#large-text{
	font-size: 30px;
}

#reservations{
	font-size: 19px;
}

#small-text a{
	text-decoration: none;
	color: #0a7340;
	margin-left: 10px;
	font-size: 14px;
}

#small-text a:hover{
	color: #84c64a;
}

#header-navigation{
	text-align: center;
	text-transform: uppercase;
	background-color: black;
	text-shadow: 1px 1px 1px #3B3B3B;
	background-image: url('./slices/navbar.jpg');
	border-top: 1px solid #8C8C8C;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	margin: 0px;
	height: 41px;
}
#header-navigation a{
	text-decoration: none;
	margin: 0px 10px;
	color: white;
}

#header-navigation a:hover{
	text-decoration: underline;
}
#pages{
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 15px;
}
#pages ul{
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#pages li{
	display: inline;
	padding: 0px 18px;
	font-size: 14px;
}

#pages a{
	margin: 0px 20px;
}

#slider-wrapper{
	z-index: 0;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}
#slider{
	z-index: 0;
	width: 100%;
	padding: 0px;
	margin: 0;
	position: relative;
	height: 400px;
	background: url('./nivo-slider/themes/bar/loading.gif') no-repeat 50% 50%;
}
#slider img{
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#slider a{
	border: none;
	display: block;
}

#bottom-header{
	position: relative;
	height: 165px;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}

#make-reservation{
	position: absolute;
	left: 0px;
	padding: 0px 20px;
	width: 320px;
	height: 100%;
	background-image: url('./slices/sliderbox1.jpg');
}

#reservation-text{
	position: absolute;
	top: 5px;
	text-shadow: 2px 2px 2px #3B3B3B;
	color: white;
	font-size: 25px;
}

#reservation-table{
	margin-top: 10px;
}

#reservation-table th{
	text-align: left;
	color: #0a7340;
	text-shadow: 1px 1px 2px #424242;
}

#reservation-table td{
	min-width: 30px;
}

#children, #adults{
	text-align: center;
	width: 30px;
	float: right;
}

#arrival, #departure{
	text-align: center;
	width: 100px;
}

#submit-reservation{
	padding: 5px 15px;
	margin: 0px;
	background-color: #84c64a;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: none;
	text-shadow: 1px 1px 1px #3B3B3B;
	color: white;
}

#submit-reservation:hover{
	background-color: #0a7340;
}

.reservation-input{
	color: #4D4D4D;
	background-color: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 2px 2px 2px 0px #424242;
	-moz-box-shadow: inset 2px 2px 2px 0px #424242;
	box-shadow: inset 2px 2px 2px 0px #424242;
	resize: none;
	border: none;
}

#newsfeed{
	padding: 0px 20px;
	position: absolute;
	right: 0px;
	width: 700px;
	background-image: url('./slices/sliderbox2.jpg');
	height: 100%;
}

#specials, #favorites{
	width: 50%;
	float: left;
	color: white;
	font-size: 15px;
	padding-top: 5px;
}

#specials-title, #favorites-title{
	margin-bottom: 15px;
	text-shadow: 2px 2px 2px #3B3B3B;
	color: white;
	font-size: 25px;
}

#specials-content, #favorites-content{
	color: white;
}

#content{
	overflow: hidden;
	margin: 30px 0px;
}

#content h1{
	margin: 10px 0px;
	padding: 0px;
}

#content h2{
	margin: 10px 0px;
	padding: 0px;
}

.content-images img{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 90%;
	height: auto;
	min-height: 525px;
	text-align: center;
	margin: 0px auto;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;	
}

#awards{
	float: left;
	text-align: center;
	width: 220px;
	height: 600px;
	background-color: #9d9d9d;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}

#awards img{
	width: 90%;
	margin: 20px auto;
	padding: 0px;
}

#main-content{
	float: left;
	width: 870px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	font-size: 15px;
	overflow: hidden;
}

#main-content p{
	padding: 0px;
	margin: 0px;
}
#main-content a{
	color: #2a2a2a;
	text-decoration: none;
}
#main-content a:hover{
	color: #84c64a;
	text-decoration: underline;
}
#main-content h1{
	color: #2a2a2a;
}
#main-content h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #2a2a2a;
}
#main-content img{
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}

.content-image-text{
	height: 200px;
	width: 550px;
	float: left;
	margin-bottom: 20px;
}

#content-image{
	float: left;
}

#content-image-left img{
	margin-right: 20px;
}

#content-image-left h2{
	padding-top: 20px;
}

#content-image-right img{
	margin-left: 20px;
}

#left-navbar{
	position: relative;
	padding: 10px;
	float: left;
	text-align: center;
	width: 245px;
	height: 700px;
	background-color: #9d9d9d;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}

#left-navbar img{
	width: 70%;
	margin: 20px auto;
	padding: 0px;
}

#left-navbar-reservation{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px 10px;
	padding-bottom: 35px;
	width: 245px;
	background-color: #9d9d9d;
}

#left-navbar-reservation #reservation-text{
	display: block;
	padding: 5px 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background-color: #0a7340;
	border-bottom: solid 1px #4d4d4d;
}

#left-navbar-specials{
	margin-top: 166px;
}

#left-navbar-specials, #left-navbar-favorites{
	text-shadow: 1px 1px 1px #3B3B3B;
	color: white;
	font-size: 15px;
}

#page-content{
	float: left;
	width: 825px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	font-size: 15px;
	overflow: hidden;
}

#bottom-bar{
	clear: both;
	width: 100%;
	height: 10px;
	margin: 30px 0px;
	background-color: #9d9d9d;
}

#bar{
	clear: both;
	width: 100%;
	height: 5px;
	margin: 25px 0px;
	background-color: #9d9d9d;
}

#contact-form{
	position: relative;
	text-align: center;
	background-color: #9d9d9d;
	width: 500px;
	height: 300px;
	padding-top: 80px;
	margin: 0px auto;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}

#contact-us{
	position: absolute;
	padding: 5px 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	display: block;
	text-align: center;
	font-size: 40px;
	background-color: #0a7340;
	text-shadow: 2px 2px 2px #3B3B3B;
	border-bottom: solid 1px #4d4d4d;
	color: white;
}

.contact-form-input{
	border: none;
	-webkit-border-radius:105px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
	padding: 2px 5px;
	width: 350px;
	height: 30px;
	margin-bottom: 10px;
}

#user-message{
	resize: none;
	height: 150px;
	border: none;
}

#contact-submit{
	font-size: 30px;
	padding: 5px 15px;
	margin: 0px;
	background-color: #84c64a;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: none;
	text-shadow: 1px 1px 1px #3B3B3B;
	color: white;
}

#contact-submit:hover{
	background-color: #0a7340;
}


#photogallery{
	display: inline;
	overflow: hidden;
	text-align: center;
}

#photogallery p{
	display: inline;
	text-align: center;
}

#photogallery img{
	width: 300px;
	height: 199px;
	margin: 10px 32px;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}

.overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    z-index: 5;
}

.photo{
	height: 800px;	
	width: 80%;	
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -400px 0px 0px -40%;
	z-index: 10;
}

.meetings-image{
	height: 850px;	
	width: 804px;	
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -425px 0px 0px -402px;
	z-index: 10;
}

#footer{
	text-align: center;
	padding: 20px 0px;
}

#footer-name{
	font-size: 18px;
	font-weight: bold;
}

#footer-email a{
	text-decoration: none;
	color: #424242;
}
/* ----Mobile Styling---- */#mobile-container{	text-align: center;}#mobile-header-title img{	width: 90%;	padding: 25px;}#mobile-header-title a{	text-decoration: none;	color: #242424;}#mobile-header-navigation{	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;	background-color: black;	background-image: url('./slices/mobile-navbar.jpg');	margin-bottom: 15px;	height: 80px;
	text-align: center;
	text-transform: uppercase;}#mobile-header-navigation a{	font-size: 38px;	text-decoration: none;	color: white;
	margin: 0px 15px;}#mobile-pages{	margin: 0;	padding-top: 15px;	padding-bottom: 15px;}#mobile-pages ul{	margin: 0;	padding: 0px;	list-style-type: none;	list-style-image: none;}#mobile-pages li{	display: inline;	padding-right: 15px;}

#mobile-content{
	max-width: 95%;
	margin: 20px auto;
}#mobile-main-content{	font-size: 35px;	padding: 25px;}#mobile-main-content h1{	color: #f7941d;}#mobile-main-content h2{	color: #f7941d;}

#mobile-make-reservation{
	margin: 30px auto;
	position: relative;
	padding: 0px;
	padding-bottom: 100px;
	width: 80%;
	background-color: #9d9d9d;
	-webkit-box-shadow: 4px 4px 8px #666666;
	-moz-box-shadow: 4px 4px 8px #666666;
	box-shadow: 4px 4px 8px #666666;
}

#mobile-reservation-text{
	text-shadow: 2px 2px 2px #3B3B3B;
	color: white;
	font-size: 100px;
	display: block;
	text-align: center;
	padding: 0px 20px;
	margin: 0px;
	background-color: #0a7340;
	-webkit-box-shadow: 0px 2px 2px #666666;
	-moz-box-shadow: 0px 2px 2px #666666;
	box-shadow: 0px 2px 2px #666666;
}

#mobile-reservation-table{
	margin: 0px auto;
	padding: 0px 20px;
}

#mobile-reservation-table th{
	text-align: left;
	color: #0a7340;
	text-shadow: 1px 1px 2px #424242;
	font-size: 50px;
}

#mobile-reservation-table td{
	min-width: 50px;
}

#mobile-children, #mobile-adults{
	width: 100px;
	float: right;
}

#mobile-arrival, #mobile-departure{
	width: 300px;
}

#mobile-submit-reservation{
	font-size: 60px;
	padding: 5px 15px;
	margin: 0px;
	background-color: #84c64a;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: none;
	text-shadow: 1px 1px 1px #3B3B3B;
	color: white;
}

#mobile-submit-reservation:hover{
	background-color: #0a7340;
}

.mobile-reservation-input{
	text-align: center;
	font-size: 40px;
	padding: 10px;
	color: #4D4D4D;
	background-color: white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 2px 2px 2px 0px #424242;
	-moz-box-shadow: inset 2px 2px 2px 0px #424242;
	box-shadow: inset 2px 2px 2px 0px #424242;
	resize: none;
	border: none;
}

#mobile-photogallery{
	overflow: hidden;
	text-align: center;
}

#mobile-photogallery p{
	text-align: center;
}

#mobile-photogallery img{
	width: 90%;
	height: 500px;
	margin: 10px 20px;
	-webkit-box-shadow: 2px 2px 4px #666666;
	-moz-box-shadow: 2px 2px 4px #666666;
	box-shadow: 2px 2px 4px #666666;
}

.mobile-photo{
	height: 700px;	
	width: 90%;	
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -350px 0px 0px -45%;
	z-index: 10;
}

#mobile-footer{
	text-align: center;
}

#footer-name{
	font-size: 30px;
}

.footer-text{
	font-size: 24px;
}