/*

	 Uix Slideshow
	 Plugin URI: https://uiux.cc/wp-plugins/uix-slideshow/
	 Author: UIUX Lab
	 Author URI: https://uiux.cc
	 License: GPLv2 or later

	
	TABLE OF CONTENTS
	---------------------------
	
	1. Basic  
    2. Primary      

*/

/* ====================================================== 
   1. Basic                                
/* ====================================================== */

.custom-slideshow-flexslider-loading {
    background: url("data:image/gif;base64,R0lGODlhEAAQALMMAKqooJGOhp2bk7e1rZ2bkre1rJCPhqqon8PBudDOxXd1bISCef///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAMACwAAAAAEAAQAAAET5DJyYyhmAZ7sxQEs1nMsmACGJKmSaVEOLXnK1PuBADepCiMg/DQ+/2GRI8RKOxJfpTCIJNIYArS6aRajWYZCASDa41Ow+Fx2YMWOyfpTAQAIfkEBQAADAAsAAAAABAAEAAABE6QyckEoZgKe7MEQMUxhoEd6FFdQWlOqTq15SlT9VQM3rQsjMKO5/n9hANixgjc9SQ/CgKRUSgw0ynFapVmGYkEg3v1gsPibg8tfk7CnggAIfkEBQAADAAsAAAAABAAEAAABE2QycnOoZjaA/IsRWV1goCBoMiUJTW8A0XMBPZmM4Ug3hQEjN2uZygahDyP0RBMEpmTRCKzWGCkUkq1SsFOFQrG1tr9gsPc3jnco4A9EQAh+QQFAAAMACwAAAAAEAAQAAAETpDJyUqhmFqbJ0LMIA7McWDfF5LmAVApOLUvLFMmlSTdJAiM3a73+wl5HYKSEET2lBSFIhMIYKRSimFriGIZiwWD2/WCw+Jt7xxeU9qZCAAh+QQFAAAMACwAAAAAEAAQAAAETZDJyRCimFqbZ0rVxgwF9n3hSJbeSQ2rCWIkpSjddBzMfee7nQ/XCfJ+OQYAQFksMgQBxumkEKLSCfVpMDCugqyW2w18xZmuwZycdDsRACH5BAUAAAwALAAAAAAQABAAAARNkMnJUqKYWpunUtXGIAj2feFIlt5JrWybkdSydNNQMLaND7pC79YBFnY+HENHMRgyhwPGaQhQotGm00oQMLBSLYPQ9QIASrLAq5x0OxEAIfkEBQAADAAsAAAAABAAEAAABE2QycmUopham+da1cYkCfZ94UiW3kmtbJuRlGF0E4Iwto3rut6tA9wFAjiJjkIgZAYDTLNJgUIpgqyAcTgwCuACJssAdL3gpLmbpLAzEQA7") no-repeat center center;
}

.custom-slideshow-flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
	width: 100%;
	overflow: hidden;
}

.custom-slideshow-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;
}


.custom-slideshow-flexslider .custom-slideshow-slides > .item {
    display: none;
    -webkit-backface-visibility: hidden;
}

.custom-slideshow-flexslider .custom-slideshow-slides img {
    max-width: 100%;
    display: block;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

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

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

.no-js .custom-slideshow-flexslider .custom-slideshow-slides > .item:first-child {
    display: block;
}

.custom-slideshow-flexslider .custom-slideshow-slides {
    zoom: 1;
}

.custom-slideshow-flexslider .custom-slideshow-slides img {
    height: auto;
	width: 100%;
}

.custom-slideshow-flex-direction-nav li,
.custom-slideshow-flex-direction-nav li a {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
.custom-slideshow-flex-direction-nav .custom-slideshow-flex-prev {
    left: -100px;
}

.custom-slideshow-flex-direction-nav .custom-slideshow-flex-next {
    right: -100px;
    text-align: right;
}

.custom-slideshow-flex-direction-nav a:before {
    display: none;
}

.custom-slideshow-flex-direction-nav,
.custom-slideshow-flex-direction-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-slideshow-flex-direction-nav li a {
    display: block;
    z-index: 9;
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    width: 50px;
    text-align: center;
    opacity: 0.8;
    color: #fff;
    font-size: 21px;
    filter: alpha(opacity=66);
    -moz-opacity: 0.66;
    opacity: 0.66;
	text-decoration: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.custom-slideshow-flex-direction-nav li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    color: #fff;
    
}


.custom-slideshow-flexslider:hover a.custom-slideshow-flex-prev {
    left: 0;
}

.custom-slideshow-flexslider:hover a.custom-slideshow-flex-next {
    right: 20px;
}



.custom-slideshow-flex-control-nav,
.custom-slideshow-flex-control-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-slideshow-flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

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

.custom-slideshow-flex-control-paging,
.custom-slideshow-flex-control-paging li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-slideshow-flex-control-paging li {
    margin-right: 10px;
}

.custom-slideshow-flex-control-paging li a {
    width: 6px;
    height: 6px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.custom-slideshow-flex-control-paging li a:hover {
    background: #090909;
    background: rgba(0, 0, 0, 0.4);
}

.custom-slideshow-flex-control-paging li a.custom-slideshow-flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    cursor: default;
}

.custom-slideshow-flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.custom-slideshow-flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.custom-slideshow-flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

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

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

.custom-slideshow-flex-dir {
    text-indent: -9999px;
    text-decoration: none;
    height: 19px;
    width: 13px;
    display: inline-block;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.custom-slideshow-flex-dir:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}

.custom-slideshow-flex-dir.custom-slideshow-flex-dir-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAATCAMAAAB86XelAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURQAAAP39/fz8/P39/fz8/P39/f////////////////////z8/P39/f39/f////z8/Pz8/P39/f////39/f////39/fz8/P39/YN5p+wAAAAXdFJOUwC067LvpQMUAQIT7bqwEm/xrQ+YP6ZoKfy0MwAAAEtJREFUGNOdyUkSgCAQBMFxA1Hcl/7/TwUiBluO1i2jRMTcTnLGY3MEYFLuNZhzYqMcCo6RldIWbD88o7Dwu3pC9x9iV0KaLwKPjAcf0wfEe8y+XQAAAABJRU5ErkJggg==);
}

.custom-slideshow-flex-dir.custom-slideshow-flex-dir-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAATCAMAAAB86XelAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURQAAAP39/fz8/P39/fz8/P39/f////////////////////z8/P39/f39/f////z8/Pz8/P39/f////39/f////39/fz8/P39/YN5p+wAAAAXdFJOUwC067LvpQMUAQIT7bqwEm/xrQ+YP6ZoKfy0MwAAAE1JREFUGNOtzTkSgDAMQ1Gzx2xh1/1vCo6Dx/T87o0KEeX4asniFaORJ8CYgHJTVAmzR68oBMMHnUOtoCjAkZ/C6TcKzb9cXgltEu4PbhnzB8RDVJJJAAAAAElFTkSuQmCC);
}




/* ====================================================== 
   2. Primary                                
/* ====================================================== */

.custom-slideshow-flexslider.primary {
	max-height: 100vh;
	overflow: hidden;
}


.custom-slideshow-flexslider.primary .text-container {
	max-width: 980px;
	text-align: center;
	margin: 0 auto;
}

@media all and (max-width: 768px) {
	
	.custom-slideshow-flexslider.primary .text-container {
		width: 98%;
	}
	

}


.custom-slideshow-flexslider.primary .custom-slideshow-slides  .item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat:no-repeat;
	position: relative;
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item h1,
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item h2,
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item h3,
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item h4,
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item p {
	margin: 0;
	padding: 0;
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .slides-info {
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	width: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
	/* Vertical Center */
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .slides-info .caption {
    font-weight: 700;
	padding: 0 0 .625em;
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .slides-info .uix-slideshow-custom-button {
	display: inline-block;
	max-width: 250px;
	margin: 1em;
	padding: .5em 1.25em;
	border: none;
	background-color: transparent;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    font-weight: 400;
	border: 2px solid #fff;
	font-size: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	-moz-transition: .1s ease-in-out; 
	-o-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out; 
	transition: .1s ease-in-out;

}


.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .slides-info .text-container .level {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
	line-height: 1.2;
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .slides-info .text-container .level-1 {
	margin-bottom: 0.5em;
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .slides-info .text-container .level-1,
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .slides-info .text-container .level-2 {
	color: #fff;
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item.custom-slideshow-flex-active-slide .slides-info .text-container .level {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;	
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item.custom-slideshow-flex-active-slide .slides-info .text-container .level-1 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;	
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item.custom-slideshow-flex-active-slide .slides-info .text-container .level-2 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;	
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item.custom-slideshow-flex-active-slide .slides-info .text-container .level-3 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;	
}


/* The container width corresponds to the font size with javascript (assets/js/uix-slideshow.js) 
 *
 * @Returns: button size, caption size, title size
 */

/* default size */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-default-title {
	font-size: 36px;
}

.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-default-caption {
	font-size: 16px;
}


/* tiny */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-tiny {
	font-size: 10px !important;
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .uix-slideshow-custom-button.fsize-tiny {
	margin: .4em !important;
	padding: .2em .5em !important;
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-tiny .uix-slideshow-custom-caption {
	display: none;
}

/* small */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-s {
	font-size: 12px !important;
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .uix-slideshow-custom-button.fsize-s {
	margin: .6em !important;
	padding: .3em .8em !important;
}

/* medium */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-m {
	font-size: 14px !important;
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .uix-slideshow-custom-button.fsize-m {
	margin: .8em !important;
	padding: .4em 1em !important;
}

/* large */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-l {
	font-size: 16px !important;
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .uix-slideshow-custom-button.fsize-l {
	margin: 1em !important;
	padding: .5em 1.25em !important;
}

/* extra large */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-xl {
	font-size: 16px !important;
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .uix-slideshow-custom-button.fsize-xl {
	margin: 1.2em !important;
	padding: .7em 1.5em !important;
}

/* extra extra large */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-xxl {
	font-size: 20px !important;
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .uix-slideshow-custom-button.fsize-xxl {
	margin: 1.5em !important;
	padding: 1em 2.5em !important;
}


/* extra extra extra large */
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .fsize-xxxl {
	font-size: 26px !important;
	
}
.custom-slideshow-flexslider.primary .custom-slideshow-slides > .item .uix-slideshow-custom-button.fsize-xxxl {
	margin: 1.7em !important;
	padding: 1.2em 3.5em !important;
}




@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}



/*

	 Uix Slideshow (RTL)
	 Plugin URI: https://uiux.cc/wp-plugins/uix-slideshow/
	 Author: UIUX Lab
	 Author URI: https://uiux.cc
	 License: GPLv2 or later

	
	TABLE OF CONTENTS
	---------------------------
	
	1. Basic   

*/

/* ====================================================== 
   1. Basic                                
/* ====================================================== */
.rtl .flexslider,
.rtl .custom-slideshow-flexslider {
    direction: ltr !important;
}

.rtl .custom-slideshow-flex-control-paging li {
    margin-right: auto;
	margin-left: 10px;
}

.rtl .custom-slideshow-flex-control-thumbs li {
    float: right;
}

