html {
	max-width:100%;
	overflow-x:hidden;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body {
	background-color:#fff;
	margin:0px;
	max-width: 100%;
    	overflow-x: hidden;
}

/************************ Typography ************************/

.white-font {
	color:#fff;
	text-shadow:1px 1px 4px #000000;
}
.white-shadow {
	text-shadow:1px 1px 3px #e1e1e1;
}
.dark-blue-font {
	color:#0e223d;
}
.large-font {
	font-size:25px;
}
.title {
	color:#607da9;
	font-size:25px;
	font-weight:bold;
}
.error {
	color: #FF0000;
	font-size:15px;
}

/******************** Background Colors *********************/
.white-background {
	background-color:#fff;
}
.dark-blue-background {
	background-color:#0e223d;
}
.light-blue-background {
	background-color:#607da9;
}
.gray-background {
	background-color:#f2f2f2;
}

/************************** Header **************************/

.header-container {
	width:100%;
	height:auto;
	margin:auto;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	padding:10px 20px;
}
.menu-container {
	width:100%;
	height:auto;
	margin:auto;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	padding:10px 20px;
	border-bottom:1px solid #fff;
}
.header {
	max-width:900px;
	height:auto;
	margin:auto;
}
.logo {
	height:auto;
	width:100%;
	padding:0px;
	display:inline-block;
	margin-bottom:0px;
	text-align:center;
}
.title-text {
	font-size:17px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	font-variant: small-caps;
}
#logo {
	height:100px;
	width:235px;
	margin-bottom:20px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
}
.menu {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
}
.full-screen-menu {
	display:none;
	border-bottom:1px solid #96acc3;
}
.full-screen-menu:last-child {
	border-bottom:0;
}
ul.navigation {
	list-style-type:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
ul.navigation li a, .responsive-menu {
	color:#fff;
	display:inline-block;
	text-align:center;
	width:100%;
	padding:10px 0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	text-shadow:1px 1px 0px #283744;
	transition:0.3s;
	font-size:20px;
	text-shadow:1px 1px 4px #000000;
	text-decoration:none;
}
ul.navigation li a:hover {
	background-color:#607da9;
	color:#fff;
	text-shadow:none;
}
@media only screen and (min-width: 900px) {
	.logo {
		text-align:left;
	}
	.title-text{
		width:600px;
		text-align:right;
	}
	.responsive-menu {
		display:none;
	}
	.full-screen-menu {
		display:inline!important;
		border-bottom:0;
	}
	ul.navigation li a {
		width:150px;
		font-size:16px;
		border-right: 1px solid #96acc3;
	}
	ul.navigation li:last-child a {
		border-right:0;
	}
}

/************************** Footer **************************/
.footer-container {
	width:100%;
	height:auto;
	background-color:#0e223d;
	margin:auto;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	padding:20px;
	border-bottom:1px solid #fff;
}
.footer {
	height:auto;
	max-width:900px;
	margin:auto;
}
.footer-info {
	text-align:center;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	padding:20px;
	color:#607da9;
	font-size:17px;
}
ul.footer-menu {
	list-style-type:none;
	text-decoration:none;
	padding:20px 0px;
	margin:0px;
}
ul.footer-menu li {
	display:inline;
}
ul.footer-menu li a {
	width:auto;
	height:auto;
	padding:5px 10px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	color:#607da9;
	font-size:15px;
	text-decoration:none;
	border-right:1px solid #607da9;
}
ul.footer-menu li:last-child a {
		border-right:0;
}
ul.footer-menu li a:hover {
	color:#fff;
}
.copyright-container {
	width:100%;
	height:auto;
	margin:auto;
	background-color:#607da9;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	padding:20px;
}
.copyright-info {
	height:auto;
	max-width:900px;
	margin:auto;
}
.copyright {
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 4px #000000;
	text-align:center;
}

/*********************** Containers ************************/

.top-image {
	background-image:url('images/t-38-talon.jpg');
	display:inline-block;
	box-sizing: border-box;
	width:100%;
	min-height:150px;
	background-size:cover;
	border-bottom:1px solid #fff;
}
.white-container {
	width:100%;
	height:auto;
	min-height:300px;
	background-color:#fff;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	padding:20px;
}
.width-container {
	max-width:1000px;
	height:auto;
	margin:auto;
}
.content {
	height:auto;
	width:100%;
	margin:auto;
	float:left;
	padding:20px;
	text-align:center;
	color:#000;
	font-size:18px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
}
.our-services-image {
	width:100%;
	background-size:cover;
	min-height:140px;
	padding:0px;
	margin:0px;
}
.home {
	width:100%;
	background-size:cover;
	min-height:120px;
	padding:0px;
	margin:0px;
}
.service-one {
	background-image:url('images/warehouse.jpg');
}
.service-two {
	background-image:url('images/hangar-image.jpg');
}
.service-three {
	background-image:url('images/vehicle-maintenance.jpg');
}
.home-image {
	background-image:url('images/t-square-truck.jpg');
	background-size:cover;
	width:100%;
	height:225px;
	padding:0px;
	margin:0px;
}
video {
	margin:0;
	padding:0;
	width:100%;
	height:325px;
	display:none;
}
#home-page, .logo , #fade {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.about {
	min-height:200px;
}
.profile {
	min-height:250px;
}
.profile-image {
	width:100px;
	height:100px;
	border:1px solid #607da9;
	border-radius:50px;
	margin-bottom:10px;
}
.contact-info {
	height:auto;
}
#googleMap {
	height:300px;
}
.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row{
    clear: both;
    margin-top: 20px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left;
}
.table>tbody>tr:first-child td{
    border-top:0;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 0;
}
.text-center{
    text-align: center;
}
@media only screen and (min-width: 500px) {
	.top-image, .home, .our-services-image {
		min-height:208px;
	}
}
@media only screen and (min-width: 700px) {
	.tab-col-1 {width: 8.33%;}
    	.tab-col-2 {width: 16.66%;}
    	.tab-col-3 {width: 25%;}
    	.tab-col-4 {width: 33.33%;}
    	.tab-col-5 {width: 41.66%;}
    	.tab-col-6 {width: 50%;}
    	.tab-col-7 {width: 58.33%;}
    	.tab-col-8 {width: 66.66%;}
    	.tab-col-9 {width: 75%;}
    	.tab-col-10 {width: 83.33%;}
    	.tab-col-11 {width: 91.66%;}
    	.tab-col-12 {width: 100%;}
	.top-image, .home {
		min-height:292px;
	}
	.our-services-image {
		min-height:250px;
	}
	.contact-info {
	}
	.contact-content{
	}
	video {
		display:inline-block;
	}
}
@media only screen and (min-width: 900px) {
	.col-1 {width: 8.33%;}
    	.col-2 {width: 16.66%;}
    	.col-3 {width: 25%;}
    	.col-4 {width: 33.33%;}
    	.col-5 {width: 41.66%;}
    	.col-6 {width: 50%;}
    	.col-7 {width: 58.33%;}
    	.col-8 {width: 66.66%;}
    	.col-9 {width: 75%;}
    	.col-10 {width: 83.33%;}
    	.col-11 {width: 91.66%;}
    	.col-12 {width: 100%;}
	.top-image {
		min-height:375px;
	}
	.our-services-image {
		margin-top:20px;
		min-height:260px;
	}
	.home {
		min-height:130px;
	}
	.contact-info {
	}
	.contact-content{
	}
	video {
		display:inline-block;
	}
}
@media only screen and (min-width: 1000px) {
	.top-image {
		min-height:420px;
	}
}
@media only screen and (min-width: 1200px) {
	.top-image {
		min-height:500px;
	}
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/************************ Forms **************************/
.form-full-width {
	width:100%;
}
.form-half-width {
	width:100%;
}
.form-height {
	height:50px;
}
input[type="text"], textarea, select, input[type="file"] {
	background-color:#fff;
	border:1px solid #607da9;
	font-size:15px;
	padding:15px;
	margin:8px 0px;
	display:inline-block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-radius: 4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
	resize:vertical;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
input[type="submit"] {
	background-color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	width:100%;
	color:#607da9;
	padding:15px 20px;
	margin:8px 0px;
	border:3px solid #607da9;
	border-radius:4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	transition:0.3s;
}
input[type="submit"]:hover {
	background-color:#0e223d;
	color:#fff;
}
@media only screen and (min-width: 800px) {
	.form-half-width {
		width:49.6%;
	}
}

/*********************** Buttons *************************/

a.button {
	width:100%;
	height:auto;
	padding:20px;
	margin:20px 0px;
	text-decoration:none;
	display:inline-block;
	background-color:#fff;
	color:#607da9;
	border:3px solid #607da9;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	transition:0.3s;
}
a.button:hover {
	background-color:#0e223d;
	color:#fff;
}

/*********************** Dividers ************************/

.divider-large {
	height:auto;
	width:100%;
	margin:auto;
	margin:30px 0px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	border-bottom:1px solid #0e223d;
}
.divider-medium {
	height:auto;
	width:100%;
	margin:auto;
	margin:20px 0px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	border-bottom:1px solid #0e223d;
}
.divider-small {
	height:auto;
	width:100%;
	margin:auto;
	margin:10px 0px;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
    	-webkit-box-sizing:border-box;
    	border-bottom:1px solid #0e223d;
}