.page-heading {
  padding: 24px 0;
}
.white-button {
  color: white;
  border-color: white;
  border-radius: 2px;
  background-color: #3b5998;
}

.question {
  width: 100%;
  height: auto;
  padding: 5px;
  color: #455a64;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.answer {
  width: 100%;
  height: auto;
  padding: 5px;
  color: #455a64;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 15px;
}

.cropArea {
  background: #e4e4e4;
  overflow: hidden;
  width: 700px;
  height: 125px;
  margin-bottom: 10px;
}

body:not(.sidebar-collapsed) ul.acc-menu li ul {
  display: block !important;
}

.white-button:hover {
  color: #3b5998;
  border-color: #3b5998;
  border-radius: 2px;
  background-color: white;
}

.opacity-active {
  opacity: 1;
}

.opacity-inactive {
  opacity: 0.3;
}

.vehicle-list {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
}

.vehicle-list-item {
  width: 100%;
  height: 300px;
  background: #fff;
  padding: 0;
  margin-bottom: 20px;
  border: 2px solid #3b5998;
  border-radius: 2px;
}

.vehicle-list-item-data-container {
  background-color: white;
  display: inline-block;
}

.vehicle-list-item-data-container div {
  display: inline-block;
  margin: 0 16px;
}

.data-gallery > label {
  font-weight: bold;
  color: #232323;
  display: block;
}

.data-gallery > span {
  display: block;
  margin-bottom: 8px;
  margin-top: -6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vehicle-list-item-image-portales {
  margin: 2px 5px;
  float: left;
  border-radius: 5px;
  width: 32px;
  height: auto;
}

.vehicle-list-item-image-container img {
  height: 196px;
  width: auto;
}

.vehicle-list-item-buttons-container {
  float: right;
  width: 50px;
  height: 296px;
  padding: 10px 10px;
  text-align: center;
  background-color: #3b5998;
}
.image-item {
  margin: 5px;
  border: 2px dashed #e6e6e6;
  background: #fff;
  padding: 3px;
}
.image-item.ui-sortable-placeholder {
  background: #dadada !important;
}
.image-gallery {
  width: 100%;
  height: 100px;
}

.gallery-button-left {
  /*margin:6px -4px 0 0;*/
  color: #3b5998;
  text-decoration: none;
  padding: 3px 12px 3px 12px !important;
  /*border-bottom: 1px solid #3b5998;
    border-left: 1px solid #3b5998;
    border-right: 1px solid #3b5998;
    border-bottom-left-radius: 10px;*/
}

.gallery-button-left:hover {
  /*margin:6px -4px 0 0;*/
  color: white;
  background-color: #3b5998;
  text-decoration: none;
  padding: 3px 12px 3px 12px !important;
  /*border-bottom: 1px solid #3b5998;
    border-left: 1px solid #3b5998;
    border-right: 1px solid #3b5998;
    border-bottom-left-radius: 10px;*/
}

.gallery-button-left.active {
  /*margin:6px -4px 0 0;*/
  color: white;
  background-color: #3b5998;
  text-decoration: none;
  padding: 3px 12px 3px 12px !important;
  /*border-bottom: 1px solid #3b5998;
    border-left: 1px solid #3b5998;
    border-right: 1px solid #3b5998;
    border-bottom-left-radius: 10px;*/
}

.gallery-button-right {
  /*margin:6px 0 0 -4px;*/
  color: #3b5998;
  text-decoration: none;
  padding: 3px 15px 3px 16px !important;
  /*border-bottom: 1px solid #3b5998;
    border-right: 1px solid #3b5998;
    border-bottom-right-radius: 10px;*/
}

.gallery-button-right:hover {
  /*margin:6px 0 0 -4px;*/
  color: white;
  background-color: #3b5998;
  text-decoration: none;
  padding: 3px 15px 3px 16px !important;
  /*border-bottom: 1px solid #3b5998;
    border-right: 1px solid #3b5998;
    border-bottom-right-radius: 10px;*/
}

.color-fb,
.color-fb-alt:hover {
  color: #fff;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  border-radius: 0 !important;
}

.color-fb-alt {
  color: #3b5998;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #3b5998;
  border-radius: 0 !important;
}

.selectize-control > .selectize-dropdown {
  top: 36px;
}

.spinner {
  /*    margin-top:50px; */
}

.publicacion {
  background-color: #ffffff;
  border: 2px #fcfcfc;
  padding: 5px;
  width: 115px;
  height: auto;
  position: relative;
}

.publicando {
  position: absolute;
  top: 0px;
}
.sale-box {
  position: absolute;
  top: 5px;
  overflow: hidden;
  height: 62px;
  width: 97px;
  text-align: center;
  z-index: 100;
  right: 20px;
  border-top-right-radius: 0.7em;
  -o-border-top-right-radius: 0.7em;
  -moz-border-top-right-radius: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
}
.on_offer {
  font-size: 12px;
  color: #fff;
  background: #3a5998;
  text-transform: uppercase;
  padding: 21px 4px 10px 10px;
  width: 100px;
  text-align: center;
  display: block;
  position: absolute;
  line-height: 5px;
  left: 29px;
  top: -8px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(40deg);
  box-shadow: 3px -9px 13px 3px rgba(0, 0, 0, 0.75);
}

.button.blue {
  background: rgba(0, 0, 0, 0) linear-gradient(#4055a5, #283077) repeat scroll 0
    0 !important;
  border: 1px solid #2c3176;
  box-shadow: 0 1px 0 rgba(186, 206, 255, 0.6) inset;
}
.button.medium,
a.button-slide.medium {
  font-size: 16px;
  padding: 7px 14px;
}
.ch-form-actions input {
  letter-spacing: normal;
}
.button,
.wpcf7 .button,
#comment-form #submit,
a.comment-reply-link,
a.comment-reply-link:visited {
}
.button.grey,
.button-slide.grey,
.button.gray,
.button-slide.gray,
.button {
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(
      center top,
      #4e4e4e,
      #353535
    ) repeat scroll 0 0 !important;
  border: 1px solid #313131;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

a.button,
a.button-slide,
.button {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: -1px;
  line-height: normal;
  margin: 0 0 10px;
  text-decoration: none;
}

#publishButton {
  background: rgba(0, 0, 0, 0) linear-gradient(#4055a5, #283077) repeat scroll 0
    0 !important;
  border: 1px solid #2c4176;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(186, 206, 255, 0.6) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, helvetica, sans-serif !important;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: normal;
  margin: 0 200px 10px !important;
  padding: 7px 14px;
  text-decoration: none;
}

.image-container {
  position: relative;
  height: 150px;
  width: 100%;
  background: #f9f9f9;
}

.image-container .image {
  display: block;
  position: absolute;
  max-height: 150px;
  max-width: 100%;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-container .image.img-horizontal {
  height: auto;
}

.image-background-state {
  position: absolute;
  height: 150px;
  width: 100%;
  color: #fff;
  line-height: 150px;
  text-align: center;
  font-size: 20px;
  top: 0;
  left: 0;
  z-index: 2;
  text-shadow: 1px 1px 1px #000;
}
.image-background-state.PUBLICADO {
  display: none;
}
.image-background-state.VENDIDO {
  background: rgba(255, 0, 0, 0.5);
}
.image-background-state.RESERVADO {
  background: rgba(255, 241, 0, 0.5);
}

.sample-show-hide {
  padding: 10px;
  background: white;
}

.sample-show-hide {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.7s;
}

.sample-show-hide.ng-hide {
  opacity: 0;
}

.dealer-header {
  border: 1px solid;
  font-weight: bold;
  margin-top: 8px;
  padding: 5px;
}
.vincular-img {
  width: 100px;
  height: auto;
  border: 2px solid #5873cb;
  border-radius: 5px;
  margin: 5px;
  background-color: white;
}
.vincular-button {
  background-color: #5873cb;
  border: none;
  color: white;
  font-size: 2rem;
  padding: 5px 10px;
  margin: 20px 30px 0 30px;
  border-radius: 5px;
}
.vincular-button:hover {
  background-color: rgba(95, 131, 226, 0.76);
}
.vincular-p {
  margin-top: 10px;
  padding-right: 110px;
}

/* FICHA VISTA */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3b5998;
  border-color: #3b5998 #3b5998 #3b5998;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #000;
  background-image: -moz-linear-gradient(top, #1f1f1f, #000);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#1f1f1f),
    to(#000)
  );
  background-image: -webkit-linear-gradient(top, #1f1f1f, #000);
  background-image: -o-linear-gradient(top, #1f1f1f, #000);
  background-image: linear-gradient(to bottom, #1f1f1f, #000);
  background-repeat: repeat-x;
  border-color: #1f1f1f #1f1f1f #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f',endColorstr='#000',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.buttons-published {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-sidebar-small {
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.icon-btn-small {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  padding: 4px;
}

.icon-btn-small .fa {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  line-height: 20px;
  text-align: center;
}

.btn-featured-small {
  padding-left: 32px;
  font-size: 12px;
  text-align: left;
}

.cant-publicaciones {
  width: 28px;
  display: inline;
}
.nro-publicaciones {
  background: red;
  width: 16px;
  height: 16px;
  color: white;
  position: absolute;
  z-index: 10;
  font-size: 11px;
  padding: 0px 1px 3px 1px;
  border-radius: 80px;
  margin-top: -10px;
  margin-left: -15px;
  text-align: center;
}
.price {
  color: #d42021;
  font-size: 16px;
  font-weight: bold;
  padding-top: 0px;
}
.border-price {
  border-left: 1px solid #d42021;
}

ul.preview-features {
  list-style: none;
  padding: 0;
}
ul.preview-features li {
  float: left;
  width: 30%;
  margin-left: 3%;
}

.vehicle-description {
  font-size: 1em;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  display: block;
  position: relative;
  width: 100%;
  height: 25px;
  text-align: center;
  background: #dadada;
  color: #333;
  text-decoration: none;
  font: 16px/29px Arial, sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px #999;
  -moz-box-shadow: 0 0 0px #999;
  box-shadow: 0 0 0px #999;
}
.connected-carousels .stage {
  width: 500px;
  height: 380px;
  margin: 0px;
  position: relative;
}
.connected-carousels .carousel-stage {
  height: auto;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 0px #999;
}
.carousel-stage .carousel-inner-div {
  width: 500px;
  height: 380px;
  position: relative;
  background: #dadada;
}

.carousel-stage .carousel-inner-div img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-stage .carousel-inner-div .img-horizontal {
  top: 0px;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.connected-carousels .navigation {
  margin: 0px;
  position: relative;
}

.jcarousel-skin-default .jcarousel-vertical,
.jcarousel-skin-default .ver-ti-cal {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
  border: none;
  position: relative;
  width: 100%;
  background: #dadada;
}

.connected-carousels .carousel-navigation {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px #999;
  -moz-box-shadow: 0 0 0px #999;
  box-shadow: 0 0 0px #999;
}

.connected-carousels .carousel-navigation li img {
  display: block;
  border: none;
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.connected-carousels .carousel-navigation li .img-horizontal {
  top: 0px;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.connected-carousels .carousel-navigation li {
  position: relative;
  width: 100%;
  height: 75px;
  background: #cccccc;
}

.jcarousel-skin-default li img {
  height: 75px;
}
.icon-rounded {
  width: 28px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.nav-tabs {
  border-bottom: 1px solid #666;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #666;
  border-bottom-color: transparent;
  font-weight: bold;
}
.border-questions {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}
#livechat-compact-container {
  position: fixed;
  bottom: 0px;
  right: 15px;
  width: 75px;
  height: 105px;
  overflow: hidden;
  visibility: visible;
  z-index: 2147483639;
  border: 0px;
  transition: transform 0.2s ease-in-out;
  backface-visibility: hidden;
  opacity: 1;
  transform: translateY(0%);
  background: transparent;
}
#operator_avatar {
  float: right;
  border-radius: 50%;
  width: 4.5em;
  height: 4.5em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 0.3em solid #fff;
  box-sizing: content-box;
  overflow: hidden;
  color: #fff;
  text-align: center;
  position: relative;
  transition: background-color 0.2s ease-in-out 0.2s;
  -webkit-transition: background-color 0.2s ease-in-out 0.2s;
  -ms-transition: background-color 0.2s ease-in-out 0.2s;
  -o-transition: background-color 0.2s ease-in-out 0.2s;
  background-color: #e85151;
}
#operator_avatar_container {
  display: table-cell;
  padding: 0.1em;
}
#operator_avatar i {
  line-height: 4.6em !important;
}
#operator_avatar i:before {
  font-size: 2em;
}
.pub-share a {
  float: left;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 40px;
}
.pub-share .status {
  background: url(/admin/assets/img/portales/status.png);
  width: 12px;
  height: 12px;
  position: absolute;
  top: -2px;
  right: -1px;
  background-position: left bottom;
}
.pub-share .status.active {
  background-position: left top;
}
.pub-share .status.closed {
  background-position: left 24px;
}
.pub-share .status.paused {
  background-position: left 36px;
}
@media only screen and (max-device-width: 769px) {
  /* define mobile specific styles come here */
  .connected-carousels .col-lg-2 {
    display: none;
  }

  .connected-carousels .stage {
    width: 100% !important;
  }

  .carousel-stage .carousel-inner-div {
    width: 100% !important;
  }

  .sh1 {
    width: 75%;
    float: right;
  }
  .sh1 .col-lg-1 {
    width: 25%;
    float: left;
  }
}

.veritem {
  background: #cce !important;
}

.sidebar nav.widget-body > ul.acc-menu li:first-child a span.rio {
  background: #f43045;
  padding: 3px;
  color: #fff;
  border-radius: 3px 3px;
}

#carro {
  top: 56px;
  height: 210px;
}
#carro.active {
  -webkit-transform: translate(0);
}
