@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,600,300);
/*Colors*/
/*Media Queries*/
/*Fonts*/
/*Hover*/
/*Images Directory Template*/
/*
|--------------------------------------------------------------------------
| Barra de buscador de la Home
|--------------------------------------------------------------------------
 */
/*
|--------------------------------------------------------------------------
| Servicios de la home
|--------------------------------------------------------------------------
 */
/*
|--------------------------------------------------------------------------
| Botones grandes de la home
|--------------------------------------------------------------------------
 */
/*
|--------------------------------------------------------------------------
| Subastas Permanentes
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Subastas en Sala
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Newsletter Home
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Paginador
|--------------------------------------------------------------------------
 */
body {
  font-family: 'Titillium Web', sans-serif;
  color: #2b373a;
  background: white !important;
}

a:hover, a .active, a:active, a .focus, a:focus, a .active.focus, a .active:focus {
  outline: 0 !important;
  text-decoration: none !important; }

.popover {
  font-family: 'Titillium Web', sans-serif; }

.separador-footer {
  padding-top: 20px;
  background-color: #f5f5f5;
  /* Botones principales */ }

.btn-primary {
  background-color: #283747 !important;
  border-color: #283747 !important;
  color: #fff !important;
  transition: 0.5s; }
  .btn-primary:hover, .btn-primary .active, .btn-primary:active, .btn-primary .focus, .btn-primary:focus, .btn-primary .active.focus, .btn-primary .active:focus {
    background-color: #a37a4c !important;
    border-color: #a37a4c !important;
    color: white !important;
    transition: 0.5s;
    /* Botones grandes */ }
  .btn-primary.btn-lg {
    width: 170px;
    background: #9E9E9E;
  }

.btn-secondary {
  background-color: #2b373a !important;
  border-color: #2b373a !important;
  color: #fff !important;
  transition: 0.5s; }
  .btn-secondary:hover, .btn-secondary .active, .btn-secondary:active, .btn-secondary .focus, .btn-secondary:focus, .btn-secondary .active.focus, .btn-secondary .active:focus {
    /*border-color: $main_color !important;*/
    background-color: #2b373a !important;
    color: #bf9814 !important;
    transition: 0.5s;
    /* Botones grandes */ }
  .btn-secondary.btn-lg {
    width: 170px; }

.navigation {
  margin-top: 20px; }
  .navigation a.pull-right i {
    margin-left: 5px; }
  .navigation a.pull-left i {
    margin-right: 5px; }

  .txttt{
  font-size: 21px;
  font-weight: bold;
  padding: 20px 0;
  color: #2b373a;
}

.btn-danger {
  background-color: #c30e16 !important;
  border-color: #c30e16 !important;
  color: #fff !important; }
  .btn-danger:hover, .btn-danger .active, .btn-danger:active, .btn-danger .focus, .btn-danger:focus, .btn-danger .active.focus, .btn-danger .active:focus {
    background-color: transparent !important;
    border-color: #c30e16 !important;
    color: #c30e16 !important;
    transition: 0.5s; }

.btn-group-xs > .btn, .btn-xs {
  padding: 2px 16px;
  font-weight: 700;
  font-size: 12px;
  outline: 0 !important;
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 0;
}

.contrast-color {
  color: #fff; }

.main-color {
  color: #bf9814; }

.own_box {
  display: none;
  position: absolute;
  background: #fff;
  padding: 15px;
  z-index: 99999;
  border: 1px solid #2b373a;
  max-width: 300px;
  /*
|--------------------------------------------------------------------------
| Títulos de la home
|--------------------------------------------------------------------------
*/ }
  .own_box.ob_disp {
    display: block;
    border-top: 5px solid #a37a4c;
    border-left: 1px solid #a37a4c;
    border-right: 1px solid #a37a4c;
    border-bottom: 1px solid #a37a4c;
    box-shadow: none;

  }
  .own_box:before {
 }

.container #title {
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 0;
  /* Flechas de control */
  padding-right: 15px; }
  .container #title .control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    background-color: #bf9814;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .container #title .control:first-child {
      margin-left: 8px; }
  .container #title .bordered {
    border-left: 6px solid #bf9814;
    height: 100%;
    height: 62px;
    padding-left: 15px; }
  .container #title h3 {
    color: #2b373a;
    margin: 0;
    line-height: 62px;
    font-weight: bold;
    font-size: 22px;
    display: inline-block; }
  .container #title .hora_general {
    float: right; }

.opacity {
  filter: alpha(opacity=50);
  opacity: 0.5;
  /*
|--------------------------------------------------------------------------
| Encabezados secciones
|--------------------------------------------------------------------------
*/ }

.enc {
  background-color: #bf9814;
  padding: 20px 0;
  /*
|--------------------------------------------------------------------------
| Modulo contenido single
|--------------------------------------------------------------------------
*/ }
  .enc h1 {
    color: #fff; }
  .enc .breadcrumb {
    padding-top: 30px;
    background-color: transparent; }
    .enc .breadcrumb li.active, .enc .breadcrumb a {
      color: #fff;
      font-weight: bold; }

.content_box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ebebeb;
  margin: 20px 0;
  /*
|--------------------------------------------------------------------------
| Modulos sidebar
|--------------------------------------------------------------------------
*/ }

.aside {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 20px;
  margin: 20px 0 0 0;
  overflow: hidden; }
  .zone-user .aside {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden; }
  .aside h2 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb; }
  .aside ul.redes {
    margin: 0;
    padding: 0; }
  .aside ul.redes li {
    list-style: none;
    display: inline-block;
    margin-right: 4px; }
    .aside ul.redes li a {
      color: #313131; }
    .aside ul.redes li a:hover {
      color: #bf9814; }

.loader {
  /* Light grey */
  border: 8px solid #f5f5f5;
  /* Blue */
  border-top: 8px solid #747474;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.8s linear infinite;
  margin: auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

#filter_order_by {
  /*margin-top: 14px;*/
  float: right;
  margin-top: -48px;
  text-align: right;
  margin-right: 15px;

}
  #filter_order_by label {
    display: inline-block;
    margin-right: 5px; }
  #filter_order_by .form-group {
    margin: 0;
    margin-left: 15px; }
  #filter_order_by input {
    max-width: 60px;
    margin-right: 10px;
    text-align: right; }

#fbShareBtn {
  background: #fff;
  color: #3b5998; }
  #fbShareBtn:hover {
    background: #3b5998;
    color: #fff;
    transition: 0.5s; }

#twShareBtn:hover {
  background: #337ab7;
  color: #fff;
  transition: 0.5s; }

.social_button {
  float: left;
  cursor: pointer;
  padding: 2px 4px 0;
  border-radius: 3px;
  transition: 0.5s;
  border: 1px solid #ebebeb;
  margin-right: 10px; }
  .social_button i {
    font-size: 30px; }

body.bg_login {
  background-image: url('/themes/default/img/img-login.jpg');
  background-size: cover;
  background-repeat: no-repeat; }
  body.bg_login > .container {
    margin-top: 50px; }
    body.bg_login > .container #login h1 {
      margin: 20px 0 50px; }
      body.bg_login > .container #login img {
        margin-bottom: 40px; }
      body.bg_login > .container #login img.logo {
        margin-top: 40px; }
      body.bg_login > .container #login #login_box {
        width: 250px; }
      body.bg_login > .container #login .bglogin {
        background-color: #fff;
        padding: 10px 30px;
        min-height: 400px; }
      body.bg_login > .container #login form {
        margin-bottom: 40px; }
  body.bg_login #p_recovery {
    text-align: center;
    display: block;
    margin: 20px 0; }
  body.bg_login .alert {
    text-align: center; }
  body.bg_login .form-select-control-feedback {
    position: absolute;
    top: 0;
    right: 20;
    z-index: 2;
    display: block;

    text-align: center;
    pointer-events: none; }

#password_recovery form {
  margin-bottom: 5px !important; }
  #password_recovery form label {
    text-align: center;
    display: block;
    margin-bottom: 20px; }
  #password_recovery form .acenter {
    text-align: center;
    margin-top: 5px; }

header .btn-register {
  margin-left: 20px;
    margin-left: 20px;
    padding: 10px 30px;
    border-radius: 0;
}
  header > nav.navbar.first {
    background: white;
    border-radius: 0 !important;
    min-height: 100%;

    border: 0 !important;
    margin: 0; }
  header > nav.navbar.first .navbar-brand {
    height: inherit;
    color: #2b373a;
  }

/*AUDIO*/
.audio{
	border: 2px solid black;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audio-btn{
	cursor: pointer;
    max-height: 75%;
}

  @media (max-width: 768px) {
      header > nav.navbar.first .navbar-nav {
        width: 100%;
        margin: auto; } }
    header > nav.navbar.first .navbar-nav > li > .user_section {
      line-height: 100px; }
      @media (max-width: 768px) {
    header > nav.navbar.first .navbar-nav > li > .user_section {
      text-align: center; } }
      header > nav.navbar.first .navbar-nav > li > .user_section .group {
        float: left;
        margin-right: 30px; }
        @media (max-width: 768px) {
    header > nav.navbar.first .navbar-nav > li > .user_section .group {
      margin: 0; } }
        header > nav.navbar.first .navbar-nav > li > .user_section .group a {
          margin-right: 10px;
            margin-right: 10px;
            padding: 10px 30px;
            border-radius: 0;
        }
        header > nav.navbar.first .navbar-nav > li > .user_section .group:last-child {
          margin-right: 0; }
        header > nav.navbar.first .navbar-nav > li > .user_section .group .open_own_box {
          color: #6f7d80;
          cursor: pointer;
          top: 1px;
          font-size: 22px;
          position: relative; }
          header > nav.navbar.first .navbar-nav > li > .user_section .group .open_own_box .main_icon {
            transition: 0.5s; }
            header > nav.navbar.first .navbar-nav > li > .user_section .group .open_own_box .main_icon:hover {
              color: #bf9814;
              transition: 0.5s; }
            header > nav.navbar.first .navbar-nav > li > .user_section .group .open_own_box .main_icon:after {
              content: url("img/dropdown_arrow.png");
              float: right;
              margin-left: 5px;
              margin-top: -5px; }
          header > nav.navbar.first .navbar-nav > li > .user_section .group .open_own_box .info {
            position: absolute;
            top: -3px;
            left: -6px;
            border-radius: 4px;
            font-size: 12px;
            padding: 2px 6px;
            color: #fff;
            background: #c30e16; }
          header > nav.navbar.first .navbar-nav > li > .user_section .group .open_own_box.opened .main_icon {
            color: #bf9814; }
        @media (max-width: 768px) {
      header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified {
        display: none; } }
          header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified > div {
            display: inline; }
            header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified > div.u_data {
              left: 8px;
              top: -8px;
              padding-right: 8px;
              width: 200px;
              float: right;
              padding-left: 10px; }
              header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified > div.u_data .u_name {
                color: #fff;
                font-weight: 700;
                width: 200px;
                height: 20px;
                margin-top: -10px; }
              header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified > div.u_data .u_verified {
                left: 0;
                top: -20px;
                font-weight: 600;
                color: #bf9814;
                width: 200px;
                display: inline-block; }
                header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified > div.u_data .u_verified span {
                  font-size: 18px; }
                  header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified .img_verified > span {
                    border: 4px solid #bf9814;
                    border-radius: 255px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    position: relative;
                    top: 4px; }
            header > nav.navbar.first .navbar-nav > li > .user_section .group.user_verified .img_verified i {
              font-size: 25px;
              font-weight: 400;
              color: #237201;
              background: #fff;
              border-radius: 255px;
              padding: 8px 8px 8px 10px;
              border: 4px solid #2b373a; }
  header > nav.navbar.first .navbar-right {
    height: 100px;
    overflow: hidden;
  width: 350px;}
  header .busqueda-top {
    position: absolute;
    right: 0px; }
  header .busqueda-top input[name='texto'] {
    min-width: 210px !important; }

.list_box .lb_title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0; }
  .list_box .lb_item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
    display: block;
    color: #2b373a; }
  .list_box .lb_item .block {
    overflow: hidden; }
  .list_box .lb_item:last-child {
    border-bottom: 0; }
  .list_box .lb_item .icon i {
    margin-top: 4px;
    font-size: 16px; }
  .list_box .lb_item .status {
    margin: 0 20px 0 10px;
    font-size: 15px;
    line-height: 25px; }
  .list_box .lb_item .time {
    font-size: 11px;
    line-height: 25px; }
  .list_box .lb_item .desc {
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px; }
  .list_box#fav_box i {
    color: #ff0030; }
  .list_box#notification_box i.danger {
    color: #c30e16; }
  .list_box#notification_box i.ok {
    color: #237201; }

.navbar.menu {
  margin: 0;
  background: #fff;
  border: 0;
  box-shadow: none; }
  .navbar.menu .navbar-right .input-group {
    height: 70px; }
    .navbar.menu .navbar-right .input-group input {
      margin-top: 15px;
      border-right: 0;
      border: 1px solid #ebebeb;
      box-shadow: none;
      border-radius: 20px 0 0 20px;
      height: 40px;
      padding: 6px 20px;
      min-width: 290px; }
      .navbar.menu .navbar-right .input-group input:focus {
        z-index: 2;
        box-shadow: none;
        outline: none;
        border: 1px solid #ebebeb; }

	@media (max-width: 992px) {

		.navbar.menu .navbar-right .input-group input {
      		min-width: 100px;
      		width: 100px;
		}

		header.enc h3{
			margin-top: 5px;
		}

		.auction_number{
			text-align: left;
		}


	}


      @media (max-width: 768px) {
    .navbar.menu .navbar-right .input-group input {
      min-width: 100%;
      width: 100%; } }
    .navbar.menu .navbar-right .input-group span button {
      border-radius: 255px;
      padding: 0;
      width: 40px;
      height: 40px;
      margin-left: -15px;
      border: 1px solid #535d5f;
      background: #535d5f;
      color: #fff;
      transition: 0.5s; }
      .navbar.menu .navbar-right .input-group span button:hover {
        background: #fff;
        color: #2b373a;
        transition: 0.5s; }
      .navbar.menu .navbar-right .input-group span button:focus {
        outline: 0;
        border: 0; }
  .navbar.menu .navbar-collapse {
    position: relative;
    padding-left: 0; }
  @media (max-width: 768px) {
    .navbar.menu .navbar-collapse {
      padding: 0; } }
  .navbar.menu .nav > li, .navbar.menu .dropdown, .navbar.menu .dropup {
    position: inherit; }
  .navbar.menu .nav > li a {
    padding-left: 25px;
    padding-right: 25px; }
  @media (max-width: 1200px) {
    .navbar.menu .nav > li a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 13px; } }
  @media (max-width: 768px) {
    .navbar.menu .navbar-nav {
      margin: 0; } }
  .navbar.menu .navbar-nav > li.active {
    /*&:last-child a{
				@media (max-width: $screen-sm-min) {
					border-bottom: 0;
				}
			}*/ }
    .navbar.menu .navbar-nav > li.active a {
      background-color: #bf9814;
      color: #fff; }
    .navbar.menu .navbar-nav > li > a {
      height: 70px;
      line-height: 40px;
      font-weight: 14px;
      text-transform: uppercase;
      color: #2b373a;
      font-weight: bold;
      transition: 0.5s;
      background: #fff;
      border-right: 1px solid #ebebeb; }
    @media (max-width: 768px) {
      .navbar.menu .navbar-nav > li > a {
        border-right: 0;
        border-bottom: 1px solid #ebebeb;
        height: 60px; } }
    .navbar.menu .navbar-nav > li > a:hover, .navbar.menu .navbar-nav > li > a:focus, .navbar.menu .navbar-nav > li > a:active {
      background: #bf9814;
      color: #fff;
      transition: 0.5s; }
  .navbar.menu .container .navbar-header {
    margin-left: -15px;
    margin-right: -15px; }
  .navbar.menu li > .dropdown-menu {
    background: #2b373a;
    margin-top: 1px; }
  @media (max-width: 768px) {
    .navbar.menu li > .dropdown-menu {
      margin-top: 0; } }
  .navbar.menu .mega-dropdown-menu {
    padding: 0px 0px 25px 0px !important;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    padding: 0; }
  .navbar.menu .mega-dropdown-menu > li > ul {
    padding: 15px 0 0 0;
    margin: 0; }
  .navbar.menu .mega-dropdown-menu > li:nth-child(5) {
    clear: left; }
  .navbar.menu .mega-dropdown-menu > li > ul > li {
    list-style-type: none !important; }
  .navbar.menu .mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #b2b2b2;
    white-space: normal; }
    .navbar.menu .mega-dropdown-menu > li > ul > li > a i {
      font-weight: 300;
      font-size: 10px;
      margin-right: 5px; }
  .navbar.menu .mega-dropdown-menu .dropdown-header a {
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    color: #fff; }
  .navbar.menu .mega-dropdown-menu .dropdown-header a:hover {
    text-decoration: none;
    color: #bf9814;
    background: #fff; }
  .navbar.menu .mega-dropdown-menu > .dropdown-header a {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    color: #ffc000; }
  .navbar.menu .mega-dropdown-menu > .dropdown-header a:hover {
    text-decoration: none;
    background: none; }
  .navbar.menu .mega-dropdown-menu form {
    margin: 3px 20px; }
  .navbar.menu .mega-dropdown-menu .form-group {
    margin-bottom: 3px; }

#myCarouselHC .card.item {
  margin-top: 30px; }

.permanentAuctions.home.hc {
  padding-top: 0; }

#panel {
  padding: 62px;
  background: #f5f5f5; }
  #panel #title {
    margin-bottom: 30px; }
  #panel .c_bordered {
    border: 1px solid #ebebeb;
    text-align: center;
    height: 220px;
    background: #fff;
    display: block;
    color: #2b373a;
    cursor: pointer;
    /*.modal-dialog{
		position: relative;
	  	top: 50%;
	  	transform: translateY(-50%);
	  	height: 100%;
	}*/ }
  #panel .c_bordered:hover {
    background: #ebebeb;
    border: 1px solid #2b373a; }
  #panel .c_bordered > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    #panel .c_bordered > div i {
      font-size: 60px; }
    #panel .c_bordered > div p {
      font-size: 20px;
      font-weight: 700;
      margin-top: 10px; }
  #panel .modal-content {
    max-height: 90%;
    overflow-y: scroll; }
  #panel .modal-content .loader {
    margin: 50px auto; }
  #panel .sub_panel {
    padding: 20px;
    padding-bottom: 0; }
  #panel .sub_panel .table {
    margin-bottom: 0; }
  #panel .sub_panel .bids_img {
    height: 60px;
    text-align: center; }
    #panel .sub_panel .bids_img img {
      max-height: 60px;
      max-width: 100%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  #panel .sub_panel th.center {
    text-align: center; }
  #panel .sub_panel .center-pag {
    text-align: center; }
  #panel .sub_panel .close-modal {
    margin: 15px 0; }

#modalAjax .modal-dialog {
  width: inherit !important; }
  #modalAjax .modal-title {
    font-size: 20px;
    font-weight: 700; }
  #modalAjax .close {
    color: #c30e16;
    opacity: 0.5; }
  #modalAjax .close:hover {
    opacity: 1; }

#contact {
  background-color: #f5f5f5;
  /* #contact{ background: $main_color; }
#contact .test{ color: $second_color; }
#contact .test:hover{ background: $contrast_color; }
#contact.hola{font-family: $main_font;} */ }
  #contact .test {
    color: #2b373a; }
  #contact .test:hover {
    background: #fff; }
  #contact.hola {
    font-family: 'Titillium Web', sans-serif; }

#about {
  background-color: #f5f5f5; }
  #about ul.links {
    margin: 0;
    padding: 0; }
  #about ul.links li {
    list-style: none; }
  #about ul.links li a {
    color: #313131; }
  #about ul.links li a:hover {
    text-decoration: underline !important; }
  #about .content_box img {
    margin-bottom: 30px; }
  #about .content_box p {
    text-align: justify; }

#list .permanentAuctions {
  padding-bottom: 98px; }

#ficha {
  background-color: #f5f5f5; }
  #ficha .ficha-btn-comprar {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }
  #ficha .enc {
    margin-bottom: 30px; }
  #ficha .noti {
    padding: 20px 0 0; }
  #ficha .content_box img {
    /*margin-bottom: 40px;*/
    border: 1px solid #ebebeb; }
  #ficha .content_box h2 {
    font-weight: bold; }
  #ficha p.noup, #ficha .checkbox {
    margin-bottom: 20px;
    position: static; }
  #ficha .btn-custom-up {
    padding-left: 29px;
    padding-right: 29px; }
  #ficha .btn-custom-save {
    background-color: #117864;
    border-color: #117864;
    border-radius: 0;
    color: #fff;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 18px;
	font-weight: bold; }
#ficha .user-higher-bidder hr{
	margin: 0;
    height: 1px;
    border: 0;
    background-color: #ffffff7d;
}

  #ficha .input-group {
    margin-top: 20px; }
  #ficha .fa-red {
    color: red; }
  #ficha ul.date {
    margin: 0;
    padding: 0; }
  #ficha h3.more {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0; }
  #ficha p.price {
    font-weight: bold;
    margin-top: 10px; }
  #ficha ul.date li {
    list-style: none;
    margin-bottom: 10px; }
  #ficha .salida {

    color: #58585a;

    font-weight: bold;
    padding: 5px 0;
    font-size: 20px; }
    #ficha .actual {
     margin-bottom: 10px;
    color: #58585a;
    font-weight: bold;
    padding: 5px;
    font-size: 20px; }
  #ficha .salida small {
    font-size: 20px; }
  #ficha .imprimir {
    text-align: center;
    padding: 5px;
    margin-top: 15px; }
  #ficha .imprimir label {
    cursor: pointer; }

.modal-block .txt_loading, .modal-block .insert_msg {
  font-size: 15px;
  font-weight: bold; }



footer {
  background: #2b373a;
  width: 100%;
  padding-top: 50px; }
  footer .footer_logo {
    display: block;
    margin-top: -7px; }
  footer .info {
    margin-top: 20px; }
  footer .info p {
    color: #b2b2b2;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 20px; }
  footer .stats {
    margin-top: 20px; }
  footer .stats p {
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 15px;
    font-size: 13px; }
    footer .stats p i {
      font-size: 18px;
      float: left;
      margin-top: -3px;
      width: 15px;
      text-align: center; }
    footer .stats p span {
      color: #bf9814;
      margin-left: 8px; }
  footer .footer_social {
    margin-top: 20px; }
  footer .footer_social a {
    color: #fff;
    margin-right: 20px; }
  footer .footer_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 39px; }
  footer ul.footer_list {
    padding-left: 15px;
    margin: 0; }
  footer ul.footer_list li {
    color: #bf9814;
    padding-left: 2px;
    margin-bottom: 10px; }
    footer ul.footer_list li a {
      color: #b2b2b2;
      font-weight: 600;
      transition: 0.5s;
      line-height: 20px;
      font-size: 13px; }
    footer ul.footer_list li a:hover {
      transition: 0.5s;
      color: #fff; }
  footer #rights_bar {
    height: 50px;
    background: #21282a;
    width: 100%;
    margin-top: 50px;
    padding-top: 15px; }
  footer #rights_bar p {
    color: #b2b2b2;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600; }
    footer #rights_bar p span {
      color: #bf9814; }

#slider .item img, #slider {
  width: 100%;
  margin: 0 auto;
  height: 650px;
  /* Opacidad oscura encima del slider */ }

.darkbg {
  width: 100%;
  height: 100%;
  background: #1a2022;
  z-index: 1;
  position: absolute;
  opacity: 0.64; }

.carousel-inner {
  position: relative; }

.carousel-control {
  z-index: 2;
  /*
|--------------------------------------------------------------------------
| Contenido en formato texto del slider
|--------------------------------------------------------------------------
 */
  /* Centrado vertical con contenido */ }

.sliderText {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%; }
  .sliderText .title {
    font-size: 18px;
    color: #fff; }
  .sliderText .content {
    font-size: 48px;
    color: #fff; }
  .sliderText .date {
    font-size: 18px;
    color: #fff; }
  .sliderText .resaltar {
    color: #bf9814; }
  .sliderText .contact {
    margin-top: 42px; }

#search {
  /*max-width: 970px;*/
  min-height: 122px;
  background: #2b373a;
  padding: 38px;
  text-align: center;
  z-index: 3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* medidas de la barra de búsqueda */ }
  #search .input {
    font-size: 14px; }
  @media (max-width: 992px) {
  #search input {
    width: 100%; } }
  @media (min-width: 992px) {
  #search {
    /* boton interno del select menu */ }
    #search input {
      width: 48%;
      /*max-width: 437px;*/
      border-radius: 0;
      border-right: none;
      -webkit-border-top-left-radius: 4px !important;
      -webkit-border-bottom-left-radius: 4px !important;
      -moz-border-radius-topleft: 4px !important;
      -moz-border-radius-bottomleft: 4px !important;
      border-top-left-radius: 4px !important;
      border-bottom-left-radius: 4px !important;
      border: none; }

    #search .homeSearch {
      width: 30%;
      /*max-width: 233px;*/
      margin-right: 2%;
      border-radius: 0;
      -webkit-border-top-right-radius: 4px !important;
      -webkit-border-bottom-right-radius: 4px !important;
      -moz-border-radius-topright: 4px !important;
      -moz-border-radius-bottomright: 4px !important;
      border-top-right-radius: 4px !important;
      border-bottom-right-radius: 4px !important;
      border: none;
      border-left: 1px solid #e1e1e1; }
      #search .homeSearch button, #search .homeSearch button:hover, #search .homeSearch button:focus {
        border: 0;
        width: 100%;
        background: none;
        /* Color del separador */ }

    #search .searchFormGroup {
      margin-left: -6px; } }
  #search button {
    height: 100%; }



@media (max-width: 992px) {
  #search {
    margin-top: 0px; }
    #search input {
      margin-bottom: 20px; }
    #search .search-btn {
      margin-top: 20px; } }

.services {
  text-align: center;
  margin-top: 62px;
  /*
 	.serviceImg {
 		width:140px;
 		height:140px;
 		display: block;
 		margin: 0 auto;
 		border:10px solid transparent;
 		padding: 5px;
 		background: gray;
 		line-height: 140px;
 	}

 	.serviceImg:hover {
 		border:10px solid $main_color;
 		padding: 5px;
 	}
 	*/
  margin-bottom: 62px;
  /* Effect 1 */ }
  .services h2 {
    color: #2b373a;
    font-size: 24px; }

.hi-icon-effect-1 .hi-icon {
  background: #2b373a !important;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 10px;
  box-shadow: 0 0 0 10px #bf9814 !important;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0; }

.hi-icon-effect-1a .hi-icon {
  color: #bf9814 !important;
  /*
Effect 1a
Fondo en hover
*/ }

.hi-icon-effect-1a .hi-icon:hover {
  background: #2b373a !important;
  color: white !important; }

.hi-icon-effect-1a a {
  text-decoration: none; }

.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  /* Tipos de Iconos */ }

.hi-icon-lock:before {
  content: "\f023";
  line-height: 140px;
  font-size: 74px !important; }

.hi-icon-fa-thumbs-o-up:before {
  content: "\f087";
  line-height: 140px;
  font-size: 74px !important; }

.hi-icon-fa-diamond:before {
  content: "\f219";
  line-height: 140px;
  font-size: 74px !important; }

.hi-icon-fa-gift:before {
  content: "\f06b";
  line-height: 140px;
  font-size: 74px !important; }

.bigButtons {
  text-align: center;
  background-color: #2b373a;
  margin-top: 62px;
  min-height: 360px;
  color: white; }
  .bigButtons h2 {
    color: #fff;
    font-size: 24px; }
  .bigButtons .fa-icon {
    color: #bf9814; }
  .bigButtons h1 {
    margin-bottom: 40px;
    font-size: 48px; }
  .bigButtons .col {
    background-color: #2b373a;
    padding: 60px;
    /* Hover de la columna */ }
  .bigButtons .stage2 {
    background-color: #bf9814; }
  .bigButtons .stage2 .btn-primary {
    background-color: #2b373a !important; }
  .bigButtons .stage2 .fa-icon {
    color: #fff; }
  .bigButtons .stage2 .main-color {
    color: #fff; }

.permanentAuctions {
  padding: 62px 0;
  background-color: #f5f5f5;
  position: relative; }
  .permanentAuctions .hora_general {
    margin: 0; }
  .permanentAuctions .hora_general .timeLeft {
    font-size: 18px; }
  .permanentAuctions .hora_general.tipo_w {
    position: absolute;
    width: 100%;
    top: 15px; }
    .permanentAuctions .hora_general.tipo_w .timeLeft {
      text-align: center; }
  .permanentAuctions label {
    font-weight: 400; }
  .permanentAuctions .timeLeft {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    line-height: 36px; }
  .permanentAuctions .timeLeft .timer {
    margin-left: 5px;
    line-height: 36px; }
  .permanentAuctions .timeLeft .clock {
    margin-left: 5px;
    line-height: 36px; }
  .permanentAuctions .timeLeft .clock:before {
    content: '\f017';
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: normal; }
  .permanentAuctions .timeLeft .stop_timer {
    text-align: center; }
  .permanentAuctions #subastas {
    padding: 0; }
  .permanentAuctions #content .item {
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 5px 20px;
    height: 430px; }
    .permanentAuctions #content .item.busted {
      outline: 2px solid #bf9814;
      box-shadow: 0px 0px 10px #bf9814; }
    .permanentAuctions #content .item.type_w {
      height: 380px; }
    .permanentAuctions #content .item .label-danger {
      z-index: 1; }
    .permanentAuctions #content .item .content {
      padding-left: 6px;
      padding-right: 6px; }
    .permanentAuctions #content .item .itemImg {
      max-height: 150px; }
    .permanentAuctions #content .item .favorites{
        float: left;
        position: absolute;
        top: 45px;
        left: 255px;
    }
    .permanentAuctions #content .item .label_lote_on_line
    {
        position: absolute;
        float: left;
        top: 45px;
        left: 25px;
        background-color: #ffc000;
        color: white;
        font-weight: bold;
        font-size: 9px;
        padding: .2em .6em .3em;
        border-radius: .25em;
    }
    .permanentAuctions #content .item .label_lote_gallery
    {
        position: absolute;
        float: left;
        top: 240px;
        left: 255px;


    }
    .permanentAuctions #content .item .img {
      text-align: center;
      position: relative;
      height: 240px;
      overflow: hidden;
      /* label de tipo de subasta */ }
    .permanentAuctions #content .item .img .options {
      display: none;
      /* Hover del item con más opciones */ }
    .permanentAuctions #content .item .img .overlay {
      background-color: #366;
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0.5; }
    .permanentAuctions #content .item .img .controls {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10; }
      .permanentAuctions #content .item .img .controls .icon {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        background-color: red;
        margin-left: 10%;
        margin-right: 10%; }
      .permanentAuctions #content .item .img .controls .col-left, .permanentAuctions #content .item .img .controls .col-right {
        text-align: center;
        width: 50%;
        height: 100%;
        float: left; }
      .permanentAuctions #content .item .img .controls .vcenter {
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        height: 66px; }
      .permanentAuctions #content .item .img .controls .text {
        margin-top: 6px;
        font-weight: bold;
        color: #fff; }
      .permanentAuctions #content .item .img .controls .col-left .bid {
        background-color: #bf9814;
        cursor: pointer;
        transition: 0.5s;
        border: 1px solid #bf9814; }
        .permanentAuctions #content .item .img .controls .col-left .bid:before {
          font-family: 'FontAwesome';
          content: '\f0e3';
          color: #fff;
          font-size: 20px;
          line-height: 40px; }
        .permanentAuctions #content .item .img .controls .col-left .bid:hover {
          background-color: #fff;
          transition: 0.5s; }
          .permanentAuctions #content .item .img .controls .col-left .bid:hover:before {
            color: #bf9814;
            transition: 0.5s; }
      .permanentAuctions #content .item .img .controls .col-right .fav {
        background-color: #ff0030;
        border: 1px solid #ff0030;
        cursor: pointer;
        transition: 0.5s; }
        .permanentAuctions #content .item .img .controls .col-right .fav:before {
          font-family: 'FontAwesome';
          content: '\f004';
          color: #fff;
          font-size: 20px;
          line-height: 42px; }
        .permanentAuctions #content .item .img .controls .col-right .fav:hover {
          background-color: #fff;
          transition: 0.5s; }
          .permanentAuctions #content .item .img .controls .col-right .fav:hover:before {
            color: #ff0030;
            transition: 0.5s; }
    .permanentAuctions #content .item .img img {
      max-width: 100%;
      max-height: 225px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .permanentAuctions #content .item .label {
      position: absolute;
      /*
				bottom: -8px;
				left: -10px;
				*/
      background-color: #ffc000; }
    .permanentAuctions #content .item .title h4 {
      font-weight: bold;
      margin-bottom: 5px;
      margin-top: 10px;
      min-height: 51px;
      max-height: 51px;
      font-size: 15px;
      overflow: hidden;
    }
    .permanentAuctions #content .item .title h4 a {
      color: #2b373a; }
    .permanentAuctions #content .item .description {
      font-size: 12px;
      margin-bottom: 5px; }
    .permanentAuctions #content .item .lot-prices {
        min-height: 58px;
        max-height: 58px;
    }
    .permanentAuctions #content .item .bid {
      color: #bf9814;
      font-size: 12px;
      line-height: 29px; }
    .permanentAuctions #content .item .price {
      font-size: 20px;
      font-weight: bold; }
    .permanentAuctions #content .item .separator {
      margin: 10px 0 10px 0; }
  .permanentAuctions .no-pright {
    padding-right: 0; }
  @media (max-width: 768px) {
    .permanentAuctions .no-pright {
      padding-right: 15px; } }
  .permanentAuctions .no-pright .filters_box {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #ebebeb;
    padding: 15px; }
    .permanentAuctions .no-pright .filters_box #filter_main .block_filters {
      margin-bottom: 40px; }
      .permanentAuctions .no-pright .filters_box #filter_main .block_filters.families input {
        margin-right: 10px; }
        .permanentAuctions .no-pright .filters_box #filter_main .block_filters.families .checkbox {
          display: block; }
        .permanentAuctions .no-pright .filters_box #filter_main .block_filters.families label {
          margin-bottom: 5px; }
      .permanentAuctions .no-pright .filters_box #filter_main .block_filters.materials .form-group, .permanentAuctions .no-pright .filters_box #filter_main .block_filters.materials select {
        width: 100%; }
        .permanentAuctions .no-pright .filters_box #filter_main .block_filters.materials select {
          margin-bottom: 10px; }
      .permanentAuctions .no-pright .filters_box #filter_main .block_filters .f_title {
        font-weight: 700;
        text-align: center;
        border-bottom: 1px solid #ebebeb; }
      .permanentAuctions .no-pright .filters_box #filter_main .block_filters input {
        padding-right: 10px;
        text-align: right; }
  .permanentAuctions .no-pright .tcenter {
    text-align: center; }

.historico .card {
  height: 250px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebebeb; }
  .historico .card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .historico .card .img {
    /*position: relative;
			top: 50%;
			transform: translateY(-50%);
			*/
    height: 155px;
    filter: blur(1px) sepia(100%) grayscale(100%); }
  .historico .card h3 {
    width: 100%;
    text-align: center; }

.undefined {
  transform: scale(2);
  box-shadow: 0 0 5px #000;
  border: 1px solid #000 !important; }

.auctionRoom {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f5f5f5; }
  .auctionRoom .carousel-inner .wrap-item .item {
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 5px; }
    .auctionRoom .carousel-inner .wrap-item .item img {
      width: 100%; }

section.newsletter {
  background-color: #bf9814; }
  section.newsletter .icon {
    background-color: #2b373a;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px; }
  section.newsletter .content {
    color: #fff;
    font-size: 13px; }
    section.newsletter .content h3 {
      font-size: 24px;
      font-weight: bold;
      padding: 0px 0px 0px; }
    section.newsletter .content .box {
      display: table-cell;
      vertical-align: middle;
      height: 150px;
      width: 100%; }
    section.newsletter .content .box .text {
      font-weight: 600; }
    section.newsletter .content .box .input-group input, section.newsletter .content .box .input-group button {
      font-size: 14px; }
      section.newsletter .content .box .input-group button {
        font-weight: bold;
        line-height: 24px; }
      section.newsletter .content .box .input-group button:hover, section.newsletter .content .box .input-group button:focus {
        background: #2b373a !important; }


#ficha .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%; }
  #ficha .img-lot {
    max-height: 420px;
    position: relative;
    width: auto;

    /* ficha buscador imagen */ }
  #ficha .img2 {
    text-align: center;
    position: relative;
    height: 157px;
    overflow: hidden;
    width: 100%; }
  #ficha .img-lot2 {
    max-height: 150px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  #ficha .pujas {
    margin-top: 0; }
  #ficha .pujas .licitadorPuja {
    font-weight: bold; }
  #ficha .ol .licitadorOrden {
    font-weight: bold; }
  #ficha h2 {
    font-size: 18px; }
  #ficha .tipoPuja p, #ficha .importePuja p {
    margin-bottom: 1px; }
  #ficha .search-lot {
    width: 190px;
    position: absolute;
    top: 33px;
    right: 33px; }
  #ficha .mensajesSala h4 {
    text-align: center; }
  #ficha .mensajesSala ul {
    list-style: none; }
  #ficha .mensajes_chat {
    max-height: 100px;
    border: 1px solid red; }




  #ficha #pujas_list, #ficha #ol_list {
    overflow: auto;
    height: 130px; }


    #ficha .zone-user #pujas_list,
     #ficha .zone-user #ol_list,
     #ficha .zone-user .tabs-favorites-content {
      overflow: auto;
      height: 145px; }




      #ficha .zone-user #ol_list
 {
        overflow: auto;
        height: 244px; }


        #ficha .zone-user #pujas_list {
          overflow: auto;
          height: 160px;
      }

  #ficha .adjudicaciones_model p {
    margin: 0; }
  #ficha .informacion_sub {
    /*.listaLotes {

		img {
			width: 150px;
			height: 150px;
			display: inline;
		}
		h4 {
			display: inline;
		}
	}*/ }
  #ficha .informacion_sub p {
    margin-bottom: 0; }
  #ficha .msj {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: bold;
    padding-top: 8px; }
  #ficha .panel-primary > .panel-heading .badge {
    background-color: red;
    color: #fff; }
  #ficha .chat {
    list-style: none;
    margin: 0;
    padding: 0; }
  #ficha .panel-primary {
    border-color: #ebebeb; }
  #ficha .panel-primary > .panel-heading {
    background-color: #fff;
    border-color: #ebebeb;
    color: #2b373a; }
  #ficha .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ebebeb; }
  #ficha .chat li.right .chat-body {
    margin-right: 60px; }
  #ficha .chat li .chat-body p {
    margin: 0;
    color: #777; }
  #ficha .panel .slidedown .glyphicon, #ficha .chat .glyphicon {
    margin-right: 5px; }
  #ficha .panel-body {
    /*height: 310px;*/
    overflow-y: scroll;
    height: 165px; }



    #ficha .zone-user .panel-body {
      /*height: 310px;*/
      overflow-y: scroll;

      height: 156px;
      border: 0;
    }



  #ficha ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5; }
  #ficha ::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5; }
  #ficha ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555; }
  #ficha #actual_max_bid.mine {
    color: #5cb85c; }
  #ficha #actual_max_bid.other {
    color: #d9534f; }
    #ficha .btn-custom-save {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 92px;
      border-radius: 6px;
      padding: 5px;
      font-weight: 600;
      border-radius: 6px;
      font-size: 20px;
      /*
      font-size: 25px;
      padding: 10px;
      */
      padding: 10px 0;
    }
  #ficha #controles_gestor_box {
    position: fixed;
    left: -250px;
    top: 45%;
    transform: translateY(-50%);
    width: 250px;
    border: 1px solid #2b373a;
    border-left: 0;
    transition: 1s;
    padding: 10px;
    z-index: 10;
    background: #fff; }
  #ficha #controles_gestor_box.opened_box {
    transition: 1s;
    left: 0; }
  #ficha #controles_gestor_box .desplegable {
    position: absolute;
    right: -29px;
    top: 40%;
    padding: 12px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    background: #2b373a;
    color: #fff; }
  #ficha #controles_gestor_box button {
    width: 100%;
    border: 1px solid #a37a4c;
    background: #a37a4c;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    margin-top: 10px;
    transition: 0.5s; }
    #ficha #controles_gestor_box button.change_end_lot {
      margin-top: 0; }
    #ficha #controles_gestor_box button:hover {
      transition: 0.5s;
      background: #2b373a;
      color: #fff; }
  #ficha #main_image_box {
    position: relative;
    z-index: 1; }
  #ficha #main_image_box #count_down_msg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(2, 2, 2, 0.8);
    /*border: 4px solid #45423e;*/
    top: 50%;
    transform: translateY(-50%);
}
    #ficha #main_image_box #count_down_msg p {
      text-align: center;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-weight: bold;
      font-size: 60px;
      color: #fff; }
    #ficha #main_image_box #count_down_msg .count_1  {
        color: #b61a08;
    }
    #ficha #main_image_box #count_down_msg .count_2  {
        color: #db7f07;
    }
    #ficha #main_image_box #count_down_msg .count_3  {
        color: #237201;
    }
    #ficha #main_image_box #count_down_msg .count_4  {
        color: #237201;
    }
    #ficha #main_image_box #count_down_msg .count_5  {
        color: #237201;
    }
   #ficha .btn-eliminar {
    cursor: pointer; }
  #ficha .controles_tipo_puja {
    text-align: center; }
  #ficha .controles_tipo_puja i {
    cursor: pointer; }
  #ficha .controles_tipo_puja i:hover {
    color: #a37a4c; }
  #ficha .controles_tipo_puja .add_bid {
    font-size: 2.5em; }
  #ficha .gestor_radios {
    text-align: center; }
  #ficha .gestor_radios label {
    cursor: pointer;
    font-size: 16px;
    line-height: 20px; }
    #ficha .gestor_radios label:last-child {
      margin-top: 10px; }
  #ficha .bid_amount_gestor {
    margin-top: 6px; }
  #ficha #clock {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    z-index: 2;
    top: 0%;

    font-size: 65px;
    background: white;
    color: #202020; }
  #ficha .botonclock {
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    text-align: center;
    width: 100%;
    margin-left: -20px;
    padding: 0px; }
  #ficha .precioSalida {
    /* font-size: 1px; */
    background: none;
    color: grey; }
  #ficha .salida #cancelarPuja {
    font-size: 16px;
    cursor: pointer; }
  #ficha .salida #cancelarPujaUser {
    font-size: 16px;
    cursor: pointer; }
  #ficha .salida #cancelarOrden {
    font-size: 16px;
    cursor: pointer; }
  /* #ficha .salida {
    font-size: 16px;
    margin: 0; } */
  #ficha #lote_actual_main {
    font-size: 30px; }
  #ficha .descripcion {
    font-weight: normal; }
  #ficha #ant_sig_boxes > div .aside {
    cursor: pointer; }
  #ficha #loteAjax h4 {
    cursor: pointer; }
  #ficha #favs_box .fav_list {
    max-height: 265px;
    overflow: auto; }
  #ficha #favs_box .msj {
    margin: 0; }
  #ficha #favs_box .bordered {
    border: 1px solid #2b373a;
    background: #2b373a;
    cursor: pointer;
    margin-top: 10px; }
    #ficha #favs_box .bordered .lot {
      text-align: center;
      color: #fff; }

.pagination li a {
  background-color: #fff;
  border-color: #fff;
  color: #bf9814; }
  .pagination li a:hover {
    color: #fff; }
  .pagination .active a {
    background-color: #2b373a;
    border-color: #2b373a;
    color: #fff; }
  .pagination .active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #bf9814; }
  .session-menu {
      list-style: none;
  }

#my_orders th {
    text-align: center;
}

#my_orders td {
    text-align: center;
    vertical-align: middle;
}

#my_favorites th {
    text-align: center;
}

#my_favorites td {
    text-align: center;
    vertical-align: middle;
}

#my_allotments th {
    text-align: center;
}

#my_allotments td {
    text-align: center;
    vertical-align: middle;
}

/* cambios balclis */

.object_title {
    font-weight: bold;
    font-size: 26px;

}

#actual_descripcion{
    max-height: 150px;
    overflow: auto;
     font-size: 18px;
}

.input-group-addon,
.form-control{
    border-radius: 0;
}

/* --- nueva cabecera --- */

.enc{
  height: 61px;
  background: white;
}

.icon-responsive-live{
  margin-top: 10px;
}

.auction_number{
	text-align: center;
}

header.enc h3{
  color: grey;
  font-size: 25px;
  max-width: 510px;
  margin: 0;
  font-weight: 900;
}

nav,
.nac-content{
  height: 100%
}

.nav-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;

  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu ul{
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

span.img_verified span{
  background: transparent;
  border-radius: 50%;
  border: 4px solid #2b373a;
  border: 4px solid #bf9814;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

span.img_verified span i{
  font-size: 25px;
font-weight: 400;
color: #237201;
background: #fff;
border-radius: 255px;
padding: 8px 8px 8px 10px;
border: 4px solid #2b373a;
}

.group.user_verified{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}

.group.user_verified .u_data{
  margin-left: 8px;
  color: black;
}

.brand img{
  max-height: 45px;
}

.goog-te-gadget-simple{
  background: transparent !important;
  border-left: 0px solid transparent !important;
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: pointer;
  zoom: 1;
  display: inline;
}

img.goog-te-gadget-icon{
  background: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f0ac';
}

img.goog-te-gadget-icon::afert{
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f0ac';
}
.language{
  /* position: absolute; */
  /* top: 0;
  right: 0; */
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}


a.goog-te-menu-value{
  background: white;
  padding: 3px 5px;
  border-radius: 0px;

}


.menu-responsive i{
  color: black;
  font-size: 30px;
  cursor: pointer;
}

.close-menu{
  position: absolute;
right: 0px;
top: 0;
background: white;
width: 30px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
cursor: pointer;
}



@media (max-width: 767px) {
    .group.user_verified .u_data{
        margin-left: 8px;
        color: white;
}
  .menu{

    background-color: #283747;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .menu.active{
    right: -100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    -o-transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  }
}

 #ficha .zone-user #ol_list {
  overflow: auto;
  height: 188px;
}
#ficha .zone-user #historic #adjudicaciones_list{
  overflow: auto;
  height: 150px;
}

.content-favorites{
  height: 145px;
}

.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-custom.zone-user{
  max-width: 1500px;
  margin: 0 auto;
  padding-right: 150px;
}


/*****************************
NUEVO DISEÑO MOBILE
**********************************/




@media (max-width: 767px) {
  .content-your-order {

    padding: 0px 0;
  }
    .brand img{
		height: 25px;
		width: auto;
	}

    .pujarResponsive #btnPujarResponsive a{
        margin-top:10px;
    }

       #ficha #precioSalida{
        padding: 0;
    }
    #ficha #precioSalida p{
        font-size: 18px;

        padding-left: 0;
        padding-right: 0;
    }
    #precioestimado{

        padding-top: 0 !important;
    }
    #salidaResponsive .salida,
    #tusOrdenes p,
    #actualResponsive p,
    #estimadoResponsive p{
        text-align: left;
    }
    #actualResponsive .pactual{
        padding: 0 !important;
        margin-bottom: 10px;
    }
    .pactual p{
        line-height: 0.5;

    }

    .pujarResponsive{
        margin-bottom: 15px;
    }

    .tusOrdenes{
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;

  }
     .tusOrdenes p:first-child{
        margin-right: 5px;

    }

}


.content-your-order{
  margin-top: 5px;
  color: grey;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  padding: 5px 0;
}


.ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
    left: initial !important;
    right: 23px !important;
    top: initial !important;
    bottom: 20px !important;
}


.wait-time{
    margin-top: 60px;
    font-size: 35px;
    color: grey;
}

#ficha .tr-price-control-content .salida{
  font-size: 16px;
}

.convertion-number{

    padding: 2px 10px;
    background: #eee;
    border-radius: 5px;
    margin-top: 10px;
    /* margin: 0 auto; */
    text-align: center;
    color: #58585a;
    font-weight: bold;
    padding: 5px 0;
    font-size: 16px;
}

.content-principal-bid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-currency select{
  -webkit-appearance: none;
  border: 1px solid rgba(112, 112, 112, 0.4);
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsSAAALEgHS3X78AAAAXUlEQVQ4je2SwQ3AIAhFH00HcCRH7SiO0I1o6KFRi1y4SvIPgu9dQFSVTB0pegveOueGiFSgBkxT1fa9bI19gALcNnJi/TL8nwWB5AcvBY7EhUNBJ7lWsGWfclYAPHR4kZIp/N2YAAAAAElFTkSuQmCC');
  height: 27px;
  padding-left: 20px;
  padding-right: 10px;
  background-position-y: 4px;
  margin-right: 10px;

}

.language{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ficha .bid_amount_gestor.custom{
  margin-top: 0px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: white;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  height: auto;
}

.input-fake{
  font-size: 30px;

}

.input-gestor-content{
  display: inline-flex;
  align-items: center;

}

.input-gestor-content span{
  font-size: 28px;

}

.fs-30{
  font-size: 30px;
}
.fs-25{
  font-size: 25px;
}
.fs-20{
  font-size: 20px;
}

.ls-2{
  letter-spacing: 2px;
}

.font-weight-900{
  font-weight: 900;
}

.pd-0{
  padding: 0;
}

.mt-10{
  margin-top: 10px;
}

.d-block{
  display: block;
}


.mh-10{
  margin-left:10px;
  margin-right:10px;
}
.mh-20{
  margin-left:20px;
  margin-right:20px;
}


#ficha .btn-custom-save:active{
  -webkit-transition: .2s transform linear;
      -o-transition: .2s transform linear;
      transition: .2s transform linear;
      -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
      transform: scale(0.92);
      box-shadow: inset 0px 2px 4px rgba(0,0,0,.5);
      }


#value-view{
  font-size:30px;
  white-space: normal;
  word-break: break-all;
}



.tr-price-control-content{
  border: 1px solid lightgray;
  padding: 10px 0;
}

.no-padding{
  padding: 0;
}

.info-actual-content{
  border-radius: 5px;
  border: 1px solid #101010;
  padding: 10px 0;
  min-height: 92px;
}






#value-view{
  font-size:30px;
  white-space: normal;
  word-break: break-all;
}



.tr-price-control-content{
  border: 1px solid lightgray;
  padding: 10px 0;
}

.no-padding{
  padding: 0;
}


.info-actual-content{
  border-radius: 5px;
  border: 1px solid #101010;
  padding: 10px 0;
  min-height: 92px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            font-weight: bold;
}


.mb-1{
  margin-bottom: 1rem;
}

.mb-2{
  margin-bottom: 2rem;
}

.mb-3{
  margin-bottom: 3rem;
}

.mb-4{
  margin-bottom: 4rem;
}

.mt-1{
  margin-top: 1rem;
}

.tb-2{
  margin-top: 2rem;
}

.mt-3{
  margin-top: 3rem;
}

.mt-4{
  margin-top: 4rem;
}


.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h-100{
  height: 100%;
}

.justify-content-space-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-end{
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }




.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-lot-height{
  height: 395px;
}

.info-rows{
 /*  height: 300px; */
  margin-top: 40px;
}

.tr-tabs .tab-content{
  padding: 10px;
}
.tr-tabs .title-tables{
  font-weight: bold;
  text-transform: uppercase;
}

.zone-user .object_title {
  font-weight: bold;
  font-size: 26px;

}
.zone-user .only-border{
border: 1px solid #ebebeb;
position: relative;
}

.update-hist{
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.zone-user .tr-tabs .nav.nav-tabs a{
  padding: 10px 60px;
  background: lightgray;
  border-radius: 0;
  color: gray;
  font-weight: bold;
}

#actual_descripcion{
  height: 60px;
  overflow: auto;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-right: 20px;
}



.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-100{
  height: 100%;
}

.justify-content-space-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-column{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.zone-user .info-lot-height{
  height: 405px;
}

.zone-user .info-rows{
 /*  height: 220px; */
  margin-top: 20px;
}





.ellipsis {
  background: #FFFFFF;
  display: block;
  display: -webkit-box;
  max-height: 5.07rem;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@-moz-document url-prefix() {
  .ellipsis {
    overflow: hidden;
    position: relative;
  }
  .ellipsis:before {
    background: #FFFFFF;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -2rem;
    width: 2rem;
  }
  .ellipsis:after {
    content: '';
    background: #FFFFFF;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}

.zone-user .tr-tabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: white;
  cursor: default;
  background-color: #337ab7;
  border: 1px solid #ddd;
}


.zone-user .tr-tabs .header-tr_tabs{
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
}


.zone-user .info-actual-content-admin {
  border-radius: 5px;
  /* border: 1px solid #101010; */
  padding: 10px 0;
  min-height: 92px;
  height: 120px;
  width: 120px;
  background: lightgrey;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}


.zone-user #count_down_msg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(2, 2, 2, 0.5);
  /*border: 4px solid #45423e;*/
  top: -8px;

}
.zone-user #count_down_msg p {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    font-size: 60px;
    color: #fff; }
    .n #count_down_msg .count_1  {
      color: #b61a08;
  }
  .zone-user #count_down_msg .count_2  {
      color: #db7f07;
  }
  .zone-user #count_down_msg .count_3  {
      color: #237201;
  }
  .zone-user #count_down_msg .count_4  {
      color: #237201;
  }
  .zone-user #count_down_msg .count_5  {
      color: #237201;
  }

.zone-tabs .tabs-tr-description {
  display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  height: 22px;/* Fallback for non-webkit */
}

.zone-tabs .content-favorites .tabs-tr-description {
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  height: 40px;/* Fallback for non-webkit */
}

.zone-tabs .adjudicaciones_model{
  padding: 10px 0;
}

.prices-lots-content{
  padding: 10px;
  margin-bottom: 20px;
}


#tab-messages.animation a{
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-name: animationMessages;
          animation-name: animationMessages;
}
#tab-messages .alert-messages{
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0;
  top: -5px;
  opacity: 0;
  background: red;
  border-radius: 50%;

  opacity: 0;
}

#tab-adj.animation a{
	-webkit-animation-duration: .7s;
			animation-duration: .7s;
	-webkit-animation-iteration-count: 3;
			animation-iteration-count: 3;
	-webkit-animation-name: animationMessages;
			animation-name: animationMessages;
  }
  #tab-adj .alert-adj{
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0;
	top: -5px;
	opacity: 0;
	background: red;
	border-radius: 50%;

	opacity: 0;
  }


.buttons-content .col-xs-6:first-child{
  padding-left: 0;
}
.buttons-content .col-xs-6:last-child{
  padding-right: 0;
}

.language{
  padding: 0 20px;
}

.language .dropdown-menu{
  min-width: 0;
  padding: 0;
}
.language .dropdown-menu a{
  min-width: 0;
  padding: 5px 10px;
}
#tab-messages .alert-messages.pending{
opacity: 1;
-webkit-animation-duration: .1s;
        animation-duration: .1s;
-webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
-webkit-animation-name: opacity;
        animation-name: opacity;
-webkit-animation-delay: 1.7s;
        animation-delay: 1.7s;
-webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}

#tab-adj .alert-adj.pending{
	opacity: 1;
	-webkit-animation-duration: .1s;
			animation-duration: .1s;
	-webkit-animation-iteration-count: 1;
			animation-iteration-count: 1;
	-webkit-animation-name: opacity;
			animation-name: opacity;
	-webkit-animation-delay: 1.7s;
			animation-delay: 1.7s;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
}

@-webkit-keyframes opacity{
  0%{
opacity: 0
  }
  100%{
opacity: 1;

  }
}

@keyframes opacity{
  0%{
opacity: 0
  }
  100%{
opacity: 1;

  }
}


@-webkit-keyframes animationMessages{
  0%{
    background: transparent;
    color: white;
  }
  100%{
    background: #b71c1c ;
    color: white;

  }
}


@keyframes animationMessages{
  0%{
    background: transparent;
    color: white;
  }
  100%{
    background: #b71c1c ;
    color: white;

  }
}
.update-hist {
  text-align: right;
  margin-bottom: 20px;
}
.update-hist span {
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 12px;
  margin-bottom: 21px;
  background: #c30e16 !important;
  border-radius: 10px;
  color: white;
}

  /*
|--------------------------------------------------------------------------
| Modulo responsive
|--------------------------------------------------------------------------
*/



@media (max-width: 1468px){
  .update-hist {
    position: relative;
    top: 0px;
    right: 0px;
}

.container-custom.zone-user{
  padding-right: 0;
}

.zone-user .info-rows {
  /* height: 261px; */
}
#ficha .zone-user #pujas_list {
  height: 200px;
}


}



@media (max-width: 1200px){
.last-bids{
  margin-top: 1rem;
}

.container-custom.zone-user{
  padding: 0 15px;
}



}



@media (max-width: 991px){

  #historic_list, #adjudicaciones_list {
    height: 279px;
}

#ficha .zone-user #pujas_list {
  height: 365px;
}

  #ficha .zone-user #adjudicaciones_list, #ficha .zone-user #ol_list {
    overflow: auto;
    height: 318px;
}
  .zone-user .info-lot-height {
    height: auto;
}
.zone-user .info-rows {
  /* height: 431px; */
  margin-top: 10px;
}

#historic_list, #adjudicaciones_list {
  height: 270px !important;
  overflow-y: auto;
}

}

@media (max-width: 768px){

	.audio{
		background-color: white;
		border: 2px solid white;
	}

  #historic_list, #adjudicaciones_list {
    height: 148px;

}

  #ficha .zone-user #adjudicaciones_list, #ficha .zone-user #ol_list {
    overflow: auto;
    height: 196px;
}

#ficha .zone-user #adjudicaciones_list, #ficha .zone-user #ol_list {
  overflow: auto;
  height: 154px;
}
#ficha .zone-user .panel-body {
  /* height: 310px; */
  overflow-y: scroll;
  height: 165px;
  height: 244px;
  border: 0;
}
  #ficha .zone-user #pujas_list {
    overflow: auto;
    height: 367px;
}
header.enc h3 {
  color: grey;
  font-size: 20px;
  max-width: 510px;
  margin: 0;
  font-weight: 900;
  margin-top: 5px;
}
.actual_descripcion_mobile{
  height: 71px;
  overflow: auto;
  margin-top: 10px;
  padding-right: 20px;
}
  .tr-tabs .nav-tabs>li {
    width: 100%;
}

#ficha .zone-user #pujas_list, #ficha .zone-user #ol_list, #ficha .zone-user .tabs-favorites-content {
  overflow: auto;
  height: 200px;
}
.zone-user .info-rows {
  /* height: 431px; */
  margin-top: 10px;
}

.tr-tabs .nav-tabs>li a{
  text-align: center;
}
  .zone-user .info-lot-height {
    height: auto;
    padding: 0 15px;
  }
  .zone-user .row.info-rows{
    padding: 0 15px;
  }
  #ficha .zone-user #pujas_list, #ficha .zone-user #ol_list {
    overflow: auto;
    height: 364px;
}
.content-favorites {
  height: auto !important;
}


}
@media (max-width: 600px){
	.user-higher-bidder{
		font-size: 15px;
	}

  .tabs-tr-price{
    display: block;
    text-align: right;
  }
  .content-favorites {
    height: auto;
    margin-bottom: 20px;
}
  .aside{
    padding: 20px 0;
  }
}

@media (max-width: 480px) {

	.user-higher-bidder{
		font-size: 10px;
	}

  #actual_descripcion {
    height: 90px;
    overflow: auto;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 20px;
}
  .ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft {

    right: auto;
    left: initial !important;
    right: 23px !important;
    top: 20px !important;
    bottom: initial !important;
}
  #text_actual_max_bid{
    display: block;
  }
  #salidaResponsive .salida,
  #tusOrdenes p,
  #actualResponsive p,
  #estimadoResponsive p{
      text-align: left;
  }

  #salidaResponsive #precioSalida{
      padding: 0;
  }
  #value-view,
  #actual_max_bid{
    font-size:24px;
    white-space: normal;
    word-break: break-all;
  }


  .menu ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
	flex-wrap: wrap;
}




  .menu ul li:first-child{
      margin-left: 10px;

  }
  header .btn-register{
      margin: 0;
  }
  .nav-content {
    padding: 0 20px;
}
  header.enc h3{
      font-size: 16px;
      max-width: 510px;
      margin-bottom: 0;
      margin-top: 5px;
  }

  #ficha .img-lot {
    max-height: 215px;
}


  #ficha #precioSalida p{
      font-size: 18px;

      padding-left: 0;
      padding-right: 0;
  }
  #precioestimado{

      padding-top: 0 !important;
  }
  #salidaResponsive .salida{

  }
  #actualResponsive .pactual{
      padding: 0 !important;
      margin-bottom: 10px;
  }
  #actualResponsive .pactual p{
      line-height: 0.5;

  }

  .pujarResponsive{
      margin-bottom: 15px;
  }

  .tusOrdenes{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

}
   .tusOrdenes p:first-child{
      margin-right: 5px;

  }
  #ficha div div.global-content{
      margin-top: 0px !important;
  }
  #ficha > div > div{
      margin-top: 5px !important;
  }
    #search {
      margin-top: -61px;
    }
    .enc {
      height: 75px;

  }
  .content-principal-bid{
    display: block;
  }
  .convertion {
    text-align: left;
}
.custom-padding{
  padding: 0;
}

#ficha .salida {
  font-size: 12px !important;
}

#text_actual_max_bid,
.title-bid-button {
 font-size: 15px;
}
#ficha #actual_max_bid.acenter {
 font-size: 24px;
}
.convertion-number {

  font-size: 13px;
}
.content-your-order {
  margin-top: 5px;
  color: grey;
  font-size: 10px;
  margin: 0;
  font-weight: bold;
  padding: 0px 0 !important;
}


.prices-lots,
.prices-lots-content{
  padding: 5px 5px !important;
  line-height: 1;
}
.zone-user .content-your-order.salida,
.zone-user #precioSalida.precioSalida{
  font-weight: bold;
padding: 0;
color: black !important;

}


#ficha .zone-user .img.aside {
  margin-bottom: 10px;
}

#ficha .zone-user .info-lot-desc{
  padding: 5px;
  height: auto;

}

.buttons-content{
  margin-top: 1rem;
}
.zone-user .info-lot-height {
  height: auto;
  padding: 0 15px;
}

.zone-user .row.info-rows{
  padding: 0 15px;
}

.zone-user .info-rows {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tr-tabs .nav-tabs li{
  width: 100%;
}
.tr-tabs .nav-tabs li{
  text-align: center;
}

.tr-tabs .only-border{
 width: 100%;
 float: left;
}

.last-bids{
  margin-top: 10px;
}


#ficha #clock {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  z-index: 2;
  top: 100px;
  font-size: 65px;
  background: white;
  color: #202020;
}
}




@media (max-width: 360px) {
  .tr-price-control-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tr-price-control-content .col-xs-6{
    width: 100%;
  }
}


.pactual .btn-danger span{

  display: block;
}
.pactual .btn-danger{

  padding: 0;
  height: 36px;
  padding-top: 4px;
}





.justify-content-center{
  justify-content: center;
}

#historic_list,
#adjudicaciones_list {
  height: 108px;
  overflow-y: auto;
}

#historic_list > div,
#adjudicaciones_list > div{
  float: left;
  width: 100%;
}





#ficha .zone-user .panel-primary{
  border-color: white;
}

.hover-gold:hover,
.hover-gold:hover .open_own_box{
  background: #a37a4c !important
}


#ficha .btn-custom-save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}



@media (max-width: 992px) {

	header.enc h3{
		margin-top: 5px;
	}

	.auction_number{
		text-align: left;
	}
}


/*
|--------------------------------------------------------------------------
| Streaming
|--------------------------------------------------------------------------
 */
.tr_user_streaming {
	margin-bottom: 3rem;
	border: 1px solid #ddd;
}

.tr_user_streaming .nav-tabs {
	border-bottom: 1px solid #ddd;
}

.tr_user_streaming .nav.nav-tabs a{
	background: lightgray;
	border-radius: 0;
	color: gray;
	font-weight: bold;
}

.tr_user_streaming .pujas.aside {
	border: 0;
}

.stream-block {
	display: flex;
    flex-direction: column;
    height: 100%;
	border: 1px solid #ebebeb;
    padding: 10px;
}

.stream-wrapper {
	flex: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
	/* aspect-ratio: 4 / 3; */
    aspect-ratio: 16 / 9;
	width: 100%;
}

#streaming #video_info {
	font-size: inherit !important;
	-webkit-transform: none;
	transform: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#remoteVideo {
	object-fit: contain;
}

.zone-user .aside {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden;
}

.mfp-top-center .mfp-content {
	vertical-align: top;
}
