
.everslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0px 0px 20px 0px;
}

.everslider .es-slides {
	position: relative;
	width: 100000px;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transform: translate3d(0,0,0);
}

.everslider .es-slides > li {
	position: relative;
	float: left;
	padding: 0!important;  
    border: 0!important;
	width: 700px;
	height: 500px;
    margin: 0 10px 0 0;
    cursor: default; 
	cursor: -webkit-grab; 
	cursor: -moz-grab;
	 -webkit-transform: translate3d(0,0,0);
}

#mycarousel .es-custom-slider {
    min-height: 500px;  
}

.everslider.es-swipe-grab .es-slides > f
{
	cursor: default; 
    cursor: -webkit-grabbing; 
    cursor: -moz-grabbing; 
}

.everslider .es-slides img {
	width: 700px;
	height: 500px;
	max-width: none;
}


/* Preload */

.everslider {
	background: transparent;
}

.everslider.es-slides-ready {
	background: none;
}

.es-slides {
	visibility: hidden;
}

.es-slides-ready .es-slides {
	visibility: visible;
}


/* Navigation */

.es-navigation a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    padding: 14px;
    background-color: #eee;
}

.es-navigation .es-prev { left: 0 }
.es-navigation .es-next { right: 0 }

.es-navigation .es-first,
.es-navigation .es-last {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.es-navigation a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-navigation .es-prev span {
	background: url(../images/arrows.png) no-repeat 0 0;
}

.es-navigation .es-next span {
	background: url(../images/arrows.png) no-repeat -20px 0;
}

.es-navigation .es-prev span.alt-arrow {
	background: url(../images/arrows.png) no-repeat 0 -20px;
}

.es-navigation .es-next span.alt-arrow {
	background: url(../images/arrows.png) no-repeat -20px -20px;
}

/* Pagination */

.es-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.es-pagination a {
    position: relative;
    right: 50%;
    float: left;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url(../images/bullets.png) no-repeat 0 0;
    margin: 0 5px 0;
    text-indent: -9999px;
}

.es-pagination .es-active {
	background: url(../images/bullets.png) no-repeat -13px 0;
}

/* Ticker */

.es-ticker {
	position: absolute;
    bottom: 0;
    right: 0;
}

.es-ticker a {
	display: block;
    padding: 7px;
    background: #eee;
}

.es-ticker a span {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.es-ticker .es-play span {
    background: url(../images/ticker.png) no-repeat 0 0;
}

.es-ticker .es-pause span {
    background: url(../images/ticker.png) no-repeat -20px 0;
}

/* Retina */

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
	/* Navigation */
	.es-navigation .es-prev span {
	    background: url(../images/arrows@2x.png) no-repeat 0 0;
	    background-size: 40px 40px;
	}
	.es-navigation .es-next span {
	    background: url(../images/arrows@2x.png) no-repeat -20px 0;
	    background-size: 40px 40px;
	}
	/* Pagination */
	.es-pagination a {
	    background: url(../images/bullets@2x.png) no-repeat 0 0;
	    background-size: 26px 13px;
	}
	.es-pagination a.es-active {
	    background: url(../images/bullets@2x.png) no-repeat -13px 0;
	    background-size: 26px 13px;
	}
	/* Ticker */
	.es-ticker .es-play span {
	    background: url(../images/ticker@2x.png) no-repeat 0 0;
	    background-size: 40px 20px;
	}
	.es-ticker .es-pause span {
	    background: url(../images/ticker@2x.png) no-repeat -20px 0;
	    background-size: 40px 20px;
	}
}    

    
#mycarousel {
    width: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
}   
    
#mycarousel .es-slides li {
    margin: 0;
}           
    
#mycarousel span {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: #000;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all .4s;
    -moz-transition: all .4s; 
    -o-transition: all .4s;
    transition: all .4s; opacity: 1;
}

#mycarousel .es-navigation .es-prev span, #mycarousel .es-navigation .es-next span {
    min-height: auto;
}

#mycarousel .es-custom-slider {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
    
#mycarousel span p {
    font-family: Touche, console, monospace;
    display: block;
    height: 1.5rem; 
    width: 75%;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    top: calc(50% + 0.7rem);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0px 20px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

#mycarousel .es-custom-slider:hover span p {
    opacity: 0;
    }

#mycarousel svg {
    opacity: 0;
    position: absolute;
    top: calc(50% + 0.3em);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#mycarousel span:hover svg {
    opacity: 1;
}
    
#mycarousel span:hover {
    background: rgba(0,0,0,0.0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s; 
    -o-transition: all .4s; 
    transition: all .4s;
    opacity: 1;
    box-shadow: -2px -2px 2px 0 rgba(0,0,0,0.2);
}

#mycarousel .es-navigation a span {
    width: 22px;
    height: 42px;
}

#mycarousel .es-navigation .es-prev span {
    background: url('https://cdn1.umg3.net/684-cdn/arrows-bigger.png') no-repeat 0 0;
    background-color: transparent;
}

#mycarousel .es-navigation a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    padding: 14px;
    background-color: transparent;
}
    
#mycarousel .es-navigation .es-next span {
    background: url('https://cdn1.umg3.net/684-cdn/arrows-bigger.png') no-repeat top right;
    background-color: transparent;
}
    
.es-navigation .es-first, .es-navigation .es-last {
    opacity: 0.8;filter: alpha(opacity=80);
}

#mycarousel .es-pagination {
    display: none
}    


@media (max-width: 800px) {
.everslider {
    padding: 40px 0px 0px 0px;
}       
.everslider .es-slides img, .everslider .es-slides > li {
	width: 100%;
	height: auto;
	max-width: none;
}    
   

.everslider .es-slides > li {
	position: relative;
	float: left;
	padding: 0!important;  
    border: 0!important;
	width: 100%;
	height: 268px !important;  
     min-height: 268px !important; 
    
}
    
    #mycarousel span {
        min-height: 100px;
            height: 268px !important;
    }    

    #mycarousel .es-custom-slider, #mycarousel span {
        min-height: 100px;
        height: 268px !important;
    }    
    
    #mycarousel .es-navigation a {
        top: calc(50% + 30px);
            height: 75px !important;
    }    

}