/*
Theme Name: 	Mitsubishi 1
Theme URI: 	    http://www.dealersolutions.com.au
Description: 	Dealer Solutions Responsive Boiler Plate
Version: 	    1.0.1
Author: 	    Dealer Solutions
Author URI: 	http://www.dealersolutions.com.au

License:	    Closed
*/

* {
    outline: none;
}

/*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;
}



/*MAPS*/
.mitsubishi1.map-wrapper #map-canvas{
    width: 100%;
    height: 400px;
}

/********************** FONTS ***********************/

@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/MuseoSans300/museosans-300-webfont-webfont.eot');
    src: url('fonts/MuseoSans300/museosans-300-webfont-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans300/museosans-300-webfont-webfont.woff2') format('woff2'),
    url('fonts/MuseoSans300/museosans-300-webfont-webfont.woff') format('woff'),
    url('fonts/MuseoSans300/museosans-300-webfont-webfont.ttf') format('truetype'),
    url('fonts/MuseoSans300/museosans-300-webfont-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSans700Regular';
    src: url('fonts/MuseoSans700/museosans_700-webfont.eot');
    src: url('fonts/MuseoSans700/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans700/museosans_700-webfont.woff') format('woff'),
    url('fonts/MuseoSans700/museosans_700-webfont.ttf') format('truetype'),
    url('fonts/MuseoSans700/museosans_700-webfont.svg#MuseoSans700Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans900';
    src: url('fonts/MuseoSans900/museosans_900-webfont-webfont.eot');
    src: url('fonts/MuseoSans900/museosans_900-webfont-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans900/museosans_900-webfont-webfont.woff2') format('woff2'),
    url('fonts/MuseoSans900/museosans_900-webfont-webfont.woff') format('woff'),
    url('fonts/MuseoSans900/museosans_900-webfont-webfont.ttf') format('truetype'),
    url('fonts/MuseoSans900/museosans_900-webfont-webfont.svg#museo_sans900') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************* STYLES **********************/

body {
    font-family: 'museo_sans300';
    line-height: 1.25;
}
h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'museo_sans900';
}
h2,
h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'museo_sans900';
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'museo_sans900';
    margin-top: 0;
}
h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'museo_sans900';
}

ul {
    margin: 0;
    padding: 0;
}
strong {
    font-family: 'museo_sans900';
    font-weight: normal;
}

.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.grey-bg {
    background: #f0f0f0;
}
.transform-none {
    text-transform: none;
}

select::-ms-expand {
    display: none;
}

.red-btn,
.grey-btn,
.ds-form .btn{
    text-transform: uppercase;
    font-family: 'museo_sans900';
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    padding-top:0;
    padding-bottom: 0;
    border-radius: 0;
}
.red-btn:hover,
.red-btn:focus,
.grey-btn:hover,
.grey-btn:focus,
.ds-form .btn:hover,
.ds-form .btn:focus{
    text-decoration: none;
}
.red-btn,
.ds-form .btn {
    background: #ec1c23;
    background: -moz-linear-gradient(top,  #ec1c23 0%, #cf040b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1c23), color-stop(100%,#cf040b));
    background: -webkit-linear-gradient(top,  #ec1c23 0%,#cf040b 100%);
    background: -o-linear-gradient(top,  #ec1c23 0%,#cf040b 100%);
    background: -ms-linear-gradient(top,  #ec1c23 0%,#cf040b 100%);
    background: linear-gradient(to bottom,  #ec1c23 0%,#cf040b 100%);

    border-bottom: 3px solid #831217;
    color: #fff;
}
.grey-btn {
    background: #cccccc;
    color: #283239;
    border-bottom: 3px solid #283239;
}
.red-btn:hover,
.red-btn:focus,
.ds-form .btn:hover,
.ds-form .btn:focus{
    background: #cf040b;
    background: -moz-linear-gradient(top,  #cf040b 0%, #ec1c23 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf040b), color-stop(100%,#ec1c23));
    background: -webkit-linear-gradient(top,  #cf040b 0%,#ec1c23 100%);
    background: -o-linear-gradient(top,  #cf040b 0%,#ec1c23 100%);
    background: -ms-linear-gradient(top,  #cf040b 0%,#ec1c23 100%);
    background: linear-gradient(to bottom,  #cf040b 0%,#ec1c23 100%);

    border-bottom-color: #831217;
    color: #fff;
}
.grey-btn:hover {
    color: #283239;
}
.red-btn:after,
.grey-btn:after,
.ds-form .btn:after{
    content: url(img/arrow-right.png);
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    line-height: 1;
}
.grey-btn:after {
    content: url(img/arrow-right-grey.png);
}
.dslc #bodyContent a.get-directions-btn {
    color: #fff;
    background-color: #ED1C24;
    border-color: #ccc;
}
/*------------------- sitemap list ---------------------*/
.sitemap-list{
    padding-left: 20px;
}
/*--------- header ----------*/
header.mitsubishi1 {
    padding: 15px 0 10px;
    position: relative;
    z-index: 350;
}

.header-details{
    text-align: right;
}

.header-details .fa {
    color: red;
}

.header-details a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

header.mitsubishi1 .container {
    position: relative;
}
header.mitsubishi1 .logo {
    float: left;
    margin-left: 7px;
}
header.mitsubishi1 nav {
    float: left;
}

header.mitsubishi1 nav > ul > li {
    display: inline-block;
    line-height: 63px;
    margin-left: 20px;
}

header.mitsubishi1 nav li a,
header.mitsubishi1 nav li span {
    font-size: 12px;
    color: #283239;
    font-family: 'museo_sans900';
    cursor: pointer;
}
header.mitsubishi1 nav li i.fa {
    color: #cdcdcf;
    font-weight: bold;
    margin-left: 5px;
}

.mobile-location {
    display: none;
}

.mobile-location ul {
    text-align: right;
}

.mobile-location li {
    list-style: none;  
    display: inline-block; 
}
.mobile-location a {
    color: #fff;
    display: inline-block;
    line-height: normal;
    background: #ec1c23;
    background: -moz-linear-gradient(top, #ec1c23 0%, #cf040b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1c23), color-stop(100%,#cf040b));
    background: -webkit-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
    background: -o-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
    background: -ms-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
    background: linear-gradient(to bottom, #ec1c23 0%,#cf040b 100%);
    padding: 7px 0px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.mobile-location a.btnlocation {
    width: auto;
    font-size: 11px;
    padding: 8px;
}

.mitsubishi1-menu .nav>li>a {
    padding: 0 10px;
}
.mitsubishi1-menu .nav .open>a {
    background: none;
}
.mitsubishi1-menu .dropdown-menu>li>a {
    padding: 10px;
}
.mitsubishi1-menu .dropdown-menu>.active>a {
    background: #c0c0c0;
}
.mitsubishi1-menu .nav>li>a:hover,
.mitsubishi1-menu .nav>li>a:focus {
    background: none;
    color: #c0c0c0;
}
header.mitsubishi1 .header-phone {
    float: right;
    position: relative;
    right: 2px;
}

.header-phone {
    text-align: right;
}

.header-phone h1 {
    margin: 0;
    line-height: 37px;
    position: relative;
    padding-right: 52pyoux;
    /*margin-top: 14px;*/
    text-align: right;
    font-size: 25px;
}
.header-phone h1.left-align {
    margin-top: 15px;

    width: auto;
    display: inline-block;
}
.mobile-location.multiloc {
    display: inline-block;
    position: relative;
    top: -5px;
}
.header-details .content.multiloc {
    display: none;
}
.header-phone h1 .phone-icon {
    position: absolute;
    top: 30px;
    right: 0;
    width: 37px;
    height: 37px;
    cursor: pointer;
}
.header-phone h1 .phone-icon img {
    display: block;
}
.header-phone .phone-list h4 {
    margin: 0;
}
.header-phone .phone-list ul + h4 {
    margin-top: 10px;
}
.header-phone .phone-list {
    position: absolute;
    top: 50px;
    right: 0;
    background: #e8181f;
    padding: 13px;
    display: none;
    width:280px;
}
.header-phone .phone-list:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid #e8181f;
    border-left: 8px solid transparent;
}
.header-phone .phone-list ul {
    margin: 0;
    padding: 0;
}
.header-phone .phone-list li {
    list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'museo_sans900';
    padding: 2px 0;
    text-align: right;
}
.header-phone .phone-list li span {
    text-align: left;
    float: left;
    width: 110px;
}

.header-phone .phone-list li a {
    color: inherit;
}

/*--------------content-----------------*/
#content p, #content li {
    font-size: 16px;
    line-height: 1.25;
}
#content p.small {
    font-size: 12px;
}
#content article ul {
    padding-left: 16px;
    padding-bottom: 5px;
}

/*-----carousel------*/

.mitsubishi1 .carousel-inner > .item,
.mitsubishi1 .carousel-inner > .item > img{
    width: 100%;
}

.mitsubishi1.banner-wrapper #carousel-banner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 7;
}
.mitsubishi1.banner-wrapper #carousel-banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-bottom: 30px solid #f0f0f0;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 50%;
}
.mitsubishi1.banner-wrapper #carousel-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-bottom: 30px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    width: 50%;
}
.mitsubishi1.banner-wrapper #carousel-banner #banner-buttons {
    display: none;
}
.mitsubishi1.banner-wrapper #carousel-banner .carousel-control {
    opacity: 1;
    background: none;
}

.mitsubishi1.banner-wrapper #carousel-banner .carousel-control .glyphicon {
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.mitsubishi1.banner-wrapper #carousel-banner .carousel-control:hover {
    opacity: 0.75;
}

/*---------------------*/

.content-row {
    padding: 60px 0 30px;
    position: relative;
}
.content-row:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
}
.content-row.grey-bg:after {
    border-top-color: #f0f0f0;
}
.content-row.dark-arrow:after {
    border-top-color: #283239;
}
.content-row h2 {
    margin-bottom: 20px;
}

.page-template-page-showroom-php .content-row.showroom-content:after {
    display: none;
}
.page-template-page-showroom-php .form .form-control,
.page-template-page-showroom-php .ds-form .form-group input,
.page-template-page-showroom-php .ds-form .form-group textarea,
.page-template-page-showroom-php .ds-form .form-group select {
    font-size: 14px;
}
.page-template-page-showroom-php .row-testdrive-popup {
    margin: 14px 0 0 0;
}
/*------search-----*/

.alert>ul {
    padding-left:20px;
}

#search {
    padding-bottom: 22px;
    margin-top: -28px;
    z-index: 6;
    font-family: 'MuseoSans700Regular';
}
.form h4 {
    background: url(img/search-title-bg.png) no-repeat 50% 50%;
    color: #fff;
    border: 1px solid #aeaeae;
    height: 37px;
    width: 100%;
    text-align: center;
    line-height: 37px;
    margin-top: 22px;
}
.form .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
.form .form-group.range-slider {
    margin-bottom: 0;
}
.form label {
    font-weight: normal;
    width: 100%;
    margin-bottom: 0px;
}
.alert ul.error {
    padding-left:20px;
}
.form label.control-label,
.ds-form .form-group label {
    text-align: left;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 2px;
    font-size: 12px;
    font-family: 'MuseoSans700Regular';
}

.ds-form .form-group label {
    margin-bottom: 0;
}
.form .form-control,
.ds-form .form-group input,
.ds-form .form-group textarea,
.ds-form .form-group select {
    border-radius: 0;
    height: 37px;
    font-size: 16px;
    font-family: 'museo_sans300';
}
.ds-form .form-group textarea {
    height: 119px;
}

.form select.form-control {
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form .form-select {
    position: relative;
}
.form .form-select select {
    background-image: url(img/select-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.form button.form-control,
.ds-form .form-actions button {
    color: #fff;
    text-transform: uppercase;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    font-family: 'museo_sans900';
    font-size: 12px;
    line-height: 1;
}
#quick-search.form button.form-control {
    margin-top: 24px;
}
.form .radio-block {
    float: left;
    margin-top: 2px;
}
.form .radio-block:first-child + .radio-block {
    padding: 0 25px;
}
.form input[type="radio"] {
    display:none;
}
.form input[type="radio"] + label span.radio {
    display:inline-block;
    width:28px;
    height:28px;
    cursor:pointer;
    background:url(img/radio-bg.png) no-repeat;
    padding-top: 0;
    float: left;
    margin-right: 8px;
}
.form input[type="radio"]:checked + label span.radio {
    background-position: 0 100%;
}
.form input[type="radio"] + label span.text {
    font-family: 'museo_sans900';
    color: #848484;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 12px;
}
.form input[type="radio"]:checked + label span.text {
    color: #010101;
}
.form .range-slider .form-input {
    background: #fff;
    border: 1px solid #ccc;
    height: 37px;
    padding: 0 12px;
}
.range-slider canvas {
    height: 100%;
    width: 100%;
}
.form .range-slider .form-input .slider {
    border-radius: 0;
    background: #ccc;
    border: none;
    height: 10px;
    margin-top: 13px;
    margin-left: 6px;
    margin-right: 7px;
}
.form .range-slider .form-input .ui-slider-range {
    background: #f6f6f6;
}
.form .range-slider .form-input .ui-slider-handle {
    width: 37px;
    height: 37px;
    background: url(img/range-arrows.jpg) no-repeat 0 0;
    border-radius: 0;
    border: none;
    top: -14px;
    margin-left: -18px;
}
.form .range-slider .form-input .ui-slider-handle + .ui-slider-handle {
    background-position: 0 100%;
}
.form .range-slider .slider-tooltip {
    color: #848484;
    font-family: 'MuseoSans700Regular';
    font-size: 12px;
    top: 5px !important;
    text-align: left;
    margin-bottom: 6px;
}
.form .range-slider .slider-tooltip.tooltip2 {
    text-align: right;
}

.form textarea.form-control {
    height: 119px;
}
.form .input-group-addon {
    background: url(img/datepicker.png) no-repeat 50% 50%;
    border-radius: 0;
    border: none;
    padding-left: 18.5px;
    padding-right: 18.5px;
}
#form-group-generic1 {
    display: none;
}

/*-------cars------*/

#cars {
    z-index: 5;
}
#cars-thumbnails .row {
    margin-bottom: 10px;
}
#cars .thumbnail {
    border: 3px solid transparent;
    border-radius: 0;
    padding-bottom: 10px;
    margin-top:3px;
}
#cars .thumbnail img {
    max-width: 150px;
}
#cars .thumbnail:hover {
    border:3px solid #f0f0f0;
}
#cars h5 {
    text-align: center;
    margin: 0;
}
#cars a h5 {
    color: #ec1c23;
}
#cars .btns {
    text-align: right;
}
#cars .btns a {
    width: 25%;
}

#cars .slick-control {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #f0f0f0;
    margin-top: -70px;
    line-height: normal;
    padding-top:20px;
    padding-bottom:20px;
    padding-right: 20px;
    padding-left: 20px;
}

#cars .slick-control:hover {
    color: #d0d0d0;
}

#cars .slick-control.slick-next-custom {
    right: 0;
}
#cars .slick-dots {
    display: block;
    text-align: center;
    position:relative;
    top:-15px;
}
#cars .slick-dots > li > button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    margin-left:5px;
    margin-right:5px;
}


#cars .slick-dots > li > button:after {
    display: block;
    content: "";
    height: 28px;
    width: 28px;
    background: url(img/radio-bg.png) no-repeat;
    /*border-radius: 100%;*/
    /*background: #FFFFFF;*/
    /*border: 1px solid #cdcdcd;*/
}
#cars .slick-dots > li.slick-active > button:after {
    background-position: 0 100%;
}

#cars .slick-dots > li {
    list-style: none;
    display: inline-block;
}

/*------- ctas ------*/
#ctas {
    z-index: 4;
    padding-bottom: 50px;
}
#ctas h2 {
    margin-bottom: 34px;
}
#ctas .item {
    background: #fff;
}
#ctas .item img {
    width: 100%;
    height: auto;
}
#ctas .item .center {
    padding: 14px;
}
#ctas .item p {
    margin: -2px 16px 12px;
}
#ctas .item a {
    width: 100%;
}
#ctas .item h4 {
    margin-left: -10px;
    margin-right: -10px;
}

/*------- about-----*/
#about .dealer-details-dealer h4 {
    margin-bottom: 5px;
}
#about .dealer-details-dealer + .dealer-details-dealer h4 {
    margin-top: 15px;
}
#about {
    z-index: 3;
    font-size: 16px;
    padding-bottom: 40px;
    line-height: 1.25;
}
#about span,
#about strong {
    display: block;
}

#about article span {
    display: inline-block;
}
#about ul li {
    font-size: 14px;
    list-style-type: none;
}
#about ul li a {
    color: #D2060D;
}
#about .red-btn {
    width: 100%;
    margin-top: 3px;
}
#about img {
    width: 100%;
    height: auto;
}

#about .dealer-details .phone a {
    color: inherit;
}

.social li {
    float: left;
}
.social li a {
    display: inline-block;
}
.social li a:hover {
    opacity: 0.75;
}

/*------- DSLC details ------*/

.dslc-wrapper-location:nth-child(even){
    background: #f0f0f0;
}

.dslc .dslc-wrapper-location{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#dslc-details h3, #dslc-details label{
    font-family: 'museo_sans900';
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
}

.dslc-address{
    font-size: 16px;
}

#dslc-details .red-btn:hover,
#dslc-details .red-btn:focus,
#dslc-details .grey-btn:hover,
#dslc-details .grey-btn:focus,
#dslc-details .ds-form .btn:hover,
#dslc-details .ds-form .btn:focus{
    text-decoration: none;
}
#dslc-details .red-btn,
#dslc-details .btn {
    background: #ec1c23;
    background: -moz-linear-gradient(top,  #ec1c23 0%, #cf040b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1c23), color-stop(100%,#cf040b));
    background: -webkit-linear-gradient(top,  #ec1c23 0%,#cf040b 100%);
    background: -o-linear-gradient(top,  #ec1c23 0%,#cf040b 100%);
    background: -ms-linear-gradient(top,  #ec1c23 0%,#cf040b 100%);
    background: linear-gradient(to bottom,  #ec1c23 0%,#cf040b 100%);
    border-bottom: 3px solid #831217;
    color: #fff;
    text-align: left;
    font-family: 'museo_sans900';
    border-radius: 0px !important;
}


#dslc-details .red-btn:hover,
#dslc-details .red-btn:focus,
#dslc-details .btn:hover,
#dslc-details .btn:focus{
    background: #cf040b;
    background: -moz-linear-gradient(top,  #cf040b 0%, #ec1c23 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf040b), color-stop(100%,#ec1c23));
    background: -webkit-linear-gradient(top,  #cf040b 0%,#ec1c23 100%);
    background: -o-linear-gradient(top,  #cf040b 0%,#ec1c23 100%);
    background: -ms-linear-gradient(top,  #cf040b 0%,#ec1c23 100%);
    background: linear-gradient(to bottom,  #cf040b 0%,#ec1c23 100%);
    border-bottom-color: #831217;
    color: #fff;

    border-radius: 0px !important;
}

#dslc-details .btn-primary{
    border-color: transparent ;
    border-bottom-color: #831217 !important;
}

#dslc-details .red-btn:after,
#dslc-details .grey-btn:after,
#dslc-details .btn:after{
    content: url(img/arrow-right.png);
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -6px;
    line-height: 1;
}

#dslc-details .grey-btn:after {
    content: url(img/arrow-right-grey.png);
}

.dslc-social .fa {
    color: #ed1c24;
    font-size: 28px;
}

.dslc .dslc-social{
    text-align: center;
    padding: 5px !important;
}

.dslc #dslc-department-select{
    text-transform: capitalize;
    font-weight: 400;
    height: 40px;
    font-size: 17px;
}

.dslc-phone-fax p{
    font-weight: 100 !important;
    font-size: 18px;
}

.dslc .dslc-phone-fax a, .dslc .dslc-fax {
    color: #ed1c24;
}

.dslc .dslc-label{
    font-weight: 100 !important;
}

.dslc .dslc-trading-hours {
    font-size: 16px;
}

.dslc-trading-hours .col-sm-4 {
    padding-left: 0px;
}

.dslc .dslc-fax p{
    font-size: 22px;
}

.dslc-department-selection select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-radius: 0px;
}

.dslc .dslc-wrapper-location:nth-last-child(even){
    border-bottom: 0px !important;
}

/*------- map ------*/

#map-canvas.front-page-map{
    height: 444px;
    position: relative;
    z-index: 2;
    margin-bottom: -2px;
}

#dslc-map > div > div > div:first-child > div:last-child > div > div {
    background-position: center !important;
}
/*

#map-canvas.front-page-map:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    border-bottom: 30px solid #283239;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 50%;
}


#map-canvas.front-page-map:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 2;
    border-bottom: 30px solid #283239;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    height: 0;
    width: 50%;
}
*/
#map-canvas.contact-page-map{
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 6;
    height: 550px;
}

/*-------title-page---------*/
#title-page {
    background: #283239;
    padding-top: 21px;
    padding-bottom: 22px;
    position: relative;
    z-index: 7;
}
#title-page h2 {
    color: #fff;
    margin-bottom: 0;
}
.content-row h3 {
    color: #ed1c24;
    margin-bottom: 20px;
}

/*------info-------*/
#info {
    position: relative;
    z-index: 6;
    padding-bottom: 37px;
}
#info .page-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 26px;
}
.service-department {
    background: url(img/comment-icon.png) no-repeat 18px 20px #ed1c24;
    color: #fff;
    padding: 60px 18px 21px;
}
.service-department strong {
    font-size: 26px;
    color: #000000;
    display: block;
    margin: 5px 0 10px;
}
.service-department h3 {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
}
.service-department a[href^=tel],
.service-department a[href^=tel]:hover{
    color:#000000;
}
#book-form .form-group {
    margin-bottom: 20px;
}
.row.mobile,
.red-btn.mobile{
    display: none;
}
#ds-form, .ds-form-container {
    padding-top: 48px;
    padding-bottom: 70px;
}
#top-book-form {
    padding: 14px 0 13px;
    border-bottom: 3px solid #fff;
}
#bottom-book-form {
    overflow: hidden;
    position: relative;
}
#bottom-book-form .row:first-child {
    padding: 26px 0 17px;
    border-bottom: 3px solid #fff;
    margin-bottom: 38px
}
/*------------ footer -----------*/

.quick-links .icon {
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url(img/icons.png);
    background-repeat: no-repeat;
}
.icon-car {
    height: 14px;
    background-position: 0 0;
}
.icon-offer {
    background-position: 0 -29px;
}
.icon-drive {
    background-position: 0 -59px;
}
.icon-finance {
    background-position: 0 -89px;
}
.icon-service {
    background-position: 0 -119px;
}
.icon-warranty {
    background-position: 0 -149px;
}
.icon-contact {
    height: 12px;
    background-position: 0 100%;
}

/* Finance Tabs */
.finance-calcs .btn {
    border-left:none;
    border-right:none;
    border-top:none;
}

.finance-calcs .nav {
    margin-bottom: 18px;

}

.finance-calcs .nav li a {
    border-radius: 0;
    font-family: 'museo_sans900';
    text-transform: uppercase;
    background: #A0070C;
    color: #fff;
}

.finance-calcs .nav li.active a {
    background: #ec1c23;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ec1c23 0%, #cf040b 100%) repeat scroll 0 0;
}


footer.mitsubishi1 {
    background: #283239;
    color: #fff;
    padding: 50px 0 43px;
    font-size: 16px;
}
.home footer.mitsubishi1 {
    padding-top: 50px;
}
footer.mitsubishi1 .title {
    display: block;
    margin-bottom: 10px;
}
footer.mitsubishi1 li {
    list-style-type: none;
}

footer.mitsubishi1 ul.trading-hours {
    margin-bottom:10px;
}
footer.mitsubishi1 ul.trading-hours li {
    clear:both;
}

footer.mitsubishi1 ul.trading-hours li span {
    min-width: 68px;
    width: auto;
    margin-right: 5px;
}


footer.mitsubishi1 .icon {
    margin-right: 7px;
    float: left;
    position: relative;
    top: 2px;
}
footer.mitsubishi1 a,
footer.mitsubishi1 a:hover {
    color: #fff;
}

footer.mitsubishi1 h5{
    font-family: 'museo_sans300';
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 100;

}
/****************************************** FB: 56941 adding a bit more space for the footer **************************************************/
div.footer_powered_by {
    margin-bottom: 30px;
}
footer.mitsubishi1 .icon-contact {
    /*top: 6px;*/
}

footer.mitsubishi1 .quick-links li {
    padding-top: 10px;
}
footer.mitsubishi1 .quick-links li:first-child {
    padding-top: 0;
}
footer.mitsubishi1 .subtitle {
    margin-top: 10px;
}

footer.mitsubishi1 li span {
    width: 70px;
    float: left;
}

footer.mitsubishi1 .dealer-details .row + .row {
    margin-top: 15px;
}

/*---------bottom page ----------*/

#bottom-page {
    padding: 15px 0 30px;
    font-size: 12px;
    color: #283239;
    overflow-y: hidden;
}
#content #bottom-page p {
    font-size: 12px;
}
.ts_and_cs_text {
    margin-top: 10px;
}
#bottom-page a {
    color: #283239;
}

#bottom-page .col-md-4 {
    text-align: right;
}

.test-next,
.test-back{
    display: none;
}

/*special offers*/
.special-item{
    margin:20px 0;
}
body .special-item h3{
    font-size: 23px;
    margin-top:15px;
}
body .special-item p{
    font-weight: 900;
}
body .special-item a{
    color: #ec1c23;
}
body .special-item > .btn-enquire{
    background: #ec1c23;
    background: -moz-linear-gradient(top, #ec1c23 0%, #cf040b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1c23), color-stop(100%,#cf040b));
    background: -webkit-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
    background: -o-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
    background: -ms-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
    background: linear-gradient(to bottom, #ec1c23 0%,#cf040b 100%);
    border-bottom: 3px solid #831217;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #fff;
}
body .special-item > .desc p{
    font-weight:100;
}
body .terms-conditions h3{
    font-size:18px;
}
.sp-offers {
    margin-top:30px;
}
.sp-offer {
    border: 1px solid #BDBCBC;
    margin-bottom: 30px;
}
.sp-offer-type-banner {}
.sp-offer-type-offer {}
.sp-offer-heading {
    background: #f0f0f0;
    overflow: hidden;
}
body .sp-offer-heading-primary {
    margin: 15px;
    margin-bottom: 15px;    
}
body .sp-offer-heading-secondary {
    margin: 0 15px 15px 15px;
    font-size: 18px;
}
.sp-offer-banner {}

.sp-offer-banner img {
    width: 100%;
}
.sp-offer-content {}

.sp-offer-content-image {
    margin: 15px 0;
}

.sp-offer-content-image img {
    margin: 0 auto;
}
.sp-offer-content-features {
    margin: 15px 0;
}

.sp-offer-content-features h4 {
    margin-left: 15px;
    margin-right: 15px;
}

.sp-offer-content-features ul {
    margin-left: 30px;
}
.sp-offer-content-pricing {
    /* margin: 15px 0; */
}
.sp-offer-pricing-box {}
.sp-offer-price {
    background: #ed1c24;
    color: #fff;
    border-bottom: 3px solid #831217;
    padding: 15px;
}
.sp-offer-price-value {
    font-size: 29px;
    font-weight: bold;
}
.sp-offer-price-label {}
.sp-offer-buttons {}

.sp-offer-buttons a {
    display: block;
    border-bottom: solid 1px rgb(174, 0, 0);
}
.sp-offer-disclaimer {
    padding: 15px;
    background: #f0f0f0;
}

#content .sp-offer-disclaimer p {
    font-size: 12px;
}

/*Collapse T&Cs*/
.national-specials-inner .terms-conditions p {
    display:none;
}

.terms-conditions > h3#terms-conditions {
    cursor:pointer;
    color:#e11428;
}

.terms-conditions > h3#terms-conditions:hover {
    color:#d70e22;
}

.terms-conditions > h3::after {
    content: "\f13a";
    font-family: "FontAwesome";
    font-size: 20px;
    margin-left: 10px;
}

.terms-conditions > h3.active::after {
    content: "\f139";
    font-family: "FontAwesome";
    font-size: 20px;
    margin-left: 10px;
}


/**************************** TABLET ****************************/
@media only screen and (max-width: 1199px) {
    .header-phone h1  {
        font-size: 16px;
    }
    .service-department strong {
        font-size: 22px;
    }
    .service-department h3 {
        font-size: 26px;
    }
    .content-row {
        padding-top: 49px;
    }
    #search {
        padding-top: 44px;
    }
    #ctas {
        padding-top: 56px;
    }
    #about {
        padding-top: 58px;
    }
    #info {
        padding-top: 63px;
    }
    #map-canvas.contact-page-map {
        height: 465px;
    }

    #ctas .item p {
        margin: -2px 0 12px;
    }

    .header-phone {
        width: 30%;
        top: 8px;
    }

    .header-phone h1 {
        max-width: 100%;
    }

    .header-details {
        display: none;
    }

    .mobile-location {
        display: block;
        margin-top: 10px;
    }


    .header-details {
        background: #ec1c23;
        background: -moz-linear-gradient(top, #ec1c23 0%, #cf040b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1c23), color-stop(100%,#cf040b));
        background: -webkit-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
        background: -o-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
        background: -ms-linear-gradient(top, #ec1c23 0%,#cf040b 100%);
        background: linear-gradient(to bottom, #ec1c23 0%,#cf040b 100%);
        padding: 10px 0;
        position: absolute;
        right: 15px;
    }
    .header-details .fa, .header-details div, .header-details div a {
        color: #fff;
    } 
    .header-details .fa {
            margin-right: 10px;
    }

    .header-details div.content {
        width: 100%;
        float: none;
        padding: 0px 10px;
        text-align: right;    max-width: 240px;
    }

    .header-details div.content div {
        margin-bottom: 5px;
        min-width: 110px;
    }

    .header-details div.content div.address {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .header-details div.content div:last-child {
        margin-bottom: 0px;
    }

    .header-details div.content:last-child {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-phone h1  {
        font-size: 16px;
        line-height: 18.5px;
    }

    /*-------content--------*/

    .mitsubishi1.banner-wrapper #carousel-banner .container {
        margin-left: -485px;
    }

    .form .radio-block:first-child + .radio-block {
        padding: 0 5px;
    }
    .form input[type="radio"] + label span.radio {
        margin-right: 3px;
    }
    /*-------------*/
    footer.mitsubishi1 .title {
        margin-right: -5px;
    }


}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .header-phone h1.left-align {
        display: block;
        margin-top: -5px;
    }
}

@media only screen and (max-width: 991px) {
    .header-phone h1 {
        font-size: 16px;
        line-height: normal;
    }

    .test-next,
    .back-test{
        display: block;
    }

    header.mitsubishi1 nav > ul > li {
        margin-left: 5px;
    }

    header.mitsubishi1 nav > ul > li:last-child,
    header.mitsubishi1 nav > ul > li:last-child > a {
        padding: 0px;
    }

    /*----------header-------------*/
    header.mitsubishi1 {
        padding: 20px 0 5px;
    }
    header.mitsubishi1 .logo {
        margin-left: 0;
    }
    header.mitsubishi1 .header-phone {
        position: absolute;
        top: 7px;
        right: 15px;
    }
    header.mitsubishi1 nav  {
        margin-top: 22px;
        position: relative;
        z-index: 9;
    }
    header.mitsubishi1 nav > ul > li {
        line-height: 3;
    }
    .header-phone h1 {
        max-width: 100%;
    }
    .header-phone .phone-list {
        top: 37px;
    }

    .header-phone { width: auto; }


    .header-details table, .header-details td, .header-details a{
        text-align: right;
        font-size: 12px;
        max-width: 300px;
        float: right;
    }




    /*---------content-----------*/


    /*.mitsubishi1.banner-wrapper #carousel-banner,*/
    /*#ctas .item img,*/
    /*#about .image,*/
    /*#info img{*/
    /*display: none;*/
    /*}*/

    .mitsubishi1.banner-wrapper #carousel-banner:before {
        display: none;
    }
    .mitsubishi1.banner-wrapper #carousel-banner:after {
        display: none;
    }

    #search {
        margin-top: 0;
        padding-top: 0;
    }
    #quick-search.form button.form-control {
        margin-top: 0;
    }

    #cars-carousel {
        display: block;
    }
    #cars .btns {
        margin-top: 24px;
    }
    #cars .btns a {
        width: 100%;
        margin-top: 3px;
    }
    #ctas {
        padding-top: 48px;
        padding-bottom: 26px;
    }
    #ctas h2 {
        margin-bottom: 26px;
    }
    #ctas .item {
        margin-top: 20px;
    }
    #ctas .item p {
        max-width: 250px;
        display: inline-block;
    }
    #ctas .col-md-3:first-child .item {
        margin-top: 0;
    }
    #about .col-md-3 {
        margin-top: 20px;
        margin-bottom:20px;
    }
    #about .col-md-3:first-child + .col-md-3 {
        margin-top: 0;
    }
    #map-canvas.front-page-map{
        height: 333px;
    }
    .service-department {
        margin-top: 20px;
    }
    #info {
        padding-top: 38px;
    }
    #book-form{
        position: relative;
        overflow: hidden;
    }
    #book-form .form-group {
        margin-bottom: 5px;
    }
    #top-book-form {
        position: absolute;
        top: 0;
        width: 100%;
        border-bottom: none;
    }
    #top-book-form,
    #bottom-book-form .row:first-child {
        padding: 0;
    }
    #bottom-book-form{
        right: -100%;
        top: 0;
        width: 100%
    }
    #top-book-form .red-btn {
        width: 100%;
        cursor: pointer;
    }
    #bottom-book-form .red-btn {
        width: 40%;
        float: left;
        cursor: pointer;
    }
    #back-btn {
        text-align: right;
    }
    #back-btn:after {
        right: auto;
        left: 15px;
        transform: rotate(180deg);
    }
    #bottom-book-form button.red-btn {
        float: right;
    }
    .row.mobile,
    .red-btn.mobile{
        display: block;
    }
    #map-canvas.contact-page-map {
        height: 333px;
    }

    /*----------*/
    footer.mitsubishi1 {
        padding-bottom: 30px;
    }
    .home footer.mitsubishi1 {
        padding-top:  5px;
    }
    footer.mitsubishi1 .drop {
        display: none;
        padding-bottom: 15px;
    }
    footer.mitsubishi1 .title {
        padding-top: 10px;
        border-top: 2px solid #767d81;
        cursor: pointer;
        position: relative;
    }
    footer.mitsubishi1 .col-md-3:first-child .title {
        border-top: none;
    }
    footer.mitsubishi1 .title:after {
        content: url(img/arrow-down.png);
        position: absolute;
        right: 15px;
    }
    footer.mitsubishi1 .open .title:after {
        content: url(img/arrow-up.png);
    }
    #bottom-page .col-md-4 {
        text-align: left;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form .radio-block:first-child + .radio-block {
        padding: 0 80px;
    }
}
@media only screen and (min-width: 992px) {
    /* Enable menu onhover state */
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin: 0;
    }

    footer.mitsubishi1 .drop {
        display: block !important;
    }
}


/*************************** MOBILE *******************************/
@media only screen and (max-width: 767px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
    .header-phone h1 {
        font-size: 16px;
    }
    header.mitsubishi1 nav li.mobile{
        display: inline-block;
    }
    header.mitsubishi1 nav li .sub-menu {
        position: absolute;
        top: 15px;
        right: 0;
        width: 165px;
        text-align: right;
        background: #fff;
        display: none;
    }
    header.mitsubishi1 nav li .sub-menu li {
        padding: 3px 0;
    }
    .header-phone h1.left-align {
        margin-top: 23px;   
    }
    .header-phone .phone-list li {
        font-size: 14px;
    }
    .header-details h5, .header-details table, .header-details td, .header-details a{
        text-align: right;
        font-size: 12px;
        max-width: 150px;
        float: right;
    }


    .header-details a {
        text-decoration: none;
        color: #000;
    }

    .header-phone .col-sm-6{
        padding-left: 0px;
        padding-right: 0px;
    }

    #cars-carousel .flex-viewport {
        margin: 0 auto;
        width: 210px;
    }
    #bottom-page span {
        display: block;
        text-indent: -999999px;
        height: 0;
    }
    #ds-form, .ds-form-container {
        padding-bottom: 30px;
    }
    #map-canvas.contact-page-map {
        height: 330px;
    }
    #about {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 479px) {
    /*.header-phone{
        display: none;
    }*/
    .header-phone h1 {
        line-height: 18.5px;
            max-width: 100%;
        font-size: 15px;
        margin-top: -10px;
    }
    .header-phone h1.left-align {
        display: block;
        margin-top: -5px;
    }
    header.mitsubishi1 nav li.extra-desktop {
        display: none;
    }
    header.mitsubishi1 nav li.mobile {
        display: none;
    }
    header.mitsubishi1 nav li.extra-mobile {
        display: inline-block;
    }
    #bottom-book-form .red-btn {
        width: 100%;
        margin-top: 5px;
    }
    #map-canvas.contact-page-map {
        height: 333px;
    }

    header.mitsubishi1 nav li a {
        font-size: 9px;
    }

    header.mitsubishi1 nav {
        margin-top: 29px;
    }

    .mobile-location a.btnlocation {
        margin-top: 3px;
    }
}
@media(min-width: 1200px) {
    header.mitsubishi1 .header-phone {
        width: 43%;
    }
    .header-details{
        text-align: right;
    }

    .header-details h5{
        font-size: 14px !important;
    }

    .header-details .fa {
        color: red;
    }

    .header-details a {
        text-decoration: none;
        color: #000;
        font-size: 18px;
    }

    .header-phone .col-sm-6{
        padding-left: 0px;
        padding-right: 0px;
    }
}