/*
Theme Name: Semi Skel Theme
Theme URI: http://html5reset.org
Description: Semi Skel Wordpress Theme
Author: Timothy Cole
Author URI: http://www.egeekmedia.com.au;
Version: 1.0
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	font-family: 'futura_ltbook', Helmet, Freesans, sans-serif;
	font-weight: bold;
	font-size: 17px;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #fff;}
a:hover {color: #fff;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #bf0000; color: #fff; text-shadow: none;}
::selection {background: #bf0000; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

img { 
	max-width: 100%;
}
@font-face {
    font-family: 'futura_ltheavy';
    src: url('_/fonts/FuturaLT-Heavy-webfont.eot');
    src: url('_/fonts/FuturaLT-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/FuturaLT-Heavy-webfont.woff2') format('woff2'),
         url('_/fonts/FuturaLT-Heavy-webfont.woff') format('woff'),
         url('_/fonts/FuturaLT-Heavy-webfont.ttf') format('truetype'),
         url('_/fonts/FuturaLT-Heavy-webfont.svg#futura_ltheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_ltbook';
    src: url('_/fonts/futuralt-book-webfont.eot');
    src: url('_/fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/futuralt-book-webfont.woff2') format('woff2'),
         url('_/fonts/futuralt-book-webfont.woff') format('woff'),
         url('_/fonts/futuralt-book-webfont.ttf') format('truetype'),
         url('_/fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'refrigerator_deluxeregular';
    src: url('_/fonts/refrigeratordeluxe-webfont.eot');
    src: url('_/fonts/refrigeratordeluxe-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/refrigeratordeluxe-webfont.woff2') format('woff2'),
         url('_/fonts/refrigeratordeluxe-webfont.woff') format('woff'),
         url('_/fonts/refrigeratordeluxe-webfont.ttf') format('truetype'),
         url('_/fonts/refrigeratordeluxe-webfont.svg#refrigerator_deluxeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rochesterregular';
    src: url('_/fonts/rochester-regular-webfont.eot');
    src: url('_/fonts/rochester-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/rochester-regular-webfont.woff2') format('woff2'),
         url('_/fonts/rochester-regular-webfont.woff') format('woff'),
         url('_/fonts/rochester-regular-webfont.ttf') format('truetype'),
         url('_/fonts/rochester-regular-webfont.svg#rochesterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/
/* GLOBALS/HEADER/STATIC FRAME START */
#page-wrap {
	width: 100%; 
	margin: 0 auto;
	overflow: hidden;
}
header {
	width: 100%;
	height: 150px;
	border-bottom: 0.1em solid rgba(255,255,255, 0.1);
	overflow: hidden;
}
#top-header {
	height: 50px;
	background: #475f77 url(images/red-square.png) no-repeat; /* W3C */
	overflow: hidden;
}
#top-header h2 {
  font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 13px;
}
#main-content, #main-content-contact-page {
  background-color: #FFF;
  height: calc(100% - 150px);
  margin: 200px 0 0 50px;
}
h2.widget-title, .textwidget {
	display: inline;
}
#text-2 {
	font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
  color: #FFF;
  font-size: 15px;
  padding: 7px 20px;
  text-transform: uppercase;
}
.row {
	width: 100%;
	margin: 0 auto;
	max-width: calc(100% - 100px);
	overflow: hidden;
}
 #main-content .d2:after, #main-content .d3:after, #main-content .d4:after, #bottom-header .d1:before, #bottom-header .d2:after, #bottom-header .d3:after, #bottom-header .d4:after {
  content: "";
  position: fixed;
  height:100%;
  border-left: 1px solid rgba(77,60,34,0.2);
	z-index: 100000;
}
#bottom-header {
  border-right: 1px solid rgba(77,60,34,0.2);
  z-index: 100010;
  right:50px;
}
#bottom-header .d2:after, #bottom-header .d3:after, #bottom-header .d4:after {
  height: 150px;
}
#frame-top {
  height: calc(150px);
  background-color: white;
  -webkit-transition: -webkit-background-color 1s ease ;
  -moz-transition: background-color 1s ease ;
  -ms-transition: background-color 1s ease ;
  -o-transition: background-color 1s ease ;
  transition: background-color 1s ease ;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 990;
  border-bottom: 1px solid rgba(77,60,34,0.3);
}
#logo {
	height: 100px;
}
h1#title a {
  font-size: 42px;
  z-index: 2000;
  color:#db2b33;
  font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
  text-decoration: none;
  font-weight: 900;
}
h1#title a:hover {
  text-decoration: underline;
}
h1#title {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 25px;
}
#mobile-menu {
  display:none;
}
nav ul li {
	display: inline-block;
	text-align: center;
}
nav .menu-item {
  color: #372f2c;
  font-family: "NeutraBold";
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  position: relative; 
  width: 32%;
}
nav .menu-item a {
    opacity: 1;
    display: inline-block;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
    color: #000;
    text-decoration: none;
    padding: 33px 0 35px 40px;
}
#menu-item-17 a {
   padding: 33px 0 35px 10px !important;
}
#menu-item-16 a {
   padding: 33px 0 35px 60px !important;
}
nav .menu-item a:hover {
    color:#bf0000;
}
#frame-left {
  content: '';
  height: calc(100% - 150px);
  background-color: white;
  width: 51px;
  padding-top: 50px;
  -webkit-transition: -webkit-background-color 1s ease ;
  -moz-transition: background-color 1s ease ;
  -ms-transition: background-color 1s ease ;
  -o-transition: background-color 1s ease ;
  transition: background-color 1s ease ;
  position: fixed;
  top: calc(150px);
  left: 0;
  z-index: 5000;
  border-right: 1px solid rgba(77,60,34,0.2);
}
/* Social Media Sidebar left */
#social-media-side {
	position:fixed;
	z-index:30;
}
#facebook-link {
	width: 50px;
	height: 50px;
	left:0;
}
#facebook-link a {
	color:#000;
	background-image:url(images/facebook-hover.jpg);
	background-repeat: no-repeat;
	display:block;
	height: 50px;
	width:51px;
	-webkit-transition: width 600ms ease, background-position 600ms ease;
  -moz-transition: width 600ms ease, background-position 600ms ease;
  -o-transition: width 600ms ease, background-position 600ms ease;
  transition: width 600ms ease, background-position 600ms ease;
}
#facebook-link a:hover {
	width:350px;
	background-position: 50px 0;
}
#google-link {
	width: 50px;
	height: 50px;
	left:0;
}
#google-link a {
	color:#000;
	background-image:url(images/google-hover.jpg);
	background-color: #ed1c24;
	display:block;
	height: 50px;
	width:51px;
	-webkit-transition: width 600ms ease, background-position 600ms ease;
  -moz-transition: width 600ms ease, background-position 600ms ease;
  -o-transition: width 600ms ease, background-position 600ms ease;
  transition: width 600ms ease, background-position 600ms ease;
}
#google-link a:hover {
	width:350px;
	background-position: 50px 0;
}
#instagram-link {
	width: 50px;
	height: 50px;
	left:0;
}
#instagram-link a {
	color:#000;
	background-image:url(images/instagram-hover.jpg);
	background-color: #0072bc;
	display:block;
	height: 50px;
	width:51px;
	-webkit-transition: width 600ms ease, background-position 600ms ease;
  -moz-transition: width 600ms ease, background-position 600ms ease;
  -o-transition: width 600ms ease, background-position 600ms ease;
  transition: width 600ms ease, background-position 600ms ease;
}
#instagram-link a:hover {
	width:350px;
	background-position: 50px 0;
}
/* Social Media Sidebar Left END */
#frame-right {
  content: '';
  height: calc(100% - 150px);
  background-color: white;
  width: 51px;
  -webkit-transition: -webkit-background-color 1s ease ;
  -moz-transition: background-color 1s ease ;
  -ms-transition: background-color 1s ease ;
  -o-transition: background-color 1s ease ;
  transition: background-color 1s ease ;
  position: fixed;
  top: calc(150px);
  right: 0;
  padding-top: 50px;
  z-index: 50000000;
  border-left: 1px solid rgba(77,60,34,0.2);
}
/* Email Contact Button Right Start */
#contact-side {
	position:fixed;
	z-index:1000000;
}
#email-link {
  position:absolute;
  width:225px;
  height:36px;
  overflow:hidden;
  font-weight:bold;
  font-size:11px;
  margin:10px;
}
.button_aLeft{
  width:70px;
  height:50px;
  background-color:#ACACAC;
  color:#fff;
  top:0px;
  right:-69px;
  position:absolute;
  line-height:36px;
  text-align:left;
  padding-top: 7px;
}
.button_aLeft span{
  display:none;
  padding: 0 0 0 20px;
  font-size: 26px;
  color: #FFF;
}
.button_bLeft{
  width:51px;
  height:50px;
  background-color:#fff;
  position:absolute;
  top:0px;
  left:0px;
  text-transform:uppercase;
  line-height:30px;
  text-align:center;
  cursor:pointer;
  z-index: 2000000;
}
.button_bLeft span{
  color:#d7d7d7;
}
.button_c{
  background-color:#d7d7d7;
  color:#fff;
  text-transform:uppercase;
}
.button_c span{
  color:#093d6f;
}

/* Email Contact Button Right END */
/* END GLOBALS/HEADER/STATIC FRAME */
/* MAIN IMAGES SECTION START */
#main-feature-image, #four04-page-bg {
	position: relative;
	height:100%;
	max-height: 800px;
	min-height: 800px;
	width: 100%;
	background-image: url(images/feature-image-front-page.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#four04-page-bg {
  background-image: url(images/404-bg.jpg);
}
#four04-page-text h2 {
  font-size: 26px;
  padding: 100px 0 0 5%;
}
#main-feature-image h2#semi-trailer-hire-companies, #truck-line-up h2#truck-line-up-text, #truck-line-up h2#truck-line-up-text2, #freeway-lights h2#freeway-lights-text {
	position: absolute;
	top: 30px;
	left:5%;
	margin-bottom: 80px;
	color:#FFF;
	text-align: center;
	font-family: "refrigerator-deluxe", "refrigerator_deluxeregular", serif;
	font-size: 36px;
}
#truck-line-up h2#truck-line-up-text {
  top:20px;
  left:62%;
  font-size: 24px;
  color: #000;
  text-shadow: none;
}
#truck-line-up h2#truck-line-up-text2 {
  top:430px;
  width: 100%;
  left:0;
  font-size: 24px;
  color: #FFF;
  text-shadow: none;
}
#freeway-lights h2#freeway-lights-text {
  left:65%;
  font-size: 24px;
}
span#semi-trailer-hire-companies-bottom-line, span#suit-your-needs, span#call-out-service, span#knowledge-and-service {
	text-transform: uppercase;
	font-size: 48px;
}
span#suit-your-needs {
  font-size: 36px;
}
span#call-out-service {
  font-size: 36px;
}
span#knowledge-and-service {
  font-size: 36px;
}
#second-row-images {
	height:530px;
  background-color: #464646;
}
#truck-line-up {
	position: relative;
	height:100%;
	min-height: 530px;
  background-image: url(images/trucks-behind.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
}
#freeway-lights {
	height: 527px;
	background-image: url(images/highway-lights.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  position: relative;
}

/* MAIN IMAGES SECTION END */
/* ABOUT US SECTION START */
.about-us-title-bg, .connect-with-us-title-bg, .contact-us-title-bg, .our-customers-bg {
	height: 50px;
	background: #475f77; /* W3C */
	overflow: hidden;
}
.about-us-title-bg .d1, .connect-with-us-title-bg .d1, .contact-us-title-bg .d1, .our-customers-bg .d1 {
	height: 50px;
	background: #cccccc url(images/red-square.png) no-repeat; /* W3C */
  overflow: hidden;
}
.about-us-title-bg .d1 h2, .connect-with-us-title-bg .d1 h2, .contact-us-title-bg h2, .our-customers-bg .d1 h2 {
	text-align: center;
	font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  padding-top: 0px;
  margin: 12px 0 0 5%;
}
#about-us-content {
	min-height:400px;
  position: relative;
}
#about-us-content-left-left {
	min-height: 400px;
}
#about-us-content-left-right {
	min-height: 400px;
}
#about-us-content h2 {
	font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
	font-size: 30px;
	margin: 30px 0 0px 2%;
	z-index: 1000;
	display: inline-block;
  position: absolute;
  z-index: 10;
}
#about-us-content-left-left p, #about-us-content-left-right p {
	padding: 100px 8% 40px 8%;
}
/* ABOUT US SECTION END */
/* TESTIMONIAL SLIDER START */
#testimonials-right {
  z-index: 1000000;
}
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 50px 40px 50px;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 5px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 0px;
  margin-left: -25px;
  background-image:url(images/quotation-marks.png);
  background-repeat: no-repeat;
  font-family: 'futura_ltbook', sans serif;
  color: #ffffff;
  font-size: 40px;
  font-size: 4.375rem;
  text-align: center;
  text-indent:100%;
  white-space: nowrap;
  overflow: hidden;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
.cd-testimonials-wrapper {
  margin: 65px auto;
  padding: 100px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
.cd-testimonials-wrapper::after {
  /* quotation mark visible */
  display: block;
  }
}
.cd-testimonials {
  color: #000;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: 'futura_ltbook', sans serif;
  line-height: 1.0;
  margin-bottom: 0.8em;
  padding: 50px 14px 0 14px;
}
@media only screen and (min-width: 768px) {
.cd-testimonials p {
  font-size: 18px;
  font-size: 1.375rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-testimonials p {
  font-size: 18px;
  line-height: 1.6;
}
}
.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
.cd-author img {
  width: 50px;
   height: 50px;
}
.cd-author .cd-author-info {
  line-height: 1.4;
}
  .cd-author .cd-author-info li:first-child {
  font-size: 16px;
  font-size: 1rem;
}
  .cd-author .cd-author-info li:last-child {
  font-size: 14px;
  font-size: 0.875rem;
}
}
.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
.flex-direction-nav li {
  width: 50px;
}
}
@media only screen and (min-width: 1170px) {
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  background-color: #5e5e63;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
  background-color: #bf0000;
}
}
/* TESTIMONIAL SLIDER END */

/* OUR CUSTOMERS SECTION START */
#our-customers-content {
  height: 100%;
}
#our-customers-content-mobile {
	display: none;
}
/* OUR CUSTOMERS SECTION END */

/* SOCIAL MEDIA SECTION START */
#social-media-section {
	height: 400px;
}
#connect-with-us-image {
  height: 400px;
  background-image: url(images/connect-with-us-truck.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#facebook-feed {
	height: 400px;
}
h2#facebook-feed-heading {
	text-align: center;
	font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',serif;
	font-size: 28px;
	padding-top: 15px;
}
aside#facebook-widget-area {
  padding: 0 20px;
}
h2#hash-semiskel {
	font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
.fb-feed {
  margin: 0 auto;
}
#cff .cff-author .cff-page-name.cff-author-date {
  color:#bf0000;
  text-transform: uppercase;
  font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
  font-size: 24px;
  font-weight: normal;
}
#cff .cff-author {
  float:none;
}
#cff .cff-author .cff-author-text {
  float: none;
  text-align: center;
  margin: 0 auto;
}
#social-media-red {
	height:400px;
	background: #db2b33;
  z-index: 10000000;
  -webkit-transition: background 0.7s;
  -moz-transition: background 0.7s;
  transition: background 0.7s;
}
.facebook-hover {
	background: #0054a6 !important;
}
.twitter-hover {
	background: #0072bc !important;
}
.instagram-hover {
	background: #6dcff6 !important;
}
.google-hover {
	background: #ed1c24 !important;
}
#social-media-icons {
	width: 80px;
	height:74px;
	margin: 150px auto;
}
#facebook-icon, #instagram-icon {
	display:inline-block;
	width:80px;
}
#instagram-icon {
  margin-left: 30px;
}
#facebook-icon {
  margin-left: 6px;
}
#facebook-icon a, #twitter-icon a, #instagram-icon a, #google-icon a {
	background-image: url(images/facebook-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 74px;
	height: 74px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
#twitter-icon a {
	background-image: url(images/twitter-icon.png);
}
#instagram-icon a {
	background-image: url(images/instagram-icon.png);
}
#google-icon a {
	background-image: url(images/google-icon.png);	
}
#social-media-red a:hover:after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: none;
  z-index:-1;
}
#menu-item-29 {
	width: 100%;
	text-align: center;
	margin-top: -30px;
}
.cff-post-text {
  font-family: 'futura_ltbook', Helmet, Freesans, sans-serif;
  color: #000;
  font-size: 14px;
}
/* SOCIAL MEDIA SECTION END */

/* ABOUT-US-PAGE START */
#about-us-page {
  height: 100%;
  width: 100%;
}
#about-us-page-image {
  background-image: url(images/semi-skel-front.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
#about-us-page-image h2 {
  color: #FFF;
  font-size: 56px;
  text-transform: uppercase;
  font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
#about-us-page-heading h2 {
  text-transform: uppercase;
  font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
  padding: 40px 0 0px 3.5%;
  font-size: 32px;
}
#about-us-text1 p, #about-us-text2 p {
  padding: 40px 13% 10px 13%;
  font-size: 18px;
}
#about-us-text3 ul li, #about-us-text4 ul li {
  padding: 0px 7% 0 13%;
  font-size: 18px;
  list-style-type: disc;
  list-style-position: inside;
}
#about-us-text3 {
  padding-bottom: 60px;
}
#about-us-text4 {
  margin-top: 50px;
}
#about-us-text3 h2 {
  font-size: 32px;
  padding: 40px 0 10px 13%;
  font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
}
#about-us-text3 p {
  font-size: 20px;
  padding: 10px 0 10px 13%;
}
/* ABOUT-US-PAGE END */

/* GALLERY-PAGE-START */

#gallery-page {
  height: 100%;
  padding-bottom: 10%;
}
.my-slider li {
  width: 2.5641% !important;
}
#slides {
  display: none
}

#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(img/btns-next-prev.png);
  background-repeat: no-repeat;
  display:block;
  width:12px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right:5px;
}
a.slidesjs-next {
  margin-right:10px;
  background-position: -12px 0;
}
a:hover.slidesjs-next {
  background-position: -12px -18px;
}
a.slidesjs-previous {
  background-position: 0 0;
}
a:hover.slidesjs-previous {
  background-position: 0 -18px;
}
a.slidesjs-play {
  width:15px;
  background-position: -25px 0;
}
a:hover.slidesjs-play {
  background-position: -25px -18px;
}
a.slidesjs-stop {
  width:18px;
  background-position: -41px 0;
}
a:hover.slidesjs-stop {
  background-position: -41px -18px;
}
.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}
#slides a:link,
#slides a:visited {
  color: #333
}
#slides a:hover,
#slides a:active {
  color: #9e2020
}
.navbar {
  overflow: hidden
}
/* GALLERY-PAGE-END */

/* FOOTER START */
footer {
	height:100%;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 50px !important;
}
footer #find-us {
	height:455px;
}
footer #find-us h2 {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	font-family: 'futura_ltheavy';
}
footer #find-us h2#find-us-heading {
	padding-top: 200px;
}
footer #address-section {
	width: 100%;
  padding-left: 5%;
	margin: 130px auto;
}
footer #address-section h2 {
  padding-left: 9%;
}
footer #address1 {
  background-image: url(images/map-marker.png);
  background-repeat: no-repeat;
  background-position: 0px 0;
}
footer #phone-number {
  background-image: url(images/phone-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
footer #email {
  background-image: url(images/footer-email-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}
footer #map a {
  background-image: url(images/map-marker.png);
  background-repeat: no-repeat;
  background-position: 0px 103px;
}
footer #address-section-bg, footer .d4 {
	height: 455px;
}
footer #address-section-bg h2, footer #map a, footer #opening-hours-section h2, footer #opening-hours-section h3, footer #opening-hours-section p {
	font-size: 26px;
	color: #FFF;
	font-family: "refrigerator-deluxe",'refrigerator_deluxeregular',sans-serif;
	text-transform: uppercase;
}
footer #address-section-bg h2#phone-number {
	margin-top: 20px;
}
footer #map {
  background-image: url(images/mini-map.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: 50% center;
	height: 455px;
}
footer #map a {
	display: block;
	padding: 100px 0 0 6%;
	text-decoration: none;
	-webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;

}
footer #map a:hover {
	color:#bf0000;
}
footer #opening-hours-section h2 {
	padding: 130px 0 0 12%;
  font-size: 28px;
}
footer #opening-hours-section h3 {
	padding: 0 0 0 12%;
  font-size: 28px;
}
footer #opening-hours-section p {
	font-size: 26px;
	padding-left: 5%;
}
#bottom-footer {
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
  min-height: 40px;
  height:100%;
}
#bottom-footer a {
	color: #FFF;
	text-decoration: none;
}
#bottom-footer a:hover {
	color:#bf0000;
}
#bottom-footer, #copyright-section {
  height:20px;
}
#copyright {
  float:left;
  padding-left: 4%;
}
#terms-and-conditions {
  float:right;
  padding-right: 4%;
}
#egeekmedia-section {
  padding-left: 1%;
}
/* FOOTER END */
/* CONTACT FORM PAGE */
#contact-us-bg {
  position: relative;
  height:100%;
  max-height: 800px;
  min-height: 800px;
  width: 100%;
  background-image: url(images/contact-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#contact-page-text {
	height:150px;
	margin-bottom: 10px;
	position: relative;
	font-size: 26px;
  text-align: right;
}
#send-us-a-message h2 {
  padding: 150px 4% 50px 4%;
}
#contact-page-address h2 {
  padding: 0 4%;
}
#contact-form-bg {
	min-height:500px;
  height: 100%;
}
#contact-form {
  padding: 50px 4% 0 4%;
}
.wpcf7 input, 
.wpcf7 textarea{
  width: 100%;
  padding:12px;
  color:#8e8e8e;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height: 20px;
  border: solid 1px #9f9f9f; 
  box-shadow: inset 2px 2px 8px #bababa;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wpcf7 .wpcf7-list-item{
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
.wpcf7 .wpcf7-list-item input{
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.wpcf7 select{
  outline: none;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
}
.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
  background: #fff2f2;
  outline: none;
}
.wpcf7 input.wpcf7-submit{
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  width: 50%;
  max-width: 300px;
  display: block;
  text-align: center !important;
  border: none;
  position: relative;
  color: #fff;
  text-shadow: 1px -2px 0px black;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  /* Gradient background */
  background-color: #bf0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf0000), to(#9b0000));  
  background:  -moz-linear-gradient(top, #bf0000, #9b0000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf0000', endColorstr='#9b0000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf0000, endColorstr=#9b0000)&quot;;
  /* Drop Shadow */
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
/* On hover */
.wpcf7 input.wpcf7-submit:hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#9b0000), to(#bf0000));  
  background:  -moz-linear-gradient(top, #9b0000, #bf0000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b0000', endColorstr='#bf0000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#9b0000, endColorstr=#bf0000)&quot;; 
}
/* On click */
.wpcf7 input.wpcf7-submit:active{
  top: 1px;
  color: #d8c6e2;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#9b0000), to(#bf0000));  
  background:  -moz-linear-gradient(top, #9b0000, #bf0000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b0000', endColorstr='#bf0000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#9b0000, endColorstr=#bf0000)&quot;; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
  border:none;
  background-color:#f4ae46;
  margin:0;
  padding:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7 .wpcf7-mail-sent-ok{
  border:none;
  background-color:#7ad33f;
  margin:0;
  padding:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wpcf7 .wpcf7-mail-sent-ng{
  border:none;
  background-color:#cf2d38;
  margin:0;
  padding:20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
}
.wpcf7 span.wpcf7-not-valid-tip{
  border:none;
  background-color:#cf2d38;
  padding:10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius:10px;
  width: 180px;
  color: white;
  /* Drop shadow */
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.wpcf7-form .fleft{
  float: left;
}
.wpcf7-form .mright20{
  margin-right: 20px;
}
.wpcf7-form .mright40{
  margin-right: 40px;
}
.wpcf7-form .clear{
  clear: both;
}
/* CONTACT PAGE END */
/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}
/* Media queries!
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
#top-header h2 {
  font-size: 16px;
}
#contact-page-text {
	font-size: 20px;
}
h1#title a {
	font-size: 34px;
}
#truck-line-up h2#truck-line-up-text {
  top:20px;
  left:5%;
  font-size: 24px;
}
#truck-line-up h2#truck-line-up-text2 {
  top:430px;
  left:0;
  font-size: 20px;
}
#freeway-lights h2#freeway-lights-text {
  left:10%;
  font-size: 24px;
}
span#suit-your-needs {
  font-size: 36px;
}
span#call-out-service {
  font-size: 36px;
}
span#knowledge-and-service {
  font-size: 28px;
}
#freeway-lights h2#freeway-lights-text {
	left:6%;
}
} /* END media screen and (max-width:1400px) */

@media screen and (max-width: 1024px) {
body {
  font-size: 16px;
}
#main-feature-image h2#semi-trailer-hire-companies, #truck-line-up h2#truck-line-up-text, #truck-line-up h2#truck-line-up-text2, #freeway-lights h2#freeway-lights-text {
	top: 30px;
	left:5%;
	font-size: 26px !important;
}
#truck-line-up h2#truck-line-up-text {
	font-size: 22px !important;
}
#truck-line-up h2#truck-line-up-text2 {
  top:430px;
  left:0;
  font-size: 20px !important;
}
#freeway-lights h2#freeway-lights-text {
	font-size: 20px !important;
}
span#semi-trailer-hire-companies-bottom-line, span#suit-your-needs, span#call-out-service, span#knowledge-and-service {
	text-transform: uppercase;
	font-size: 30px;
}
#about-us-content, #whats-new-content, #social-media-section, #social-media-red {
  min-height:400px;
  height:100%;
}
#about-us-content h2 {
  font-size: 30px;
  margin: 40px 4% 40px 8%;
}
#second-row-images {
  min-height:530px;
  height:100%;
}
footer {
  min-height:540px;
  height: 100%;
}
nav#nav {
  display: none;
}
#frame-top {
  z-index: 100;
}
#about-us-page-image {
	background-position: 0 0;
}
#about-us-text2 {
	background-color: #ebebeb;
}
#about-us-text1 p, #about-us-text2 p {
  padding: 40px 3.5% 10px 3.3%;
  font-size: 16px;
}
#about-us-page-heading h2 {
	font-size: 24px;
}
#about-us-text3 h2 {
	font-size: 24px;
	padding: 40px 0 10px 3.5%;
}
#contact-page-text {
  margin: 0 0 10px 0;
  font-size: 24px;
}
#about-us-text3 p {
	font-size: 18px;
	padding: 10px 0 10px 3.5%;
}
#about-us-text3 ul li, #about-us-text4 ul li {
	padding: 0px 7% 0 3.5%;
	font-size: 16px;
}
#about-us-text3 {
	padding-bottom: 20px;
}
#about-us-text4 {
	margin: 10px 0 30px 0;
}
footer #find-us {
  height:400px;
}
footer #address-section-bg, footer .d4 {
  height: 400px;
}
#contact-form-bg {
	margin-right: 0 !important
}
#contact-form {
	padding: 0 4% 0 4%;
}
/* Slick Nav Mobile Menu Start */
#mobile-menu {
  display:block;
}
.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.menu-opener {
  cursor: pointer;
  height: 64px;
  position: absolute;
  top: 45%;
  left: 51%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 64px;
  background: #bf0000;
  z-index: 110
}
.menu-opener:hover, .menu-opener.active {
  background: #bf0000;
}
.menu-opener-inner {
  background: #fff;
  height: .5rem;
  margin-left: .75rem;
  margin-top: 1.75rem;
  width: 2.5rem;
}
.menu-opener-inner::before, .menu-opener-inner::after {
  background: white;
  content: '';
  display: block;
  height: .5rem;
  width: 2.5rem;
}
.menu-opener-inner::before {
  -webkit-transform: translateY(-0.75rem);
  -ms-transform: translateY(-0.75rem);
  transform: translateY(-0.75rem);
}
.menu-opener-inner::after {
  -webkit-transform: translateY(0.25rem);
  -ms-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
}
.menu-opener-inner.active {
  background: transparent;
}
.menu-opener-inner.active::before {
  -webkit-transform: translateY(0rem) rotate(-45deg);
  -ms-transform: translateY(0rem) rotate(-45deg);
  transform: translateY(0rem) rotate(-45deg);
}
.menu-opener-inner.active::after {
  -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
}
.menu {
  background: #bf0000;
  color: transparent;
  height: 64px;
  position: absolute;
  top: 45%;
  left: 51%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0rem;
  z-index: 105;
}
.menu.active {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.menu-link li {
  display:none;
}
.menu.active .menu-link li {
  color: white;
  display: block;
}
.menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  list-style-type: none;
  margin: 0;
  margin-left: 2rem;
  padding: 0;
}
.menu-link {
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 100;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
.menu-link li {
  margin: auto;
}
.menu {
  height: auto;
}
.menu-inner {
  display: block;
}
.menu-link {
  padding: 10px 0;
  font-size: 1.2em;
}
.menu.active {
  width: 40%;
}
/* Slick Nav Mobile Menu END */
} /* END media screen and (max-width:1024px) */
 @media screen and (max-width: 768px) {
body {
  font-size: 15px;
}
#main-feature-image {
	max-height: 500px;
	min-height: 500px;
}
#truck-line-up {}
#top-header .d2 {
	display: none;
}
#main-feature-image h2#semi-trailer-hire-companies {
	font-size: 20px !important;
	position: relative;
	left:0;
}
span#semi-trailer-hire-companies-bottom-line {
	font-size: 22px;
}
#truck-line-up h2#truck-line-up-text2 {
  font-size: 18px;
  position: relative;
  left:0;
  top:0;
  margin: 370px 0 20px 0;
}
span#knowledge-and-service {
  font-size: 22px !important;
}
#truck-line-up h2#truck-line-up-text {
  left:0;
  font-size: 24px;
  position: relative;
}
#freeway-lights {
  height: 420px;
}
#freeway-lights h2#freeway-lights-text {
	position: relative;
	top:0;
	left:0;
}
.menu.active {
  width: -webkit-calc(100% - 15rem);
  width: calc(100% - 15rem);
}
#testimonials-right {
  z-index: 1000000;
  height: 300px;
}
#about-us-content-left-left {
  min-height: 200px;
    background-color: #FFF;
}
#about-us-content-left-right {
  min-height: 200px;
  background-color: #ebebeb;
}
#about-us-content-left-right p {
  padding: 50px 8% 40px 8%;
}
#frame-left, #frame-right {
  display: none;
}
#frame-top {
  position: relative;
}
#main-content {
  margin: 0 0 0 0;
}
#our-customers-content {
  display: none;
}
#our-customers-content-mobile {
  display: block;
}
#social-media-icons {
  max-width: 320px;
  margin: 150px auto;
  text-align: center;
}
#facebook-icon, #google-icon, #twitter-icon, #instagram-icon {
  display:inline-block;
  width:74px;
}
#contact-page-text {
  position: relative;
  font-size: 20px;
  text-align: left;
  height:100%;
  padding: 20px 0 1% 0;
}
#contact-page-text h2 {
  padding: 0px 4% 0px 4%;
}
#contact-page-address {
	padding-top: 30px;
}
footer {
  margin-left: 0 !important;
}
footer #find-us {
  background-size: 30%;
  background-position: center 180px;
  height:230px;
}
footer #find-us h2#find-us-heading {
  padding-top: 80px;
}
footer #address-section {
  margin: 60px auto;
}
footer #address-section-bg, footer .d4 {
  height: 320px;
}
footer #address-section-bg h2, footer #opening-hours-section h2, footer #opening-hours-section h3, footer #opening-hours-section p {
  text-align: center;
}
footer #map {
  background-size: 50%;
  height: 400px;
}
footer #opening-hours-section h2 {
  padding: 100px 0 0 0;
  font-size: 26px;
}
footer #opening-hours-section h3 {
  padding: 0 0 0 0;
  font-size: 26px;
}
footer #opening-hours-section p {
  padding-left: 0%;
  font-size: 24px;
}
#bottom-footer {
  text-align: center;
}
#egeekmedia-section {
	display: none;
}
.row {
  max-width: 100%;
}
.menu-opener {
  left: 5%;
}
.menu {
  left: 5%;
}
#about-us-page-image {
	background-size: 120%;
	height: 100%;
	padding-bottom: 45%;
}
#about-us-page-image h2 {
	padding-top: 20px;
	font-size: 40px;
}
#contact-us-bg {
	min-height: 850px;
}
} /* END media screen and (max-width:768px) */
 @media screen and (max-width: 480px) {
.menu.active {
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
}
h1#title {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: 30px 0 0 70px;
}
h1#title a {
  font-size: 32px;
}
#main-feature-image h2#semi-trailer-hire-companies {
	font-size: 19px !important;
	left:0;
}
span#semi-trailer-hire-companies-bottom-line {
	font-size: 19px;
}
#truck-line-up h2#truck-line-up-text2 {
  font-size: 17px !important;
}
#freeway-lights h2#freeway-lights-text {
  top:10px;
}
#about-us-content h2 {
	font-size: 24px;
}
span#knowledge-and-service {
  font-size: 20px !important;
}
#connect-with-us-image {
	height: 300px;
}
#social-media-section, #social-media-section {
	min-height: 300px !important;
}
.cd-testimonials-wrapper {
  width: 100%;
  padding: 50px 5% 50px 5%;
}
footer #address-section {
  margin: 60px auto;
}
footer #address1 {
	background-position: 7% !important;
}
footer #phone-number {
	background-position: 7% !important;
}
footer #email {
	background-position: 7% !important;
}
footer #address-section-bg {
  height: 250px;
}
footer .d4 {
  height: 350px;
}
footer #map {
  background-size: 80%;
  height: 400px;
}
footer #map a {
	padding: 100px 0 0 12%;
	background-position: 5% 103px;
}
#bottom-footer {
  font-size: 9px;
}
#about-us-page-image {
	background-size: 160%;
	height: 100%;
	padding-bottom: 65%;
	background-position: -60px 0
}
} /* END media screen and (max-width:480px) */
