@charset "UTF-8";
	
	@font-face {
    font-family: 'FuturaLtBTLight';
    src: url('fonts/FuturaLT/futult__-webfont.eot');
    src: url('fonts/FuturaLT/futult__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLT/futult__-webfont.woff') format('woff'),
         url('fonts/FuturaLT/futult__-webfont.ttf') format('truetype'),
         url('fonts/FuturaLT/futult__-webfont.svg#FuturaLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
	html {-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);}
	
	html, body {
	width: 100%;
	}

	body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px 0px;
	padding: 0px;
	background-color: #000000;
	}
	
	h1,h2,h3,h4,h5,h6 { margin:0px; font-weight: normal;}

	h1 {font-size: 28px;}
	h2 {font-size: 20px;}

	.royalSlider {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	}

	.royalSlider .rsSlide img {
    opacity: 0.1;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;

    -webkit-transform: scale(1);  
    -moz-transform: scale(1); 
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	}
	
	.royalSlider .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);  
    -moz-transform: scale(1); 
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	}
		
	#logo {
	color: #333;
	z-index: 11000;
	position: fixed;
	opacity: 1;
	left: 50px;
	z-index: 999;
	letter-spacing: -2px;
	line-height: 50px;
	}
	
	#preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 0;
	opacity: 1;
	}
	
	.category {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 0px 5px 10px 15px;
	font-family: FuturaLtBTLight;
	font-size: 20px;
	color: #FFF;
	text-transform: capitalize;
	z-index: 999;
	opacity: 0;
	cursor: pointer;
	cursor: hand;
	line-height: 26px;
	}
			
	a {
	font-family:'FuturaLtBTLight';
	font-size: 16px;
	color: #d1d1d1;
	transition: color 0.3s;
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	}
	
	a:hover {
	color: #b3ff00;
	transition: color 0.3s;
	}


/*//////////////// FIN */
