/*
Theme Name: USave Trucks 2.0
Theme URI: http://www.avatar.co.nz
Description: USave theme by <a href="http://www.avatar.co.nz">Avatar</a>
Version: 1
Author: Avatar
Author URI: http://www.avatar.co.nz
Tags: avatar
*/


* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

body {
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background: #fff;
	margin: 0;
}
.wrapper {
	width: 1140px;
	margin: 0 auto;
}
a img {
	border: none;
}

/* Header
-------------------------------------------------------------- */ 

header {
	width: 100%;
	background: #ffff00;
}
#logo {
	float: left;
	width: 296px;
	height: 78px;
	margin: 20px 0;
}
.phone-number {
	float: right;
	height: 53px;
	color: #000;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.92px;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
}
.phone-number span, .phone-number span a, .phone-number span a:hover {
	color: #f50000;
	font-size: 32px;
	letter-spacing: 0px;
	text-decoration: none;
}

/* Menu
-------------------------------------------------------------- */ 

nav {
	float: right;
	position: relative;
	height: 50px;
}
nav ul {
	float: right;
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}
nav ul li {
	float: left; 
	margin: 0 0 0 22px;
	padding: 0;
	position: relative;
	z-index: 200;
}
nav ul li a {
	display: block; 
	padding: 12px 0 22px 0;
	color: #000;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
nav ul li a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
nav ul li a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	margin: auto;
	background-color: #f02900;
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
nav ul li:hover a::after {
	width: 100%;
}
nav ul ul {
	display: none;
}

/* --------- Drop downs --------- */

nav li ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 200;
	clear: both;
	width: 225px;
	top: 50px;
	margin: 0;
}
nav li.menu-item-381 ul.sub-menu { /* About Us */
	width: 163px;
}
nav li ul.sub-menu:hover {
	display: block;
}
nav li ul.sub-menu li {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}
nav li ul.sub-menu li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	font-weight: normal;
	text-decoration: none;
	background: #444;
}
nav li ul.sub-menu li a::after {
	content: none;
}
nav li ul.sub-menu li a:hover, nav li ul.sub-menu li.active a {
	color: #fff;
	text-decoration: none;
	background: #2b2b2b;
}
nav li ul.sub-menu ul {
	display: none;
	margin-left: 220px; /* ul width */
	top: 0;
}
nav li ul.sub-menu ul li a:hover {
	color: #fff;
}

/* Banner
-------------------------------------------------------------- */ 

#banner {
	position: relative;
	width: 100%;
	height: 545px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.banner1 {background-image: url(images/banner1.jpg);}
.banner2 {background-image: url(images/banner2.jpg);}
.banner3 {background-image: url(images/banner3.jpg);}
.banner4 {background-image: url(images/banner4.jpg);}
.banner5 {background-image: url(images/banner5.jpg);}
.banner6 {background-image: url(images/banner6.jpg);}
.banner7 {background-image: url(images/banner7.jpg);}
.banner8 {background-image: url(images/banner8.jpg);}
#banner .wrapper {
    height: 545px;
    position: relative;
}
#sect-banner {
	display: block;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.sect-banner1 {background-image: url(images/sect-banner1.jpg);}
.sect-banner2 {background-image: url(images/sect-banner2.jpg);}
.sect-banner3 {background-image: url(images/sect-banner3.jpg);}
.sect-banner4 {background-image: url(images/sect-banner4.jpg);}
.sect-banner5 {background-image: url(images/sect-banner5.jpg);}
.sect-banner6 {background-image: url(images/sect-banner6.jpg);}
.sect-banner7 {background-image: url(images/sect-banner7.jpg);}
.sect-banner8 {background-image: url(images/sect-banner8.jpg);}
.sect-banner-auckland-airport {background-image: url(images/sect-banner-auckland-airport.jpg);}
.sect-banner-auckland {background-image: url(images/sect-banner-auckland.jpg);}
.sect-banner-palmerston-north {background-image: url(images/sect-banner-palmerston-north.jpg);}
.sect-banner-christchurch {background-image: url(images/sect-banner-christchurch.jpg);}
.sect-banner-dunedin {background-image: url(images/sect-banner-dunedin.jpg);}

/* Car Slider
-------------------------------------------------------------- */ 

#car-slider {
	float: right;
	width: 750px;
	bottom: -130px;
	right: 0;
	z-index: 20;
	position: absolute;
	text-align: center;
}
#car-slider h2 {
	font-size: 55px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#banner-cta {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: url(images/banner-cta-bg.png);
	padding: 20px 60px;
	margin: 0 0 120px;
}
#banner-cta span {
	background: url(images/banner-cta-arrow.png) no-repeat 0 4px;
	padding-left: 51px;
}
.carousel-container, .carousel-mobile-container {
    overflow: hidden;
    width: 100%;
}
.carousel-mobile-container {
    display: none;
}
#icarousel, #icarousel-mobile {
	width: 280px;
	height: 235px;
	position: relative;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
#icarousel .slide, #icarousel-mobile .slide {
	display: block;
	width: 280px;
	height: 235px;
}
#icarousel .slide img, #icarousel-mobile .slide img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
a.iCarouselNav {
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -38px;
	background: url(images/car-slider/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
	cursor: pointer;
}
a#iCarouselPrev {
	left: -230px;
	background-position: left top;
}
a#iCarouselPrev:hover {
	background-position: left bottom;
}
a#iCarouselNext {
	right: -230px;
	background-position: right top;
}
a#iCarouselNext:hover {
	background-position: right bottom;
}
#iCarousel-timer {
	display: none !important;
}

/* Booking Form
-------------------------------------------------------------- */ 

#booking-form-container {
	float: left;
	width: 340px;
	margin-top: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
	background: #eee;
	z-index: 3;
}
#booking-form-container h3 {
	position: relative;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	width: 100%;
	height: 68px;
	padding: 11px 0;
	margin: 0;
	text-align: center;
	background: url(images/quick-quote-header-bg.gif) no-repeat top center;
}
#booking-iframe-container {
	float: left;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}

/* Home Page
-------------------------------------------------------------- */

#home-content2 #content {
	float: left;
	width: 650px;
}
#home-content2 #content .btn {
	width: 45%;
	max-width: 275px;
	margin: 10px 10px 0 0;
}
section#home-content3 {
	padding: 0;
}
#home-content3 .wrapper {
	background: url(images/call-centre-lady.jpg) no-repeat left bottom;
	padding: 60px 0 60px 210px;
}

/* ------------------- Map ------------------- */

#nz-map {
	width: 405px;
	height: 435px;
	margin: 30px auto;
	background: url(images/nz-map.png) no-repeat;
	position: relative;
}
.home #nz-map {
	float: right;
	width: 405px;
	height: 435px;
	margin: 0;
	background: url(images/nz-map.png) no-repeat;
	position: relative;
}
h2#map-title {
	position: absolute;
	display: none;
	text-align: center;
	line-height: 32px;
	left: 0;
	top: 62px;
	margin: 0;
	z-index: 2;
}
.home h2#map-title {
	display: block;
}
#nz-map .marker {
	position: absolute;
	display: block;
	background-image: url(images/marker.png);
	width: 30px;
	height: 37px;
	z-index: 3;
}
.location-auckland-city {
	left: 195px;
	top: 49px;
}
.location-auckland-airport {
	left: 192px;
	top: 58px;
	z-index: 4;
}
.location-palmerston-north {
	left: 209px;
	top: 172px;
}
.location-christchurch {
	left: 134px;
	top: 276px;
}
.location-dunedin {
	left: 84px;
	top: 350px;
}
.location-label {
	position: absolute;
	display: block;
	background-image: url(images/map-location-bg.png);
	border: 1px solid #e1e1e1;
	padding: 10px 15px 10px 25px;
	z-index: 2;
}
.home .location-label {
	border: none;
}
.location-label a {
	color: #f02900;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
.location-label a:hover {
	color: #f02900;
}
.label-auckland {
	left: 207px;
	top: 39px;
}
.label-palmerston-north {
	right: 181px;
	top: 169px;
	padding: 10px 25px 10px 15px;
}
.label-christchurch {
	left: 148px;
	top: 273px;
}
.label-dunedin {
	left: 99px;
	top: 347px;
}

/* Body
-------------------------------------------------------------- */

section {
	padding: 40px 0;
}
.home section {
	padding: 60px 0;
}
#body, #body-home {
	float: right;
	width: 750px;
}
#body-home {
	margin-top: 30px;
}
h1 {
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
	color: #F50000;
	margin: 1px 0 20px 0;
	padding: 0;
}
h2, .post-title {
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	color: #F50000;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 18px;
	line-height: 1.2;
	margin: 30px 0 0 0;
	font-weight: bold;
}
h3.seo {
	font-size: 16px;
	line-height: 1.2;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	margin: 30px 0 20px 0;
	clear:both;
}
h4 {
	font-size: 16px;
	font-style: normal;
	line-height: 1.3;
	font-weight: bold;
}
p {
	margin: 10px 0 20px;
}
a {
	color: #0181ac;
	text-decoration: none;
}
a:hover {
	color: #0181ac;
	text-decoration: underline;
}
hr {
    clear: both;
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    margin: 30px 0;
}
a.btn {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	padding: 15px 40px;
	margin: 0 10px 10px 0;
	text-decoration: none;
	background: #f02900;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
a.btn:hover {
	color: #fff;
	background-color: #d82500;
	text-decoration: none;
}
a.btn-quote:before {
	font-family: icons;
	content: "\E81F";
	font-weight: normal;
	margin: 0;
	padding: 0 8px 0 0;
	position: relative; 
}
a.btn-video:before {
	font-family: icons;
	content: "\E820";
	font-weight: normal;
	margin: 0;
	padding: 0 8px 0 0;
	position: relative; 
}
#body ul, #body-home ul, #vehicles ul {
	margin: 15px 0;
	padding: 0 0 0 15px;
	list-style: none;
	text-align: left;
}
#body ul li, #body-home ul li, #vehicles ul li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
#vehicles ul li {
	margin: 0 0 1px;
}
#body ul li:before, #body-home ul li:before, #vehicles ul li:before {
	font-family: icons;
	content: "\E81D";
	color: #f50000;
	font-size: 12px;
	display: inline-block;
	margin-left: -20px;
	width: 20px;
	top: -1px;
	position: relative;
}
#body ul.tick, #body-home ul.tick {
	margin: 20px 0;
}
#body ul.tick li, #body-home ul.tick li {
	margin: 8px 0;
}
#body ul.tick li:before, #body-home ul.tick li:before {
	content: "\E81F";
	color: #f50000;
	font-size: 20px;
	margin-left: -30px;
	width: 30px;
	top: 0;
}
div.ddsg-wrapper p {
	display: none;
}
.date {
	color: #999;
}
.blog-post-thumb {
	float: left;
	margin: 5px 30px 0 0;
}
.small-print {
	font-size: 14px;
	font-style: italic;
}
.caption {
	font-size: 14px;
}
a.phone-link {
	color: #333;
	text-decoration: none;
	cursor: default;
}
.left {
	float: left;
	margin: 0 5px 0 0;
}
.right {
	float: right;
	margin: 0 0 0 5px;
}
.seo-links, .seo-links a {
	font-size: 13px;
}
#featured-images {
	float: right;
	width: 200px;
	margin-left: 15px;
}
.feature {
    font-size: 12px;
}
.entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#body .sociable li {
    margin-right: 5px;
}
#body .sociable ul li:before {
    content: none;
    padding: 0;
}
div.navigation {
	clear:both;
	width:100%;
	padding-top:5px;
	margin-top:10px;
	float:left;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 1px 5px !important;
}
div.navigation div.alignleft {
	background:transparent url(images/bullet-left.gif) no-repeat scroll 0% 6px;
	padding: 0 0 0 22px;
	width: 45%;
	margin: 0 5% 0 0;
}
div.navigation div.alignright {
	background:transparent url(images/bullet.gif) no-repeat scroll 100% 6px;
	padding:0 22px 0 0;
	text-align:right;
	margin-right:5px;
	width: 50%;
	margin: 0;
}
.clear-floats, .clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}

/* --------- Vehicles --------- */

#vehicles-container {
	clear: both;
	width: 100%;
	background: #eee;
}
.vehicle-icons-container {
	text-align: center;
}
#body ul.vehicle-icons {
	display: inline-block;
	margin: 15px 0;
	padding: 0;
	list-style: none;
	text-align: left;
	border-radius: 5px;
	background: #eee;
}
#body ul.vehicle-icons li {
	float: left;
	margin: 0;
	padding: 0 20px 0 59px;
	line-height: 50px;
	border-left: 1px solid #fff;
	background-position: 20px 0;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 15px;
}
#body ul.vehicle-icons li.icon-seats {
	border-left: none;
	background-image: url(images/icon-seats.png);
}
#body ul.vehicle-icons li.icon-suitcase {
	padding-left: 56px;
	background-image: url(images/icon-suitcase.png);
}
#body ul.vehicle-icons li.icon-suitcase-sm {
	padding-left: 51px;
	background-image: url(images/icon-suitcase-sm.png);
}
#body ul.vehicle-icons li:before {
	display: none;
}
.vehicle-box-group {
	width: 100%;
	margin-bottom: 30px;
}
.vehicle-box {
	float: left;
	display: inline;
	width: 360px;
	min-height: 395px;
	border: 1px solid #E1E1E1;
	background: #fff;
	padding: 15px;
	margin: 10px 20px 10px 0;
	text-align: center;
}
.first-box  {
	clear: both;
}
.vehicle-box p {
	margin: 0;
}
.vehicle-box h2 {
	margin: 0 0 5px 0;
}
.vehicle-box h4 {
	font-size: 20px;
	margin: 0;
}
.vehicle-box h4 a {
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.bike-racks h4 {
	text-align: center;
	margin: 0 20px 20px 0;
}
.details-box {
	display: none;
	margin-bottom: 15px;
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
}
.show-hide-button {
	color:#0181AC;
	padding: 10px 10px 15px 0;
	margin: 0;
	cursor: pointer;
}
.show-hide-button:before {
	font-family: icons;
	content: "\E806";
	color: #f50000;
	margin: 0;
	padding: 0 8px 0 0; 
	text-decoration: none !important;
	display: inline-block;
}
.vehicle-box-group #special-offers-box + p {
	margin: 0;
}
#special-offers-box .show-hide-button {
	padding: 15px 0 0;
	color:#fff;
	clear: both;
}
#special-offers-box .show-hide-button:before {
	color:#fff;
}
.show-hide-button:hover {
	color: #0181AC;
	text-decoration: underline;
	cursor: pointer;
}
#special-offers-box .show-hide-button:hover {
	color:#ffffff;
}
.price {
	font-size: 18px;
	color: #E42400;
	font-weight: bold;
}
.feature-box {
	float:left;
	display: inline;
	margin: 10px 20px 10px 0;
	padding: 20px 20px 10px 20px;
	width: 360px;
	border: 1px solid #E1E1E1;
}
.feature-box-grey {
	background: #eee;
}
.feature-box h2 {
	margin: 0 0 10px;
	font-size: 23px;
}
.feature-box h3 {
	margin: 10px 0;
	line-height: 20px;
}
.page-id-289 .feature-box h2 { /* Loccation page */
	font-size: 19px;
}
.page-id-289 .feature-box h3 {/* Loccation page */
	font-size: 17px;
}
.feature-box-full {
	float: left;
	display: inline;
	margin: 0 0 20px;
	padding: 20px;
	width: 100%;
	border: 1px solid #E1E1E1;
	background: #eee;
}
.feature-box-full h3 {
	font-size: 18px;
	color: #F50000;
	margin: 0 0 10px 0;
}
.feature-box-full .pic-border-left {
	margin-bottom: 0;
}
.last {
	margin-right:0;
}
.feature-box-full div.item {
	padding: 0 0 0 180px;
}
.feature-box-full em {
	font-weight: bold;
	color: #F50000;
}
.feature-box-full div.relocation  	{background: url(images/specials/relocation.jpg) top left no-repeat;}
.feature-box-full div.drop-side-truck {background: url(images/specials/drop-side-truck.jpg) top left no-repeat;}
.feature-box-full div.luggage-trailer {background: url(images/specials/luggage-trailer.jpg) top left no-repeat;}
.feature-box-full div.box-body-truck  {background: url(images/specials/15m3-boxbody-truck.jpg) top left no-repeat;}
.feature-box-full div.box-body-truck-10-11m3  {background: url(images/specials/10-11m3-box-body-truck.jpg) top left no-repeat;}
.feature-box-full .box-body-truck-20-21m3  {background: url(images/specials/20-21m3-box-body-truck.jpg) top left no-repeat;}
.feature-box-full .box-body-truck-28-30m3  {background: url(images/specials/28-30m3-box-body-truck.jpg) top left no-repeat;}
.feature-box-full div.furniture-trailer {background: url(images/specials/furniture-trailer.jpg) top left no-repeat;}
.feature-box-full div.single-axle-furniture-trailer {background: url(images/specials/single-axle-furniture-trailer.jpg) top left no-repeat;}
.feature-box-full div.peoplemover 	{background: url(images/specials/peoplemover.jpg) top left no-repeat;}
.feature-box-full div.peoplemover-old 	{background: url(images/specials/peoplemover-budget.jpg) top left no-repeat;}
.feature-box-full div.cargo-van 	{background: url(images/specials/cargo-van.jpg) top left no-repeat;}
.feature-box-full div.high-top-cargo-van 	{background: url(images/specials/high-top-cargo-van.jpg) top left no-repeat;}
.feature-box-full div.ten-seater-minibus	{background: url(images/specials/10-seater-minibus.jpg) top left no-repeat;}
.feature-box-full div.twelve-seater-minibus 	{background: url(images/specials/12-seater-minibus.jpg) top left no-repeat;}
.feature-box-full div.double-cab-ute	{background: url(images/specials/double-cab-ute.jpg) top left no-repeat;}
.feature-box-full div.transit-cargo-van	{background: url(images/specials/transit-cargo-van.jpg) top left no-repeat;}
.feature-box-full div.flatdeck-ute {background: url(images/specials/special-offer-furniture-trailers.jpg) top left no-repeat;}

.mini-gallery img {
	display:inline-block;
	margin-right:5px;
	padding:2px;
	border:1px solid #ccc;
}
table.legend {
	position:relative;
}
table.legend img {
	border:none;
}
table.legend span {
	display:none;
}
table.legend a:hover span {
	display:block;
	position:absolute;
	margin-top:-55px;
	color:#000;
	background:#FFFF7F;
	padding:2px;
	border:1px solid #FFFF00;
}
.legend-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px;
}
.legend-table td {
	padding: 2px;
}
.legend-table img {
	float: left;
	margin: 0 5px 0 0;
}
.legend-table span {
	float: left;
	margin: 5px 0 5px 0;
}
.highlight-box {
    background: #eee;;
    border: 1px solid #e1e1e1;
    display: inline;
    float: left;
    margin: 50px 15px 10px 0;
    padding: 20px 20px 10px 20px;
    width: 100%;
}
.highlight-box h2 {
    margin: 0 0 5px;
}

/* ------------------- Feature Page ------------------- */

.feature-banner {
	margin-top: 60px;
}
.feature-banner img {
	width: 100%;
	height: auto;
}
.page-template-custom-feature-page h1 {
    font-size: 60px;
}
.page-template-custom-feature-page h2 {
    font-size: 36px;
}

/* ------------------- FAQ ------------------- */

#body .hrf-entry {
    margin-bottom: 1px !important;
	padding: 10px !important;
	min-height: 50px;
	background: #eee !important;
}
h3.hrf-title {
    font-size: 16px !important;
    color: #333 !important;
    padding: 5px 10px 0 45px !important;
	position: relative !important;
	line-height: 20px !important;
	background: #eee !important;
}
.hrf-title.open-faq span, .hrf-title.close-faq span {
    margin-right: 0 !important;
    margin-left: 0 !important;
    background-color: #f50000 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
.hrf-content {
	color: #333 !important;
	font-size: 16px !important;
	background: #eee !important;
	padding: 0px 10px 0px 45px !important;
}

/* --------- Sidebar --------- */

#sidebar {
	float: left;
	width: 340px;
	margin: 30px 0;
	position: relative;
	top: -260px;
}
#sidebar-home {
	float: left;
	width: 340px;
	margin: 30px 0;
}
#sidebar-vehicles {
	float: left;
	width: 340px;
	margin: -290px 0 15px;
}
#sidebar #booking-form-container {
    margin: 0 0 30px;
}
.page-template-custom-vehicles #sidebar #booking-form-container {
    margin-bottom: 0;
}
#special-offers-box {
	float: left;
	width: 100%;
	padding: 20px;
	background: #f02900;
}
.vehicle-box-group #special-offers-box {
	width: 360px;
	min-height: 395px;
	margin: 10px 20px 10px 0;
}
#special-offers-box h2 {
	color: #fff;
	font-size: 28px;
	line-height: 45px;
	margin: 0;
	padding-left: 40px;
	background: url(images/icon-special-offers.gif) no-repeat;
}
#special-offers-box a, #special-offers-box a:hover {
	color: #fff;
}
#special-offers-box a.item {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px 10px 130px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	border: 1px solid #ef8c77;
	background-position: 15px 0;
}
#special-offers-box a.item:hover {
	border: 1px solid #fff;
	text-decoration: none;
}
#special-offers-box h3, .vehicle-specials h3 {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}
#special-offers-box h3 a {
	text-decoration: none;
}
#special-offers-box h3 a:hover {
	text-decoration: underline;
}
#special-offers-box p {
	margin: 0 0 5px 0;
}
#special-offers-box .relocation  	{background: url(images/specials-box/relocation.gif) top left no-repeat;}
#special-offers-box .drop-side-truck {background: url(images/specials-box/drop-side-truck.gif) top left no-repeat;}
#special-offers-box .luggage-trailer {background: url(images/specials-box/luggage-trailer.gif) top left no-repeat;}
#special-offers-box .box-body-truck  {background: url(images/specials-box/15m3-boxbody-truck.gif) top left no-repeat;}
#special-offers-box .box-body-truck-10-11m3  {background: url(images/specials-box/10-11m3-box-body-truck.gif) top left no-repeat;}
#special-offers-box .box-body-truck-20-21m3  {background: url(images/specials-box/20-21m3-box-body-truck.gif) top left no-repeat;}
#special-offers-box .box-body-truck-28-30m3  {background: url(images/specials-box/28-30m3-box-body-truck.gif) top left no-repeat;}
#special-offers-box .furniture-trailer {background: url(images/specials-box/furniture-trailer.gif) top left no-repeat;}
#special-offers-box .single-axle-furniture-trailer {background: url(images/specials-box/single-axle-furniture-trailer.gif) top left no-repeat;}
#special-offers-box .peoplemover 	{background: url(images/specials-box/peoplemover.gif) top left no-repeat;}
#special-offers-box .peoplemover-old 	{background: url(images/specials-box/peoplemover-budget.gif) top left no-repeat;}
#special-offers-box .cargo-van 	{background: url(images/specials-box/cargo-van.gif) top left no-repeat;}
#special-offers-box .high-top-cargo-van 	{background: url(images/specials-box/high-top-cargo-van.gif) top left no-repeat;}
#special-offers-box .ten-seater-minibus	{background: url(images/specials-box/10-seater-minibus.gif) top left no-repeat;}
#special-offers-box .twelve-seater-minibus	{background: url(images/specials-box/12-seater-minibus.gif) top left no-repeat;}
#special-offers-box .double-cab-ute {background: url(images/specials-box/double-cab-ute.gif) top left no-repeat;}
#special-offers-box .transit-cargo-van {background: url(images/specials-box/transit-cargo-van.gif) top left no-repeat;}
#special-offers-box .flatdeck-ute {background: url(images/specials-box/flatdeck-ute.gif) top left no-repeat;}

#special-offers-box p {
	margin: 0 0 5px 0;
}
#special-offers-box .btn {
	color: #f02900;
	background-color: #fff;
	width: 100%;
	font-size: 18px;
	margin: 20px 0 0;
}
#special-offers-box .btn:hover {
	color: #f02900;
	background-color: #fef4f2;
}

/* ------------------- Side Bar Menu ------------------- */

#side-menu-container {
    float: left;
	display: inline;
	width: 100%;
	margin: 0 0 30px;
	background-color: #E42400;
	border: 1px solid #E1E1E1;
}
#side-menu-container ul.menu {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#side-menu-container ul li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #fff;
}
#side-menu-container ul li:last-child {
	border-bottom: none;
}
#side-menu-container ul li a, #side-menu-container ul li h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	margin: 0;
}
#side-menu-container ul li a:hover {
    text-decoration: none;
	color: #FFFF18;
}
#side-menu-container ul.menu ul {
	background-color: #eee;
}
#side-menu-container a {
    display: block;
}
#side-menu-container ul ul li {
	border-bottom: none;
}
#side-menu-container ul ul a {
	font-size: 14px;
	line-height: 1.2;
	color: #0181AC;
	border-top: 1px solid #fff;
}
#side-menu-container ul ul a:before {
	font-family: icons;
	content: "\E81D";
	color: #f50000;
	font-size: 12px;
	font-weight: normal;
	width: 20px;
	display: inline-block;
	margin: 0 0 0 -20px;
	position: relative;
	top: -1px;
}
#side-menu-container ul ul ul a {
    font-weight: normal;
}
#side-menu-container ul ul {
    margin: 0;
    padding: 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background: #eee;
}
#side-menu-container ul ul a {
    padding: 10px 10px 10px 35px;
}
#side-menu-container ul.menu ul ul a {
	padding: 10px 15px 10px 45px;
}
#side-menu-container ul ul a:hover, #side-menu-container ul ul li.current-menu-item a, #side-menu-container ul ul li.current-cat a, #side-menu-container ul ul li.current-menu-item ul a:hover, #side-menu-container ul ul li.current-cat ul a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #f50000;
	border-top: 1px solid #eee;
}
#side-menu-container ul ul li.current-menu-item ul a, #side-menu-container ul ul li.current-cat ul a {
	color: #0181AC;
	background-color: transparent;
}
#side-menu-container ul ul.sub-menu ul.sub-menu {
    padding: 0 0 0 10px;
}

/* --------- Search --------- */

#search-box {
	float: left;
	width: 100%;
	margin: 0 0 30px;
	background-color: #E42400;
	padding: 10px 15px 15px 15px;
}
#search-box h2 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.search input#searchField {
	float: left;
	display: inline;
	height: 30px;
	width: 270px;
	background: #fff;
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.search input.button {
	float: right;
	display: inline;
	height: 30px;
	width: 30px;
	background: none;
	border: none;
	margin: 0;
	text-indent: -500px;
	overflow: hidden;
	cursor: pointer;
}
input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto 5px auto;
}

.alignright {
    float:right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Footer
-------------------------------------------------------------- */

#footer-container {
	width: 100%;
	background: #363636;
}
#footer {
	color: #fff;
	font-size: 14px;
	padding: 26px 0 40px;
}
#footer h3 {
	font-size: 18;
	line-height: 1.2;
	margin: 0 0 28px;
}
#footer-container p {
	margin: 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#col1, #col2, #col3 {
	float: left;
	width: 40%;
}
#col2, #col3 {
	width: 30%; 
	margin-top: 36px;
}
#col3 {
	float: right;
}
#footer-phone-numbers {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	padding: 29px 0;
}
#footer-phone-numbers a, #footer-phone-numbers a:hover {
	color: #FF0;
	text-decoration: none;
}
#footer .icons a {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-indent: -1000px;
	overflow: hidden;
	opacity: 1;
}
#footer .icons a.facebook {
	background: url(images/icon-facebook.svg);
}
footer .icons a.googleplus {
	background: url(images/icon-googleplus.svg);
}
#footer .icons a.rss {
	background: url(images/icon-rss.svg);
}
#footer .icons a.youtube {
	background: url(images/icon-youtube.svg);
}
#footer .icons a:hover {
	opacity: 0.75;
}
#copyright, #footer-links {
	float: left;
	width: 50%;
}
#footer-bottom {
	width: 100%;
	color: #ccc;
	background: #2b2b2b;
	font-size: 14px;
	padding: 15px 0;
}
#footer-bottom a {
	color: #ccc;
}
#footer-links {
	text-align: right;
}
#footer-links a {
	margin: 0 0 0 15px;
}

/* Mobile Menu
-------------------------------------------------------------- */

#mobile-menu-container, #mobile-menu, #mobile-menu-btn {
	display: none;
}
#mobile-menu-btn {
	clear: right;
	float: right;
	margin: 6px 0;
}
#mobile-menu-btn #mobile-btn {
	display: block;
	float: right;
	color: #000;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	text-align: right;
}
#mobile-menu-btn a#mobile-btn:hover {
	color: #000;
	text-decoration: none;
}
#mobile-menu {
	clear: both;
}
#mobile-menu ul, #mobile-menu ul li {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-menu ul li {
	position: relative;
}
#mobile-menu ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	border-top: 1px solid #333;
	background: #444;
}
#mobile-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #2b2b2b;
}
#mobile-menu ul li ul {
	display: none;
}
#mobile-menu ul li li a {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-transform: none;
	background: #2b2b2b;
}
#mobile-menu ul li li a:hover {
	background: #444;
}
#mobile-menu ul li span {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	cursor: pointer;
	background: url(js/plus-icon.png) no-repeat center center;
}
#mobile-menu ul li span.active {
	background: url(js/minus-icon.png) no-repeat center center;
}

/* Responsive Images
-------------------------------------------------------------- */

.entry-content img,
.comment-content img,
#footer img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, #body img {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	height: auto;
}
#body .youtube {
	display: block;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#body .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Mobile
-------------------------------------------------------------- */

#view-full-site, #view-mobile-site {
	display: none;
}

@media screen and (max-width: 1140px) {
	.wrapper {
		width: 980px;
	}
	nav ul li {
		margin: 0 0 0 18px;
	}
	#car-slider {
		width: 600px;
	}
	#car-slider h2 {
		font-size: 50px;
	}
	a#iCarouselPrev {
		left: -160px;
	}
	a#iCarouselNext {
		right: -160px;
	}
	#body, #body-home {
		float: right;
		width: 590px;
	}
	#home-content2 #content {
		width: 530px;
	}
	#home-content2 #content .btn {
		width: 100%;
	}
	.feature-box {
		margin: 10px 0;
		width: 100%;
	}
	.vehicle-box, .vehicle-box-group #special-offers-box {
		width: 285px;
	}
	.vehicle-box a.btn {
		padding: 15px 25px;
	}
	#body ul.vehicle-icons li {
		border-left: none;
	}
	.page-id-289 .feature-box { /* Loccation page */
		min-height: 1px !important;
	}
}
@media screen and (max-width: 990px) {
	.wrapper {
		width: 90%;
	}
	#banner {
		height: 620px;
	}
	#car-slider {
		bottom: -205px;
	}
	#body, #body-home, #sidebar, #sidebar-home {
		width: 100%;
	}
	#sidebar {
		position: static !important;
	}
	.home section#intro #body-home {
		margin-top: 50px;
	}
	#home-content2 #content {
		width: 100%;
		margin-bottom: 30px;
	}
	.home #nz-map {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	a.phone-link {
		color: #7f98b0;
		cursor: pointer;
	}
	nav {
		display: none
	}
	#mobile-menu-container, #mobile-menu-btn {
		display: block;
	}
	#booking-form-container {
		width: 100%;
	}
	#car-slider {
		float: none;
		clear: both;
		width: 100%;
	}
	#car-slider h2, #car-slider #banner-cta {
		display: none;
	}
	.vehicle-box, .vehicle-box-group #special-offers-box {
		width: 360px;
	}
	.first-box {
		clear: none;
	}
	.search input#searchField {
		width: 85%;
	}
	.page-template-custom-vehicles #sidebar-vehicles, #sidebar #booking-form-container {
		display: none;
	}
	#view-full-site {
		display: inline-block;
	}
	#col1 {
		width: 100%; 
	}
	#col2, #col3 {
		display: none;
	}
}
@media screen and (max-width: 830px) {
	.vehicle-box, .vehicle-box-group #special-offers-box {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 670px) {
	#sect-banner {
		height: 100px;
	}
	#booking-form-container {
		margin-top: 40px;
	}
	.phone-number, #car-slider {
		display: none;
	}
	#banner .wrapper {
		height: auto;
	}
	.carousel-mobile-container {
		display: block;
		clear: both;
		padding-top: 50px;
	}
	#icarousel-mobile {
		width: 320px;
	}
	.carousel-mobile-container a#iCarouselPrev {
		left: 0;
	}
	.carousel-mobile-container a#iCarouselNext {
		right: 0;
	}
	#logo {
		float: none;
		margin: 20px auto;
	}
	#mobile-menu-container {
		clear: both;
		width: 100%;
	}
	#mobile-menu-btn {
		float: none;
		width: 100%;
		margin: 0 auto;
		background: #2b2b2b;
	}
	#mobile-menu-btn #mobile-btn {
		float: none;
		text-align: center;
		color: #fff;
		padding: 15px 0;
	}
	#mobile-menu-btn a#mobile-btn:hover {
		color: #fff;
	}
	#home-content3 .wrapper {
		background: none;
		padding: 60px 0;
	}
	a.btn {
		margin: 5px 10px 5px 0;
	}
	#body ul.vehicle-icons li {
		border-bottom: 1px solid #fff;
		width: 100%;
	}
	#copyright, #footer-links {
		float: left;
		width: 100%;
		text-align: center;
	}
	#footer-links {
		margin-top: 5px;
	}
}
@media screen and (max-width: 500px) {
	#booking-form-container h3 {
		font-size: 24px;
		line-height: 28px;
	}
	h1, .page-template-custom-feature-page h1 {
		font-size: 30px;
		line-height: 1.2;
	}
	h2, .page-template-custom-feature-page h2 {
		font-size: 22px;
		line-height: 1.2;
	}
	h3 {
		font-size: 20px;
	}
	.alignleft, .alignright {
		display: block;
		float: none;
		margin: 5px auto 20px;
	}
	#home-content2 #content .btn {
		max-width: 100%;
		margin-right: 0;
	}
	a.btn {
		padding: 15px 20px;
	}
	#nz-map, .home #nz-map {
		width: 305px;
	}
	.home h2#map-title {
		display: none;
	}
	.label-auckland {
		left: auto;
		right: 98px;
		padding: 10px 25px 10px 15px;
	}
	.label-palmerston-north {
		right: 81px;
	}
	#featured-images {
		display: none;
	}
	.feature-box-full div.item {
		padding: 120px 0 0;
	}
	#footer-phone-numbers {
		font-size: 15px;
	}
}
@media screen and (max-width: 450px) {
	#logo {
		width: 100%;
		max-width: 296px;
		height: auto;
	}
	#logo img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	#booking-iframe-container {
		width: 95%;
	}
	.blog-post-thumb {
		float: left;
		margin: 5px 0 10px;
		width: 100%;
	}
}