/*
Theme Name: Accelmwp
Theme URI: http://www.acceleratemediainc.com/
Description: Developed by Accelerate Media for flexibility
Version: 1.5.2
Author: Brian Van Buren
Author URI: http://www.acceleratemediainc.com/
Tags: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* CSS Reset */
html {
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1.4;
	background: url('/images/black_pattern_bg.png');
	font-family: "roboto-regular";
	font-weight: normal;
	color: #bbbbbb;
}
ol, ul, li {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
a, a:hover {
	text-decoration: none;
}
/* End CSS Reset */

/* Begin general classes */
@font-face {
	font-family: 'roboto-regular';
	src: url('roboto-regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('roboto-regular-webfont.woff') format('woff'), /* Modern Browsers */
	url('roboto-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('roboto-regular-webfont.svg#roboto-regular') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'roboto-bold-condensed';
	src: url('roboto-bold-condensed-webfont.eot');
	src: url('roboto-bold-condensed-webfont.eot?#iefix') format('embedded-opentype'),
	url('roboto-bold-condensed-webfont.woff') format('woff'),
	url('roboto-bold-condensed-webfont.ttf') format('truetype'),
	url('roboto-bold-condensed-webfont.svg#roboto-bold-condensed') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'vincent-regular';
	src: url('vincent-regular-webfont.eot');
	src: url('vincent-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('vincent-regular-webfont.woff') format('woff'),
	url('vincent-regular-webfont.ttf') format('truetype'),
	url('vincent-regular-webfont.svg#vincent-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both;
}
.left {
	float:left;
}
.right {
	float:right;	
}
.center_text {
	text-align: center;
}
.wrapper {
	width:1000px;
	margin:0 auto;
}
.padding {
	padding:10px;	
}
.replacement-text {
	display:block;
	text-indent:-9999px;	
}
.rectangle_padding {
	padding-bottom: 10px;
}
.add_padding {
	padding-bottom: 20px;
}
.title {
	background: url('/images/bottom_border.png') no-repeat bottom center;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 0 10px;
	font-size: 2.4em;
	font-family: "vincent-regular";
	font-weight: normal;
	color: white;
}
.home .title {
	background: url('/images/bottom_border_white.png') no-repeat bottom center;
	padding: 0 20% 10px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.4;
}
h1 {
	font-family: "vincent-regular";
	font-weight: normal;
	color: white;
}
h2, h3, h4 {
	font-family: "roboto-bold-condensed";
}
/* End general classes */

/* Begin Header Style */
#header {
	width: 100%;
	min-height: 80px;
}
#header-container{
	position:relative;
}
#logo {
	float: left;
	padding: 15px 0 0 25px;
}
#logo .description {
	font-size: 1.2em;
	text-align: center;
}
#topnav {
	font-family: "vincent-regular";
	float: right;
	margin-right: 25px;
}
#navlist {
	float: right;
	height: 80px;
	position: relative;
}
#navlist > .menu-item {
	float: left;
	list-style-type: none;
	padding-top: 25px;
	width: 100px;
	height: 80px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
#navlist li {
	border-right: 1px solid #4B4B4B;
}
#navlist .children {
	display:none;
}
#navlist .menu-item:hover .children {
	display:block;
}
#navlist .children .page_item {
	display:block;
}
#navlist ul li a:link, a:visited {
	color: white;
}
#call_now {
	color: white;
	float: right;
	font-size: 19px;
	margin-right: 1em;
	margin-top: 1.35em
}
#topnav ul li.current-menu-item a, #topnav ul li a:hover {
	border-bottom: 24px solid;
	border-color: #bd2e2a;
}
#topnav ul li.menu-item-81 a {
	padding: 12px 28px;
}
#topnav ul li.menu-item-82 a {
	padding: 12px 18px;
}
#topnav ul li.menu-item-83 a {
	padding: 12px 14px;
}
#topnav ul li.menu-item-97 a {
	padding: 12px 22px;
}
#topnav ul li.menu-item-84 a {
	padding: 12px 20px;
}
/* End Header Style */

/* Begin Page Style */
#page {
	position: relative;
}
#content {
	position: relative;
	padding: 40px;
}
#content .entry {
	padding: 0 15%;
}
blockquote {
	font-style: italic;
	margin: 1.5em 0 0;
	padding: 0.5em 10% 0;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	font-family: sans-serif;
	font-style: normal;
	color: #ccc;
	content: open-quote;
	font-size: 5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after {
	font-family: sans-serif;
	font-style: normal;
	color: #ccc;
	content: close-quote;
	font-size: 5em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.6em;
}
.picture-title {
	bottom: .7em;
	font-family: "vincent-regular";
	font-size: 4.5em;
	position: relative;
	line-height: .8em;
}
.repeat_pattern h2 {
	font-size: 2em;
	padding: 0 15%;
}
.post {
	margin: 0 0 40px;
}
.postmetadata {
	clear: both;
}
.repeat_pattern {
	background: url('/images/red_x_pattern.png') repeat;
	color: white;
}
.repeat_pattern a:visited, a:link {
	color: white;
}
.nivo-caption h1, .nivo-caption h2 {
	font-family: "roboto-bold-condensed";
	font-size: 36px;
}
#home_columns {
	padding: 40px 0 20px;
	margin-bottom: 40px;
}
#home_columns p {
	padding: 0 10% 20px;
}
.repeat_pattern .home_column {
	cursor: pointer;
}
#mast_image img {
	z-index: 0;
	width: 100%;
	vertical-align: middle;
}
#slideshow_text_bg {
	float: right;
	z-index: 1;
	position: absolute;
	right: 0em;
}
#stx_thumbs {
	color: white;
	text-align: center;
	width: 100%;
}
#stx_thumbs div {
	width: 20%;
	float: left;
}
#stx {
	color: white;
	text-align: center;
	margin-bottom: 40px;
}
#stx img {
	max-width: 100%;
	vertical-align: middle;
}
.stx_div {
	width: 100%;
	float: left;
	background-color: black;
}
#stx_thumbs a.stx_div img {
	position: relative;
	width: 100%;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	/* fix error hover image opacity*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.stx_thumb1:hover img, .stx_thumb2:hover img, .stx_thumb3:hover img, .stx_thumb4:hover img, .stx_thumb5:hover img {
	opacity: 0.6;
}
.stx_link {
	font-size: 16px;
	width: 100%;
	font-family: "vincent-regular";
	float: left;
	background: url('/images/red_x_pattern.png');
	padding: 10px 0;
}
.contact-info p {
	margin-bottom: 20px;
}
#content .entry form {
	width: 100%;
	color: white;
	text-align: left;
	margin: 0 auto;
	max-width: 700px;
}
#content .entry input, textarea {
	border: none;
	color: black;
}
#content .entry .wpcf7-radio input {
	width: inherit !important;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
#content .entry .wpcf7-radio .wpcf7-list-item {
	display: block;
	clear: both;
}
#content .entry .wpcf7-radio .wpcf7-list-item-label {
	width: 440px;
	display: inline-block;
	margin: 0 0 20px 0;
}
#content .entry input.wpcf7-submit, #content .entry .gform_button.button {
	background: #bd2e2a;
	width: auto;
	padding: 10px 40px;
	color: white;
	cursor: pointer;
	border: none;
	font-size: 14px;
}
.gform_wrapper label, .gform_wrapper ul.gfield_radio li label {
	font-size: 16px;
}
.page-id-87 #content .entry input.wpcf7-submit {
	width: 180px;
}
#content .entry input.wpcf7-submit:hover, #content .entry .gform_button.button:hover {
	background-color: white;
	position: relative;
	color: #bd2e2a;
}
.gform_wrapper input, .gform_wrapper textarea {
	border-radius: 5px;
}
span.wpcf7-not-valid-tip {
	color: #bd2e2a !important;
	padding-bottom: 20px;
}
div.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 10px 20px !important;
}
div.wpcf7-validation-errors {
	border: 1px solid #bd2e2a !important;
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #FFFFFF !important;
}
.page-id-87 .entry p, .page-id-101 .entry p {
	color: #bbbbbb;
	width: 600px;
	margin: 0 auto;
}
.page-id-87 .wpcf7, .page-id-101 .wpcf7 {
	margin-top: 40px;
}
.page-id-87 .radio-selection {
	margin-bottom: 40px !important;
}
p.password-form {
	margin-bottom: 20px;
}
#download-page .download-monitor-categories, #download-page .download_category, #download-page #download-search {
	width: 100% !important;
}
/* End Page Style */

/* About Us Page */
#abt_stx {
	text-align: center;
	text-shadow: 1px 1px 1px #540000;
	position: relative;
	padding-bottom: 60px;
}
#history {
	margin: 40px 0;
}
.stx_history_left {
	float: left;
	padding-left: 5%;
	width: 45%;
	color: white;
}
.stx_history_left img {
	width: 80%;
}
.stx_history_right {
	float: right;
	padding: 0 5%;
	width: 40%;
	color: white;
}
.stx_history_right ul li{
	list-style: none;
	display: inline;
	padding: 14px;
}
.abt_us_history_text {
	color: #bbbbbb;
	margin-bottom: 10px;
}
#abt_us_areas_served {
	text-align: center;
	color: white;
	width: 100%;
}
#areas_served, #specialties {
	color: white;
	text-align: center;
	width: 100%;
	padding: 40px 0;
}
#areas_served h2, #specialties h2 {
	font-size: 1.8em;
	background: none;
	margin-bottom: 0;
	}
#areas_served p {
	padding: 0 15%;
}
.areas_served_cols {
	width: 20%;
	float: left;
	margin: 0 2.5%;
	font-size: 11px;
	color: #bbbbbb;
}
.areas_served_cols_text {
	text-align: left;
	font-size: 14px;
}
.red_btn a {
	display: block;
	background-color: #bd2e2a;
	text-align: center;
	cursor: pointer;
	color: white;
	padding: 20px 0px;
	width: 280px;
	margin: 80px auto;
}
.red_btn a:hover {
	background-color: white;
	position: relative;
	color: #bd2e2a;
}
#abt_us_areas_affiliations {
	text-align: center;
	color: white;
	width: 50%;
	margin: 80px auto 0;
}
.employees {
	position: absolute;
}
.aff_div {
	width: 33.3%;
	float: left;
	margin-bottom: 2em;
}
.about_request {
	margin: 20px auto 60px !important;
}
/* End About Us Page */


/* Begin Services Page */
#service {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
}
#service p {
	margin-bottom: 20px;
}
.service_row_block, .service_row_text {
	color: #bbbbbb;
	font-size: 15px;
	padding: 0;
}
	#escorting.service_row_block {
	margin-bottom: 100px;
}
.service_title {
	background: url('/images/bottom_border.png') no-repeat bottom center;
	text-align: center;
	margin-bottom: 20px;
	padding: 15% 0 10px;
	font-size: 2em;
	font-family: "vincent-regular";
	font-weight: normal;
	color: white;
}
.service_title span {
	letter-spacing: -5px;
}
.service_row_block img {
	width: 100%;
}
.service_text, .service_link {
	margin: 0 auto;
	width: 75%;
}
.service_link {
	padding-top: 20px;
}
.service_link a {
	color: #bd2e2a;
}
.service_link .btn {
	background: #bd2e2a;
	color: white;
	padding: 10px 15px;
}
.service_request {
	margin: 100px auto 80px;
}
#special_equip.service_container {
	background: url('/images/services_special_equip.jpg') no-repeat right center / 50% 80% transparent;
}
#transport.service_container {
	background: url('/images/services_warehousing.jpg') no-repeat left center / 45% 65% transparent;
}
#rugged_transport.service_container {
	background: url('/images/services_rugged_transport.jpg') no-repeat right center / 45% 75% transparent;
}
#escorting.service_container {
	background: url('/images/services_transport.jpg') no-repeat left center / 70% 50% transparent;
}
#warehousing.service_container {
	background: url('/images/services_escorting.jpg') no-repeat 75% bottom / 35% 65% transparent;
}
/* End Services Page */

/* Begin Equipment Page */
.equip_details {
	box-shadow: 10px 10px 5px black;
	background-color: #bd2e2a;
	color: white;
	font-size: 14px;
	font-weight: normal;
	left: 1em;
	padding: 2px 15px 68px;
	position: relative;
	top: 11em;
	cursor: pointer;
}

#fs {
	position: relative;
	top: 30px;
	right: 20px;
	text-align: right;
	color: #ccc;
	font: italic 11px/1 arial,sans-serif;
	z-index: 2;
}
#fs a:hover,a.fs:active {color:#fff; background: none;}

#scroll_instructions {
	color: white;
	font-family: "roboto-bold-condensed";
	margin-left: 39%;
	margin-right: 34%;
}
#low_range {
	color: white;
	position: relative;
	right: 3em;
	text-align: center;
	top: 1.5em;
	width: 2em;
	font-weight: normal;
}
#high_range {
	bottom: 2em;
	color: white;
	float: right;
	left: 4em;
	position: relative;
	width: 3em;
	text-align: center;
	font-weight: normal;
}
.scroll-pane {
	overflow: auto;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	border: none;   background: transparent;
}
.scroll-content {
	float: left;
	width: 480em;
	height: 19em;
}
.scroll-content-item {
	float: left;
	font-size: 3em;
	height: 225px;
	margin: -1px;
	padding-bottom: 16px;
	padding-right: 28px;
	text-align: center;
	width: 10em;
	border: none;
}
.scroll-bar-wrap {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.scroll-bar-wrap .ui-slider {
	background-image: url(/images/slider_bar_bg.jpg);
	border:0;
	margin: 0 auto;
	width: 100% !important;
}
.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.scroll-bar-wrap .ui-slider-handle {
	height: 11px;
	top: .1px;
/*    background-image: url(/images/slider-btn.jpg);
	width: 25%;*/
}
.scroll-bar-wrap .ui-slider-handle .ui-icon {
	margin: -8px auto 0;
	position: relative;
	top: 50%;
}
#galleria{
	width: 700px; height: 400px; background: #000;
	color: white;
}
#bar_pad{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
#slick-slider {
	background: url(/images/slider_bg.png) repeat-x;
}
.slider-center {
	width: 80%;
	margin: 0 auto;
}
.slick-slide img {
	display: block;
	width: 100%;
}
.slider-center .slick-slide img {
	cursor: pointer;
}
.modal-header .close {
	float: right;
}
.modal-footer p {
	text-align: left;
	margin-bottom: 20px;
}
.modal-footer .previous, .modal-footer .next {
	background-color: #bd2e2a;
	color: white;
}
.modal-footer .previous:hover, .modal-footer .next:hover {
	background-color: white;
	color: #bd2e2a;
}
#links img {
	width: 114px;
	vertical-align: middle;
}
#links {
	text-align: center;
}
.stxwork {
	margin-top: 40px;
}
/* End Equipment Page */



/* Begin Comments */
#comment {
	width:100%;
}
/* End Comments */



/* Begin Sidebar */
.sidebar {
	width: 325px;
	float:left;
	position:relative;
}
/* End Sidebar */


/* Start style for the footer */
#left_quote {
	position: relative;
	right: 25em;
	top: 2.5em;
}
#right_quote {
	position: relative;
	left: 25em;
	bottom: 2.5em;
}
#stx_cust {
	color: white;
	text-align: center;
	padding-bottom: 40px;
}
#stx_cust p {
	color: #CCCCCC;
	font-size: 13px;
	margin-bottom: 20px;
}
#stx_cust h1 {
	background: none;
	margin-bottom: 0;
	padding: 40px 0 0;
}
#stx_cust.repeat_pattern {

}
#stx_cust.repeat_pattern .center_text {
	font-style: italic;
	font-size: 16px;
}
#footer {
	width: 100%;
	clear: both;
	background-color: #131313;
	padding: 40px 0 60px;
}
.footer_col {
	width: 14%;
	float: left;
	text-align: left;
}
.footer_col ul li {
	font-size: 12px;
}
.footer_col ul li h3 {
	font-size: 16px;
	color: white;
}
#footer_call_now {
	color: white;
	width: 20%;
	float: left;
	text-align: right;
}
#footer_call_now ul li {
	font-size: 8px;
	color: #8E8E8E;
}
#footer_call_now ul li h3 {
	font-size: 15px;
	color: white;
}
#foot_nav {
	color: white;
	text-align: center;
	font-size: 18px;
	width: 100%;
}
#footer-container {
	position:relative;
}
.copyright {
	font-size: 12px;
	margin: 0;
	padding: 40px 0 0;
}
.amlogo {
	vertical-align: text-bottom;	
}
#foot_logo {
	float: left;
	width: 16.6%;
	margin-bottom: 40px;
}
#footer_call_now ul li a {
	position: relative;
	top: 5px;
}
/* End Style for the footer */
@media (max-width: 992px) {
	.nivo-caption {
		
	}
}
@media (max-width: 1200px) {
	.nivo-caption {
		line-height: 1.2;
	}
	.nivo-caption h3 {
		margin-bottom: -10px;
	}
	.nivo_slide_1a, .nivo_slide_2a, .nivo_slide_3a {
		font-size: 40px !important;
	}
	.nivo_slide_1b, .nivo_slide_2b, .nivo_slide_3b {
		font-size: 26px !important;	
	}
	.service_title {
		padding: 0 0 10px;
	}
	.service_row_block.pull-right {
		width: 100%;
	}
	.service_row_text {
		padding: 50px 0;
	}
}
@media (max-width: 1024px) {
	.stx_history_left {
		padding-left: 5%;
		width: 49%;
	}
	.stx_history_right {
	    padding: 0 2%;
	    width: 48%;
	}
}
@media (max-width: 768px) {
	#stx_thumbs div {
		width: 50%;
	}
	#navlist > .menu-item {
		width: auto;
		height: auto;
		float: none;
		display: inline-block;
		padding: 0;
		margin: 5px 0;
	}
	#navlist {
		text-align: center;
		float: none;
		height: auto;
	}
	#topnav {
		width: 100%;
		float: none;
	}
	#navlist > .menu-item {
		border: none;
		margin: 5px;
	}
	#topnav ul li.menu-item-81 a, #topnav ul li.menu-item-82 a, #topnav ul li.menu-item-83 a, #topnav ul li.menu-item-97 a, #topnav ul li.menu-item-84 a {
		padding: 10px 0;
	}
	#logo, #call_now {
		float: none;
		text-align: center;
	}
	#call_now {
		font-size: 14px;
		margin: 10px 0;
	}
	#slider, .nivo-controlNav {
		display: none !important;
	}
	#home_columns {
		padding: 0;
		margin-top: 15px;
	}
	#home_columns .home_column {
		padding: 10px 0 0;
		border-bottom: 1px solid white;
	}
	.footer_col {
		width: 100%;
		margin: 5px 0;
		float: none;
		text-align: center;
	}
	#footer_call_now {
		float: none;
		width: 100%;
		text-align: center;
	}
	#foot_nav {
		margin: 0;
		border-top: 1px solid white;
		padding-top: 15px;
	}
	#footer {
		padding: 20px 0;
	}
	#topnav ul li.current-menu-item a, #topnav ul li a:hover {
		border: none;
		color: #bd2e2a;
	}
	.picture-title {
		padding: 20px 0;
		position: static;
		font-size: 2em;
	}
	.repeat_pattern h2 {
	    font-size: 1.4em;
	    padding: 0 25px;
	}
	.stx_history_right {
	    float: none;
	    padding: 0 15px;
	    width: 100%;
	    color: white;
	}
	.stx_history_left {
	    float: none;
	    width: 100%;
	    padding: 0 15px;
	}
	#abt_stx {
		padding-bottom: 20px;
	}
	.areas_served_cols {
		width: 100%;
		margin: 20px 0;
	}
	#abt_us_areas_affiliations {
		width: 100%;
	}
	.aff_div {
		width: 33%;
	}
	.aff_div img {
		max-width: 100%;
	}
	.red_btn a {
		margin: 10px auto;
	}
	.service_title {
		padding: 15px;
	}
	.service_text, .service_link, .areas_served_cols {
		width: auto;
		padding: 0 15px;
	}
	.service_request {
	    margin: 20px auto;
	}
	.row {
		margin: 0;
	}
	.picture-title {
		line-height: 1.2em;
		padding: 20px 0 10px;
	}
	#content {
		padding: 20px 15px;
	}
	#content .entry {
		padding: 0;
	}
	.page-id-87 .entry p, .page-id-101 .entry p {
		width: auto;
	}
	span.wpcf7-list-item {
		margin-left: 0 !important;
	}
	#content .entry .wpcf7-radio .wpcf7-list-item-label {
		width: auto;
	}
	#content .entry .wpcf7-radio input {
		margin: 0;
	}
	#content .entry .wpcf7-radio .wpcf7-list-item-label, #content .entry .wpcf7-radio input {
		display: inline;
		vertical-align: middle;
	}
	#content .entry .wpcf7-radio .wpcf7-list-item {
		margin-bottom: 10px;
	}
	.page-id-87 .radio-selection {
		margin-bottom: 0 !important;
	}
	#rugged_transport.service_container {
		margin-bottom: 20px;
	}
	#service {
		padding: 0;
	}
}
@media (max-width: 400px) {
	#stx_thumbs div {
		margin-bottom: 10px;
		width: 100%;
	}
}