* {
  outline: transparent;
}
body {
  position: relative;
  color: #656565;
  font-size: 13px;
  line-height: 1.45em;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #1f8e01;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
strong {
  font-weight: bold;
  color: #444;
  font-size: 14px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0px;
}
button {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: none;
}
input[type="submit"] {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: none;
}
@media screen and (min-width: 768px) {
  body {
    background: url(../images/bodybg.png) repeat-x;
  }
  body #outer {
    background: url(../images/pattern.png) repeat #085802;
  }
  #wrapper {
    background: #FFF;
  }
}
/* header
-----------------------------------------------------------*/
#page_nav {
  background: url(../images/pagenavbg.png) repeat-x bottom;
  padding-bottom: 1px;
}
#page_nav ul {
  text-align: center;
}
#page_nav ul li {
  display: inline-block;
}
#page_nav ul li a {
  padding: 7px 15px 7px 15px;
  display: block;
  color: #909090;
}
#page_nav ul li:first-child a {
  margin: 0;
}
#page_nav .links {
  float: right;
  padding: 7px 10px 0px 0px;
  font-size: 12px;
}
#page_nav .links a {
  color: #7d7d7d;
}
#page_nav .links a:hover {
  color: #000;
}
#page_nav .links .rss {
  background: url(../images/i_rss2.png) no-repeat left 0px;
  padding: 0px 0px 0px 20px;
}
#page_nav .links .email {
  background: url(../images/i_email.png) no-repeat left 0px;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 10px;
}
#header .blog-description {
  font-style: italic;
  margin: 5px 0px 0px;
}
#header .logo {
  margin: 20px 0px 20px 0px;
}
#highlight marquee {
  color: #1f8e01;
  font-weight: bold;
  padding: 12px 0px 8px;
}
#highlight .hl {
  color: #1f8e01;
  text-align: center;
  font-weight: bold;
  padding: 12px 0px 8px;
}
@media screen and (max-width: 680px) {
  #categories_strip {
    background: url(../images/sidebar_titlebg.png) repeat-x;
    position: relative;
  }
  #categories_strip .toggle-nav {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
  }
  #categories_strip .toggle-nav a {
    color: #FFF;
    display: block;
    height: 38px;
    line-height: 38px;
  }
  #categories_strip ul {
    position: relative;
    top: 100%;
    z-index: 500;
    width: 100%;
    border: 1px solid #CCC;
    background: url(../images/widgetbg.png) repeat-x bottom;
    border-left: none;
    border-top: none;
    display: none;
  }
  #categories_strip ul li {
    width: 50%;
    float: left;
    border: 1px solid #CCC;
    border-right: none;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: bold;
  }
  #categories_strip ul li a {
    color: #1f8e01;
    padding: 13px 10px 10px;
    display: block;
  }
  #categories_strip ul li:hover {
    background: #eeeeff;
  }
}
@media screen and (max-width: 480px) {
  #page_nav {
    margin: 0px -15px 0px;
  }
  #page_nav ul li {
    font-size: 12px;
  }
  #page_nav ul li a {
    padding: 5px 0px 2px 3px;
    margin: 0px 0px 5px 0px;
  }
  #header img {
    width: 100%;
  }
  #categories_strip {
    margin: 0px -15px 0px;
  }
  #categories_strip ul li {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 680px) and (max-width: 992px) {
  #header {
    width: 50%;
    float: left;
  }
  #header .logo img {
    width: 100%;
  }
  #page_nav {
    position: absolute;
    left: 50%;
    top: 10px;
    margin: 25px 0px 0px 50px;
    background: none;
  }
  #page_nav ul li {
    width: 50%;
    float: left;
    margin: 3px 0px 3px;
    text-align: center;
  }
  #page_nav ul li a {
    padding: 0px;
    color: #1f8e01;
  }
  #categories_strip {
    width: 100%;
    clear: both;
  }
  #categories_strip .toggle-nav {
    display: none;
  }
  #categories_strip ul {
    border: 1px solid #DDD;
    border-bottom: none;
    border-right: none;
  }
  #categories_strip ul li {
    width: 33.33333333%;
    float: left;
    text-align: center;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: url(../images/sidebar_titlebg.png) repeat;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }
  #categories_strip ul li a {
    color: #FFF;
    padding: 10px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #page_nav ul {
    text-align: left;
    float: left;
  }
  #page_nav ul li {
    background: url(../images/page_nav_sepretor.png) no-repeat left center;
    float: left;
    font-weight: bold;
  }
  #page_nav ul li a {
    color: #909090;
  }
  #page_nav ul li:first-child {
    margin: 0;
  }
  #page_nav ul li.current_page_item a {
    background: #6d6d6d;
    color: #FFF;
  }
  #page_nav ul li:hover a {
    background: #a0a0a0;
    color: #FFF;
  }
  #page_nav .links {
    float: right;
  }
  #categories_strip .toggle-nav {
    display: none;
  }
  #categories_strip ul {
    background: url(../images/navbg.png) repeat-x;
  }
  #categories_strip ul li {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  #categories_strip ul li a {
    color: #FFF;
    display: block;
    padding: 10px 15px;
    background: url(../images/nav_sepretor.png) no-repeat right top;
  }
  #categories_strip ul li.current_page_item,
  #categories_strip ul li:hover {
    background: url(../images/current_nav.png) repeat-x left top;
  }
}
/* footer
-----------------------------------------------------------*/
#footer {
  background: #f7f7f7;
  border-top: 3px double #dedede;
  padding: 20px 0px 0px;
  margin: 20px 0px 0px;
  text-align: center;
  font-weight: bold;
}
#footer .meta {
  display: none;
}
#footer p span {
  display: block;
}
#footer p a {
  text-decoration: underline;
}
#footer p a:hover {
  color: #1f8e01;
}
@media screen and (min-width: 768px) {
  #footer {
    text-align: left;
    color: #1f8e01;
  }
  #footer p {
    float: left;
    margin-right: 20px;
  }
  #footer .meta {
    display: block;
    margin: 30px 0px 0px;
  }
}
/* sidebar
-----------------------------------------------------------*/
#sidebar_l .widget {
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  background: #ffffff url(../images/widgetbg.png) repeat-x left bottom;
}
#sidebar_l .widget h3 {
  color: #FFF;
  background: url(../images/sidebar_titlebg.png) repeat-x;
  font-size: 13px;
  padding: 10px;
}
#sidebar_l .widget select.postform {
  width: 100%;
  height: 30px;
  border: 1px solid #f1f1ed;
}
#sidebar_l .widget .textwidget p {
  margin: 0 0 12px 0;
  padding: 5px 12px 5px 12px;
  font-size: 12px;
  line-height: 18px;
}
#sidebar_l .widget .textwidget p a {
  color: #000;
}
#sidebar_l .widget .textwidget p a strong {
  color: #000;
  font-size: 12px;
}
#sidebar_l .widget .textwidget .copy {
  padding: 0px 12px 0px 12px;
}
#sidebar_l .widget .textwidget .copy img {
  width: 100%;
  height: auto;
}
#sidebar_l .widget .textwidget .copy strong {
  font-size: 12px;
  display: block;
  color: #000;
}
#sidebar_l .widget .featured-cars li {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
#sidebar_l .widget .featured-cars li .fea-img {
  width: 67px;
  float: left;
  margin-right: 15px;
}
#sidebar_l .widget .featured-cars li .fea-img img {
  width: 100%;
}
#sidebar_l .widget .featured-cars li .fea-content {
  overflow: hidden;
}
#sidebar_l .widget .featured-cars li span {
  display: block;
}
#sidebar_l .widget ul {
  padding: 10px 0 5px 0;
}
#sidebar_l .widget ul li {
  font-size: 13px;
  font-weight: bold;
}
#sidebar_l .widget ul li a {
  color: #626262;
  background: url(../images/bullet.png) no-repeat 10px 10px;
  border-bottom: 1px solid #dfdfdf;
  padding: 7px 0 7px 25px;
  display: block;
}
#sidebar_l .widget ul li a:hover {
  color: #1f8e01;
}
#sidebar_l .widget ul li:last-child a {
  border: none;
}
#sidebar_l .widget .featured-cars li {
  font-size: 11px;
}
#sidebar_l .widget .featured-cars li .fea-img {
  width: 67px;
  height: 67px;
  float: left;
  line-height: 0px;
}
#sidebar_l .widget .featured-cars li .fea-img .abc-img {
  border: none;
  background-image: none;
  padding: 0px;
  display: block;
}
#sidebar_l .widget .featured-cars li .fea-content .abc-title {
  margin-bottom: 10px;
  display: block;
  border: none;
  background-image: none;
  padding: 0px;
  color: #626262;
  font-weight: bold;
}
#sidebar_l .widget .featured-cars li .fea-content .abc-title:hover {
  color: #1f8e01;
}
#sidebar_l .widget .featured-cars li .fea-content .price {
  color: #FF0000;
  font-weight: bold;
}
#sidebar_l .widget .featured-cars li .fea-content .price-old {
  color: #000;
}
#sidebar_l .widget .featured-cars li:last-child {
  border: none;
}
/* home page
-----------------------------------------------------------*/
.common_wrap {
  margin-bottom: 30px;
}
.common_wrap .widget h3 {
  background: #e7e6e6 url(../images/content_titlebg.png) repeat-x left bottom;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px 0;
  padding: 12px 0 12px 10px;
  font: 18px Arial, Helvetica, sans-serif;
  position: relative;
}
.common_wrap .widget .newcardeals .inner {
  background: url(../images/sepretor.png) no-repeat center bottom;
  margin: 0px 0px 30px 0;
  padding: 0 0 25px 0;
}
.common_wrap .widget .newcardeals .col-md-6:nth-child(2n+1) {
  clear: left;
}
.common_wrap .widget .newcardeals .post_img img {
  border: 1px solid #ddd;
  width: 100%;
}
.common_wrap .widget .newcardeals .infomation {
  margin: 0 0 10px 0;
  padding: 5px 0 2px 0;
}
.common_wrap .widget .newcardeals .infomation h3 {
  background: none;
  border: none;
  font: bold 14px Arial, Helvetica, sans-serif;
  padding: 5px 0 2px 0;
}
.common_wrap .widget .newcardeals .infomation .price {
  color: #FF0000;
  font: bold 14px Arial, Helvetica, sans-serif;
  display: block;
}
.common_wrap .widget .newcardeals .infomation p {
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}
.common_wrap .widget .newcardeals .infomation .text p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.common_wrap .widget .newcardeals .infomation .text p.highlight_text {
  font-weight: bold;
  color: #000;
}
.common_wrap .widget .newcardeals .infomation .text .b_viewdetails {
  color: #fff;
  background: url(../images/b_viewdetails.png) no-repeat left top;
  width: 110px;
  height: 27px;
  padding: 4px 0;
  display: block;
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
  border: none;
  -webkit-transition-duration: 0s;
}
.common_wrap .widget .newcardeals .infomation .text .b_viewdetails:hover {
  background-position: 0 -27px;
  color: #fff;
}
/* home page
-----------------------------------------------------------*/
#content img {
  width: 100%;
  height: 100%;
}
#content .cat_head {
  color: #186a01;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 5px 0;
  padding: 0 0 3px 0;
  font-size: 24px;
  font-weight: bold;
}
#content .single_head {
  color: #186a01;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
  padding: 0 0 7px 0;
  font-size: 24px;
}
#content .sort_by {
  padding: 5px 0px 20px;
}
#content .sort_by form .fl select {
  display: block;
  height: 30px;
  margin: 5px 0px 0px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
#content #comments {
  padding: 15px 0px;
}
#content #comments .sametitle {
  font-size: 14px;
  color: #444;
}
#content .post_bottom {
  margin: 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 15px 0px 15px;
}
#content .post_bottom .category {
  color: #858585;
  background: url(../images/i_category.png) no-repeat left 0px;
  font-size: 12px;
  padding: 2px 0 0 20px;
  margin-bottom: 15px;
  display: inline-block;
}
#content .post_bottom .tags {
  font-size: 12px;
  padding: 2px 0 2px 20px;
  color: #858585;
  background: url(../images/i_tags.png) no-repeat left 2px;
}
#content .likethis {
  margin-bottom: 20px;
}
#content .likethis img {
  width: auto;
  height: auto;
}
#content ul {
  padding: 10px 0 5px 0;
}
#content ul li {
  background: url(../images/arrow_cat.png) no-repeat left 2px;
  margin: 0 0 8px 0;
  padding: 0 0 5px 22px;
  line-height: 20px;
  font-size: 14px;
}
#content ul li a {
  color: #444;
}
#content ul li a:hover {
  color: #1f8e01;
}
.single #content .single_post h1 {
  font-size: 24px;
  margin-bottom: 5px;
}
.single #content .single_post .posts .date {
  position: relative;
  color: #a9a9a9;
  font-size: 14px;
  margin-bottom: 12px;
}
.single #content .single_post .posts .date .fl a {
  color: #444;
  border-bottom: 1px dotted #ccc;
}
.single #content .single_post .posts .date .fl a:hover {
  color: #000;
}
.single #content .single_post .posts .date .i_print {
  background: url(../images/i_print.png) no-repeat left top;
  padding-left: 20px;
  position: absolute;
  margin-left: 20px;
  right: 0px;
}
.single #content .single_post .posts .date .i_print a {
  color: #444;
  border-bottom: 1px dotted #ccc;
}
.single #content .single_post .posts .news-details-excerpts {
  padding: 10px 0 5px 0;
  font-size: 18px;
}
.single #content .single_post .posts .small_thumb {
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: -15px;
}
.single #content .single_post .posts .news-details-body {
  margin-bottom: 10px;
}
.single #content .single_post .posts .news-details-body .caption {
  margin: 12px 0px 10px 0px;
}
@media screen and (min-width: 768px) {
  #content img {
    width: auto;
    max-width: 700px;
  }
  #content .post_bottom {
    padding: 15px 0px 0px;
  }
  #content .post_bottom .col-md-6:last-child {
    text-align: right;
  }
  #content .sort_by form .fl b {
    float: left;
    margin: 10px 0px 0px;
  }
  #content .sort_by form .fl select {
    display: block;
    width: auto;
    float: right;
  }
}
/* category page
-----------------------------------------------------------*/
.category #content .single_post ul li {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  background: url(../images/sepretor.png) no-repeat center bottom;
  color: #444;
}
.category #content .single_post ul li .date {
  color: #ccc;
  margin: 3px 0;
  font-size: 14px;
  font-style: italic;
}
.category #content .single_post ul li h3 {
  color: #1f8e01;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 5px;
}
.category #content .single_post ul li .postedby .author {
  font-size: 12px;
  font-style: italic;
  color: #929292;
}
.category #content .single_post ul li .postedby .author a {
  color: #4f4f4f;
}
.category #content .single_post ul li .postedby .author a:hover {
  color: #000;
}
.category #content .single_post ul li .postedby .pcomments {
  color: #4f4f4f;
  background: url(../images/i_comments.png) no-repeat right 4px;
  float: right;
  margin-left: 40px;
  font: bold 12px Georgia, "Times New Roman", Times, serif;
  padding-right: 15px;
}
.category #content .single_post ul li .more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  float: right;
  padding: 6px 15px 6px 10px;
  font-size: 12px;
  color: #494949;
  background: #e7e5e5 url(../images/bullet.png) no-repeat 74px 11px;
}
.category #content .single_post .pagination {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.category #content .single_post .pagination .Navi .on {
  background: #810000 url(../images/page_nav_h.png) repeat;
  color: #fff;
  padding: 14px;
  margin-right: 3px;
  display: inline;
}
.category #content .single_post .pagination .Navi a {
  background: #333333 url(../images/page_nav_n.png) repeat;
  color: #fff;
  display: inline;
  padding: 14px;
  line-height: 32px;
  margin-right: 3px;
}
.category #content .single_post .pagination .Navi a strong {
  color: #FFF;
}
.category #content .single_post .pagination .Navi a:hover {
  background: #333333 url(../images/page_nav_h.png) repeat;
}
/* site map
-----------------------------------------------------------*/
#content .arclist {
  margin: 0px 0px 30px;
}
#content .arclist h3 {
  color: #000;
  padding: 10px 0 5px 0;
  font-weight: normal;
  font-size: 14px;
}
#content .arclist ul li {
  border-bottom: 1px solid #f1f1ed;
  padding: 0 0 8px 22px;
}
#content .arclist ul li strong {
  color: silver;
}
#sidebar_r .bookmark {
  margin: 20px 0px 0px;
}
@media screen and (min-width: 768px) {
  #sidebar_r .bookmark {
    background: url(../images/widgetbg.png) repeat-x left bottom;
    float: right;
    padding: 8px 5px 10px;
    border: 1px solid #dfdfdf;
  }
  #sidebar_r .bookmark a {
    display: inline-block;
    margin: 0px 5px;
  }
}
/* single product
-----------------------------------------------------------*/
.single-cars #content .realated_post img {
  width: 150px;
  height: auto;
}
.single-cars #content .single_post .button_bar {
  padding: 5px 0px 30px;
}
.single-cars #content .single_post .button_bar a {
  -webkit-box-shadow: 1px 1px 1px #dddddd;
  -moz-box-shadow: 1px 1px 1px #dddddd;
  box-shadow: 1px 1px 1px #dddddd;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  color: #535353;
  font-weight: bold;
  padding: 6px 10px 6px 30px;
}
.single-cars #content .single_post .button_bar .b_print {
  background: url(../images/b_print.png) no-repeat left top;
  display: block;
  width: 55px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.single-cars #content .single_post .button_bar .b_download_pdf {
  background: url(../images/b_download_pdf.png) no-repeat left top;
  display: block;
  width: 123px;
  height: 30px;
  float: left;
}
.single-cars #content .single_post .button_bar .b_sendtofriend {
  background: url(../images/b_sendtofriend.png) no-repeat left top;
  display: block;
  width: 125px;
  height: 30px;
  float: right;
}
.single-cars #content .single_post .ctn-infomation {
  width: 100%;
  clear: both;
  padding: 0px 15px;
}
.single-cars #content .single_post .posts .vehicle_summary {
  margin-bottom: 20px;
  clear: both;
}
.single-cars #content .single_post .posts .vehicle_summary .price {
  color: #186a01;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}
.single-cars #content .single_post .posts .vehicle_summary .b_send_inquiry {
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  background: url(../images/b_sendinquiry.png) no-repeat left top;
  display: inline-block;
  padding: 12px 0 12px 0px;
  width: 180px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  -webkit-transition-duration: 0s;
}
.single-cars #content .single_post .posts .vehicle_summary .b_send_inquiry:hover {
  background-position: 0 -43px;
  color: #fff;
}
.single-cars #content .single_post .posts .vehicle_summary h4 {
  border-bottom: 1px solid #ddd;
  color: #FF0000;
  margin: 0 0 8px 0;
  padding: 0 0 5px 0;
  font-size: 13px;
}
.single-cars #content .single_post .posts .vehicle_summary p {
  color: #4f4f4f;
}
.single-cars #content .single_post .posts .vehicle_summary p span {
  color: #000;
  float: left;
  margin-right: 10px;
  display: block;
  width: 150px;
}
.single-cars #content .single_post .posts .vehicle_features {
  clear: both;
  width: 100%;
}
.single-cars #content .single_post .posts .vehicle_features p a img {
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  background: #fff;
  border: 2px solid #eee;
}
.single-cars #content .single_post .posts .likethis img {
  margin-bottom: 20px;
}
.single-cars #content .realated_post {
  margin-bottom: 30px;
}
.single-cars #content .realated_post h3 {
  margin: 0 0 30px 0;
  padding: 15px 0 10px 0;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.single-cars #content .realated_post a {
  display: block;
}
.single-cars #content .realated_post a img {
  border: 1px solid #c9c9c9;
  margin: 0px 0 10px 0;
  padding: 5px;
}
.single-cars #content .realated_post .infomation h3 {
  border-bottom: none;
  margin: 5px 0px 10px;
  padding: 0px;
}
.single-cars #content .realated_post .infomation .price {
  color: #FF0000;
  font-weight: bold;
  margin-bottom: 5px;
}
.single-cars #content .realated_post .infomation .old-price {
  color: #0d428b;
  font-weight: bold;
}
.single-cars #content .realated_post .col-md-4 {
  margin: 0px 0px 30px;
}
/* popup
-----------------------------------------------------------*/
#basic-modal-content,
#basic-modal-content2 {
  display: none;
}
#basic-modal-content,
#basic-modal-content2 {
  width: 100%;
  height: 560px;
}
#simplemodal-container {
  padding: 12px;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 95% !important;
}
#simplemodal-container a.modalCloseImg {
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer;
}
#simplemodal-container #basic-modal-content {
  padding: 8px;
  height: 100%;
}
#simplemodal-container h3 {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  font: 15px Georgia, "Times New Roman", Times, serif;
}
#simplemodal-container .row {
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
}
#simplemodal-container .row label {
  display: block;
  font-size: 13px;
  color: #333;
  padding: 5px 0;
}
#simplemodal-container .row textarea {
  height: 100px;
}
#simplemodal-container .row input,
#simplemodal-container .row textarea {
  font: 14px Arial, Helvetica, sans-serif;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#simplemodal-container .button {
  font: bold 12px Arial, Helvetica, sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 15px;
  margin-right: 5px;
  clear: left;
  cursor: pointer;
  margin-left: 105px;
}
#simplemodal-container {
  top: 20px !important;
}
#basic-modal-content .message_error2,
#basic-modal-content2 .message_error2 {
  font: 11px Arial, Helvetica, sans-serif;
  color: #900;
}
/* popup window ---------*/
#simplemodal-overlay {
  background-color: #000;
}
#simplemodal-container {
  color: #666;
  background-color: #fff;
  border: 4px solid #ddd;
}
#simplemodal-container a.modalCloseImg {
  background: url(../images/x.png) no-repeat;
}
#simplemodal-container h3 {
  color: #970101;
  border-bottom: 1px solid #ccc;
}
#simplemodal-container .row label {
  color: #333;
}
#simplemodal-container .row input,
#simplemodal-container .row textarea {
  border: 1px solid #ccc;
}
#simplemodal-container .button {
  background: #333;
  color: #fff;
  border: none;
}
#simplemodal-container .button:hover {
  background: #970101;
}
/* place listing detail page slideshow -------------------*/
#galleria .galleria-stage .galleria-image {
  width: 370px !important;
}
#galleria .galleria-image img {
  width: 370px;
  left: 0px !important;
}
#galleria .galleria-container {
  width: 370px !important;
}
#galleria .galleria-container .galleria-thumbnails-container img {
  width: 80px;
  top: 0px !important;
}
.img_not_available_single {
  display: block;
  width: 335px;
  padding: 120px 0;
  float: left;
  font: 22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: center;
}
.galleria-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  height: 410px;
  margin-bottom: 10px;
}
#galleria .galleria-container .galleria-thumbnails-container img {
  width: 80px;
}
.galleria-container img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.galleria-stage {
  position: absolute;
  top: 10px;
  bottom: 100px;
  left: 0px;
  right: 10px;
  overflow: hidden;
}
.galleria-thumbnails-container {
  height: 75px;
  bottom: 0;
  position: absolute;
  left: 0px;
  right: 9px;
  z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
  margin-left: 40px;
  margin-right: 38px;
}
.galleria-thumbnails .galleria-image {
  height: 55px;
  width: 80px;
  margin: 0 22px 0 0;
  float: left;
  cursor: pointer;
}
.galleria-counter {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: right;
  font: normal 11px/1 arial, sans-serif;
  z-index: 2;
}
.galleria-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: none;
}
.galleria-info {
  width: 50%;
  top: 15px;
  left: 15px;
  z-index: 2;
  position: absolute;
}
.galleria-info-text {
  padding: 12px;
  display: none;
}
.galleria-info-title {
  font: bold 12px/1.1 arial, sans-serif;
  margin: 0;
}
.galleria-info-description {
  font: italic 12px/1.4 georgia, serif;
  margin: 0;
  color: #bbb;
}
.galleria-info-title + .galleria-info-description {
  margin-top: 7px;
}
.galleria-info-close {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: .5;
  cursor: pointer;
  display: none;
}
.galleria-info-link {
  opacity: .8;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.galleria-info-link:hover,
.galleria-info-close:hover {
  opacity: .5;
}
.galleria-image-nav {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  height: 31px;
  left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
  opacity: .7;
  cursor: pointer;
  width: 16px;
  height: 31px;
  position: absolute;
  left: 10px;
  z-index: 2;
}
.galleria-image-nav-right {
  left: auto;
  right: 10px;
  background-position: -300px 0;
  z-index: 2;
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
  opacity: 1.0;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  cursor: pointer;
  display: none;
  background-position: -495px 11px;
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 32px;
  z-index: 3;
  opacity: 1.0;
}
.galleria-thumb-nav-right {
  background-position: -570px 11px;
  border-right: none;
  right: 0;
  left: auto;
}
.galleria-thumbnails-container .disabled,
.galleria-thumbnails-container .disabled:hover {
  opacity: .6;
  cursor: default;
}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
  opacity: 1;
  /*background-color:#111;*/
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
.galleria-lightbox-box {
  z-index: 999999 !important;
}
/* gallery - detail page slideshow -------------------*/
.img_not_available_single {
  border: 1px solid #ddd;
  color: #bbb;
}
.galleria-thumbnails .galleria-image {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 2px solid #fff;
}
.galleria-counter {
  color: #fff;
}
.galleria-loader {
  background: #000;
  background: url(../images/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info-text {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.galleria-info-title {
  color: #fff;
}
.galleria-info-description {
  color: #bbb;
}
.galleria-info-close {
  background-position: -753px -11px;
}
.galleria-info-link {
  background-position: -669px -5px;
  background-color: #000;
}
.galleria-image-nav-right {
  background-position: -300px 0;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
  background-position: -495px 11px;
}
.galleria-thumb-nav-right {
  background-position: -570px 11px;
  border-right: none;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
  background-image: url(../images/classic-map.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  /* popup
	-----------------------------------------------------------*/
  .single-cars #content .realated_post img {
    width: 150px;
    height: auto;
  }
  .single-cars #content .single_post .post .vehicle_summary {
    clear: none;
  }
  #basic-modal-content2 {
    height: 430px;
    width: 390px;
  }
  #basic-modal-content {
    width: 400px;
    height: 480px;
  }
  /* Container */
  #simplemodal-container {
    width: 422px !important;
  }
  #simplemodal-container .row label {
    float: left;
    width: 105px;
  }
  #simplemodal-container .row input,
  #simplemodal-container .row textarea {
    float: left;
    width: 268px;
  }
  #basic-modal-content2 {
    height: 430px;
    width: 390px;
  }
  #basic-modal-content {
    width: 400px;
    height: 480px;
  }
  #basic-modal-content {
    height: 556px;
  }
  #galleria .galleria-image img {
    width: 370px;
  }
  #galleria .galleria-container .galleria-thumbnails-container img {
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .single-cars #content .realated_post .col-md-4 {
    margin: 0px 0px 0px;
  }
}
@media screen and (max-width: 500px) {
  .single-cars #content {
    /*.single_post{
				.post{
					.realated_post{
						a{
							img{
								width: 100%;
							}
						}
					}
				}
			}*/
  }
  .single-cars #content .realated_post img {
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  /* place listing detail page slideshow -------------------*/
  #galleria .galleria-container {
    width: 320px !important;
  }
  #galleria .galleria-stage .galleria-image {
    width: 320px !important;
  }
  #galleria .galleria-image img {
    width: 320px;
    left: 0px !important;
    margin-left: 0px;
  }
}
/* media query - dev by: 
-----------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .common_wrap .widget .newcardeals .inner {
    min-height: 410px;
    padding-bottom: 20px;
    margin: 0px 0px 20px 0;
  }
  .common_wrap .widget .newcardeals .post_img {
    width: auto;
  }
  .common_wrap .widget .newcardeals .post_img img {
    width: auto;
  }
  .common_wrap .widget .newcardeals .infomation p {
    border-bottom: 1px solid #ddd;
  }
  .common_wrap .widget .newcardeals .text .b_viewdetails {
    float: right;
  }
  .common_wrap .widget .newcardeals .text p {
    border: none;
  }
}
/*# sourceMappingURL=main.css.map */