/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.carousel_preview h3 span {
    display: block;
    font-size: 0.8em;
    font-weight: 300;
    
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 100% Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Theme
   =================== */

.header-container {
    background-color: rgba(0, 0, 0, 0.5);
}

.footer-container,
.main aside {
    border-top: 20px solid #222429;
}

.footer-container,
.main aside {
    color: #fff;
    background: #222429;
}

.title {
    color: white;
    display: block;
    margin: 0;
    padding: 0;
}
.title a{
    background-image: url("images/logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #fff;
    font-weight: 300;
    text-decoration:  none;
    line-height: 78px;
    text-transform: uppercase;
    padding-left: 130px;
    margin: 0;  }

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;

}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 3px solid rgba(250, 250, 250, 0.30);
    color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    color: #fa9050;
    border-bottom: 3px solid rgba(250, 144, 80, 0.30);
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
    text-align: center;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}
 #divCarsFor
 {
      
     text-align:right;
     float:right;
     margin-top:-50px;
     padding:23px;
     padding-right:3px;
  }
 #divCarsFor span
 {
      padding:15px;
      background-color:#fff10f;
 }
 #divCarsFor a
 {
      color:blue;
      font-weight:bold;
       
 }
 #divCarsFor img
 {
      padding-right:5px;
 }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
}

.carousel_title {
    background: rgba(125,148,155,1);
    background: -moz-linear-gradient(top, rgba(125,148,155,1) 0%, rgba(97,121,128,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(125,148,155,1)), color-stop(100%, rgba(97,121,128,1)));
    background: -webkit-linear-gradient(top, rgba(125,148,155,1) 0%, rgba(97,121,128,1) 100%);
    background: -o-linear-gradient(top, rgba(125,148,155,1) 0%, rgba(97,121,128,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,148,155,1) 0%, rgba(97,121,128,1) 100%);
    background: linear-gradient(to bottom, rgba(125,148,155,1) 0%, rgba(97,121,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d949b', endColorstr='#617980', GradientType=0 );
    font-family: 'Open Sans' Arial, Helvetica, sans-serif;
    font-size:0.938em;
    font-weight: 600;
    color: #fff;
    padding: 0.5em 0;
    text-align: center;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -khtml-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    width:90%;
    margin: 0 5%;
}
.carousel_droplinks { margin: 0; padding: 0; }
.carousel_droplinks dt { display: block; margin-bottom: 1px;  }
.carousel_droplinks dt a    {
    background: rgba(0, 0, 0, 0.23) url("images/droplink_close.png") 0 0 no-repeat;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    text-indent: 35px;
    text-decoration:  none;
    display: block;
    height: 26px; }
.carousel_droplinks dt.open a { background: rgba(6, 239, 147, 0.23) url("images/droplink_open.png") 0 0 no-repeat; display: block; }
.carousel_droplinks dd      { display: block; margin:0; padding:0;  }
.carousel_droplinks dd ul   { margin: 0; list-style: none; padding: 0; margin-top: 1px;  }
.carousel_droplinks dd ul li    {
    background-image: url("images/droplink_cont.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 1px;
    padding-left: 26px;
    }
.carousel_droplinks dd ul li a  {
    background: rgba(6, 239, 147, 0.23);
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-indent: 9px;
    text-decoration:  none;
    height: 26px;
    }
.carousel_droplinks dd ul li a:hover    { background: rgba(0, 0, 0, 0.23); }
.carousel_title span { text-shadow: 0 -1px #445256; text-transform:  uppercase;  }
.carousel_preview   { width: 90%; margin: 1px 5%; position: relative;  }
.carousel_preview img   { height: auto; width: 100%;  }
.carousel_preview h3    {
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        color: #fff;
        margin: 0;
        padding: 0.6em 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.250em;
        font-weight: 400;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 0;    }
.carousel_cont  { margin: 0 5%; width: 90%;  }
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.20);
    border-radius: 9999px;
    display: block;
    height: 22px;
    margin: 5px 7px;
    width: 22px;
}

#uniwrap    { position: relative; }

.section {
    clear: both;
    padding: 0px;
    margin: 0px;   }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

.col    { display: block;
    float: left;
    margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 32.2%;
}
.span_2_of_3 {
    width: 32.2%;
}
.span_1_of_3 {
    width: 32.2%;
}




.span_group_100 { display: table; margin: 0; padding: 0; width: 100%;  }
.span_group_100 .span_col { display: table-row; }

.valign_top { vertical-align: top;  }
.span_10    { display: table-cell; width: 10%; }
.span_15    { display: table-cell; width: 15%; }
.span_20    {  display: table-cell; width: 20%; }
.span_25    { display: table-cell; width: 25%; }
.span_30    {  display: table-cell; width: 30%; }
.span_33    {  display: table-cell; width: 33%; }
.span_35    { display: table-cell; width: 35%; }

.span_65    { display: table-cell; width: 65%; }
.span_75    { display: table-cell; width: 75%; }
.span_80    { display: table-cell; width: 80%; }
.span_85    { display: table-cell; width: 85%; }
.span_90    { display: table-cell; width: 90%; }

.paddleft_5 {
    padding-left: 5%;
}
.paddleft_2 {
    padding-left: 2%;
}
.paddright_5 {
    padding-right: 5%;
}

.alignright     { text-align: right;  }
.aligncenter    { text-align: center;  }
.phone          {
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
            color: #fff;
            font-weight: 400;
            text-align: right;
            font-size: 0.8em;
            padding: 0.8em 0 0 0;    }
.phone .phonenum { font-size: 1.6em; display: block;  }
.phonelogo       { padding: 4px 0 0 10px;  }
.topRight       {  text-align: right;  }
.topRight a      { display: inline;   }

#carsearch      { display: inline-block; text-align: right; height: auto;   }
#carsearch img      { display: inline-block;  height: auto; max-width: 180px; width: 120px; /* width: 100%;*/   }

#promotion      {
    background: url("images/promotion_cont.jpg") 0 0 repeat-x;
    height:  51px;
    margin: 0 5% -3em;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.30);
    position: relative;
    top: -3em;
    overflow: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    width: 90%;    }

#promotion .title    {
    display: inline-block;
    background: url("images/promotion_title.jpg") 0 0 repeat-x;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    height: 51px;
    width: 20%; }

#promotion .cont {
    display: inline-block;
    width: 80%;    }

.marquee {
    height: 51px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 51px;
    width: 96%;
    margin: 0 2%;
    overflow: hidden; }

#new_arrival h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    text-align: center; }

.arrival_wrap   {
    overflow: hidden;
    width: 96%;
    margin: 0 2%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;  }

.arrival_wrap img   { height: auto; width: 100%; }
.arrival_title      {
    background: url("images/arrival_titlebg.jpg") 0 0 repeat-x;
    text-align:  center;
    height: 45px;
      }
.arrival_title a {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 0.938em;
    line-height: 45px;
    text-decoration: none;  }
#arrival_carousel { padding: 10px 0; }
.arrival_stock {
    border-bottom: 1px solid #c2c2c2;
    padding: 0.2em 0;
    text-align: center;
    width: 90%;
    margin: 0 5%;
}
.arrival_stock h4 {
    display: inline-block;
    color: #5f5f5f;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 0.938em;
}
.arrival_stock a {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}
.arrival_price {
    display: block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    padding: 0.6em 0 1em;
    text-align: center;
    width: 90%;
    margin: 0 5%;
}
.arrival_price h4 {
    margin: 0; padding: 0;
    color: #5f5f5f;
    font-size: 0.938em;
}
.arrival_price a {
    text-decoration: none;
    color: #000;  }

#footermenu {
    display: table;
    margin: 0 auto; text-align:  center; }

#footermenu ul {
    list-style: none;
    margin: 0; padding: 0;
    padding-bottom: 20px;    }

#footermenu ul li {
    display: inline;  }
#footermenu ul li a {
    color: #fff;
    border-right: 1px solid #fff;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    padding: 0 0.8em;
    text-decoration:  none;
}
#footermenu ul li:last-child a {
    border-right: none;
}
.copy {
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.688em;
}
.copy a {
    color: #fff;
}


#new_arrival .owl-carousel .owl-wrapper { padding-bottom: 10px; }

#new_arrival .owl-theme .owl-controls .owl-buttons div.owl-prev,
#homecarousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url("images/pointleft.png") 0 0 no-repeat;
    height: 73px;
    width: 73px;
    position: absolute;
    top: 20%;
    left: -6.563em;
    overflow: hidden;
    text-indent: -999em;
}
#homecarousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url("images/pointright.png") 0 0 no-repeat;
    height: 73px;
    width: 73px;
    position: absolute;
    top: 20%;
    right: -8.563em;
    overflow: hidden;
    text-indent: -999em;
}
#new_arrival .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url("images/pointright.png") 0 0 no-repeat;
    height: 73px;
    width: 73px;
    position: absolute;
    top: 20%;
    right: -8.563em;
    overflow: hidden;
    text-indent: -999em;
}

.nav_prev {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("images/prev_arrow.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    display: inline-block;
    color: #fff;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 25px 0 35px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.search_area {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 10px;
    float: right;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.search_area .inner_search_area {
    background-color: rgba(0, 0, 0, 0.5);
    height: 29px;
    padding:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.search_area .inner_search_area .searchinputwrap {
    border: none;
    color: #fff;
    float: left;
    height: 29px;
    padding: 0 5px;
    line-height: 29px;
}
.search_area .inner_search_area .searchinputwrap input {
    background-color: transparent;
    border: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #fff;
    height: 29px;
    line-height: 29px;
}
.search_area .inner_search_area .searchinnerbtn {
    background-image: url("images/innerseachbg.jpg");
    background-repeat: repeat-x;
    border: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #fff;
    padding: 0 8px;
    height: 29px;
    line-height: 29px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}



.details_page_title {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.3em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}
.details_page_desc {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 700;
}
.details_page_info {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    margin: 10px 0;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#details_camera {
    min-height: 250px;
}

#details_camera .sendImages {
    background-color: #913b01;
    background-image: url("images/sendImages.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
    padding: 2% 20px 2% 35px;
    position: relative;
    top: -30px;
    float: right;
    text-decoration: none;
    height: 20px;
    line-height: 20px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#details_camera .sendImages:hover {
    background-color: #000;
}

#details_camera .camera_caption > div {
    background-color: transparent;
}

#details_camera .camera_thumbs_cont {
    background-color: rgba(0, 0, 0, 0.10);
    margin-top: 10px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#details_camera .camera_thumbs_cont ul li > img {
    border: none;
}

#details_related_cars h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 300;
    color: #182a30;
 
}

.inner_related {
    display: block;
    width: 100%;
}

.related_wrap {
    float: left;
    width: 25%;
}
.related_wrap .inner_related_wrap {
    width: 98%;
    margin: 0 1%;
}

.related_thumbwrap {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.related_thumbwrap img {
    height: auto;
    width: 100%;

}

.related_thumbwrap .related_thumb_caption {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px 5%;
    position: absolute;
    bottom: 0; /* 1.9em */
    width: 90%;
}

.related_thumbwrap .related_thumb_caption h4 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.related_thumbwrap .related_thumb_caption p {
    display: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 300;
}
.related_thumbwrap:hover .related_thumb_caption p {
    display: block;
}

.related_wrap  .related_title {
    background-image: url("images/related_title_bg.jpg");
    background-repeat: repeat-x;
    color: #fff;
    text-align:  center;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin-bottom: 1px;

    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.related_full_details {
    background-image: url("images/full_details_icon.png");
    background-color: rgba(0, 0, 0, 0.3);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 26px;
    padding-left: 35px;
    margin-top: 1px;
    display: block;
    text-decoration: none;
}

#negotiate {
    margin-bottom: 20px;
}

#negotiate .nego_top_head {
    background-color: rgba(131, 232, 0, 0.50);
    width: 95%;
    padding: 4% 2.5%;
    margin-bottom: 10px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
#negotiate .nego_top_head h3 {
    color: #f0ff00;
    text-align: center;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
#negotiate .nego_top_head h3 span {
    color: #fff;
    font-weight: 400;
}

#negotiate .nego_lower .nego_lower_title {
    background-image: url("images/lower_nego_title.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #1c71ff;
    color: #fff;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    width: 95%;
    padding: 0 2.5%;
    text-transform: uppercase;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#negotiate .nego_lower {
    background-color: #bd4d01;
    width: 99%;
    text-align: center;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#negotiate .nego_lower .nego_content {
    width: 95%;
    padding: 10px 2.5%;
}
#negotiate .nego_lower .nego_content p {
    text-align: center;
    color: #f9f000;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 400;
}

#negotiate .nego_lower .nego_field {
    background-color: #5e2600;
    padding: 3% 5%;
    margin-bottom: 10px;
    width: 89%;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#negotiate .nego_lower .nego_field input {
    border: none;
    background-color: transparent;
    color: #fff;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    width: 100%;
}

#negotiate .nego_lower button {
    background-color: #1c71ff;
    border: none;
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    text-align:  center;
    border-bottom: 2px solid #20272c;
    padding: 3% 5%;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#negotiate .nego_lower .nego_textarea {
    background-color: #913b01;
    padding: 3% 5%;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    color: #fff;

    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#livechat {
    overflow: hidden;
    margin-bottom: 10px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#livechat img {
    width: 99%;
    height: auto;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#details_contact {
    display: block;
    margin-top: 20px;
    width: 100%;
}

#details_contact .deftitle {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    padding: 3% 3% 3% 5%;
    float: left;
    text-indent: 15px;
    width: 20%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
#details_contact .viber.deftitle {
    background-color: rgba(164, 75, 168, 0.8);
    background-image: url("images/details_viber.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
#details_contact .email.deftitle {
    background-image: url("images/details_contact.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
#details_contact .mobile.deftitle {
    background-image: url("images/details_mobile.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
#details_contact .landline.deftitle {
    background-image: url("images/details_phone.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}

#details_contact .data {
    display: table;
    background-color: rgba(0, 0, 0, 0.3);
    float: left;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#details_contact .data span {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    padding: 3% 5%;
    line-height: 0.9em;
}


.whitecontent   { background:#fff; }

  #menu ul
                {
                    text-align: left;
                    display: inline;
                    margin: 0;
                    padding: 15px 4px 17px 0;
                    list-style: none;
                    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
                    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
                    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
                }
                #menu ul li
                {
                    font: bold 12px/18px sans-serif;
                    display: inline-block;
                    margin-right: -4px;
                    position: relative;
                    padding: 8px 15px;
                    background: #222429;
                    cursor: pointer;
                    -webkit-transition: all 0.2s;
                    -moz-transition: all 0.2s;
                    -ms-transition: all 0.2s;
                    -o-transition: all 0.2s;
                    transition: all 0.2s;
                }
                #menu ul li:hover
                {
                    background: #222429;
                    color: #fff;
                }
                #menu ul li ul
                {
                    padding: 0;
                    position: absolute;
                    top: 34px;
                    left: 0;
                    width: 200px;
                    -webkit-box-shadow: none;
                    -moz-box-shadow: none;
                    box-shadow: none;
                    display: none;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transiton: opacity 0.2s;
                    -moz-transition: opacity 0.2s;
                    -ms-transition: opacity 0.2s;
                    -o-transition: opacity 0.2s;
                    -transition: opacity 0.2s;
                    z-index: 1000;
                }
                #menu ul li ul li
                {
                    background: #222429;
                    display: block;
                    color: #fff;
                    text-shadow: 0 -1px 0 #000;
                }
                #menu ul li ul li a
                {
                    background: transparent;
                    display: block;
                    color: #fff;
                    text-shadow: 0 -1px 0 #000;
                    text-decoration: none;
                }
                #menu ul li ul li:hover
                {
                    background: #363941;
                }
                #menu ul li:hover ul
                {
                    display: block;
                    opacity: 1;
                    visibility: visible;
                }
                  #searchbar 
                {
                     width:100%;
                      padding-top:0px;
                    
                }
                 #searchbar table tr td
                {
                   padding-left:20px;  
                }
                #searchbar table tr td:first-child
                {
                   padding:0px;  
                }
               


  .searchinnerbtn
        {
            background-image: url("images/innerseachbg.jpg");
            background-repeat: repeat-x;
            border: none;
            font-family: 'Roboto' , Arial, Helvetica, sans-serif;
            font-size: 0.9em;
            color: #fff;
            padding: 0 8px;
            height: 29px;
            line-height: 29px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            -khtml-border-radius: 6px;
            border-radius: 6px;
        }
        #footermenu table tr td a
        {
            text-decoration: none;
            color: White;
            font-size: 10px;
            padding: 5px;
        }
        
        

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
 
    
    nav a {
        float: left;
        margin: 0;
        padding: 25px 0.8em;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }
#searchbar {
        float: left;
        
     
    }
    
    nav {
        float: left;
    }
 
/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (max-width: 1024px) 
{
    
         #tblbanner  
        {
           
            width:300px;
            
            
        }
        #tblbanner td:first-child
        {
           
            
            margin-left:-53px;
            
        }
        #tblbanner tr td 
        {
            padding:0;
            padding-top:20px;
            margin-left:-30px;
            left:0;
            float:left;  
           
              
        }
        
        #divCarsFor span
        {
            padding:0;
            
            margin-left:30px;
            left:0;
            float:left;  
           
              
        }
        
        
    .span_3_of_3 {
        width: 100%;
    }
    .span_2_of_3 {
        width: 100%;
        margin-left:-30px;
    }
    .span_1_of_3 {
        width: 80%;
       
        
    }
    .span_group_100 { display: block;    }
    .span_group_100 .span_col { display: block; }
    .span_10,
    .span_15,
    .span_20,
    .span_25 { display: block; width: 100%; }
 .span_33,
  .span_65,
    .span_75,
    .span_80,
    .span_85,
    .span_90 { display: block; width: 100%; }
.span_33
{
    margin-top:15px;
    margin-left:-5px;
}
   
#searchbar {
        float: left;
        
        margin: 0;
     text-align:center;
        margin-bottom: 0;
    }
       #searchbar table  {
    
          margin-left:50px;
         
    }
      #searchbar table tr td  {
        display: block;
         width: 10em;
         
         
    }
     #searchbar table tr td
                {
                   padding:0px;  
                }
    #menu
    {
        float:left;
    }
   
      
 #searchbar table th 
 {
     float:left;
     display:none;
        
    }
     input[type="text"], textarea, select, div.styled, input[type="file"] {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0.4em;
     width:12em; 
}
       
    .title a{
        background-image: url("images/logo.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #fff;
        font-weight: 300;
        text-decoration:  none;
        line-height: 78px;
        text-transform: uppercase;
        padding-left: 130px;
        /*width: 200px; */ 
        margin: 0 auto;  }
    .phone {
        padding: 0.8em 0 0 0;
        width: 300px;
        margin: 0 auto;
    }
    .topRight       {  text-align: center;  }
    .topRight a      { display: inline-block;   }
    #carsearch      { text-align:  center;  }
    .aligncenter_mobile    { text-align: center;  }
    
     #largeimage img
    {
       display:block;
        width:100%;
        height:300px;
    }
    #dlstGallaray
    {
         width:100%;
         height:100%;
    }
    
}


@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */
.arrowstocklist{display:none;}
    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.floatleft  { float:  left;  }
.floatright { float: right; }
.textblue {
    color: #9ae5fe;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}