/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    position: relative;
}

.flexslider .slides > li a {
    display: block;
}

/*.flexslider .slides > li h1{
	position: absolute;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.6);
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #000000;
	left: 0px;
	bottom: 110px;
	color: #fff;
	padding: 10px 10px 0px;
	z-index: 10;
}*/
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    background: #ffffff;
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;

}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 110px;
    z-index: 70;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    text-indent: -9999px;
    background: #000;
}

.flex-direction-nav a i {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.flex-direction-nav .flex-prev {
    left: 0px;
    background-image: url("../images/arrow-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    /*background: url("../images/arrow_slider.png") no-repeat scroll 0px 0px transparent;*/
}

.flex-direction-nav .flex-next {
    right: 0px;
    background-image: url("../images/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    /*background: url("../images/arrow_slider.png") no-repeat scroll right 0px transparent;*/
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    /*background: url("../images/arrow_slider.png") no-repeat scroll 0px -80px transparent;*/
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    /*background: url("../images/arrow_slider.png") no-repeat scroll right -80px transparent;*/
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a .flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 11px;
    text-align: center;
    z-index: 100;
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 18px;
    height: 17px;
    display: block;
    background: url("../images/icons.png") no-repeat scroll 0px -93px transparent;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-control-paging li a:hover {
    background: url("../images/icons.png") no-repeat scroll -21px -93px transparent;
}

.flex-control-paging li a.flex-active {
    cursor: default;
    background: url("../images/icons.png") no-repeat scroll -21px -93px transparent;
}

.flex-control-thumbs {
    margin: 0;
    bottom: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    padding: 10px 0px;
}

.flexslider * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.flex-control-thumbs li {
    height: 90px;
    max-width: 128px;
    margin: 0px 0px 0px 10px;
    float: left;
    position: relative;
}

.flex-control-thumbs img {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1;
    opacity: 0.9;
    width: 112px;
    height: 90px;
    overflow: hidden;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .active:after {
    content: " ";
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 112px;
    border-bottom: 3px solid #e95505;
    z-index: 100;
}

.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
}

.flexslider.post-flexslider {
    overflow: hidden;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}


.slider-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #000;
}

.slider-arrow--prev {
    left: 0;
}

.slider-arrow--next {
    right: 0;
}

.slider-arrow img {
    width: 30% !important;
    flex-shrink: 0;
}
