/*
Theme Name: Stryder Motorfreight
Theme URI: http://www.ARKSquared.com
Description: Basic one column theme.
Version: 1.0
Author: ARK Squared
Author URI: http://www.ARKSquared.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Footer Region – Styles specific to the footer region.
5. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.
6. Responsive Coding - Coding to adjust template for mobile viewing.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
* {  
margin:0; 
padding:0; 
}
body {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #999;
	background-color:#222;
}
#wrapper {
	margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 130px;
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
#header h1 {
	position: absolute;
	top:-999px;
}
#header img {
	float:left;
	margin:15px 30px 0 0;
}
#menu {
	margin: 20px 0 0 0;
	width: 670px;
	float:left;
}
.top-menu-home::after {
	content:"Welcome to Stryder";
	max-width: 50px;
	font: italic 600 10px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding-left:18px;
}
.top-menu-about::after {
	content:"Learn more about us";
	max-width: 55px;
	font: italic 600 10px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding-left:18px;
}
.top-menu-reliability::after {
	content:"Count on us day or night";
	max-width: 57px;
	font: italic 600 10px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding-left:18px;
}
.top-menu-facilities::after {
	content:"Conveniently located near you";
	max-width: 79px;
	font: italic 600 10px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding-left:18px;
}
.top-menu-community::after {
	content:"Keep up to date with us";
	max-width: 74px;
	font: italic 600 10px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding-left:18px;
}
.top-menu-contact::after {
	content:"We are here to help";
	max-width: 57px;
	font: italic 600 10px "Open Sans", Arial, sans-serif;
	display: inline-block;
	padding-left:18px;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#home-banner-image {
	width:100%;
	background-image:url(images/stryder-motorfreight-home1.jpg);
	background-position: top center;
	height:450px;
	position: absolute;
	top:0;
	z-index: 1;
	margin-top:150px;
}
#home-banner {
	width:400px;
	height:450px;
}
#home-banner h1 {
	font: normal 600 33px "Open Sans", Arial, sans-serif;
	color:#fff;
	padding:120px 0 10px 0;
	line-height: 1;
}
#home-banner p {
	color:#fff;
	font-size:16px;
	margin-bottom:30px;
}
a#home-banner-button:link, a#home-banner-button:visited {
	padding:10px;
	border-radius: 10px;
	border:1px solid #ff5d5d;
	box-shadow: 2px 2px 3px #000;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	text-decoration: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf1717+0,930909+100 */
	background: #cf1717; /* Old browsers */
	background: -moz-linear-gradient(top, #cf1717 0%, #930909 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cf1717 0%,#930909 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cf1717 0%,#930909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1717', endColorstr='#930909',GradientType=0 ); /* IE6-9 */
}
a#home-banner-button:hover, a#home-banner-button:active {
	color:#fff;
	text-decoration: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5d5d+0,cf1717+100 */
	background: #ff5d5d; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5d5d 0%, #cf1717 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5d5d 0%,#cf1717 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5d5d 0%,#cf1717 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d5d', endColorstr='#cf1717',GradientType=0 ); /* IE6-9 */
}
#map-text {
	width:550px;
	color:#999;
	font:normal normal 20px "Open Sans", Arial, sans-serif;
	padding-top:60px;
}
#main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#content, #content p {
	line-height: 1.6;
	font-size: 16px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color:#fff;
}
#content a:hover, #content a:active {
	text-decoration: none;
	color:#ee1c24;
}
#content h1 {
	margin: 0 0 20px 0;
	font: normal normal 37px "Open Sans", Arial, sans-serif;
	color:#fff;
}
#facilities-contact-h1 {
	margin: 70px 0 !important;
}
#content h2 {
	font: normal normal 27px "Open Sans", Arial, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
#content h3 {
	margin: 0 0 20px 0;
	font: normal normal 27px "Open Sans", Arial, sans-serif;
	color:#fff;
}
.facilities-contact h3 {
	margin: 0 0 20px 0 !important;
}
#content h4 {
	margin: 0 0 15px 0;
	font: normal normal 18px "Open Sans", Arial, sans-serif;
	color:#fff;
}
#content p, #content ul, #content ol, #content table {
	margin-bottom:20px;
}
#content li {
	margin-left: 40px;
}
#content-column-1 {
	width:23%;
	float:left;
	padding:50px 0;
}
#content-column-2 {
	width:50%;
	float:left;
	padding:50px 3% 50px 0;
}
#content-column-3 {
	width:20%;
	float:left;
	padding:50px 0;
}
#content-column-1, #content-column-2 {
	margin-right: 2%;
}
#content-column-1 h3 {
	margin:5px 0 15px 0;
	color: #8dc73f;
	font: normal bold 23px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#content-column-2 h3, #content-column-3 h3 {
	margin:5px 0 15px 0;
	color: #ee1c24;
	font: normal bold 23px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#content-column-1 a:link, #content-column-1 a:visited {
	padding:10px;
	border-radius: 10px;
	border:1px solid #ade067;
	box-shadow: 2px 2px 3px #000;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	text-decoration: none !important;
	margin-top:20px;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8cc63e+0,7cb134+100 */
	background: #8cc63e; /* Old browsers */
	background: -moz-linear-gradient(top, #8cc63e 0%, #7cb134 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8cc63e 0%,#7cb134 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8cc63e 0%,#7cb134 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63e', endColorstr='#7cb134',GradientType=0 ); /* IE6-9 */
}
#content-column-1 a:hover, #content-column-1 a:active {
	color:#fff;
	text-decoration: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ade067+0,8cc63e+100 */
	background: #ade067; /* Old browsers */
	background: -moz-linear-gradient(top, #ade067 0%, #8cc63e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ade067 0%,#8cc63e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ade067 0%,#8cc63e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ade067', endColorstr='#8cc63e',GradientType=0 ); /* IE6-9 */
}
#content-column-2 a:link, #content-column-2 a:visited, #content-column-3 a:link, #content-column-3 a:visited {
	padding:10px;
	border-radius: 10px;
	border:1px solid #ff5d5d;
	box-shadow: 2px 2px 3px #000;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	text-decoration: none !important;
	margin-top:20px;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf1717+0,930909+100 */
	background: #cf1717; /* Old browsers */
	background: -moz-linear-gradient(top, #cf1717 0%, #930909 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cf1717 0%,#930909 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cf1717 0%,#930909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1717', endColorstr='#930909',GradientType=0 ); /* IE6-9 */
}
#content-column-2 a:hover, #content-column-2 a:active, #content-column-3 a:hover, #content-column-3 a:active {
	color:#fff;
	text-decoration: none !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5d5d+0,cf1717+100 */
	background: #ff5d5d; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5d5d 0%, #cf1717 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff5d5d 0%,#cf1717 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff5d5d 0%,#cf1717 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d5d', endColorstr='#cf1717',GradientType=0 ); /* IE6-9 */
}
#about-wrapper {
	background-image: url(images/background-header-about.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#about-text {
	width:55%;
}
#reliability-content {
	background-image: url(images/reliability-truckdriver.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom:300px;
}
.reliability-left {
	float:left;
	width:42%;
}
.reliability-right {
	float:right;
	width:56%;
	font-style: italic;
}
#facilities-contact-banner {
	width:100%;
	background-image:url(images/background-header-general.jpg);
	background-position: top center;
	height:180px;
	position: absolute;
	top:0;
	z-index: 1;
	margin-top:150px;
}
#fac-con-main-wrapper #main {
	min-height: 400px;
}
#contact-column-1 {
	width:65%;
	float: left;
	margin-bottom: 70px;
}
#contact-column-1 h3 {
	font: normal normal 23px "Open Sans", Arial, sans-serif;
	color: #fff;
	margin-bottom:20px;
}
#contact-column-1 select {
	width:99%;
	margin-bottom:20px;
	padding: 6px 1%;
}
#contact-column-1 .wpcf7-text, #contact-column-1 textarea {
	width:97%;
	margin-bottom:20px;
	padding: 6px 1%;
}
#contact-column-1 textarea {
	margin-top: 5px;
	height: 50px;
}
#contact-column-2 {
	width:32%;
	float:right;
}
.wpcf7-submit {
	padding:10px;
	border-radius: 10px;
	border:1px solid #ff5d5d;
	box-shadow: 2px 2px 3px #000;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	text-decoration: none !important;
	margin:20px 0;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf1717+0,930909+100 */
	background: #cf1717; /* Old browsers */
	background: -moz-linear-gradient(top, #cf1717 0%, #930909 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cf1717 0%,#930909 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cf1717 0%,#930909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1717', endColorstr='#930909',GradientType=0 ); /* IE6-9 */
}
#contact-column-2 h3 {
	color:#fff;
	font: normal normal 32px "Open Sans", Arial, sans-serif;
	margin-bottom:15px;
}
#contact-column-2 p {
	font-size:16px;
	margin-bottom:20px;
	line-height: 1.5;
}
img.img-red-bg {
	background-color: #ee1c24;
	padding:20px;
	max-width:50%;
	height:auto;
	margin-bottom:8px;
}
#content hr {
	border: solid #666;
	border-width: 1px 0 0 0;
	clear:both;
	margin:25px 0;
	height:0;
}
.community-img {
	margin-bottom:30px !important;
	margin-right: 30px !important;
}
/* ------- Start Code for facilities accordion effect ------- */
/* ------ New Accordian ----- */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  border:1px solid #444;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
label:hover {
    background-color: #ee1c24;  
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.tab-content p {
  margin: 16px;
}
.section-image {
	float:left;
	width:25%;
	margin-bottom:25px;
	padding-left: 5%;
}
.photoFrame {
	border:7px solid #fff;
}
.section-content {
	float:right;
	width:65%;
	color:#999;
}
.section-list {
	clear:both;
	border-top:1px solid #444;
	color:#999;
}
.section-list li {
	list-style: none;
	padding: 5px;
	border-bottom:1px solid #444;
}
.lightGrey {
	color:#999;
/* :checked */
input:checked ~ .tab-content {
  max-height: 1000px;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 480px;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
/* ------ End New Accordian ------- */

#content .section li {
	margin-left:0;
}
.three-grid li {
	width:29%;
	margin:0 2% !important;
	height:300px;
	float:left;
	list-style: none;
}
.three-grid li img {
	display: block;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 18px Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 18px Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
}
a.image img {
	border: none;
}
.navigation {
	clear: both;
	overflow:hidden;
	display:block;
	margin-bottom:15px;
}
.navigation .alignleft {
	width: 48%;
	text-align:left;
	margin:0;
}
.navigation .alignright {
	width: 48%;
	text-align:right;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: 15px;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/

/*=== START SECTION 4 - Footer Region ===*/
#top-footer-wrapper {
	background-color: #1b1b1b;
	overflow: hidden;
	clear:both;
}
#top-footer {
	margin:50px auto;
	width:1000px;
	font-size: 12px;
	color: #636363;
}
#top-footer ul {
	list-style: none;
}
#top-footer h4 {
	text-transform: uppercase;
	color:#898989;
	font: normal bold 12px "Open Sans", Arial, sans-serif;
}
#top-footer a:link, #top-footer a:visited {
	color: #636363;
	text-decoration: none;
}
#top-footer a:hover, #top-footer a:active {
	color: #ee1c24;
	text-decoration: none;
}
#footer-columns {
	margin:0 auto;
	font-size: 14px;
}
#footer a:link, #footer a:visited {
	color:#b2b2b2;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration: underline;
}
#footer-widget-1 {
	width:23%;
	float:left;
	padding-bottom:30px;
}
#footer-widget-1 li {
	padding-bottom:3px;
}
#footer-widget-2 {
	width:50%;
	float:left;
	padding:0 3% 30px 0;
}
#footer-widget-2 a {
	display: block;
}
#footer-widget-2 .post-date {
	color:#898989;
}
#footer-widget-2 li {
	margin-bottom:10px;
}
#footer-widget-3 {
	width:20%;
	float:left;
	padding-bottom:30px;
}
#footer-widget-1, #footer-widget-2 {
	margin-right: 2%;
}
#footer-widget-1 h4, #footer-widget-2 h4 {
	margin-bottom:20px;
}
#footer-widget-3 h4 {
	margin-bottom:0;
}
#footer-widget-3 p {
	margin-bottom:20px;
}
#copyright-affiliations {
	clear:both;
	border-top:1px solid #636363;
	padding:20px 0;
}
#copyright {
	width:60%;
	float:left;
	margin:18px 0 50px 0;
	font-size: 14px;
}
#affiliations {
	width: 38%;
	float:right;
	text-align: right;
}
#affiliations p {
	display: inline-block;
	text-transform: uppercase;
	margin-top:18px;
	font-size:11px;
}
#affiliations img {
	float: right;
	margin-left:3px;
}
#btm-footer-wrapper {
	background-color: #111;
	clear: both;
}
#btm-footer {
	width:1000px;
	margin:0 auto;
	padding:35px 0;
	height: 100px;
	color:#999;
	font-size: 14px;
}
#btm-footer p {
	width:24%;
	border-right: 1px solid #999;
	text-align: right;
	padding:2px 1% 16px 0;
	display: inline-block;
	float:left;
}
#btm-footer img {
	float:left;
	margin-left:12px;
}
/*=== END SECTION 4 - Footer Region ===*/

/*=== START SECTION 5 - Misc. & Plugins ===*/

.caption-wrap {
	background-color: transparent !important;
	height: 75%;
	padding:0 12%;
	width:76% !important;
	opacity: 1 !important;
}
.caption h5 {
	font: normal 700 70px 'Open Sans', sans-serif;
	color:#fff;
	margin-bottom: 30px;
}
.caption {
	font: normal 400 24px 'Open Sans', sans-serif;
	color:#999;
}
#content .metaslider li {
	margin-left:0;
}
/*=== END SECTION 5 - Misc. & Plugins ===*/

/*=== START SECTION 6 - Responsive Coding ===*/
@media screen 
and (max-width : 1050px) 
{
	#content {
		width: 96%;
		margin: 0 2%;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}
	#main {
		width:100%;
	}
	#top-footer {
		width:96%;
		margin:50px 2%;
	}
	#btm-footer {
		width:96%;
		margin:0 2%;
	}
}
@media screen 
and (max-width : 950px) 
{
	#header {
		min-height: 130px;
		width: 100%;
		overflow: hidden;
		height:auto;
		position:relative;
		z-index: 900;
	}
	#menu {
		clear:left;
	}
	#home-banner-image {
		margin-top:223px;
	}
	#content-column-1, #footer-widget-1 {
		width:28%;
	}
	#content-column-2, #footer-widget-2 {
		width:40%;
	}
	#content-column-3, #footer-widget-3 {
		width:25%;
	}
	img.community-img {
		max-width: 50%!important;
	}
	.section-content {
		width:55%;
	}
	#affiliations {
		width:44%;
	}
	#copyright {
		width:54%;
	}
}
@media screen 
and (max-width : 800px) 
{
	#menu {
		width:100%;
	}
	.top-menu-home::after, .top-menu-about::after, .top-menu-reliability::after, .top-menu-facilities::after, .top-menu-community::after, .top-menu-contact::after {
		max-width: 100%;
		padding-left:5%;
	}
	#home-banner-image {
		float:left;
		margin:0;
		clear:both;
		position:relative;
	}
	#home-banner {
		text-shadow: 2px 2px 2px #000;
	}
	#home-main-wrapper #main {
		margin-top:-450px;
		float:left;
	}
	#facilities-contact-banner {
		float:left;
		margin:0;
		clear:both;
		position:relative;
		z-index: 1;
	}
	#fac-con-main-wrapper #main {
		margin-top:-180px;
		float:left;
	}
	#content img.map-img {
		max-width: 48%;
		height: auto;
	}
	#map-text {
		width: 50%;
		padding-top:0;
	}
	.three-grid li {
		width:46%;
		height:230px;
	}
	#affiliations {
		width:325px;
		float:left;
		clear: left;
		text-align: left;
		margin-bottom:40px;
	}
	#copyright {
		width:100%;
		margin: 18px 0;
	}
	#btm-footer p {
		width: 100%;
		border-right: none;
		float:none;
		text-align: left;
	}
	#btm-footer {
		height:auto;
		overflow: hidden;
	}
	#btm-footer img {
		max-width: 47%;
		height:auto;
	}
}
	@media screen and (max-width : 850px)
{
	.caption {
		font: normal 400 18px 'Open Sans', sans-serif;
	}
	.caption h5 {
		font: normal normal 700 40px 'Open Sans', sans-serif;
	}
}
@media screen 
and (max-width : 650px) 
{
	#content img.map-img {
		max-width: 100%;
		height: auto;
		display: block;
		float:none;
	}
	#map-text {
		width:100%;
	}
	#content-columns {
		width:96%;
		margin:0 auto;
	}
	#content-column-1 {
		width:100%;
		float:none;
		padding:50px 0 25px 0;
	}
	#content-column-2, #content-column-3 {
		width:100%;
		float:none;
		padding:0 0 25px 0;
	}
	#content-column-1, #content-column-2 {
		margin-right: 0;
	}
	.caption-wrap {
		height: 85%;
	}
	.caption {
		font: normal 400 15px 'Open Sans', sans-serif;
	}
	.caption h5 {
		font: normal normal 700 30px 'Open Sans', sans-serif;
		margin-bottom: 15px;
	}
	#reliability-content {
		background-image: url(images/reliability-truckdriver.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom:300px;
	}
	.reliability-left, .reliability-right {
		float:none;
		width:100%;
	}
	#contact-column-1 {
		width:100%;
		float: none;
		margin-bottom: 30px;
	}
	#contact-column-1 h3 {
		font: normal normal 23px "Open Sans", Arial, sans-serif;
		color: #fff;
		margin-bottom:20px;
	}
	#contact-column-1 select {
		width:99%;
		margin-bottom:20px;
		padding: 6px 1%;
	}
	#contact-column-1 .wpcf7-text, #contact-column-1 textarea {
		width:97%;
		margin-bottom:20px;
		padding: 6px 1%;
	}
	#contact-column-1 textarea {
		margin-top: 5px;
		height: 50px;
	}
	#contact-column-2 {
		width:100%;
		float:none;
		margin-bottom:40px;
	}
	.wpcf7-submit {
		padding:10px;
		border-radius: 10px;
		border:1px solid #ff5d5d;
		box-shadow: 2px 2px 3px #000;
		font-size:12px;
		text-transform: uppercase;
		font-weight: 600;
		color:#fff;
		text-decoration: none !important;
		margin:20px 0;
		display: inline-block;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf1717+0,930909+100 */
		background: #cf1717; /* Old browsers */
		background: -moz-linear-gradient(top, #cf1717 0%, #930909 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #cf1717 0%,#930909 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #cf1717 0%,#930909 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1717', endColorstr='#930909',GradientType=0 ); /* IE6-9 */
	}
	#contact-column-2 h3 {
		color:#fff;
		font: normal normal 32px "Open Sans", Arial, sans-serif;
		margin-bottom:15px;
	}
	#contact-column-2 p {
		font-size:16px;
		margin-bottom:20px;
		line-height: 1.5;
	}

	#footer-widget-1 {
		width:30%;
		margin:0;
	}
	#footer-widget-2 {
		width: 57%;
		margin:0;
	}
	#footer-widget-3 {
		clear:both;
		float:none;
		width: 100%;
		margin:0;
	}
}
	@media screen and (max-width : 600px)
{
	img.community-img {
		max-width: 100%!important;
		float:none;
		display: block;
	}
}
	@media screen and (max-width : 450px)
{
	#home-banner {
		width:100%;
	}
	#home-banner h1 {
		padding-top:50px;
	}
	.three-grid li {
		width:96%;
		height:210px;
	}
	#about-wrapper {
		background-image: none;
	}
	#about-text {
		width:100%;
	}
	#content img.img-red-bg {
		float:none;
		display: block;
	}
}
	@media screen and (max-width : 425px)
{
	#footer-widget-1, #footer-widget-2 {
		clear:both;
		float:none;
		width: 100%;
	}
	.caption-wrap {
		height: 95%;
	}
	.caption {
		font: normal 400 13px 'Open Sans', sans-serif;
	}
	.caption h5 {
		font: normal normal 700 25px 'Open Sans', sans-serif;
		margin-bottom: 8px;
	}
}
	/** End Footer Region **/
/*=== END SECTION 6 - Responsive Coding ===*/