@charset "utf-8";

/* CSS Document */

@media (min-width: 768px){

	body{

		/*background:url(../img/grass-bg.jpg) no-repeat center top #005393;*/

	}

	h1{

		font-size:2.1em;
	}

	h2{

		font-size:1.6em;

	}

	p, li{
		font-size:1em;
		line-height:1.4em;
	}

	.fixed-width{

		width:85%;

		max-width:1200px;

		min-width:1000px;

		margin:0 auto;

		box-shadow: 0 0 15px #000033;

	}

/*Header*/

	#top-wrapper{

	

	}

	.section{

		width:92%;

		padding-left:4%;

		padding-right:4%;

	}

	#logo-desktop{
		margin-top:20px;
		float:left;
		width:30%;
		height:30%;
	}
	#logo-mobile{
		display:none;
	}

	#nav{

		float:right;

	}

	#nav .link{
		width:125px;
		padding-top:35px;
		height:55px;
		font-size:1.2em;
	}
	#nav .link:hover{
		background:#004478;
	}
	.down-arrow{
		vertical-align:top;
		margin-top:6px;
		margin-left:3px;
		height:15px;
		width:15px;
		background:url(../img/down-arrow.png) center center no-repeat;
		display:inline-block;
	}
	#nav .link:hover .down-arrow{
		background:url(../img/down-arrow-yellow.png) center center no-repeat;
	}
	.link:hover ul{
		display:block;
	}

	.mobile-nav{
		display:none;
	}
	.arrive-depart-link{
		vertical-align:top;
		margin:0 15px;
	}
	.arrive-depart-link span{
		vertical-align:top;
		display:inline-block;
		margin:12px 0 0 10px;
	}
	/*home page boxes*/
	.image-box{
		width:29%;
	}

/*body*/
#main-content{
	padding-top:40px;
	padding-bottom:40px;
}
#content-wrapper{
}
.gallery-image{
	width: 23%;
	margin:.5%;
	display:inline-block;
}
.img-right{
	float:right;
	margin-left:15px;
	max-width:100%;
}
.img-left{
	float:left;
	margin-right:15px;
	max-width:100%;
}
.rental-comp{
	font-weight:bold;
}
.video{
	height:375px;
}
.no-top-margin-desktop{
	margin-top:0;
}
.tv {
	height:480px;
	width:853px;
	display:block;
	margin:0 auto;
}
.tvs {
	height:253px;
	width:450px;
	display:block;
}
.tvs2 {
	margin: 0 25px 0 auto;
}
/*Footer*/
	#footer-content{
		padding-top:40px;
		padding-bottom:40px;
	}
	#qbt{
		width:45%;
	}
	#map1, #map2{
		height:604px;
		width:100%;
	}
	#weather{
		height:500px;
	}
	.footer-border{
		border-right:1px solid #444;
	}
}