/*.waves {
	background-image: url("../images/waves.svg");
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 9;
}*/

.logo-slider {
	background-image: url("../images/logo_01.svg");
	background-size: contain;
	width: 50%;
	height: auto;
	position: absolute;
	bottom: 100px;
	top: 0px;
	margin: auto 0;
	z-index: 9;
}

@media (max-width: 991px) {
	.logo-slider {
		margin: auto;
		right: 0;
		left: 0;
		top: 0;
		bottom: 50px;
	}
}

.flexslider .slides li:after {
	position: absolute;
	height: 100%;
	width: 100%;
	/*background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);*/
	content: '';
	top: 0;
	z-index: 9;
}




.flex-direction-nav {
	left: inherit;
	/*width: 100%;*/
	bottom: 150px;
	right: 150px;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 50px;
		height: 50px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	
		font-size: 1.7rem;
		padding: 5px;
}


@media (max-width: 991px) {
	.flex-direction-nav {
	bottom:100px;
		right: 100px;
	}
	.flex-direction-nav a {
		width: 30px;
		height: 30px;
		padding: 0;
		font-size: 1.3rem;
	}
	
		
		

}

.flex-direction-nav .flex-prev {
	/*left: 0px;*/
}
.flexslider:hover .flex-direction-nav .flex-prev {
	/*left: 50px;*/
}
.flex-direction-nav .flex-next {
	/*right: 0px;
	left: inherit;*/
}
.flex-direction-nav a::before {
 	font-family: "Font Awesome 5 Solid" !important;
		content: '\f104';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 19px;
    	line-height: 27px;
		display: none;
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
}

.flexslider li .meta {
		position: absolute;
		bottom: 40px;
		left: 100px;
		color: white;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
}

.flexslider li h2 {
    /*background: rgba(73,85,77,0.75);*/
    background-color: #49554d;
    padding: 12px 18px 12px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 300;
    display: inline-block;
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
}

.flexslider li .category {
    display: flex;
    flex-direction: row;
	margin-top: 20px;
}

.flexslider li .category p {
    background-color: #e7e4e2;
    color: #333;
    margin-right: 7px;
    padding: 12px 18px 10px;
    font-weight: 500;
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
}


.flexslider li h2,
.flexslider li .category p {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p {
		-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;
}

.flexslider li.flex-active-slide .meta h2 {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
}

@-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);
		}
}


@media (max-width: 991px) {
	.flexslider li .meta {
		display: none;
	}
}
