@import url("lightslider.css");
@import url("jquery_modal.css");

* {
	box-sizing: border-box;
}

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

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

body
{		
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	background: #244984;;		
	text-align: left;	
	line-height: 23px;
	color: #5f686e;
	text-size-adjust: none;
}

input
{
	font-family: 'Montserrat', sans-serif; 	
}

form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

a 
{
	color: #7a8389;
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;	
}

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

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C2C2C2;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C2C2C2;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #C2C2C2;
}

#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: rgb(47,96,172); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(47,96,172,1) 0%, rgba(36,73,132,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(47,96,172,1) 0%,rgba(36,73,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(47,96,172,1) 0%,rgba(36,73,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f60ac', endColorstr='#244984',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 */
}

#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;	
}

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

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

#topheadinner
{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.greyloc
{
    float: left;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    background: url("../Images/Location.svg") no-repeat center left;
    color: #666;
    font-size: 11px;
    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;
    font-size: 11px;
    text-align:  center;
}

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

.headerinner
{    
    margin: 0px auto;
    width: 100%;
    max-width: 1200px;
}

.logo
{
    float: left;
    width: 25%;
    height: 110px;
}

#header
{
    float: left;
    width: 100%;
    background: #FFF;
    height: 125px;
}

#headerinner
{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

#headmid
{
    float: left;
    width: 50%;
    margin-top: 12px;
}

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

.headfordlogo
{
    float: left;
    width: 100%;
    height: 80px;
    background: url(/Images/GarageFordLogo.png) no-repeat top center;
    background-size: contain;
}

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

#logo span
{
    display: none;
}

#headercenter
{
    float: left;
    width: 50%;
    background: yellow;
}

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

.addressbox
{
	float: right;
	width: 100%;	
	text-align: center;
	margin-top: 10px;
}

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

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

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

.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: 44px;
}

#navinner
{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

#navlist
{
    float: left;
    width: 100%;
    height: 44px;
    padding:0px;
    margin: 0px;
}

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

#navlist li.workshop
{
    float: right;
}


#navlist li a
{
    float: left;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    color: #FFF;
    line-height: 44px;
    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;
}

#navlist li.selected 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;
}

#java
{
    float: left;
    width: 100%;
    height: 510px;
	z-index: 1;
	position: relative;
    background: #f4f4f4;
}

.javaslider
{
	float: left;
    width: 100%;
    height: 510px;
    padding: 0;
    margin: 0px;
}

.javaslider li
{
	float: left;
	width: 100%;
	height: 510px;
	position: relative;	
    list-style-type: none;
    display: inline;
}

.javainner
{
    width: 100%;
    max-width: 1200px;
    margin:  0px auto;
	position: relative;
    height: 510px;
}

.javaone
{
    background: url(/Images/FirstSlide.png) no-repeat center center; background-size: contain;
}

.javatwo
{
    background: url(/Images/VanSlideTwo.png) no-repeat center center; background-size: contain;
}

.usedford
{
    background: url(../Images/JavaOne.jpg) no-repeat center right; background-size: cover;
}

.onetitle
{
    float: left;
    width: 70%;
    margin-left: 15%;
    font-size: 30px;
    line-height: 38px;
    color: #2f60ad;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    text-transform:  uppercase;
}

.twotitle
{
    float: left;
    width: 70%;
    margin-left: 15%;
    font-size: 30px;
    line-height: 38px;
    color: #2f60ad;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
    text-transform:  uppercase;
}

.onesubtitle
{
    float: left;
    width: 90%;
    margin-left: 5%;
    font-size: 20px;
    line-height: 28px;
    color: #2f60ad;
    text-align: center;
    margin-top: 14px;
}
.onesubtitle a
{
   color: #2f60ad; 
   text-decoration: underline;
}

.onesubtitle a:hover
{
    text-decoration: none;
}

.linkone
{
    float: left;
    width: 33.333%;
    height: 510px;
    background: url(/Images/CarouselItems_New_01.jpg) no-repeat top center; background-size: contain;
}

.linktwo
{
    float: left;
    width: 33.333%;
    height: 510px;
    background: url(/Images/CarouselItems_New_02.jpg) no-repeat top center; background-size: contain;
}

.linkthree
{
    float: left;
    width: 33.333%;
    height: 510px;
    background: url(/Images/CarouselItems_New_03.jpg) no-repeat top center; background-size: contain;
}

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

#headmid
{
    display: none;
}

.linkone
{
    display: none;
}

.linktwo
{
    float: left;
    width: 100%;
    height: 510px;
    background: url(/Images/CarouselItems_New_02.jpg) no-repeat top center; background-size: contain;
}

.linkthree
{
    display: none;
}

}

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


.slidetitle
{
    float: left;
    width: 100%;
    margin-top: 50px;
}

.largewhite
{
    float: left;
    width: 100%;
    text-align:  center;
    text-transform:  uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.26);
    color: #FFF;
}

.fordlogo
{
    float: left;
    width: 100%;
    height: 80px;
    background: url(../Images/FordLogo.png) no-repeat center center;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 30px;
}

.redbox
{
    float: left;
    color: #FFF;
    width: 22%;
    font-weight: 700;
    text-align:  center;
    margin-top: 40px;
    line-height: 40px;
    height: 40px;
    text-transform:  uppercase;
    margin-left: 39%;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.26);
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.48); 
    box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.48);
}

.slidetitletwo
{
    float: left;
    background: url("../Images/shellBlueBG.png") repeat center center;
    background-blend-mode: screen;
    padding: 20px;
    color: #FFF;
    margin-top: 70px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.49);
    -webkit-box-shadow: 2px 3px 4px -1px rgba(0,0,0,0.49); 
    box-shadow: 2px 3px 4px -1px rgba(0,0,0,0.49);
    width: auto;
    max-width: 60%;
}

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

.slidetexttwo
{
    float: left;
    width: auto;
    margin-top: 20px;
    background: url("../Images/shellBlueBG.png") repeat center center;
    padding: 16px;
    color: #FFF;
}

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

.slidetwolink a
{
    float: left;
    line-height: 35px;
    padding: 0 20px;
    height: 35px;
    font-weight: 700;
    color: #FFF;
    text-transform:  uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.49);
    -webkit-box-shadow: 2px 3px 4px -1px rgba(0,0,0,0.49); 
box-shadow: 2px 3px 4px -1px rgba(0,0,0,0.49);
}

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

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

.content
{
    float: left;
    width: 100%;
    background: #FFF;
    padding: 20px 0;
    position:  relative;
    z-index: 1000;
}

.contentinner
{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.homeform
{
    float: left;
    width: 80%;
    margin-top: -80px;
    margin-left: 10%;
}

.homeformheader
{
    float: left;
    width: 100%;
    height: 34px;
    font-size: 16px;
    padding-left: 12px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.26);
    font-weight: 600;
    text-transform:  uppercase;
    line-height: 34px;
    letter-spacing: 1px;
}

.homeformbox
{
    float: left;
    width: 100%;
    padding: 0;
    background: #FFF;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.homeformcol
{
    float: left;
    width: 33.333%;
    padding: 0 1.5% 10px 1.5%;
}

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

.homeformrow select
{
    float: left;
    width: 100%;
    line-height: 30px;
    background: #FFF;
    border: 1px solid #CCC;
    height: 30px;
    padding-left: 10px;
}

.homesearch
{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align:  center;
    color: #FFF;
    font-weight: 600;
    text-transform:  uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.26);
    font-size: 14px;
    border: 0;
}

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

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

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

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

.hotboximage
{
    float: left;
    width: 100%;
    padding-bottom: 50%;
}

.hotboxlabel
{
    float: left;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    color: #FFF;
    font-weight: 600;
    text-transform:  uppercase;
    font-size: 15px;
    line-height: 35px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.greybartitle
{
    float: left;
    width: 100%;
    height: 53px;
    line-height: 40px;
    text-align:  center;
    font-size: 18px;
    font-weight: 700;
    color: #2f60ad;
    margin-top: 20px;
    padding-bottom: 13px;
    background: url(../Images/shellBoxShadow_03.gif) no-repeat bottom left #f0f0f0;
    background-size: 100% 13px;
}

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

.catcolheader
{
    float: left;
    width: 100%;
    height: 60px;
    line-height: 40px;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform:  uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5); 
    text-align:  center;
    font-weight: bold;
}

.catcolimage
{
    float: left;
    width: 100%;
    padding-bottom: 60%;
    border: 1px solid #CCC;
	position: relative;
	overflow: hidden;
}

.catcolprice
{
    float: left;
    width:100%;
    text-align:  center;
    border: 1px solid #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

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

.catcolaction a
{
    float: left;
    width: 100%;
    height: 45px;
    color: #FFF;
    text-align:  center;
    background: #2f60ad;
    line-height: 45px;
    text-transform:  uppercase;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}


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

.homevehbox
{
    float: left;
    width: 33.333%;
    padding: 1%;
	min-height: 540px;
}

.vehtitle
{
    float: left;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    line-height: 20px;
    color: #FFF;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 500;
    text-transform:  uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5); 
}

.vehtitle strong
{
    font-weight: 700;
}

.homevehimg
{
    float: left;
    width: 100%;
    padding-bottom: 60%;
    border: 1px solid #CCC;
	position: relative;
	overflow: hidden;
}

.unavailable
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #e62e39;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}


.homevehimg .unavailable
{
	bottom: 0px;
	left: 0px;
	top: auto;
}

.jansale
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 20px;
	background: #e62e39;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

.jansale span
{
	font-weight: bold;
	font-size: 110%;
}

.homevehimg .jansale
{
	bottom: 0px;
	left: 0px;
	top: auto;
}

.blanketunavailable
{
	position: absolute;
	top: 42%;
	left: -20%;
	width: 140%;
	height: 40px;
	line-height: 40px;
	background: #e62e39;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	transform: rotate(-30deg);
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.45); 
box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.45);
}

.homevehdetail
{
    float: left;
    width: 100%;
    padding: 14px 20px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

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

.detailrow
{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #444;
}

.pricerow
{
    float: left;
    width: 100%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
	min-height: 100px;
}

.pricecol
{
    float: left;
    width: 50%;
    padding: 10px 0px 10px 20px;
}

.pricefrom
{
    float: left;
    width: 100%;
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.cashprice
{
    float: left;
    width: 100%;
    color: #444;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

.cashprice span
{
    font-size: 14px;
}

.pricesmall
{
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    color: #2f60ad;
}

.priceblue
{
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #2f60ad;
	text-decoration: line-through;
}

.priceblue span
{
	font-size: 14px;
}

.vehaction
{
    float: left;
    width: 100%;
    border: 1px solid #CCC;
}

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

.homeenquire
{
    float: left;
    width: 100%;
    height: 45px;
    color: #FFF;
    text-align:  center;
    background: #2f60ad;
    line-height: 45px;
    text-transform:  uppercase;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.homemore
{
   float: left;
    width: 100%;
    height: 45px;
    color: #FFF;
    text-align:  center;
    background: #e62e39;
    line-height: 45px;
    text-transform:  uppercase;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5); 
}

.homesold
{
   float: left;
    width: 100%;
    height: 45px;
    color: #666;
    text-align:  center;
    background: #EFEFEF;
    line-height: 45px;
    text-transform:  uppercase;
    font-size: 15px;
    font-weight: 600;
}

.actionright
{
    float: left;
    width: 50%;
    border-left: 1px solid #CCC;
}

.homelisttext
{
    float: left;
    width: 100%;
     font-size: 13px;
    text-align:  center;
    color: #666;
    line-height: 18px;
}

.homebottombox
{
    float: left;
    width: 100%;
    margin-top: 22px;
}

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

.bottomcolbox
{
    float: left;
    width: 100%;
    padding-bottom: 90%;
    position:  relative;
}

.bottomoverlay
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.bottomtitle
{
    position:  absolute;
    left: 20px;
    bottom: 20px;
    width: 80%;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.bottomaction
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align:  center;
    padding: 0 12px;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    color: #FFF;
    text-transform:  uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

.maintaincol
{
    float: left;
    width: 50%;
    padding: 0 1%;
}

.maintainmain
{
    float: left;
    width: 100%;
    background: #f7f7f7;
    position: relative;
}

.maintainleft
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40%;
    height: 100%;
}

.maintainright
{
    float: left;
    width: 60%;
    margin-left: 40%;
    padding: 16px;
    min-height: 180px;
}

.maintaintitle
{
    float: left;
    width: 100%;
    padding-left:0px;
    color: #2f60ad;
    text-transform:  uppercase;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.maintaintext
{
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: #444;
    margin-top: 12px;
}

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

.bottomleft
{
    float: left;
    width: 66.666%;
    padding: 0 1%;
}

.bottomleftinner
{
    float: left;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.bottomlefttitle
{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #666;
}

.bottomlefttext
{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 13px; 
    line-height: 18px;
    color: #333;
}

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

.charitytitle
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
}

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

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

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

.bluegradleft
{
    float: left;
    width: 75%;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding-left: 1%;
}

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

.bluegradright a
{
    float: left;
    width: 100%;
    background: #FFF;
    color: #005cc9;
    text-align:  center;
    line-height: 30px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

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

.footer
{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footerbottom
{
	float: Left;
	width: 100%;
	margin-top: 30px;
}

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

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

.footercoltitle
{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #FFF;
    text-transform:  uppercase;
    font-weight: 600;
    border-bottom: 1px solid #4084d4;
    padding: 10px 0;
}

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

.footerlist a
{
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    border-bottom: 1px solid #4084d4;
    text-transform:  uppercase;
	padding-left: 18px;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.footerlist a:hover
{
	color: #e73237;
}


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

.locationlist a
{
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    border-bottom: 1px solid #224070;
    text-transform:  uppercase;
	padding-left: 18px;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.locationlist a:hover
{
	color: #e73237;
}

.footertext
{
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    border-bottom: 1px solid #4084d4;
    
}

/* SEARCH PAGE */

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

.resultleft
{
    float: left;
    width: 20%;
}

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

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

.formfifty
{
    float: left;
    width: 50%;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

.formfifty input
{
    float: left;
    line-height: 20px;
}

.formfifty label
{
    float: left;
    padding-left: 4px;
     line-height: 20px;
}

.refineform
{
    float: left;
    width: 100%;
    margin-top: 12px;
    background: #f7f7f7;
    padding: 12px;
}

.refinetitle
{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
    padding-bottom: 4px;
}

.droplist
{
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #CCC;
    background: #FFF;
    padding-left: 10px;   
}

.refinecontact
{
    float: left;
    width: 100%;
    margin-top: 14px;
}

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

.refinecontactbot
{
    float: left;
    width: 100%;
    padding: 14px;
}

.refinecontacttitle
{
    float: left;
    width: 100%;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.refinecontacttext
{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #FFF;
    line-height: 18px;
    margin-top: 10px;
}

.refinecontactlink
{
    float: right;
    line-height: 38px;
    height: 40px;
    padding-left: 38px;
    background: url(../Images/Envelope.svg) no-repeat center left #FFF; 
    background-size: contain;
    margin-top: 14px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding-right: 20px;
    border: 1px solid #000;
}

.resultright
{
    float: left;
    width: 80%;
    padding-left: 1%;
}

.resulttop
{
    float: left;
    width: 100%;
    height: 60px;
}

.mottop
{
    float: left;
    width: 33.333%;
    height: 60px;
    border-right: 1px solid #003d86;
}

.owners
{
    float: left;
    width: 25%;
    height: 60px;
    background: url(../Images/OwnersIcon.png) no-repeat center center;
    background-size: contain;
}

.mottext
{
    float: left;
    width: 75%;
    height: 60px;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    color: #FFF;
    font-weight: 600;
    text-transform:  uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5); 
}

.fullservice
{
   float: left;
   width: 33.333%;
   height: 60px;
   border-right: 1px solid #003d86; 
}

.caricon
{
    float: left;
    width: 25%;
    height: 60px;
    background: url(../Images/CarIcon.png) no-repeat center center;
    background-size: contain;  
}

.inspection
{
   float: left;
   width: 33.333%;
   height: 60px;
}

.checkicon
{
    float: left;
    width: 25%;
    height: 60px;
    background: url(../Images/Inspection.png) no-repeat center center;
    background-size: contain;  
}


.resultheading
{
    float: left;
    width: 100%;
    margin-top: 14px;
    height: 36px;
    background: #f7f7f7;
}

.resultheadleft
{
    float: left;
    width: 50%;
    color: #000;
    font-size: 12px;
    padding-left: 2%;
    line-height: 36px;
    font-weight: 700;
}

.resultheadright
{
    float: right;
    height: 36px;
    padding-right: 1%;
    position: relative;
}

.resultheadright label
{
    float: left;
    line-height: 36px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding-right: 13px;
}

.resultheadright select
{
    float: left;
    width: 200px;
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
}

.resultlist
{
    float: left;
    width: 100%;
    position: relative;
}

.vehicle
{
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #CCC;
    position:  relative;
    margin-top: 14px;
}

.vehicle:hover
{
    background: #f3f8ff;
}

.vehicleleft
{
    float: left;
    width: 35%;
}

.vehicleimage
{
    float: left;
    width: 100%;
    padding-bottom: 70%;
    border: 1px solid #CCC;
    background-size: contain;
	position: relative;
	overflow: hidden;
}

.vehiclemid
{
    float: left;
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
}

.vehiclemidname
{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #2f60ad;
    font-weight: 700;
    margin-top: 14px;
}

.vehiclemidsubtext
{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-top: 8px;
    padding-bottom: 6px;
}

.vehiclemidtext
{
    float: left;
    width: 100%;
    margin-top: 14px;
    font-size: 13px;
    line-height: 18px;
}

.vehicleright
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 20%;
    border-left: 1px solid #CCC;
    padding-left: 20px;
}

.vehiclerighttop
{
    float: left;
    width: 100%;
    margin-top: 14px;
}

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

.vehicleinner
{
    float: left;
    width: 100%;
    position:  relative;
}

.searchmsg
{
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #CCC;
    margin-top: 10px;
    background: url(../Images/shellMessageImg.jpg) no-repeat center right #FFF;
    background-size: contain;
}

.searchmsgtitle
{
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #2f60ad;
}

.searchmsgtitle span
{
    color: #e52e39;
}

.searchmsgtext
{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #2f60ad;
    margin-top: 20px;
}

.searchmessagelink
{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding: 0px 20px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform:  uppercase;
}

.detailtop
{
    float: left;
    width: 100%;
    height: 36px;
    background: #f7f7f7;
}

.backtoresults
{
    float: left;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-transform:  uppercase;
    font-weight: 700;
    font-size: 13px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

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

.mainleft
{
    float: left;
    width: 50%;
    padding: 0 1%;
	position: relative;
	overflow-x: hidden;
}

.blanketunavailable
{
	position: absolute;
	top: 30%;
	left: -20%;
	width: 140%;
	height: 40px;
	line-height: 40px;
	background: #e62e39;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	transform: rotate(-30deg);
	font-weight: 600;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.45); 
box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.45);
z-index: 20000
}

#propslider
{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.mainright
{
    float: left;
    width: 50%;
    padding: 0 1%;
}

.maintitle
{
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #2f60ad;
}

.mainsubtitle
{
    float: left;
    width: 100%;
    color: #555;
}

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

.mainitem
{
    float: left;
    width: 33.333%;
    margin-top: 10px;
    line-height: 24px;
    height: 24px;
	overflow: hidden;
    padding-left: 32px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 6px;
}

.vehreg
{
   background: url(../Images/Vehicle_Icon.svg) no-repeat center left; 
}

.vehpaint
{
   background: url(../Images/Paint_Icon.svg) no-repeat center left; 
}

.perform
{
   background: url(../Images/Performance_Icon.svg) no-repeat center left; 
}

.transmission
{
   background: url(../Images/Transmission_Icon.svg) no-repeat center left; 
}

.fuel
{
   background: url(../Images/Fuel_Icon.svg) no-repeat center left; 
}

.dateicon
{
   background: url(../Images/Calendar_Icon.svg) no-repeat center left; 
}

.seating
{
   background: url(../Images/Seat_Icon.svg) no-repeat center left; 
}

.owner
{
   background: url(../Images/Icon_Owner.svg) no-repeat center left; 
}

.service
{
   background: url(../Images/Icon_Service.svg) no-repeat center left; 
}


.aircon
{
   background: url(../Images/AirCon_Icon.svg) no-repeat center left; 
}
.rearcam
{
   background: url(../Images/AirCon_Camera.svg) no-repeat center left; 
}
.towbar
{
   background: url(../Images/AirCon_Towbar.svg) no-repeat center left; 
}

.leather
{
   background: url(../Images/AirCon_Leather.svg) no-repeat center left; 
}

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

.mainpriceleft
{
    float: left;
    width: 50%;
    color: #444444;
}

.mainpricelefttop
{
    float: left;
    width: 100%;
    color: forestgreen;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    margin-top: 20px;
}

.mainpriceleftbot
{
    float: left;
    width: 100%;
    color: forestgreen;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
}

.mainpriceleftbot span
{
    font-size: 26px;
}

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

.mainpriceright
{
    float: left;
    width: 50%;
    border: 1px solid #CCC;
    padding: 20px;
}

.mainpriceblue
{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #2f60ad;
    font-weight: 700;
}

.mainpricelarge
{
    float: left;
    width: 100%;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
     color: #2f60ad;
}

.maintext
{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    margin-top: 20px;
}

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

.financecalc
{
    float: left;
    width: 48%;
    margin: 0 1%;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    text-align:  center;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.vehdesc
{
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 0 1%;
}

.vehdesc strong
{
    font-size: 15px;
}

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

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

.vehcontentcol
{
    float: left;
    width: 50%;
    padding: 5px 1%;
}

.vehcontentleft
{
    float: left;
    width: 50%;
    font-weight: 700;
    color: #333;
    font-size: 14px;
}

.vehcontentright
{
    float: left;
    width: 50%;
    font-size: 14px;
}

.specbox
{
    float: left;
    width: 33.333%;
    padding: 10px 1%;
}

.specboxtop
{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    color: #2f60ac;
    font-weight: 700;
    text-transform:  uppercase;
}

.specboxbot
{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #666;
    font-weight: 500;
}

.fitcol
{
    float: left;
    width: 33.333%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px 1%;
}

.pagehead
{
    float: left;
    width: 100%;
    background: url(../Images/lrg_5d8226917dfa4.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;
}

.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;
}

.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;
}

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

.pagetext strong, .pagetext b
{
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 14px;
    color: #005cc8;
}

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

.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;
}

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

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

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

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


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

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

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

.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;
}

.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;
}

.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;
}

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

.clearfloat
{
    float: none;
    display: inline;
}

#ajaxresults
{
    float: left;
    width: 100%;
    position: relative;
}

#loadingpage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 20000;	
}

#loadingcal
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 20000;	
}

.lds-ring {
  display: inline-block;
  position: absolute;
  top: 30px;
  margin-left: -32px;
  mergin-top: -32px;
  left: 50%;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #2f60ac;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2f60ac transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* SEARCH PAGE FINISH */

#enquiry
{
    width: 100%;
    max-width: 600px;
}

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

.modalheader
{
    float: left;
    width: 100%;
    padding: 20px;
    background: #F1F1F1;
    text-transform:  uppercase;
    font-weight: 700;
}

.modalform
{
    float: left;
    width: 100%;
    padding: 20px 20px 0px 20px;
    position: relative;
}

#modaloverlay
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #FFF;
    text-align:  center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    padding-top: 30px;
    display: none;
}

#loadingtext
{
    float: left;
    width: 100%;
    color: #000;
    margin-top: 100px;
}

#modalformbox
{
    float: left;
    width: 100%;
    position:  relative;
}

.modalrow
{
    float: left;
    width: 100%;
    padding-bottom: 1%;
}

.fiftycol
{
    float: left;
    width: 50%;
    padding: 1%;
}

.fullcol
{
    float: left;
    width: 100%;
    padding: 1%;
}

.inputtext
{
    float: left;
    width: 100%;
    height: 35px;
    padding-left: 12px;
    line-height: 35px;
    border: 1px solid #CCC;
    background: #FFF;
    font-size: 14px;
}

.inputtextarea
{
    float: left;
    width: 100%;
    padding-left: 12px;
    line-height: 35px;
    border: 1px solid #CCC;
    background: #FFF;
    height: 120px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.modalsubmit
{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    text-transform:  uppercase;
    color: #FFF;
    border: 0;
}

.modalfooter
{
    float: left;
    width: 100%;
    padding: 0px;
    text-align:  center;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 20px;
    padding-bottom: 20px;
}

.modalfooter span
{
    color: #e73237;
}

.successmessage
{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #dff0d8;
    border: 1px solid #9ebc91;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #154b18;
    text-align: center;
}

.errormessage
{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #ffeeee;
    border: 1px solid #cc3333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #cc3333;
    text-align: center;
}

@media (min-width: 320px) and (max-width: 600px)
{
    
#navbutton
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(../Images/NavIcon.svg) no-repeat center center;
	background-size: cover;	
	display: block;
}

#navbutton span
{
	display: none;	
}

.catcol
{
    float: left;
    width: 100%;
    padding: 1%;
}


.greyloc
{
    margin-left: 10px;
}

.greynav
{
    display: none;
}

#header
{
    padding: 0 5%;
    height: 90px;
    position:  relative;
    border-bottom: 10px solid #2f60ad;
}

#headerinner
{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

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

#logo span
{
    display: none;
}

#headerright
{
    display: none;
}



.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
{
    position: absolute;
    height: auto;
    top: 108px;
    z-index: 10000;
    display: none;
}

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

#navlist
{
    float: left;
    width: 100%;
    height: auto;
}

#navlist li
{
    width: 100%;
}

#navlist li.workshop
{
    float: right;
}

#java
{
    height: 50vh;
    min-height: 510px;
}

.javaslider
{
    height: 50vh;
    min-height: 510px;
}

.javaslider li
{
	height: 50vh;
    min-height: 510px;
}

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

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


.slidetitle
{
    float: left;
    width: 100%;
    margin-top: 10vh;
}

.largewhite
{
    float: left;
    width: 90%;
    margin-left: 5%;
    font-size: 28px;
    line-height: 30px;
}

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

.redbox
{
    float: left;
    color: #FFF;
    width: 90%;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 5%;
}

.slidetitletwo
{
    float: left;
    width: 90%;
    margin-left: 5%;
    padding: 14px;
    color: #FFF;
    margin-top: 220px;
    font-size: 24px;
    line-height: 28px;
    text-align:  center;
    max-width: 100%;
}

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

.slidetwolink a
{
    float: left;
    width: 90%;
    margin-left: 5%;
    line-height: 35px;
    text-align:  center;
}

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

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

.content
{
    float: left;
    width: 100%;
    background: #FFF;
    padding: 20px 0;
    position:  relative;
    z-index: 1000;
}

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

.homeform
{
    float: left;
    width: 100%;
    margin-top: -80px;
    margin-left: 0%;
}

.homeformheader
{
    text-align:  center;
    padding-left: 0px;
}

.homeformcol
{
    float: left;
    width: 100%;
    padding: 5px 2% 5px 2%;
}

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

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

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

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

.hotboximage
{
    float: left;
    width: 100%;
    padding-bottom: 50%;
}

.hotboxlabel
{
    float: left;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    color: #FFF;
    font-weight: 600;
    text-transform:  uppercase;
    font-size: 15px;
    line-height: 35px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

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

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

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


.homebottombox
{
    float: left;
    width: 100%;
    margin-top: 22px;
}

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

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

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

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

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

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

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

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

.bluegradleft
{
    float: left;
    width: 70%;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    padding-left: 1%;
}

.bluegradright
{
    float: right;
    width: 30%;
}

.footer
{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

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

.footercoltitle
{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #FFF;
    text-transform:  uppercase;
    font-weight: 600;
    border-bottom: 1px solid #4084d4;
    padding: 10px 0;
}

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

.footerlist a
{
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    border-bottom: 1px solid #4084d4;
    text-transform:  uppercase;
	padding-left: 18px;
}

.footertext
{
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    border-bottom: 1px solid #4084d4;
    
}

/* SEARCH PAGE */

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

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

.refineheader
{
    display: none;
}

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

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

.formfifty input
{
    float: left;
    line-height: 20px;
}

.formfifty label
{
    float: left;
    padding-left: 4px;
    line-height: 20px;
}

.refineform
{
    float: left;
    width: 100%;
    margin-top: 0px;
    background: #f7f7f7;
    padding: 10px;
}

.refinetitle
{
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
    padding-bottom: 4px;
}

.droplist
{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCC;
    background: #FFF;
    padding-left: 10px;   
}

.refinecontact
{
    display: none;
}

.resultright
{
    float: left;
    width: 100%;
    padding-left: 0%;
}

.resulttop
{
    float: left;
    width: 100%;
    height: 60px;
    display: none;
}

.resultheadleft
{
    float: left;
    width: 50%;
    color: #000;
    font-size: 12px;
    padding-left: 2%;
    line-height: 36px;
    font-weight: 700;
}

.resultheadright
{
    display: none;
}

.vehicle
{
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #CCC;
    position:  relative;
    margin-top: 14px;
}

.vehicle:hover
{
    background: #f3f8ff;
}

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

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

.vehiclemidname
{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #2f60ad;
    font-weight: 700;
    margin-top: 14px;
}

.vehiclemidsubtext
{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-top: 8px;
    padding-bottom: 6px;
}

.vehiclemidtext
{
    float: left;
    width: 100%;
    margin-top: 14px;
    font-size: 13px;
    line-height: 18px;
}

.vehicleright
{
    float: left;
    width: 100%;
    border-left: 0;
    padding-left: 0px;
    position:  relative;
    border-top: 1px solid #CCC;
    margin-top: 14px;
}

.vehiclerighttop
{
    float: left;
    width: 50%;
    margin-top: 14px;
}

.vehiclerightbot
{
    float: left;
    width: 50%;
    margin-top: 20px;
}

.vehicleinner
{
    float: left;
    width: 100%;
    position:  relative;
}

.searchmsg
{
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #CCC;
    margin-top: 10px;
    background: #FFF;
    background-size: contain;
}

.searchmsgtitle
{
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #2f60ad;
}

.searchmsgtitle span
{
    color: #e52e39;
}

.searchmsgtext
{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #2f60ad;
    margin-top: 20px;
}

.searchmessagelink
{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding: 0px 20px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform:  uppercase;
}

.detailmain
{
    margin-top: 20px;
}

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

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

.maintitle
{
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #2f60ad;
}

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

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

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

.mainpriceleft
{
    float: left;
    width: 100%;
    color: #444444;
}

.mainpricelefttop
{
    float: left;
    width: 100%;
    color: #444;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 10px;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.mainpriceleftbot
{
    float: left;
    width: 100%;
    color: #444;
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
}

.mainpriceleftbot span
{
    font-size: 26px;
}

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

.mainpriceright
{
    float: left;
    width: 100%;
    padding: 10px 0px 0px 0px;
    border: 0px;
}

.maintext
{
    margin-top: 10px;
}

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

.financecalc
{
    overflow: hidden;
}

.vehcontentcol
{
    float: left;
    width: 100%;
    padding: 5px 1%;
}

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

.specboxtop
{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    color: #2f60ac;
    font-weight: 700;
    text-transform:  uppercase;
}

.specboxbot
{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #666;
    font-weight: 500;
}

.fitcol
{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 0px 20px;
}

.pagehead
{
    float: left;
    width: 100%;
    background: url(../Images/lrg_5d8226917dfa4.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;
}

.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;
}

.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: 10px;
    border: 1px solid #ebebeb;
}

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


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

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

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

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

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

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

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


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

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

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

.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;
}

.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;
}

.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;
}

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

.clearfloat
{
    float: none;
    display: inline;
}

#ajaxresults
{
    float: left;
    width: 100%;
    position: relative;
}

#loadingpage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 20000;	
}

#loadingcal
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 20000;	
}

.lds-ring {
  display: inline-block;
  position: absolute;
  top: 30px;
  margin-left: -32px;
  mergin-top: -32px;
  left: 50%;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #2f60ac;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2f60ac transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* SEARCH PAGE FINISH */

#enquiry
{
    width: 90%;
    max-width: 600px;
}

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

.modalheader
{
    float: left;
    width: 100%;
    padding: 20px;
    background: #F1F1F1;
    text-transform:  uppercase;
    font-weight: 700;
}

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

.modalrow
{
    float: left;
    width: 100%;
    padding-bottom: 1%;
}

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

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

.inputtext
{
    float: left;
    width: 100%;
    height: 40px;
    padding-left: 12px;
    line-height: 40px;
    border: 1px solid #CCC;
    background: #FFF;
    font-size: 14px;
}

.inputtextarea
{
    float: left;
    width: 100%;
    padding-left: 12px;
    line-height: 22px;
    border: 1px solid #CCC;
    background: #FFF;
    height: 120px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

.modalsubmit
{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    text-transform:  uppercase;
    color: #FFF;
    border: 0;
}

.modalfooter
{
    float: left;
    width: 100%;
    padding: 0px;
    text-align:  center;
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.modalfooter span
{
    color: #e73237;
    float: left;
    width: 100%;
    text-align:  center;
    font-size: 110%;
    margin-top: 5px;
}

.successmessage
{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #dff0d8;
    border: 1px solid #9ebc91;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #154b18;
    text-align: center;
}

.errormessage
{
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    background: #ffeeee;
    border: 1px solid #cc3333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #cc3333;
    text-align: center;
}
    
}

h2.center
{
    float: left;
    width: 100%;
    text-align:  center;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

h2.center strong
{
    font-size: 24px;
    line-height: 28px;
    text-decoration:  none;
    text-transform:  none;
}

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

.sectionleft
{
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-right: 30px;
}

.sectionleft.left
{
    padding-right: 0px;
    padding-left: 30px;
}

.sectiontitle
{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #2a5ca7;
    padding-bottom: 14px;
}

.sectiontitle strong
{
    font-size: 20px;
    line-height: 26px;
    text-decoration:  none;
    text-transform:  none;
}

.sectiontext
{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

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

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

.desktop
{
    display: block;
}

.mobile
{
    display: none;
}

@media (min-width: 320px) and (max-width: 600px)
{
    .desktop
    {
        display: none;
    }

    .mobile
    {
        display: block;
    }
    
    .javaone
    {
        background: url(/Images/FirstSlideMobile.png) no-repeat center center; background-size: contain;
    }
	
	.javatwo
	{
		background: url(/Images/SlideTwoMob.png) no-repeat center center; background-size: contain;
	}
    
    .usedford
    {
        background: url(../Images/FordUsedSlide.jpg) no-repeat center right; background-size: cover;
    }
    
    .onetitle
    {
        float: left;
        width: 80%;
        margin-left: 10%;
        font-size: 24px;
        line-height: 30px;
        color: #2f60ad;
        text-align: center;
        margin-top: 60px;
        font-weight: 600;
        text-transform:  uppercase;
    }

    .onesubtitle
    {
        float: left;
        width: 80%;
        margin-left: 10%;
        font-size: 16px;
        line-height: 22px;
        color: #2f60ad;
        text-align: center;
        margin-top: 14px;
    }
    .onesubtitle a
    {
       color: #2f60ad; 
       text-decoration: underline;
    }

    .onesubtitle a:hover
    {
        text-decoration: none;
    }
    
    h2.center
    {
        margin-top: 20px;
        font-size: 20px;
        line-height: 24px;
    }
    
    
    .section
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.sectionleft
{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
}

.sectionleft.left
{
    padding-right: 0px;
    padding-left: 0;
}

.sectiontitle
{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #2a5ca7;
    padding-bottom: 14px;
}

.sectiontitle strong
{
    font-size: 20px;
    line-height: 26px;
    text-decoration:  none;
    text-transform:  none;
}

.sectiontext
{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

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

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

.message
{
	float: left;
	width: 100%;
	background: #FFF;
	color: #000;
	font-size: 20px;
	text-align:  center;
	font-weight: 600;
	line-height: 40px;
	
}

.message  a
{
	color: #2f60ac;
	font-weight: bold;
}

.messagecenter
{
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.appointment
{
	float: left;
    width: 75%;
    margin-left: 12.5%;
    font-size: 15px;
    line-height: 20px;
    color: #333;
	font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.appointment a
{
	color: #2f60ac;
	font-weight: bold;
}

.mainnotice
{
	float: left;
	width: 100%;
	border: 1px solid #CCC;
	background: #EFEFEF;
	padding: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align:  center;
	margin-top: 20px;
}

.mainnotice a
{
	font-weight: bold;
}