/* START */
.flexslider {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    position: relative;
    overflow: hidden;
	  border-radius: 0;
	  -moz-border-radius: 0;
	  -webkit-border-radius: 0;
	  -o-border-radius: 0;
    box-shadow: none;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  -o-box-shadow: none;
}
.flexslider .slides {
    margin: 0;
    padding: 0;
    position: relative;
}
/* ZOOM EFFECT */
.flexslider .slides img {
    max-width: 100%;
    display: block;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: transform 8s ease 0s;
    -moz-transition: transform 8s ease 0s;
    -webkit-transition: transform 8s ease 0s;
    -o-transition: transform 8s ease 0s;
    width: 100%;
}

/* FLEX DIRECTION */
.flex-direction-nav a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 48px;
    margin: -20px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 48px;
    z-index: 10;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

/* FIX FONTAWESOME ICON DIRECTION NOT SHOW */
.flex-direction-nav a::before {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: transparent;
    content: none;
    display: inline-block;
    font-size: 0;
    padding: 0;
}
.flex-direction-nav {
    background: transparent none repeat scroll 0 0;
    font-size: 2em;
    left: 0;
    position: absolute;
    top: 55%;
    width: 100%;
    z-index: 2147483647;
}
.flex-direction-nav i {
    color: var(--white-t8);
    filter: drop-shadow(0px 1px 3px #777);
    -moz-filter: drop-shadow(0px 1px 3px #777);
    -webkit-filter: drop-shadow(0px 1px 3px #777);
    -o-filter: drop-shadow(0px 1px 3px #777);
    font-size: 30px;
}

/* FLEX PAGING CONTROL */
.flex-control-nav {
    bottom: 0;
    height: auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: yellow none repeat scroll 0 0;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0.6);
}
.flex-control-paging li a.flex-active {
    background-color: var(--main);
    cursor: default;
}
.flex-control-paging li a:hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
/* ADDED FROM LIBRARY flexslider.css */
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

/* THUMB PAGING CONTROL */
.flex-control-thumbs {
    bottom: 0;
    display: inline-flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 10px 0;
    position: absolute;
    z-index: 99;
}
.flex-control-nav li:first-child {
    margin: 0 5px 0 0;
}
.flex-control-thumbs li {
    float: none;
    width: auto;
}
.flex-control-nav li:last-child {
    margin: 0 0 0 5px;
}
.flex-control-thumbs img {
    border: 3px solid rgba(255, 255, 255, 0.7);
    height: auto;
    max-width: 100px;
    opacity: 1;
    width: auto;
}
.flex-control-thumbs .flex-active {
    border-color: var(--main-t8);
    cursor: default;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.flexslider ul.slides > li {
    position: relative;
}

/* RESPONSIVENESS */
@media only screen and (max-width: 900px) {
  .flex-direction-nav {
      display: none;
  }
}

/* CUSTOM VARIATION */
.views-field-field-multi-img {
    overflow: hidden;
}
.flexslider .flex-active-slide img,
.flexslider.optionset-notfade .slides img {
    transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
}
