@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../images/esfr-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
}

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

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

.font_36{
	font-family: 'Modern Antiqua', serif;
	color: #842A23;
	font-size: 36px;
	font-weight: 700;
}

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

.font_16_wht{
	font-family: 'Raleway', 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: 'Raleway', sans-serif;
}

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


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

#photo-bar {
    background-image: url(../images/tile_top.jpg);
    -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-image: url(../images/tile_top.jpg);
    -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-image: url(../images/tile_top.jpg);
	padding: 15px 20px 12px 15px;
}

#foot {
	background-attachment: scroll;
	background-size: 100% auto;
	background-image: url(../images/img_footbar.png);
	background-repeat: no-repeat;
	background-position: center 100%;
	background-color: #A0332A;
	margin-bottom: 0;
}

#foot-text {
	color: #FFF;
}

#foot a:link {
	color: #F9C947;
}
#foot a:visited {
	color: #F8B501;
}
#foot a:active {
	color: #F8B501;
}
#foot a:hover {
	color: #FBDA83;
}
.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;
		height: 330px;
	}
	#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: 30px 30px 15px 30px;
		height: 280px;
	}
	#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;
	}
}
