.owl-prev::before {
        content: '';
        margin-left: -4px;
    }
    .owl-next::before {
        content: '';
        margin-right: -3px;
    }
   
   .hover14 figure {
	position: relative;
    }
    .hover14 figure::before {
    	position: absolute;
    	top: 0;
    	left: -75%;
    	z-index: 2;
    	display: block;
    	content: '';
    	width: 50%;
    	height: 100%;
    	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    	background: linear-gradient(to right, rgba(26, 187, 155, 0.33) 0%, rgba(26, 187, 155, 0.42) 100%);
    	-webkit-transform: skewX(-25deg);
    	transform: skewX(-25deg);
    }
    .hover14 figure:hover::before {
    	-webkit-animation: shine .75s;
    	animation: shine .75s;
    }
    @-webkit-keyframes shine {
    	100% {
    		left: 125%;
    	}
    }
    @keyframes shine {
    	100% {
    		left: 125%;
    	}
    }
    figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
#caro .item .cover .header-content h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}
option {
    color: black;
}
select {
    color: black;
}
.rd-navbar-fixed .rd-navbar-nav li.active > a {
    color: #fff;
    background: #1abb9b;
}
}
