@CHARSET "ISO-8859-1";
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 60px; /*Match Footer Bottom*/
	background-color: #FFFFFF;
	font-family: "Bell MT", "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 40px;
	color: #5a5a5a;
}
body.modal-open { padding-right: 0px !important; } html { overflow-y: auto !important; }

/* FONTS Styling */
.blue {
	color: #001055;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	font-size: 14px;
	background-color: #f5f5f5;
}

.container>h1 {
	 color: #fe8010;
}

.container .text-muted {
	margin-top: 20px;
	text-align: center;
	color: #7380b8;
}

.footer>.container {
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-brand {
	font-size: 20px !important;
}

code {
	font-size: 80%;
}

/* CUSTOMIZE THE NAVBAR */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}

.navbar-inverse {
	 /*background-color: #1c2653;*/
	 background-color: #F5F5F5;
}

.navbar-nav>.active>a {
	 background-color: #225cbd !important;
	 border-radius: 0px;
}

.navbar-nav {
	 font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
	 color: #ff8417 !important;
}

.navbar-inverse .navbar-toggle {
	 background-color: #555555;
}

.navbar-brand {
	 position: relative;
	 left: 40px;
	 color: #fe8010 !important;
	 text-shadow: 0px 0px 1px #748fff;
	 font-size: 24px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 500px;
	margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
	color: #fe8010;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

.featurette-image {
	max-height: 150px;
}


/* DIALOG */
.modal-header {
	background-color: #225cbd;
	color: #ff8417;
	font-weight: bold;
}

.modal-header > button.close > span {
	color: white;
}

.ss-error-msg {
	display: none;
	background-color: rgba(255, 0, 0, .3);
	font-weight: bold;
	color: rgba(0, 0, 0, .7);
	margin: 5px;
	padding: 5px;
	border: 1px solid red;
	font-size: 14px;
}



/* Sidetrack Services */
.message {
	border: 2px solid #fe8010;
	border-radius: 5px;
	position: absolute;
	padding: 5px;
	background-color: rgba(255, 255, 255, .8);
	width: 320px;
	height: 150px;
	min-width: 300px;
	min-height: 150px;
	left: 50%;
	top: 50%;
	margin-top: -80px;
	margin-left: -168px;
	text-align: center;
	display: inline-block;
}

.message-logo {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	display: inline-block;
	background: #A5A5A5; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#a5a5a5, white, #a5a5a5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#a5a5a5, white, #a5a5a5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#a5a5a5, white, #a5a5a5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#a5a5a5, white, #a5a5a5); /* Standard syntax */
}

.orange {
	color: #fe8010;
	font-weight: bold;
	font-size: 24px;
}

.logo {
	position: absolute;
	z-index: 3000;
	height: 40px;
	top: 5px;
	left: 5px;
	display: block;
}

.full-logo {
	 position: absolute;
	 z-index: 3000;
	 height: 90px;
	 top: 5px;
	 left: 5px;
	 display: none;
}

.ss-spacer {
	margin-top: 40px;
}


/* used to make an <a> link use a pointer when no href is defined */
.ss-link {
	cursor: pointer;
}

p.contact-us-buttons {
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	margin-top: 20px;
}

a.contact_button {
	border: 2px solid rgba(254, 128, 16, 1);
	border-radius: 10px;
	width: 100px;
	padding: 5px;
	background-color: #D5D5D5;
	color: #001055;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

a.contact_button:hover {
	border: 2px solid #225cbd;
	background-color: #001055;
	color: #fe8010;
}

div .center-text {
	width: 100%;
	text-align: center;
}

.contact-container input[type=text],textarea {
	border: 1px solid #001055;
	width: 100%;
}

.contact-container input:focus,textarea:focus {
	border: 1px solid #fe8010;
}

.contact-comments {
	width: 100%;
	height: 150px;
}

.validationError {
	border-color: rgb(255, 0, 0) !important;
}

.phone-block {
	display: none;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 480px) {
	.navbar-brand {
		font-size: 24px !important;
	}
}

@media (min-width: 768px) {
	/* Navbar positioning */
	.navbar-wrapper {
		height: 100px;
	}

	.navbar-nav {
		bottom: 0px;
		right: 20px;
		position: absolute;
	}

	.navbar-nav>.active>a {
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
	}

	.navbar {
		height: 100%;
	}

	.navbar-brand {
		display: none;
	}

	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}

	.featurette-image {
		max-height: 500px;
	}

	.featurette-divider {
		margin: 40px 0; /* Space out the Bootstrap <hr> more */
	}


	/* SIDETRACK SERVICES */
	.logo {
		display: none;
	}

	.footer {
		font-size: 18px;
	}

	.full-logo {
		display: block;
	}

	.ss-spacer {
		margin-top: 100px;
	}

	p.contact-us-buttons {
		display: none;
	}

	.phone-block {
		display: inline-block;
		position: absolute;
		right: 0px;
		margin-right: 20px;
		z-index: 3000;
		height: 40px;
		font-style: italic;
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}

@media all and (orientation:portrait) {
	.message-logo img {
		width: 100%;
		height: auto;
		top: 50%;
		position: relative;
		display: inline-block;
	}
}
@media all and (orientation:landscape) {
	.message-logo img {
		height: 100%;
		width: auto;
		top: 50%;
		position: relative;
		display: inline-block;
	}
}
