/*======================================================
Screen Style Sheet
ClientNameHere
------------------------------------------------------
Author(s):DeveloperNameHere
Created:DateHere
======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans');



/********************************************** Typography */
@font-face {
    font-family: 'FuturaPTBold';
    src: url('../fonts/FuturaPTBold.eot');
    src: url('../fonts/FuturaPTBold.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTBold.woff2') format('woff2'),
         url('../fonts/FuturaPTBold.woff') format('woff'),
         url('../fonts/FuturaPTBold.ttf') format('truetype'),
         url('../fonts/FuturaPTBold.svg#FuturaPTBold') format('svg');
}
@font-face {
    font-family: 'FuturaPTBook';
    src: url('../fonts/FuturaPTBook.eot');
    src: url('../fonts/FuturaPTBook.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTBook.woff2') format('woff2'),
         url('../fonts/FuturaPTBook.woff') format('woff'),
         url('../fonts/FuturaPTBook.ttf') format('truetype'),
         url('../fonts/FuturaPTBook.svg#FuturaPTBook') format('svg');
}
@font-face {
    font-family: 'FuturaPTMedium';
    src: url('../fonts/FuturaPTMedium.eot');
    src: url('../fonts/FuturaPTMedium.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTMedium.woff2') format('woff2'),
         url('../fonts/FuturaPTMedium.woff') format('woff'),
         url('../fonts/FuturaPTMedium.ttf') format('truetype'),
         url('../fonts/FuturaPTMedium.svg#FuturaPTMedium') format('svg');
}
@font-face {
    font-family: 'FuturaPTDemi';
    src: url('../fonts/FuturaPTDemi.eot');
    src: url('../fonts/FuturaPTDemi.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTDemi.woff2') format('woff2'),
         url('../fonts/FuturaPTDemi.woff') format('woff'),
         url('../fonts/FuturaPTDemi.ttf') format('truetype'),
         url('../fonts/FuturaPTDemi.svg#FuturaPTDemi') format('svg');
}

/* Open Sans */
p, a, span, form{
    font-family: 'Open Sans', sans-serif;
}
/* Futura PT Demi */
#primary-nav > li > a, #telephone, .footer-nav a, #copyright, .hamburger .menu-label,
#mobile-nav > ul > li > a, .rfq-btn, #home-banner h2, .buckets .learn-more, .banner-cta a,
.lgs-btn, .view-cs, .view-signs, .title-banner h1, .title-banner p, .forms .submit,
.content-cta-btn{
    font-family: 'FuturaPTDemi';
}

/* FuturaPTBold */
.buckets .bucket h3 a, #page-index #main-content h1, .cta-lets-get-started p, .bp-title,
.ht-left h3, .companies-section h2, #quickContact h4, #sidebar-left h3 a, #main-content h1, #main-content h2,
#main-content h3, #main-content h4, #main-content h5, #main-content h6, .sisea-result h3 a{
    font-family: 'FuturaPTBold';
}



/* General Classes */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display: block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size: 11px;font-weight: bold;text-align: left;margin:2px auto 0;display: block;}
#token {width:1px;height:1px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align: center;margin-left:auto;margin-right:auto;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width: 100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 3px;opacity:0.5;filter:alpha(opacity=50);}
input:focus,
textare:focus{outline:none;}
input[type="file"]:focus{
    outline: none !important;
    cursor:pointer;
}
.constrain {width:1200px;margin:0 auto;position: relative;}
a {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 {
	font-family:'FuturaPTDemi';
}
h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.25em;}
p, li {
    font-size:1em;
    line-height: 2em;
    color: #787878;
}
a {color:#4F8EF7;}
a:hover {color:#3d68b0;}
hr {border-top:1px solid #ddd;}

.mobile { display: none; }

#main-content img {
	height: auto;
}

iframe { border: 0; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ****************************************** General Layout */
/* .tpl-3 #main-content {
    width: 78%;
    float: left;
}
.tpl-4 #main-content {
    width:57%;
    float:left;
} */
/* ***************************************** Header */

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 11;
    display: none;
}
/* Header Top */
#header-top{
    position: relative;
    overflow: hidden;
}
.header-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-top-bg .left{
    background-color: #fff;
    width: 50%;
    height: 100%;
}
.header-top-bg .right{
    background-color: #424B52;
    width: 50%;
    height: 100%;
}
#header-top .container {
    overflow: hidden;
}
#header-top .row {
    transform: skewX(-20deg);
}
.logo-area-col{
    background-color: #fff;
}
.logo-area{
	padding: 20px 0;
	transform: skewX(20deg);
}
.logo-area img{
	height:80px;
}
.global-nav-col{
    background-color: #424B52;
}

/* Header Bottom */
#header-bottom {
    background-color: #004a98;
}
#telephone {
    float: right;
    margin: 0 90px 0 0;
    line-height: 65px;
    font-size: 22px;
    color: #fff;
}
#telephone span,
#telephone a {
	font-family: 'FuturaPTDemi';
}
.hamburger {
    display: none;
}
.search-toggle{
    display: none;
}
#mobile-nav {
    display: none;
}

/* ***************************************** Global Navigation */
.global-nav-wrapper{
    height: 82px;
    padding: 0 0 0 30px;
    transform: skewX(20deg);
}
#global-nav {
    padding-top: 30px;
    float: right;
}
#global-nav li {
    display:inline;
}
#global-nav li a {
	color: #acacac;
    padding: 2px 10px;
    border-right: 1px solid #acacac;
}
#global-nav li:last-child a {
    padding-right: 0px;
    border-right: 0;
}

/* ***************************************** Primary Navigation */
#primary-nav {
	clear: both;
	position:relative;
	z-index:10;
    font-family: "nimbus-sans";
    float: left;
}
#primary-nav a {
	display: block;
}
#primary-nav a:hover {
	text-decoration:none;
}
#primary-nav > li {
	font-size:0.85em;
	font-weight:600;
	text-transform:uppercase;
	margin:0;
	padding:0;
	float:left;
	display:block;
	position:relative;
	line-height: 65px;
	height: 65px;
}
#primary-nav > li:hover {
	/* background:#003162; */
}

#primary-nav > li.hover > a,
#primary-nav > li:hover > a,
#primary-nav > li.active:hover > a {
	opacity: 0.6;
}
#primary-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
    padding: 0 18px;
    position: relative;
}
/* #primary-nav > li.active > a{
    opacity: 0.6;
} */
#primary-nav ul {
	list-style:none;
	background-color:#ededed;
	padding:10px 25px;
	width:310px;
	position:absolute;
	top:65px;
	left:0;
	z-index:10;
	display:none;
}
#primary-nav li > ul:after {
    /* content: ''; */
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #ededed transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -13px;
    left: 18%;
}

#primary-nav ul li {
	line-height:normal;
	margin:0 2px;
}
#primary-nav ul li:hover a,
#primary-nav ul li.active:hover a{
	color:#004a98;
}
#primary-nav ul li a {
	color: #787878;
	padding:10px 0;
	display:block;
	text-transform: capitalize;
	font-size:14px;
	border-bottom: 1px solid #ccc;
}
#primary-nav li.active ul li:last-child a,
#primary-nav ul li:last-child a {
	border-bottom: 0;
}

/* ***************************************** Search Form */
.search-form{
    float: right;
    margin-top: 15px;
    position: relative;
}
#search {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
}
#search::-webkit-input-placeholder {
   color: #fff;
}
#search:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
#search::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
#search:-ms-input-placeholder {
   color: #fff;
}
.search-btn {
    color: #fff;
    height: 30px;
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 12px;
}

/* ***************************************** Home Banner */
#home-banner,
#home-banner .slides li {
	height:550px;
}
#home-banner {
	background: #ccc;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#home-banner .slides li {
	background-position:center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	margin:0;
	display:none;
}
#home-banner a {
	text-decoration: none;
}
#home-banner h2,
#home-banner p {
	margin:0;
}
#home-banner h2{
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    width: 600px;
    margin-bottom: 20px;
    text-shadow: 1px 3px 1px #000;
}
#home-banner p {
    /*color: #acacac;*/
    color: #fff;
    width: 450px;
    margin-bottom: 20px;
    /*text-shadow: 2px 2px rgba(0, 0, 0, 0.5);*/
    text-shadow: 1px 2px 1px #000;
}
#home-banner .caption-container {
    position: relative;
    height: 100%;
    z-index: 999;
}
#home-banner .caption {
    position: absolute;
    top: 40%;
    left: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#home-banner a.read-more {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-left: 15px;
}
.banner-tint {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.15);
}
.banner-cta a{
    color: #fff;
    font-size: 18px;
    width: 210px;
    text-align: center;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3)
}
.banner-rfq {
    background-color: #004a98;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    margin-right: 20px;
}
.banner-rfq:hover {
    background-color: #18322F;
    color: #fff;
    text-decoration: none;
}
.banner-service {
    background-color: #787878;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
}
.banner-service:hover {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}
.skew-bg {
    height: 200px;
    width: 100%;
    background-color: #f4f4f4;
    position: absolute;
    bottom: -135px;
    z-index: 1;
    border-top: 10px solid #ccc;
    transform: skewY(-4deg);
}


/********************** Flexslider Direction Nav *********/

.flex-direction-nav .flex-prev:after {
    content: "\f124";
    font-family:"Ionicons";
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.flex-direction-nav .flex-next:after {
    content: "\f125";
    font-family:"Ionicons";
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
}

#home-banner .flex-direction-nav .flex-prev  {
	left: 5%;
}

#home-banner .flex-direction-nav .flex-next {
    right: 5%;
}

/* Home Page */

#home-content {
	background-color: #f4f4f4;
}

#home-content h1 {
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}


/* ***************************************** RFQ Button */
.rfq-btn {
	text-decoration: none !important;
	background-color: #004a98;
    color: #fff !important;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    width: 210px;

}
.rfq-btn:hover {
    background-color: #18322F;
}


/* ***************************************** Content CTA */
.content-cta {
	clear: both;
	display:none;
	margin-top: 40px;
}
.content-cta a {
	text-decoration: none !important;
	display:inline-block;
}
.content-cta a:hover {}

.content-cta-btn {
    color: #fff !important;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    width: 210px;
}
.ccta-rfq {
    background-color: #004a98;
    margin-right: 20px;
}
.ccta-ask {
    background-color: #787878;
}

/* Bottom CTA */
.bottom-cta {
    background-color: #F4F4F4;
    border-top: 10px solid #ccc;
    padding: 60px 0 120px;
    transform: skewY(-4deg);
    margin-bottom: -60px;
}
.bottom-cta .container {
    transform: skewY(4deg);
}
.bottom-cta p.h2 {
    font-family: 'futuraptbold';
    font-size: 40px;
    color: #004a98;
    margin-bottom: 30px;
    margin-top: 20px;
}
.bottom-cta hr {
    width: 50%;
    margin: 20px auto 30px;
}

/* ***************************************** Buckets */
/* Home Buckets */
.home-bucket-area {
    background-color: #f4f4f4;
}
.buckets {
    margin:60px 0;
    clear: both;
}
#page-index .buckets .bucket {
    padding: 0 15px;
    margin-bottom: 0;
}
a.bucket-container {
	text-decoration: none;
}
.buckets .bucket {
    padding: 0;
    margin-bottom: 40px;
}
.buckets .bucket h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #18322F;
    font-family: 'FuturaPTBold';
}
.buckets .bucket h3 a {
    color: #18322F;
}
.buckets .bucket p {
    color: #787878;
}
.buckets .learn-more,
.buckets a .learn-more {
    text-decoration: none !important;
    color: #004a98;
    font-size: 16px;
}
.buckets .learn-more:after {
    content: "\f10b";
    font-family: "Ionicons";
    margin-left: 0px;
    opacity: 0;
    transition: all .4s ease-out;

}
.buckets .learn-more:hover:after {
    opacity: 1;
    margin-left: 15px;
}

.inner-buckets a{
	text-decoration: none;
}

.bucket:hover img {
	filter: grayscale(.8);
}

/* Resources buckets */

.bucket-resource {
	margin-bottom: 20px !important;
}

.bucket-resource img {
	float: right;
	margin-top: 20px;
}

.bucket-resource h3 {
	border-bottom: 0 !important;
}

.bucket-resource .bucket {
	padding: 5px 10px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #004a98;
}

.bucket-resource .bucket:hover {
	border: 1px solid #18322F;
}

/* ***************************************** Main Content */
#content-wrap {
    overflow: hidden;
}
/* Homepage */
#page-index #main-content {
    padding: 60px 0 0;
    border-bottom: 1px solid #ccc;
}
#page-index #main-content h1 {
    color: #004a98;
    font-size: 50px;
    margin-bottom: 50px;
}
#page-index #main-content .row {
    margin-bottom: 50px;
}

/* Basic principles */
.basic-principle {
    padding: 0 25px;
    margin-bottom: 50px;
}

.bp-title {
	text-transform: uppercase;
}
.bp-head {
    font-size: 18px;
    color: #18322F;
    margin-bottom: 20px;
}
.bp-head span.fa {
    font-size: 30px;
    width: 45px;
    vertical-align: -3px;
}
.bp-head span.ion {
    font-size: 30px;
    width: 45px;
    vertical-align: -3px;
}
.bp-text {
    padding-left: 50px;
}

/* Lets Get Started */
.cta-lets-get-started {
    padding-top: 60px;
    padding-bottom: 100px;
}
.cta-lets-get-started p {
    font-size: 22px;
    width: 805px;
    margin: 0 auto 30px;
    line-height: 1.5em;
    color: #18322F;
}
.lgs-btn {
    background-color: #004a98;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    width: 210px
}
.lgs-btn:hover {
    background-color: #18322F;
    color: #fff;
    text-decoration: none;
}

/* Testimonial */
.home-testimonial {
    background-color: #004a98;
    padding: 90px 0;
    border-bottom: 10px solid #ccc;
    transform: skewY(-4deg);
}
.home-testimonial .container {
    transform: skewY(4deg);
}
.ht-left h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 50px;
}
.ht-right p {
    color: #fff;
    margin-bottom: 20px;
}
.ht-right i.fa {
    font-size: 9px;
    vertical-align: 4px;
}
hr.divider {
    width: 320px;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.view-cs {
    color: #cecece;
    font-size: 18px;
}
.view-cs:hover {
    color: #fff;
    text-decoration: none;
}
.view-cs .ion-arrow-right-c {
    font-size: 20px;
    margin-left: 15px;
    vertical-align: -2px;
}

/* COmpanies we work with */
.companies-section {
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: -60px;
    background-image: url("../images/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.companies-section h2 {
    color: #004a98;
    font-size: 50px;
    margin-bottom: 50px;
}
.company-logos {
    margin-bottom: 50px;
}
.company-logos img {
    width: 170px;
    margin: 0 30px;
}
.view-signs {
    background-color: #004a98;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    width: 210px
}
.view-signs:hover {
    background-color: #18322F;
    text-decoration: none;
}
#page-index #content {
    padding-top: 0px;
    padding-bottom: 0px;
}


/* Content 2 Column Tpl */
#content {
    padding-top: 40px;
    padding-bottom: 100px;
}

/* Main Content Headers */
#quickContact h4, #sidebar-left h3 a, #main-content h1, #main-content h2,
#main-content h3, #main-content h4, #main-content h5, #main-content h6{
    color: #18322F;
}

/* Resources Template */
.mc-back-top {
    font-family: 'futuraptdemi';
    font-size: 16px;
    color: #004a98 !important;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 40px;
}

.mc-back-top:after {
    content: "\f10e";
    font-family: 'Ionicons';
    margin-left: 15px;
    position: relative;
    bottom: -5px;
    opacity: 0;
    transition: all .4s ease-out;
}
.mc-back-top:hover:after {
    bottom: 0px;
    opacity: 1;
}
.cities-served {
    list-style: none;
    width: 25%;
    float: left;
}
.cities-served li{
    margin-bottom: 1em;
}
#main-content ul{
    list-style: none;
}

#main-content ul li:before {
    content: "\f1db";
    font-family: 'Fontawesome';
    font-size: 10px;
    margin-right: 1em;
    margin-left: -2em;
}
.mc-back-top-fixed {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 10%;
    z-index: 10;
    background-color: #004a98;
    border-radius: 50%;
    color: #fff !important;
    font-size: 25px;
}
.mc-back-top-fixed:hover{
    background-color: #18322F;
}
.mc-back-top-fixed span {
    position: absolute;
    top: 6px;
    left: 13px;
}

/* ****************************************** Contact Template */
#page-contact-us #content {
    padding-top: 40px;
    padding-bottom: 60px;
}
#page-contact-us #main-content p {
    width: 475px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contact-content {
    background-color: #F4F4F4;
    padding: 0 0 40px;
    position: relative;
    margin-top: 80px;
}
.cd-address {
    margin-bottom: 30px;
    color: #787878;
}
.contact-details {
    float: right;
    width: 50%;
    padding-left: 50px;
}
.cd-row {
    padding-right: 15%;
}
.cd-row div {
    padding: 0;
}
.cd-address h4 {
    font-family: 'futuraptbold';
    color: #787878;
    font-size: 16px;
    margin-bottom: 25px;
}
.cd-address p {
    margin: 0;
}
.cd-row:nth-of-type(2) h4 {
    display: inline;
    margin-right: 15px;
}
.contact-details iframe {
    width: 100%;
    height: 400px;
    pointer-events: none;
}

.contact-page {
	text-align: center;
}

.contact-page .inline {
	display: inline;
	margin-right: 15px;
}

#main-content.contact-page h4 {
	color: #787878;
}

/* COntact Form */
.contact-form {
    float: right;
    width: 50%;
}
#contact h4 {
    text-align: center;
    font-size: 40px;
    font-family: 'futuraptbold';
    color: #004a98;
    margin-bottom: 40px;
}
#contact fieldset {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
#contact .input-group {
    display: inline-block;
    width: 48%;
    padding: 0 5px;
    margin-bottom: 15px;
}
#contact .textarea {
    width: 100%;
    padding: 0 15px;
}
#contact .submit {
    width: 210px;
}
.contact-content .skew-bg {
    bottom: auto;
    top: -70px;
    z-index: -1;
}


/* ****************************************** Sidebar - Left */
.sidebar-left-col {
	padding-right: 30px;
}
#sidebar-left h3 {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#sidebar-left h3 a{
    color: #18322F;
}
#secondary-nav li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#secondary-nav li a {
    color: #333;
}
#secondary-nav li a:hover, #secondary-nav li.active a {
    color: #004a98;
}

/* ****************************************** Sidebar - Right */
#sidebar-right {

}
#sidebar-right .rfq-btn {
    background-color: #004a98;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 25px;
    border-radius: 5px;
    display: block;
    width: 100%;
}
#sidebar-right .rfq-btn:hover{
    background-color: #18322F;
}


/* ****************************************** Forms */
#quickContact {
    background-color: #f4f4f4;
    margin-top: 30px;
    padding: 20px 20px 40px;
}
#quickContact h4 {
    font-size: 30px;
    color: #004a98;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;

}
.forms .input-group {
    margin: 0 auto 10px;
    width: 90%;
}
.forms label {
	position: absolute;
	left:-9999px;
}
.forms input,
.forms textarea,
.forms select {
	color:#666;
	line-height:1.2;
	background:#fff;
	border:1px solid #ccc;
	width:100%;
	margin:0;
	padding:8px 12px;
	display:block;
}
.forms textarea {
	height:180px;
	resize: none;
}
.forms .file-upload-button{
	position:relative;
}
.forms #fileUpload,
.forms #fileUpload2,
.forms #fileUpload3 {
	position: absolute;
	top:0;
	opacity:0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.forms #file_Attachment,
.forms #file_Attachment2,
.forms #file_Attachment3 {
    background-image: url("../images/clip.png");
    background-repeat: no-repeat ;
    background-position:95% center;
}
.forms .submit {
	color: #fff;
    background: #787878;
    border: 0;
    padding: 10px 25px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.forms .submit:hover{
    background: #555;
}
#rfq {
    margin: 0 auto;
    max-width: 800px;
}
#rfq .submit {
    width: 210px;
}

#rfq input[type="checkbox"] {
	float: left;
	width: 30px;
	height: 19px;
	clear: both;
}

#rfq label.checkbox {
	float: left;
	left: 25px;
	margin: 0;
	line-height: 1;
}

#rfq input[type="text"],
#rfq input[type="tel"],
#rfq input[type="email"],
#rfq select {
	margin-bottom: 10px;
}

#rfq .file-upload-button {
	width: 100%;
}

#rfq .comments-field {
	clear: both;
}

.fieldNote {
	display: block;
	margin-bottom: 5x;
}

/* 1 column Template Quick Contact */
.col-1-quick-contact {
    transform: skewY(-4deg);
    border-top: 10px solid #ccc;
    background-color: #f4f4f4;
    overflow: hidden;
}
.col-1-quick-contact #quickContact {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    transform: skewY(4deg);
}
.col-1-quick-contact #quickContact.forms fieldset {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
.col-1-quick-contact #quickContact.forms .input-group {
    display: inline-block;
    width: 48%;
    padding: 0 5px;
}
.col-1-quick-contact #quickContact.forms .textarea {
    width: 100%;
    padding: 0 15px;
}
.col-1-quick-contact #quickContact.forms .submit {
    width: 210px;
}
.col-1-quick-contact #quickContact h4{
    margin-bottom: 40px;
}


/* ***************************************** Search Results */
.sisea-highlight {text-shadow:1px 1px 1px #fff;background:#e9e9e9;padding:3px;}
.sisea-paging {color:#777;font-size:12px;text-transform:uppercase;margin:15px 0;}
.sisea-result-pages {margin-right:2px;}
.sisea-current-page {color:#000;}
.sisea-result h3 {color:#999;}
.sisea-result h3 a{
    color: #18322F;
}

/* ***************************************** Breadcrumbs & SM Toolbar */
#bread-social {
	padding:20px 0;
    margin:0;
    background-color:#e9e9e9;
}
.bread-sep {
    margin: 0 7px;
}
ul.B_crumbBox {

    list-style:none;
    margin:0;
    padding:0;
    float:left;
}
ul.B_crumbBox li {
	color:#787878;
	display:inline;
}
ul.B_crumbBox li a {
	color:#787878;
}
.B_homeCrumb {
    font-weight: 600;
}
.title-banner {
    /*background-image: url("../images/banner-interior-v2.jpg");*/
    /*background-image: url("../assets/images/banner/bg-our_difference-ss_trucks.jpg");*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.title-banner h1 {
    font-size: 55px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
}
.title-banner p {
    color: #fff;
    font-size: 20px;
}
#share-media-bar {text-align:right;height:24px;float:right;}
#share-media-bar > div {float:left;margin:2px 8px 0 0 !important;padding:0;}
#share-media-bar .share-twitter {height:22px;padding:0;}
#share-media-bar .share-twitter iframe{width:56px !important;}
#share-media-bar .share-gplus {height:22px;width:34px;}
#share-media-bar .share-gplus iframe{float:left;height:22px;width:34px !important;}
#share-media-bar .share-facebook  {height:21px;}
#share-media-bar .share-linkedin{height:21px;margin-right:0 !important;}
#share-media-bar .share-linkedin #li_ui_li_gen_1400352143072_0 #li_ui_li_gen_1400352143072_0-title {height:20px !important;min-height:20px !important;}

/* Content Gallery */
.content-gallery {
    margin-top: 40px;
}
.cg-slider {
    background-color: #000;
    overflow: hidden;
}
.cg-carousel{
    width: 500px;
    max-width: 100%;
    margin: 40px auto;
}
.cg-slider img, .cg-carousel img {
    margin: 0 auto;
}
.cg-carousel img {
    border-radius: 8px;
}
.cg-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.cg-carousel .slick-prev, .cg-carousel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.cg-carousel .slick-prev {
    left: -40px;
}
.cg-carousel .slick-next {
    right: -40px;
}
.cg-carousel .slick-prev:before {
    content: '\f053';
    font-family: 'Fontawesome';
    color: #ccc;
    font-size: 25px;
}
.cg-carousel .slick-next:before {
    content: '\f054';
    font-family: 'Fontawesome';
    color: #ccc;
    font-size: 25px;
}

/* Mobile CG slider */
.content-gallery-mobile{
    display: none;
    margin-top: 40px;
}
.cg-slider-mobile-img img{
    margin: 0 auto;
}
.cg-slider-mobile .slick-prev, .cg-slider-mobile .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: -60px;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.cg-slider-mobile .slick-prev {
    left: 0px;
}
.cg-slider-mobile .slick-next {
    right: 0px;
}
.cg-slider-mobile .slick-prev:before {
    content: '\f053';
    font-family: 'Fontawesome';
    color: #ccc;
    font-size: 25px;
}
.cg-slider-mobile .slick-next:before {
    content: '\f054';
    font-family: 'Fontawesome';
    color: #ccc;
    font-size: 25px;
}

/* New gallery */

#lightbox-gallery h3 span {
	font-family: 'FuturaPTBold';
	font-size: 16px;
	line-height: 24px;

}

.gallery {
    background: #d9d9d9;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 23px;
    height: 133px;
}

.gallery-wrap {
    padding-bottom: 23px;
    /*background-image: url("../images/gallery-shadow-big.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 23px;*/
}

.jbmodal-box .rfq-btn {
	margin: 0 auto;
	display: block;
}

.bx-prev,
.bx-next {
	display: block;
	width: 35px;
	height: 43px;
	background-image: url("../images/slider-arrow-horz.png");
	position: absolute;
	top: 45px;
}
.bx-prev {background-position: left top; left: -16px;}
.bx-next {background-position: right top; right: -16px;}

.bx-prev.disabled,
.bx-next.disabled {
	opacity: 0.2;
	cursor: default;
}

/* ****************************************** FAQ */

#page-glossary #main-content h3 {
	margin-top: 50px;
}

#page-glossary #main-content h3:first-child {
	margin-top: 10px;
}

/* ****************************************** Footer */
#footer {
    background-color: #424B52;
}
#footer-top {
}
#footer-top .container{
    padding: 50px 15px 0px;
}

.footer-nav {
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
}
.footer-nav-container{
    border-bottom: 1px solid #acacac;
}
.footer-nav a{
    margin: 0 10px;
    color: #fff;
    vertical-align: 5px;
    font-size: 15px;
}
.footer-nav .back-top{
    color: #787878;
    font-size: 30px;
    margin-left: 20px;
    cursor: pointer;
}
#footer-bottom{
	padding: 30px 0 50px;
	text-align: center;
}
#footer-bottom p {
    color: #acacac;
    margin: 0;
}
.fb-col {
    display: inline-block;
}
#copyright {
    text-transform: uppercase;
}
.fb-sep, .fb-in-sep {
    margin: 0 10px;
}
.social-links a {
    font-size: 20px;
    margin-right: 15px;
    color: #acacac;
}
.social-links a:last-child {
    margin-right: 0px;
}
.logo-footer {
    margin-top: 50px;
}

/* ************** Back to Top ************* */

a.back-to-top {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 50%;
	right: 20px;
	width: 44px;
	height: 47px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #004a98;
}

a.back-to-top i {
	font-size: 50px;
}

/*************** History ***************/

#history:before {
    content: "";
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 100%;
    width: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 49.6%;
}

#history {
	position: relative;
}

#history .item {
	background: #E9E9E9;
	width: 46%;
	margin: 20px 0;
	padding: 15px;
	position: relative;
}
#history .item:first-child {
	margin-top: 0;
}
#history .item:nth-child(2) {
	margin-top: 80px;
}
#history .item:nth-child(odd) {
	float: left;
	clear: left;
}
#history .item:nth-child(even) {
	float: right;
}
#history .item:hover {
	background: #fff;
	box-shadow: inset 0 0 0 1px #004a98;
	-moz-box-shadow: inset 0 0 0 1px #004a98;
	-webkit-box-shadow: inset 0 0 0 1px #004a98;
	z-index: 9;
}

#history .item:before {
	content:"";
	background: #ebebeb;
	height:5px;
	width:32px;
	display: block;
	position: absolute;
	top:45px;
}
#history .item:nth-child(odd):before {
	right:-32px;
}
#history .item:nth-child(even):before {
	left:-32px;
}
#history .item:hover:before {
	background: #004a98;
}

#history .item:after {
	content:"";
	background: #193735;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0 0 0 4px #fff;
	-moz-box-shadow: 0 0 0 4px #fff;
	-webkit-box-shadow: 0 0 0 4px #fff;
	height:18px;
	width:18px;
	display: block;
	position: absolute;
	top:38px;
}
#history .item:hover:after {
	background: #004a98 !important;
	box-shadow: none;
	height:26px;
	width: 26px;
	top:35px;
}
#history .item:nth-child(odd):after {
	background: #193735;
	right:-11.5%;
}
#history .item:nth-child(odd):hover:after {
	right:-12.5%;
}
#history .item:nth-child(even):after {
	background: #193735;
	left:-10.5%;
}
#history .item:nth-child(even):hover:after {
	left:-11.5%;
}

#history h5 {
	font-size: 1.6em;
	font-weight: 700;
	text-shadow: 1px 1px 0 #eee;
	margin:0 0 10px;
}
#history p {
	margin:0;
}


/*************** IE styless***************/

.oldie .col-md-2,
.oldie .col-sm-2,
.oldie .col-lg-2 {
    width: 16.66666667%;
    float:left;
}
.oldie .col-md-4,
.oldie .col-sm-4 {
    width: 33.33333333%;
    float:left;
}
.oldie .col-md-6,
.oldie .col-sm-6,
.oldie .col-lg-6 {
    width: 40%;
    float:left;
}

.oldie .col-lg-3,
.oldie .col-md-3,
.oldie .col-sm-3 {
	width: 25%;
	float: left;
}

.oldie .col-lg-9,
.oldie .col-md-9,
.oldie .col-sm-9 {
	width: 75%;
	float: left;
}

.oldie .col-lg-7,
.oldie .col-md-7,
.oldie .col-sm-7 {
    width: 58.333333333333336%;
    float: left;
}

.oldie .col-lg-10,
.oldie .col-md-10,
.oldie .col-sm-10 {
    width: 83.33333333333334%;
    float: left;
}

.oldie .container {
    width: 1230px;
    max-width: 100%;
}

.oldie .bucket {
	height: 500px;
}


/* ================== THANK YOU SOCIAL BOXES | jp - 5/5/17 ============= */


.clearfix:before {
  content:"\0020";
  display:block;
  height:0;
  overflow:hidden;
}

.thank-you-social {
	margin:20px 10px;
	padding:10px 0 20px;
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 10px 20px -10px #aaa;
}
.thank-you-social .box {
	float:left;
	width:44%;
}
.thank-you-social .box  h2{
	font-size:18px;
	border-bottom:none;
	margin:0 0 1.5em;
	line-height:16px;
}
.thank-you-social .box.first {
	margin:20px 0 20px 3%;
	padding-right:3%;
	border-right:1px solid #ccc;
}
.thank-you-social .box.last {
	padding-left:3%;
	margin:20px 0px 20px -1px;
	border-left:1px solid #ccc;
}
.thank-you-social .fb_iframe_widget {
	border:1px solid #eee;
}
.thank-you-social .button {
	display:inline-block;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
	background-color:#fff;
	background-image:-webkit-linear-gradient(top,transparent,transparent);
	background-image:linear-gradient(top,transparent,transparent);
	color:#404040;
	cursor:pointer;
/*	font-family:Roboto,arial,sans-serif;	*/
	font-family:"Arial Narrow",Arial,sans-serif;
	margin-bottom:1em;
	padding:3px 7px;
	border:1px solid #d9d9d9;
	outline:none;
	text-decoration:none;
}
	.thank-you-social .button:hover { border:1px solid #b8b8b8; }
.thank-you-social .button .write,
.thank-you-social .button .link {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	height:16px;
	width:16px;
	margin-top:-3px;
	vertical-align:middle;
	opacity:.55;
}
.thank-you-social .button:hover .write,
.thank-you-social .button:hover .link
	{ opacity:.8; }

.thank-you-social .button .write { background:no-repeat url("../images/socialIcons.png") -0px -190px; }
.thank-you-social .button .link { background:no-repeat url("../images/socialIcons.png") -20px -190px; }
.thank-you-social .button .text{
	color:#404040;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	line-height:28px;
	cursor:pointer;
/*	font-family:Roboto,arial,sans-serif;	*/
	font-family:"Arial Narrow",Arial,sans-serif;
	display:inline-block;
	margin-left:5px;

}
.thank-you-social .button .icon{
	display:inline-block;
	margin-left:15px;
	margin-right:5px;
	height:20px;
	width:20px;
	margin-top:-1px;
	vertical-align:middle;
}
.thank-you-social .button.fb .icon{ background:no-repeat url("../images/socialIcons.png") -0px -0px; }
.thank-you-social .button.gplus .icon{ background:no-repeat url("../images/socialIcons.png") -60px -0px; }
.thank-you-social .button.linkedin .icon{ background:no-repeat url("../images/socialIcons.png") -90px -0px; }
.thank-you-social .button.twitter .icon{ background:no-repeat url("../images/socialIcons.png") -30px -0px; }

.afw-pagination {
    margin: 15px 0;
    text-align: right;
}

.afw-pagination ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}

.afw-pagination li {
    float: left;
}
.afw-pagination li:before {
    display: none;
}

.afw-pagination li .page-numbers {
    height: 32px;
    display: block;
    margin-left: 10px;
    line-height: 32px;
    text-align: center;
}

.sisea-highlight {
    background:none repeat scroll 0 0 #FFDC46;
}

/* ================== THANK YOU SOCIAL BOXES END ============= */
