.zeus-slider {

    position:relative;

    width:100%;

    margin:0;

    padding:0;

    overflow:hidden;

}

.zeus-block {

	height:100%;

	width:100%;

	padding:0px;

	margin:0px;

    display:none;

}

.zeus-slide {

	margin:0px;

	padding:0px;

	-webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	box-sizing:border-box;

	outline:0px;

	border:none;

	float:left;

    overflow:hidden;

}

.zeus-slide.s-20 {

    width:25%;

}

.zeus-slide.s-25 {

    width:25%;

}

.zeus-slide.s-30 {

    width:30%;

}

.zeus-slide.s-40 {

    width:40%;

}

.zeus-slide.s-50 {

    width:50%;

}

.zeus-slide.s-60 {

    width:60%;

}

.zeus-slide.s-70 {

    width:70%;

}

.zeus-slide.s-75 {

    width:75%;

}

.zeus-slide.s-80 {

    width:80%;

}

.zeus-slide.s-100 {

    width:100%;

}

.zeus-slide img {

    width:100%;

    display:block;

    height:auto;

    margin:0px;

	padding:0px;

    -webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	backface-visibility: hidden;

}

.zeus-content {

    padding:15px 25px 0px 25px;

    overflow-y:auto;

    -webkit-overflow-scrolling: touch;

    width:100%;

    height:100%;

}

.zeus-info {    

    padding:10px 10px 10px 15px;

    position:absolute;

    bottom:0;

    left:0;

    width:100%;

    margin-bottom:-60px;

    z-index:9;

    opacity:0.9;

}

.zeus-block iframe, .zeus-block embed, .zeus-block video {

	height:100%;

	width:100%;

    outline:none;

    border:none;

}

.next-block,.prev-block {

    position:absolute;

	z-index:9;

	cursor:pointer;

	height:60px;

	width:60px;

	-webkit-transition:opacity 0.4s ease-in-out;

	-moz-transition:opacity 0.4s ease-in-out;

	-o-transition:opacity 0.4s ease-in-out;

	-ms-transition:opacity 0.4s ease-in-out;

    opacity:0.5;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    display:none;

}

.next-block {

    right:10px;

}

.prev-block {

    left:10px;

}

.next-block:hover, .prev-block:hover {

	opacity:1;

}

.clear {

    clear:both;

}

.s-show {

    display:block !important;

}

.zeus-text-right,.zeus-text-left {

    text-align:center !important;

    font-size:26px;

    padding:20px;
	
    position:absolute !important;

    top:30px !important;

    width:auto !important;

    z-index:9;

    opacity:1 !important;

    max-width:50%;

    -webkit-transition:all 0.4s linear;

	-moz-transition:all 0.4s linear;

	-o-transition:all 0.4s linear;

	-ms-transition:all 0.4s linear;

}

.zeus-text-right {

    left:50% !important;
top:-15px;
}

.zeus-text-left {

    right:50% !important;
top:-15px;

}

.zeus-innerpage {

    margin-bottom: 30px !important;

}

/* ================= COLORS  ================== */



.zeus-default .next-block {

	background-position:center center;

	background-image:url('images/s-right.png');

	background-repeat:no-repeat;

}

.zeus-default .prev-block {

	background-position:center center;

	background-image:url('images/s-left2.png');

	background-repeat:no-repeat;

}



/* ================= MEDIA  ================== */



@media only screen and (max-width:900px) {

    .zeus-text-right, .zeus-text-left {

        font-size:20px;

    }

}

@media only screen and (max-width:640px) {

    .zeus-text-right, .zeus-text-left, .flex-title-left, .flex-title-right {

        display:none !important;

    }

}



@media screen and (max-width: 600px) {

.zeus-info {

    padding:5px 5px 5px 10px;

    font-size:18px;

}

}

@media screen and (max-width: 480px) {

.zeus-info {

    font-size:14px;

}

.next-block,.prev-block {

    background-color:transparent !important;

}

.next-block {

    right:0px;

}

.prev-block {

    left:0px;

}    

.zeus-default .next-block {

	background-position:center center;

	background-image:url('images/x-right.png');

	background-repeat:no-repeat;

}

.zeus-default .prev-block {

	background-position:center center;

	background-image:url('images/x-left.png');

	background-repeat:no-repeat;

}

}