.view-custom-slider {
  position: relative;
}
.view-custom-slider .flexslider.custom-slider {
  height: 475px;
  background: #1081c5;
  overflow: hidden;
  position: relative;
}
.view-custom-slider .flexslider.custom-slider.view-empty {
  height: 475px;
  background: #f6f4f3;
}
.view-custom-slider .flexslider.custom-slider ul.slides {
  padding: 0;
}
.view-custom-slider .flexslider.custom-slider ul.slides li {
  position: relative;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-field-photos {
  position: relative;
  z-index: 1;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  min-height: 118px;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .left {
  padding: 0 20px;
  color: #2a4baa;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .left h3 {
  text-align: center;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .left h3 a {
  color: #2a4baa;
  text-decoration: none;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .left .text {
  text-align: center;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .right {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 0 10px 0 30px;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .right .sharebox {
  padding-bottom: 20px;
}
.view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .right .more {
  text-align: center;
}
.view-custom-slider .view-footer {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
}
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none !important;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  left: 10px;
}
.flexslider.portfolio-slideshow:hover .flex-prev {
  left: 20px;
}
.flexslider:hover .flex-next {
  right: 10px;
}
.flexslider.portfolio-slideshow:hover .flex-next {
  right: 20px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "famillesrurales";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  color: #fff;
  font-size: 30px;
  content: '\e898';
  position: absolute;
  left: 50%;
  margin-left: -3px;
  color: #ffffff;
}
.flex-direction-nav a.flex-prev:before {
  content: '\e897';
  margin-left: -6px;
}
@media screen and (max-width: 767px) {
  .view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: inherit;
  }
  .view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .left {
    width: 100%;
  }
  .view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .left h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .left .text {
    display: none;
  }
  .view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .right {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .view-custom-slider .flexslider.custom-slider ul.slides li .views-field-nothing .right .more {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-custom-slider .flexslider.custom-slider {
    height: auto;
  }
}
