/* Minification failed. Returning unminified contents.
(1250,1): run-time error CSS1019: Unexpected token, found '}'
*/
@font-face {
font-family: 'SansPro';
src: url(../font/SourceSansPro-Regular.woff);
src: url('../font/SourceSansPro-Regular.ttf?#iefix') format('embedded-opentype'), 
url('../font/SourceSansPro-Regular.woff2') format('woff2'),
url('../font/SourceSansPro-Regular.woff') format('woff'), 
url('../font/SourceSansPro-Regular.ttf') format('truetype'), 
url('../font/SourceSansPro-Regular.ttf#SourceSansPro') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SansProBold';
src: url(../font/SourceSansPro-Bold.woff);
src: url('../font/SourceSansPro-Bold.ttf?#iefix') format('embedded-opentype'), 
url('../font/SourceSansPro-Bold.woff2') format('woff2'),
url('../font/SourceSansPro-Bold.woff') format('woff'), 
url('../font/SourceSansPro-Bold.ttf') format('truetype'), 
url('../font/SourceSansPro-Bold.ttf#SourceSansProBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'SansProSemiBold';
src: url(../font/SourceSansPro-SemiBold.woff);
src: url('../font/SourceSansPro-SemiBold.ttf?#iefix') format('embedded-opentype'), 
url('../font/SourceSansPro-SemiBold.woff2') format('woff2'),
url('../font/SourceSansPro-SemiBold.woff') format('woff'), 
url('../font/SourceSansPro-SemiBold.ttf') format('truetype'), 
url('../font/SourceSansPro-SemiBold.ttf#SourceSansProSemiBold') format('svg');
font-weight: bold;
font-style: normal;
}
body {
margin: 0;
font-family: SansPro;
-webkit-text-size-adjust: 100%; 
}
h1, h2 {
font-size: inherit;
margin: 0;
font-family: SansProBold;
}
.FloatLeft {
float: left;
}
.FloatRight {
float: right;
}
div.Blue {
background-color: #1d7f6c;
}
div.Grey {
background-color: #e6e6e6;
}
div.DarkGrey {
background-color: #666;
}
div.White {
background-color: white;
}
div.Green {
background-color: #70b23d;
}
.FontUppercase {
text-transform: uppercase;
}
.FontBlue {
color: #1d7f6c;
}
.FontGrey {
color: #666;
}
.FontGreen {
color: #70b23d;
}
.hrBlue {
border-bottom: 1px solid #1d7f6c;
width: 105px;
}
.hrWhite {
border-bottom: 1px solid White;
width: 105px;
}
.FontWhite {
color: White;
}
.FontNormal {
font-family: SansPro;
}
.FontBold, b, strong {
font-family: SansProBold;
}
.FontSemiBold {
font-family: SansProSemiBold;
}
.FontRemoveUppercase {
text-transform: none !important;
}
.XXLfont {
font-size: 62px;
}
.XLfont {
font-size: 47px;
}
.Lfont {
font-size: 35px;
}
.MLLfont {
font-size: 32px;
}
.MLfont {
font-size: 28px;
}
.MMLfont {
font-size: 26px;
}
.Mfont {
font-size: 24px;
}
.MSfont {
font-size: 22px;
}
.SMfont {
font-size: 21px;
}
.SMMfont {
font-size: 19px;
}
.Sfont {
font-size: 18px;
}
.VSSfont {
font-size: 14px;
}
.VSfont {
font-size: 13px;
}
.VVSfont {
font-size: 12px;
}
.TextCenter {
text-align: center;
}
.TextLeft {
text-align: left;
}
.TextRight {
text-align: right;
}
.TextUnderline {
text-decoration: underline;
}
a {
text-decoration: underline;
color: inherit;
}
.ButtonGreen, .ButtonShowMore, .ButtonBack {
border: none;
background-color: #70b23d;
padding: 5px 11px 5px 0;
border-radius: 8px;
color: white;
font-size: 14px;
font-family: SansProBold;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
text-align: left;
display: block;
background-image: Url('../Images/Button Arrow.png');
background-repeat: no-repeat;
background-position: right;
background-size: 12px;
border-right: 10px solid #70b23d;
}
.RelativePos {
position: relative;
padding-bottom: 50px;
}
.ButtonBlue {
border: none;
background-color: #1d7f6c;
padding: 15px 25px;
border-radius: 8px;
color: white;
font-size: 16px;
font-family: SansProBold;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
text-align: center;
display: block;
background-image: Url('../Images/Button Arrow.png');
background-repeat: no-repeat;
background-position: right;
background-size: 12px;
border-right: 10px solid #1d7f6c;
text-decoration: none;
width: 50%;
}
.ButtonBlue.BottomPos {
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
bottom: 25px;
}
.ButtonBlue:hover {
background-color: #1b7463;
}
.ButtonShowMore, .ButtonBack {
background-color: #808080;
background-size: 12px;
padding-left: 10px;
padding: 5px 7px 5px 10px;
}
.ButtonShowMore {
border-right: 7px solid #808080;
}
.ButtonBack {
border-left: 7px solid #808080;
background-image: Url('../Images/Button Arrow Left.png');
background-position: left;
padding-left: 20px;
border-right: none;
}
.ButtonShowMore:hover {
border-right: 7px solid #6E6E6E;
}
.ButtonBack:hover {
border-left: 7px solid #6E6E6E;
}
.ButtonShowMore:hover, .ButtonBack:hover {
background-color: #6E6E6E;
cursor: pointer;
}
.btnCloseAlert, .btnClosePopConfirm, .btnContinuePopConfirm {    
width: 120px !important;
margin: 25px auto 0 auto !important;
padding: 5px 0;
height: 44px;
line-height: 32px;
font-size: 20px;
text-align: center;
background-size: 0;
border: none;
background-color: #70b23d;
border-radius: 0;
color: white;
font-family: SansProBold;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
display: block;
outline: none;
}
.btnClosePopConfirm {
background-color: #1d7f6c;
margin-left: 10px !important;
}
.InputError, .InputSuccess {
background-image: url('../Images/Red Cross Input.png');
background-position: right;
background-repeat: no-repeat;
background-size: 30px;
}
.InputSuccess {
background-image: url('../Images/Green Tick Input.png');
}
.ButtonMangify {
display: inline-block;
padding: 12px 0 10px 12px;
line-height: 19px;
vertical-align: top;
font-size: 17px;
background-image: none;
}
.ButtonMangify img {
float: right;
height: 20px;
margin-left: 10px;
}
.BoxShadowLightGrey {
-webkit-box-shadow: 0px 0px 1px 0px #828282;
-moz-box-shadow: 0px 0px 1px 0px #828282;
box-shadow: 0px 0px 1px 0px #828282;
}
.BoxShadowGrey {
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.BoxShadowBlue {
-webkit-box-shadow: 0px 0px 1px 0px #5780C9;
-moz-box-shadow: 0px 0px 1px 0px #5780C9;
box-shadow: 0px 0px 1px 0px #5780C9;
}
.ButtonGreen.Large {
padding: 8px 21px 8px 25px;
font-size: 27px;
text-transform: uppercase;
margin-top: 20px;
background-size: 17px;
}
.ButtonGreen:hover {
background-color: #63A133;
border-color: #63A133;
cursor: pointer;
}
.btnClosePopConfirm:hover {
background-color: #3259A1;
}
.ButtonGreen.Large div {
margin: 10px 0 0 15px;
border-width: 9px 0 9px 14px;
float: none;
display: inline-block;
}
.MobilePadding {
padding-left: 15px;
padding-right: 15px;
}
.Textbox, .Email, .Postcode, .PhoneNumber, .Mileage {
border-radius: 3px;
border: none;
text-transform: uppercase;
padding: 9px 15px;
display: inline-block;
width: 143px;
margin-bottom: 10px;
border: 1px solid #BDBDBD;
color: #525252;
-webkit-box-shadow: 0px 0px 1px 0px #BDBDBD;
-moz-box-shadow: 0px 0px 1px 0px #BDBDBD;
box-shadow: 0px 0px 1px 0px #BDBDBD;
}
.ButtonGrey {
padding: 15px 10px 12px 10px;
border: 2px solid #808080;
border-radius: 7px;
color: #6E6E6E;
width: 200px;
margin: 13px auto 20px auto;
text-align: center;
font-size: 20px;
font-weight: bold;
background-color: white;
cursor: pointer;
}
.ButtonGrey:hover {
background-color: #808080;
color: white;
}
.Error, .AffiliateEnterReg, .Loading, .PopConfirm {
top: 0;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.22);
z-index: 101;
display: none;
position: fixed;
}
.Error > div, .PopConfirm > div, .AffiliateEnterReg > div {
width: 80%;
padding: 20px 20px 20px 20px;
background-color: white;
border: 2px solid #1d7f6c;
margin: 0 auto;
}
.Error .hrBlue, .PopConfirm .hrBlue {
margin-bottom: 15px;
}
.ErrorContent > div, .PopConfirmContent > div, .AffiliateEnterReg > div {
line-height: 32px;
clear: both;
}
.PopConfirmButtonContainer {
width: 254px;
margin: 0 auto;
}
.PopConfirmButtonContainer input {
display: inline-block;
}
.Loading {
background-image: url('../Images/Loading.gif');
background-position: center;
background-repeat: no-repeat;
background-size: 55px;
}
.Hidden {
display: none;
}
.outer {
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.middle {
display: table-cell;
vertical-align: middle;
}
.inner {
margin-left: auto;
margin-right: auto;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label {
margin-right: 30px;
}
input[type="checkbox"] + label span {
display: inline-block;
width: 20px;
height: 20px;
margin: -1px 18px 0 0;
vertical-align: middle;
background: url('../Images/Checkbox unchecked.png') left top no-repeat;
background-size: contain;
cursor: pointer;
}
input[type="checkbox"]:checked + label span {
background: url('../Images/Green Tick.png') left top no-repeat;
background-size: contain;
}
.divScrollUp {
width: 26px;
height: 26px;
position: fixed;
transition: .6s;
bottom: 30px;
right: -60px;
background-color: #9c9c9c;
border: 7px solid #9c9c9c;
border-top-width: 8px;
border-bottom-width: 6px;
border-radius: 2px;
z-index: 5;
opacity: .8;
background-image: url(../images/SpriteSheet.png?v=1);
background-position: -148px -88px;
}
.divScrollUp:hover {
background-color: #878787; 
border-color: #878787;
cursor: pointer;
}
.divScrolledDown {
right: 10px;
}
@media (min-width:420px) {
.Error > div, .PopConfirm > div {
width: 340px;
}
}
@media (min-width:520px) {
.Error > div, .PopConfirm > div {
width: 440px;
}
}   
@media (min-width:950px) {
.ContentColumn {
width: 950px;
margin: 0 auto;
}
.MobilePadding {
padding-left: 0;
padding-right: 0;
}
}
@-webkit-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-ms-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.uil-facebook-css {
background: none;
position: relative;
width: 200px;
height: 200px;
}
.uil-facebook-css > div {
position: absolute;
width: 40px;
height: 120px;
top: 40px;
left: 20px;
background: #63a133;
opacity: 0.6;
-ms-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
-moz-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
-webkit-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
-o-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
}
.uil-facebook-css > div:nth-of-type(2) {
left: 80px;
opacity: 0.8;
-ms-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.uil-facebook-css > div:nth-of-type(3) {
left: 140px;
opacity: 0.9;
-ms-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.divHeader {
height: 80px;
}
.divLogoHeader {
height: 29px;
width: 242px;
margin: 0 auto;
background: url(../images/SpriteSheet.png?v=1) 0 0;
}
.divHeader .ButtonGreen {
display: none;
}
.divHeader .ContentColumn {
padding-top: 27px;
}
.ManageAppointment {
text-decoration: none;
}
@media (min-width:480px) {
.divHeader .ButtonGreen {
display: block;
background-size: 12px;
padding: 5px 20px 5px 10px;
}
.divLogoHeader {
margin: initial;
display: inline-block;
}
}
@font-face {
font-family: 'UKNumberPlateRegular';
src: url(../font/mandator-webfont.eot);
src: url('../font/mandator-webfont.eot?#iefix') format('embedded-opentype'), url('../font/mandator-webfont.woff') format('woff'), url('../font/mandator-webfont.ttf') format('truetype'), url('../font/mandator-webfont.svg#UKNumberPlateRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.divVRMSearchContainer, .divReturningContainer {
width: 100%;
background-color: white;
z-index: 5;
padding: 30px 0;
border-bottom: 8px solid #1d7f6c;
}
.inputVRM, .divVRM {
text-align: center;
text-transform: uppercase;
font-family: UKNumberPlateRegular !important;
outline: none;
padding-left: 30px;
width: 230px;
height: 68px;
line-height: 68px;
border: none;
border-radius: 15px;
font-size: 36px;
border: 4px solid black;
background-size: contain;
background-image: url(../Images/VRM.png);
background-repeat: no-repeat;
display: block;
}
.inputVRM {
margin: 20px auto 0 auto;
padding: 0 0 0 26px !important;
}
.divVRM {
width: 160px;
height: 50px;
font-size: 35px;
line-height: 50px;
border: 2px solid black;
border-radius: 7px;
margin: 12px auto 15px auto;
padding-left: 16px;
}
.divVRMContainer .ButtonGreen.Large {
margin: 13px auto 0 auto;
width: 245px;
}
.divVRMSearchContainerScrollPadding {
display: none;
padding: 7px 0 !important;
position: fixed;
top: 0;
}
.divVRMContainerNoMargin {
margin: 0 auto !important;
width: 265px;
}
.inputVRMScroll {
height: 41px !important;
line-height: 41px !important;
margin-top: 0 !important;
font-size: 30px;
padding-left: 15px !important;
width: 190px;
border-radius: 10px;
}
.divVRMContainerNoMargin .inputVRM {
display: inline-block;
}
.divVRMContainerNoMargin .ButtonGreen {
margin-top: 4px !important;
width: 200px !important;
font-size: 20px;
width: 42px !important;
padding: 8px 21px 8px 10px;
color: transparent;
float: right;
}
.divVRMContainerNoMargin .ButtonGreen.Large div {
margin-top: 0 !important;
border-width: 7px 0 7px 11px;
}
.divReturning {
position: relative;
}
.divReturning .Lfont {
font-size: 30px;
}
.divReturning .SMfont {
margin-top: 15px;
}
.imgReturningCar {
width: 100%;
max-width: 350px;
margin: 0 auto;
display: block;
}
.divReturning .ButtonGreen {
float: none !important;
display: block;
margin: 25px auto 0 auto;
padding: 9px 30px 10px 25px;
font-size: 20px;
width: 245px;
}
.divReturning .ButtonGreen.Large div {
margin: 15px 0 0 15px;
border-width: 7px 0 7px 11px;
}
.divReturning .Textbox {
margin: 15px auto 0 auto;
display: block;
width: 100px;
}
.divReturning .FontGrey a {
display: block;
margin-top: 20px;
text-decoration: none;
}
.divDifferentCar:hover {
color: #383838;
cursor: pointer;
}
.divReturningDirections {
margin-top: 7px;
display: inline-block;
}
.vehicleleft {
margin-right: 10px;
}
.vehicleright {
margin-left: 10px;
}
.divReturningDirections img, .divVRM {
float: left;
}
.BlinkButton {
animation-name: pulse;
animation-duration: 1.3s;
animation-iteration-count: infinite;
}
.divReturningDirections img {
width: 25px;
margin-top: 26px;
}
.divReturningDirections img:hover {
cursor: pointer;
opacity: 0.8;
}
@media (min-width:320px) {
.divVRM {
width: 170px;
}
.vehicleleft {
margin-right: 15px;
}
.vehicleright {
margin-left: 15px;
}
}
@media (min-width:360px) {
.divVRM {
width: 200px;
}
.divReturningDirections img {
width: 28px;
margin-top: 25px;
}
}
@-moz-keyframes pulse {
50% {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.04); 
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.04); 
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.04); 
transition: all 200ms ease-in;
transform: scale(1.04);
}
}
@-webkit-keyframes pulse {
50% {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.04); 
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.04); 
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.04); 
transition: all 200ms ease-in;
transform: scale(1.04);
}
}
@keyframes pulse {
50% {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.04); 
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.04); 
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.04); 
transition: all 200ms ease-in;
transform: scale(1.04);
}
}
@media (min-width:480px) {
.divReturning .Textbox {
margin: 15px 30px 0 0;
display: inline-block;
}
.divReturning .ButtonGreen {
display: inline-block;
}
}
@media (min-width:650px) {
.divVRM {
margin-left: 0;
}
.divReturning {
text-align: left;
}
.divMakeModel {
width: 60%;
overflow: hidden;
height: 27px;
}
.imgReturningCar {
position: absolute;
top: 40px;
right: 15px;
width: 36%;
border-radius: 50px;
}
.divDifferentCar {
margin: -41px 5px 0 0;
text-align: right;
width: 200px;
float: right;
position: inherit;
}
.divReturning .Textbox {
margin: 15px 10px 0 0;
}
}
@media (min-width:720px) {
.imgReturningCar {
right: 43px;
}
.divDifferentCar {
margin: -41px 53px 0 0;
}
.divVRMScroll {
height: 59px !important;
}
.inputVRMScroll {
height: 55px !important;
line-height: 55px !important;
font-size: 45px !important;
border-radius: 15px;
}
.divVRMContainerNoMargin .ButtonGreen {
margin-top: 8px !important;
width: 250px !important;
font-size: 27px;
color: white;
padding: 8px 21px 8px 25px;
}
.divVRMSearchContainerDefault {
padding: 27px 0;
display: inline-block;
}
.divReturningContainer {
padding: 27px 0;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.inputVRM {
display: inline-block;
margin-top: 0;
width: 360px;
font-size: 56px;
padding-left: 25px;
}
.divVRMContainer {
width: 680px;
margin: 30px auto 0 auto;
}
.txtVRM {
float: left;
}
.ButtonGreen.Large {
margin-top: 16px;
float: right;
}
.imgReturningCar {
width: 37%;
top: 0;
}
.divReturning .Textbox {
margin: 15px 30px 0 0;
}
}
@media (min-width:760px) {
.imgReturningCar {
width: 37%;
}
}
@media (min-width:800px) {
.imgReturningCar {
width: 336px;
margin-top: -20px;
}
}
@media (min-width:850px) {
.divDifferentCar {
margin: -21px 53px 0 0;
text-align: right;
width: 305px;
float: right;
}
}
.divReturning .Lfont {
font-size: 35px;
}
.divReturning .MLfont {
font-size: 28px;
margin-top: 20px;
}
.divReturning .ButtonGreen {
margin: 15px auto 0 auto;
}
}
@media (min-width:950px) {
.imgReturningCar {
right: 0;
}
.divReturning.ContentColumn {
width: 810px;
}
}
.imgGeo {
height: 33px;
margin-top: 4px;
vertical-align: top;
cursor: pointer;
}
.divBranchFinder {
padding-top: 20px;
padding-bottom: 20px;
}
.divBranchFinder > div > div {
text-align: center;
}
.divMapContainer {
padding-left: 20px;
padding-right: 20px;
}
.divMapContainer input {
border-radius: 3px;
border: none;
text-transform: uppercase;
padding: 9px 30px 9px 7px;
-webkit-box-shadow: 0px 0px 3px 0px #5780C9;
-moz-box-shadow: 0px 0px 3px 0px #5780C9;
box-shadow: 0px 0px 3px 0px #5780C9;
width: 143px;
color: #525252;
border-right: 3px solid white;
border-left: 3px solid white;
margin: 0 auto 10px auto;
display: block;
}
.divMapContainer input.Hidden {
display: none !important;
}
.ButtonMangify {
display: inline-block;    
margin: 0 7px 0 11px;
width: 64px;
border-right-width: 14px;
}
.divSlimDesc {
margin-top: 20px;
}
.GBMap, .divBranchFinder > .FontSemiBold {
display: none;
}
.divMapContainer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #666666;
}
.divMapContainer ::-moz-placeholder { /* Firefox 19+ */
color: #666666;
}
.divMapContainer :-ms-input-placeholder { /* IE 10+ */
color: #666666;
}
.divMapContainer :-moz-placeholder { /* Firefox 18- */
color: #666666;
}
.ui-autocomplete {
z-index: 0 !important;
width: 185px!important;
max-height: 250px;
overflow-y: auto;
position: absolute;
border-top: 2px solid transparent !important;
padding: 0;
border: 1px solid #1d7f6c;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.ui-autocomplete li {
list-style: none;
margin: 0;
padding: 9px 7px;
border-bottom: 1px solid #1d7f6c;
background-color: rgba(255,255,255, 0.95);
}
.ui-autocomplete li a {
text-decoration: none;
cursor: pointer;
}
.ui-autocomplete li:last-child {
border-bottom: none !important;
}
.divBranchFinderSearch {
margin: 0 auto;
width: 145px;
vertical-align: top;
}
.divBranchFinderTextBox {
margin-top: 30px;
}
@media (min-width:460px) {
.ButtonMangify, .divMapContainer input, .divBranchFinderSearch {
display: inline-block;
}
.divBranchFinderTextBox {
width: 335px;
margin: 30px auto 0 auto;
}
}
@media (min-width:620px) {
.divMapContainer {
text-align: left;
}
}
@media (min-width:800px) {
.divSlimDesc {
width: 46%;
float: left;
}
.divBranchFinderTextBox {
float: right;
width: 330px;
}
.divMapContainer {
display: inline-block;
width: auto;
margin: auto;
}
}
@media (min-width:850px) {
.divSlimDesc {
width: 49%;
}
}
@media (min-width:900px) {
.divSlimDesc {
width: 54%;
}
}
@media (min-width:950px) {
.divSlimDesc {
width: 60%;
}
}
.Ratefrom {
font-size: 14px;
font-family: sans-serif;
color: #9f9f9f;
line-height: 16px;
}
.divReview.multiple {
padding-top: 30px;
}
.divReviewComment > div.FontBold {
font-size: 18px;
color: #666;
font-family: sans-serif;
font-weight: bold;
padding-bottom: 10px;
padding-top: 5px;
}
.divReviewComment > div.FontBold.ShortComment {
padding-top: 20px;
}
.divReviewComment > div.ReviewFooter {
padding: 0;
padding-left: 20px;
padding-right: 20px;
line-height: 40px;
padding-bottom: 20px;
}
.divReviewComment > div.CustomerComment, .divReviewComment > div.ReviewFooter {
padding-top: 0;
}
.ReviewButtonGreen > a > img {
padding-left: 4px;
padding-right: 4px;
}
.divReviewComment > div.CustomerComment {
padding-bottom: 5px;
}
.divReviewComment.FontGrey {
font-family: sans-serif;
font-size: 14px;
display: inline-block;
width: 100%;
border-top: none;
}
.CustExperience {
font-size: 12px;
font-family: sans-serif;
color: #666;
font-weight: bold;
}
.divReviewBranch > div.BranchName {
text-align: right;
margin-left: 18px;
color: #666;
text-transform: uppercase;
font-size: 12px;
font-family: sans-serif;
font-weight: bold;
}
.divReviewBranch, .divReviewBranch > .ReviewPublished {
float: right;
}
.reviewAge {
font-size: 12px;
color: #666;
vertical-align: top;
line-height: 16px;
}
.divReviewBranch > div > img {
vertical-align: top;
width: 15px;
}
.ReviewButtonGreen > a {
text-decoration: none;
height: 100%;
width: 100%;
display: inline-block;
}
.divReviewRating > div {
padding-bottom: 8px;
}
.divempty {
width: 100%;
border-bottom: 2px solid #b5b5b5;
}
.divReviewsStar.Star45 {
width: 124px;
}
.divReviewBanner {
margin: 0 auto 0 auto;
}
.divReviewBanner.Right {
border-right: 0;
}
.divReviewsBasedOn.FeefoBasedOn {
margin-top: 7px;
}
.RatingText {
display: inline-block;
}
.divReviewHeader > div {
display: inline-block;
vertical-align: top;
}
.divReviewsStar, .divReviewsStarBackground {
height: 24px;
width: 136px;
background: url(../images/SpriteSheet.png?v=1) 0 129px;
}
.divReviewsStar {
background: url(../images/SpriteSheet.png?v=1) 0 105px;
}
.divReviewDate {
width: 62%;
font-family: sans-serif;
font-size: 11px;
}
.Ratevalue {
text-align: center;
}
.div.ButtonGreen {
width: 50%;
display: inline;
}
.ReviewButtonGreen {
border: none;
background-color: #70b23d;
border-radius: 6px;
color: white;
font-size: 15px;
font-family: SansProBold;
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
width: 120px;
margin-top: 10px;
text-align: center;
}
.Review.FontBold {
width: 100%;
font-size: 30px;
font-family: sans-serif;
line-height: 23px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}
.divReviewComment {
background-color: #fff;
border: solid 1px #ebebeb;
text-align: left;
min-height: 110px;
}
.divReviewComment > div {
padding: 20px;
}
.divReviewsLeftContent2 {
width: 100%;
display: inline-block;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}
.divReviewsLeftContent .XXLfont {
color: #ffd000;
font-size: 70px;
font-weight: bold;
font-family: sans-serif;
}
.divReviewsOutOf {
vertical-align: top;
color: #9f9f9f;
height: 15px;
line-height: 47px;
display: inline-block;
font-size: 22px;
}
.divReviewsBasedOn {
margin-left: 2px;
font-family: sans-serif;
color: #9f9f9f;
}
.divReviewBasedOn.VVSfont {
font-size: 14px;
}
.divContainer {
padding-top: 40px;
padding-bottom: 30px;
}
video {
width: 100%;
margin-top: 20px;
max-width: 400px;
margin: 30px auto;
display: block;
}
.divVideo .FontBold {
margin-bottom: 20px;
}
.divReviewBanner img {
margin: 16px auto 16px auto;
max-width: 190px;
display: block;
}
.divCompiled .FontDarkGrey {
color: #414342;
}
.DarkGrey.TextCenter > div {
display: inline-block;
}
.divCompiled {
display: block;
width: 100%;
}
.divCompiled > .VSfont {
margin-bottom: 8px;
}
.divCompiled .XLfont {
font-size: 68px;
height: 51px;
line-height: 46px;
}
.divBannersContainer div.DarkGrey {
background-color: #414342;
padding: 9px 11px;
margin-bottom: 10px;
}
.divCompiledRight {
padding-left: 7px;
}
.FontYellow {
color: #ffdd00;
}
.FontFeefoGreen {
color: #009245;
}
/*div.Yellow {
background-color: #ffdd00;
color: #494545;
}
div.FeefoGreen {
background-color: #009245;
}*/
.divReviewBanner div.Yellow, .divReviewBanner div.FeefoGreen {
clear: both;
margin-top: 10px;
}
.divNationWide {
margin-top: 10px;
}
.divBannersContainer {
margin-top: 30px;
}
.divReviewHeader {
min-height: 86px;
background-color: #f7f7f7;
border: 1px solid #f7f7f7;
border-bottom: 1px solid #ebebeb;
width: 100%;
display: inline-block;
}
.divReview > .Grey {
padding: 20px;
}
.divReviewRating {
width: 25%;
display: inline-block;
padding: 20px;
}
.divReviewBranch {
padding: 20px;
}
/*.divRating.Yellow {
border-left: 10px solid #ffdd00;
border-right: 10px solid #ffdd00;
}
.divRating.FeefoGreen {
border-left: 10px solid #009245;
border-right: 10px solid #009245;
}*/
.divRating.Yellow {
background: url(../images/SpriteSheet.png?v=1) 0 129px;
width: 140px;
height: 17px;
}
.divRating.FeefoGreen {
height: 19px;
width: 136px;
background: url(../images/SpriteSheet.png?v=1) 0 55px;
}
.divRating div {
height: 24px;
width: 136px;
background: url('../images/SpriteSheet.png?v=1') 0 105px;
}
.divRating.FeefoGreen div {
height: 27px;
background: url(../images/SpriteSheet.png?v=1) 0 28px;
}
.divRating div.Star4 {
width: 107px;
}
/*.divRating div.Star1 {            
}
.divRating div.Star2 {            
}
.divRating div.Star3 {           
}
.divRating div.Star4 {            
width: 107px !important;
}
.divRating div.Star5 {
width: 124px;
}*/
.divReviewHeader > div, .divRating {
margin-top: 0px;
}
.divBreadCrumbs {
margin-top: 15px;
}
.divBreadCrumbs > a {
text-decoration: none;
}
.divBreadCrumbs > a:hover {
color: initial;
}
.divBreadCrumbs > span {
margin: 0 5px;
}
.divBreadCrumbs .FontGreen, .divBreadCrumbs .FontBlue {
margin: 0;
font-size: 17px;
}
.lblFeefoRating {
display: inline-block;
margin-left: 9px;
vertical-align: top;
line-height: 30px;
height: 30px;
margin-top: 6px;
font-size: 39px;
}
.lblReviewsOutOf {
vertical-align: top;
margin-left: 2px;
height: 15px;
line-height: 9px;
display: inline-block;
margin-top: 9px;
font-size: 16px;
}
.spnSchema {
display: none;
}
.divRating div.Star5 {
margin-top: 5px;
}
@media (min-width:380px) {
.divReviewModel {
margin-right: 20px;
max-width: 230px;
}
}
@media (min-width:480px) {
.FontSemiBold {
margin-left: 7px;
}
.divReviewDate {
width: 49%;
display: inline-block;
}
.ReviewButtonGreen {
display: inline-block;
vertical-align: top;
float: right;
margin-top: 0px;
}
.divReviewRating {
width: 49%;
display: inline-block;
vertical-align: top;
}
.divReviewBranch {
float: right;
}
.divReviewsRating.TextCenter {
text-align: left;
}
.RatingText {
height: 100px;
line-height: 20px;
}
.divReviewsStarBackground, .divReviewsStar {
margin-top: 1px;
}
.divReviewsLeftContent .XXLfont {
font-size: 50px;
}
.divReviewBannerLeft.Trustpilot {
padding-left: 0px;
}
.divReviewBanner {
padding: 0px 10px 40px 10px;
display: inline-block;
width: 45%;
vertical-align: top;
height: 170px;
}
.TrustPilotImg {
display: inline-block;
}
.Review.FontBold {
font-size: 23px;
margin-left: 1px;
margin-top: 0px;
line-height: 21px;
}
.divReviewsLeftContent2 {
display: inline-block;
}
.divReviewHeader > div {
display: inline-block;
vertical-align: top;
}
.divReviewsOutOf {
vertical-align: top;
color: #9f9f9f;
height: 15px;
line-height: 3px;
font-size: 22px;
margin-left: 0px;
}
.divCompiled {
display: inline-block;
float: right;
width: auto;
vertical-align: top;
}
.divReviewRating .FontBold {
margin-right: 15px;
}
.divRating div.Star5 {
margin-top: 0;
}
.divReviewsLeftContent2 {
width: 100%;
}
.divReviewBanner img {
margin: 17px auto 27px auto;
}
}
@media (min-width:600px) {
.divBanners {
line-height: 12px;
}
.divReviewsLeftContent .XXLfont {
font-size: 45px;
}
.divReviewsBasedOn {
margin-left: 3px;
}
.Ratefrom {
margin-left: 3px;
}
.Review.FontBold {
text-align: left;
margin-top: 0px;
}
.RatingText {
height: 100px;
}
.divReviewsOutOf {
line-height: 2px;
margin-left: 0px;
}
.divReviewBannerLeft.Trustpilot {
padding-left: 20px;
}
.divReviewBanner div.Yellow, .divReviewBanner div.FeefoGreen {
clear: none;
margin-top: 15px;
float: right;
padding: 10px 10px 8px 10px;
height: 70px;
vertical-align: top;
}
.divReviewBanner {
padding: 0 0 50px 0;
margin: 0 auto 0 auto;
width: 49%;
display: inline-block;
}
.divBannersContainer div.DarkGrey {
margin-bottom: 0;
}
.divCompiled {
display: inline-block;
float: right;
width: auto;
vertical-align: top;
}
/*.divReviewsStar.Star45 {
margin-top: 0px;
}*/
.divReview {
padding-top: 0px;
}
}
@media (min-width:640px) {
/*.RatingText {
margin-left: 57px;
margin-top: 10px;
}*/
.divReviewsOutOf {
line-height: 2px;
margin-left: 0px;
}
}
@media (min-width:680px) {
.divVideo {
display: inline-block;
width: 100%;
}
video {
float: left;
width: 35%;
}
.divVideo .FontBlue {
float: right;
width: 65%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
padding-left: 30px;
margin-top: 7%;
}
.divBannersContainer {
margin-top: 0;
}
.divReviewBanner img {
margin: 39px auto 27px auto;
}
.FeefoImg {
margin-left: -21px;
}
}
@media (min-width:768px) {
.divReviewsLeftContent2 {
padding-top: 10px;
text-align: left;
}
.FontSemiBold {
margin-left: -1px;
}
.ReviewButtonGreen > a {
text-decoration: none;
font-size: 15px;
}
.divReviewHeader {
/*height: 62px;*/
}
.FeefoImg {
margin-left: 0px;
}
.divReviewsLeftContent .XXLfont {
font-size: 73px;
}
.divReviewBannerLeft.Feefo {
padding-left: 20px;
padding-right: 20px;
}
.divReviewsBasedOn {
height: 13px;
font-family: sans-serif;
color: #9f9f9f;
}
.Ratefrom {
font-size: 14px;
font-family: sans-serif;
color: #9f9f9f;
line-height: 16px;
}
.RatingText {
float: right;
margin: auto;
/*margin-top: 24px;*/
line-height: 31px;
}
.divReviewBannerLeft.Trustpilot {
padding-left: 5px;
padding-right: 5px;
}
.divReviewBanner {
padding: 41px 0;
margin: 0 auto 0 auto;
height: 170px;
padding-bottom: 0;
}
.TrustPilotImg {
display: inline-block;
width: 48%;
}
.divReviewBanner img {
margin-bottom: 0px;
max-width: 165px;
}
.FeefoImg {
display: inline-block;
}
.Review.FontBold {
width: 48%;
display: inline-block;
font-size: 30px;
font-family: sans-serif;
margin-left: 10px;
}
.divReviewsLeftContent2 {
width: 35%;
float: right;
}
.divReviewHeader > div {
display: inline-block;
vertical-align: top;
}
.divReviewComment {
background-color: #fff;
border: solid 1px #ebebeb;
min-height: 110px;
}
.divReviewDate {
width: 50%;
}
.divReviewBranch {
display: inline-block;
float: right;
vertical-align: top;
}
.divReviewRating {
width: 49%;
vertical-align: top;
}
.divReviewsOutOf {
line-height: 1px;
}
.divBanners {
line-height: 22px;
}
.divReviewsBasedOn.FeefoBasedOn {
line-height: 16px;
}
}
@media (min-width:800px) {
.divMapContainer, .divBranchFinderTextBox {
width: 100%;
}
}
@media (min-width:900px) {
.divReviewBranch > div.BranchName {
padding-top: 0;
padding-bottom: 5px;
}
.divBannersContainer {
display: inline-block;
width: 100%;
}
.divReviewBanner img {
max-width: 181px;
margin-left: 10px;
}
.RatingText {
margin-left: 10px;
}
.divReviewsLeftContent .XXLfont {
font-size: 100px;
}
.divReviewsLeftContent2 {
width: 47%;
margin-top: 0px;
}
.Review.FontBold {
font-size: 40px;
margin-left: 13px;
}
.divReviewBannerLeft.Trustpilot {
padding-left: 15px;
}
.divReviewsOutOf {
font-size: 25px;
margin-top: -11px;
}
.divReviewBanner {
padding: 30px 0 0 0;
display: inline-block;
width: 49%;
vertical-align: top;
height: 150px;
border-right: 1px solid #c5cad4;
margin-top: 30px;
}
.divBanners {
width: 100%;
line-height: 39px;
}
.divBranchFinder {
width: 32%;
float: right;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.divMapContainer, .divBranchFinderTextBox {
width: auto !important;
float: none !important;
}
.divMapContainer input {
margin-right: 0 !important;
display: block !important;
margin: 20px auto 10px auto !important;
}
.divReviewBanner img {
margin: 25px auto 0 auto;
}
.divReviewRating > div {
vertical-align: top;
}
.divReviewRating .FontBold {
margin-right: 15px;
}
.divReviewHeader > div, .divRating {
margin-top: 0;
}
.divReviewHeader {
min-height: 50px;
}
.divReviewBanner:last-child {
margin-bottom: 0;
}
.imgTrustPilotLogo {
margin-top: 23px !important;
}
}
@media (min-width:950px) {
.FontSemiBold {
margin-left: -5px;
}
.divReviewComment {
padding: 0;
}
.divReviewModel {
width: 428px;
}
.divReviewBanner img {
max-width: 200px;
}
.Review.FontBold {
font-size: 40px;
}
.FeefoImg {
margin-left: 19px;
}
.divReviewComment {
min-height: 110px;
}
}
@media (min-width:1360px) {
.Review.FontBold {
width: 42%;
margin-left: 27px;
line-height: 25px;
}
.Ratefrom {
line-height: 12px;
}
}
.FooterContactUs {
padding-top: 10px;
margin-top: 15px;
}
.divFooter {
padding: 40px 0;
font-size: 12px;
}
.divFooterColumn {
width: 50%;
float: left;
height: 190px;
}
.divFooterContent {
display: inline-block;
width: 100%;
}
.FooterHeader {
padding-bottom: 10px;
font-size: 14px;
}
.divFooterColumn a {
display: block;
text-decoration: none;
margin-top: 15px;
font-size: 12px;
}
.divFooterColumn a img {
border: none;
}
.divFooterColumn a:hover, .divLinks a:hover {
color: #DEDEDE;
}
.aSocial {
margin-right: 10px;
display: inline-block !important;
}
.FooterColumnNoHeight {
height: auto;
}
.divCox {
height: 100px;
background-color: #F2F2F2;
}
.divCox > div > div {
/*float: right;*/
margin: 0 auto;
height: 20px;
width: 236px;
/*background: url(../images/SpriteSheet.png?v=1) 0 77px;*/
background: url('../Images/Cox Automotive logo.png');
background-repeat: no-repeat;
padding-top: 40px;
padding-bottom: 40px;
background-position: center;
cursor: pointer;
}
.LinksLeft {
float: left;
width: 50%;
margin-bottom: 15px;
}
.LinksCenter {
width: 50%;
}
.LinksRight {
float: right;
width: 50%;
}
.divLinksPadding {
padding: 20px;
}
.divLinks a {
display: block;
text-decoration: none;
padding: 12px 0;
margin: 0 10px;
font-size: 12px;
}
.divCookieBar {
width: 100%;
background-color: white;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
padding: 10px 0;
font-size: 12px;
line-height: 20px;
}
.divCookieBar .cb-enable {
border: 1px solid grey;
background-color: #e6e6e6;
padding: 0 4px;
border-radius: 3px;
margin: 0 5px;
text-decoration: none;
}
.divCookieBar .cb-enable:hover {
background-color: #ccc;
}
#cookie-bar-static a:hover {
text-decoration: underline;
}
.spnRot13 {
unicode-bidi: bidi-override;
direction: rtl;
}
.divFooterSell, .divFooterAbout {
height: 250px;
}
.divFooterTwitter {
width: 28px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 89px -30px;
}
.divFooterFacebook {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 61px -30px;
}
.divFooterPintrest {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 32px -30px;
}
.divFooterLinkedIn {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 89px -59px;
}
.divFooterYoutube {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 60px -59px;
}
@media (min-width:360px) {
.divFooterColumn a {
font-size: 13px;
}
}
@media (min-width:660px) {
.divCookieBar {
font-size: 14px;
}
.cookiebr {
display: none;
}
}
@media (min-width:700px) {
.divFooterColumn {
width: 25%;
float: left;
}
}
@media (min-width:710px) {
.LinksLeft {
width: 30%;
}
.LinksCenter {
margin: 0 auto;
width: 30%;
}
.LinksCenter div {
padding-left: 18px;
}
.LinksRight {
width: 32%;
}
.divLinksPadding {
padding: 20px;
}
.divLinks a {
display: block;
text-decoration: none;
padding: 10px 0;
border-bottom: none;
}
.LinksLeft a {
padding-left: 10%;
}
}
@media (min-width:950px) {
.divFooter {
padding: 50px 0;
}
.divFooter .ContentColumn {
width: 900px;
}
.aSocial {
float: left;
margin: 0 5px;
}
.divFooterColumn {
height: auto;
}
/*.divCox > div > div {
margin: 10px 0 0 0;
}*/
.divFooterColumn a {
margin-top: 5px;
}
.FooterHeader {
padding-bottom: 10px;
}
}
@media (min-width:1200px) {
.divCookieBar {
position: fixed;
bottom: 0;
border-bottom: none;
}
.divCookieBarBottom {
margin-bottom: 100px;
border-bottom: 1px solid #e6e6e6;
}
}
