@import url('bellota_web.css');
@charset "utf-8";

.lof-slidecontent {
	color: #ffffff;
}

.lof-slidecontent .lof-container {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.lof-slidecontent li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.lof-slidecontent .preload {
  height: 100%;
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: white;
  text-align: center;
}
.lof-slidecontent .preload div {
  height: 100%;
  width: 100%;
  background: transparent url(lof-load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-slidecontent .lof-main-wapper,
.lof-slidecontent .lof-navigator-outer {
 height: 400px; 
}

.lof-slidecontent .lof-main-wapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lof-slidecontent .lof-main-wapper {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .lof-slidecontent .lof-main-wapper {
    width: 70%;
  }
}
.lof-slidecontent .lof-main-item {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.lof-slidecontent .lof-main-item .img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.lof-slidecontent .lof-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
	padding: 10px;
	background: url(lof-transparent_bgl.png);
	bottom: 0;
	filter:0.7(opacity:60) 
}


.lof-slidecontent .lof-description h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
	padding-right: 5px;
	font-weight:bold;
}
@media screen and (min-width: 768px) {
  .lof-slidecontent .lof-description h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .lof-slidecontent .lof-description h3 {
    font-size: 22px;
  }
}
.lof-slidecontent .lof-description h3 a {
  color: white;
}
.lof-slidecontent .lof-description h3 a:hover {
  text-decoration: none;
}
.lof-slidecontent .lof-navigator-outer {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  overflow: hidden;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .lof-slidecontent .lof-navigator-outer {
    width: 228px;
    background: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .lof-slidecontent .lof-navigator-outer {
		background: #ffffff;
    width: 310px;
  }
}

.lof-slidecontent .lof-navigator {
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .lof-slidecontent .lof-navigator {
    display: block;
  }
}
.lof-slidecontent .lof-navigator li {
  cursor: pointer;
  list-style: none;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  text-align: justify;
}
.lof-slidecontent .lof-navigator li div {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
  height: 60px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .lof-slidecontent .lof-navigator li div {
		padding-top: 10px; 
    height: 60px;
    padding-right: 10px;
  }
}
.lof-slidecontent .lof-navigator li h3 {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .lof-slidecontent .lof-navigator li h3 {
    font-size: 13px;
  }
}
.lof-slidecontent .lof-navigator li .img {
  display: none;
}
@media screen and (min-width: 992px) {
  .lof-slidecontent .lof-navigator li .img {
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.lof-slidecontent .lof-navigator li:last-child {
  border-bottom: none;
}
.lof-slidecontent .lof-navigator li:hover {
  background: rgba(255, 255, 255, 0.06);
}
.lof-slidecontent .lof-navigator li.active {
  background: #484592;
  border-bottom-color: #000000;
  color: #ffffff;
}
.lof-slidecontent .lof-navigator li.active:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -2px;
  right: 15px;
  z-index: 3;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 11px;
}

.lof-slidecontent .lof-buttons-control .lof-previous,
.lof-slidecontent .lof-buttons-control .lof-next {
  z-index: 14;
  position: absolute;
  top: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  background: #2c2c2c;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.lof-slidecontent .lof-next {
  right: 0;
}
.lof-slidecontent .lof-previous {
  right: 44px;
}
@media screen and (min-width: 768px) {
  .lof-slidecontent .lof-buttons-control {
    display: none;
  }
}

.lof-left:before {
	content: "<";
}
.lof-right:before {
	content: ">";
}