.info_desc{
  overflow: unset !important;
}
.footer > .container > .span12{
  display: none !important;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
}
.header {
  background-color: #FFF;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
}
#logo {
  line-height: 96px;
  background: #fff;
}
#header {
  min-height: 102px;
}
#header .navbar .nav {
  margin: 0;
}
#logo a img {
  border: none;
}
#footer {
  background: #222;
  border-top: 1px solid #EAEAEA;
  padding: 40px 0 30px 0;
  width: 100%;
  margin-top: 30px;
}
.brand {
  color: #fff !important;
  font-family: Share, cursive;
}
.brand:hover {
  color: #08C !important;
}
/*____________________ TOP HEADER _______________________*/
.top_header {
  background: #222;
}
.maps,
.number,
.masege {
  float: left;
  margin-right: 10px;
}
.maps p,
.number p,
.masege p {
  margin-bottom: 0;
  padding: 7px 0 0 0;
  font-size: 12px;
  color: #fff;
}
.top_header p i {
  margin-right: 10px;
}
.header_bottom .search {
  float: right;
  padding: 5px 0 5px 0;
  position: relative;
  margin-top: 25px;
}
.header_bottom .search form {
  margin-bottom: 0;
}
.header_bottom .search form label {
  display: none;
}
.top_fixed_menu {
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
#mod-search-searchword {
  width: 163px;
  margin: 25px 0 0 0;
  box-shadow: none;
  padding: 10px 31px;
  border-radius: 0;
}
.header_bottom .button.btn.btn-primary {
  background: 0 !important;
  border: none;
  box-shadow: none;
  color: #000;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 11px 15px;
  font-size: 20px;
}
/*_______ TOP MENU ______________________________________*/
.top_menu ul.nav li {
  float: left;
  list-style: none outside none;
  position: relative;
}
.top_menu ul.nav li:last-child {
  border-right: none;
}
.top_menu ul.nav li a {
  font-size: 12px;
  margin: 10px 10px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
/*_______ DROPDOWN MEIN MENU ______________________________________*/
.main_menu ul.nav > li ul,
.top_menu ul.nav li.parent:hover > ul {
  display: none;
}
.main_menu ul.nav li.parent:hover > ul,
.top_menu ul.nav li.parent:hover > ul {
  display: block;
}
.main_menu ul.nav,
.top_menu ul.nav {
  float: right;
}
.main_menu ul.nav li,
.top_menu ul.nav li {
  float: left;
  position: relative;
  list-style: none;
}
.main_menu ul.nav > li > a {
/*  height: 101px;
  line-height: 102px;*/
  padding: 38px 20px !important;

}
.main_menu ul.nav li:hover {
  background: red;
}
.main_menu ul.nav li a,
.top_menu ul.nav li a {
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main_menu ul.nav > li > a,
.top_menu ul.nav > li > a {
  border-bottom: 2px solid transparent;
}
.main_menu ul.nav > li.active > a{
  background-color: red;
  box-shadow: none;
  color: #fff !important;
}
.top_menu ul.nav > li.active > a {
  background-color: transparent;
  box-shadow: none;
  color: #f00 !important;
}
.top_menu ul.nav > li.active > ul > li.active > a{
  background-color: transparent;
  box-shadow: none;
  color: #f00 !important;
}

.main_menu ul.nav > li.active > a:hover,
.top_menu ul.nav > li.active > a:hover {
  box-shadow: 0 0 0 transparent;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: #fff !important;
}
.main_menu ul.nav > li a,
.top_menu ul.nav > li a {
  display: block;
}
.main_menu ul.nav > li.parent span.arrow,
.top_menu ul.nav > li.parent span.arrow {
  background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
  height: 20px;
  right: 0;
  position: absolute;
  width: 20px;
  top: 38%;
}
.top_menu ul.nav > li.parent span.arrow {
    right: -10px;
    top: 7px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    line-height: 0;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.main_menu ul.nav li ul li.parent span.arrow,
.top_menu ul.nav li ul li.parent span.arrow {
  background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
  height: 15px;
  position: absolute;
  top: 7px;
  width: 30px;
}
.main_menu ul.nav li.parent ul,
.main_menu ul.nav li ul li.parent ul,
.top_menu ul.nav li.parent ul,
.main_menu ul.nav li ul li.parent ul {
  background: #fff;
  border-left: 1px solid #d5d5d5;
  list-style: none;
  position: absolute;
  float: left;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  min-width: 200px;
  z-index: 9999;
}
.main_menu ul.nav li.parent ul {
  left: 0;
  top: 97px;
  border-top: 2px solid #677c8b;
}
.top_menu ul.nav li.parent ul {
  right: 0;
  top: 40px;
  display: none;
  border-top: 2px solid #677c8b;
}
.main_menu ul.nav li ul li.parent ul,
.top_menu ul.nav li ul li.parent ul {
  left: -100%;
  top: -2px;
}
.main_menu ul.nav li.parent ul li,
.top_menu ul.nav li.parent ul li {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  border-bottom: 1px solid #EAEAEA;
  clear: both;
  width: 100%;
}
.main_menu ul.nav li.parent ul li.lastChild,
.top_menu ul.nav li.parent ul li.lastChild {
  border-bottom: none;
}
.main_menu ul.nav li.parent ul li a {
  float: left;
  font-size: 13px;
  padding: 7px 0 7px 0;
  text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.top_menu ul.nav li.parent ul li a {
  float: left;
  font-size: 12px;
  text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: auto;
  font-size: 10px;
}
/*_______ FOOTER MENU ______________________________________*/
.navbar .nav > li > a {
  text-shadow: none;
}
.footer_menu ul.nav {
  float: left;
  margin: 0 0 15px 0;
}
.footer_menu ul.nav li,
#footer ul li {
  list-style: none outside none;
  position: relative;
  padding: 3px 0;
}
.navbar .nav > li {
  float: none;
}
.footer_menu ul.nav li:last-child {
  border-right: none;
}
.footer_menu ul.nav li a,
#footer ul li a {
  font-size: 14px;
  margin: 0 10px;
  padding: 0;
  position: relative;
  font-weight: 300;
  color: #fff;
}
.nav > li > a:hover {
  background: transparent;
}
/*_______ TOP MENU ______________________________________*/
@media (max-width: 979px) {
  .main_menu ul.nav > li ul {
    display: block;
  }
  .top_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .top_menu ul.nav li a {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 4px 9px;
    position: relative;
    text-align: center;
  }
  .top_menu ul.nav li a:hover {
    text-shadow: 0 1px 0 transparent;
  }
  .top_menu ul.nav li.parent ul {
    top: 0 !important;
  }
  /*_______ DROPDOWN ACCORDION MENU ________________________________*/
  .main_menu ul.nav > li ul,
  .top_menu ul.nav > li ul {
    display: block;
  }
  .main_menu ul.nav,
  .top_menu ul.nav {
    float: none;
    margin: 10px 0 0;
  }
  .main_menu ul.nav li,
  .top_menu ul.nav li {
    float: none;
    position: relative;
    list-style: none;
  }
  .main_menu ul.nav > li > a,
  .top_menu ul.nav > li > a {
    font-size: 12px;
    margin: 0;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
  }
  .main_menu ul.nav li a {
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    width: 100%;
  }
  .main_menu ul.nav > li > a {
    border-bottom: 2px solid transparent;
  }
  .main_menu ul.nav > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.nav li {
    border-top: 1px solid #E6E6E6;
    background-color: transparent !important;
  }
  .main_menu ul.nav > li.active > a,
  .top_menu ul.nav > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000 !important;
  }
  .main_menu ul.nav > li.active > a:hover,
  .top_menu ul.nav > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    color: #000 !important;
  }
  .main_menu ul.nav > li a,
  .top_menu ul.nav > li a {
    display: block;
  }
  .main_menu ul.nav > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: 30px;
    top: 10px;
    display: block;
    position: absolute;
    width: 20px;
  }
  .main_menu ul.nav li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    display: none;
    top: 7px;
    width: 30px;
  }
  .main_menu ul.nav li.parent ul,
  .main_menu ul.nav li ul li.parent ul,
  .top_menu ul.nav li.parent ul,
  .top_menu ul.nav li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.nav li.parent ul,
  .top_menu ul.nav li.parent ul {
    left: 0;
    top: 0;
  }
  .main_menu ul.nav li ul li.parent ul,
  .top_menu ul.nav li ul li.parent ul {
    left: 0 !important;
    top: 0 !important;
  }
  .main_menu ul.nav li.parent ul li,
  .top_menu ul.nav li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.nav li.parent ul li.lastChild,
  .top_menu ul.nav li.parent ul li.lastChild {
    border-bottom: none;
  }
  .main_menu ul.nav li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.nav li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.nav li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.nav li.parent ul li a,
  .top_menu ul.nav li.parent ul li a {
    float: none;
    margin: 0 15px 0 0;
    text-indent: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
  }
  /*_______ FOOTER MENU ______________________________________*/
  .footer_menu ul.nav {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.nav li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.nav li a {
    /* border-bottom: 1px solid #e6e6e6; */
    border-radius: 0 0 0 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 4px 9px;
    position: relative;
  }
  /* .footer_menu ul.nav li:first-child a {
    border-top: 1px solid #e6e6e6;
  } */
  .footer_menu ul.nav li a:hover {
    text-shadow: 0 1px 0 transparent;
  }
  .nav-collapse .nav > li > a:hover {
    background: inherit !important;
  }
}
table.category tr th,
table.category tr td {
  border: 1px solid #E6E6E6;
  padding: 4px 16px;
}
form#adminForm ul.category li {
  background-color: #FFF;
  border: 1px solid #E6E6E6;
  list-style: none outside none;
  margin: 4px 0;
  padding: 5px 10px;
}
/*_______ END MENU ______________________________________*/
#copyrights p {
  text-align: center;
}
.copyrights {
  margin: 7px 0 0;
}
.filter-search select {
  float: left;
  margin: 0 5px;
  width: 200px;
}
.filter-search,
.filters .alert-info {
  background-color: transparent;
  border: medium none;
  height: auto;
}
body.error {
  background: #f2f2f2;
}
.errorbox {
  margin: 15% 0 0;
  width: 50%;
}
.errorbox h1 {
  color: #333;
  font-size: 100px;
  line-height: 70px;
}
.errorbox h3 {
  color: #787878;
}
.errorbox a {
  cursor: pointer;
  color: #0088CC;
}
input.invalid {
  border-color: #FF0000 !important;
}
/*__________________________social icons_________________________*/
.soc_icons_box {
  text-align: center;
}
.soc_icons_box ul {
  display: -moz-inline-stack;
  display: inline-block;
  float: right;
}
.soc_icons_box li {
  float: left;
  list-style: none;
  padding: 0;
}
.soc_icons li a {
  line-height: 30px;
}
.soc_icons a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.iconsrow .fa-hover {
  float: left;
  font-size: 14px;
  padding: 3px 0 3px 9px;
  width: 225px;
}
.iconsrow i {
  font-size: 16px;
  width: 25px;
}
.iconsrow .fa-hover:hover {
  background-color: #fff;
  padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
  color: #0088cc;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .main_menu ul.nav > li > a {
    font-size: 15px;
    /*padding: 0 12px !important;*/
  }
  #mod-search-searchword {
    width: 113px;
  }
  .okno_V .okno_img {
    width: 100% !important;
  }
  .vehiclemanager_mod_search .vm_search_inline {
    width: 46% !important;
    margin: 0 30px 10px 0 !important;
  }
  .vm_search_inline select {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  .vm_search_inline .VM_search_rent .box_from {
    overflow: hidden;
    margin-bottom: 27px;
  }
  .vm_search_inline .VM_search_rent .box_from input {
    width: 91%;
    padding: 5px 0;
    margin-bottom: 0;
  }
  .vm_search_inline {
    width: 46% !important;
    margin: 0 30px 10px 0 !important;
  }
  .vm_search_inline #vm_slider_mod_year,
  .vm_search_inline #vm_slider_mod_price {
    width: 96.7% !important;
  }
  .vehiclemanager_ .VM_search_batton input[type="submit"] {
    padding: 11px 80px !important;
    margin: 20px auto;
    display: block;
    float: none !important;
  }
  div.featured_vehicles_block {
    width: 23.5% !important;
  }
  .block_list .block_list_in .block_list_img a img:hover {
    -webkit-transition: all 0.45s ease 0s!important;
    -moz-transition: all 0.45s ease 0s!important;
    -khtml-transition: all 0.45s ease 0s!important;
    -ms-transition: all 0.45s ease 0s!important;
    -o-transition: all 0.45s ease 0s!important;
    transition: all 0.45s ease 0s!important;
    -webkit-transform: scale(1.02) !important;
    -moz-transform: scale(1.02) !important;
    -ms-transform: scale(1.02) !important;
    -o-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
    box-shadow: none !important;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .main_menu ul.nav li.lastChild ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
    height: 15px;
    position: absolute;
    top: 9px;
    width: 20px;
  }
  .main_menu ul.nav li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%;
    top: -2px;
  }
  .header .main_menu ul.nav > li > a {
    /*padding: 0 10px !important;*/
  }
  .main_menu ul.nav > li > a {
    font-size: 15px !important;
  }
  .vehicleSlider #captionSlide {
    width: 40% !important;
  }
  .vehicleSlider .slide-title {
    font-size: 54px !important;
  }
  /*.block_list_in {width: 293px !important;}
  .block_list .block_list_in img {
    height: auto !important;
    width: 100%;
  }*/
  div[id^="map_canvas"] {
    width: 100% !important;
  }
  .top_fixed_menu {
    position: static !important;
  }
  .vehiclemanager_ .underlying {
    width: 218px;
  }
  .underlying .input-append {
    width: 109px;
  }
  .input-append #search_date_from1,
  .input-append #search_date_until1 {
    width: 64px;
  }
  .underlying #yearfrom,
  .underlying #yearto,
  .underlying #pricefrom,
  .underlying #priceto {
    width: 107px !important;
  }
}
@media (max-width: 980px) {
  .main_menu .navbar .btn-navbar {
    /*margin-top: 34px;*/
    margin: 0 10px 15px;
  }
  .vehiclemanager_mod_search .vm_search_inline {
    width: 44% !important;
  }
  .vm_search_inline .VM_search_rent .box_from input {
    width: 86%;
  }
  div.featured_vehicles_block {
    width: 48% !important;
  }
}
@media (max-width: 768px) {
  .search_top {
    padding: 27px 20px !important;
  }
  .top_menu ul.nav li.parent ul {
    float: none !important;
    position: inherit !important;
  }
  .block_list_in {
    width: auto !important;
  }
  #logo,
  .copyrights p {
    text-align: center;
  }
  #Search {
    margin: 12px 0;
  }
  #Search #mod-search-searchword {
    margin: 0;
  }
  .header_bottom .button.btn.btn-primary {
    top: 6px !important;
  }
  .header_bottom #Search .search {
    float: none;
    margin: auto;
    position: relative;
  }
  form#adminForm {
    max-width: 758px;
    overflow-x: auto;
  }
  #wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .maps,
  .number,
  .masege {
    float: none !important;
    margin: auto !important;
  }
  .maps p,
  .number p,
  .masege p {
    text-align: center;
  }
  .top_header .search {
    float: none !important;
    text-align: center;
    width: 200px;
    margin: auto;
  }
  .touchSlider .caption {
    top: 19% !important;
    left: -24% !important;
    width: 45% !important;
    font-size: 15px !important;
  }
  .touchSlider .caption .caption_discription span {
    line-height: 15px !important;
  }
  .touchSlider .caption .caption_discription {
    font-size: 15px !important;
  }
  .block_list_in {
    width: 100% !important;
  }
  .block_list_in img {
    height: auto !important;
  }
  .block_list_in {
    padding: 0 !important;
  }
  /*________________ INFORMATION _________________________*/
  .information_top h3 {
    text-align: center !important;
  }
  #footer h3,
  #footer p,
  #footer a {
    text-align: center;
  }
  #footer .soc_icons_box ul {
    float: none;
  }
  #contentBox #currency_price {
    width: auto;
  }
  .info_desc .basictable_27.basictable .row_03 .col_01,
  .info_desc .basictable_27.basictable .row_03 .col_02 {
    font-size: 21px !important;
  }
  .info_desc .basictable_27 .row_02 {
    margin-right: 5px !important;
  }
  #contentBox #list,
  #contentBox #gallery .okno_V {
    width: 100%;
  }
  #contentBox #list,
  #contentBox #gallery {
    padding: 0;
    margin-top: 20px;
  }
  #contentBox .basictable_27 .row_02 {
    float: none;
  }
  .basictable_34 {
    overflow: inherit !important;
  }
  .basictable_26 {
    overflow: inherit !important;
  }
  #contentBox h3,
  .cykle h3,
  .componentheading {
    font-size: 28px !important;
    margin: 5px !important;
  }
  .thumbnail.viewcar {
    width: 217px !important;
    height: 161px !important;
  }
  .information_top .info_bottom {
    width: 100%;
  }
  .info_ikons:first-child {
    margin: 0 0 10px 0;
  }
  .info_bottom .info_ikons span {
    font-size: 14px;
    margin-left: 14px;
  }
  .info_bottom .info_ikons i {
    font-size: 39px !important;
  }
  .information_top .container {
    width: 295px !important;
    margin: auto !important;
  }
  #footer .additional li {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .additional i {
    margin: 0 13px 0 -25px !important;
  }
  .additional {
    margin-left: 0px !important;
  }
  #footer .additional span {
    font-size: 14px !important;
  }
  .vehiclemanager_ .underlying {
    height: auto;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    margin-right: 0;
  }
  .vehiclemanager_ .underlying input[class="inputbox"] {
    width: 100%;
  }
  #search_date_from1,
  #search_date_until1 {
    width: 95% !important;
  }
  .underlying #yearfrom,
  .underlying #yearto,
  .underlying #pricefrom,
  .underlying #priceto {
    width: 100% !important;
  }
  .vehiclemanager_ .underlying .input-append {
    width: 99%;
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .vehiclemanager_ .underlying .input-append {
    width: 97%;
  }
}
@media (max-width: 655px) {
  .vm_search_inline .VM_search_rent .box_from input {
    width: 84% !important;
  }
}
@media (max-width: 630px) {
  div.featured_vehicles_block {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 590px) {
  .vehiclemanager_mod_search {
    text-align: center;
  }
  .vehiclemanager_mod_search .vm_search_inline {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}
@media (max-width: 480px) {
  .vehicleSlider #captionSlide {
    top: 25% !important;
  }
  .vehiclemanager_ .underlying .input-append {
    width: 92%;
  }
}
@media (max-width: 320px) {
  .vehiclemanager_ .underlying .input-append {
    width: 89%;
  }
  .vehicleSlider #captionSlide {
    width: 60% !important;
    top: 15% !important;
  }
  .block_list .block_list_hits {
    bottom: 39%;
  }
  #footer .additional span {
    float: left;
    padding-left: 6px;
  }
  #footer .additional li {
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .additional i {
    margin: 14px 0px 9px 0px !important;
  }
  .additional {
    margin-left: 0px !important;
  }
  .info_ikons:first-child {
    margin-right: 0 !important;
  }
  #wrapper {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .information_top .container {
    width: auto !important;
  }
}
/*.block_list_in {
  width: 272px;
  border: none !important;
  margin: 0 !important;
  position: relative;
}
.block_list_in .block_list_model a {
  display: block;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #444;
  font-weight: 900;
  padding: 8px 0 11px 0;
  border-bottom: 1px dotted #bbb;
}*/
.block_list_price {
  text-align: center;
}
.block_list_price p {
  margin: 5px 0 0 0;
}
#contentBox h3,
.cykle h3 {
  font-weight: 800;
  text-transform: uppercase;
  vertical-align: middle;
  color: #000;
  /*text-align: center;*/
  text-align: left;
  font-size: 24px;
  margin: 10px 0;
}
.span6.componentheading h3 {
  line-height: 45px !important;
}
.information_top h3 {
  font-size: 2em;
  font-weight: 900;
  margin: 50px 0 43px 0;
  text-transform: uppercase;
}
/*.block_list_img {position: relative;}*/
.okno_V {
  text-align: center;
}
.okno_V .fa.fa-search {
  padding-top: 118px !important;
}
.block_list_in:hover .block_list_model a {
  color: red;
}
.information_top {
  background: #F0F0F0;
  padding: 40px 0 49px 0;
  margin-top: 40px;
}
.search_top {
  background: #F0F0F0;
  padding: 27px 0;
  margin-bottom: 10px;
}
div.information_top h3 {
  text-align: left;
  margin: 10px 0 23px 0 !important;
}
.information_top .span7 {
  margin-left: 0;
}
.slide-button a {
  padding: 19px 71px !important;
  font-size: 23px;
}
.first .btn.btn-primary:hover,
.slide-button a:hover {
  background: #E00000;
}
.content_footer.row-fluid {
  padding-top: 30px;
  border-top: 1px dotted #ccc;
  margin-top: 30px;
}
#footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
}
#last_added {
  margin-bottom: 50px;
}
/*__________________________________________________*/
.block_list_hits p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
}
.shadetabs li a {
  padding: 18px 40px !important;
  font-size: 14px;
  border: none;
  margin-right: 7px;
  font-weight: 700;
  filter: none !important;
  background: red !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 800;
}
.shadetabs li a:hover {
  background: #E00000 !important;
  color: #fff !important;
}
.shadetabs li a.selected {
  padding: 18px 70px;
  font-size: 14px;
  border: none;
  margin-right: 5px;
  font-weight: 700;
  filter: none !important;
  background: #E00000 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 800;
}
#currency_price {
  height: 30px;
  margin: auto;
  width: 402px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 800;
}
.basictable_26.basictable ul li a i {
  margin: 5px;
}
.basictable_27.basictable span,
.basictable_28.basictable span {
  line-height: 28px;
}
#contentBox input[type="submit"],
#contentBox input[type="button"] {
  background: red !important;
  padding: 7px 20px;
  border: none;
  font-size: 15px;
  margin-right: 15px;
  border-radius: 0;
  float: left;
  filter: none !important;
}
.contentbotton input[type="submit"] {
  background: red !important;
  margin-top: 19px;
  padding: 7px 20px !important;
  border: none !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700 !important;
  border-radius: 0;
}
#contentBox input[type="submit"]:hover,
#contentBox input[type="button"]:hover,
.contentbotton input[type="submit"]:hover {
  background: #E00000 !important;
}
/*#gallery .okno_V {
  margin: 10px !important;
}*/
/*#contentBox form {margin: 0 !important;}*/
#hidden_suggestion {
  margin: 0 !important;
}
/*.okno_V .textvehicle {width: 100% !important;}*/
.okno_V .textvehicle .titlevehicle a {
  display: block;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #444;
  font-weight: 900;
  padding: 8px 0 11px 0;
  border-bottom: 1px dotted #bbb;
}
.okno_V img {
  width: auto !important;
}
.okno_V .okno_img {
  overflow: hidden;
}
.okno_V .textvehicle .price {
  float: none !important;
  text-align: center;
  padding-top: 5px;
}
.basictable_27 .row_02 {
  float: left;
  margin-right: 35px !important;
}
.basictable_34.basictable .row_02 {
  margin-right: 0 !important;
}
#country1 .row_03 {
  clear: both;
}
.basictable_27.basictable .row_03 .col_01,
.basictable_27.basictable .row_03 .col_02 {
  font-size: 27px !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  font-family: "Open Sans", sans-serif;
  color: #333 !important;
}
.row_06 {
  border-top: 1px solid #ccc;
  margin-top: 10px !important;
  padding-top: 23px !important;
}
.row_06 .col_01 {
  /*width: 100% !important;*/
}
#gallery .okno_V:hover {
  box-shadow: none !important;
  border-radius: 0 !important;
}
#gallery .okno_V:hover .titlevehicle a {
  color: red;
}
#list .col_01.span3 {
  margin: 0 30px;
}
#list .row_auto:hover {
  border-radius: 0 !important;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) !important;
}
#list .row_auto.span12 {
  position: relative;
}
#list .row_auto .col_02 a {
  display: block;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #444;
  font-weight: 900;
  padding: 8px 0 11px 0;
}
/*#list .row_auto .col_12 a {
  float: left !important;
}*/
#list .col_06_07,
#list .col_10_11 {
  margin-bottom: 10px;
}
#list .row_auto:hover .col_02 a {
  color: red;
}
.search_button_vehicle.basictable.basictable_002 a,
.search_button_vehicle.basictable_47.basictable a,
.search_button_vehicle.basictable_54.basictable a,
.basictable_44.basictable .search_button_vehicle a {
  background: red !important;
  padding: 7px 20px !important;
  border: none !important;
  font-size: 15px;
  border-radius: 0;
  filter: none !important;
}
.search_button_vehicle.basictable.basictable_002:hover,
.search_button_vehicle.basictable_47.basictable:hover,
.search_button_vehicle.basictable_54.basictable:hover,
.basictable_44.basictable .search_button_vehicle:hover {
  background: #E00000 !important;
}
.search_button_vehicle a {
  padding: 0 !important;
}
.touchSlider .caption {
  top: 30%;
  left: -56%;
  width: 30%;
  bottom: 30%;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.touchSlider .caption .caption_discription {
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: red;
  padding: 0 15px;
}
.componentheading {
  text-align: center;
}
button[type="submit"],
.form-actions .btn {
  padding: 7px 20px;
  border: none;
  background: red;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  color: #fff;
}
button[type="submit"]:hover,
.form-actions .btn:hover {
  background: #E00000;
}
.basictable.basictable_005,
.basictable.basictable_006,
.basictable.page_navigation {
  padding-left: 18px;
}
#contentBox .basictable.basictable_005,
#contentBox .basictable.basictable_006,
.basictable_36.basictable,
#country7,
.contact,
label,
.blog-featured,
.contact-category {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  word-spacing: 6px;
}
.owners_table.basictable {
  margin-bottom: 30px;
}
.header .top_header #wrapper {
  margin-top: 0;
}
.basictable_51 .row_02 li span,
.basictable_51 .row_02 li a {
  padding: 0 !important;
}
.block_list .block_list_in .block_list_img a img,
#gallery .okno_V .okno_img a img,
#list .col_01.span3 a img {
  -webkit-transition: all 0.45s ease 0s!important;
  -moz-transition: all 0.45s ease 0s!important;
  -khtml-transition: all 0.45s ease 0s!important;
  -ms-transition: all 0.45s ease 0s!important;
  -o-transition: all 0.45s ease 0s!important;
  transition: all 0.45s ease 0s!important;
  overflow: hidden;
}
/*.block_list .block_list_in .block_list_img:hover a img {
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -khtml-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  box-shadow: none ;
  z-index: -1;
}*/
#gallery .okno_V .okno_img:hover a img,
#list .col_01.span3:hover img {
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -khtml-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  box-shadow: none ;
}
.info_bottom .info_ikons i {
  background: red;
  font-size: 51px;
  color: #fff;
  border-radius: 50%;
  float: left;
  -webkit-transition: all 0.45s ease 0s!important;
  -moz-transition: all 0.45s ease 0s!important;
  -khtml-transition: all 0.45s ease 0s!important;
  -ms-transition: all 0.45s ease 0s!important;
  -o-transition: all 0.45s ease 0s!important;
  transition: all 0.45s ease 0s!important;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_bottom .info_ikons:hover i,
.info_bottom .right:hover i {
  -webkit-transition: all 0.45s ease 0s!important;
  -moz-transition: all 0.45s ease 0s!important;
  -khtml-transition: all 0.45s ease 0s!important;
  -ms-transition: all 0.45s ease 0s!important;
  -o-transition: all 0.45s ease 0s!important;
  transition: all 0.45s ease 0s!important;
  -webkit-transform: scale(1.3) !important;
  -moz-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  -o-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}
.info_bottom span {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 95px;
  margin-left: 19px;
}
.info_ikons {
  float: left;
  display: flex;
  align-items: center;
}
.info_ikons:first-child {
  margin-right: 23px;
}
.info_bottom {
  width: 743px;
  height: 100px;
  margin: auto;
}
.cykle {
  margin-top: 50px;
  text-align: center;
}
.additional {
  margin-left: 40px;
}
#footer .additional i {
  margin: 0 26px 0 -25px;
  background: red;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.45s ease 0s!important;
  -moz-transition: all 0.45s ease 0s!important;
  -khtml-transition: all 0.45s ease 0s!important;
  -ms-transition: all 0.45s ease 0s!important;
  -o-transition: all 0.45s ease 0s!important;
  transition: all 0.45s ease 0s!important;
}
#footer .additional li:hover i {
  -webkit-transition: all 0.45s ease 0s!important;
  -moz-transition: all 0.45s ease 0s!important;
  -khtml-transition: all 0.45s ease 0s!important;
  -ms-transition: all 0.45s ease 0s!important;
  -o-transition: all 0.45s ease 0s!important;
  transition: all 0.45s ease 0s!important;
  -webkit-transform: scale(1.15) !important;
  -moz-transform: scale(1.15) !important;
  -ms-transform: scale(1.15) !important;
  -o-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
}
#footer .additional span {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.basictable_28.basictable div span.col_01,
.basictable_27.basictable div span.col_01 {
  font-weight: 800;
  font-size: 14px;
  color: #000 !important;
  /*letter-spacing: -1px;*/
  margin-right: 5px;
}
.basictable_28 .col_01 {
  width: 159px !important;
}
.breadcrumb {
  margin-top: 10px !important;
}
.basictable_36.basictable > div {
  display: table;
}
#hidden_review {
  width: 100% !important;
}
#show_buying .componentheading {
  clear: both;
}
.basictable_35.basictable {
  margin-top: 20px !important;
}
.basictable_35.basictable .row_03 .col_01 {
  font-size: 14px !important;
  text-transform: lowercase !important;
  font-weight: 800 !important;
  color: #000 !important;
}
.basictable_35 .row_02 .col_01 {
  width: 160px !important;
  float: left !important;
}
.underlying {
  width: 275px;
  float: left;
  height: 82px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 800;
  margin: 0 17px 20px 0;
}
.underlying_last {
  width: 165px;
  float: left;
  height: 40px;
}
.input-append {
/*  width: 137px;
  float: left;
  margin-bottom: 0;*/
}
#search_date_from1,
#search_date_until1 {
  width: 93px;
  border-radius: 0;
  box-shadow: none;
}
/*#yearfrom, #yearto, #pricefrom, #priceto { width: 133px !important;}*/
.underlying select {
  width: 100% !important;
}
.underlying input,
.underlying select {
  padding: 10px 5px;
  margin: 0;
  border-radius: 0;
}
.underlying input[class="inputbox"] {
  width: 100%;
  padding: 10px 0 !important;
  text-indent: 10px;
  margin: 0;
  border-radius: 0;
  box-shadow: none !important;
}
/*#yearfrom, #yearto, #pricefrom, #priceto {
  height: 42px;
  padding: 0;
  border: 1px solid #ccc;
}*/

.underlying .input-append .btn {
  padding: 4px 7px;
  line-height: 32px;
}
.thumbnail.viewcar img {
  width: 260px;
}
/*____________ Last added _______________*/
.vehiclemanager_mod_search {
  float: left;
}
.vehiclemanager_ .VM_search_batton input[type="submit"] {
  background: red !important;
  margin-top: 26px;
  border: 1px solid red;
}
.vehiclemanager_ .VM_search_batton input[type="submit"]:hover {
  background: #E00000 !important;
  border: 1px solid #E00000;
}
.vehiclemanager_ .vm_search_inline {
  margin: 0 10px 10px 0;
}
.featured_vehicles_block {
  width: 23.9% !important;
  border: none !important;
  text-align: center;
}
.featured_vehicles_block:hover h4 a {
  color: red;
}
.featured_vehicles_block img {
  -webkit-transition: all 0.45s ease 0s!important;
  -moz-transition: all 0.45s ease 0s!important;
  -khtml-transition: all 0.45s ease 0s!important;
  -ms-transition: all 0.45s ease 0s!important;
  -o-transition: all 0.45s ease 0s!important;
  transition: all 0.45s ease 0s!important;
}
.featured_vehicles_block:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.featured_vehicles_block h4 {
  margin-bottom: 3px;
}
.featured_vehicles_block h4 a {
  display: block;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #444;
  font-weight: 900;
  padding: 8px 0 11px 0;
  border-bottom: 1px dotted #bbb;
}
.featured_vehicles_price {
  float: none !important;
  text-align: center;
}
.feature_textvehicle .vm_viewlist {
  background: none !important;
  padding: 0 !important;
}
.featured_vehicles_hits {
  font-size: 16px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  color: #333;
  margin: 0 !important;
}
.vehiclemanager_mod_search .VM_search_select div[class^="VM_search_"] {
  min-width: auto !important;
}
.vm_booking {
  float: left;
  margin-right: 40px !important;
}
input[type="text"] {
  border-radius: 0 !important;
}
.vm_booking .componentheading {
  font-weight: 800;
  text-transform: uppercase;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-size: 15px;
  margin: 10px 0;
}
#country7 h4 {
  font-weight: 800;
  text-transform: uppercase;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-size: 15px;
  margin: 10px 0;
}
.profileTable td img {
  margin-top: 4px;
}
.vm_view_head {
  margin-top: 14px;
}
#country8 h3 {
  font-size: 15px;
  text-align: left;
  margin: 0;
}
.cck-body .instance_block {
  padding: 0;
}
.bike_model {
  margin-bottom: 5px;
}
.bike_image {
  overflow: hidden;
}
#hidden_suggestion,
form {
  margin: 0 !important;
}
.row_auto .vm_price {
  float: left;
}
/*-------------------------------added--------------------------------*/
.block_history {
  text-align: center;
  overflow: hidden;
}
.block_history .date_history {
  font-size: 36px;
  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: #0061CC 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;
  background: #000;
  display: inline-block;
}
.block_history ul li.ab:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  z-index: 0;
  background: #DC6734;
}
.block_history ul li.ab div.left_history {
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.block_history ul li.ab div.left_history strong {
  font-size: 36px;
  line-height: 36px;
  display: block;
  margin-bottom: 10px;
}
.block_history ul li.ab div.left_history p {
  margin-top: 44px;
}
.block_history ul li.ab div.left_history div img {
  width: 200px;
  height: 200px;
  border: 1px #EAEAEA solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@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 {
  padding: 2em;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}
.block_history ul li.ab div.right_history strong {
  font-size: 36px;
  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: 200px;
  height: 200px;
  border: 1px #EAEAEA solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@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;
}
.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 #f00;
  border-right: 9px solid #f00;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
.service_textblock {
  padding: 10px;
  border: 1px #EAEAEA solid;
}
.service_box {
  margin-bottom: 20px;
}
.service_box div {
  float: left;
  width: 90px;
  height: 90px;
  background-color: #F1F4F7;
  text-align: center;
  line-height: 90px;
  font-size: 55px;
}
.service_box p {
  margin-left: 110px;
  margin-bottom: 0;
}
.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;
}
#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;
}
/*------------vm-search---------------*/
/*.search_filter .row_01,
.search_filter {
  height: 200px;
}*/
.vmsearch-group .col_05_06 input,
.vmsearch-group .col_07_08 input,
.vmsearch-group .inp_label_from input {
  width: 65% !important;
}
.search_filter .fix_width_4 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.main_menu ul.nav li.parent > a {
  cursor: default;
}
#gallery div.okno_V {
  display: block !important ;
}
#gallery div.okno_V .okno_img {
  height: auto;
  width: 100%;
}
#gallery div.okno_V img {
  width: 100%;
  max-height: 1000px;
}
@media (min-width: 992px) {
  #gallery div.okno_V {
    width: 32.5% !important;
    margin-left: 1.25%;
    margin-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  #gallery div.okno_V:nth-child( 3n + 1) {
    margin-left: 0px;
  }
  [dir="rtl"] #gallery div.okno_V {
    margin-left: 0px ;
    margin-right: 1.25%;
  }
  [dir="rtl"] #gallery div.okno_V:nth-child( 3n + 1) {
    margin-right: 0px;
  }
}
@media (max-width: 991px) and (min-width: 615px) {
  #gallery div.okno_V {
    width: 32% !important;
    margin-left: 2%;
    margin-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  #gallery div.okno_V:nth-child( 3n + 1) {
    margin-left: 0px;
  }
  [dir="rtl"] #gallery div.okno_V {
    margin-left: 0px ;
    margin-right: 2%;
  }
  [dir="rtl"] #gallery div.okno_V:nth-child( 3n + 1) {
    margin-right: 0px;
  }
}
@media (max-width: 614px) and (min-width: 415px) {
  #gallery div.okno_V {
    width: 49% !important;
    margin-left: 2%;
    margin-right: 0px;
    display: block;
    float: left;
    box-sizing: border-box;
  }
  #gallery div.okno_V:nth-child( 2n + 1) {
    margin-left: 0px;
  }
  [dir="rtl"] #gallery div.okno_V {
    margin-left: 0px ;
    margin-right: 2%;
  }
  [dir="rtl"] #gallery div.okno_V:nth-child( 2n + 1) {
    margin-right: 0px;
  }
}
@media (max-width: 414px) {
  #gallery div.okno_V {
    width: 100% ;
    float: none;
    margin-left: 0;
  }
}
.main_menu ul.nav li.parent ul li.active > a {
  font-weight: bold;
  background: #f00;
  color: #fff;
}



/*------------------------------------------ new styles ( j3.9.8  17.06.2019) ---------------------------------------*/


#system-message {
  margin-top: 20px;
}

.top_menu {
  text-align: center;
}

.visible_text {
  text-align: center;
}

a:focus,
input:focus,
button:focus {
  outline: none !important;
}
#globalContent {
  padding-top: 40px;
}

#wrapper label {
  display: inline-block;
}

/*----------------------------------------------------------------*/
/* home page  */
/*----------------------------------------------------------------*/

/*styles for login form*/
#footer ._login_pro form .userdata #form-login-remember {
  order: 2;
} 
#footer ._login_pro form .userdata {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer ._login_pro form #modlgn-remember {
  position: relative;
  float: right;
  margin-left: 5px;
}
@media(max-width: 1200px) {
  #footer ._login_pro ul {
    order: 3;
  }
}
@media(max-width: 767px) {
  #footer ._login_pro form #form-login-remember {
    margin-top: 0;
  }
}
/*footer*/
.copyrights p a {
  color: #fff;
}

/*----------------------------------------------------------------*/
/* vm  */
/*----------------------------------------------------------------*/
.moduletable .featured_vehicles .featured_vehicles_block .feature_textvehicle i,
.moduletable .featured_vehicles_price, 
.moduletable .featured_vehicles_viewlisting {
  color: #000;
}
.moduletable .vm_viewlist {
  background: transparent;
}
.moduletable .featured_vehicles_price:hover, 
.moduletable .featured_vehicles_viewlisting:hover {
  color: #f00;
}
.tableC .days th, .tableC .year th {
  background: #f00;
}
.container #gallery .okno_V i,
#list .row_auto.VEH-row .vm_list_item_text_container i,
#list .row_auto.VEH-row .vm_type_catlist a,
.basictable .row_img .bigm_title a {
  color: #f00;
}
.container .vm_viewlist,
#list .row_auto.VEH-row .vm_type_catlist {
  background: #eaeaea !important;
}
.container #gallery .okno_V .vm_viewlist a,
#list .row_auto.VEH-row .vm_type_catlist {
  color: #777;
}
.container #gallery .okno_V .vm_viewlist a {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.container #gallery .okno_V .vm_viewlist a div:hover, 
.container #gallery .okno_V .vm_viewlist a span:hover {
  color: #f00;
}
@media(min-width: 1024px) {
  .vm_view_head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}

/*----------------------------------------------------------------*/
/* agents  */
/*----------------------------------------------------------------*/
#member-registration label {
  display: inline-block;
}
#member-registration .input-append {
  float: none;
}
.login,.logout,#member-registration {
  margin-top: 20px;
}
._last_online_agents {
  padding: 0 40px;
  text-align: center;
}
._last_online_agents h3 {
  text-align: center !important;
}
._last_online_agents table th, 
._last_online_agents td {
  padding: 0 5px !important;
}
._last_online_agents table,
._last_online_agents tr,
._last_online_agents td {
  display: inline-block;
}
._last_online_agents td a {
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
}
._last_online_agents td img {
  object-fit: cover;
}
@media(max-width: 480px) {
  ._last_online_agents {
    display: block;
    padding: 0;
  }
}
#mod_user_profile .tabcontent {
  margin-top: 40px;
}
#mod_simple_membership_user_profile a {
  display: inline-block;
  margin: 15px 0;
}
.profileTable label {
  pointer-events: none;
}
.UserListtable tr td font {
  font-size: 100% !important;
}

/*-------------------------------------------------------------------*/
/* blog */
/*-------------------------------------------------------------------*/
._blog .cck-body .cat_fields {
  margin-bottom: 0;
}
.cck-body .single_blog_post.instance_block p {
  color: inherit;
}
.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: #4bbdac;
  font-size: 36px;
}
.single_blog_post .swiper-button-next:before {
  content: "\f054";
}
.single_blog_post .swiper-button-prev:before {
  content: "\f053";
}
#captcha-block-review_instance + div {
  color: #fff;
}
._blog .date a {
  color: inherit;
}

/*----------------------------------------------------------------*/
/* menu button and text */
/*----------------------------------------------------------------*/
.navbar a i {
  font-size: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #f00;
}
.button_text .menu_btn_text {
  font-size: 12px;
  text-transform: uppercase;
  color: #f00;
  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;
}

/*----------------------------------------------------------------*/
/* responsive */
/*----------------------------------------------------------------*/
@media(max-width: 979px) {
  .header_bottom .span3 {
    position: absolute;
    right: 15px;
  }
  .header_bottom .span7 {
    width: 100%;
  }
  .navbar .btn-navbar {
    background: transparent !important;
    border: none;
    box-shadow: none;
  }
  .header .main_menu ul li  a {
    padding: 12px !important;
    color: #000 !important;
  }
  .top_menu ul.nav > li.parent span.arrow {
    top: 15px;
    right: 10px;
  }
  .top_menu ul.nav > li a {
    text-align: left;
    color: #fff !important;
  }
}
@media(max-width: 768px) {
  ._sharing {
    display: none;
  }
  div.mod_search95 input[type="search"] {
    max-width: 150px;
  }
}
@media(max-width: 767px) {
  .top_menu {
    padding: 0;
  }
  .top_menu .navbar-toggle {
    margin-right: -3px;
  }
  .main_menu ul.nav li.parent ul li a span.arrow {
    right: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  ._ordasoft_sharing {
    display: none;
  }
  .header_bottom .search form {
    text-align: center;
  }
}

/*----------------------------------------------------------------*/
/* edit button and form */
/*----------------------------------------------------------------*/
.icons .btn-group.pull-right button.btn.dropdown-toggle .icon-cog,
.edit.item-page form#adminForm .btn-toolbar button span {
  display: none;
}
.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: 220px !important;
}
.edit.item-page .btn-toolbar {
  margin-top: 20px;
}
.edit.item-page input {
  border: 1px solid #eaeaea !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: 22px;
  display: inline-block;
  margin: 0px 1px 2px 1px;
  padding-top: 0 !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Clear"] {
  margin-bottom: 2px;
  height: 22px;
  padding-top: 0 !important;
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Clear"]:before {
   font-family: FontAwesome;
   content:"\f1f8";
}
.edit.item-page form#adminForm .input-prepend.input-append a[title="Clear"] .icon-remove {
  display: none;
}
.edit.item-page .input-prepend.input-append .media-preview.add-on {
  display: block;
  width: 38px;
  height: 22px;
  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;
}
.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;
} 
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;
}

/*----------------------------------------------------------------*/
/* 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: #f00;
}
.cck_info_block h1,
.baforms_block h1,
.gallery_block_masonry h1,
.comments_block h1,
.membership_block h1,
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;
}
.more_link a:hover {
  color: #f00;
  text-decoration: none;
}
.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 !important;
  font-size: 30px !important;
  font-weight: bold !important;
  text-transform: none !important;
  color: #666 !important;
  font-family: "Lato" !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;
  font-family: "Lato" !important;
}
.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;
  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 pages*/
.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: #f00;
}
#globalContent #contentBox .item-page .gallery_block_masonry h3,
#globalContent #contentBox .item-page .slider_block h3 {
  text-align: center;
  font-size: 30px;
  /* 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;
  font-family: "Lato" !important;
}
.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;
  }
}
/*----------------------------------------------------------------*/
/* joomla content */
/*----------------------------------------------------------------*/

.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 a,
.category-list .content-category .form-inline .pagination ul li span {
  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*/
.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;
}
.search_top .vehiclemanager_mod_search{
  justify-content: space-between;
}
.search_top .vehiclemanager_mod_search .vm_search_inline{
  margin: 0 !important;
  width: 23% !important;
}
.search_top .vehiclemanager_mod_search .vm_search_inline:nth-child(5){
  margin: 0 !important;
}
.search_top .VM_search_batton{
  margin: 0 !important;
}
.search_top .vehiclemanager_mod_search .VM_search_select{
  margin: 0 !important;
}
.search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_year #vm_slider_mod_year, 
.search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_price #vm_slider_mod_price, 
.search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_mileage #vm_slider_mod_mileage {
  width: 93% !important;
}
.search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_year .yearfrom2, 
.search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_price .vm_pricefrom_2, 
.search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_mileage .vm_mileagefrom_2 {
  margin: 0 !important;
  margin-right: 10px !important;
  width: 47% !important;
}
.copyrights p{
  color: #ccc;
}
.wrapperLayoutDefault2 .vm_mainblock .row_inline {
  width: 30% !important;
}
.wrapperLayoutDefault2 .wrapperWarranty > div {
  width: 47% !important;
}
.wrapperLayoutDefault2 .wrapperWarranty .row_title{
  width: 100% !important;
}
@media (max-width: 1199px){
  .wrapperLayoutDefault2 .vm_mainblock .row_inline {
    width: 46% !important;
  }
  .search_top .vehiclemanager_mod_search .vm_search_inline {
    margin: 0 !important;
    width: 48% !important;
  }
}
@media (max-width: 979px){
  .wrapperLayoutDefault2 .wrapperWarranty > div {
    width: 45% !important;
  }
  .wrapperLayoutDefault2 .wrapperWarranty .row_title{
    width: 100% !important;
  }
  .main_menu ul.nav li.parent ul, 
  .top_menu ul.nav li.parent ul{
    display: block !important;
  }
  .footer > .container > .row-fluid:first-child > div{
    width: 45% !important;
    margin: 0 !important;
  }
  .footer > .container > .row-fluid:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer > .container > .row-fluid:first-child:before,
  .footer > .container > .row-fluid:first-child:after{
    content: unset !important;
  }
  .footer_menu .navbar .btn-navbar{
    display: none !important;
  }
  .footer_menu .nav-collapse, .footer_menu .nav-collapse.collapse{
    height: auto !important;
    display: block !important;
  }
  .footer .additional li{
    display: flex;
    align-items: center;
  }
  #footer .additional i{
    min-width: 50px;
  }
}
@media (max-width: 768px){
  .container, 
  .navbar-static-top .container, 
  .navbar-fixed-top .container, 
  .navbar-fixed-bottom .container {
    width: auto;
  }
  .header_bottom .span7{
    margin: 0;
  }
}
@media (max-width: 767px){
  .wrapperLayoutDefault2 .wrapperWarranty > div,
  .wrapperLayoutDefault2 .vm_mainblock .row_inline{
    width: 100% !important;
  }
  .container, 
  .navbar-static-top .container, 
  .navbar-fixed-top .container, 
  .navbar-fixed-bottom .container {
    width: auto;
  }
}
@media (max-width: 700px){
  .footer > .container > .row-fluid:first-child > div {
    width: 100% !important;
  }
  #footer .additional li{
    padding: 0 25%;
  }
  #footer .additional i{
    margin: 0 !important;
    margin-right: 20px !important;
  }
  div.featured_vehicles_block{
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 !important;
    display: block;
    box-sizing: border-box;
  }
  .search_top .vehiclemanager_mod_search .vm_search_inline,
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input{
    width: 100% !important;
  }
  .search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_year #vm_slider_mod_year, 
  .search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_price #vm_slider_mod_price, 
  .search_top .vehiclemanager_mod_search .vm_search_inline .VM_search_mileage #vm_slider_mod_mileage {
    width: 97% !important;
  }
}
@media (max-width: 550px){
  #footer .additional li {
    padding: 0 18%;
  }
}
@media (max-width: 400px){
  #footer .additional li {
    padding: 0 5%;
  }
}
.vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 95% !important;
}
@media (max-width: 1199px){
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 97% !important;
  }
}
@media (max-width: 979px){
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 96% !important;
  }
  .activeMenu{
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 700px){
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 98% !important;
  }
}
@media (max-width: 630px){
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 97.8% !important;
  }
}
@media (max-width: 570px){
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 97% !important;
  }
}
@media (max-width: 425px){
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 96% !important;
  }
}
@media (max-width: 350px){
  .vehiclemanager_mod_search .vm_search_inline .VM_search_vehicles input {
    width: 95% !important;
  }
}
button[class*=plg_system_webauthn_login_button] {
  max-height: none !important;
  padding: 0.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
button[class*=plg_system_webauthn_login_button] svg{
  margin-right: 10px !important;
}