@charset "utf-8";

.eclipse-wrapper {float:left;position:relative;width:100%;}
.eclipse-wrapper button {border:none;-webkit-appearance:none;appearance:none;cursor:pointer;}

.eclipse-hide {display:none !important;}

.eclipse-slider {transition:all 500ms;}

.eclipse-slides {width:100%;display:flex;background:#efefef;flex-direction:row;height:80vh;}
.eclipse-slides .image50 {width:50%;}

.eclipse-slides .content50 {width:50%;padding:0 8% 0 8%;display:flex;justify-content:center;align-items:center;flex-direction:column;}
.eclipse-slides .content50 em {display:flex;justify-content:center;align-items:center;width:100%;flex-direction:row;align-items:center;justify-content:center;}
.eclipse-slides .content50 em span {width:200px;height:150px;flex-shrink:0;margin:5px;}
.eclipse-slides .content50 .title_small {margin-bottom:20px;font-size:12px;}
.eclipse-slides .content50 .title_big {font-size:28px;margin-top:30px;margin-bottom:5px;}


.eclipse-active {z-index:10;}

.eclipse-clone {z-index:0 !important;}

.eclipse-arrow {display:block;position:absolute;top:50%;z-index:11;width:21px;height:35px;margin:-18px 0 0;background:url("../eclipse/arrow.png") 0 0 no-repeat;text-indent:-9999em;border:none;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;}
.eclipse-arrow.eclipse-prev {left:30px;transform:rotate(180deg);}
.eclipse-arrow.eclipse-next {right:30px;}

.eclipse-controls {position:absolute;left:50%;bottom:-40px;z-index:11;line-height:0;transform:translateX(-50%);}

.eclipse-paging {float:left;}
.eclipse-paging-button {width:14px;height:14px;margin:0 0 0 14px;border-radius:50%;text-indent:-9999em;border:1px solid red;outline:none;}
.eclipse-paging-button:first-child {margin-left:0;}
.eclipse-paging-active {background:rgba(207,22,36,1);opacity:1;outline:none;}

.eclipse-auto-play {display:block;float:left;width:25px;height:25px;margin:0 0 0 10px;background:url(images/play.png) 0 0 no-repeat;text-indent:-9999em;}
.eclipse-auto-stop {display:block;float:left;width:25px;height:25px;margin:0 0 0 10px;background:url(images/stop.png) 0 0 no-repeat;text-indent:-9999em;}






@media (max-width:640px){

}
























