/*
Theme Name: 	Alloy v2
Theme URI: 	    http://www.dealersolutions.com.au
Description: 	Alloy v2
Version: 	    1.0.4
Author: 	    Dealer Solutions
Author URI: 	http://www.dealersolutions.com.au

License:	    Closed
*/

@charset "utf-8";
/* CSS Document */

/* Travelcons for Menu */
@font-face {
    font-family: 'Travelcons';
    font-style: normal;
    font-weight: 400;
    src: local('Travelcons'), url('fonts/travelcons.woff') format('woff'), url('fonts/travelcons_1.ttf') format('truetype');
}

.ti{
    font-family: 'Travelcons';
    font-style: normal;
    font-weight: normal;
    display: block;
    text-decoration: inherit;
    height: 1em;
    font-size: 1em;
    text-align: center;
    text-rendering: optimizelegibility;
}

.ar{
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    text-decoration: inherit;
    height: 1em;
    font-size: 1em;
    text-align: center;
    text-rendering: optimizelegibility;
}

/* General CSS */
body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    overflow-x: hidden;
}
.sud-txt p,
.sud-sidebar p {
    margin-bottom: 21px;
}
a{
    color: #88aabf;
    text-decoration: underline;
}

.img-responsive{
    display: inline;
}

/* Buttons style */
.btn{
    border-radius: 25px;
    text-decoration: none;
}
.btn-main,
.form-actions .btn,
.sud-sidebar .finance-calcs .btn-primary {
    background: #a2c93d;
    background: -moz-linear-gradient(top,  #a2c93d 0%, #86b928 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2c93d), color-stop(100%,#86b928));
    background: -webkit-linear-gradient(top,  #a2c93d 0%,#86b928 100%);
    background: -o-linear-gradient(top,  #a2c93d 0%,#86b928 100%);
    background: -ms-linear-gradient(top,  #a2c93d 0%,#86b928 100%);
    background: linear-gradient(to bottom,  #a2c93d 0%,#86b928 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2c93d', endColorstr='#86b928',GradientType=0 );*/
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border:none;
}

.btn-map {
    font-size:15px;
}

.form-actions .btn {

}

.form-actions .btn:hover {
    color: #333;

}

/* Header Css */
.sud-header{
    background-image: url(img/header.png);
    /*background-position: center top;*/
    /*padding-bottom: 90px;*/
}
.sud-header-inner{
    border-bottom: 10px solid #91bf2c;
    padding-bottom: 0;
}
.sud-top-header{
    color: #fff;
    /* margin-bottom: 20px; */
}

.sud-header-inner .sud-top-header {
    margin-bottom: 20px;
}
.sud-header-social{
    display: inline-block;
    padding: 20px 0;
}
.sud-header-social > a,
.social-footer-icon {
    display: inline-block;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    background: #a9cd36;
    background: -moz-linear-gradient(top,  #a9cd36 0%, #79b122 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9cd36), color-stop(100%,#79b122));
    background: -webkit-linear-gradient(top,  #a9cd36 0%,#79b122 100%);
    background: -o-linear-gradient(top,  #a9cd36 0%,#79b122 100%);
    background: -ms-linear-gradient(top,  #a9cd36 0%,#79b122 100%);
    background: linear-gradient(to bottom,  #a9cd36 0%,#79b122 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cd36', endColorstr='#79b122',GradientType=0 );*/
    position: relative;
    top: 10px;
    margin-left: 10px;
}
.social-footer-icon {
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    z-index: 999;
    position: relative;
}
.social-footer-icon:hover {
    color: #fff;
}
.sud-header-contact i.typcn{
    color: #91bf2c;
    font-size: 25px;
}
.sud-header-contact{
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
    padding: 20px 0;
}
.sud-header-phn{
    font-size: 21px;
    font-weight: 600;
}

.sud-header-contact a{
    text-decoration:none;
}
.sud-header-contact a:hover{
    text-decoration:underline;
}
.navbar-brand{
    height: auto;
    padding: 0;
    display: inline-block;
}

/* Navbar CSS */
.sud-navcore{
    position: fixed;
    top: 140px;
    left: -1px;
    z-index: 999;
}
#sud-nav-collapsed{
    padding: 0;
}
#sud-nav-collapsed ul li{
    float: none;
    display: block;
    width: 75px;
    text-align: center;
    background-color: #7aa61c;
}
#sud-nav-collapsed ul li a{
    color: #fff;
    text-decoration: none;
    border-width: 1px 1px 0 1px;
    border-color: #446006;
    border-style: solid;
    font-size: 11px;
    line-height: 11px;
    padding: 15px 7px;
}
#sud-nav-collapsed ul li:last-child a{
    border-width: 1px;
}
#sud-nav-collapsed ul li a:hover,
#sud-nav-collapsed ul li.active a,
#sud-nav-collapsed ul li a:focus{
    color: #fff;
    border-color: #122129;
    background-color: #314a59;
}
#sud-nav-collapsed ul li a i{
    font-size: 24px;
    display: block;
}

/* Mobile nav menu css */
.sud-header .navbar-toggle {
    font-family: "Source Sans Pro",sans-serif;
    background-color: #314a59;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 20px 16px;
    margin: 0;
    text-transform: uppercase;
    width: 250px;
    font-weight: 600;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    float: left;
}
.sud-menu-bars{
    display: block;
    float: right;
    position: relative;
    left: -52px;
    top: 7px;
}
.sud-menu-bars .icon-bar:nth-child(3){
    display: none;
}
.sud-menu-bars .icon-bar:nth-child(1){
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 3px;
}
.sud-menu-bars .icon-bar:nth-child(2){
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -4px;
}
.navbar-toggle.collapsed .sud-menu-bars .icon-bar{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.navbar-toggle .sud-menu-bars .icon-bar{
    height: 3px;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.navbar-toggle.collapsed .sud-menu-bars .icon-bar{
    display: block;
    position: static;
    height: 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle.collapsed{
    background-color: #7aa61c;
}

.sud-header .navbar-toggle.collapsed{
    width: 68px;
    padding: 10px 16px;
}
.navbar-toggle.collapsed .sud-menu-bars{
    display: inline-block;
    float: none;
    position: static;
}
.navbar-header{
    float: none;
}
.sud-menu-txt{
    display: block;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-toggle.collapsed{
    text-transform: none;
}
.navbar-toggle.collapsed .sud-menu-close-txt{
    display: none;
}


/* Page Title CSS */

.sud-page-title h1{
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
}
.sud-page-title p{
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 38px;
    font-style: italic;
}


/* Banner CSS */
.sud-header .sud-banner-cont {
    background: #0B1922;
    background: -moz-linear-gradient(top,  #0B1922 0%, #0b1126 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B1922), color-stop(100%,#0b1126));
    background: -webkit-linear-gradient(top,  #0B1922 0%,#0b1126 100%);
    background: -o-linear-gradient(top,  #0B1922 0%,#0b1126 100%);
    background: -ms-linear-gradient(top,  #0B1922 0%,#0b1126 100%);
    background: linear-gradient(to bottom,  #0B1922 0%,#0b1126 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cd36', endColorstr='#79b122',GradientType=0 );*/

    text-align: right;
    color: #fff;
    /*margin: 150px 0 0;*/
}

.sud-carousel {
    margin-top: -18px;
    margin-left: 15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

.sud-carousel .carousel-control {
    background: none;
    filter:none;
}

.sud-carousel > .carousel {
}

.sud-banner-cont img{
    margin: 0 auto;
}

.sud-banner-txt{
    font-size: 23px;
    line-height: 23px;
    font-weight: 400;
    padding: 42px 0;
}
.sud-banner-txt h2{
    font-size: 35px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.sud-banner-txt a{
    color: #466407;
    font-weight: 600;
    text-decoration: none;
}


/* Service Section CSS */
.sud-ctas{
    background-color: #f2f7f9;
    padding: 40px 0;
}

.sud-cta-item{
    text-align: center;
}

.sud-cta-item h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #91bf2c;
    text-transform: uppercase;
}
.sud-cta-item p{
    font-size: 18px;
    line-height: 18px;
    color: #636363;
}


/* Homepage Welcome Text and Car Search Section CSS */
.sud-welcome-txt-sec{

}

.sud-txt h1,
.sud-txt h2,
.sud-txt h3,
.sud-txt h4,
.sud-txt h5,
.sud-txt h6 {
    color: #91bf2c;
    text-transform: uppercase;
    font-weight: 600;
}

.sud-txt h1 {
    text-transform: uppercase;
    font-size: 36px;
}

.sud-txt h2 {
    font-size: 30px;
}

.sud-txt h3 {
    font-size: 18px;
}

.location-details {
    margin-bottom:20px;
}
.location-details p {
    margin-bottom: 0;
}

.sud-form-title{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #91bf2c;
}

.alloy-quick-search .form-control {
    border-radius:20px;
    color: #000;
}

.alloy-quick-search .form-group label {
    text-align: left;

}

.alloy-quick-search select.form-control {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("img/select-arrow.png") right no-repeat;
    height:36px;
    cursor: pointer;
}

.alloy-shape-box .ui-state-default, .alloy-shape-box .ui-widget-content .ui-state-default {
    cursor: pointer;
}

.alloy-advance-search {
    margin:15px 0;
    text-align: center;
}

/* Custom Select & jQuery UI Slider CSS */
/*****todo, below can be removed **/
.cs-select{
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    box-shadow: inset 0 2px 5px #c9c9c9;
    margin-bottom: 10px;
}
.cs-select.cs-active{
    border-radius: 20px 20px 0 0;
}
.cs-select .cs-options{
    border: 1px solid #e1e1e1;
}
.cs-select > span.cs-placeholder,
.cs-select ul > li > span{
    padding: 6px 12px;
}
.cs-select ul > li > span:hover{
    color: #fff;
    background-color: #91bf2c;
}
.cs-select > span.cs-placeholder::after{
    content: '';
    background-image: url(img/select-arrow.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 11px;
    margin-top: 2px;
}
/* until here */

.alloy-range-slider {
    margin-top:9px;
}
.alloy-range-slider .slider {
    margin-right: 32px;
    margin-left: -16px;
}

.alloy-range-slider .ui-slider-range{
    background: #71a01a;
    background: -moz-linear-gradient(top,  #71a01a 0%, #518813 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71a01a), color-stop(100%,#518813));
    background: -webkit-linear-gradient(top,  #71a01a 0%,#518813 100%);
    background: -o-linear-gradient(top,  #71a01a 0%,#518813 100%);
    background: -ms-linear-gradient(top,  #71a01a 0%,#518813 100%);
    background: linear-gradient(to bottom,  #71a01a 0%,#518813 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a01a', endColorstr='#518813',GradientType=0 );*/
}

.alloy-range-slider .ui-slider-handle{
    font-family: "Source Sans Pro",sans-serif  !important;
    font-weight: 400  !important;
    font-size: 12px  !important;
    line-height: 25px  !important;
    text-align: center;
    width: 42px !important;
    height: auto !important;
    top: -8px !important;
    border: 1px solid #0b1b24 !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: #385566 !important;
    background: -moz-linear-gradient(top,  #385566 0%, #293f4b 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#385566), color-stop(100%,#293f4b)) !important;
    background: -webkit-linear-gradient(top,  #385566 0%,#293f4b 100%) !important;
    background: -o-linear-gradient(top,  #385566 0%,#293f4b 100%) !important;
    background: -ms-linear-gradient(top,  #385566 0%,#293f4b 100%) !important;
    background: linear-gradient(to bottom,  #385566 0%,#293f4b 100%) !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385566', endColorstr='#293f4b',GradientType=0 );*/
    outline:none;
}


#retailfrom_display,
#retailto_display,
#yearfrom_display,
#yearto_display {
    display:none;
}

#year-slide{
    margin-top: 26px;
    margin-bottom: 18px;
    width: 90%;
    float: left;
}
.sud-year-slide-title{
    width: 10%;
    float: left;
    margin-top: 19px;
}
#price-slide{
    margin-top: 8px;
    width: 90%;
    float: left;
}
.sud-price-slide-title{
    width: 10%;
    float: left;
}

/* Footer widget & copyright sections css */
.sud-widgets-area{
    background-color: #0b1a23;
    padding: 40px 0 19px;
}
.sud-widgets-area a:hover {
    color: #BFE5FC;
}

.sud-widget{
    color: #fff;
}

.sud-widget-email {
    white-space: nowrap;
}
.alloy-email-replace {
}

.alloy-email-replace span {}


.sud-widget-opening-hours ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 75px;
}

.sud-widget-opening-hours ul li {
    white-space: nowrap;
}

.sud-widget-opening-hours strong {
    display:inline-block;
    width:70px
}

.sud-widget-opening-hours span {
}
.sud-widget-opening-hours span {
    display:inline-block;
}

.sud-widget .typcn{
    font-size: 72px;
    line-height: 53px;
    color: #91bf2c;
    float: left;
}
.sud-widget .typcn-mail{
    line-height: 31px;
}
.sud-widget .typcn-stopwatch{
    line-height: 62px;
}
.sud-widget .typcn-phone{
    line-height: 58px;
}
.sud-widget h3{
    font-size: 18px;
    color: #91bf2c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.sud-widget a{
    text-decoration: none;
}

.sud-copyright{
    padding: 40px 0;
    font-size: 13px;
}
.sud-copyright .col-sm-7 + .col-sm-5{
    text-align: right;
}

/* Inner page & contact page css */
.sud-inner-content{
    padding: 40px 0 0;
}
.sud-inner-cont{
    /*     padding: 0 0 40px; */
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.sud-content-form {
    padding: 30px;
    background-color: #f8fafb;
    border-right-width: 12px;
    border-radius: 12px;
    clear: both;
}
.sud-service-form-title, .ds-form h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0 1px 1px #fff;
    color: #91bf2c;
    margin-top: 0;
    padding-bottom: 10px;
}
.sud-service-form-sec h3, .ds-form legend{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #91bf2c;
    border-bottom: none;
}
.sud-service-perso-details{
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0 1px 0 #fff;
    padding-bottom: 10px;
}
.sud-req,
.ds-form label span.required {
    color: #91bf2c;
}
.form-group label{
    font-weight: 400;
}

.form-group label.error {
    color: red;
}
.form-control{
    border: 1px solid #c5c5c5;
    border-radius: 1px;
    box-shadow: inset 0 5px 5px #f0f0f0;
    height: 32px;
}
.sud-btn-form,
.form-actions .btn {
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    float: right;
    width:auto;
    min-width: 338px;
    max-width: 100%;
}
.sud-inner-row{
    position: relative;
    min-height: 1100px;
}
.page-template-page-inventory-php .sud-inner-row {
    min-height:0;
}
.sud-sidebar{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;

}

.sud-inner-content .sud-sidebar {
      /* top: 0; */  /* bottom: 0; */  /* right: 0; */  /* overflow: hidden; */;
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /* background: #f2f7f9; */
}
.sud-sidebar-inner{
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: 15px;
    left: 15px;
    background-color: #f2f7f9;
    padding: 40px 13px;
}

.sud-sidebar-inner:after {
}
.sud-sidebar-inner > .sud-cta-item{
    margin-bottom: 40px;
}


.sud-sidebar .finance-calcs {
    margin-bottom: 30px;
}
.sud-sidebar .finance-calcs .nav-justified>li>a {
    color: #fff;
    background-color: #AEAEAE;
    border-radius: 9px 9px 0 0;
    padding: 5px 15px;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
    margin-bottom: 5px
}
.sud-sidebar .finance-calcs .nav-pills>li.active>a,
.sud-sidebar .finance-calcs .nav-pills>li.active>a:focus,
.sud-sidebar .finance-calcs .nav-pills>li.active>a:hover {
    background-color: #7aa61c;
}

.sud-sidebar .finance-calcs .nav>li>a:focus,
.sud-sidebar .finance-calcs .nav>li>a:hover {
    background-color: #C2C2C2;
}

.sud-sidebar .finance-calcs .btn-primary {
    border:none;
    padding: 6px 12px;
}

.sitemap .sud-txt h1 {
    text-align: left;
}

.sitemap .sud-txt .sitemap-list {
    text-align: left;
    list-style: none;
    padding: 0;
}

#sud-google-map{
    height: 250px;
}
.page-template-page-contact-php #map-canvas {
    margin-bottom: 15px;
}
.sud-contact-address{
    color: #555;
}
.sud-contact-address h3{
    font-size: 18px;
    font-weight: 600;
    color: #91bf2c;
    text-transform: uppercase;
}
/* Trading hours contact page */
.location-details .col-sm-6 strong {
    width: 55px;
    display: inline-block;
}

/*Carousel fade fx*/
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/**/

/* Responsive media query css for small screen desktop */
@media (max-width: 1199px) {
    .navbar-toggle {
        display: block;
    }

    .sud-navcore {
        top: 0px;
        left: -1px;
    }

    .navbar-collapse.collapse{
        display: none !important;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
    }

    #sud-nav-collapsed ul li{
        float: none;
        display: block;
        width: 250px;
        text-align: left;
        background-color: #7aa61c;
    }
    #sud-nav-collapsed ul li a{
        font-size: 14px;
        line-height: 33px;
        font-weight: 600;
    }


    #sud-nav-collapsed ul li a i {
        display: inline-block;
        width: 60px;
        font-size: 33px;
        line-height: 33px;
        float: left;
        text-align: center;
    }
    .sud-banner-txt {
        font-size: 20px;
        line-height: 20px;
        padding: 20px 0;
    }
    .sud-banner-txt h2{
        font-size: 34px;
        line-height: 30px;
    }

    .sud-header-social{
        margin-left: 20px;
    }


    #price-slide{
        width: 85%;
    }
    .sud-price-slide-title{
        width: 15%;
    }
    #year-slide{
        width: 85%;
    }
    .sud-year-slide-title{
        width: 15%;
    }

    .sud-page-title h1{
        font-size: 50px;
        line-height: 60px;
    }
    .sud-page-title p{
        font-size: 24px;
        line-height: 32px;
    }

    .alloy-email-replace::before {
        content:'Click here to email Us';
    }

    .alloy-email-replace span {
        display:none;
    }
}

/* Responsive media query css for tablet */
@media (max-width: 991px) {
    .sud-header-social{
        margin-left: 8px;
    }

    .sud-navcore {
        position: relative;
        top: auto;
        left: auto;
        z-index: 9999;
    }

    .sud-nav-col{
        padding-left: 0;
    }
    .sud-header-col{
        padding-right: 0;
        padding-left: 30px;
    }

    .sud-header .navbar-collapse{
        width: 250px;
        position: absolute;
    }

    .sud-banner-cont img {

    }

    .sud-banner-txt{
        text-align: center;
    }

    .sud-widget{
        text-align: center;
    }
    .sud-widget .typcn{
        float: none;
    }

    .sud-btn-form{
        padding-left: 30px;
        padding-right: 30px;
    }

    .sud-page-title h1{
        font-size: 42px;
        line-height: 52px;
    }
    .sud-page-title p{
        font-size: 19px;
        line-height: 27px;
    }

    .sud-btn-form,
    .form-actions .btn {

    }

    .sud-widget-opening-hours ul {
        margin-left: 0px;
    }


}

@media (min-width: 979px) and (max-width: 1115px){
    .sud-header-contact {
        padding-left: 77px;
    }
    .sud-header-social {
        margin-left: 0;
    }
    .sud-header-social > a {
        position: relative;
        left: -15px;
    }
}

/* Responsive media query css for smartphone */
@media (max-width: 767px) {
    .sud-header-social{
        display: inline-block;
        margin-right: 20px;
    }
    .sud-header-col{
        text-align: right;
    }
    .navbar-nav{
        margin: 0;
    }

    .navbar-brand{
        width: 200px;
    }
    .sud-header-social {
        padding: 10px 0px;
    }
    .sud-copyright .col-sm-7,
    .sud-copyright .col-sm-5{
        text-align: center !important;
    }
    .sud-copyright .col-sm-7 + .col-sm-5{
        margin-top: 20px;
    }

    .sud-widget{
        text-align: left;
        font-size: 13px;
        height: 90px;
    }
    .sud-widget .typcn{
        float: left;
    }

    .sud-sidebar{
        position: static;
        top: auto;
        bottom: auto;
        right: auto;
    }
    .sud-sidebar-inner{
        position: static;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }
    .sud-inner-txt-cont{
        /*         padding: 0 10px; */
    }

    .sud-page-title h1{
        font-size: 36px;
        line-height: 46px;
    }
    .sud-page-title p{
        font-size: 16px;
        line-height: 24px;
    }

    .sud-btn-form,
    .form-actions .btn {
        float: none;
        width:100%;


        min-width: 0;
    }

    .sud-widget-opening-hours ul li {
        white-space: normal;
    }
    .sud-widget-opening-hours ul li strong,
    .sud-widget-opening-hours ul li span {
        width:auto;
        display:inline;
    }

    .sud-carousel {
        margin-left: 0;
        margin-right: 0;
    }

}
/* Responsive media query css for small screen smartphone */
@media (max-width: 397px) {
    .sud-header-social {
        position: absolute;
        top: 80px;
        right: 1px;
    }

    .sud-header{
        padding-bottom: 0;
    }

    .sud-widget{
        text-align: center;
        height: 159px;
    }
    .sud-widget .typcn{
        float: none;
    }

    .sud-welcome-txt-sec .col-sm-8 + .col-sm-4{
        margin-bottom: 40px;
    }
    .sud-contact-address{
        padding: 10px;
    }
    .sud-contact-address > .col-xs-6{
        width: 100%;
    }

    .sud-page-title{
        margin-top: 50px;
    }

    .the-captcha {
        width:100%;
    }

    .sud-widgets-area{
        padding: 40px 0 40px;
    }



}

@media (min-width: 1200px){
    .sitemap .sud-txt article {
        padding-left: 15px;
    }
}



/*FB: 90425 - New Template Styles*/

.pull-center {
    margin: 0 auto;
}
.sud-header-col {
    background-color: #fff;
}
.sud-header-col:before {
    background-color: #fff;
    content: '';
    width: 33%;
    display: block;
    position: absolute;
    right: 100%;
    top: 0px;
    bottom: 0px;
}
.sud-header-col:after {
    background-color: #fff;
    content: '';
    width: 33%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    bottom: 0px;
}
.sud-nav-col {
    margin-bottom: -1px;
}
.sud-header-contact {
    color: #307097;
}
.main-button {
    width: 100%;
    max-width: 360px;
}
.sud-sidebar-home {
    background: #0B1922;
    background: -moz-linear-gradient(top, #0B1922 0%, #0b1126 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B1922), color-stop(100%,#0b1126));
    background: -webkit-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: -o-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: -ms-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: linear-gradient(to bottom, #0B1922 0%,#0b1126 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cd36', endColorstr='#79b122',GradientType=0 ); */
    text-align: right;
    color: #fff;
    /* margin: 150px 0 0; */
}
.alloy-quick-search select.form-control {
    background: #ffffff;
}

.sud-form-title.pull-center {
    width: 200px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.sud-sidebar-home:after {
    background: #0B1922;
    background: -moz-linear-gradient(top, #0B1922 0%, #0b1126 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B1922), color-stop(100%,#0b1126));
    background: -webkit-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: -o-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: -ms-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: linear-gradient(to bottom, #0B1922 0%,#0b1126 100%);
    content: '';
    width: 50%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    bottom: 0px;
}
.sud-sidebar-home:before{
    background: #0B1922;
    background: -moz-linear-gradient(top, #0B1922 0%, #0b1126 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B1922), color-stop(100%,#0b1126));
    background: -webkit-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: -o-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: -ms-linear-gradient(top, #0B1922 0%,#0b1126 100%);
    background: linear-gradient(to bottom, #0B1922 0%,#0b1126 100%);
    content: '';
    width: 50%;
    display: block;
    position: absolute;
    right: 100%;
    top: 0px;
    bottom: 0px;
}
.alloy-shape-box {
    margin-bottom: 10px;
}
.sud-txt {
    text-align: center;
}
.col-xs-12.text-center {
    padding: 25px;
}
.col-xs-12.text-center h2 {
    margin-top: 0;
}

/*DS VALUATION MODULE*/
.ds-valuation {
    margin: 30px 0px;
}