.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
   height: 590px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides > img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  .rslides li >img {
	  width: 100%;
    height: 100vh;
  }
  
  .rslides li > div {
    display: block;
    float: left;
    width: 1010px;
    height: 70vh;
    margin: 10vh 0 15vh;
    margin-left: 300px;
    border: 0;
    background: rgba(0,0,0,0.6);
  }

  .rslides_nav {
    position: absolute;
    z-index: 20;
    border-radius: 50%;
    padding: 4px 13px 4px 12px;
    font-size: 36px;
    border: 1px solid rgba(255,255,255,0.2);
  }
  
  .prev {
    top: 50vh;
	left: 50px;
    position: absolute;
	  color: rgba(255,255,255,0.2);
  }
  
  .prev:hover {
	  color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
  }
  
  .next {
    top: 50vh;
	right: 50px;
    position: absolute;
	 color: rgba(255,255,255,0.2);
  }
  
  .next:hover {
	 color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
  }
  
  #divSlideText {
    position: absolute;
    width: 45%;
    top: 200px;
    left: 140px;
    padding: 20px;
    background: rgba(0,70,97,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border: 1px solid #fff;
    border-radius: 2px;
    z-index: 5;
  }

  #divSlideText h1{
    padding: 10px;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    font-weight: bold;
    font-size: 54px;
	  
  }  

  #divSlideText p{
    padding: 10px 10px 20px;
    line-height: 1.2;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    font-size: 32px;
	  
  }

/* Responsive */

	@media screen and (min-width: 1900px) { 
	}

	@media screen and (max-width: 1280px) { 
		.rslides {
			height: 555px;
		}

		  #divSlideText {
			top: 188px;
			left: 132px;
		  }
		
		  #divSlideText h1{
			font-size: 53px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 30px;
			  
		  }

	}
	
	/* ipad mini/air  wide - ipad pro vertical */
	@media screen and (max-width: 1024px) { 
	
		 .rslides {
		  	height: 443px;
		  }

		 #divSlideText {
			top: 150px;
			left: 105px;
			padding: 15px;
		  }
		
		  #divSlideText h1{
			font-size: 41px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 24px;
			  
		  }
		  
	}
	
	@media screen and (max-width: 800px) {
	
		 .rslides {
		  	height: 348px;
		  }

		 #divSlideText {
			top: 98px;
			left: 83px;
		  }
		
		  #divSlideText h1{
			font-size: 32px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 21px;
			  
		  }
		

	}
	
	/* ipad mini/air  vertical */
	@media screen and (max-width: 768px) {
	
		 .rslides {
		  	height: 336px;
		  }

		 #divSlideText {
			top: 94px;
			left: 80px;
			padding: 10px;
		  }
		
		  #divSlideText h1{
			font-size: 31px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 18px;
			  
		  }

	}
	
	@media screen and (max-width: 640px) { 
	
		 .rslides {
		  	height: 277px;
		  } 

		 #divSlideText {
			top: 84px;
			left: 67px;
		  }
		
		  #divSlideText h1{
			font-size: 25px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 15px;
			  
		  }
	}
	
	@media only screen and (max-width : 480px) {
	
		 .rslides {
		  	height: 212px;
		  }


		 #divSlideText {
			top: 72px;
			left: 50px;
			padding: 5px;
		  }
		
		  #divSlideText h1{
			font-size: 19px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 12px;
			  
		  }


	}
	
	@media only screen and (max-width : 414px) {
	
		 .rslides {
		  	height: 185px;
		  }

		 #divSlideText {
			top: 30px;
			left: 42px;
		  }
		
		  #divSlideText h1{
			font-size: 16px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 10px;
			  
		  }

	}
	
	/* iphone 6s plus */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: portrait) { 
	
	} 
	
	@media only screen and (max-width : 375px) {
	
		 .rslides {
		  	height: 159px;
		  }

		 #divSlideText {
			top: 20px;
			left: 38px;
		  }
		
		  #divSlideText h1{
			font-size: 15px;
			  
		  }  
		
		  #divSlideText p{
			font-size: 9px;
			  
		  }

	}
	
	/* Galaxy S5 */
	@media screen 
	  and (device-width: 360px) 
	  and (device-height: 640px) 
	  and (-webkit-device-pixel-ratio: 3) 
	  and (orientation: portrait) {
	
	}
	
	/* Generic 320 width */
	@media only screen and (max-width : 320px) {

	} 

	/* iPhone 5 and 5S */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}
	
	/* iPhone 4 and 4S */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}

/* Responsive */ 