/*
Theme Name: 	sdauto
Theme URI: 	    http://www.sdauto.com.au
Description: 	Southern Downs Automotive
Version: 	    1.0.0
Author: 	    Dealer Solutions
Author URI: 	http://www.dealersolutions.com.au

License:	    Closed
*/


/*Helpers*/
.nopadding{
    padding: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-top {
    padding-top: 0;
}

.nopadding-bottom {
    padding-bottom: 0;
}

.nomargin{
    margin: 0;
}

.nomargin-left {
    margin-left: 0;
}

.nomargin-right {
    margin-right: 0;
}

.nomargin-top {
    margin-top: 0;
}

.nomargin-bottom {
    margin-bottom: 0;
}




/*Map Stuff*/
#map-canvas, #footer-map{
    width: 100%;
    height: 400px;
}

.sdauto1.map-wrapper{
    position: relative;
}
.contact-button-wrapper{
    position: absolute;
    z-index: 10000;
    bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}


#footer-map{
    height:650px;
}

/* @FONT-FACE loads font into browser */
@font-face {
    font-family: 'typicons';
    src: url('fonts/typicons.eot');
    src: url('fonts/typicons.eot?#iefix') format('embedded-opentype'),
    url('fonts/typicons.woff') format('woff'),
    url('fonts/typicons.ttf') format('truetype'),
    url('fonts/typicons.svg#typicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* :before psuedo-selector inserts and styles icon */
.typcn:before {
    font-family: 'typicons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


body{
    background-color: #f2f1ef;
    font-family: 'Lato', sans-serif;
}

a[href^="mailto"] {
    font-weight: bold;
}


/* Easily vertically align stuff */
.sdauto1-vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Header */
.sdauto1-header {
    margin-top: 0;
    margin-bottom: 0;
    margin-top: -5px;
}

.sdauto1-header > div{
    margin-top:-4px;
}




.sdauto1-header .sdauto1-dealer-details {
    text-align: right;

}
.sdauto1-header .sdauto1-dealer-details h1 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color:#1d4a6b;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px 0;
}




.sdauto1-header .navbar {
    margin-bottom: 0;
    border: 1px solid transparent;
    min-height: 85px;
}




.sdauto1-header .sdauto1-dealer-details .sdauto1-phone {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #cf000f;
}



.inventory h1, .inventory h2, .inventory h3, .inventory h4, .inventory h5, .inventory h6, .inventory .btn-default, .inventory .btn-primary, .inventory a .floating_count, .inventory #details-tabs li a, .inventory #location_menu li a, .inventory .pricing_container .price_text, .inventory .pricing_container .price_value, .inventory .ribbon .banner .text{
    font-family: 'Lato', sans-serif !important;
}



.sdauto1-header .sdauto1-dealer-details .glyphicon {
    margin: 0 7px 0 12px;
    font-size: 16px;
}

a {
    color: #cf000f;
}

h1{
    font-weight:bold;
    color:#317bb3;
    margin-bottom:10px;
}

/* Navbar */
.sdauto1-navbar {
    margin-bottom: 0;
    background: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    min-height: 36px;
}



.sdauto1-navbar .nav>li>a{
    padding:10px;
}

.sdauto1-header-before/*,
.sdauto1-header::before*/{
    display:block;
    height:10px;
    background-color: #cf000f;
    content: " ";
}

.sdauto1-navbar .navbar-default{
    border:none;
}



.sdauto1-navbar .navbar-nav>li>a {
    color: #000000;
    padding-top: 17px;
    padding-bottom: 17px;
}

#bs-example-navbar-collapse-1 > ul > li a{
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}




#bs-example-navbar-collapse-1 .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar{
    background-color: #ffffff;
    height:3px;
}


#bs-example-navbar-collapse-1.navbar-toggle  .icon-bar{
    height:1px !important;
}


#bs-example-navbar-collapse-1 > ul > li a{
    color:#000000;
    font-size: 16px;
}

.sdauto1-menu .nav.navbar-nav.navbar-right{
    margin-top: -4px;
}




/* .sdauto1-menu .navbar-nav>li>a::after{
    content: " |"
}

.sdauto1-navbar .navbar-nav>li>a::after{
    content: " |"
}
.sdauto1-navbar .navbar-nav>li>a::before{
    content: "| "
} */




.sdauto1-navbar .navbar-nav>li>a:focus, .sdauto1-navbar .navbar-nav>li>a:hover {
    color: #cf000f;
}

/* Navbar Toggle */
.sdauto1-navbar .navbar-toggle {
    width: 100%;
    border:none;
    border-radius: 0;
    margin:0;
    border-bottom: solid 5px #9d9d9d;
    padding: 4px;
    color:#ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.sdauto1-navbar .sdauto1-menu-toggle .fa {
    color: #000000;
    padding-right: 10px;
}

.navbar-brand {
    float: left;
    height: 0;
    padding:0;
    line-height: 0;
}


/* Carousel */
#sdauto1-carousel .carousel-indicators .active {
    width: 45px;
    height: 5px;
    margin: 0 3px;
    background-color: #1d4a6b;
}


#sdauto1-carousel .carousel-inner>.item>img {
    width:100% !important;
    height:auto;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}


.carousel-indicators li {
    display: inline-block;
    width: 45px;
    height: 5px;
    margin: 0 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #5f5e5e;
    border: none;
    border-radius: 0;
}

/* CTA/Title Bar */
.sdauto1-cta-bar {
    background: #1d4a6b;
    color: #fefefe;
    padding-top: 20px;
    padding-bottom: 20px;

}
.sdauto1-cta-bar-contact{
    margin-top: -3px;
}
.sdauto1-cta-bar h1 {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    margin:0;
    padding: 0;
    text-transform: uppercase;
}

/* Front CTAS */
.sdauto1-cta-bar .sdauto1-ctas a {
    color:inherit;
    text-decoration: none;
}
.sdauto1-cta-bar .sdauto1-ctas .sdauto1-cta-header {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    padding: 7px 15px;
    margin-bottom: 10px;
    border-bottom: solid 5px #9d9d9d;
    transition: opacity 0.5s;
}
.sdauto1-cta-bar .sdauto1-ctas .sdauto1-cta-header:hover {
    opacity: 0.75;
}

.sdauto1-cta-bar .sdauto1-ctas .sdauto1-cta-header i {
    margin-right: 10px;
    color: #0e0d0c;
}
.sdauto1-cta-bar .sdauto1-ctas .sdauto1-cta-header .glyphicon {
    font-size: 17px;
}
.sdauto1-cta-bar .sdauto1-ctas .sdauto1-cta-header.last {
    margin-bottom: 0;
}

.sdauto1-contact-ctas .typcn{
    opacity: .5;
    color: rgba(255,255,255, 0.5);
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
    margin-top: -9px;
    position: absolute;
}
.sdauto1-contact-ctas {
    font-size: 13px;
}


.sdauto1-contact-ctas a[href^="mailto"]{
    font-weight:normal;
    color:#2d9bed;
}


.sdauto1-homepage-ctas{
    margin: 20px 0;
}
.sdauto1-contact-cta-email .col-xs-10{
    padding-top:10px;
}




.sdauto1-homepage-cta{
    position: relative;

}


.sdauto1-homepage-cta .homepage-cta-info{
    position: absolute;
    height:70px;
    width: 100%;
    bottom:0;
    background-color: #000000;
    background-color: rgba(0,0,0,0.8);
    color:#ffffff;
    font-weight: bold;
    display: table;
}
.homepage-cta-info a:hover{
    color:#ffffff;
    text-decoration:none;
}


.sdauto1-homepage-cta .homepage-cta-info .homepage-cta-info-wrapper{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    /*background-color: #000000;      */
    /* background-color: rgba(0,0,0,0.8); */
}
.sdauto1-homepage-cta .homepage-cta-info h3{
    margin-top:0px;
    margin-bottom: 0;
    text-transform: uppercase;
    color:#ffffff;
    font-family: 'Lato', sans-serif;
    z-index: 200000;
}


.sdauto1-homepage-cta img{
    width:100%;
}





.sdauto1-car-brands{
    text-align: center;
}

.sdauto1-car-brands h2{
    margin-top:10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight:normal;
}


/*ffffff*/
/*e3e3e5*/
.sdauto1-car-brands [class^='col-']:hover,
.sdauto1-car-brands [class*=' col-']:hover,
.sdauto1-car-brands-brand-active{
    background: #e3e3e5;
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e3e3e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e3e3e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e3e3e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e5',GradientType=0 );
}

.sdauto1-car-brands [class^='col-'],
.sdauto1-car-brands [class*=' col-']{
    padding:0;
    height:180px;
    min-height: 180px !important;
    border-right: 1px solid #000000;
    display:table;
}







.helper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.helper img{
    display:none;
}
.sdauto1-car-brands [class^='col-']:hover img,
.sdauto1-car-brands [class*=' col-']:hover img,
.sdauto1-car-brands-brand-active img{
    display: inline-block;
}


.sdauto1-car-brands [class^='col-']:hover h2,
.sdauto1-car-brands [class*=' col-']:hover h2,
.sdauto1-car-brands-brand-active h2{
    display: none;
}


.sdauto1-car-brands [class^='col-']:first-child,
.sdauto1-car-brands [class*=' col-']:first-child{
    border-left: 1px solid #000000;
}


.sdauto1-cta-bar.sdauto1-car-brands{
    padding:0;
}


/* CONTENT */


.sdauto1-content{
    background-color: #f2f1ef;
}

.sdauto1-content-inner {
    margin-top:20px;
    margin-bottom: 20px;
}

.sdauto1-content-inner a {
    color: #cf000f;
}

.sdauto1-content-inner h2,
.sdauto1-content-inner h1 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: #317bb3;
    text-transform:uppercase
}

.sdauto1-content-inner h2:first-child {
    margin-top:0;
}

.sdauto1-content-inner p {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 16px;
}

/* CONTENT DEALER DETAILS */
.sdauto1-content-inner .sdauto1-dealer-details {
    border-top: dashed 1px #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sdauto1-content-inner .sdauto1-dealer-details h4{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000000;
    margin-bottom: 3px;
}
.sdauto1-content-inner .sdauto1-dealer-details h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
}
.sdauto1-content-inner .sdauto1-dealer-details p {
    margin:0;
}



.sdauto1-contact-details h3{
    font-size: 18px;
    font-weight: bold;
    color:#317bb3;
    margin-bottom: 5px;
}

.sdauto1-contact-details ul {
    padding-left:0;
}

.sdauto1-contact-details ul li{
    list-style: none;
}


.sdauto1-contact-details .col-xs-5{
    padding-left: 0;
    padding-right: 0;
}
/**/

/* NEW CAR RANGE */
.sdauto1-new-cars .sdauto1-new-filter {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color:#757575;
    text-transform: uppercase;
}

.sdauto1-new-cars .sdauto1-new-filter >div {
    display: inline-block;
}

.sdauto1-new-cars .sdauto1-new-filter a {
    color:inherit;
    padding: 0 5px;
}

.sdauto1-new-cars .sdauto1-new-filter a.active {
    color: #000000;
    font-family: 'Lato', sans-serif;
}
.sdauto1-new-cars .sdauto1-new-filter h2 {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #cf000f;
    margin-top: 0;
    margin-right: 10px;
}


.sdauto1-new-cars .thumbnail {
    padding:0;
    border:none;
}
.sdauto1-new-cars .thumbnail .caption {
    text-align: center;
    padding: 0;
}
.sdauto1-new-cars .thumbnail .caption h3 {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000000;
}


/* Sidebar */
.sdauto1-sidebar {
    padding: 20px;
    background-color:#ffffff;
    border: 1px solid #eaeaea;
}

.sdauto1-sidebar.sdauto1-quick-search{
    background: none;
    border:0;
}


.sdauto1-sidebar .panel, .sdauto1-content-form .panel {
    border:none;
    background: none;
    border-radius: 0;
}
.sdauto1-sidebar .panel .panel-heading, .sdauto1-content-form .panel .panel-heading {
    border-radius: 0;
    padding: 0px 5px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #317bb3;
    text-transform: uppercase;
    background: none;
}

.sdauto1-sidebar .panel-default>.panel-heading{
    border:0
}

.sdauto1-sidebar .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.sdauto1-sidebar .panel .panel-heading i, .sdauto1-content-form .panel .panel-heading i {
    margin-right: 10px;
    color: #0e0d0c;
}


.sdauto1-sidebar .panel .panel-heading .panel-heading h3.panel-title{
    font-size: 20px;
}

.sdauto1-sidebar label.error{
    color:#cf000f;
}


/* FORMS (INC QS) */
.sdauto1-form .form-label{
    padding-right: 15px;
    padding-left:15px;
    float:left;
}
#dsqcksrch.sdauto1-form .form-label{
    padding-right: 0;
    padding-left:0;
}
.sdauto-form-disclaimer{
    margin:20px 0;
}



/*Service Form */
#sdauto-service-form [class^='col-sm'],
#sdauto-service-form [class*=' col-sm'],
#sdauto-service-form [class^='col-md'],
#sdauto-service-form [class*=' col-md'],
#sdauto-service-form\20  .sdauto-step-wizard.sdauto-step-wizard-step-1 [class^='col-sm'],
#sdauto-service-form\20  .sdauto-step-wizard.sdauto-step-wizard-step-2 [class^='col-sm'],
#sdauto-service-form\20  .sdauto-step-wizard.sdauto-step-wizard-step-3 [class^='col-sm'],
#sdauto-service-form\20  .sdauto-step-wizard.sdauto-step-wizard-step-4 [class^='col-sm']
{
    width:100% !important;
}

#service-sdauto #service-sdauto-element-41{
    margin:0;
}

#service-sdauto  .form-group{
    margin-bottom:20px !important;
    margin-top:10px !important;
}


.sdauto-step-wizard{
    display:none;
}

.sdauto-step-wizard-active{
    display: block;
}

.sdauto-step-wizard-title{
    display: none;
}


.sdauto1-step-btn-1, .sdauto1-step-btn-2, .sdauto1-step-btn-3, .sdauto1-step-btn-4{
    display: none;
}
.sdauto1-step-btn-show{
    display: block;
}
#service-sdauto-element-40{
    margin-top:0;
}






.sdauto1-sidebar h1,
.sdauto1-sidebar h2,
.sdauto1-sidebar h3,
.sdauto1-sidebar label,
.sdauto1-sidebar legend{
    color:#317bb3;
    text-transform:uppercase;
    font-weight:bold;
    font-family: 'Lato', sans-serif;
}

.sdauto1-form .form-label {
}
.sdauto1-form .form-label label {
    text-align: left;
    background: none;
    height: 28px;
    width: 100%;
    font-size: 13px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding-right: 0;
    padding-top: 5px;
    padding-left: 0;
    margin-bottom: 0;
}

.sdauto1-form .form-input {
    padding-left: 50px;
    width: auto;
    overflow: hidden;
    padding-right: 0px;
    height: 35px;
    padding-top: 3px;
    overflow: visible;
    margin-left: 0px;
    margin-right: -20px;
}

/*.panel-title*/
.sdauto1-sidebar .panel-heading h3,
.sdauto1-content-inner h1,
.sdauto1-content-inner h2,
.sdauto1-content-inner h3,
.sdauto1-content-inner h4{
    font-weight: bold;
}
.sdauto1-sidebar .panel-heading h3{
    font-size: 25px;
}

.sdauto1-sidebar .panel-heading h4{
    font-size: 20px;
    text-transform: none;
}


.sdauto1-sidebar .form-group,
.sdauto1-sidebar legend{
    margin-bottom: 0;
}

.sdauto1-sidebar button{
    margin-top:15px;
}


.sdauto1-steps {
    text-align: center;
}

.sdauto1-steps-background{
    background-color:#dadad9;
    position: absolute;
    height:10px;
    width: 100%;
    margin-top: 7px;
    border:2px solid #dadad9;
    border-radius: 5px;
}

/*.sdauto1-steps .row {
    background-image: url(images/steps-bg.png);
    height: 50px;
    background-position: 2px -13px;
    background-repeat: no-repeat;
}*/

.sdauto1-steps .sdauto1-step span{
    background-color: #368ccc;
    height: 25px;
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    display: inline-block;
}

.sdauto1-steps .sdauto1-step span{
    border: 2px solid #dadad9;
}


.sdauto1-step:first-child{
    float: left;
}
.sdauto1-step:last-child{
    float: right;
}

.sdauto1-steps .sdauto1-step.sdauto1-active span,
.sdauto1-steps .sdauto1-step span.sdauto1-active{
    background-color: #cf000f;
}


.sdauto1-sidebar-form .panel-heading,
div.sdauto1-sidebar.col-md-4.sdauto1-sidebar-form > div > div.panel-heading{
    border-bottom: 2px solid #cccccc;
}

.sdauto1-sidebar-form .panel-body{
    padding:15px 0;
}
.sdauto1-form .form-input .form-control,
#dsqcksrch select, .ds-form input, .ds-form textarea {
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #000000;
    padding-left: 5px;
    height: 30px;
    padding-top: 5px;
    -webkit-box-shadow: inset 0px 6px 24px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 6px 24px -14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 6px 24px -14px rgba(0,0,0,0.75);
    font-weight: bold;
}


.ds-form textarea{
    min-height:125px
}

.sdauto1-form .form-input textarea.form-control, .sdauto1-form .form-input.textarea {
    height: 120px;
    resize:none;
}


.sdauto1-form .form-input select {
    width: 100%;
    padding:3px;
    margin: 0;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.sdauto1-form .form-group {
    margin-bottom: 10px;
}

.sdauto1-form .submit-group .btn,
#back:hover,
.sdauto1-step-button:hover,
.btn.btn.btn-primary.btn-lg.btn-block,
#dsqcksrch button:hover,
.contact-button-wrapper a,
.sdauto1-step-button.sdauto1-step-button-next,
#dsqcksrch button{
    background: #cf000f;
    color: #ffffff;
    transition: background 0.2s;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 12px;
    font-size:14px;
    border: 2px solid #cf000f;
}

#back,
#dsqcksrch button:hover,
#dsqcksrch button:focus,
.sdauto1-form .submit-group .btn:hover,
.sdauto1-step-button,
#service-sdauto #service-sdauto-element-41:hover,
#service-sdauto #service-sdauto-element-41:focus,
.contact-button-wrapper a:hover,
.contact-button-wrapper a:focus,
.sdauto1-step-button.sdauto1-step-button-next:hover,
.sdauto1-step-button.sdauto1-step-button-next:focus
{
    background: none;
    border: 2px solid #cf000f;
    color: #cf000f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size:14px;

}


.contact-button-wrapper a:hover,
.contact-button-wrapper a:focus{
    background-color:#ffffff;
    border: 2px solid #ffffff;
}

/*#back:hover{*/
/*background-color: #cf000f;*/
/*color:#ffffff;*/
/*}*/



.sdauto1-form .submit-group .btn:hover {

}

.sdauto1-btn{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
}

.sdauto1-form .submit-group .form-label label {
    background: #cf000f;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-top: 0;
}


.sdauto1-form .ui-widget-content{
    height: 9px;
    background: #dadad9;
    border-radius: 30px;
    border: none;
    margin-top: 3px;
    -webkit-box-shadow: inset 0px 1px 0px 2px rgba(192,192,191,1);
    -moz-box-shadow: inset 0px 1px 0px 2px rgba(192,192,191,1);
    box-shadow: inset 0px 1px 0px 0px rgba(192,192,191,1);
}



.sdauto1-form .ui-state-default,
.sdauto1-form .ui-widget-content .ui-state-default,
.sdauto1-form .ui-widget-header .ui-state-default {
    border: 0;
    background: #22567d;
    font-weight: bold;
    color: #1c94c4;
    outline:0;
    width:25px;
}

.sdauto1-form .pull-left,
.sdauto1-form .pull-right{
    margin-top:5px;
}


/*form slider classes */
.sdauto1-form .sdauto1-slider .ui-slider {
    height: 8px;
    background: #fff;
    border-radius: 30px;
    border: none;
    margin-top: 3px;
    -webkit-box-shadow: inset 0px 1px 0px 2px rgba(192,192,191,1);  -moz-box-shadow: inset 0px 1px 0px 2px rgba(192,192,191,1);
    box-shadow: inset 0px 1px 0px 0px rgba(192,192,191,1);
}

.sdauto1-form .sdauto1-slider .ui-slider-range {
    background: #368ccc;
}


.sdauto1-form .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #368ccc;
}




.sdauto1-form input{
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    color: #000000;
    padding-left: 5px;
    height: 28px;
    padding-top: 5px;
    -webkit-box-shadow: inset 0px 6px 24px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 6px 24px -14px rgba(0,0,0,0.75);
    box-shadow: inset 0px 6px 24px -14px rgba(0,0,0,0.75);
    width: 100%;
}





.sdauto1-form .sdauto1-slider .ui-slider-handle {
    height:28px;
    z-index: 100;
}
.sdauto1-form .sdauto1-slider .ui-slider .ui-slider-handle {
    background: #22567d;
    border: none;
    outline:none;
    border-radius: 5px;
    margin-top: 1px;
    width: 30px;
    height: 20px;
}
.sdauto1-form .sdauto1-slider .ui-slider .ui-slider-handle:first-of-type {
    background: #22567d;
}

.sdauto1-form .sdauto1-slider .ui-slider-range {
    background: #368ccc;
}

.sdauto1-form .sdauto1-slider .slider-tooltip {
    position:absolute;
    height: 22px;
    z-index: 1000;
    background: #22567d;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    padding: 0 5px;
    color: #ffffff;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sdauto1-form .form-input select {padding-right:18px}
}

.sdauto1-form .form-input label {
    font-weight: normal;
    width: 100%;
    position:relative;
    margin-bottom: 0;

}
.sdauto1-form .form-input label.sdauto1-select::after {
    content:'>';
    font-size: 17px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:10px;
    top: 2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
    font-weight: bold;
    color: #cf000f;
}
.sdauto1-form .form-input label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}


/* SIDEBAR CTAS */
.sdauto1-sidebar-cta a {
    color:inherit;
    text-decoration: none;
}

.sdauto1-sidebar-cta .latest-offers-cta h3, .sdauto1-sidebar-cta .test-drive-cta h3 {
    padding: 20px 0 20px 20px;
    color:#fefefe;
    margin:0;
    transition: opacity 0.5s;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
}

.sdauto1-sidebar-cta .latest-offers-cta h3:hover, .sdauto1-sidebar-cta .test-drive-cta h3:hover {
    opacity: 0.75;
}

/* SIDEBAR MENU */
.sdauto1-sidebar-menu h2{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color:#000000;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #000000;
}
.sdauto1-sidebar-menu ul {
    padding-left: 0;
    list-style: none;
}
.sdauto1-sidebar-menu ul a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
    color: #000000;
}

.sdauto1-sidebar-menu ul a.active {
    padding-left: 14px;
    border-left: solid 6px #e32033;
    color: #e32033;
}

/*FORMS*/
.sdauto1-sidebar-form{
    margin-top:0;
    padding-top:20px;
    background: #ffffff;
    border: 1px solid #eaeaea;
}


/* FOOTER */
.sdauto1-footer {
    background: #1d4a6b;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sdauto1-footer a {
    color:inherit;
    text-decoration: none;
}
.sdauto1-footer-1 h3 {
    font-family: 'Lato', sans-serif;

    text-transform: uppercase;
    margin:0;
    margin-bottom: 10px;
    font-weight: bold;
}
.sdauto1-footer-1 ul {
    list-style: none;
    padding-left: 0;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
}
.sdauto1-footer-1 ul li {
}
.sdauto1-footer .sdauto1-social .fa-stack {
    font-size: 10px;
    margin-right: 3px;
    margin-top: -1px;
}

.sdauto1-quick-links a{
    color:#2d9bed;
}
.sdauto1-quick-links a:hover{
    text-decoration: underline;
}


.sdauto1-footer .sdauto1-social .social-facebook .fa-stop {
    color:#37579b
}
.sdauto1-footer .sdauto1-social .social-twitter .fa-stop {
    color:#0ba7df
}
.sdauto1-footer .sdauto1-social .social-google-plus .fa-stop {
    color:#da4b39
}
.sdauto1-footer .sdauto1-social .social-youtube .fa-stop {
    color:#bd1818
}
.sdauto1-footer .sdauto1-social .social-instagram .fa-stop {
    color:#4f7fa7
}
.sdauto1-footer .sdauto1-social .social-pinterest .fa-stop {
    color:#cd1b20
}


/* Footer Dealer Details */
.sdauto1-footer .sdauto1-dealership .sdauto1-dealer-map {
    height: 150px;
    background: #c9c9c9;
}
.sdauto1-footer .sdauto1-dealership .dealer-details {
    text-align: right;
}
.sdauto1-footer .sdauto1-dealership .dealer-details > span {
    display: block;
    margin: 5px 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.sdauto1-footer .sdauto1-dealership .dealer-details .dealer-name {
    text-transform: uppercase;
    margin-top: 10px;
}

/* Second footer */

.sdauto1-copyright-info::after{
    display: block;
    height: 10px;
    background-color: #cf000f;
    content: " ";
}

.sdauto1-footer-2 {
    border-top: dashed 1px #fff;
    margin: 0;
    padding: 20px 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.sdauto1-footer-2 > div{
    display: inline-block;
    float:none;
    vertical-align: middle;
}
.sdauto1-footer-2 .sdauto1-links {
    text-align: center;
    margin-bottom: 20px;
}
.sdauto1-footer-2 .sdauto1-links ul {
    list-style: none;
    padding:0;
    margin-bottom: 0;
}

.sdauto1-footer-2 .sdauto1-links ul li {
    display: inline-block;
    padding: 0 5px;
    /* font-weight: bold; */
}

.sdauto1-footer-2 .sdauto1-copyright {
    text-align: center;
}

.sdauto1-footer-2 .sdauto1-logo {
    text-align: center;
    margin-bottom: 20px;
}


.footer-map-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.footer-map {
    position: relative;
    /*padding-bottom: 75%;*/ /* This is the aspect ratio */
    height: auto;
    overflow: hidden;
    background-color: #e6e6e6;
}

.footer-map #google_map {
    width: 100% !important;
    min-height: 725px;
}

.contact-col-right .col-xs-6,
.contact-col-right [class^='col-xs'],
.contact-col-right [class*=' col-xs']{
    padding:0;
}
@media (max-width:400px){
    .contact-col-right .col-xs-11
    {
        padding-left:15px;
    }
}



/* Contact details (map overlay) */
.dealer-contact-info, .container-fluid .dealer-contact-info {
    position: absolute;
    margin-top: 100px;
    padding:0;
    left: 0;
    color: #fff;
}

.dealer-contact-info, .container-fluid .dealer-contact-info-bg {
    padding: 5px;
    background-color: #cf000f;
    font-family: 'Lato', sans-serif;
}

.contact-col-right span i{
    color: rgba(255,255,255, 0.5);
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
    margin-top: -9px;
    position: absolute;
}


.dealer-contact-info-bg h1,
.dealer-contact-info-bg h2,
.dealer-contact-info-bg h3,
.dealer-contact-info-bg h4,
.dealer-contact-info-bg h5,
.dealer-contact-info-bg h6{
    color:#ffffff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}


.dealer-contact-info, .container-fluid .dealer-contact-info-grey {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
    background-color: #333;
}

.dealer-contact-info, .container-fluid .dealer-contact-info-grey h4:first-of-type, .dealer-contact-info, .container-fluid .dealer-contact-info-blue h4:first-of-type {
    margin-top: 0;
}

.dealer-contact-info a {
    color:#ffffff;
    text-decoration: underline;
    font-weight: normal;
}
.dealer-contact-info a:hover {
    color:#ccc;
    text-decoration: underline;
    font-weight: normal;
}

.dealer-contact-title {
    padding-right:30px;
}

.dealer-contact-title h1 {
    margin-top: 0;
    color: #fff;
}

.contact-col-left {
    padding-right: 30px;
}

.contact-col-left h5 {
    margin-top: 15px;
}

.contact-col-left .hyundai-1-btn-default {
    width: 100%;
    color: #fff;
    background-color: #1875d1;
}

.contact-col-left p.phone span {
    float: right;
}

.contact-col-right {
    padding-right:40px;
}

.dealer-contact-info h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.contact-col-right h5 {
    margin-top: 15px;
    font-size: 16px;
}

.contact-col-right p.hours span {
    float: right;
    text-align: right;
}

.contact-col-right p.socials a {
    margin-right: 18px;
}

.contact-col-right p.socials a:last-child {
    margin-right: 0;
}

.contact-col-right .sdauto1-mail p{
    margin-top:6px;
}

.page-template-page-finance-php .inner-left-module{
    padding-right: 30px;
}
.page-template-page-finance-php .hyundai-1-finance-calcs h2:first-child{
    margin-top: 0;
}

.page-template-page-finance-php .hyundai-1-finance-calcs h2:nth-of-type(2){
    margin-top: 40px;
}

/* Multilocation Contact details (map overlay) */
.container-fluid.multilocation-contact-details {
    background-color: #004283;
}
.container-fluid.multilocation-contact-details .dealer-contact-info {
    position: relative;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 50px;
}

.multilocation-contact-details .dealer-contact-title {

}

.multilocation-contact-details .locations > .dealer-contact-info {
    padding-right: 50px;
}

.multilocation-contact-details .dealer-contact-title h1 {
    margin-top: 30px;
    margin-bottom: 0;
}

.multilocation-contact-details .dealer-contact-info h4 {
    margin-bottom: 13px;
    padding-bottom: 5px;
    font-size: 17px;
}

.multilocation-contact-details .dealer-contact-info h5 {
    margin-top: 15px;
    font-size: 16px;
}

.multilocation-contact-details .dealer-contact-info h5:first-of-type {
    margin-top: 10px;
}

.multilocation-contact-details a.btn.get-directions {
    background-color: #1875D2;
    width: 100%;
    border-radius: 2px;
}

.multilocation-contact-details p.hours span, .multilocation-contact-details p.phone span {
    float: right;
}

.multilocation-contact-details p, .multilocation-contact-details ul, .multilocation-contact-details ol {
    font-size: 13px;
}

#hyundai-1-dealer-info-bar .dealer-info-bar-block.dealer-info-bar-block-alt {
    border-top: 2px solid rgba(255, 255, 255, 0.11);
}




















.sdauto1-logo img {
    float: RIGHT;
    width: 75%;
    margin-top: 10px;
}


.sdauto1-ownership img{
    padding:50px 0;
}
/* BANNER */
.sdauto1-banner img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.banner-inner .img-responsive{
    margin-left: auto;
    max-width: 2000px;
    margin-right: auto;
    width: 100%;
}

.navbar-toggle {
    margin-top: 25px;
    background-color:#cf000f;
    color:#ffffff;
    font-weight: bolder;
}


@media (max-width: 479px) {
    .sdauto1-footer .sdauto1-dealership .sdauto1-dealer-map{
        width: 100%;
    }

    .sdauto1-footer .sdauto1-dealership .dealer-details {
        width: 100%;
        text-align: center;
    }

    .sdauto1-footer .col-xs-4 {
        width: 50%;
    }
    .sdauto1-footer .sdauto1-ownership {
        clear:left;
    }

    .sdauto1-footer .sdauto1-dealership {
        padding-top: 20px;
        border-top: dashed 1px #fff;
    }

    #bs-example-navbar-collapse-1{
        margin-top:20px;
    }

}


@media(max-width: 767px){
    /*.sdauto1-car-brands [class^='col-'],*/
    /*.sdauto1-car-brands [class*=' col-']{*/
    /*width:100%;*/
    /*}*/

    .sdauto1-car-brands h2 {
        font-size: 13px;
    }
    .sdauto1-header .navbar {
        margin-bottom: 0;
        border: 1px solid transparent;
        min-height: 90px;
    }



    .sdauto1-homepage-ctas-wrapper{
        padding:0;
    }

    .contact-button-wrapper {
        width:100%;
        left:2%;
    }
    .contact-button-wrapper [class^='col-']{
        margin:20px 0;
    }

}

@media (min-width: 480px) {
    .sdauto1-header .sdauto1-logo, .sdauto1-header .sdauto1-dealer-details {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .sdauto1-cta-bar .sdauto1-ctas .sdauto1-cta-header {
        margin-bottom: 20px;
    }
}


@media (min-width: 768px) and (max-width: 991px){
    .sdauto1-contact-ctas .col-xs-2{
        padding-left: 0;
    }
}

@media (min-width: 480px ) and (max-width: 767px) {
    .sdauto1-header .sdauto1-logo, .sdauto1-header .sdauto1-dealer-details {
        width: 50%;
    }
    /*.sdauto1-ctas >div {
        float: left;
        width: 50%;
    } */
    .sdauto1-footer .sdauto1-social {
        width:100%;
        padding-top: 20px;
        border-top: dashed 1px #fff;
    }
    .sdauto1-footer .sdauto1-social ul li {
        display: inline-block;
        margin-right: 5px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .sdauto1-sidebar-cta .col-xs-12 {
        width: 50%;
        float:left;
    }

    .nav>li>a {
        padding:0 5px;
    }


    .sdauto1-logo img {
        float: left;

    }



}



@media (min-width: 768px) {



    .sdauto1-header .sdauto1-dealer-details .sdauto1-dealer-name,  .sdauto1-header .sdauto1-dealer-details .sdauto1-phone {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .sdauto1-footer-2 .sdauto1-logo {
        margin-bottom: 0;
    }

    .sdauto1-footer-2 .sdauto1-links {
        text-align: left;
        margin-bottom: 0;
    }

    .sdauto1-footer-2 .sdauto1-copyright {
        text-align: right;
    }

    .sdauto1-footer .sdauto1-dealership {
        padding-top: 20px;
        border-top: dashed 1px #fff;
    }


    .sdauto1-homepage-ctas [class^='col-']:first-child,
    .sdauto1-homepage-ctas [class*=' col-']:first-child{
        padding-left: 4px;
    }


    .sdauto1-homepage-ctas [class^='col-']:nth-child(2),
    .sdauto1-homepage-ctas [class*=' col-']:nth-child(2){
        padding-left: 9px;
        padding-right: 9px;
    }

    .sdauto1-homepage-ctas [class^='col-']:last-child,
    .sdauto1-homepage-ctas [class*=' col-']:last-child{
        padding-right: 5px;
    }
}



@media (max-width:767px){
    .sdauto1-homepage-ctas  [class^='col-'],
    .sdauto1-homepage-ctas  [class*=' col-'] {
        margin-bottom: 20px;
    }
    .sdauto1-mobile-hide{
        display: none;
    }
}

@media (max-width: 479px){

    .sdauto1-car-brands [class^='col-']:hover img,
    .sdauto1-car-brands [class*=' col-']:hover img,
    .sdauto1-car-brands-brand-active img{
        display: inline-block;
        width: 80%;
    }
    .sdauto1-car-brands [class^='col-'], .sdauto1-car-brands [class*=' col-'] {
        min-height: 150px;
    }

    .sdauto1-logo img {
        float:none;
        margin-left: 5px;
    }


}


@media(max-width:460px){
    .sdauto1-logo img {
        width: 75%;
        margin-top: -50px;
    }
}


@media (max-width: 991px){
    .dealer-contact-info, .container-fluid .dealer-contact-info{
        position:relative;
        margin-top:0;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        background-color: #cf000f;
    }
}

@media (min-width: 992px) {
    .sdauto1-cta-bar .sdauto1-ctas .sdauto1-cta-header {
        margin-bottom: 0;
    }

    .sdauto1-footer .sdauto1-dealership {
        padding-top: 0;
        border-top: none;
    }

    .sdauto1-footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }


    #bs-example-navbar-collapse-1 > ul > li.active>a,
    #bs-example-navbar-collapse-1 > ul > li.active>a:focus,
    #bs-example-navbar-collapse-1 > ul > li > a:focus,
    #bs-example-navbar-collapse-1 > ul > li.active>a:hover,
    #bs-example-navbar-collapse-1 > ul > li a:hover {
        color:#000000;
        background: none;
        border-bottom: 6px solid #cf000f;
        border-top: 4px solid #f2f1ef;
        font-weight:bold;

    }
    #bs-example-navbar-collapse-1 .navbar-nav li a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}
