/*
Theme Name: WickedWest Transport
Theme URI: http://WickedWest Transport .co.uk
Description: WickedWest Transport Theme
Version: 1.0
Author: Paul Maloney
Author URI: http://paulmaloney.net
Tags: rwd, clean, white
*/

/* RESET (http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none - public domain) */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

img,
audio,
video,
canvas {
  max-width: 100%;
}

html {
  min-height: 100%;
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical !important;
}

::selection {
  background: #da2128;
  color: #fff;
}

::-moz-selection {
  background: #da2128;
  color: #fff;
}

::-webkit-selection {
  background: #da2128;
  color: #fff;
}

.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  clear: both;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

img.alignright {
  float: right;
  margin: 0 0 2em 1em;
}

img.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0 0 2em 1em;
}

.alignleft {
  float: left;
  margin: 0 0 2em 1em;
}

img.wp-smiley {
  float: none;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #da2128;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

blockquote {
	background: #f5f5f5;
	border-left: 5px solid #da2128;
	padding: 20px;
	margin: 20px 0;
}

blockquote p {
	margin: 0;
}

/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
  font: 30px 'Work Sans', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333333;
}

h2 {
  font: 26px 'Work Sans', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333333;
}

h3 {
  font: 22px 'Work Sans', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333333;
}

h4 {
  font: 20px 'Work Sans', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333333;
}

h5 {
  font: 18px 'Work Sans', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333333;
}

/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
  background: #fff;
  color: #777777;
  font: 15px/1.5 'Work Sans', Helvetica, Arial, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1050px;
  width: 100%;
  margin: 10px auto;
  padding: 15px 0;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 10px;
}

.left {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}

.left ul, .full ul {
	list-style-type: disc;
	margin: 20px;
}

.left li, .full li{
	display:list-item;
	margin: 0 0 5px 0;
}

.right {
	float: right;
	width: 48%;
	margin: 0;
}

.hero {
	position: relative;
	height: 500px;
	margin: -1px 0 0 0;
}

.hero-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	width:50%;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

.hero-text h1 {
	color: #fff;
	font-size: 45px;
}

.hero-text h3 {
	color: #fff;
	font-size: 22px;
}

.full {
	width:100%;
}

.page-hero {
	width:100%;
	margin: 0 0 20px 0;
}

.box {
	float: left;
	width: 31%;
	margin: 1%;
}

.box p {
	margin: 0 0 5px 0;
}

.location {
	margin: 30px auto;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
}

.loc-box {
	width: 70%;
	border-bottom: 1px solid #e5e5e5;
}

.loc-box:last-of-type {
	border-bottom: 0;
}

.loc-box-left {
	float:left;
	width: 50%;
	padding: 20px;
	font-size: 18px;
}

.loc-box-right {
	float:left;
	width: 50%;
	padding: 20px;
	font-weight:bold;
	font-size: 13px;
}

.loc-box-right p{
	margin: 0 0 10px 0;
}

.con-spacer {
    margin: 70px 0;
}

/* 
==========================================================================
HEADER
==========================================================================
*/

header {
  width: 100%;
  margin: 0px auto;
  background: #fff;
}

.homes header {
	border:0;
}

.homes footer {
	display:none;
}

.logo {
  width: 200px;
  height: 115px;
  float: left;
  margin: 0 0 0 5px;
}

.logo a {
  background: url("images/logo.jpg");
  float: left;
  width: 200px;
  height: 115px;
  margin: 0px;
  text-decoration: none;
}


.sign-call {
	width: 50%;
	display:block;
	float:right;
	margin: 25px 0 0 0;
}

.sign-call .button {
	background: #af986e;
	padding: 14px;
	margin: 5px 0;
	color: #fff;
	display: block;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	border:0;
}

.sign-call .button:hover {
	background: #d92127;
	color: #fff;
}

.login {
    display: block;
    padding: 0;
    width: 100%;
}

.mob-login {
    display: none;
}

.login input {
    float: left;
    margin: 0 0 0 2%;
    width: 30%;
    padding: 5px;
    border: 1px solid #e5e5e5;
  color: #777777;
  font: 15px/1.5 'Work Sans', Helvetica, Arial, sans-serif;
}

.login .button {
    float: left;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 2%;
    padding: 5px 5px 4px 5px;
    vertical-align: middle;
    width: 30%;
}

.call {
	text-transform: uppercase;
	text-align:left;
	margin: 0 0 0 10px;
}

.buttons {
	display:block;
	text-align:center;
	text-transform: uppercase;
	background: #af986d;
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	margin: 10px 0;

}

.buttons:hover {
	background: #da2128;
	color: #fff;
}

.show_hide {
	display:none!important;
}


/* 
==========================================================================
NAV
==========================================================================
*/

nav {
    background: #cb1c22;
    clear: both;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}

nav a {
	color: #fff;
	margin: 0;
	padding: 10px;
}

nav a:hover {
	color: #fff;
	margin: 0;
	background: #af986e;
	padding: 10px;
}

.toggleMenu {
    display:  none;
	padding: 10px 15px 10px 8px;
    color: #fff;
	border: 2px solid #cb1c22;	
	background: #cb1c22;
	width: 100%;
}

.toggleMenu:hover {
	padding: 10px 15px 10px 8px;
	color: #fff;
	border: 2px solid #af986e;
    background: #af986e;  	
}

.nav {
	list-style: none;
	*zoom: 1;
	text-align: justify;
	height:41px;
}

.nav .extra {
    display: inline-block;
    width: 100%;
    *display: inline;
    *zoom: 1;
}

.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}

.nav ul {
    list-style: none;
    width: 9em;
    min-width: 200px;
}

.nav a {
    padding: 10px 10px 10px 10px;
    color:#fff;
    margin: 0;
}

.nav a:hover, .nav li:hover {
    background: #af986e;
    color:#fff;
}

.nav li:hover a {
    color:#fff;
}

.nav li {
    position: relative;
}
.nav > li {
	display:inline-block;
}

.parent:hover {
    background: #cb1c22;
	color: #fff;
}

.nav > li > .parent {
    background-image: url("images/downArrowG.png");
    background-repeat: no-repeat;
    background-position: right;
 	padding: 10px 15px 10px 10px;	 
 	margin: 0 5px 0 0;  
}
.nav > li > a {
    display: block;
}
.nav li ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #af986e;
    position: relative;
    z-index:100;
    border-top: 0;
	color: #fff;
}
.nav li li li a {
    background:#af986e;
    z-index:200;
    border-top: 0;
	color: #fff;
}
.nav li li a:hover, .nav li li li a:hover {
    background:#cb1c22;
	color: #fff;
}


/* 
==========================================================================
HOME
==========================================================================
*/

.homes {
	background: url('images/hero2.jpg');
	background-size: cover;
	background-position: center;
	width:100%;
	height: 100%;
	position: relative;
	display: block;
}

.home-text {
	width: 500px;
	height: 200px;
	margin: 30% auto 0 auto;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

.home-text h1 {
	color: #fff;
	font-size: 45px;
}

.home-text h3 {
	color: #fff;
	font-size: 22px;
}

.home-button {
	display: inline-block;
	margin: 10px auto;
	border: 2px solid #fff;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;

}

.home-button:hover {
	border: 2px solid #da2128;
	background: #da2128;
	color: #fff;

}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}

.fade-in.one {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.fade-in.two {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.fade-in.three {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

/* 
==========================================================================
JOBS
==========================================================================
*/

.job {
	display:block;
	margin: 0 0 10px 0;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0 0px 0;
}

.job h5 {
	margin: 0;
}

.job-left {
	float: left;
	width: 60%;
}

.job-right {
	float:right;
	width: 40%;
	margin: -5px 0 0 0;
	text-align:right;
}

.loc {
	margin: -15px 0 20px 0;
	color: #777;
}

.button {
	background: #da2128;
	color: #fff;
	padding: 10px 20px;
	margin: 10px 0;
	
}

.button:hover {
	background: #af986d;
	color: #fff;
	
}

.job-right .button {
	margin: 10px 0;
	display: inline-block;
}

/* 
==========================================================================
SEARCH
==========================================================================
*/

#searchform {
	margin: 0 0 15px 0;
	width: 100%;
	display:block;
}

#s {
	width: 75%;
	margin: 0;
	border: 1px solid #e5e5e5;
	padding: 10px;
	font: 16px 'Work Sans', Helvetica, Arial, sans-serif;	
	color:#4b4b4b;
}

#go {
	width: 23%;
	margin: 0px 0 0 -6px;
	border: 0;
	padding: 10px;
	background: #da2128;
	color: #fff;
	font: 16px 'Work Sans', Helvetica, Arial, sans-serif;	
	cursor: pointer;
	
}

#go:hover {
	background: #333;
	border:0;
	
}

/* 
==========================================================================
COMMENTS
==========================================================================
*/

#comments ul {
	list-style-type: none;
	margin:5px 0;
	padding:0;
}

#comments li {
	background: none!important;	
	margin:0 0 5px 0;
	padding: 5px 0 5px 0px;
	vertical-align: middle;
}

.comm {
	margin:-21px 0 20px;
	padding:10px 0;
	border-top: 1px solid #e5e5e5;
}

#commentform {
	margin: 0;
}

#comments {
	width: 100%;
	padding:0;
	margin: 0;
}

#comments .tabs {
	width: 100%;
}

#comments .sidetab-head {
	padding: 5px 15px;
}

#comments ul {
	list-style: none;
}

#comments ul.commentlist {
	padding: 0;
}

#comments ul.parent {
	padding-bottom: 0px;
}

#comments ul.children {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;

}

#comments ul.commentlist li {
	margin: 0;
}

.comment-reply-link {
	float: left;
	position: relative;
	text-transform: uppercase;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	color: #fff!important;
	text-decoration: none !important;
}

.comment-reply-link {
	padding:3px;
	margin:0 0 5px 0;
	border: 0;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	background: #da2128;
	color: #fff;
	font-weight:bold;
   
}

.comment-reply-link:hover{
	padding:3px;
	margin:0 0 5px 0;
	border: 0;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	background: #777777;
	color: #fff!important;
	text-decoration: none !important;
	font-weight:bold;
   
}

.comment-reply-link a {
	color: #fff;
}

.comment-reply-link a:hover {
	color: #fff;
}

#respond {
	margin: 0;
	padding:0;
}

ul.pinglist {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}

li.pinglist {
	margin:0 0 3px 0;
	padding:0;
}

.pinglist a {
	color: #333;
}

.pinglist a:hover{
	color: #333;
}

.trackback {
	clear: both;
}

.trackback ul {
	list-style: none;
	margin-top: 10px;
}

small {
	font: 12px 'Work Sans', Helvetica, Arial, sans-serif;			
	vertical-align:middle;
	color:#da2128;
	margin: 5px 0 5px 0;
}

.comhead {
	display:inline;
	font-size: 18px;
	font-weight:bold;
	vertical-align:middle;
}

.comment-meta {
	float:left;
	width: 85%;
	margin: 10px 0 5px 0;
	padding: 0;

}

.says {
	margin:10px 0 10px 0;
	padding:0;
}

.says p {
	margin:0;
	padding:0;
}

label {
	display:block;
	font: 13px 'Work Sans', Helvetica, Arial, sans-serif;			
	color: #333;
	margin: 0 0 10px 0;
	padding:0;
	font-weight:normal;
}

#commentform {
	width: 100%;
	margin: 0 0 20px 0;
}

#author2 {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	color: #333;
	border:1px solid #e5e5e5;
}

#author2:focus {
	border:1px solid #da2128;
	padding: 10px;
}

#email {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	color: #333;
	border:1px solid #e5e5e5;
}

#email:focus {
	border:1px solid #da2128;
	padding: 10px;
}

#url {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	color: #333;
	border:1px solid #e5e5e5;
}

#url:focus {
	border:1px solid #da2128;
	padding: 10px;
}

#comment {
	width: 100%;
	minwidth: 380px;
	min-height: 150px;
	margin: 0;
	padding: 10px;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	color: #333;
	border:1px solid #e5e5e5;
}

#comment:focus {
	border:1px solid #da2128;
	padding: 10px;
}

.submit-comment {
	display:block;
	background: #da2128;
	color: #fff;
	font: 14px 'Work Sans', Helvetica, Arial, sans-serif;			
	padding: 10px;
	width: 100%;
	margin: 10px 0 10px 0;
	border:0;
	cursor:pointer;
    
}

.submit-comment:hover {
	background: #333333;
	
}

#cancel-comment-reply-link {
    font: 12px "Work Sans",Helvetica,Arial,sans-serif;
    margin: 10px 0px 15px;
    padding: 2px;
    background: none repeat scroll 0% 0% #da2128;
    color: #FFF;

    display: block;
    width: 170px;
    text-align: center;
}

#cancel-comment-reply-link:hover {
	font: 12px 'Work Sans', Helvetica, Arial, sans-serif;			
	margin: 10px 0 15px 0;
	padding:2px;
	background: #777777;
	color: #fff;

}



.page-titles {
	font-size: 17px;	
	margin: 0 0 15px 0;
	padding:10px 5px;
	font-weight:bold;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #da2128!important;
}

/* 
==========================================================================
BLOG
==========================================================================
*/

.blog-left {
	float:left;
	width: 75%;
	margin: 0 3% 0 0;
}

.blog-right {
	float:left;
	width: 22%;
	margin: 0;
}

.blog-right h4 {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

.widget {
	margin: 0 0 30px 0;
}

.post {
	clear:both;
	display:block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 25px;
	border-bottom: 1px solid #e5e5e5;
}

.post:last-of-type {
	border-bottom: 0;
}

.arch-title {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 8px 0;
	font-size:20px;
}

.dated {
	float:left;
	width: 12%;
	margin: 0 3% 0 0;
	background: #e5e5e5;
	border-top: 3px solid #da2128;
	color: #333;
	text-align:center;
	text-transform:uppercase;
}

.mob-date {
	display:none;
}

.month {
	font-size: 20px;
	margin: 15px 0 0 0;
}

.day {
	margin: -5px 0 10px 0;
	font-size: 25px;
	font-weight: bold;
}

.ccount {
	background: #777777;
	color: #fff;
	font-weight:bold;
}

.ccount a {
	color: #fff;
	padding: 0 0 0 55px;
}

.comm-back {
	background: url('images/comment-blog.png') no-repeat center;
	padding: 8px;
	margin-left: -30px;
}

.post-content {
	float:left;
	width: 85%;
	margin: 0;
}

.post-button {
	display: block;
	background: #da2128;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	margin: 10px 0;
	width: 150px;
}

.post-button:hover {
	background: #da2128;
	color: #fff;
}

/* 
==========================================================================
HOME ALT
==========================================================================
*/

.welcome {
	text-align:center;
	max-width:1000px;
	margin: 20px auto 0 auto;
}

.logos {
	text-align:center;
	margin: 20px auto -1px auto;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.logo-img {
	float:left;
	width: 20%;
	padding: 20px;
}

/* 
==========================================================================
DEPOTS
==========================================================================
*/

.map {
	margin: 20px auto;
}

.map-left {
	width: 55%;
	margin: 0 5% 0 0;
	position:relative;
	float:left;
}

.map-left img {
	position:relative;
}

.map-right {
	float:left;
	width:40%;
	font-size:13px;
}

.pin {
	position:absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cb1c22;
}

.pin1 {
	left: 42%;
	top: 38%;
}

.pin2 {
	left: 60%;
	top: 65%;
}

.pin4 {
	left: 77%;
	top: 84%;
}


.pin3 {
	left: 49%;
	top: 81%;
	background: #725f20;
}

.pin5 {
	left: 64%;
	top: 49%;
	background: #725f20;
}

.pin6 {
	left: 58%;
	top: 25%;
	background: #725f20;
}

.pin7 {
	left: 65%;
	top: 59%;
	background: #725f20;
}

.pin8 {
	left: 68%;
	top: 73%;
	background: #725f20;
}

.pin9 {
	left: 64%;
	top: 76%;
	background: #725f20;
}

.pin10 {
	left: 80%;
	top: 82%;
	background: #725f20;
}

.pin11 {
	left: 78%;
	top: 86%;
	background: #725f20;
}


.pins {
	background: #cb1c22;
	float:left;
	margin: 5px 5px 0 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	vertical-align: top;
}

.depot:nth-of-type(5) .pins {
	background: #725f20;
}


.dep-cont {
	margin: 0 0 30px 0;
}

.depot {
	margin: 0 0 30px 0;
}

.depot ul {
	margin: 5px 0 0 14px;
}

.depot p {
	margin: 0;
}

.abb {
	display: inherit;
	color: #cb1c22;
	margin: -5px 0 0 15px;
	font-weight: bold;
}

.abbs {
	display: inherit;
	color: #725f20;
	margin: -5px 0 0 15px;
	font-weight: bold;
}

/* 
==========================================================================
ACCREDITATIONS
==========================================================================
*/

.a-logos {
	margin: 30px auto;
}

.a-logo {
	float:left;
	width: 20%;
	padding: 5px 15px;
}

.sub-pages {
	margin: 20px auto;
}

.sub-pages ul {
	list-style-type:none;
	margin:0;
}

.sub-pages a:before {
	content:"For a full list of";
	display:block;
	font-size: 12px;
	text-align:center;
	font-weight:normal;
	text-transform:none;
}

.sub-pages a:after{
	content:"please click here";
	display:block;
	font-size: 12px;
	text-align:center;
	font-weight:normal;
	text-transform:none;
}

.sub-pages a {
	background: #da2128;
	color: #fff;
	font-size:13px;
	padding: 10px;
	display:block;
	width: 31%;
	margin: 1%;
	text-align: center;
	float: left;
	font-weight:bold;
	text-transform:uppercase;
}

.sub-pages a:hover {
	background: #af986e;
	color: #fff;
}

.sub-pages li:nth-of-type(7) {
	float:none;
	margin: 0 auto;
	display: block;
	text-align:center;
	width:33%;
}

.sub-pages li:nth-of-type(7) a {
	width: 93%;
	margin: 2%;
}

.lmm-panel {
	display:none!important;
}

/* 
==========================================================================
FACTS
==========================================================================
*/

.home-facts {
	display:block;
	margin: 50px auto;
}

.home-fact {
	float:left;
	width: 31%;
	margin: 0 1%;
	padding: 15px;
	border:1px solid #e5e5e5;
	text-align:center;
}

.bn {
	font-size: 60px;
}

.counter {
	display:inline-block;
}

/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
  clear: both;
  font: 15px/1.5 'Work Sans', Helvetica, Arial, sans-serif;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 30px;
}

footer p {
	margin: 0;
}

/* 
==========================================================================
FORM
==========================================================================
*/

.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
	border: 2px solid #e5e5e5;
	padding: 10px;
	margin: 5px 0 20px 0;
	color: #777777;
	font: 15px 'Work Sans', Helvetica, Arial, sans-serif;
}

.wpcf7-submit {
	background: #cb1c22;
	color: #fff;
	padding: 10px 50px;
	text-align:center;
	font: 15px 'Work Sans', Helvetica, Arial, sans-serif;
	border:0;
	cursor:pointer;
}

.wpcf7-submit:hover{
	background: #777;
	color: #fff;
}


/* 
==========================================================================
FORM ERRORS
==========================================================================
*/

div.wpcf7-response-output {
    margin: -1em 0.5em 1em!important;
    padding: 0.2em 1em;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    display: none;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    display: none;
    border: 0;
    padding: 10px;
}

span.wpcf7-not-valid-tip {
    color: #D8000C!important;
    position: absolute!important;
    top: 3px!important;
    right: 10px!important;
    font-size: 14px!important;
}


/* 
==========================================================================
RETINA FULL SIZE
==========================================================================
*/


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

  .logo a {
    background: url("images/logo_2x.jpg") no-repeat;
    background-size: 200px 115px;
  }

 .nav > li > .parent {
    background-image: url("images/downArrowG_2x.png");
	background-size: 20px 5px;
 }

 .nav li .more {
	background-image: url("images/downArrow_2x.png");
	background-size: 20px 5px;
 }

 .sales {
		background: url("images/phone_2x.png");
	background-size: 50px 50px;
 }

}

/* 
==========================================================================
MEDIA QUERIES
==========================================================================
*/

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 768px) {

.loc-box {
	width: 100%;
}

 header .inner, nav .inner {
 	padding: 0;
 }

 .home-text {
    width: 100%;
    height: auto;
 }

 .left {
 	float: none;
 	width: 100%;
 }

 .right {
 	display: block;
 	width: 100%;
 	float: none;
 	height: 300px!important;
 	margin: 0 0 30px 0;
 }

 footer {
  font: 13px/1.5 'Work Sans', Helvetica, Arial, sans-serif;
 }

 .box {
	width: 48%;
	margin: 1%;
 }

 .logo-img {
    padding: 5px;
 }

 .dated {
	display:none;
 }

 .blog-left, .blog-right {
	float:none;
	display:block;
	width: 100%;
 }

 .mob-date {
    display: block;
    margin: -15px 0 15px 0;
    color: #333;
 }

.post-content {
	width: 100%;
}

 nav {
	float:none;
	width:100%;
	margin: 0;
	padding:0;
 }

 .nav a {
	font-size: 14px;
	padding:10px;
 }

 .nav {
	clear: both;
	background: #cb1c22;
	height:auto;
	text-align:left;
 }

 .burger {
	font: 30px/0.5  Helvetica, Arial, sans-serif;	
 	text-align: right;
 	padding:0;
 	display: inline;
 	vertical-align: middle;
 	padding:5px;
 	float:right;
 }

 .nav li a:hover, .nav li:hover {
	background: #af986e;
 }

.extra {
    display: none !important;
    height: 1px !important;
    width: auto;
}

 .nav > li a {
	border-bottom: 1px solid #FFFFFF;
	color: #fff;
 }

 .active {
	display: block;
 }

 .nav > li {
	float: none;
	display:block;
 }

 .nav > li > .parent {
	background-position: 95% 50%;
 }
  
 .nav > li > .parent {
	background-image: none; 
 }
    
 .nav li .more {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 55% 50%;
	float: right;
	width: 15%;
	padding: 0;
	margin: 10px 5px 2px 0px;
	cursor: pointer;
	z-index: 200;
	position: relative;
 }

 .nav li .more:before {
	content: "";
	background: #fff;
	width: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
 }
  
 .nav ul {
	display: block;
	width: 100%;
 }

 .nav > li.hover > ul , .nav li li.hover ul {
	 position: static;
 }
   
 nav a {
 	margin: 0 !important;
 }

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

 .nav li .more {
	background-image: url("images/downArrow_2x.png");
	background-size: 20px 5px;
 }
}

 .sub-pages a, .sub-pages li:nth-of-type(7) {
	width: 48%;
	margin: 1%;
 }

.sub-pages li:nth-of-type(7) a {
    width: 99% !important;
    margin: 2%;
}

 .sign-call {
	display: none;
	float: none;
	width:100%;
	margin:0;
 }

.mob-login {
    display: block;
    margin: 20px 10px 10px 10px;
    padding: 0;
}

.mob-login input {
	width: 100%;
    padding: 5px;
	margin: 0 0 10px 0;
    border: 1px solid #e5e5e5;
  color: #777777;
  font: 15px/1.5 'Work Sans', Helvetica, Arial, sans-serif;
}

.mob-login .button {
	width: 100%;
    	padding: 5px;
	margin: 0 0 10px 0;
    	border: 0;
  	color: #fff;
  	font: 15px/1.5 'Work Sans', Helvetica, Arial, sans-serif;
	cursor:pointer;
}

 .logo, .logo a {
	float:none;
	display:block;
	margin: 0 auto;
	text-align:center;
 }


.show_hide {
	display:block!important;
}

 .map-left {
	width: 100%;
	margin: 0 0 30px 0;
	float:none;
 }

 .map-right {
	width: 100%;
	margin: 0;
	float:none;
 }

 .depot {
	float:left;
	width: 46%;
	margin: 2%;
 }

}

@media screen and (max-width: 480px) {

 .hero {
	height: 250px;
 }

 .hero-text {
    width: 100%;
 }

 .hero-text h1 {
    font-size: 30px;
 }

 .box {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
 }

 .location {
    text-align: center;
 }

.loc-box-left  {
	width: 100%;
	padding: 20px 20px 0 20px;
}

.loc-box-right {
	width: 100%;
	padding: 0px 20px 20px 20px;
}

.con-spacer {
    margin: 0;
}

 .job {
	padding: 20px 0;
 }

 .job-left {
	display:block;
	float: none;
	width: 100%;
 }

 .job-right {
	display:block;
	float: none;
	width: 100%;
	margin: 15px 0 0 0;
	text-align:left;
 }

 .logo-img {
    display: block;
    float: left;
    width: 50%;
    padding: 20px;
    text-align: center;
    margin: 5px auto;
 }

 .a-logo {
	float:left;
	width: 50%;
	padding: 0 10px;
 }

 .sub-pages a, .sub-pages li:nth-of-type(7) a, .sub-pages li:nth-of-type(7) {
	width: 100%;
	margin: 0 0 10px 0;
	float:none;
	display:block;
 }

 .home-fact {
	float:none;
	width: 100%;
	margin: 0 0 20px 0;
 }

 .depot {
	float:none;
	width: 100%;
	margin: 0 0 20px 0;
 }

}

@media screen and (max-width: 320px) {

 .container {
    min-width: 240px;
    width: 100%;
 }


}