@charset "utf-8";
/* CSS Document */
html { 
	background: url(../images/bg4.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: inherit;
}

body,td,th {
	font-family: 'Questrial', sans-serif;
	color: #333;
}

.font_36_italic{
	font-family: 'Questrial', sans-serif;
	color: #0066cc;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
}

.font_36{
	font-family: 'Questrial', sans-serif;
	color: #0D8053;
	font-size: 36px;
	font-weight: 700;
}

.font_36_gold{
	font-family: 'Questrial', sans-serif;
	color: #cc9933;
	font-size: 36px;
	font-weight: 700;
}	

.font_16_wht{
	font-family: 'Questrial', sans-serif;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
}

.font_14{
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-family: 'Questrial', sans-serif;
}

.font_18{
	font-family: 'Questrial', sans-serif;
	color: #000;
	font-size: 18px;
}


.font_24{
	font-family: 'Questrial', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

#photo-bar {
    background: rgba(255, 255, 255, .30);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
	padding: 15px 0px;
}
.feature-wrapper {
	padding: 15px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 2px 5px rgba(6, 6, 6, .4);
	-moz-box-shadow: 1px 2px 5px rgba(6, 6, 6, .4);
	box-shadow: 1px 2px 5px rgba(6, 6, 6, .4);
}
.feature-col:last-child  .feature-wrapper {
	margin-bottom: 0;
}
#social-bar {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #0a2342 33%, #0a2342 67%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%,#0a2342 33%,#0a2342 67%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%,#0a2342 33%,#0a2342 67%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    height: 40px;
    text-align: right;
	font-size: 22px;
	padding-top: 5px;
	padding-right: 10px;
}

#social-bar a:link {
	color: #333;
	text-decoration: none;
}
#social-bar a:active {
	color: #333;
	text-decoration: none;
}
#social-bar a:visited {
	color: #333;
	text-decoration: none;
}
#social-bar a:hover {
	color: #FFF;
}

#main {
	-webkit-box-shadow: -1px 0px 30px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: -1px 0px 30px 2px rgba(0,0,0,0.8);
	box-shadow: -1px 0px 30px 2px rgba(0,0,0,0.8);
    background-color: rgba(255, 255, 255, 0.7);
}
#head {
	background: #73909c; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 15px 20px 12px 15px;
}
#foot {
	background: #73909c;
}
#foot-text {
	color: #ffffff;
}
#foot-text a:link {
	color: #EC0023;
}
#foot-text a:visited {
	color: #EC0023;
}
.container-map {
	padding: 0;
}
.container-fleet-info {
	padding: 10px;
}
@media (min-width: 1px) {
	#head .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	#head-right .img-responsive {
		max-width: 223px;
		margin-top: 20px;
	}
	#foot {
		padding: 10px 30px 15px 30px;
	}
	#foot .img-responsive {
	    margin-right: auto;
		margin-left: auto;
	}
	#foot-right .img-responsive {
		margin-top: 20px;
		max-width: 202px;
		max-height: 100%;
	}
	#foot-text {
		text-align: center;
	}
	#map-canvas {
		height: 320px;
		width: 100%;
	}
	.feature-col {
		margin-bottom: 20px;
	}
	#footer-search .btn {
		margin-top: 5px;
	}
	.search-panel .btn {
		margin-top: 5px;
	}
}
@media (min-width: 768px) {
	#head {
	}
	#head .img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	#foot {
		padding: 20px 30px 15px 30px;
	}
	#foot .img-responsive {
	    margin-right: 0;
		margin-left: 0;
	}
	#foot-right  .img-responsive {
		float: right;
	}
	#foot-text {
		padding-left: 10px;
		margin-top: 0;
		text-align: right;
	}
	#foot-right .img-responsive {
		margin-top: 0;
		max-width: 100%;
		max-height: 111px;
	}
	#map-canvas {
		height: 320px;
	}
	#photo-bar {
		padding: 30px 0px;
	}
	#footer-search .btn {
		margin-top: 0;
	}
	.search-panel .btn {
		margin-top: 0;
	}
}
@media (min-width: 1024px) {
	#head .img-responsive {
		margin-left: 0;
		margin-right: 0;
	}
	#head-right .img-responsive {
		margin-top: 0px;
		max-width: 100%;
		float: right;
	}	
	#foot .img-responsive {
		margin-left: 0;
		margin-right: 0;
	}
	#map-canvas {
		height: 320px;
	}
}