/* Cargando */
#loading_back{
	background: rgba(245, 245, 245, 0.8);
	width: 100%;
	height: 1050px;
	position: absolute;
	top: 0;
	left:0;
	z-index: 100;
/*	margin-top: 700px;*/
	display: none;
}

.loader-oferta,
.loader-oferta:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-oferta {
  margin: 350px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(202, 223, 36, 0.8);
  border-right: 1.1em solid rgba(202, 223, 36, 0.8);
  border-bottom: 1.1em solid rgba(202, 223, 36, 0.8);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*LISTAS*/
.ofertas-rutan{
    font-family: 'Source Sans Pro';
    margin: 0;
}
.ofertas-rutan .uk-form label {
    font-size: 14px;
    color: #3A3A3A;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    width: 85% !important;
    line-height: 1;
    overflow: hidden;
    height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ofertas-rutan .uk-accordion-title {
    text-transform: inherit;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.ofertas-rutan li:first-child .uk-accordion-title {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCC;
}

.ofertas-rutan .uk-accordion-title:hover {
    color: #3A3A3A;
    font-weight: 500;
    border-bottom: none;
    border-bottom: 1px solid #CCC;
    
}
.ofertas-rutan .uk-accordion-title:active, .ofertas-rutan .uk-accordion-title.uk-active {
    color: #3A3A3A;
    font-weight: 500;
    border-bottom: none;
}
.ofertas-rutan .uk-accordion-title i {
    float: right;
    color: #CCC;
    padding: 5px 0px 5px 10px;
    text-indent: 0;
}
.ofertas-rutan .uk-accordion-title:active i, .ofertas-rutan .uk-accordion-title.uk-active i {
    transform: rotate(-90deg);
    padding: 10px 0px 5px 10px;
    color: #3A3A3A;
}

.ofertas-rutan .uk-accordion-content .uk-form {
    margin-top: 0;
    width: 95%;
    float: none;
}

.ofertas-rutan .uk-accordion-title i:hover {
    color: #3A3A3A;
}

.ofertas-rutan .owl-controls {
	padding: 10px;
    border-color: #333;
}
.ofertas-rutan .item-description p , .ofertas-rutan .item-description {
	font-size: 13px;
    font-weight: 300;
    font-family: 'Source Sans Pro';
    line-height: 1.4;

}
.ofertas-rutan .tabs-content .tabs-content-inner .tab-content {
    margin: 0;
}


.ofertas-rutan div.uk-panel-box.tabs-container{
	padding: 0;
    margin: 0;
    box-shadow: none;
}
.ofertas-rutan .uk-form-controls .filter {
    font-size: 1em;
    font-weight: lighter;
    line-height: 10px;
    margin: 6px;
    display: inline-block;
    width: 15px;
    height: 15px;
	border: 1px solid #939393;
}
.ofertas-rutan .uk-form-horizontal .uk-form-controls {
    margin-left: 0;
}
.ofertas-rutan .uk-form-row + .uk-form-row {
    margin-top: 0px;
}

.ofertas-rutan .uk-form input[type=checkbox]:checked:before, .ofertas-rutan .uk-form input[type=checkbox]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 1.2;
    color: #84b24f;
}

.ofertas-rutan .ofert-description h3 {
    color: #3A3A3A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4;
}

.ofertas-rutan .ofert-description p {
    color: #3A3A3A;
    font-size: 13px;
    border-bottom: 1px solid black;
    margin: -14px 0 0px 0;
    padding: 0px 0 15px 0;
}

.oferta-categoria .uk-subnav > * {
    padding-left: 0;
}

#zoo_ajaxtabs_126 > div.tabs-wrap.tabs_nav > div.uk-panel-box.tabs-container{
    padding-left: 0;
    padding-top: 15px !important;
}

/*INFORMACION IMAGENES OFERTAS*/

.ofertas-rutan .item-state {
    color: #000000;
    font-size: 10px;
    font-family: "brandon-grotesque",'Quicksand', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;

}

.ofertas-rutan .item-state .status-close {
    background: #DDDDDD;
    padding: 5px;
    overflow: hidden;
    height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;

}
.ofertas-rutan .item-state .status-open {
    background: #CADF24;
    padding: 5px;
    overflow: hidden;
    height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.ofertas-rutan .item-state .status-progress{
	background: #F9C941;
    padding: 5px;
    overflow: hidden;
    height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.ofertas-rutan .items-inner .uk-panel {
    margin: 0 15px 35px 15px;
    background-color: #f7f7f7;
    color: #000;
    background-image: none, linear-gradient(156deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    box-shadow: none;
    border: none;
}
.ofertas-rutan .uk-panel-teaser {
    margin-bottom: 25px;
}
.ofertas-rutan .uk-panel-teaser .uk-overlay {
    width: 100%;
}

.ofertas-rutan .tabs-content {
    border: none;
    padding: 0 0 0 2% !important;
    margin: 0 !important;
    width: 78% !important;
}

.ofertas-rutan .item-title h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-family: "brandon-grotesque",'Quicksand', sans-serif;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 16px;
    color: #3A3A3A;
    margin-bottom: 10px !important;
}
.ofertas-rutan ul.tabs li:first-child .uk-accordion-content {
    display: none;
}
.ofertas-rutan .owl-controls {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
}
.ofertas-rutan .uk-panel-box {
    margin-bottom: 35px !important;
}

.ofertas-rutan .uk-panel-box .uk-button:hover, .uk-panel-box .uk-button-primary:hover {
	 background: #cadf24 !important;
	 color: #3A3A3A;
	transform:0.5s;
    text-decoration: none;
}

.ofertas-rutan div.uk-text-center.uk-panel-teaser > div > a{
    border-bottom: 5px #212121 solid;
}
.ofertas-rutan .tab-content .owl-dots .owl-dot {
    padding: 0px 5px;
    border: none;
    font-family: "brandon-grotesque",'Quicksand', sans-serif;
    color: #181818;
    height: 23px;
}
.ofertas-rutan .tab-content .owl-dots .owl-dot:hover{
    background-color: #CADF24;
    color: #FFFFFF;
}
.ofertas-rutan .tab-content .owl-dots .owl-dot.active {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #CADF24;
    color: #fff;
}
.ofertas-rutan div.uk-text-center.uk-panel-teaser > div > a, .ofertas-rutan .uk-overlay img{
    width: 100%;
}
.ofertas-rutan .owl-prev, .ofertas-rutan .owl-next{
    line-height: 20px;
    width: 24px;
    height: 24px;
    color: #CCC;
    border: none;
}

.ofertas-rutan .owl-prev:hover, .ofertas-rutan .owl-next:hover{
    color: #FFF !important;
    background-color: #CADF24;
}

.pagination-offert { 
    border-top: 1px solid #EEE;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.pagination-offert ul { 
    margin: auto !important;
    display: inline-block;
}

.light-theme.simple-pagination > ul > li > span, .light-theme.simple-pagination > ul > li > a.page-link{
	background-color: rgba(0, 0, 0, 0);
    color: #000000;
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	font-family: "brandon-grotesque",'Quicksand', sans-serif;
	height: 24px;
	padding: 0;
	margin-right: 0;
	width: 24px;
}

.light-theme.simple-pagination > ul > li.active{
	background-color: #CADF24;
	text-align: center;
}
.light-theme.simple-pagination > ul > li.active > span{
	color: #FFF !important;
}

.light-theme.simple-pagination > ul > li > span.current.previous, .light-theme.simple-pagination > ul > li > span.current.next-page{
	color: #CCC;
}

.light-theme.simple-pagination > ul > li > a.page-link.next-page, .light-theme.simple-pagination > ul > li > a.page-link.previous{
	color: #CCC;
}

.light-theme.simple-pagination > ul > li > span.current.previous:hover, .light-theme.simple-pagination > ul > li > span.current.next-page:hover{
	color: #000000;
}

.light-theme.simple-pagination > ul > li > a.page-link.next-page:hover, .light-theme.simple-pagination > ul > li > a.page-link.previous:hover{
	color: #000000;
	text-decoration: none;
}

.light-theme.simple-pagination > ul > li > a.page-link:hover{
	background-color: #CADF24;
	color: #FFF !important;
}

@media (max-width: 1280px){
	.ofertas-rutan .uk-accordion-title i{
		left: 0;
	}
}
@media (max-width: 1024px){
	.ofertas-rutan .item-title h3 {
        font-size: 95% !important;
    }
    .ofertas-rutan .uk-accordion-content .uk-form {
        margin-top: 10px;
        width: 95%;
        float: right;
    }
    .ofertas-rutan .uk-form label {
        font-size: 12px;
    }
}
@media (max-width: 768px){
    .ofertas-rutan.left-position .tabs-wrap {
        width: 100%;
        float: none;
        display: none;
    }
    .ofertas-rutan div.uk-panel-box.tabs-container {
        display: none;
    }
    .ofertas-rutan .item-title h3 {
        font-size: 95% !important;
    }
    .sj-zoo-ajax-tabs.left-position .tabs-content {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        float: none;
    }
    .pagination-offert { display: none; }
}