@import url("nice-select.css");
@import url("nice-select.css");
@import url("jquery-ui.css");
@import url("lightslider.css");

* {
	box-sizing: border-box;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;	
}

img {
    max-width: 100%;
    height: auto;
}

#navbutton
{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: url(../Images/NavIcon.svg) no-repeat center center;
	background-size: cover;	
	display: none;
}

#navbutton span
{
	display: none;	
}

/* standard shell template */

html, body 
{
	margin: 0;
	padding:0;
	border:0;
	text-size-adjust: none;
}

body
{		
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: #FFF;		
	text-align: center;	
	line-height: 18px;
	color: #000;
	text-size-adjust: none;
}

.clear{
	clear:both;
	overflow: hidden;
	display: none;
	height: 0px;			
}

/* redefine */
form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

a 
{
	color: #302C2D;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;	
}

textarea
{
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #666;
}

img{
	border: 0;	
}

#map_canvas
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.bluegrad
{
    
    background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eaa',GradientType=0 ); /* IE6-9 */
}

.redgrad
{
    
    background: #e72d38; /* Old browsers */
    background: -moz-linear-gradient(top, #e72d38 0%, #c4262f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e72d38 0%,#c4262f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e72d38 0%,#c4262f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72d38', endColorstr='#c4262f',GradientType=0 ); /* IE6-9 */
}

/* construct */
#wrapper 
{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
    text-align:  left;
}

.mobile
{
    display: none;
}

.desktop
{
    display: block;
}

#tophead
{
    float: left;
    width: 100%;
    background: #ececec;
    height: 28px;
    border-bottom: 1px solid #dbdbdb;
}

#topheadinner
{
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}
.greyloc
{
    float: left;
    padding-left: 20px;
    height: 18px;
    margin-top: 5px;
    background: url("../Images/Location.svg") no-repeat center left;
    color: #666;
    font-size: 13px;
    font-weight: 200;
}

.greynav
{
    float: right;
    padding: 0px;
    margin: 0px;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
}

.greynav li
{
    float: left;
    padding: 0px 12px;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    border-left: 1px solid #777;
    list-style-type: none;
    display: inline;
}

.greynav li:first-of-type
{
    border-left: 0px;
}

.greynav li a
{
    float: left;
    width: 100%;
    color: #666;
    text-align:  center;
}

#header
{
    float: left;
    width: 100%;
    background: #FFF;
    min-height: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headerinner
{
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}

#logo
{
    float: left;
    width: 30%;
    height: 125px;
    background: url("../Images/Logo.svg") no-repeat center center;
    background-size: contain;
}

#logo span
{
    display: none;
}

#headerright
{
    float: right;
    height: 125px;
    width: 70%;
    margin-top: 10px;
}

.addressbox
{
	float: left;
	width: 33%;	
	text-align: center;
	margin-top: 0px;
	padding-left: 20px;
}

.addressname
{
	float: left;
	width: 100%;	
	font-size: 16px;
    line-height: 20px;
	font-weight: 700;
	color: #e73237;
	text-transform: uppercase;
}

.headaddress
{
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 400;	
	margin-top: 4px;
}

.addtel
{
	float: left;
	width: 100%;
	color: #2a5ca7;	
	font-weight: 700;
	margin-top: 5px;
	font-size: 18px;
}

.opening
{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.headerline
{
    float: left;
    width: 100%;
    padding-left: 30px;
    height: 40px;
    margin-top: 10px;
    text-align:  left;
    font-size: 14px;
    line-height: 20px;
}

.telephone
{
    background: url("../Images/telephone.svg") no-repeat 6px left;
	background-size: 0px 20px;
}

.headerline span
{
	color: #e73237;
	font-weight: bold;
}

.location
{
    background: url("../Images/location_full.svg") no-repeat top left;
	background-size: 20px 20px;
	background-position: 0px 10px;
}

#navigation
{
    float: left;
    width: 100%;
    height: 40px;
    position:  relative;
}

#navinner
{
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}

#navlist
{
    float: left;
    width: 100%;
    height: 40px;
    padding:0px;
    margin: 0px;
	border-right: 1px solid #003d86;
}

#navlist li
{
    float: left;
    height: 40px;
    color: #FFF;
    list-style-type: none;
    display: inline;
	border-right: 1px solid #003d86;
    position:  relative;
}

#navlist li.workshop
{
    float: left;
	margin-left: 40px;
}


#navlist li a
{
    float: left;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    color: #FFF;
    line-height: 40px;
    font-size: 16px;
    text-transform:  uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

#navlist li a:hover
{
    background: #e72d38; /* Old browsers */
    background: -moz-linear-gradient(top, #e72d38 0%, #c4262f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e72d38 0%,#c4262f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e72d38 0%,#c4262f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72d38', endColorstr='#c4262f',GradientType=0 ); /* IE6-9 */
    text-decoration:  none;
}

.subnav
{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 200px;
    z-index: 10000;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #003d86;
    display: none;
}

.subnav li
{
    float: left;
    width: 100%;
    border-right: 0px;
}

#navlist li:hover .subnav
{
    display: block;
}



#java
{
    float: left;
    width: 100%;
    height: 50vh;
	min-height: 540px;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.javaslider
{
	float: left;
    width: 100%;
    height: 50vh;
	min-height: 540px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.javaslider li
{
	float: left;
	width: 100%;
	height: 50vh;
	min-height: 540px;
	position: relative;	
}

.javainner
{
    width: 90%;
    max-width: 1400px;
    margin:  0px auto;
	position: relative;
}

.slidetext
{
    float: left;
    /* width: 100%; */
    /* max-width: 700px; */
    margin-top: 60px;
}

.slidetextxmas
{
    float: left;
    /* width: 100%; */
    /* max-width: 700px; */
    margin-top: 20px;
}

.bankhol
{
	position: absolute;
	top: 240px;
	right: 0px;	
	z-index: 5000;
	color: #FFF;
	font-size: 34px;
	line-height: 40px;
	max-width: 460px;
	text-align: center;
}

.slidetitle
{
    float: left;
    background: url("../Images/shellBlueBG.png") repeat center center;
    background-blend-mode: screen;
    padding: 10px 20px;
    color: #FFF;
}

.slidetitletwo
{
    float: left;
	width: 60%;
    background: url("../Images/shellBlueBG.png") repeat center center;
    background-blend-mode: screen;
    padding: 10px 20px;
    color: #FFF;
}

.slidebold
{
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.slideboldnotice
{
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.slidenorm
{
    float: left;
    color: #FFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: 200;
}

.redbox
{
    float: left;
    padding: 5px 20px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.redboxlarge
{
    float: left;
    padding: 5px 20px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
}

.javaadblue
{
    float: left;
    padding: 5px 20px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

.javasale
{
    float: left;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;
}

.offertop
{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
}

.offertext
{
	float: left;
	width: 100%;
	font-size: 100px;
	line-height: 96px;
	font-weight: bold;
	text-align: center;
}

.offerbot
{
	float: left;
	width: 100%;
	font-size: 30px;
	text-align: center;
	padding-bottom: 10px;
}

.newofferbot
{
	float: left;
	width: 100%;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 600px)
{
	.javasale
{
    float: left;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;
}

.offertop
{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.offertext
{
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}

.offerbot
{
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}
	
	.newofferbot
{
	float: left;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}
}



.javaessential
{
    float: left;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}

.javaessential strong
{
	font-size: 22px; 
	line-height: 26px;
}

.javaline
{
	float: Left;
	width: 100%;
}

.white
{
    float: left;
    width: 100%;
    background: #FFF;
	position: relative;
	z-index: 1000;
}

.grey
{
   float: left;
    width: 100%;
    background: #fafafa; 
}

.contentinner
{
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}

.quickhome
{
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(99,99,99,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(99,99,99,1);
	box-shadow: 0px 0px 16px 0px rgba(99,99,99,1);
}

.quickhome .quickhead
{
    float: left;
    width: 100%;
    text-transform:  uppercase;
    color: #FFF;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    padding-left: 3%;
    padding-right: 1%;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.quickhome .quickhead strong
{
    font-size: 16px;
}

.quickbody
{
    float: left;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #f0f0f0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}


.quickinputbox
{
    float: left;
    width: 20%;
    padding: 0px 1%;
}

.formlabel
{
	float: left;
	width: 100%;
	font-size: 11px;
	color: #666;	
}

.quickinputboxtwo
{
    float: left;
    width: 54%;
    padding: 0px 1%;
}

.quickinputsub
{
    float: left;
    width: 19%;
    padding: 0px 1%;
}

.quickinput
{
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #FFF;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}

.quickselect
{
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #FFF;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}

.quicksubmit
{
    float: left;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0px;
    height: 30px;
    color: #FFF;
    text-transform:  uppercase;
    font-weight: 700;
}

.boxshadow
{
    float: left;
    width: 100%;
    height: 13px;
    background: url("../Images/shellBoxShadow_03.gif") no-repeat center center;
    background-size: 100% 100%;
}

#hotbox
{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.hotboxcol
{
    float: left;
    width: 33.333%;
    padding: 0px 1%;
}

.hotboxcol a
{
    float: left;
    width: 100%;
}

.hotboxcol a .hotimage
{
    float: left;
    width: 100%;
    padding-bottom: 55%;
}

.bluetext
{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    padding-left: 14px;
    font-weight: 600;
    font-size: 18px;
}

.greybar
{
    float: left;
    width: 100%;
    height: 50px;
    background: url(../Images/shellBoxShadow_03.gif) no-repeat bottom center #f6f6f6;
    background-size: 100% 13px;
    color: #005ac5;
    line-height: 37px;
    font-weight: 700;
    text-align:  center;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 13px;
}

.cathotbox
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.catcol
{
    float: left;
    width: 25%;
    padding: 0px 1%;
}

.catcol a
{
    float: Left;
    width: 100%;
}

.catpic
{
    float: left;
    width: 100%;
    padding-bottom: 60%;
}

.catname
{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.catlink
{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #dfdfdf;
    height: 40px;
}

.catprice
{
    float: left;
    width: 60%;
    line-height: 38px;
    font-size: 13px;
    color: #666;
    padding-left: 14px;
    height: 38px;
}

.cataction
{
    float: left;
    width: 40%;
    text-align:  center;
    color: #FFF;
    font-weight: 600;
    height: 38px;
    line-height: 40px;
    text-transform: uppercase;
}

.hire
{
    float: left;
    width: 100%;
}

.hirecol
{
    float: left;
    width: 33.333%;
    padding: 0px 1%;
    margin-top: 30px;
}

.hirebox
{
    float: left;
    width: 100%;
    border: 1px solid #eeeeee;
}

.hirename
{
    float: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
}

.hireimage
{
    float: left;
    width: 100%;
    padding-bottom: 60%;
    line-height: 0px;
}

.hireinfo
{
    float: left;
    width: 100%;
}

.hireinfo div
{
    
    float: left;
    width: 25%;
	margin-left: 0%;
    height: 54px;
    font-size: 11px;
    padding-left: 39px;
    padding-top: 13px;
    border-bottom: 1px solid #eeeeee;
}

.availableicon
{
   background: url(../Images/Available.svg) no-repeat center left; 
   background-position: 10px 10px;
   background-size: 25px 25px;
   line-height: 14px;
   padding-top: 7px;
   padding-bottom: 7px;
}

.manual
{
   background: url(../Images/Drive.svg) no-repeat center left; 
   background-position: 10px 10px;
   line-height: 14px;
   padding-top: 7px;
   padding-bottom: 7px;
   background-size: 25px 25px;
   background-position: 10px center;
}

.seats
{    
    background: url(../Images/Persons.svg) no-repeat center left; 
	background-position: 10px 10px;
    line-height: 14px;
   padding-top: 7px;
   padding-bottom: 7px;
	background-size: 25px 25px;
	 background-position: 10px center;
}

.capacity
{
    background: url(../Images/Capacity.svg) no-repeat center left; 
	background-position: 10px 10px;
    line-height: 28px;
	background-size: 25px 25px;
	 background-position: 10px center;
}

.hireline
{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eeeeee;
}

.hireleft
{
    float: left;
    width: 70%;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 400;
}

.vehgallery
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.galimgouter
{
	float: left;
	width: 33.333%;
	padding: 1%;
}

.vehgalleryimg
{
	float: left;
	width: 100%;
	padding-bottom: 60%;
}

.vehgalleryimg img
{
	float: left;
	width: 100%;
	border: 0px;
}

.hireleft.smalltxt
{
	font-size: 14px;	
}

.hireprice
{
    float: left;
    width: 30%;
    height: 48px;
    background: #55eb6a;
    color: #FFF;
    text-align:  center;
    line-height: 48px;
    font-size: 18px;
}

.hirered
{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;  
    color: #df2c37;
}

.hireadblue
{
    float: left;
    width: 100%;
    height: 31px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600; 
    background: #275ba7;
    color: #FFF;
    border-top: 1px solid #EFEFEF;
}

.hireaction
{
    float: left;
    width: 100%;
    height: 48px;
    padding: 5px 10px;
    color: #FFF;
    text-align:  center;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
}

.hireaction:hover{
    text-decoration: none;
    background: green;
}

.hirelink
{
    float: left;
    width: 100%;
    height: 48px;
}

.moreinfo
{
    float: left;
    width: 50%;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    text-align:  center;
    font-weight: 600;
    font-size: 13px;
    text-transform:  uppercase;
}

.booknow
{
    float: left;
    width: 50%;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    text-align:  center;
    font-weight: 600;
    font-size: 13px;
    text-transform:  uppercase;
}

#service
{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
}

.servcol
{
    float: left;
    width: 33.333%;
    padding: 1%;
}

.servcol a
{
    float: Left;
    width: 100%;
    position: relative;
}

.garage
{
    float: left;
    width: 100%;
    padding-bottom: 90%;
    background: url(../Images/shellFordService_26.jpg) no-repeat center center;
    background-size: cover;
    line-height: 0px;
}

.fiftyheight
{
    float: left;
    width: 100%;
    padding-bottom: 42%;
    line-height: 0px;
}

.flexi
{
    background: url(../Images/shellFlexi_28.jpg) no-repeat center center;
    background-size: cover;
}

.contract
{
    background: url(../Images/shellContract_31.jpg) no-repeat center center;
    background-size: cover;
}

.carsales
{
    float: left;
    width: 100%;
    padding-bottom: 90%;
    line-height: 0px;
    background: url("../Images/shellFocus_03.jpg") no-repeat center center;
    background-size: cover;
}

.linktext
{
    position: absolute;
    width: 60%;
    bottom: 25px;
    left: 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
}

.redmore
{
    position: absolute;
    right: 25px;
    bottom: 25px;
    color: #FFF;
    width: 80px;
    text-align:  center;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.46);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.46);
    font-size: 13px;
    font-weight: 600;
}

.testimonials
{
    float: left;
    width: 100%;
    background: url("../Images/shellTestBG_07.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 20px;
}

.testtitle
{
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align:  center;
}

.testbox
{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.testjava
{
    float: left;
    width: 100%;
}

.testin
{
    float: left;
    width: 100%;
}

.testquote
{
    float: left;
    width: 100%;
    height: 29px;
    background: url("../Images/shellQuotes_03.png") no-repeat center center;
    background-size: contain;
}

.testtext
{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align:  center;
    font-style: italic;
    font-size: 16px;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 24px;
}

.personphoto
{
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 70px;
    text-align:  center;
}

.personname
{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align:  center;
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
}

.lowercolleft
{
    float: left;
    width: 70%;
    padding-right: 2%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.textcont
{
    float: left;
    width: 100%;
    padding: 30px;
    background: #fafafa;
    font-size: 12px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.gradoverlay
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background: url("../Images/shellGradOverlay.png") repeat-x bottom left;
    z-index: 1000;
}

.readmore
{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 80px;
    height: 30px;
    color: #FFF;
    z-index: 2000;
    text-align:  center;
    line-height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lowercolright
{
    float: left;
    width: 30%;
}

.charity
{
    float: left;
    width: 100%;
    line-height: 20px;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    background: url("../Images/shellGuideDogs_03.jpg") no-repeat bottom left;
    padding-bottom: 100px;
}

.bvrla
{
    float: left;;
    width: 100%;
    margin-top: 30px;
    height: 95px;
}

.bluebar
{
    float: left;
    width: 100%;
    background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eab',GradientType=0 ); /* IE6-9 */
    height: 75px;
    color: #FFF;
}

.bluehead
{
    float: left;
    width: 100%;
    background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eab',GradientType=0 ); /* IE6-9 */
    height: 36px;
    color: #FFF;  
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bluehead h2
{
    font-size: 14px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}

.bluebarone
{
    float: left;
    width: 40%;
    line-height: 75px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

.bluebartwo
{
    float: left;
    width: 40%;
    line-height: 75px;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
}

.bluebarthree
{
    float: left;
    width: 20%;
    height: 75px;
}

.contactwhite
{
    float: left;
    width: 100%;
    height: 38px;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 18px;
    text-align:  center;
    line-height: 38px;
    font-weight: 700px;
    font-size: 14px;
    color: #005cc9;
}

.footer
{
    float: left;
    width: 100%;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}


.footertwo
{
    float: left;
    width: 100%;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
	background: #0e1e39;
}

.locationcol
{
    float: Left;
    width: 25%;
    padding: 0px 1%;
}


.footercol
{
    float: Left;
    width: 25%;
    padding: 0px 1%;
}

.footerline
{
    float: left;
    text-transform:  uppercase;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}

.footerline strong
{
	font-size: 14px;
}

.footerlink
{
    line-height: 45px;
    color: #FFF;
    float: left;
    width: 100%;
    font-size: 12px;
    border-top: 1px solid #4083d2;
    text-transform:  uppercase;
}

.footerlinklocation
{
    line-height: 26px;
	padding-left: 10px;
    color: #FFF;
    float: left;
    width: 100%;
    font-size: 11px;
    border-top: 1px solid #4083d2;
    text-transform:  uppercase;
}

.footertext
{
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #4083d2;
    padding-top: 12px;
    text-transform:  capitalize;
}

.footertext a
{
    color: #FFF;
    text-decoration:  none;
    
}

/* Main Template Complete */

/* Booking System Start */

.progress
{
    float: Left;
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #FFF;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
}

.progresscol
{
    float: left;
    width: 25%;
}

.step
{
    float: left;
    width: 100%;
    text-align:  center;
    line-height: 68px;
}

.hirebar
{
    float: left;
    width: 100%;
    background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eab',GradientType=0 ); /* IE6-9 */
    height: 36px;
    color: #FFF;  
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.hireinfobox
{
    float: left;
    width: 100%;
    background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eab',GradientType=0 ); /* IE6-9 */
    color: #FFF;  
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.searchchange
{
	float: left;
    width: 100%;
    background: #000;
    color: #FFF;  
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
	padding: 20px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;  	
	display: none;
}

.hirecoltwo
{
    float: left;
    width: 25%;
    padding: 0px 1%;
	margin: 0px;
}

.hirerightnew
{
	float: right;
	width: 20%;	
}

.hirelabel
{
    float: left;
	width: 100%;
	font-size: 11px;
	color: #FFF;
    font-weight: 400;
	line-height: 16px;
}

.hirevalue
{
    float: left;
	width: 100%;
    font-weight: 200;
    color: #FFF;
    font-size: 13px;
	line-height: 30px;
}

.redchange
{
    float: right;
    color: #FFF;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
    line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 16px;
	border: 0px;
}

.results
{
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
}

.advertvan
{
    float: left;
    width: 100%;
    height: 425px;
    background: url("../Images/vanAdvert.gif") no-repeat center center;
    background-size: cover;
}

.advertvan span
{
    display: none;
}

.advertnew
{
	float: left;
	width: 100%;
	height: 455px;
	background: #CCFF00;	
	display: block;
	padding: 20px;
}

.advertinner
{
	float: left;
	width: 100%;
	height: 100%;
	background: #FFF;	
	padding: 20px;
}

.adverttitle
{
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #333;	
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
}

.advertsmall
{
	float: left;
	width: 100%;
	margin-top: 30px;
	color: #333;	
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	line-height: 28px;
}

.smallred
{
	float: left;
	margin-left: 10%;
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;	
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
}

.carselect
{
    float: Left;
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #FFF;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
    padding: 50px;
}

.carleft
{
    float: left;
    width: 60%;
	padding-left: 30px;
}

.cartitle
{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.carsummary
{
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.caricons
{
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
}

.caricons div
{
    float: left;
    width: 25%;
    font-size: 13px;
    padding-left: 40px;
}

.carright
{
    float: left;
    width: 40%;
}

.carimg
{
    float: left;
	width: 100%;
	background: yellow;
	padding-bottom: 70%;
}

.carimg span
{
	display: none;	
}

.carimg img
{
    float: left;
    width: 100%;
}

.greybox
{
    float: left;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    margin-top: 30px;
    padding: 20px;
}

.outerwhite
{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #e4e4e4;
    padding: 20px;
}

.whitehead
{
    float: left;
    width: 100%;
    color: #005cc8;
    font-size: 16px;
    text-transform:  uppercase;
    font-weight: 600;
}

.innerwhite
{
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}

.extrabox
{
    float: left;
    width: 100%;
}

.extraicon
{
    float: left;
    width: 10%;
}

.extradesc
{
    float: left;
    width: 60%;
}

.extraname
{
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform:  uppercase;
    color: #005cc8;
    font-weight: 600;
    padding-right: 50px;
}

.extratext
{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
    padding-right: 50px;
}

.extraprice
{
    float: left;
    width: 15%;
    font-size: 14px;
    font-weight: 700;
    color: #8cbe28;
}

.extrainput
{
    float: left;
    width: 15%;
}

.inputselect
{
    float: right;
}

.inputselecttwo
{
    float: left;
	width: 100%;
}

.inputselectthree
{
    float: left;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
  background-color: #fff;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
    font-weight: 700;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.margin
{
    margin-top: 30px;
}

.orderbox
{
    float: left;
    width: 100%;
    margin-top: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    padding: 20px;
    font-size: 13px;
}

.ordertop
{
    float: right;
}

.booksummary
{
    float: left;
    line-height: 40px;
}

.booksmall
{
    float: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    padding: 0px 10px;
}

.booksub
{
    float: left;
    font-size: 16px;
    font-weight: 700;
}

.booktotal
{
    float: left;
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #FFF;
    margin-left: 20px;
}

.extracost
{
	float: left;	
}

.booktotaltext
{
    float: left;
    font-size: 14px;
    text-align: left;
    font-weight: 200;
}

.booktotalvalue
{
    float: left;
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
}

.booknowouter
{
    float: right;
    padding: 0px 0px;
}

.orderbook
{
    float: left;
    width: 140px;
    height: 40px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
    font-weight: 600;
}

.orderbottom
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: right;
    border-top: 1px solid #FFF;
    font-size: 11px; 
    font-weight: 200;
    line-height: 14px;
    margin-top: 20px;
}

.padding
{
    float: left;
    width: 100%;
    padding-top: 30px;
}

.summary
{
    float: left;
    width: 100%;
}

.summaryline
{
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.summaryleft
{
    float: left;
    width: 20%;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #005cc8;
    text-transform:  uppercase;
    padding-left: 20px;
}

.summaryright
{
    float: left;
    width: 80%;
    line-height: 60px;
}

.extraline
{
    float: left;
    width: 100%;
}

.extraleft
{
    float: left;
    width: 80%;
}

.extraright
{
    float: left;
    width: 20%;
    font-size: 14px;
    font-weight: 600;
    color: #8cbe28;
    text-align:  right;
    padding-right: 20px;
}

.botborder
{
    border-bottom: 1px solid #d9d9d9;
}

.totalbox
{
    float: left;
    width: 90%;
    height: 70px;
    line-height: 70px;
    color: #FFF;
    font-weight: 600;
    margin-left: 5%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

.totalboxleft
{
    float: left;
    width: 50%;
    text-transform:  uppercase;
}

.totalboxright
{
    float: left;
    width: 50%;
    text-align:  right;
    font-size: 16px;
    font-weight: 700;
}

.detailleft
{
    float: left;
    width: 75%;
    padding-right: 20px;
}

.detailright
{
    float: left;
    width: 25%;
}

.bookingbox
{
	float: left;
	width: 100%;	
}

.bookingfifty
{
	float: left;
	width: 50%;	
	padding-left: 20px;
	padding-right: 20px;
}

#lookup_field
{
	float: left;
	width: 100%;	
}

#idpc_input
{
	float: left;
    height: 38px;
	line-height: 38px;
    width: 500%;
	max-width: 300px;
    background: #FFF;
	color: #000;
    border: 1px solid #e6e6e6;
    padding-left: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#idpc_button
{
	float: left;
    height: 38px;
	line-height: 38px;
    width: 50%;
	color: #FFF;
	max-width: 150px;
    border: 0px;
	margin-left: 12px;
    padding-left: 12px;
	background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eaa',GradientType=0 ); /* IE6-9 */	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#idpc_dropdown
{
	margin-top: 20px;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	font-weight: 700;
	border-radius: 10px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;	
}

.stylesdrop
{
	margin-top: 20px;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	font-weight: 700;
	border-radius: 10px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;	
}

.bookingline
{
	float: left;
	width: 100%;
	padding-bottom: 10px;	
}

.bookinglabel
{
	float: left;
	width: 100%;
	padding-bottom: 8px;
	font-weight: bold;	
}

.datebox
{
	float: left;
	width:50%;
	max-width: 300px;
	padding-right: 20px;	
}

.timebox
{
	float: left;
	width:50%;
	max-width: 150px;	
}

.dateselect {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
    font-weight: 700;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; }

.formbox
{
    float: left;
    width: 100%;
    padding: 0% 10%;
}

.formline
{
    float: left;
    width: 100%;
    padding-bottom: 16px;
    font-size: 11px;
}



.formline label
{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.formline select
{
    float: left;
    width: 100%;
}

.textinput
{
    float: left;
    height: 38px;
	line-height: 38px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e6e6e6;
    padding-left: 12px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}



.checkbox
{
    float: left;
}

.checkboxtext
{
    float: left;
    font-size: 11px;
    padding-left: 10px;
}

.privacy
{
    color: #e72d38;
}

.confirm
{
    float: left;
    padding-left: 20px; padding-right: 20px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align:  center;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
}

.sumbox
{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 0px 20px;
    color: #666;
}

.sumboxline
{
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

.sumboxtop
{
    float: left;
    width: 100%;
    font-weight: 600;
    text-transform:  uppercase;
}

.sumboxbot
{
    float: left;
    width: 100%;
    color: #666;
    font-size: 12px;
}

.greypay
{
    float: left;
    width: 100%;
    background: #646464;
}

.greypayleft
{
    float: left;
    line-height: 46px;
    height: 46px;
    color: #FFF;
    padding-left: 20px;
}

.greypayright
{
    float: right;
    line-height: 46px;
    height: 46px;
    color: #FFF;
    padding-right: 20px;
    font-weight: 700;
    font-size: 16px;
}

.pagehead
{
    float: left;
    width: 100%;
    background: url(../Images/shellAboutBG.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 5%;
    padding-top: 30px;
    padding-bottom: 40px;
	max-height: 300px;
	position: relative;
	z-index: 1;
}

.pageheadsmall
{
    float: left;
    width: 100%;
    background: url(../Images/shellAboutBG.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 5%;
    padding-top: 30px;
    padding-bottom: 40px;
	max-height: 200px;
	position: relative;
	z-index: 1;
}

.pageheadfleet
{
    float: left;
    width: 100%;
    background: url(../Images/shellAboutBG.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 5%;
    padding-top: 0px;
    padding-bottom: 20px;
	max-height: 200px;
	position: relative;
	z-index: 1;
}

.pageheadtwo
{
    float: left;
    width: 100%;
    background: url(../Images/MeetTheTeam.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 5%;
    padding-top: 30px;
    padding-bottom: 40px;
	height: 400px;
	position: relative;
	z-index: 1;
}

.pageheadinnertwo
{
    position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	background-color:rgba(0, 0, 0, 0.5);
}

.pageheadingtwo
{
    float: left;
    width: 50%;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    line-height: 50px;
    text-align:  left;
    color: #FFF;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.47);
    text-transform: uppercase;
	position: relative;
	padding-left: 1%;
	z-index: 2;
}


.pageheadinner
{
    float: left;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
	z-index: 2;
}

.pageheading
{
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    line-height: 34px;
    margin-top: 50px;
    padding-bottom: 50px;
    text-align:  center;
    color: #FFF;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.47);
    text-transform: uppercase;
	position: relative;
	z-index: 2;
}


.pageheadsmall .pageheading
{
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    line-height: 34px;
    margin-top: 20px;
    text-align:  center;
    color: #FFF;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.47);
    text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.infonav
{
    float: left;
    width: 80%;
    padding: 0px;
    margin: 0px;
	position: relative;
	z-index: 2;
}

.infonav li
{
    float: left;
    list-style-type: none;
    display: inline;
    height: 50px;
	background: #272727;
}

.infonav li a
{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    color: #FFF;
    text-align:  center;
    border-right: 1px solid #666;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


.infonav li a:hover,.infonav li.active a
{
    background: #e72d38; /* Old browsers */
    background: -moz-linear-gradient(top, #e72d38 0%, #c4262f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e72d38 0%,#c4262f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e72d38 0%,#c4262f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72d38', endColorstr='#c4262f',GradientType=0 ); /* IE6-9 */
    text-decoration:  none;
}

.infobook
{
    float: right;
    padding: 0px 30px;
    line-height: 50px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.infocontent
{
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}



.infoleft
{
    float: left;
    width: 50%;
    padding: 20px;
}

.infotitle
{
    float: left;
    width: 100%;
    text-transform:  uppercase;
    color: #005cc8;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.newsmore
{
    float: left;
    width: 100%;
    max-width: 120px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    text-transform:  uppercase;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.newsdate
{
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 11px;
    font-style:  italic;
    color: #666;
}

.pagetext
{
    float: left;
    width: 80%;
	margin-left: 10%;
	padding: 30px 0px;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.infotext
{
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.infoline
{
	float: left;
	width: 100%;	
}

.infofifty
{
	float: left;
	width: 50%;	
}

.infotext td
{
	font-weight: 200;	
}


.smalltext
{
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #666;
    font-size: 11px;
    line-height: 14px;
}

.bookvehicle
{
	float: left;
	width: 100%;
	max-width: 200px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;	
}

.inforight
{
    float: right;
    width: 50%;
    line-height: 0px;
    padding-bottom: 30%;
}

.newsright
{
    float: left;
    width: 50%;
    line-height: 0px;
    padding-bottom: 30%;
    background: #CCFF00;
    margin-bottom: 30px;
}

.fleetbox
{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.fleetinfobox
{
    float: left;
    width: 50%;
    height: 30px;
    font-size: 12px;
    padding-left: 60px;
    margin-bottom: 10px;
    line-height: 30px;
}

.loadheight
{
    background: url(../Images/avis-vans-load-height-icon.png) no-repeat center left;
    background-size: contain;
}

.loadwidth
{
    background: url(../Images/avis-vans-load-length-icon.png) no-repeat center left;
    background-size: contain;
}

.payload
{
   background: url(../Images/avis-vans-payload-icon.png) no-repeat center left;
    background-size: contain; 
}

.loadcapacity
{
   background: url(../Images/avis-vans-cubic-capacity-icon.png) no-repeat center left;
    background-size: contain; 
}

.fuel
{
    background: url(../Images/avis-fuel-icon.png) no-repeat center left;
    background-size: contain;
}


.value
{
    float: left;
    width: 47%;
    border: 1px solid #d8d8d8;
    background: #FFF;
    height: 30px;
    color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 11px;
    position:  relative;
}

.spacer
{
    float: left;
    width: 4%;
    height: 30px;
}

.clear
{
 display: none;   
}

.error
{
	float: left;
	width: 80%;
	margin-left: 10%;
	color: #FFF;
	padding-bottom: 20px;
	font-size: 11px;
	display: none;
}

.errorinner
{
	float: left;
	padding: 14px;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #005cc9; /* Old browsers */
	background: -moz-linear-gradient(top, #005cc9 0%, #004eaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eaa',GradientType=0 ); /* IE6-9 */
}

.errorbottom
{
	float: left;
	width: 100%;
	height: 10px;
	background: url(../Images/shellBottomBorder_03.gif) no-repeat bottom left;
}

.businessleft
{
	float: left;
	width: 50%;
	padding-right: 20px;	
}

.businessright
{
	float: left;
	width: 50%;	
}

.businesstoptext
{
	float: left;
	width: 100%;	
	font-size: 24px;
	font-style:italic;
	padding-bottom: 20px;
	line-height: 28px;
	font-weight: 200;
}

.businesstext
{
	float: left;
	width: 100%;
	color: #333;	
}

.benefitlist
{
	float: left;
	width: 100%;	
}

.benefititem
{
	float: left;
	width: 33.333%;	
	font-size: 18px;
	background: url(../Images/shelLTickNew.png) no-repeat top left;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right: 14px;
	padding-top: 10px;
}

.forditem
{
	float: left;
	width: 33.333%;	
	font-size: 18px;
	background: url(../Images/shellFordLogo.png) no-repeat top left;
	padding-left: 60px;
	padding-bottom: 20px;
	padding-right: 14px;
	padding-top: 10px;
}


@media (min-width: 320px) and (max-width: 600px)
{

.javasale
{
    float: left;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    line-height: 22px;
    margin-top: 10px;
}

.mobile
{
    display: block;
}

.desktop
{
    display: none;
}

.hidesmall
{
    display: none;
}

.showsmall
{
    display: block;
}

	
.businessleft
{
	width: 100%;
	padding-right: 0px;	
}

.businessright
{
	width: 100%;	
}

.businesstoptext
{
	float: left;
	width: 100%;	
	font-size: 18px;
	font-style:italic;
	padding-bottom: 20px;
	line-height: 22px;
	font-weight: 200;
}

.benefitlist
{
	float: left;
	width: 100%;	
}

.benefititem
{
	float: left;
	width: 100%;	
	font-size: 18px;
	background: url(../Images/shelLTickNew.png) no-repeat top left;
	padding-left: 60px;
	padding-bottom: 20px;
	padding-right: 14px;
	padding-top: 0px;
}

.forditem
{
	width: 100%;	
}

#navbutton
{
	position: absolute;
	top: 55px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: url(../Images/NavIcon.svg) no-repeat center center;
	background-size: cover;	
	display: block;
}


#topheadinner
{
    padding: 0 10px;
}
.greyloc
{
    font-size: 11px;
}

.greynav
{
    display: none;
}

#header
{
    padding: 0 5%;
	height: 106px;
	border-bottom: 6px solid #295ba7;
}

#logo
{
    float: left;
    width: 75%;
    height: 80px;
	margin-top: 10px;
    background: url("../Images/Logo.svg") no-repeat center left;
    background-size: contain;
}

#headerright
{
    display: none;
}

#navigation
{
    position: absolute;
	top: 125px;
	left: 0px;
	width: 100%;
	height: auto;
	display: none;
	z-index: 2000;
}

#navinner
{
    float: left;
}

#navlist
{
    height: auto;
}

#navlist li
{
    float: left;
    height: 40px;
	width: 100%;
    color: #FFF;
    list-style-type: none;
    display: inline;
}

#java
{
    float: left;
    width: 100%;
    height: 60vh;
	z-index: 1;
	position: relative;
    min-height: 500px;
}

.javaslider
{
	float: left;
    width: 100%;
    height: 60vh;
    min-height: 500px;
}

.javaslider li
{
	float: left;
	width: 100%;
	height: 60vh;
    min-height: 500px;
}

.javainner
{
    float: left;
	width: 80%;
	margin: 0 0 0 5%;
}

.slidetext
{
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-left: 0%;
}

.slidetitle
{
    float: left;
    width: 100%;
    padding: 15px;
    color: #FFF;
}

.slidebold
{
    float: left;
    width: auto;
    color: #FFF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;

}

.slidenorm
{
    float: left;
    color: #FFF;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
     text-transform:  uppercase;
}

.javaadblue
{
    float: left;
    padding: 15px;
    color: #FFF;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}

.redbox
{
    display: block;
    font-size: 16px;
}

.white
{
    float: left;
    width: 100%;
    background: #FFF;
}

.grey
{
   float: left;
    width: 100%;
    background: #fafafa; 
}

.contentinner
{
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
}

.quickhome
{
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.quickhome .quickhead
{
    float: left;
    width: 100%;
    text-transform:  uppercase;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    padding-left: 1%;
    padding-right: 1%;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	text-align: center;
}

.quickhome .quickhead strong
{
    font-size: 24px;
	font-weight: 700;
}

.quickbody
{
    float: left;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #f0f0f0;
}


.quickinputbox
{
    float: left;
    width: 100%;
    padding: 0px 0%;
	padding-bottom: 5%;
}

.quickinputboxtwo
{
    float: left;
    width: 100%;
    padding: 0px 0%;
	padding-bottom: 5%;
}

.quickinputsub
{
    float: left;
    width: 100%;
    padding: 0px 0%;
}

.quickinput
{
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #FFF;
    height: 40px;
	line-height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 20px;
}

.quickselect
{
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #FFF;
    height: 40px;
	line-height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 20px;
}

.quicksubmit
{
    float: left;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0px;
    height: 50px;
	line-height: 50px;
	font-size: 20px;
    color: #FFF;
    text-transform:  uppercase;
    font-weight: 700;
}

#hotbox
{
    float: left;
    width: 100%;
    margin-top: 14px;
}

.hotboxcol
{
    float: left;
    width: 100%;
    padding: 0px 20px 20px 20px;
}

.greybar
{
    float: left;
    width: 100%;
    height: 50px;
    background: url(../Images/shellBoxShadow_03.gif) no-repeat bottom center #f6f6f6;
    background-size: 100% 13px;
    color: #005ac5;
    line-height: 37px;
    font-weight: 700;
    text-align:  center;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 13px;
}

.cathotbox
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.catcol
{
    float: left;
    width: 100%;
    padding: 0px 20px;
	padding-bottom: 20px;
}

.catcol a
{
    float: Left;
    width: 100%;
}

.catpic
{
    float: left;
    width: 100%;
    padding-bottom: 60%;
}

.catname
{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.hire
{
    float: left;
    width: 100%;
}

.hirecol
{
    float: left;
    width: 100%;
    padding: 0px 20px;
    margin-top: 30px;
}

#service
{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
}

.servcol
{
    float: left;
    width: 100%;
    padding: 20px;
}

.carsales
{
    float: left;
    width: 100%;
    padding-bottom: 90%;
    line-height: 0px;
    background: url(../Images/shellFocus_03.jpg) no-repeat center center;
    background-size: cover;
}

.testquote
{
    float: left;
    width: 100%;
    height: 20px;
    background: url("../Images/shellQuotes_03.png") no-repeat center center;
    background-size: contain;
}

.testtext
{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align:  center;
    font-style: italic;
    font-size: 14px;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 20px;
}

.lowercolleft
{
    width: 100%;
    padding-right: 0%;
}

.lowercolright
{
    float: left;
    width: 100%;
	padding: 0 20px 20px 20px;
}

.charity
{
    margin-top: 0px;
}

.bluebar
{
    height: auto;
	padding: 20px;
	text-align: center;
}

.bluebarone
{
    width: 100%;
    line-height: 24px;
}

.bluebartwo
{
    width: 100%;
    line-height: 24px;
}

.bluebarthree
{
    float: left;
    width: 100%;
    height: auto;
}

.footercol
{
    float: Left;
    width: 100%;
    padding: 20px;
}

.footerline
{
    float: left;
    text-transform:  uppercase;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
}

/* Main Template Complete */

/* Booking System Start */

.bluehead
{
    margin-top: 20px;
	width: 90%;
	margin-left: 5%;
}

.progress
{
    float: Left;
    width: 90%;
   	margin-left: 5%;
}

.progresscol
{
    float: left;
    width: 100%;
}

.step
{
    float: left;
    width: 100%;
    text-align:  center;
    line-height: 30px;
}

.hirebar
{
    float: left;
    width: 100%;
    background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eab 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eab 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eab',GradientType=0 ); /* IE6-9 */
    height: 36px;
    color: #FFF;  
    line-height: 36px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.hireinfobox
{
    float: left;
    width: 90%;
	margin-left: 5%;
	padding: 20px;
	line-height: 30px;
}

.searchchange
{
	float: left;
    width: 90%;
	margin-left: 5%;
	padding: 20px;
    background: #000;
    color: #FFF;  
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;  	
	display: none;
}

.hirecoltwo
{
    float: left;
    width: 100%;
    padding: 0px 0%;
	line-height: 30px;
}

.hirerightnew
{
	width: 100%;	
	margin-top: 0px;
	padding-top: 0px;
	line-height: 25px;
}

.hirelabel
{
	float: left;
	line-height: 25px;	
}

.hirevalue
{
    float: left;
    font-weight: 200;
    color: #FFF;
    font-size: 13px;
	line-height: 25px;	
}

.redchange
{
    float: right;
    color: #FFF;
    line-height: 30px;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0px;
}

.results
{
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
}

.advertvan
{
    float: left;
    width: 100%;
    height: 425px;
    background: url("../Images/vanAdvert.jpg") no-repeat center center;
    background-size: cover;
}

.advertvan span
{
    display: none;
}

.carselect
{
    width: 90%;
	margin-left: 5%;
    padding: 30px;
}

.carleft
{
    float: right;
    width: 100%;
	padding-left: 0px;
}

.cartitle
{
    width: 100%;
	margin-top: 20px;
}

.carsummary
{
    width: 100%;
}

.caricons
{
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 14px;
}

.caricons div
{
    float: left;
    width: 50%;
	height: 40px;
	overflow: hidden;
    font-size: 11px;
    padding-left: 40px;
    padding-right: 10px;
}

.carright
{
    float: left;
    width: 100%;
	margin-left: 0%;
}

.carimg
{
    float: left;
}

.carimg img
{
    float: left;
    width: 100%;
}

.greybox
{
    padding: 20px;
}

.outerwhite
{
    padding: 20px;
}

.innerwhite
{
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}

.extrabox
{
    float: left;
    width: 100%;
}

.extraicon
{
    float: left;
    width: 80%;
	display: none;
}

.extradesc
{
    float: left;
    width: 100%;
}

.extraname
{
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform:  uppercase;
    color: #005cc8;
    font-weight: 600;
    padding-right: 50px;
}

.extratext
{
    float: left;
    width: 100%;
	margin-top: 10px;
    font-size: 11px;
	line-height: 15px;
    padding-right: 0px;
}

.extraprice
{
    float: left;
    width: 50%;
    font-size: 14px;
	line-height: 50px;
    font-weight: 700;
    color: #8cbe28;
}

.extrainput
{
    float: left;
    width: 50%;
}

.inputselect
{
    float: right;
}

.margin
{
    margin-top: 30px;
}

.orderbox
{
    float: left;
    width: 90%;
	margin-left: 5%;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    padding: 20px;
    font-size: 13px;
}

.ordertop
{
    float: right;
	width: 100%;
}

.booksummary
{
    float: left;
    line-height: 40px;
}

.booksmall
{
    float: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    padding: 0px 10px;
}

.booksub
{
    float: left;
    font-size: 16px;
    font-weight: 700;
}

.booktotal
{
    float: left;
	width: 100%;
	text-align: right;
    padding: 0px 20px 0px 20px;
    border-left: 0px solid #FFF;
    margin-left: 0px;
}

.booktotaltext
{
    float: left;
    font-size: 14px;
    text-align: right;
    font-weight: 200;
}

.booktotalvalue
{
    float: left;
    padding-left: 20px;
}

.booknowouter
{
    float: left;
	width: 100%;
}

.orderbook
{
    float: right;
    width: 140px;
    height: 40px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
    font-weight: 600;
}

.orderbottom
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: right;
    border-top: 1px solid #FFF;
    font-size: 11px; 
    font-weight: 200;
    line-height: 14px;
    margin-top: 20px;
}

.padding
{
    float: left;
    width: 100%;
    padding-top: 30px;
}

.summary
{
    float: left;
    width: 100%;
}

.summaryline
{
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
	padding-bottom: 12px;
}

.summaryleft
{
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #005cc8;
    text-transform:  uppercase;
    padding-left: 0px;
	padding-top: 10px;
}

.summaryright
{
    float: left;
    width: 100%;
    line-height: 20px;
	padding-top: 0px;
}

.extraline
{
    float: left;
    width: 100%;
	padding-top: 12px;
}

.extraleft
{
    float: left;
    width: 70%;
}

.extraright
{
    float: right;
    width: 30%;
    font-size: 14px;
    font-weight: 600;
    color: #8cbe28;
    text-align:  right;
    padding-right: 0px;
	padding-bottom: 12px;
}

.botborder
{
    border-bottom: 1px solid #d9d9d9;
}

.totalbox
{
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #FFF;
    font-weight: 600;
    margin-left: 0%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
}

.totalboxleft
{
    float: left;
    width: 50%;
    text-transform:  uppercase;
}

.totalboxright
{
    float: left;
    width: 50%;
    text-align:  right;
    font-size: 16px;
    font-weight: 700;
}

.detailleft
{
    float: left;
    width: 100%;
    padding-right: 0px;
}

.detailright
{
    float: left;
    width: 100%;
}

.formbox
{
    float: left;
    width: 100%;
    padding: 0% 00%;
}

.formline
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 11px;
}

.formline label
{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.formrequire
{
	color: red;	
}

.formline select
{
    float: left;
    width: 100%;
}

.textinput
{
    float: left;
    height: 38px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e6e6e6;
    
}

.checkbox
{
    float: left;
	width: 10%;
	display: inline;
}

.checkboxtext
{
    float: left;
	width: 80%;
    font-size: 11px;
    padding-left: 0px;
}

.privacy
{
    color: #e72d38;
}

.confirm
{
    float: left;
    width: 100%;
    max-width: 160px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align:  center;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
}

.sumbox
{
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 0px 20px;
    color: #666;
}

.sumboxline
{
    float: left;
    width: 100%;
    padding-bottom: 12px;
}

.sumboxtop
{
    float: left;
    width: 100%;
    font-weight: 600;
    text-transform:  uppercase;
}

.sumboxbot
{
    float: left;
    width: 100%;
    color: #666;
    font-size: 12px;
}

.greypay
{
    float: left;
    width: 100%;
    background: #646464;
}

.greypayleft
{
    float: left;
    line-height: 46px;
    height: 46px;
    color: #FFF;
    padding-left: 20px;
}

.greypayright
{
    float: right;
    line-height: 46px;
    height: 46px;
    color: #FFF;
    padding-right: 20px;
    font-weight: 700;
    font-size: 16px;
}

.pagehead
{
    float: left;
    width: 100%;
    background: url(../Images/shellAboutBG.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 5%;
    padding-top: 30px;
    padding-bottom: 40px;
}

.pageheadinner
{
    float: left;
    width: 100%;
    height: 50px;
    background: #272727;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}

.pageheading
{
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    line-height: 34px;
    margin-top: 50px;
    padding-bottom: 50px;
    text-align:  center;
    color: #FFF;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.47);
    text-transform: uppercase;
}

.infonav
{
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
	height: 50px;
	overflow: hidden;
}

.infonav li
{
    float: left;
    list-style-type: none;
    display: inline;
    height: 50px;
}

.infonav li a
{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    color: #FFF;
    text-align:  center;
    border-right: 1px solid #666;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


.infonav li a:hover,.infonav li.active a
{
    background: #e72d38; /* Old browsers */
    background: -moz-linear-gradient(top, #e72d38 0%, #c4262f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e72d38 0%,#c4262f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e72d38 0%,#c4262f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72d38', endColorstr='#c4262f',GradientType=0 ); /* IE6-9 */
    text-decoration:  none;
}

.infobook
{
    float: right;
    padding: 0px 30px;
    line-height: 50px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.infocontent
{
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ebebeb;
}

.infoleft
{
    float: left;
    width: 100%;
    padding: 20px;
}

.infotitle
{
    float: left;
    width: 100%;
    text-transform:  uppercase;
    color: #005cc8;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.newsmore
{
    float: left;
    width: 100%;
    max-width: 120px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    text-transform:  uppercase;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.newsdate
{
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 11px;
    font-style:  italic;
    color: #666;
}

.infotext
{
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.infotext td
{
	font-weight: normal;	
}

.smalltext
{
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #666;
    font-size: 11px;
    line-height: 14px;
}

.inforight
{
    float: left;
    width: 100%;
    line-height: 0px;
    padding-bottom: 60%;
    background: #CCFF00;
}

.newsright
{
    float: left;
    width: 100%;
    line-height: 0px;
    padding-bottom: 60%;
    background: #CCFF00;
    margin-bottom: 0px;
}

.fleetbox
{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.fleetinfobox
{
    float: left;
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 10px;
    line-height: 30px;
	font-weight: bold;
}

.loadheight
{
    background: url(../Images/avis-vans-load-height-icon.png) no-repeat center left;
    background-size: contain;
}

.loadwidth
{
    background: url(../Images/avis-vans-load-length-icon.png) no-repeat center left;
    background-size: contain;
}

.payload
{
   background: url(../Images/avis-vans-payload-icon.png) no-repeat center left;
    background-size: contain; 
}

.loadcapacity
{
   background: url(../Images/avis-vans-cubic-capacity-icon.png) no-repeat center left;
    background-size: contain; 
}

.fuel
{
    background: url(../Images/avis-fuel-icon.png) no-repeat center left;
    background-size: contain;
}


.value
{
    float: left;
    width: 47%;
    border: 1px solid #d8d8d8;
    background: #FFF;
    height: 30px;
    color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 11px;
    position:  relative;
}

.spacer
{
    float: left;
    width: 4%;
    height: 30px;
}

.clear
{
 display: none;   
}

.error
{
	float: left;
	width: 100%;
	margin-left: 0%;
	color: #FFF;
	padding-bottom: 20px;
	font-size: 11px;
	display: none;
}

.errorinner
{
	float: left;
	padding: 14px;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #005cc9; /* Old browsers */
	background: -moz-linear-gradient(top, #005cc9 0%, #004eaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eaa',GradientType=0 ); /* IE6-9 */
}

.errorbottom
{
	float: left;
	width: 100%;
	height: 10px;
	background: url(../Images/shellBottomBorder_03.gif) no-repeat bottom left;
}

.bookingfifty
{
	float: left;
	width: 100%;	
	padding: 0px;
}

.datebox
{
	float: left;
	width:100%;
	max-width: 100%;
	padding-right: 0px;	
}

.timebox
{
	float: left;
	width:100%;
	max-width: 100%;
	margin-top: 10px;	
}


	
}

.pricetable
{
	float: left;
	width: 50%;	
	padding: 20px;
}

.pricetable table
{
	float: left;
	width: 100%;
	text-align: center;	
}

	.pricetable table tr
	{
		float: left;
		width: 100%;	
	}
	
	.pricetable table th
	{
		float: left;
		width: 33.333%;
		padding-top: 8px;
		padding-bottom: 8px;
		border-left: 1px solid #FFF;
		background-color: #1a7cef;
		color: #FFF;
	}
	
	.pricetable table td
	{
		float: left;
		width: 33.333%;
		padding-top: 8px;
		padding-bottom: 8px;
		font-weight: normal;	
		background: #f5f5f5;
		border-left: 1px solid #FFF;
	}
	
	.pricetable table tr.odd td
	{	
		float: left;
		width: 33.333%;
		padding-top: 8px;
		padding-bottom: 8px;
		font-weight: normal;	
		background: #fafafa;
		border-left: 1px solid #FFF;
	}
	
	.dicounted
	{
		color: #01D34D;
		font-weight: bold;	
	}

.pricetablethird
{
	float: left;
	width: 33.333%;
}

.privecontainer
{
	float: left;
	width: 33.333%;
	text-align: center;	
}

.pricetop
{
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid #FFF;
	background-color: #1a7cef;
	color: #FFF;
}

.pricebot
{
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;	
	background: #EFEFEF;
	border-left: 1px solid #FFF;
}

.form
{
	float: left;
	width: 100%;
	padding-top: 20px;	
}

.formline
{
	float: left;
	width: 100%;
	padding-bottom: 20px;	
}

.formfifty
{
	float: left;
	width: 50%;
	padding-left: 1.5%;
	padding-right: 1.5%;	
}

.label
{
	float: left;
	width: 100%;	
}

.forminput
{
	float: left;
	width: 100%;	
}

.textareainput
{
	float: left;
    height: 150px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e6e6e6;	
	padding: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #666;
}

.formsubmit
{
	float: left;
	width: 100%;
	max-width: 140px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	text-align: center;	
	padding: 0px;
	border: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 600px)
{

.hireleft.smalltxt
{
	font-size: 12px;	
}

.formline
{
	float: left;
	width: 100%;
	padding-bottom: 00px;	
}

.formfifty
{
	float: left;
	width: 100%;
	padding-bottom: 20px;	
}

.formsubmit
{
	margin-top: 20px;	
}

.infofifty
{
	float: left;
	width: 100%;
	padding-bottom: 20px;	
}
		
}

.vehline
{
	float: left;
	width: 100%;
	padding: 20px;	
}

.vehline a
{
	float: left;
	width: 23%;	
	padding: 5px;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 1% 20px 1%;
}

.vehline a span
{
	float: left;
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #666;	
	height: 24px;
	line-height: 12px;
}

.vehline a:hover, .vehline a.selected
{
	-webkit-box-shadow: 0px 0px 14px 3px rgba(175,203,247,1);
	-moz-box-shadow: 0px 0px 14px 3px rgba(175,203,247,1);
	box-shadow: 0px 0px 14px 3px rgba(175,203,247,1);	
}

.quickinner
{
	float: left;
	width: 100%;
	padding: 20px;	
}

.quickleft
{
	float: left;
	width: 50%;
	padding: 0px 30px 0px 0px;	
}

.quickline
{
	float: left;
	width: 100%;
	padding-top: 0px;	
}

.quickmessage
{
	float: left;
	width: 100%;
	padding-top: 0px;
	font-size: 11px;
	margin-top: 20px;	
}

.quickmessage strong
{
	font-size: 14px;
	color: #e72d38;	
}

.quicktop
{
	float: left;
    width: 100%;
    color: #005cc8;
    font-size: 16px;
    text-transform:  uppercase;
    font-weight: 600;
}

.quickbot
{
	float: left;
	width: 100%;
	padding-top: 10px;		
}

.quickselect
{
	float: left;
	width: 100%;
}

.quickmid
{
	float: left;
	width: 33.333%;
	padding: 0px 20px;		
}

.quickright
{
	float: left;
	width: 50%;
	padding: 0px;	
}

.rentaltotal
{
	font-size: 28px;
	padding-top: 10px;	
	font-weight: 700;
	line-height: 30px;
	color: #e72d38;
	padding-left: 20px;
}

.rentaltotal span
{
	float: left;
	font-weight: 200;
	font-size: 18px;	
}

.rentalday
{
	font-size: 18px;
	color: #000;
	padding-left: 20px;	
}

.quickimage
{
	float: left;
	width: 100%;
	padding-bottom: 60%;
}

#fullprice, #dayprice
{
	float: left;	
	padding: 0px 12px;
}

#dayprice
{
	font-weight: bold;	
}

.quickbook
{
	float: left;
	width: 100%;
	max-width: 200px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 600px)
{
	
.vehline a
{
	float: left;
	width: 48%;	
	padding: 5px;
	border: 1px solid #EFEFEF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 1% 20px 1%;
}

.quickleft
{
	float: left;
	width: 100%;
	padding: 0px;	
}

.quickline
{
	float: left;
	width: 100%;
	padding-top: 0px;	
}

.quicktop
{
	float: left;
    width: 100%;
    color: #005cc8;
    font-size: 16px;
    text-transform:  uppercase;
    font-weight: 600;
}

.quickbot
{
	float: left;
	width: 100%;
	padding-top: 10px;		
}

.quickselect
{
	float: left;
	width: 100%;
}

.quickmid
{
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;		
}

.quickright
{
	float: left;
	width: 100%;
	padding: 0px;	
}

.rentaltotal
{
	font-size: 28px;
	padding-top: 10px;	
	font-weight: 700;
	line-height: 30px;
	color: #e72d38;
	padding-left: 20px;
}

.rentaltotal span
{
	font-weight: 200;
	font-size: 18px;	
}

.rentalday
{
	font-size: 18px;
	color: #000;
	padding-left: 20px;	
}

.quickimage
{
	float: left;
	width: 100%;
	padding-bottom: 60%;
}

#fullprice, #dayprice
{
	float: left;	
	padding-right: 8px;
}

.quickbook
{
	float: left;
	width: 100%;
	max-width: 140px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.rentaltotal
{
	padding-left: 0px;	
}

.rentalday
{
	float: left;
	padding-left: 0px;	
}

#fullprice
{
	padding-left: 0px;
	width: 100%;	
}

#idpc_input
{
	float: left;
    height: 38px;
	line-height: 38px;
    width: 100%;
    background: #FFF;
	color: #000;
    border: 1px solid #e6e6e6;
    padding-left: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#idpc_button
{
	float: right;
    height: 38px;
	line-height: 38px;
    width: 100%;
	color: #FFF;
    border: 0px;
	margin-top: 10px;
	margin-left: 0px;
    padding-left: 12px;
	background: #005cc9; /* Old browsers */
    background: -moz-linear-gradient(top, #005cc9 0%, #004eaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #005cc9 0%,#004eaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #005cc9 0%,#004eaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005cc9', endColorstr='#004eaa',GradientType=0 ); /* IE6-9 */	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#idpc_dropdown
{
	margin-top: 20px;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #d8d8d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
	font-weight: 700;
	border-radius: 10px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;	
}

}

.fulllink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;	
}

.teamcol
{
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

@media (min-width: 320px) and (max-width: 600px)
{
    .teamcol
    {
        float: left;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;	
    }
    
    .lSAction > .lSPrev {
        display: none;
    }
    .lSAction > .lSNext {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 1000px)
{
    .teamcol
    {
        float: left;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;	
    }
	
	.opening
	{
		display: none;
	}

    
    
}

.teamimg
{
	float: left;
	width: 100%;
	padding-bottom: 80%;
	background: #EFEFEF;	
}

.teamname
{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
	text-align: center;
}

.teampos
{
	float: left;
	width: 100%;
	font-size: 13px;
	font-style: italic;	
	text-align: center;
}


#headmid
{
    float: left;
    width: 20%;
    margin-top: 0px;
    padding: 0 0px;
}

.headmidtext
{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    text-align:  center;
}

.headfordlogo
{
    float: left;
    width: 100%;
    height: 100px;
    background: url(/Images/GarageFordLogo2.jpg) no-repeat top center;
    background-size: contain;
	margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 1200px)
{
    #headmid
    {
        display: none;
    }
}

.javaline
{
    float: left;
    width: 100%;
}
.javaline a
{
    color: #FFF;
}

.notice
{
    float: left;
    width: 100%;
    color: #000;
}

#ext1
{
	max-width: 600px;
}

.noticehead
{
    float: Left;
    width: 100%;
	padding-bottom: 40%;
	line-height: 0px;
	background: url(/Images/Covid-19.jpg) no-repeat center center;
	background-size: cover;
}

.noticeformheader
{
    float: Left;
    width: 100%;
	padding-bottom: 30%;
	line-height: 0px;
	background: url(/Images/EnquiryHeaderCovid.jpg) no-repeat center center;
	background-size: cover;
}

.noticetext
{
    float: left;
    width: 100%;
    padding: 30px;
    text-align:  left;
    background: #f2f2f2;
	color: #17365d;
	font-size: 16px;
	line-height: 20px;
}

.covidnotice
{
    float: left;
    width: 100%;
    line-height: 40px;
    text-align:  center;
    color: #FFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    font-weight: bold;
    font-size: 22px;
}

.covidnotice a
{
	color: #FFF;
	text-decoration:  underline;
}

@media (min-width: 320px) and (max-width: 600px)
{
	.noticetext
	{
	float: left;
	padding: 14px;
	font-size: 13px;
	line-height: 14px;
	}
}

.coronabox
{
    float: left;
    width: 100%;
    text-align:  center;
    line-height: 40px;
    color: #FFF;
}

.coronabox a
{
    color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* FOOTER */

.footerfull
{
	float: left;
	width: 100%;
	margin-top: 40px;
}

.bottomtitle
{
	float: left;
	width: 100%;
	padding-bottom: 40px;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-align:  center;
	text-transform:  uppercase;
	
}

.christmas
{
	float: left;
	width: 100%;
	padding-bottom: 140%;
	background: url(/Images/RentalsChristmas.jpg) no-repeat center center;
	background-size: cover;
}

.xmascarou
{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 450px;
	height: 127px;
	background: url(/Images/Hire-Christmas-2023.jpg) no-repeat top left;
	background-size: cover;
	margin-top: 10px;
}

.xmascarou span
{
	display: none;
}

.easter
{
	position: absolute;
	top: 60px;
	right: 0px;
	width: 600px;
	height: 350px;
	padding-bottom: 40px;
	padding-top: 40px;
	color: #FFF;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.60);
	box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.60);
	background: url(/Images/OpenSpring.jpg) no-repeat top center;
	background-size: contain;
	
}

.easter strong
{
	font-size: 30px;
	    text-transform: uppercase;
}

.christmasopening
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;
	height: 211px;
	background: url(/Images/hireopening.png) no-repeat center center;
	background-size: cover;
	margin-top: 20px;
}

.christmasopeningmob
{
	float: left;
	width: 100%;
	height: 200px;
	background: url(/Images/hireopening.png) no-repeat top center;
	background-size: contain;
	margin-top: 20px;
}

.fordlogo
{
	float: left;
	width: 100%;
	max-width: 400px;
	height: 57px;
	background: url(/Images/ford-service-logo.png) no-repeat center center;
	background-size: cover;
	margin-top: 10px;
}

.fordlogo span
{
	display: none;
}

/* FOOTER END */