.siema {margin-bottom: 0; height: 350px; background: rgb(99,179,46);background: linear-gradient(0deg, rgba(99,179,46,1) 0%, rgba(120,190,32,1) 100%); }
.siema-slide {width: 1140px;height: 350px;margin: 0 auto;}
.siema-prev, .siema-next {position: absolute;top: 350px;background:#000;border: 2px solid #fff ;color:  #fff;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;padding: 0px 0;height: 50px;width: 50px;text-align: center;font-size: 20px;line-height: 100%;}
.siema-prev {left: 20px;}
.siema-next {right: 20px;}
.siema-prev:hover, .siema-next:hover {background-color: rgba(255, 255, 255, 0.5);color:  #000;outline:none;}
.siema-prev:focus, .siema-next:focus {background-color: rgba(255, 255, 255, 0.6);color:  #000;border: 2px solid #E8EDEE;outline:none;}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.siema-slide {width: 940px;}
	.siema-prev, .siema-next, .siema-slide-text .read-on  { display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {	
	.siema {margin-bottom: 0; height: 260px;}	
	.siema-slide {width: 728px; height: 220px; padding:0; margin: 20px; overflow: hidden;}
}
@media only screen and (max-width: 767px) {	
	.siema {margin-bottom: 0; height: 220px; }
	.siema-slide {width: 100%; height: 220px; padding:0; margin: 0; border: none;  overflow: hidden;}
	.siema-prev, .siema-next {display:none;}
}