/* CSS Document */

div.footer
{
	width:100%;
}

.ap-input-icon {
    border: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    outline: none;
}
textarea.coord
{padding:15px;
}

#header
{
padding: 20px;
width: 1230px;
max-width:100%;
margin: auto;
}

.coord
{
	display:inline-block;
}

input.coord,select.coord
{
	text-align:center;
}



div.ResumeEndLayer {
background-color: rgba(255,255,255,0.8);
width: 100%;
margin: 0;
padding: 0px 30px;

z-index: 2000;
display: inline-block;
color: #000;
font-size: 17px;
}
#ResumeEnd
{
	background-position:center;
	background-repeat:repeat;
	background-size:cover;
	
}

#ResumeEnd h4
{
	margin-bottom:20px;
	font-size:21px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ddd;
}
.ui-widget-header {
    border: 1px solid #c3002f;
    background: #c3002f;
	color:#fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #000;
    font-weight: normal;
    color: #eeeeee;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .10;
}
.ui-state-active, .ui-widget-content .ui-state-active
{
	border: none;
background:#c3002f;
color:#fff !important;
font-weight:bold;
}

@media only screen and (max-width: 600px) {
#logoGroupHeader, #logoHeader
{
	height:40px;
}

h2 {
    font-size: 14px;
}
h4 {
font-size: 13px;
}
h5 {
font-size: 12px;
}
body
{
	font-size: 10px;
}
div.ResumeEndLayer
{
	font-size:11px
}
}



.date-input__input::placeholder, .payzen-form-input::placeholder, .sav .step-dealer .select [data-reach-menu-button]::placeholder, .sav .step-information .select [data-reach-menu-button]::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
    color: #000;
}
.date-input__input, .payzen-form-input, .sav .step-dealer .select [data-reach-menu-button], .sav .step-information .select [data-reach-menu-button], input, select {
    height: 50px;

    cursor: pointer;
}

.date-input__input, .payzen-form-input, .sav .step-dealer .select [data-reach-menu-button], .sav .step-information .select [data-reach-menu-button], input, select, textarea {
    display: block;
    background: #fff none;
    padding: 20px 30px;
    border-color: #8f94ab;
    border-radius: 50px;
    font-size: 17px;
    color: #000;
    line-height: 1.2;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.date-input__input, .payzen-form-input, .sav .step-dealer .select [data-reach-menu-button], .sav .step-information .select [data-reach-menu-button], input, select, textarea {
    border: 1px solid #a2a2a2;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    font-size: 1em;
    font-family: Open Sans,Roboto,Arial Helvetica,Arial,sans-serif;
    width: 100%;
}

.date-input__input, .payzen-form-input, .sav .step-dealer .select [data-reach-menu-button], .sav .step-information .select [data-reach-menu-button], button, input {
    overflow: visible;
}
.compare-banner__body, .layout-container {
    max-width: 69.38rem;
    margin: 0 auto;
}
.home-categories__title {
    position: absolute;
    top: 85px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: 1;
}

.home-categories {
    position: relative;
    background-color: #c3002f;
    color: #fff;
    padding: 200px 0 50px;
}

a.dealer-item-info
{
	color:#212529;
}