@viewport
	{
	orientation: landscape;
	}
body
	{
	margin:0;
	padding:0;
	border:0;
	font-family:arial;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++BACKGROUND+++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bg1
	{
	background:url(000150.jpg);
	background-size:12px 12px;
	background-repeat:repeat;
	position:absolute; width:100%; height:100%; z-index:10;
	}
.fader
	{
	position:absolute;
	width:100%;
	height:99.5%;
	z-index:20;
	}
.imgfader
	{
	width:100%;
	height:100%;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*----------------------------------------------------------------------------*/
/*-----------------------------------CONTENTS---------------------------------*/
/*----------------------------------------------------------------------------*/
.contents
	{
	position:absolute;
	width:100%;
	height:100%;
	z-index:30;
	}
/*COLUMN 1*/
.divc1
	{
	float:left;
	width:50%;
	height:100%;
	display:table;
	}
.plt
	{
	display:table-cell;
	vertical-align:middle;
	}
.imgl
	{
	max-width:100%;
	max-height:100% auto;
	}
/*COLUMN 2*/
/*------TEXT*/
.arial
	{
	font-family:arial;
	}
#divc2
	{
	float:left;
	width:580px;
	height:100%;
	display:table;
	}
#divt1
	{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	}
.btext
	{
	font-weight:bold;
	font-size:70px;
	line-height:90%;
	color:#00ff00;
	text-shadow:#97ff97 -1px 1px 1px, #000000 2px -2px 2px;
	stroke-weight:2em;
	}
.stext
	{
	font-size:20px;
	color:#acb6bc;
	line-height:50%;
	}
/*--------BUTTONS*/
/*----------------BUTTON 1*/
.divb
	{
	float:left;
	width:25%;
	text-align:center;
	}
.b1
	{
	display:inline-block;
	width:100px;
	height:100px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000160.png);
	background-repeat:no-repeat;
	}
.b1:hover
	{
	background:url(000164.png);
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
/*----------------BUTTON 2*/
.b2
	{
	display:inline-block;
	width:100px;
	height:100px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000161.png);
	background-repeat:no-repeat;
	}
.b2:hover
	{
	background:url(000165.png);
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
/*----------------BUTTON 3*/
.b3
	{
	display:inline-block;
	width:100px;
	height:100px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000162.png);
	background-repeat:no-repeat;
	}
.b3:hover
	{
	background:url(000166.png);
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
/*----------------BUTTON 4*/
.b4
	{
	display:inline-block;
	width:100px;
	height:100px;
	border:5px solid #464646;
	border-radius:55px;
	background:url(000163.png);
	background-repeat:no-repeat;
	}
.b4:hover
	{
	background:url(000167.png);
	background-repeat:no-repeat;
	border:5px solid #00ff00;
	}
/*--------BUTTONS TEXTS*/
.butt
	{
	width:100%;
	color:#acb6bc;
	}
/*----------------TEXT 1-4*/
.divbt
	{
	float:left;
	width:25%;
	}
.row
	{
	float:left;
	width:100%;
	height:2px;
	background:#00ff00;
	box-shadow:-1px 1px 2px black;
	}
/*--------CONTACT BUTTONS*/
.cont1
	{
	float:left;
	width:100%;
	height:60px;
	}
.cont2
	{
	float:left;
	height:100%;
	}
.cont3
	{
	float:left;
	height:100%;
	}
.cont4
	{
	float:left;
	width:60px;
	height:100%;
	text-align:center;
	}
.b5
	{	
	width:50px;
	height:50px;
	background:url(000184.png);
	font-style:none;
	color:#464646;
	border:5px solid #464646;
	border-radius:50px;
	display:inline-block;
	}
.b5:hover
	{
	background:url(000185.png);
	border:5px solid #00ff00;
	}
.b6
	{	
	width:50px;
	height:50px;
	background:url(000186.png);
	font-style:none;
	color:#464646;
	border:5px solid #464646;
	border-radius:50px;
	display:inline-block;
	}
.b6:hover
	{
	background:url(000187.png);
	border:5px solid #3b5998;
	}
.b7
	{	
	width:50px;
	height:50px;
	background:url(000188.png);
	font-style:none;
	color:#464646;
	border:5px solid #464646;
	border-radius:50px;
	display:inline-block;
	}
.b7:hover
	{
	background:url(000189.png);
	border:5px solid #00bef6;
	}
/*COLUMN 3*/
.divc3
	{
	float:left;
	width:5%;
	height:100%;
	display:table;
	}
/*ABOUT US BUTTON BASE POSITION*/
.aub1
	{
	position:absolute;
	width:200px;
	height:200px;
	top:35%;
	left:-160px;
	display:block;
	z-index:50;
	animation:aub 2s;
	-webkit-animation:aub 2s;
	}
@keyframes aub
	{
	0%{left:-200px;}
	100%{left:-160px;}
	}
@-webkit-keyframes aub
	{
	0%{left:-200px;}
	100%{left:-160px;}
	}
.aub1:hover
	{
	left:-150px;
	}
/*ABOUT US BUTTON ALIGNER CONTAINER*/
.aub2
	{
	width:100%;
	height:100%;
	border-radius:10px;
	box-shadow:-2px 5px 15px black;
	background:#00aeff;
	display:table;
	}
/*ABOUT US BUTTON ALIGNED*/
.aub3
	{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	filter:prodig:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-o-transform:rotate(-90deg);
	}
/*ABOUT US BUTTON TEXT*/
.aub4
	{
	position:relative;
	padding:30px 30px 10px 30px;
	top:80px;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	color:#06192e;
	}
/*----------------------------------------------------------------------------*/
