/* Base

----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 { color: #494949; }

a { color: #981010; }

a:hover { color: #2b2b2b; }

/* Layout

----------------------------------------------------------------------------------------------------*/
body {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(217,230,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(217,230,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(217,230,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(217,230,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(217,230,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(217,230,248,1) 100%); /* W3C */
	color: #505050;
	border-top: 15px solid #193153;
}

body.home {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,249,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,249,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,249,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,249,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,249,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,249,253,1) 100%); /* W3C */
	color: #878787;
	border-top: 15px solid #193153;
}

td.long { padding-right: 150px; }

td {
	border: 1px solid #000;
	padding: 8px 15px;
	text-align: center;
	border-left: none;
	border-right: none;
	color: #494949;
	font-family: 'source sans pro', sans-serif;
	font-weight: 400;
}

.content-table th.none {
	background: none;
	border: none;
}

.content-table th {
	background: #07235a;
	font-family: 'source sans pro', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #fff;
	padding: 6px 10px;
	box-sizing: border-box;
	border: 1px solid #07235a;
	text-align: center;
}

.box-content {
	background: #1d3961;
	color: #fff;
	border: none;
	border-radius: 0;
}

/* Modules

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

/* Header */
#toolbar {
	width: 60%;
	float: right;
}

.header-add p {
	text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
    font-weight: 600;
}

p.call {
	color: #981010;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 27px;
	margin: 5px 0;
}

.cta-area { text-align: right; }

p.phone,
.cta-area a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 42px;
	margin: 0;
	color: #981010;
}

.menu-wrapper { margin-top: 20px; }

#menu {
	float: left;
	margin: 0;
}

#menubar { margin: 0 10px; }

/* Top Area */

#top-a .module { margin: 0 10px; }

#top-a .wk-slideshow .wk-content img {

}

#top-a .wk-slideshow {
	box-shadow: 1px 1px 8px #888;
	border-radius: 10px;
}

.feature-area h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 0px;
	color: #323232;
	text-transform: uppercase;
}

.feature-area p {
	font-family: 'Source sans pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #6d6d6d;
	margin: 5px 0;
}

.feature-area a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 19px;
	color: #305e9f;
	text-transform: uppercase;
}

.feature-area a:hover { color: #981010; }

/* Content */

.home-vid {
float: left;
padding: 0px 20px 0px 0px;
}

.truck-rentals-area p { margin: 3px 0 10px; }

.truck-rentals-area h4 { margin: 0; }

.truck-rentals-area img { margin-right: 40px; }


#maininner .gform_wrapper .top_label .gfield_label {
	color: #1d3961;
}


#maininner ::-webkit-input-placeholder {
	color: #1d3961;
}

#maininner :-moz-placeholder { /* Firefox 18- */
	color: #1d3961;
}

#maininner ::-moz-placeholder { /* Firefox 19+ */
	color: #1d3961;
}

#maininner :-ms-input-placeholder {
	color: #1d3961;
}


#maininner .gform_wrapper .top_label input.medium, #maininner .gform_wrapper .top_label textarea.textarea, #maininner .gform_wrapper .top_label select.medium, #maininner .gform_wrapper .ginput_complex input[type=text] {
	padding: 1px 1px 1px 5px;
	box-sizing: border-box;
	color: #1d3961;
	font-family: 'Source sans pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

#maininner .gform_wrapper .ginput_complex label {
	color: #1d3961;
	font-size: 14px;
}

#maininner .gform_wrapper .gform_footer input.button, #maininner .gform_wrapper .gform_footer input[type=submit] {
font-size: 17px;
font-family: 'source sans pro', sans-serif;
font-weight: 400;
color: #fff;
border: none;
background: #981010;
padding: 6px 40px;
box-shadow: 1px 1px 6px #888;
}

#maininner .gform_wrapper .gform_footer input.button:hover {
		background: #1d3961;	
}


/* Sidebar */

#sidebar-a {
margin-top: 20px;
}


/*edit 05-16-2017*/ 
.custo-mobile {
  display:none;
}


a.form-links-mobile {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(215,215,215,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(215,215,215,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 1%,rgba(215,215,215,1) 100%);
	text-decoration: none;
	display: inline-block;
	padding: 8px 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #981010;
	font-size: 16px;
	width: 90%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	text-align: center;

}
a.form-links-mobile:hover {
	background: #981010;
	color: #eeeeee;
}




a.form-links {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(215,215,215,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(215,215,215,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 1%,rgba(215,215,215,1) 100%);
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #981010;
	font-size: 17px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	text-align: center;	
}

a.form-links:hover {
	background: #981010;
	color: #eeeeee;
}

.testimonial-area h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	color: #494949;
}

.testimonial-area p {
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #878787;
}

.testimonial-area a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 19px;
	color: #305e9f;
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.testimonial-area a:hover { color: #981010; }

#sidebar-a .gform_wrapper h3.gform_title {
	width: 100%;
	margin: 0;
	text-align: center;
	background: #1d3961;
	padding: 3px 0 5px;
	color: #fff;
	font-family: 'Source sans pro', sans-serif;
	font-weight: 400;
	font-size: 22px;
}

#sidebar-a .gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 0;
}

#sidebar-a .gform_body {
	background: #ebebeb;
	padding: 15px;
}

#sidebar-a .gform_wrapper .top_label input.medium,
#sidebar-a .gform_wrapper .top_label textarea.textarea,
#sidebar-a .gform_wrapper .simple_captcha_small input {
	padding-right: 2px;
	padding-left: 8px;
	box-sizing: border-box;
	border: none;
	margin: 4px 0;
	width: 100%;
	color: #1d3961;
	font-family: 'Source sans pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

#sidebar-a .gform_wrapper .top_label textarea.textarea { height: 75px; }

#sidebar-a .gform_wrapper .gform_footer {
	padding: 0 0 15px;
	margin: 0;
	clear: both;
	background: #ececec;
	text-align: center;
}

#sidebar-a .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 17px;
	font-family: 'source sans pro', sans-serif;
	font-weight: 400;
	color: #fff;
	border: none;
	background: #981010;
	padding: 6px 40px;
	box-shadow: 1px 1px 6px #888;
}

#sidebar-a .gform_wrapper .gform_footer input.button:hover { background: #1d3961; }


::-webkit-input-placeholder {
color: #c4c4c4;
}

:-moz-placeholder { /* Firefox 18- */
color: #c4c4c4;
}

::-moz-placeholder { /* Firefox 19+ */
color: #c4c4c4;
}

:-ms-input-placeholder {
color: #c4c4c4;
}

/* Bottom Area */
.bottom-wrapper {
	background: rgb(30,59,100); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,59,100,1) 0%, rgba(26,52,87,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,59,100,1)), color-stop(100%, rgba(26,52,87,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,59,100,1) 0%, rgba(26,52,87,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,59,100,1) 0%, rgba(26,52,87,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,59,100,1) 0%, rgba(26,52,87,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,59,100,1) 0%, rgba(26,52,87,1) 100%); /* W3C */
	padding: 15px 0 0;
}

#bottom-b .wk-map {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.info h3 {
	margin: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 27px;
}

.info p,
.info a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	margin-top: 3px;
	margin-bottom: 5px;
	color: #fff;
}

#bottom-b .grid-box:last-child { text-align: right; }

.bottom-info h3 {
	font-size: 24px;
	line-height: 26px;
	margin: 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.bottom-info p {
	font-family: 'Source sans pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	color: #fff;
}
.bottom-info p.closed {
    margin-top: 6px;
}


.social-media {
    margin-top: 10px;
}

.social-media span {
	display: inline-block;
	color: #080030;
	font-family: 'Source San Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	margin-right: 7px;
}

a.facebook {
	background: url('../images/socialsprite.png') no-repeat;
	background-position: 0 0;
	width: 33px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}

/*a.facebook:hover {
	background-position: 0 -33px;
	width: 33px;
	height: 32px;
}*/

/* Footer */

.footer-wrapper { background: #1e3b64; }

.copy-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	padding-top: 10px;
	font-size: 16px;
	line-height: 18px;
}

#bottom-c .grid-box:last-child { text-align: right; }

/* Item

----------------------------------------------------------------------------------------------------*/
.isblog #system .item,
 .isblog #system > .title,
 .noblog #content {
	padding: 0;
	background: none;
}

/* Widgetkit Gallery

----------------------------------------------------------------------------------------------------*/
.wk-gallery-glass li { background: url(../../../images/module_box_transparent2.png) 0 0 repeat; }

/* Gravity Forms

----------------------------------------------------------------------------------------------------*/
.gform_wrapper .top_label .gplaceholder .gfield_label { display: none; }

/* Product Pages
----------------------------------------------------------------------------------------------------*/
.product-wrapper {
	margin: 20px 0;
}

.product-content-wrapper {
	overflow: auto;
}

.product-content-wrapper h3 {
	margin: 0;
	font-size: 28px;
	line-height: 32px;
}

.product-content-wrapper p {
	margin-top: 0;
}

.product-wrapper img {
    margin-right: 50px;
}

.product-content-wrapper p.product-price {
    font-size: 28px;
    color: #494949;
    line-height: 32px;
}

p.product-price span {
    font-size: 18px;
    line-height: 20px;
    display: block;
    color: #878787;
}