/* ======================================================================================================================================================
Partner/Logo Slider + Content Slider
====================================================================================================================================================== */

/*shared styles*/
#top .avia-smallarrow-slider {
  position: relative;
  overflow: visible;
}
#top .avia-smallarrow-slider .avia-slideshow-arrows {
  position: relative;
  width: 51px;
  top: -3px;
  left: 0;
  height: 24px;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a {
  opacity: 0;
  margin: 0;
  width: 0 !important; /*	used to reduce and avoid long selectors	*/
  height: 24px;
  line-height: 25px;
  font-size: 10px;
  top: 0;
}

#top .avia-smallarrow-slider:not(.av-slideshow-ui) .avia-slideshow-arrows a,
#top
  .avia-smallarrow-slider.av-slideshow-ui
  .avia-slideshow-arrows.av-visible-prev
  a.prev-slide,
#top
  .avia-smallarrow-slider.av-slideshow-ui
  .avia-slideshow-arrows.av-visible-next
  a.next-slide {
  width: 24px !important; /*	used to reduce and avoid long selectors	*/
  opacity: 1;
}

#top
  .avia-smallarrow-slider:not(.av-slideshow-ui)
  .avia-slideshow-arrows
  a:hover,
#top
  .avia-smallarrow-slider.av-slideshow-ui
  .avia-slideshow-arrows.av-visible-prev
  a.prev-slide:hover,
#top
  .avia-smallarrow-slider.av-slideshow-ui
  .avia-slideshow-arrows.av-visible-next
  a.next-slide:hover {
  opacity: 0.5;
}

#top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
  line-height: 25px;
  border-radius: 1px;
}

#top
  .avia-smallarrow-slider.av-control-minimal
  .avia-slideshow-arrows
  a:before {
  line-height: 21px;
}

/* hide controls on desktop */
.avia_desktop
  #top
  #wrap_all
  .avia-smallarrow-slider.av-slideshow-ui
  .avia-slideshow-controls
  a {
  opacity: 0;
}

.avia_desktop
  #top
  #wrap_all
  .avia-smallarrow-slider.av-slideshow-ui.av-nav-arrows-visible
  .avia-slideshow-arrows
  a,
.avia_desktop
  #top
  #wrap_all
  .avia-smallarrow-slider.av-slideshow-ui.av-nav-dots-visible
  .avia-slideshow-dots
  a {
  opacity: 1;
}

.avia_desktop
  #top
  #wrap_all
  .avia-smallarrow-slider.av-slideshow-ui:hover
  .avia-slideshow-controls
  a {
  opacity: 1;
}

.avia_desktop
  #top
  #wrap_all
  .avia-smallarrow-slider.av-slideshow-ui:hover
  .avia-slideshow-controls
  a:hover {
  opacity: 0.5;
}

#top
  .avia-smallarrow-slider.av-slideshow-ui.av-hide-nav-arrows
  .avia-slideshow-arrows {
  display: none;
}

#top .avia-smallarrow-slider .slide-image,
#top .avia-logo-element-container img {
  margin: 0 auto;
  display: block;
  width: auto;
  width: 100%\9;
}

#top .avia-smallarrow-slider-heading {
  display: table;
  width: 100%;
}

#top .avia-smallarrow-slider-heading > div {
  display: table-cell;
}

#top .avia-smallarrow-slider-heading h3 {
  top: -3px;
  position: relative;
}

#top .avia-logo-grid .slide-entry-wrap {
  margin: 0;
}

#top .avia-smallarrow-slider .avia-slideshow-dots {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  margin-top: 10px;
  float: unset; /*	added 5.0 - postslider moves it left	*/
}

#top .avia-smallarrow-slider .avia-slideshow-dots a {
  border-style: solid;
  border-width: 1px;
  bottom: 0;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a.active,
#top .avia-logo-element-container .avia-slideshow-dots a:hover {
  background: #aaa;
}

/*content only*/
#top .avia-content-slider-element-container .avia-slideshow-dots {
  left: 0;
  text-align: right;
  width: auto;
}

/*partner only*/
#top .avia-logo-element-container .slide-entry {
  padding: 1px;
}

#top .avia-logo-element-container img,
.av-partner-fake-img {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

#top .av-border-deactivate.avia-logo-element-container img,
.av-border-deactivate .av-partner-fake-img {
  box-shadow: none;
}

#top .avia-logo-element-container .slide-image {
  overflow: visible;
}

.av-partner-fake-img {
  width: 100%;
  display: block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .responsive #top .avia-smallarrow-slider .flex_column {
    margin: 0px;
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .responsive
    #top
    #wrap_all
    .avia-logo-element-container.avia-logo-grid
    .flex_column {
    margin: 0;
  }
}

#top .avia-content-slider-element-container .avia-slideshow-dots a.active,
#top .avia-content-slider-element-container .avia-slideshow-dots a:hover {
  background: #aaa;
}
