@charset "UTF-8";

html, 
body {
	width: 100%;
	height:100%;
} 

/*////////////////  RS GALLERY PAGE  //////////////////////////////////////////////////////////////////////////*/

.royalSlider.rsDefault {
	position: absolute !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 80px 63px 116px 63px !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	opacity: 0;
}



/*////////////////  Phones  //////////////////////////////////////////////////////////////////////////*/



div, p, a, li, td { -webkit-text-size-adjust:none; }


/*/////  Phones  /////*/
		
		@media only screen 
		and (min-width : 300px) 
		and (max-width : 736px) {
			
				
				.royalSlider.rsDefault {padding: 107px 16px 100px 16px !important;}
				#leftpad, #rightpad {width:0px; height:0px}
				.icon_right  {top:95%;	 right:10px;}
				.icon_left {top:95%;  left:10px;}
				.slider_caption { padding: 0 50px 0 50px; }

		}
		
		
		/*/////  Phones Landscape  /////*/
		
		@media only screen 
		and (min-width : 320px) 
		and (max-width : 736px)
		and (orientation : landscape) {
		
				.royalSlider.rsDefault {padding: 50px 0 50px 0 !important;}
				#leftpad, #rightpad {width:0px; height:0px}
				.icon_right .icon_left { display:none; }				
				.icon_right  {top:50%; right:18px;	}
				.icon_left {top:50%; left:18px}
				.slider_caption { padding: 0; }
		}
		
		
		
		
		
		/*/////  Tablets  /////*/
		
		@media only screen 
		and (min-width : 768px) 
		and (max-width : 1024px) {
			
		
				.royalSlider.rsDefault {padding: 80px 60px 116px 60px !important;}
				#leftpad, #rightpad {width:0px; height:0px}
				.icon_right  {top:50%;	 right:18px;}
				.icon_left {top:50%;  left:18px;}
			
		}
		
		
		/*/////  Tablets Landscape  /////*/
		
		@media only screen 
		and (min-width : 768px) 
		and (max-width : 1024px) 
		and (orientation : portrait) { 
		
				.royalSlider.rsDefault {padding: 160px 50px 116px 50px !important;}
				#leftpad, #rightpad {width:0px; height:0px}
				.icon_right  {top:95%;	 right:18px;}
				.icon_left {top:95%;  left:18px;}

		}


