﻿a:focus,
a:active {
  color: #333333;
  text-decoration: none;
  outline: none;
}
.input {
  background: #de3434 !important;
  border: 1px #de3434 solid;
  color: #ffffff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.input:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #c71c1c !important;
  color: #ffffff !important;
  border: 1px #c71c1c solid;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
}
#wrapper {
  min-height: 610px;
}
#wrapper_in {
  min-height: 610px;
}
.service_textblock h2 {
  font-size: 20px;
}
#footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 21px;
}
.componentheading h3 {
  text-align: left;
}

img {
  max-width: 100%;
}
p,
blockquote {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
ul {
  list-style-type: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  color: #888888;
}
#globalContent {
  margin-bottom: 20px;
}
.filter-search select {
  float: left;
  margin: 0 5px;
  width: 200px;
}
.filter-search,
.filters .alert-info {
  background-color: transparent;
  border: medium none;
  height: auto;
}
input.invalid {
  border-color: #FF0000 !important;
}
.hideme {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.modal-dialog {
  width: 600px;
  margin: auto;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.iconsrow .fa-hover {
  float: left;
  font-size: 14px;
  padding: 3px 0 3px 9px;
  width: 225px;
}
.iconsrow .fa-hover:hover {
  background: #ffffff;
  padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover i {
  color: #de3434;
  font-size: 16px;
  width: 25px;
}
.alert-info {
  color: #ffffff;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.btn-primary .badge {
  color: #dd5f00;
}
code {
  background: transparent;
}
pre {
  padding: 10px;
}
.clear {
  clear: both;
}
label {
  font-weight: normal;
}
div.search_button_vehicle,
.VM_search_batton input.button,
input[type="submit"],
input[type="button"],
form input[type="button"],
input.ba-btn-submit[type="submit"],
span.vehicle_button a,
.logout-button .btn,
.controls .btn,
.login button,
.registration button.btn-primary,
.remind button.btn,
.reset button.btn,
.contact-form button.btn,
.filter-search button.btn,
#button_hidden_review input.btn,
button.validate,
.btn-default,
.btn-primary {
  background: #de3434 !important;
  border: 1px #de3434 solid;
  color: #ffffff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
div.search_button_vehicle:hover,
.VM_search_batton input.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
form input[type="button"]:hover,
input.ba-btn-submit[type="submit"]:hover,
span.vehicle_button a:hover,
.logout-button .btn:hover,
.controls .btn:hover,
.login button:hover,
.registration button.btn-primary:hover,
.remind button.btn:hover,
.reset button.btn:hover,
.contact-form button.btn:hover,
.filter-search button.btn:hover,
#button_hidden_review input.btn:hover,
button.validate:hover,
.btn-default:hover,
.btn-primary:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #c71c1c !important;
  color: #ffffff !important;
  border: 1px #c71c1c solid;
}
a.btn.btn-primary[data-toggle="modal"],
.registration button.btn-primary {
  margin: 20px 0;
  background: #de3434 !important;
  border: 1px #de3434 solid;
  color: #ffffff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
a.btn.btn-primary[data-toggle="modal"]:hover,
.registration button.btn-primary:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #c71c1c !important;
  color: #ffffff !important;
  border: 1px #c71c1c solid;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #de3434 !important;
  border: 1px #de3434 solid;
  color: #ffffff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:hover:hover,
.nav-pills > li.active > a:focus:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #c71c1c !important;
  color: #ffffff !important;
  border: 1px #c71c1c solid;
}
.input-append #profile_dob_img,
#jform_profile_dob_img {
  vertical-align: top;
  padding: 5px 10px;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 30px;
}
#jform_profile_dob_img,
#profile_dob_img {
  background-image: none;
  font-size: 14px !important;
  font-weight: normal !important;
}
#jform_profile_tos0 {
  margin-left: 0;
}
.remind input,
.reset input,
.contact-form input,
.filters input,
.contact-form textarea,
fieldset dd input,
fieldset dd textarea,
.profile-edit input,
.login input {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
form.well {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 0.25em;
  width: 14px;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "IcoMoon";
  font-style: normal;
}
.icon-chevron-left::before,
.icon-leftarrow::before,
.icon-arrow-left::before {
  content: "";
}
.icon-calendar::before {
  content: "C";
}
/*#gallery {
  margin-right: -10px;
}*/
@media (max-width: 1200px) {
  .okno_V {
    width: 31%!important;
  }
  .okno_V .okno_img,
  .okno_V .okno_img img {
    width: 100%!important;
    height: auto !important;
  }
}
@media (max-width: 980px) {
  .okno_V {
    width: 47%!important;
  }
}
@media (max-width: 600px) {
  #gallery {
    margin-right: 0;
  }
  .okno_V {
    width: 100%!important;
  }
}
table.profileTable {
  margin-bottom: 10px;
}
.row_img img {
  border: 1px solid #ddd;
}
.row_img img:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
div[class*="pagination"] ul {
  clear: both;
}
div[class*="pagination"] ul li {
  display: inline-block;
}
div[class*="pagination"] ul li a {
  padding: 5px 10px;
  border: 1px #eaeaea solid;
  background: #07293b;
  margin: 0;
}
div[class*="pagination"] ul li span {
  padding: 5px 10px;
  border: 1px #eaeaea solid;
  margin: 0;
}
.input-group input.form-control {
  position: static;
  height: 24px;
}
a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a,
.search_button_vehicle,
.vehicle_button a,
input[type="submit"],
input[type="button"] {
  border: 0px  !important ;
}
.vmsearch-form .search_filter .fix_width_2 select,
.vmsearch-form .search_filter .fix_width_4 select {
  width: 51%  !important ;
}
.itemAuthorName {
  margin-top: 50px;
  text-align: left;
}
div.catItemImageBlock {
  margin-right: 10px;
}
.header {
  padding: 20px 0 0;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.header #logo {
  margin: 0;
  border: none;
  position: relative;
  z-index: 1;
  padding-bottom: 6px;
}
.header #logo img {
  border: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .header #logo {
    text-align: center;
    padding: 10px 0 20px;
  }
}
.header .opening_times_title {
  color: #eeeeee;
  font-size: 20px;
  margin: 0 0 2px 0;
}
.header .ot_desc {
  font-size: 12px;
  line-height: 14px;
  color: #eeeeee;
  margin: 0;
}
.navbar-collapse.in {
  overflow-y: visible;
}
.navbar-header i {
  color: #ffffff;
  font-size: 32px;
}
.navbar-collapse {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.nav > li > a:hover {
  background: transparent;
}
.navbar-nav > li {
  float: none;
}
.navbar {
  min-height: 35px;
  margin-bottom: 0;
}
.main_menu ul.nav li.parent > a {
  cursor: default;
}
.top_menu ul.nav {
  float: left;
  margin: 0;
}
@media (max-width: 767px) {
  .top_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
}
.top_menu ul.nav li {
  border-right: 1px solid #eeeeee;
  float: left;
  list-style: none outside none;
  position: relative;
}
@media (max-width: 767px) {
  .top_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
}
.top_menu ul.nav li a {
  font-size: 12px;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .top_menu ul.nav li a {
    background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 4px 9px 4px 10px;
    position: relative;
    color: #92999e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top_menu ul.nav li a:hover {
    padding: 4px 9px 4px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .top_menu ul.nav li:first-child a {
    border-top: 1px solid #eeeeee;
  }
}
.top_menu ul.nav li:last-child {
  border-right: none;
}
.main_menu {
  text-align: center;
}
.main_menu .navbar {
  margin: 0;
  border: 0;
}
.main_menu ul.nav {
  float: none;
  margin: 21px 0 0;
  text-align: center;
  display:block;
}
@media (max-width: 992px) {
  .main_menu ul.nav {
    margin: 10px 0 0;
  }
}
.main_menu ul.nav li {
  position: relative;
  list-style: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .main_menu ul.nav li {
    float: none;
    position: relative;
    list-style: none;
    display: block;
    border-top: 1px solid #eeeeee;
  }
}
.main_menu ul.nav li a {
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
  padding: 0 15px 30px;
  background-color: transparent;
  border-bottom: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0 solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .main_menu ul.nav li a {
    padding: 0 3px 30px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .main_menu ul.nav li a {
    font-size: 14px;
    margin: 0;
    padding: 7px 20px 7px 0;
    position: relative;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: 100%;
    border-bottom: 0px solid transparent;
  }
}
.main_menu ul.nav li a:hover {
  border: 0 solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #c71c1c;
}
@media (max-width: 767px) {
  .main_menu ul.nav li a:hover {
    border-bottom: 0px solid transparent;
    margin: 0;
    padding: 7px 10px 7px 10px;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.active a {
    display: block;
    background-color: transparent;
    border-bottom: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.active a:hover {
    background-color: transparent;
    border-bottom: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.main_menu ul.nav li.parent > a {
  cursor: default;
}
.main_menu ul.nav li.parent:hover ul {
  display: block;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent a {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px 7px 0;
    position: relative;
    text-transform: uppercase;
    float: none;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main_menu ul.nav li.parent a:hover {
    padding: 7px 10px 7px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #c71c1c;
  }
}
.main_menu ul.nav li.parent a span.arrow {
  right: 2px;
  top: 8px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #c71c1c transparent transparent transparent;
  line-height: 0;
  filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
@media (max-width: 992px) {
  .main_menu ul.nav li.parent a span.arrow {
    right: -8px;
    top: 9px;
  }
}
@media (max-width: 768px) {
  .main_menu ul.nav li.parent a span.arrow {
    right: 9px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent a span.arrow {
    display:block;
  }
}
.main_menu ul.nav li.parent ul {
  display: none;
  background: #dbdbdb;
  border-left: 1px solid #303951;
  list-style: none;
  position: absolute;
  float: left;
  min-width: 220px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul {
    display:none;
    background-color: transparent;
    border-left: medium none;
    border-top: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
  }
}
.main_menu ul.nav li.parent ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #303951;
  clear: both;
  width: 100%;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li {
    float: left;
    border-bottom: 0px solid #eeeeee;
  }
}
.main_menu ul.nav li.parent ul li a {
  font-size: 14px;
  float: left;
  padding: 7px 10px 7px 10px;
  margin: 0 15px 0 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li a {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }
}
.main_menu ul.nav li.parent ul li a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
}
.main_menu ul.nav li.parent ul li a span.arrow {
  right: 10px;
  top: 14px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #c71c1c;
  line-height: 0px;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.main_menu ul.nav li.parent ul li ul.nav-child {
  right: 100%;
  top: 0px;
  min-width: 220px;
  display: none;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.nav-child {
    display:none;
    background-color: transparent;
    border-left: medium none;
    border-top: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
    position: relative;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
  }
    .main_menu ul.nav li.parent ul li a span.arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.nav-child li {
    border-bottom: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #eeeeee;
  }
}
.main_menu ul.nav li.parent ul li ul.nav-child li a {
  font-size: 14px;
  float: left;
  padding: 7px 0px 7px 0;
  margin: 0 0px 0 0;
  text-indent: 10px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.nav-child li a {
    color: #fff;
    display: block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    float: none;
    margin: 0 15px 0 0;
    padding: 7px 10px 7px 15px;
    text-indent: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li ul.nav-child li a:hover {
    color:#c71c1c;
    padding: 7px 10px 7px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.main_menu ul.nav li.parent ul li:hover ul {
  display: block;
}
.main_menu ul.nav li.parent ul li.active > a {
  color: #c71c1c  !important;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active a {
    color: #92999e;
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active a:hover {
    color: #000000;
    padding: 7px 10px 7px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active ul {
    display: block;
    background-color: transparent;
    border-left: medium none;
    border-top: medium none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
    position: relative;
    width: 100%;
  }
}
.main_menu ul.nav li.parent ul li.active ul li a {
  font-weight: normal;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active ul li a {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }
}
.main_menu ul.nav li.parent ul li.active ul .active a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .main_menu ul.nav li.parent ul li.active ul .active a {
    color: #000000;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }
}
.main_menu ul.nav li.parent ul li.current a {
  font-weight: bold;
}
.footer_menu ul.nav {
  float: left;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .footer_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
}
.footer_menu ul.nav li {
  border-right: 1px solid #cecece;
  float: left;
  list-style: none outside none;
  position: relative;
}
@media (max-width: 767px) {
  .footer_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
}
.footer_menu ul.nav li a {
  font-size: 12px;
  margin: 0 10px;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer_menu ul.nav li a {
    background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 4px 9px 4px 10px;
    position: relative;
    color: #92999e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer_menu ul.nav li a:hover {
    background: transparent;
    padding: 4px 9px 4px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.footer_menu ul.nav li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .footer_menu ul.nav li:last-child a {
    border-top: 0px solid #eeeeee;
  }
  .footer_menu ul.nav li:last-child a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.main_menu ul.menu li.active > a {
  color: #c71c1c;
}
.breadcrumb {
  padding: 8px 15px 8px 0px;
}
.breadcrumb li a {
  padding: 0 5px;
}
.breadcrumb li .divider {
  padding: 0 5px 0 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #de3434;
  line-height: 0px;
  display: inline-block;
  _border-color: #000000 #000000 #000000 #de3434;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.breadcrumb .active .divider {
  display: none;
}
.breadcrumb li + li:before {
  padding: 0;
  content: none;
}
.form-horizontal .control-label {
  text-align: left;
}
.well {
  box-shadow: none;
}
.login input {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.login .lab_rem label {
  float: left;
  margin-right: 5px;
  color: #333333;
}
.login .block_login label {
  color: #333333;
}
.login .block_login input {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff !important;
  -webkit-text-fill-color: #888888 !important;
  color: #888888 !important;
}
.login button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.login button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.nav_bar_log {
  border-bottom: 0px solid #ddd;
}
ul.nav_bar_log li a {
  padding: 0;
  border: 0 solid;
}
.registration input,
.registration textarea {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
}
.registration label {
  color: #333333;
}
legend {
  color: #333333;
}
.reg {
  margin: 20px 0 0;
}
.reg a.btn {
  font-size: 14px;
  color: #ffffff;
  background: #de3434;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reg a.btn:hover {
  background: #dd5f00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reg button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reg button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remind label,
.reset label {
  color: #333333;
}
.remind input,
.reset input {
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .remind input,
  .reset input {
    margin-bottom: 10px;
  }
}
.remind button,
.reset button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.remind button:hover,
.reset button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chzn-results li.highlighted {
  background: #de3434 !important;
}
.page-header {
  padding-bottom: 10px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
}
#limit option:hover {
  background: #de3434 !important;
}
.contact-category .pull-right {
  float: none !important;
  text-align: left !important;
}
.contact-category .label-warning {
  background: #de3434;
  border: #dd5f00 0 solid;
}
.contact-category label {
  display: block;
}
.contact-category input {
  padding: 10px 5px;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.contact-category span.label-warning {
  display: inline-block;
  padding: 10px 5px;
  color: #ffffff;
  margin: 0 15px 15px 0;
}
.contact-category ul {
  list-style: none;
}
.category {
  width: 100%;
}
.map {
  width: 100%  !important;
}
.categories-list .badge {
  vertical-align: middle;
}
.contact-form input,
.contact-form #jform_contact_message {
  width: 50%;
  padding: 10px 5px;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #888888;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.contact-form legend,
.contact-form label {
  color: #333333;
}
.contact-form .send_co {
  margin: 0 0 15px 0;
}
.contact-form .send_co label {
  margin: 0px 7px 0 0;
}
.contact-form #jform_contact_email_copy {
  width: auto;
  padding: 0;
  margin: 0;
}
.contact-form button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-address dt {
  width: auto;
}
.contact-address dd {
  margin-left: 0px;
}
.snd_m label {
  float: left;
  padding: 0 5px 0 0;
}
.snd_m .controls input#jform_contact_email_copy {
  margin-top: 4px;
}
.archive button {
  padding: 1px 12px;
}
.form-control {
  position: static;
}
.pagination p + ul {
  display: block;
}
table.category th {
  text-align: left;
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: 0;
}
#footer {
  padding: 10px 0;
  width: 100%;
}
#footer .copyrights p {
  margin: 19px 0 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #footer .copyrights p {
    text-align: center;
  }
}
#footer .soc_icons_box {
  text-align: right;
}
@media (max-width: 767px) {
  #footer .soc_icons_box {
    text-align: center;
  }
}
#footer .soc_icons_box ul {
  margin: 15px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  list-style: none;
}
#footer .soc_icons_box ul li {
  float: left;
  padding: 0;
}
#footer .soc_icons_box ul li a {
  font-size: 18px;
  margin: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .soc_icons_box ul li a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.row-slide,
.row-bgMod {
  margin: 0 !important;
}
.row-slide .col-lg-12,
.row-bgMod .col-lg-12 {
  padding: 0 !important;
}
#vmTouchSlider91 {
  margin-top: -20px;
}
#vmTouchSlider91 .horizontal span.arrow-right {
  background-image: url("../images/next.png");
  background-position: 0;
}
#vmTouchSlider91 .horizontal span.arrow-left {
  background-image: url("../images/prev.png");
  background-position: 0;
}
#vmTouchSlider91 #captionSlide {
  bottom: inherit;
  top: 10%;
  right: 4%;
  left: inherit;
  width: 30%;
  padding: 0 0 10px;
  border-top: 3px solid #FFAB00;
  background-color: rgba(255, 255, 255, 0.5);
}
#vmTouchSlider91 #captionSlide .slide-title a {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 10px 5px;
}
#vmTouchSlider91 #captionSlide .slide-title a:hover {
  color: #de3434;
}
@media (max-width: 600px) {
  #vmTouchSlider91 #captionSlide .slide-title a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #vmTouchSlider91 #captionSlide .slide-title a {
    font-size: 13px;
  }
}
#vmTouchSlider91 #captionSlide .slide-price {
  font-size: 18px;
  color: #000;
  margin: 0px;
}
@media (max-width: 600px) {
  #vmTouchSlider91 #captionSlide .slide-price {
    font-size: 13px;
  }
}
#vmTouchSlider91 #captionSlide .slide-address {
  font-size: 16px;
  color: #000;
}
@media (max-width: 600px) {
  #vmTouchSlider91 #captionSlide .slide-address {
    font-size: 13px;
  }
}
.moduletable_search {
  text-align: center;
  margin-top: -150px;
  z-index: 99;
  position: relative;
}
@media (max-width: 768px) {
  .moduletable_search {
    margin-top: 0;
  }
}
.moduletable_search .vehiclemanager__search {
  display: inline-block;
}
.moduletable_search .vehiclemanager__search .vehiclemanager_mod_search {
  display: inline-block;
  padding: 10px;
  background: rgba(248, 248, 248, 0.8);
  min-height: 80px;
  color: #000;
}
@media (max-width: 768px) {
  .moduletable_search .vehiclemanager__search .vehiclemanager_mod_search {
    min-height: none;
    padding: 0;
    margin-top: 20px;
  }
}
.moduletable_search .vehiclemanager__search input[type="submit"] {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .moduletable_search .vehiclemanager__search input[type="submit"] {
    width: 200px;
  }
}
.featured_vehicles_block {
  width: 32% !important;
}
.featured_vehicles_block .featured_block_title a:hover {
  color: #de3434;
}
@media (max-width: 1024px) {
  .featured_vehicles_block {
    width: 31% !important;
  }
}
@media (max-width: 768px) {
  .featured_vehicles_block {
    width: 99% !important;
  }
  .featured_vehicles_block img {
    width: auto!important;
    height: auto!important;
  }
}
.moduletable_map .vm_map_canvas {
  margin: 0;
}

.moduletable_online {
  text-align: center;
}
.moduletable_online div.profileTable_online {
  text-align: center;
  display: inline-block;
}

.moduletable_blog div.k2ItemsBlock ul li {
  width: 31%;
  display: inline-table;
  vertical-align: top;
  text-align: center;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .moduletable_blog div.k2ItemsBlock ul li {
    width: 100%;
  }
}
.moduletable_blog div.k2ItemsBlock ul li a.moduleItemTitle {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-top: 15px;
  display: block;
  margin-bottom: 8px;
}
.moduletable_blog div.k2ItemsBlock ul li a.moduleItemTitle:hover {
  color: #de3434;
}
.moduletable_blog div.k2ItemsBlock ul li span.moduleItemDateCreated {
  padding: 5px 0 10px;
  display: block;
  font-size: 13px;
  color: #999;
  font-style: italic;
}
.moduletable_blog div.k2ItemsBlock ul li img {
  width: 100%;
}
.moduletable_blog div.k2ItemsBlock ul li .moduleItemIntrotext {
  padding: 15px 20px 5px;
  font-size: 15px;
  margin: 0px 0px 3px;
  color: #555;
  line-height: 24px;
}
.moduletable_blog div.k2ItemsBlock ul li.odd {
  background: #fff;
}
.moduletable_blog div.k2ItemsBlock ul li.odd div.moduleItemImage {
  display: table-header-group;
}
@media (max-width: 768px) {
  .moduletable_blog div.k2ItemsBlock ul li.odd div.moduleItemImage {
    display: block;
  }
}
.moduletable_blog div.k2ItemsBlock ul li.odd .itemDesc {
  display: table-footer-group;
}
@media (max-width: 768px) {
  .moduletable_blog div.k2ItemsBlock ul li.odd .itemDesc {
    display: block;
  }
}
.moduletable_blog div.k2ItemsBlock ul li.even {
  background: #fff;
}
.moduletable_blog div.k2ItemsBlock ul li.even div.moduleItemImage {
  display: table-footer-group;
}
@media (max-width: 768px) {
  .moduletable_blog div.k2ItemsBlock ul li.even div.moduleItemImage {
    display: block;
  }
}
.moduletable_blog div.k2ItemsBlock ul li.even a.moduleItemImage {
  display: table-header-group;
}
@media (max-width: 768px) {
  .moduletable_blog div.k2ItemsBlock ul li.even a.moduleItemImage {
    display: block;
  }
}
.moduletable_blog div.k2ItemsBlock ul li.even .itemDesc {
  display: table-row-group;
}
@media (max-width: 768px) {
  .moduletable_blog div.k2ItemsBlock ul li.even .itemDesc {
    display: block;
  }
}
.moduletable_subscribe {
  text-align: center;
  background: url(../images/bg_image.jpg) no-repeat fixed top center;
  background-size: cover;
  padding: 50px 0;
}
.moduletable_subscribe h3 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.moduletable_subscribe form > p {
  text-align: center !important;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.moduletable_subscribe form div {
  border: 10px solid rgba(0, 0, 0, 0.55);
  display: inline-block;
  margin-top: 20px;
}
.moduletable_subscribe form div p {
  display: inline-block;
  margin: 0;
}
@media (max-width: 480px) {
  .moduletable_subscribe form div p {
    width: 100%;
  }
}
.moduletable_subscribe form div p input.inputbox {
  height: 39px;
  margin: 0;
}
@media (max-width: 480px) {
  .moduletable_subscribe form div p input.inputbox {
    width: 100% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
.moduletable_subscribe input.button[type="submit"] {
  height: 49px;
  background: #70b400 !important;
  border: 1px solid  #70b400;
  margin: 0;
  font-weight: 500;
}
.moduletable_subscribe input.button[type="submit"]:hover {
  background: #639F00 !important;
}
/*@media (max-width: 480px) {
  .moduletable_subscribe input.button[type="submit"] {
    width: 100%;
  }
}*/
.contact-info {
  text-align: center;
  background: #de3434;
  padding: 25px 0 15px;
}
@media (max-width: 600px) {
  .contact-info {
    text-align: left;
    padding: 25px;
  }
}
.contact-info div {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 600px) {
  .contact-info div {
    display: block;
  }
}
.contact-info div:not(:last-child) {
  margin-right: 60px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .contact-info div:not(:last-child) {
    margin-right: 0px;
  }
}
.contact-info div i {
  border: 2px solid #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 1.5em;
  margin-right: 20px;
  font-size: 25px;
  text-align: center;
}
/*.contact-info .mail-info {
  font-style: italic;
}*/
.moduletable_map .vm_mod_map_canvas {
  margin: 0;
}
.moduletable_fromblog ul li {
  background: transparent;
  border: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .moduletable_fromblog ul li {
    display: inline-block;
    width: 49%;
  }
}
@media (max-width: 550px) {
  .moduletable_fromblog ul li {
    display: block;
    width: 100%;
  }
}
.moduletable_fromblog ul li .moduleItemTitle {
  color: #fff;
  margin-bottom: 10px;
  margin-right: 30px;
  display: inline-block;
}
.moduletable_fromblog ul li .moduleItemTitle:hover {
  color: #de3434;
}
.moduletable_fromblog ul li .moduleItemImage {
  float: left;
  margin-right: 5px;
}
.moduletable_fromblog ul li .moduleItemImage img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
ul.contact-us li {
  margin-bottom: 10px;
}
ul.contact-us li i {
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #888888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #07293b;
  margin-right: 5px;
  background: #888888;
}
.moduletable_last .featured_vehicles_line {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 0 15px;
}
.moduletable_last .featured_vehicles_line .featured_list_title {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #fff;
  margin: 0;
  min-width: 100px;
}
.moduletable_last .featured_vehicles_line .featured_list_title a {
  color: #fff;
}
.moduletable_last .featured_vehicles_line .featured_list_title a:hover {
  color: #de3434;
}
.moduletable_last .featured_vehicles_line .featured_list_location {
  margin: 0;
}
.moduletable_scroll {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  z-index: 999;
}
.moduletable_scroll .arrow-up a {
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #de3434;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 35px;
}
.moduletable_scroll .arrow-up a:hover {
  background: #c71c1c;
}
#k2Container a.modal {
  display: block;
  position: static;
}
#k2Container a.modal img {
  border: none;
  padding: 0;
}
#k2Container .itemContainer {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 10px;
}
#k2Container .itemContainer .catItemImageBlock {
  float: left;
}
#k2Container .itemContainer .catItemImageBlock .catItemImage img {
  border: none;
  padding: 0;
}
#k2Container div.userBlock {
  background: #ffffff;
  border: 1px solid #eaeaea;
}
#k2Container div.itemContentFooter {
  border-top: 1px solid #eaeaea;
}
#k2Container .itemFullText {
  font-size: 15px;
  color: #555;
  line-height: 24px;
}
#k2Container div.itemHeader h2.itemTitle {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  font-family: Roboto;
}
div.latestItemView {
  background: #ffffff;
  border: 1px #eaeaea solid;
  padding: 10px;
  margin-bottom: 15px;
}
div.latestItemView .latestItemImageBlock {
  float: none;
}
div.userItemView {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  div.userItemView .userItemImageBlock {
    float: none;
  }
}
div.tagItemView {
  background: #ffffff;
  border: 1px #eaeaea solid;
  color: #888888;
  padding: 10px;
}
@media (max-width: 480px) {
  div.tagItemView div.tagItemImageBlock {
    float: none;
  }
}
div.k2TagCloudBlock a {
  border: 1px #eaeaea solid;
  background: #ffffff;
  margin: 0 0 5px 5px;
}
div.k2TagCloudBlock a:hover {
  background: #de3434;
}
div.itemComments {
  background: #ffffff;
  border: none;
}
div.itemComments div.itemCommentsForm form input#submitCommentButton {
  background: #de3434 !important;
  border: 1px #de3434 solid;
  color: #ffffff !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
div.itemComments div.itemCommentsForm form input#submitCommentButton:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #c71c1c !important;
  color: #ffffff !important;
  border: 1px #c71c1c solid;
}
div.itemComments div.itemCommentsForm form textarea.inputbox {
  border: 1px #eaeaea solid;
  padding: 5px;
}
@media (max-width: 480px) {
  div.itemComments div.itemCommentsForm form textarea.inputbox {
    width: 100%;
  }
}
div.itemComments div.itemCommentsForm form input.inputbox {
  border: 1px #eaeaea solid;
  padding: 5px;
}
@media (max-width: 480px) {
  div.itemComments div.itemCommentsForm form input.inputbox {
    width: 100%;
  }
}
.itemAuthorName a {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.itemAuthorName a:hover {
  color: #de3434;
}
div.itemAuthorBlock {
  background: #ffffff;
  border: 1px #eaeaea solid;
}
.k2LatestCommentsBlock ul li {
  margin-bottom: 10px;
  border: 1px #eaeaea solid;
  padding: 5px;
}
.k2LatestCommentsBlock ul li span {
  display: block;
  margin-bottom: 5px;
}
.moduletable_modK2 {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 25px;
  border: 1px #eaeaea solid;
}
div.vm_col_sale {
  background: #de3434;
}
.moduletable_top .featured_vehicles_block {
  width: 100% !important;
}
.moduletable_online {
  background: #ffffff;
  border: 1px #eaeaea solid;
  padding: 10px;
}
.moduletable_online div.profileTable_online table td {
  padding-bottom: 10px;
}
.moduletable_online div.profileTable_online table td a.plugOnlineUserText2 {
  position: static;
}
table.UserListtable tr:nth-child(even) {
  background: #07293B;
}
#prelouder {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #12171d;
  z-index: 9999999;
}
.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 40vh auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.moduletable_by_location input[type="button"] {
  padding: 4px 14px !important;
  margin-top: -8px;
}
.okno_V .titlevehicle a,
.bigm_title h4 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #262626;
}
.okno_V .titlevehicle a:hover,
div#list .row_auto .col_02 a:hover,
h4.featured_list_title a:hover,
.vm_viewlist a:hover,
.spacer a:hover,
.nav_bar_log a:hover,
table.my_table tr th a:hover,
table.bl_bl_books_list.my_table.my_table-bordered.my_table-hover tr th a:hover,
.bl_owners_list.my_table.my_table-bordered tbody:first-child tr:first-child th a:hover,
table.category thead:first-child tr:first-child th a:hover,
.cart-view .cart-summary th a:hover,
.blog .page-header h2 a:hover,
.blog-featured h2 a:hover,
.categories-list .page-header a:hover,
.archive .page-header a:hover,
#adminForm tr td a:hover,
.list-title a:hover {
  color: #de3434;
}
#adminForm .buttonBar-right button.button {
  padding: 8px 15px;
}
div#list .row_auto .col_02 a,
h4.featured_list_title a {
  font-size: 16px;
  color: #de3434;
  text-transform: uppercase;
  font-weight: bold;
}
.bigm_title h4 a:hover,
#list .row_auto .col_02 a:hover,
h4.featured_list_title a:hover,
#com-form-login a:hover {
  color: #de3434;
}
form[name="com-login"] input[type="submit"] {
  margin-top: 28px ;
}
table.category thead tr th {
  text-align: left;
}
.profileTable li {
  list-style: none;
}
.billto-shipto a.details,
.billto-shipto a.details,
span.details-button input.details-button,
.vm-button-correct,
button.validate,
div.itemComments div.itemCommentsForm form input#submitCommentButton,
.moduletable_main_page_about_us .btn,
.back-to-category a {
  padding: 8px 20px;
}
.filter-search button[type="submit"] {
  padding: 6px 20px;
}
.errorbox {
  font-family: Lato;
}
.errorbox h1 {
  font-size: 70px;
  color: #000000;
}
.errorbox h1,
.errorbox h3 {
  text-align: center;
}
.errorbox a {
  color: #de3434;
}
@media (max-width: 1200px) {
  .moduletable_by_location input[type="button"],
  .moduletable_by_location input[type="text"],
  .moduletable_by_location select {
    display: block;
    width: 100%;
    float: none;
    height: auto;
    box-sizing: border-box;
    margin: 9px 0px;
  }
  .moduletable_by_location input[type="text"] {
    padding: 2px 3px;
  }
  .moduletable_last_online_users img {
    width: 100% !important;
    height: auto !important;
  }
  .moduletable_last_online_users img,
  .moduletable_last_online_users a {
    display: block;
  }
  .moduletable_last_online_users a.plugOnlineUserText2 {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .vm_main_info {
    margin-right: 0px;
    float: none;
  }
  .miniature {
    width: 100%;
    float: none !important;
    margin-right: 0px !important;
  }
  .miniature img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .profileTable tbody > tr:nth-child(2) td {
    display: block;
  }
}
@media (max-width: 321px) {
  #mod_user_profile h1 {
    text-indent: 7%;
  }
}
.block_history {
  text-align: center;
  overflow: hidden;
}
.block_history .date_history {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
.block_history .visible_text {
  width: 60%;
  margin: 0 auto;
}
.block_history h1.history_title {
  position: relative;
  padding-bottom: 3.3em;
}
.block_history h1.history_title:before {
  content: "";
  width: 0px;
  position: absolute;
  left: -1px;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 2.6em;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #de3434 transparent transparent transparent;
}
.block_history h1.history_title:after {
  content: "";
  height: 2.6em;
  width: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.2em;
  margin: auto;
  text-align: center;
}
.block_history ul li {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.block_history ul li.ab:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.block_history ul li.ab:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  z-index: 0;
  background: #de3434;
}
.block_history ul li.ab div.left_history {
  width: 50%;
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  float: left;
  text-align: right;
}
.block_history ul li.ab div.left_history strong {
  font-size: 28px;
  line-height: 36px;
  display: block;
  margin-bottom: 10px;
}
.block_history ul li.ab div.left_history p {
  margin-top: 44px;
  text-align: right;
}
.block_history ul li.ab div.left_history div img {
  width: 350px;
  height: 350px;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .block_history ul li.ab div.left_history div img {
    margin-top: 25px;
  }
}
@media (max-width: 590px) {
  .block_history ul li.ab div.left_history div img {
    width: 150px;
    height: 150px;
    margin-top: 55px;
  }
}
@media (max-width: 500px) {
  .block_history ul li.ab div.left_history div img {
    margin-top: 62px;
  }
}
@media (max-width: 450px) {
  .block_history ul li.ab div.left_history div img {
    width: 100px;
    height: 100px;
    margin-top: 155px;
  }
}
@media (max-width: 384px) {
  .block_history ul li.ab div.left_history div img {
    margin-top: 185px;
  }
}
@media (max-width: 350px) {
  .block_history ul li.ab div.left_history div img {
    width: 60px;
    height: 60px;
    margin-top: 250px;
  }
}
.block_history ul li.ab div.right_history {
  width: 50%;
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  float: right;
  text-align: left;
  border-left: 1px solid #000000;
}
.block_history ul li.ab div.right_history strong {
  font-size: 28px;
  line-height: 36px;
  display: block;
  margin-bottom: 10px;
}
.block_history ul li.ab div.right_history p {
  margin-top: 44px;
  text-align: left;
}
.block_history ul li.ab div.right_history img {
  width: 350px;
  height: 350px;
  border: 1px #eaeaea solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .block_history ul li.ab div.right_history img {
    margin-top: 25px;
  }
}
@media (max-width: 590px) {
  .block_history ul li.ab div.right_history img {
    width: 150px;
    height: 150px;
    margin-top: 55px;
  }
}
@media (max-width: 500px) {
  .block_history ul li.ab div.right_history img {
    margin-top: 62px;
  }
}
@media (max-width: 450px) {
  .block_history ul li.ab div.right_history img {
    width: 100px;
    height: 100px;
    margin-top: 155px;
  }
}
@media (max-width: 384px) {
  .block_history ul li.ab div.right_history img {
    margin-top: 185px;
  }
}
@media (max-width: 350px) {
  .block_history ul li.ab div.right_history img {
    width: 60px;
    height: 60px;
    margin-top: 250px;
  }
}
.block_history ul li.center_history:after,
.block_history ul li.center_history:before {
  display: none;
}
.manager_content {
  margin-bottom: 30px;
  background: #ffffff;
}
.manager_content .block_manag {
  position: relative;
  height: 360px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .manager_content .block_manag {
    height: 292px;
  }
}
@media (max-width: 992px) {
  .manager_content .block_manag {
    height: 216px;
  }
}
@media (max-width: 768px) {
  .manager_content .block_manag {
    height: 370px;
    text-align: center;
  }
}
.manager_content .block_manag:hover .post_name {
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.manager_content .block_manag img {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
/*blog section*/

.all_posts_row {
  padding-top: 70px;
}
.post_for_all_post .all_post_description_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}
.post_for_all_post .all_post_description_col {
  z-index: 99;
  width: 80% !important;
  max-width: 290px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08) !important;
  -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08) !important;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08) !important;
}
.post_for_all_post .all_post_description_col .read_more_link a {
  color: inherit !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post_for_all_post .all_post_description_col .read_more_link:hover,
.post_for_all_post .all_post_description_col .read_more_link a:hover {
  padding-left: 15px;
}
.post_for_all_post .all_post_description_col .all_posts_title a {
  color: inherit;
}
.single_blog_post.instance_block #os_pagination {
  text-align: center;
  margin-top: 40px;
}
.single_blog_post.instance_block #os_pagination > div {
  display: inline-block;
  margin: 0 20px;
}
.single_blog_post.instance_block #os_pagination > div a {
  color: inherit;
}

}
.manager_content .block_manag .post_name {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  min-height: 100px;
  width: 100%;
  z-index: 2;
  border-left: 9px solid #de3434;
  border-right: 9px solid #de3434;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.manager_content .block_manag .post_name div {
  padding: 20px 0;
}
.manager_content .block_manag .post_name div h5 {
  color: #ffffff;
  padding: 0px 0;
  margin: 0;
  font-weight: bold;
}
.manager_content .block_manag .post_name p {
  color: #ffffff;
  margin: 0;
  padding: 0 ;
}
.manager_content p {
  padding: 10px 5px;
  color: #333;
}
.service_textblock {
  padding: 10px;
  border: 1px #eaeaea solid;
}
.service_box {
  margin-bottom: 20px;
}
.service_box div {
  float: left;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 55px;
}
.service_box p {
  margin-left: 110px;
  margin-bottom: 0;
}
#k2Container .admintable .key {
  background: none;
  border: none;
}
.prising_table {
  text-align: center;
  margin-top: 30px;
}
.prising_table .column_blue {
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  width: 250px;
  display: inline-block;
  margin: 0 15px 15px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prising_table .column_blue:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 10px #0074FF;
  top: -15px;
}
.prising_table .column_blue ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.prising_table .column_blue ul li {
  padding: 15px 40px;
  border: 1px solid #E8E8E8;
  border-top: none;
  color: #000;
  font-size: 18px;
}
.prising_table .column_blue ul li.title-row {
  background: #0074FF;
  color: white;
  font-family: 'Oswald', sans serif;
  line-height: 24px;
  background: white;
  color: #0074FF;
  border: none;
  padding: 45px 20px 15px;
  font-size: 28px;
  text-shadow: 1px 1px 0px #0074ff;
  font-weight: 600;
}
.prising_table .column_blue ul li.title-row span {
  width: 100%;
  height: 30px;
  background: #0074FF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.prising_table .column_blue ul li.pricing-row {
  background: #0074FF;
  font-size: 24px;
  border: none;
  padding: 25px 35px 50px;
  position: relative;
}
.prising_table .column_blue ul li.pricing-row span.triggle {
  content: '';
  position: absolute;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid white;
  top: 0;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
}
.prising_table .column_blue ul li.pricing-row span.h1,
.prising_table .column_blue ul li.pricing-row span.widget-title.style2 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
}
.prising_table .column_blue ul li.pricing-row span.pt-price {
  font-size: 55px;
  line-height: 55px;
  margin-top: 20px;
  display: block;
  font-weight: 700;
}
.prising_table .column_blue ul li.footer-row {
  padding: 20px 0;
  line-height: 13px;
}
.prising_table .column_blue ul li.footer-row .pt-btn {
  background: #0074FF;
  color: white;
  line-height: 40px;
  padding: 10px 25px;
  border: 1px solid #0074FF;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.prising_table .column_blue ul li.footer-row .pt-btn:hover {
  background: white;
  color: #0074FF;
  text-shadow: 0 1px 0 #0074FF;
  border: 2px solid #0074FF;
}
.prising_table .column_blue ul li.normal-row {
  font-family: 'Quicksand' sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.prising_table .column_blue.active .title-row span {
  background: #CCC;
}
.prising_table .column_blue.active .pricing-row {
  background: #CCC;
  border-bottom: 1px solid #E8E8E8;
}
.prising_table .column_blue.active .pricing-row span {
  color: #0074FF;
}
.vehiclemanager_ input[type="button"] {
  padding: 3px 30px;
}
#mailto-window h2 {
  text-align: center;
  font-size: 18px;
}
#mailto-window .mailto-close {
  text-align: center;
}
#mailto-window #mailtoForm {
  padding: 15px;
}
#mailto-window #mailtoForm label {
  width: 20%;
  display: inline-block;
  float: left;
  padding: 10px 0 0 0;
  color: #888;
}
#mailto-window #mailtoForm input {
  width: 60%;
  padding: 10px 5px;
  font-size: 14px;
  color: #888888;
  background: #fff;
  border: 1px #999 solid;
  margin: 0 0 15px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#mailto-window #mailtoForm p {
  text-align: center;
}
#mailto-window #mailtoForm p .button {
  background: #005EBA;
  color: #ffffff !important;
  border: 1px #005EBA solid;
  border-radius: 0px !important;
  padding: 8px 15px;
}
.category-list .content-category .form-inline .pagination {
  display: block;
}
.category-list .content-category .form-inline .pagination ul {
  list-style: none;
}
.category-list .content-category .form-inline .pagination ul li {
  display: inline-block;
  border: 1px solid #DDD;
  color: #A3A3A3;
  padding: 10px;
}
.category-list .content-category .form-inline .pagination ul li a {
  cursor: pointer;
  color: #333;
}
table.profileTable img#profileFoto {
  padding: 0 10px 0 0;
}
/*------------------------------edit page---------------------------------*/
#bd_results .icon-apply::before,
#bd_results .icon-edit::before,
#bd_results .icon-pencil::before {
  right: 29% !important;
  top: 24% !important;
}
#bd_results fieldset .radio input[type="radio"],
#bd_results fieldset .radio-inline input[type="radio"],
#bd_results fieldset .checkbox input[type="checkbox"],
#bd_results fieldset .checkbox-inline input[type="checkbox"] {
  position: static !important;
  margin-left: 0 !important;
}
#bd_results fieldset label {
  padding-left: 0 !important;
}
#bd_results #options #wrapper {
  min-height: auto !important;
}
#footer .vehiclemanager_last .featured_vehicles_line br {
  display: none;
}
#country_s1 {
  margin-top: 15px;
}
.shadetabs li a.selected {
  top: 0;
}
div.componentheading h3 {
  font-size: 20px;
}
a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a,
.search_button_vehicle a,
.vehicle_button a,
input[type="submit"],
input[type="button"] {
  background: #de3434 !important;
  border: none !important;
}
a.modal-button:hover,
.button2-left .blank a:hover,
.button2-left a:hover,
.button2-left div.readmore a:hover,
.search_button_vehicle a:hover,
.vehicle_button a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #c71c1c !important;
}
div.vm_listing_status.view_veh {
  font-size: 16px;
  padding: 8px 24px;
}
form.vm_booking .basictable.basictable_005 input,
form.vm_booking .basictable.basictable_006 textarea,
form.vm_booking .basictable.basictable_006 input[type="text"] {
  width: 95%;
}
form.vm_booking .basictable.basictable_006 textarea {
  margin-top: 5px;
}
form.vm_booking .basictable.basictable_006 input[type="button"] {
  margin-top: 5px;
  margin-bottom: 0;
}
.sidebar-right #mod_simple_membership_user_profile .profileTable td img {
  max-width: 100% !important;
  object-fit: cover;
}

[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_location,
[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_mod {
  text-align: left !important;
}
[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_location .fa,
[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_mod .fa,
[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_category .fa,
[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_year .fa,
[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_mileage .fa,
[class*=vehiclemanager] [class*=vehicles-grid-layout] [class*=featured_vehicles_block] .feature_textvehicle .featured_vehicles_hits .fa {
  color: #de3434 !important;
}
.featured_block_title {
  font-size: 15px;
  line-height: 15px;
}
.cat_fields #cck_col-2.col-md-12,
.cat_fields #cck_col-2.col-sm-12,
.cat_fields #cck_col-2.col-xs-12,
.instance_block .col-md-12,
.instance_block .col-sm-12,
.instance_block .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.universal .cck-body .instance_block {
  overflow: visible;
}
#footer .menu li:first-child a {
  padding-top: 0 !important;
}
#footer ul.nav.navbar-nav.menu a {
  padding: 10px 0;
}

/*__________ new styles ______________*/

#wrapper #globalContent #contentBox .login form .control-group .controls button {
  font-weight: normal;
}
#wrapper #globalContent #contentBox .login form .control-group .controls #remember {
  margin: 7px 0 0 5px;
}
#wrapper #globalContent #contentBox .login form .control-group:nth-of-type(3) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
ul.nav.nav-tabs.nav-stacked {
  border: none;
}
ul.nav.nav-tabs.nav-stacked li a {
  padding: 0; 
} 
ul.nav.nav-tabs.nav-stacked li a:hover {
  border-color: transparent;
} 
.field-calendar .input-append .btn.btn-secondary {
  padding: 4px 12px;
}
.calendar-container table tbody td.day.selected {
  background: #de3434;
}
.calendar-container table tbody td.day:hover {
  background: #07293b;
}
#main-navbar-collapse ul.nav li span.nav-header {
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
  padding: 0 15px 30px;
  background-color: transparent;
  border-bottom: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0 solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
#main-navbar-collapse ul.nav li span.nav-header::after {
  font-family: FontAwesome;
  content: "\f0d7";
  color:#92999e ;
  font-size: 16px;
  position: absolute;
  top: 1px;
  right: 5px;
}

.moduletable_subscribe .itp-subscribe_subscribe form {
  position: relative;
  margin: 0 auto;

} 
.moduletable_subscribe .itp-subscribe_subscribe form input.inputbox {
  border: 10px solid rgba(0,0,0,0.5);
  height: 41px;
  width: 400px !important;
}
.moduletable_subscribe .itp-subscribe_subscribe form input.inputbox:focus {
  box-shadow: none;
}
.moduletable_subscribe .itp-subscribe_subscribe form input.button {
  position: relative;
  bottom: 78px;
  left: 140px;
}
@media(max-width: 767px) {
  .moduletable_sharing {
    display: none;
  }
}
@media(max-width: 480px) {
  .moduletable_subscribe input.button[type="submit"] {
    max-width: 200px;
    position: static !important;
  }
  .moduletable_subscribe .itp-subscribe_subscribe form input.inputbox {
    max-width: 200px !important;  
  }
}
.edit.item-page .js-editor-tinymce .mce-container-body .mce-menubar .mce-menubtn button span,
.edit.item-page .js-editor-tinymce .mce-container-body .mce-btn-small .mce-ico {
  color: #000;
}

/*----------------------------------------------------------------------------*/
/* menu button text */
/*----------------------------------------------------------------------------*/
#site-navigation-top .navbar-header button i,
#site-navigation-main .navbar-header button i, 
#site-navigation-footer .navbar-header button i {
  font-size: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#site-navigation-top .navbar-header button:hover i.fa.fa-times,
#site-navigation-main .navbar-header button:hover i.fa.fa-times,
#site-navigation-footer .navbar-header button:hover i.fa.fa-times {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button_text .menu_btn_text {
  font-size: 12px;
  text-transform: uppercase;
  color:#fff;
  margin-bottom: 0;
  position: relative;
  font-weight: bold;
}
span.menu_btn_close {
  display: none;
}
i.fa.fa-times+.button_text .menu_btn_text .menu_btn_close {
  display: inline-block;
}
i.fa.fa-times+.button_text .menu_btn_text .menu_btn_open {
 display: none;
}




/*=================== OS Pages ===================*/

.slider_block,
.comments_block,
.cck_info_block,
.baforms_block,
.membership_block {
  margin-bottom: 50px;
}
.os_comments_block_image {
  max-width: 980px;
  margin: 0 auto;
}
.os_membership_block_image,
.baforms_block_image  {
  max-width: 710px;
  margin: 0 auto;
}
.cck_info_block p a {
  font-weight: bold;
  color: #666;
}
.cck_info_block p a:hover,
.comments_block p a:hover,
.membership_block p a:hover,
.cck_info_block p a:hover,
.baforms_block p a:hover {
  color:#de3434;
}
.cck_info_block h1,
.baforms_block h1,
.gallery_block_masonry h1,
.comments_block h1,
.membership_block h1,
.moduletable .custom h1.slider_title
 {
  text-align: center;
  color: #92999e !important;
  text-transform: none;
}
.moduletable .custom h1.slider_title {
  padding: 0 5%;
}
.more_link {
  text-align: center;
  margin-top: 50px;
}
.more_link a{
  text-transform: none;
  color: #666;
}
.comments_block p,
.membership_block p,
.cck_info_block p, 
.baforms_block p {
  font-size: 16px;
  line-height: 24px;
  padding:0 20% 1% 20%;
  color: #666;
}
.comments_block p a,
.membership_block p a,
.cck_info_block p a,
.baforms_block p a {
  font-weight: bold;
  color: #666;
}
.comments_block h3,
.membership_block h3,
.cck_info_block h3,
.baforms_block h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  font-weight: bold;
  text-transform: none;
  color: #666 !important;
}
.os_comments_block_image,
.os_membership_block_image,
.os_gallery_block_image,
.baforms_block_image {
  overflow: hidden; 
  text-align: center;
  margin-bottom: 70px;
  background: #000;
  position: relative;
}

.os_cck_block_image h2,
.os_comments_caption h2,
.os_membership_caption h2,
.baforms_block h2 {
  display: none;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  right: 10%;
  font-size: 20px;
  z-index: 9;
  font-weight: 700;
  margin:0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.os_cck_block_image,
.os_comments_block_image,
.os_membership_block_image {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}
.os_membership_block_image{
  max-width: 700px;
}
.os_cck_block_image img,
.os_comments_block_image img,
.os_membership_block_image img,
.baforms_block_image img  {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 .os_cck_caption::before,
 .os_comments_caption::before,
 .os_membership_caption::before,
 .baforms_caption::before {
  position: absolute;
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}
 .os_cck_block_image:hover h2,
 .os_comments_block_image:hover h2,
 .os_membership_block_image:hover h2,
 .baforms_block_image:hover h2 {
  display: block;
  // -webkit-transform: scale(1.1);
  // transform: scale(1.1);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 45%;
  bottom: 45%;
  right: 0;
  left: 0;
  line-height: 1.1;
}
 .os_cck_block_image:hover .os_cck_caption::before,
 .os_comments_block_image:hover .os_comments_caption::before,
 .os_membership_block_image:hover .os_membership_caption::before,
 .baforms_block_image:hover .baforms_caption::before {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
 .os_cck_block_image:hover .os_cck_caption,
 .os_comments_block_image:hover .os_comments_caption,
 .os_membership_image:hover .os_membership_caption,
 .baforms_block_image:hover .baforms_caption {
  background-color: rgba(58,52,42,0);
}
 .os_cck_block_image:hover img,
 .os_comments_block_image:hover img,
 .os_membership_block_image:hover img,
 .baforms_block_image:hover img {
  opacity: 0.4;
}
/*================= Gallery page + Slider page =================*/
.slider_block h3 {
  text-align: center;
}
.gallery_block_masonry .more_link,
.slider_block {
  margin-bottom: 40px;
}
.gallery_block_masonry p,
.slider_block p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20% 1% 20%;
  text-align: center;
  color: #666;
}
.gallery_block_masonry p a,
.slider_block p a {
  font-weight: bold;
  color: #666;
}
.gallery_block_masonry .more_link a,
.slider_block .more_link a {
  font-family: "Lobster" !important;
}

.gallery_block_masonry p a:hover,
.slider_block p a:hover {
  color: #FF8000;
}

#globalContent #contentBox .item-page .gallery_block_masonry h3,
#globalContent #contentBox .item-page .slider_block h3 {
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
  /*font-weight: bold;*/
  text-transform: none;
  color: #666 !important;
  font-family: "Lobster" !important;
}
.os_gallery_block_image,
.os_slider_block_image {
   overflow: hidden; 
  text-align: center;
  margin-bottom: 70px;
  background: #000;
  position: relative;
}
.os_gallery_block_image h2,
.os_slider_block_image h2 {
  display: none;
  color: #fff !important;
  position: absolute;
  text-transform: uppercase;
  top: 10%;
  right: 10%;
  font-size: 30px;
  z-index: 9;
  font-weight: 900;
  margin: 0;
}
.os_gallery_block_image:hover h2,
.os_slider_block_image:hover h2 {
  display: block;
}
.gallery_block_masonry img,
.os_slider_block_image img {
  -webkit-transition: opacity 1s,
  -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery_block_masonry img:hover,
.os_slider_block_image img:hover {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
/*=================== pages responsive ================== */
@media(max-width: 767px) {
  .comments_block h1,
  .membership_block h1,
  .baforms_block h1,
  .gallery_block_masonry h1,
   .cck_info_block h1,
  .moduletable .custom h1.slider_title {
    font-size: 26px !important;
  }
     p.slider_title_text {
    padding: 2% 20% 1% 20%;  
  }
  .os_cck_block_image h2,
  .baforms_block h2 {
    font-size: 14px !important;
  }
  .os_gallery_block_image h2,
  .os_slider_block_image h2 {
    font-size: 18px;
    left: 0;
    right: 0;
    text-align: center;
    top: 25%;
    margin: 0;
  }
}
@media(max-width: 480px) {
  .os_comments_caption h2,
  .os_slider_block_image h2,
  .os_membership_block_image h2,
  .os_gallery_block_image h2,
  .os_cck_block_image h2,
  .baforms_block h2 {
    font-size: 10px !important;
  }
    .comments_block h1,
  .membership_block h1,
  .baforms_block h1,
  .gallery_block_masonry h1,
  .cck_info_block h1,
  .moduletable .custom h1.slider_title {
    font-size: 18px !important;
  }
}



/*------------------------------------------ new styles (j3.9.6  08.06.2019) ---------------------------------------------------*/


/* random */
.moduletable_random .featured_block_title {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
/* info */
.moduletable_info i.fa.fa-map-marker {
  color: #fff;
}

/* footer */
.moduletable_last .featured_vehicles_line .featured_list_price,
.moduletable_last .featured_vehicles_line i.fa.fa-map-marker,
.moduletable_last .featured_vehicles_line .featured_list_location {
  color: #acacac;
  margin-top: 0;
}

/*-------------------------------------------------------------------*/
/* blog */
/*-------------------------------------------------------------------*/
.moduletable.blog h3 {
  margin-bottom: 0 !important;
}
.all_posts_row {
  padding-top: 70px;
}
.post_for_all_post .all_post_description_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}
.post_for_all_post .all_post_description_col {
  z-index: 99;
  width: 80% !important;
  max-width: 290px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08) !important;
  -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08) !important;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.08) !important;
}
.post_for_all_post .all_post_description_col .read_more_link a {
  color: inherit !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post_for_all_post .all_post_description_col .read_more_link:hover,
.post_for_all_post .all_post_description_col .read_more_link a:hover {
  padding-left: 15px;
}
.post_for_all_post .all_post_description_col .all_posts_title {
  text-align: left;
}
.post_for_all_post .all_post_description_col .all_posts_title a {
  color: inherit;
}
.single_blog_post.instance_block #os_pagination {
  text-align: center;
  margin-top: 40px;
}
.single_blog_post.instance_block #os_pagination > div {
  display: inline-block;
  margin: 0 20px;
}
.single_blog_post.instance_block #os_pagination > div a {
  color: inherit;
}
.single_blog_post .review_row {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.single_blog_post input[type="text"]:focus,
.single_blog_post select:focus,
.single_blog_post textarea:focus {
  background: #fff !important;
}

.single_blog_post .swiper-button-next,
.single_blog_post .swiper-button-prev {
  background-image: none !important;
}
.single_blog_post .swiper-button-next:before,
.single_blog_post .swiper-button-prev:before {
  font-family: "FontAwesome";
  cursor: pointer;
  height: 35px;
  margin: auto;
  width: 35px;
  z-index: 5;
  display: block;
  text-align: center;
  line-height: 35px;
  color: #de3434;
  font-size: 36px;
}
.single_blog_post .swiper-button-next:before {
  content: "\f054";
}
.single_blog_post .swiper-button-prev:before {
  content: "\f053";
}

/*-------------------------------------------------------------------*/
/* vm */
/*-------------------------------------------------------------------*/
.moduletable_search .vehiclemanager__search .vm_search_inline,
.moduletable_random .vehiclemanager_random .featured_block_title a,
.moduletable_top .featured_block_title a {
  color: #000;
}
.moduletable_random.grid .vehiclemanager_random .featured_block_title a {
  color: #fff;
}
.moduletable_random .vehiclemanager_random .featured_block_title a:hover,
.moduletable_top .featured_block_title a:hover,
#gallery .okno_V .vm_viewlist .price:hover,
#wrapper #list .row_auto.VEH-row .vm_type_catlist a:hover {
  color: #de3434;
}
.moduletable_random .vehiclemanager_random .featured_vehicles .featured_vehicles_block .feature_textvehicle i,
.moduletable_random .vehiclemanager_random .featured_vehicles_category.featured_vehicles_inline a,
.moduletable_random .vehiclemanager_random .featured_vehicles_price, 
.moduletable_random .vehiclemanager_random .featured_vehicles_viewlisting,
.moduletable_top .featured_vehicles .featured_vehicles_block .feature_textvehicle i,
#globalContent #gallery .okno_V i,
#globalContent #gallery .okno_V .vm_viewlist span,
#gallery .okno_V .vm_viewlist .price,
#wrapper #list .row_auto.VEH-row .vm_list_item_text_container i,
#wrapper #list .row_auto.VEH-row .vm_type_catlist,
#wrapper #list .row_auto.VEH-row .vm_type_catlist a  {
  color: #777;
}
.featured_vehicles_price, 
.featured_vehicles_viewlisting {
  color: #a8a8a8 !important;
}
.moduletable_random .vehiclemanager_random .vm_viewlist,
#globalContent .vm_viewlist,
#globalContent #list .row_auto.VEH-row .vm_type_catlist {
  background: #f2f2f2;
}
.moduletable_random .vehiclemanager_random .featured_vehicles_category.featured_vehicles_inline a:hover,
.basictable_12.basictable .row_img .bigm_title a:hover, 
.moduletableanother-cars .featured_vehicles_line .featured_list_viewlisting a:hover, 
.moduletableanother-cars .featured_vehicles_line .vm_type_catlist .featured_list_inline a:hover {
  color: #de3434;
}
#footer ul.contact-us li i {
  color: #07293B;
}
/*===============================*/
.moduletable_last .vehiclemanager_last .featured_vehicles_block {
  border: none;
}
.moduletable_last .vehiclemanager_last .featured_block_title a {
  color: #fff;
}
.category_title.basictable .vm_col_search .search_button_vehicle a,
form[name="show_add"] input.button,
form[name="ownerslist"] input.button,
.info_desc .tabcontent #button_hidden_review input.button{
  background: #de3434 !important;
  border-color: #de3434 !important;
}
.basictable_12.basictable .row_img .bigm_title a {
  color: #92999E;
}
#globalContent .pre_button span a i {
  color: #999;
}

.moduletableanother-cars .featured_vehicles_line .vm_type_catlist {
  background: #f2f2f2;
}

.moduletableanother-cars .featured_vehicles_line .vm_type_catlist i,
.moduletableanother-cars i.fa.fa-map-marker,
.moduletableanother-cars .featured_vehicles_line .vm_type_catlist .featured_list_inline {
  color: #777;
}

.moduletableanother-cars .featured_vehicles_line .featured_list_price,
.moduletableanother-cars .featured_vehicles_line .featured_list_viewlisting a, 
.moduletableanother-cars .featured_vehicles_line .vm_type_catlist .featured_list_inline a {
  color: #000;
}

/*-------------------------------------------------------------------*/
/* agents */
/*-------------------------------------------------------------------*/

.profileTable label {
  pointer-events: none;
}
.moduletable_profile h3 {
  text-align: left;
}
.moduletable_last_online_agents {
  padding: 0 40px;
  text-align: center;
}
.moduletable_last_online_agents h3 {
  text-align: center;
}
.moduletable_last_online_agents table th, 
.moduletable_last_online_agents td {
  padding: 0 5px !important;
}
.moduletable_last_online_agents table,
.moduletable_last_online_agents tr,
.moduletable_last_online_agents td {
  display: inline-block;
}
.moduletable_last_online_agents td a {
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
}
.moduletable_last_online_agents td img {
  object-fit: cover;
}
@media(max-width: 480px) {
  .moduletable_last_online_agents {
    display: block;
    padding: 0;
  }
}

#mod_simple_membership_user_profile .profileTable tr td a {
  display: inline-block;
  margin: 10px 0;
}

.moduletable_simple_login h3 {
  text-align: left;
}


/*-------------------------------------------------------------------*/
/* responsive */
/*-------------------------------------------------------------------*/


/*-------------------------------------------------------------------*/
/* edit button and page */
/*-------------------------------------------------------------------*/

ul.nav.nav-tabs.nav-stacked .input-prepend.input-append a.modal.btn {
  display: inline-block;
  position: static;
}
.icons .btn-group.pull-right button {
  background: #F89810;
  color: #000;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown_os-toggle) {
  border-radius: 4px;
}
.container .icons .pull-right {
  position: absolute;
  right: 50px;
}
.container .icons .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.container .icons .open > .dropdown-menu {
  display: block;
}
.container .icons .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.edit.item-page #jform_catid_chzn.chzn-container.chzn-container-single,
.edit.item-page #jform_tags_chzn.chzn-container-multi,
.edit.item-page #jform_state_chzn.chzn-container.chzn-container-single.chzn-container-single-nosearch,
.edit.item-page #jform_tags_chzn.chzn-container-multi ul li input,
.edit.item-page #jform_featured_chzn,
.edit.item-page #jform_access_chzn,
.edit.item-page #jform_images_float_intro_chzn,
.edit.item-page #jform_images_float_fulltext_chzn {
  width: 200px !important;
}
.edit.item-page .btn-toolbar {
  margin-top: 20px;
}
.edit.item-page input {
  border: 1px solid #ccc !important;
  width: 200px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
#jform_language_chzn.chzn-container.chzn-container-single.chzn-container-single-nosearch {
  width: 200px !important;
  margin-bottom: 10px;
}
.edit.item-page #jform_metadesc, 
.edit.item-page #jform_metakey {
  width: 100% !important;
} 
tr.time td.time.hours-select,
tr.time td.time.minutes-select {
  padding: 0;
}
.js-editor-tinymce .mce-tinymce.mce-container.mce-panel .mce-container-body.mce-stack-layout button {
  background: #fff;
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Select"] {
  position: static;
  width: auto;
  height: 32px;
  display: inline-block;
  margin: 0px 1px 2px 1px;
  /*padding: 3px 12px 0 12px !important;*/
  border: 1px solid #eaeaea !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[data-original-title="Clear"] {
  margin-bottom: 2px;
  height: 32px;
  /*padding: 3px 12px 0 12px !important;*/
  border: 1px solid #eaeaea !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[data-original-title="Clear"]:before {
   font-family: FontAwesome;
   content:"\f1f8";
}
.edit.item-page form#adminForm .input-prepend.input-append a[data-original-title="Clear"] .icon-remove {
  display: none;
}
.edit.item-page .input-prepend.input-append .media-preview.add-on {
  display: block;
  width: 38px;
  height: 32px;
  float: left;
  background: #fff;
  border: 1px solid #eaeaea;
  text-align: center;
}  
.edit.item-page form#adminForm .input-prepend.input-append .media-preview.add-on .hasTipPreview .icon-eye {
  margin: 0 !important;
  position: relative;
  top: 5px;
}
.edit.item-page form#adminForm .input-prepend.input-append .media-preview.add-on .hasTipPreview .icon-eye:before {
  font-family: FontAwesome;
  content:"\f06e";
}
.edit.item-page form#adminForm #jform_images_image_intro-lbl {
  margin-top: 30px;
}
.edit.item-page form#adminForm .btn-toolbar button,
.edit.item-page form#adminForm .field-calendar button {
  background: #F89810;
  color: #000;
}
.edit.item-page form#adminForm ul li a:hover {
  color: #000;
}
form#module-form .btn-toolbar .btn-group button.btn.btn-default.btn-primary {
  background: #feab0c;
  border-color: #feab0c;
}
form#module-form input[type="text"] {
  height: 32px;
  width:auto;
}
form#module-form .media-preview.add-on {
  height: 32px;
}
form#module-form .control-group .controls input[type="radio"] {
  display:inline-block;
  margin-left: 6px;
}

/*--------------------------------------------------------------------------*/
/* joomla content */
/*--------------------------------------------------------------------------*/
/*category-list*/
.category-list .content-category .form-inline .pagination {
  display: block;
}
.category-list .content-category .form-inline .pagination ul {
  list-style: none;
}
.category-list .content-category .form-inline .pagination ul li {
  display: inline-block;
  border: 1px solid #DDD;
  color: #A3A3A3;
  padding: 10px;
}
.category-list .content-category .form-inline .pagination ul li a {
  cursor: pointer;
  color: #333;
}
/*remind/reset password*/
.remind form#user-registration .control-group .controls button[type="submit"],
.reset form#user-registration .control-group .controls button[type="submit"] {
  margin-top: 20px;
}
/*contact-category*/
.contact-category form#adminForm .category.row-striped li * {
  float: none;
}
/*contact*/
.contact .contact-form form#contact-form fieldset .control-label label {
  display: inline-block;
}
.contact .contact-form form#contact-form fieldset input[type="text"],
.contact .contact-form form#contact-form fieldset input[type="email"] {
  max-width: 250px;
}

