span.blue{
	display: block;
	font-size: 0.6em;
}

h1{
	background-color: rgb(42,82,107);
	background-color: rgba(42,82,107, 0.9);
	font-size: 3.1em;
	line-height: 39px;
	padding-top: 1.1%;
	padding-bottom: 0.9%;
	padding-right: 2.4%;
	text-transform: none;
	width: 65.6%;
}

h1>a:before, h1>span:before{
	background-image: none;
}

h1:after{
	background-color: rgb(141, 198, 33);
	background-color: rgba(156, 218, 36, 0.9);

	width: 3.1%;
	right: -3.1%;
}

section#main.amenities{
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.8);
	max-width: 1000px;
	padding-top: 1.2%;
	text-align: center;
}

section#main.amenities>div#locations>ul{
	margin-bottom: 3.5%;
}

section#main.amenities>div#locations>ul>li{
	display: inline-block;	
}

section#main.amenities>div#locations>ul>li{
	background-color: #149ad5;
	width: 23%;
	margin: 0 0.6%;
}

section#main.amenities>div#locations>ul>li:hover{
	background-color: #15668A;
}

section#main.amenities>div#locations>ul>li+li{
	/*margin-left: 0;*/
}

section#main.amenities>div#locations>ul>li>a{
	color: #fff;
	display: inline-block;
	font-family: "Gotham-Medium";
	height: 100%;
	line-height: 50px;
	text-transform: uppercase;
	width: 100%;
}

section#main.amenities>div#locations>ul>li>a:focus{
	outline: none;
}

section#main.amenities>div#locations>ul>li.ui-state-active{
	background-color: #82bb15;
}

section#main.amenities #locations>div{
	padding-bottom: 2.8%;
}

section#main.amenities #locations{
	text-align: center;
}

section#main.amenities #locations article{
	display: inline-block;
	margin: 1% 2%;
	min-width: 100px;
	vertical-align: top;
	width: 15%;
}

section#main.amenities #locations article>img{
	background-color: rgba(6,54,88, 0.8);
	border-radius: 50%; 
	padding: 8%;
	width: 62%;
}

section#main.amenities #locations article>h4{
	background-color: #0B202F;
	border-radius: 4px;
	color: #fff;
	font-family: "Arial";
	font-size: 0.9em;
	font-weight: normal;
	margin: 2% 3%;
	padding: 5.2% 0;
}

section#main.amenities #locations>div>nav{
	/*margin-left: 81%;*/
	/*padding: 1% 1.9% 1% 2%;*/
	/*width: 15%;*/
	height: 43px;
	margin-top: 1%;
	text-align: right;
	width: 100%;
}

section#main.amenities #locations>div>nav>a{
	background-color: #1c5a86;
	color: #fff;
	display: inline-block;
	font-family: "Gotham-Medium";
	font-size: 0.8em;
	line-height: 43px;
	height: 100%;
	width: 15%;
}

section#main.amenities #locations>div>nav>a:after,
nav.location_navigation>a:after{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-left: 7px solid #77b10c; 
	content: " ";
	float: right;
	height: 0;
	margin-top: 16px;
	margin-right: 7px;
	width: 0;
}

section#main.amenities #locations>div>nav>a:hover:after{
	border-left-color: #fff;
}

nav.location_navigation>a:after{
	margin-top: 14px;
	margin-right: 19px;
}

nav.location_navigation{
	text-align: right;
	padding-bottom: 2.8%;
}

nav.location_navigation>a{
    background-color: #1C5A86;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: "Arial";
    line-height: 43px;
    margin-right: 5.2%;
    height: 43px;
    padding-left: 5px;
    text-align: center;
    width: 145px;
}

section#other_spots{
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	border-bottom: solid 1px #00aef0;
	margin: 0 auto;
	margin-bottom: 5%;
	max-width: 1000px;
	padding: 1% 0;
	text-align: center;
}

section#other_spots li{
	background-color: #1c5a86;
	border-radius: 7px;
	display: inline-block;
	font-family: "Gotham-Medium";
	font-size: 0.8em;
	padding: 1% 1.9% 1% 2%;
}

section#other_spots li:hover,
section#main.amenities #locations>div>nav>a:hover{
	background-color: #003a66;
}

section#other_spots li+li{
	margin-left: 1%;
}

section#other_spots li a{
	color: #fff;
	padding: 10px 0;
}

section#other_spots li:first-child a:after{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-right: 7px solid #77b10c; 
	content: " ";
	float: left;
	height: 0; 
	margin-top: 2px;
	margin-right: 20px;
	width: 0;
}


section#other_spots li:last-child a:after{
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent; 
	border-left: 7px solid #77b10c; 
	content: " ";
	float: right;
	height: 0; 
	margin-top: 2px;
	margin-left: 20px;
	width: 0;
}

section#other_spots li:hover a:after{
	border-left-color: #fff;
	border-right-color: #fff;
}

@media 	all and (-webkit-min-device-pixel-ratio: 1     ) and (max-width: 800px),
		all and (   min--moz-device-pixel-ratio: 1     ) and (max-width: 800px),
		all and (     -o-min-device-pixel-ratio: 1/1   ) and (max-width: 800px), 
		all and (        min-device-pixel-ratio: 1     ) and (max-width: 800px),
		all and (                min-resolution: 96dpi ) and (max-width: 800px){
/*@media all and (max-width: 800px){*/
	section#main.amenities>div#locations>ul>li{
		height: 100px;
		vertical-align: top;
	}
}

@media 	all and (-webkit-min-device-pixel-ratio: 1     ) and (max-width: 640px),
		all and (   min--moz-device-pixel-ratio: 1     ) and (max-width: 640px),
		all and (     -o-min-device-pixel-ratio: 1/1   ) and (max-width: 640px), 
		all and (        min-device-pixel-ratio: 1     ) and (max-width: 640px),
		all and (                min-resolution: 96dpi ) and (max-width: 640px){
/*@media all and (max-width: 640px){*/
	h1{
		width: 80%;
	}

	section#main.amenities>div#locations>ul>li{
		display: block;
		height: auto;
		margin: 0 auto;
		width: 97%;
	}

	section#main.amenities #locations>div>nav>a{
		width: 40%;
	}
}

@media 	all and (-webkit-min-device-pixel-ratio: 1     ) and (max-width: 480px),
		all and (   min--moz-device-pixel-ratio: 1     ) and (max-width: 480px),
		all and (     -o-min-device-pixel-ratio: 1/1   ) and (max-width: 480px), 
		all and (        min-device-pixel-ratio: 1     ) and (max-width: 480px),
		all and (                min-resolution: 96dpi ) and (max-width: 480px),
		all and (-webkit-min-device-pixel-ratio: 2     ) and (max-width: 1280px),
		all and (   min--moz-device-pixel-ratio: 2     ) and (max-width: 1280px),
		all and (     -o-min-device-pixel-ratio: 2/1   ) and (max-width: 1280px), 
		all and (        min-device-pixel-ratio: 2     ) and (max-width: 1280px),
		all and (                min-resolution: 192dpi) and (max-width: 1280px){
/*@media all and (max-width: 480px){*/
	section#main.amenities>div#locations>ul>li{
		font-size: 0.8em;
	}
	span.blue{
		font-size: 0.5em;
	}
	section#other_spots li{
		border-radius: 0;
		font-size: 1.5em;
		padding: 3%; 0;
		width: 92%;
	}
	section#other_spots li+li{
		margin-left: 0;
	}
}

@media 	all and (-webkit-min-device-pixel-ratio: 1     ) and (max-width: 320px),
		all and (   min--moz-device-pixel-ratio: 1     ) and (max-width: 320px),
		all and (     -o-min-device-pixel-ratio: 1/1   ) and (max-width: 320px), 
		all and (        min-device-pixel-ratio: 1     ) and (max-width: 320px),
		all and (                min-resolution: 96dpi ) and (max-width: 320px){
/*@media all and (max-width: 320px){*/
	h1{
		font-size: 2em;
	}
	section#main.amenities>div#locations>ul>li{
		display: block;
		width: 100%;
		margin: 0;
	}
	section#main.amenities #locations>div>nav>a{
		width: 90%;
	}
}

@media 	all and (-webkit-min-device-pixel-ratio: 2     ) and (max-width: 1280px),
		all and (   min--moz-device-pixel-ratio: 2     ) and (max-width: 1280px),
		all and (     -o-min-device-pixel-ratio: 2/1   ) and (max-width: 1280px), 
		all and (        min-device-pixel-ratio: 2     ) and (max-width: 1280px),
		all and (                min-resolution: 192dpi) and (max-width: 1280px){
/*@media all and (max-width: 1280px){*/
	section#other_spots li{
		font-size: 1.8em;
	}
	section#main.amenities #locations article{
		width: 25%;
	}

	section#main.amenities #locations article>h4{
		font-size: 1.6em;
	}

	section#main.amenities>div#locations>ul>li{
		display: block;
		font-size: 1.8em;
		height: auto;
		line-height: 100px;
		margin: 0 auto;
		width: 97%;
	}

	section#main.amenities #locations>div>nav>a{
		font-size: 2em;
		padding-top: 2%;
		padding-bottom: 2%;
		width: 50%;
	}
}