html {
}
body {
	background: #000;
}

p, label {
	color: #fff;
	line-height: 22px;
	text-align: justify;
}

#slide {
	position: absolute;
	z-index: -999;
	top: 0;
	width: 100%;
	height: 100%;
}

#header {
	height: 88px;
	background: url(../images/bg.png) repeat-x;
	text-align: center;
	position: relative;
	z-index: 999;
}

#header img {
	margin-top: 23px;
	position: relative;
}

#nav-left {
	left: 0;
	top: 28px;
	position: absolute;
	
}

#nav-right {
	right: 0;
	top: 28px;
	position: absolute;
}

#nav-left ul li, #nav-right ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 50px;
	float: left;
}

#header li a {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: color .25s linear;
transition: color .25s linear;
transition: background-color .15s linear .1;
}

#header li a:hover, #header li.current a {
	text-decoration: none;
	color: #ef4933;
}

#home-content {
	position: relative;
	margin: 0 auto;

}



#home-contents {
	background: rgba(0, 0, 0, 0.8);

	margin-top: 150px;
	padding-right: 10px;
	padding-left: 10px;
}

#home-container {
	position: relative;
}

.sub-menu img {
	padding-right: 1px;
}

#aviation {
	width: 229px;
	height: 87px;
	background: url(../images/aviation.png) 0 top;
}

#aviation a {
	text-indent: -999px;
	display: block;
	height: 87px;
}

#aviation:hover, #aviation.current {
	width: 229px;
	height: 87px;
	background: url(../images/aviation.png) 0 -87px;
}

#market {
	width: 229px;
	height: 87px;
	background: url(../images/market.png) 0 top;
}

#market a {
	text-indent: -999px;
	display: block;
	height: 87px;
}

#market:hover, #market.current {
	width: 229px;
	height: 87px;
	background: url(../images/market.png) 0 -87px;
}

#graphic {
	width: 229px;
	height: 87px;
	background: url(../images/graphic.png) 0 top;
}

#graphic a {
	text-indent: -999px;
	display: block;
	height: 87px;
}

#graphic:hover, #graphic.current {
	width: 229px;
	height: 87px;
	background: url(../images/graphic.png) 0 -87px;
}

#training {
	width: 229px;
	height: 87px;
	background: url(../images/training.png) 0 top;
}

#training a {
	text-indent: -999px;
	display: block;
	height: 87px;
}

#training:hover, #training.current {
	width: 229px;
	height: 87px;
	background: url(../images/training.png) 0 -87px;
}

#sub-menu {
	overflow: hidden;
}

#sub-menu div {
	float: left;
	margin-right: 1px;
}

#home-contents li {
	color: #fff;
	font-size: 16px;
	margin-left: 40px;
}

#submit {
	background-color: #ef4933;
	color: #fff;
	padding: 5px 10px;
	border-style: none;
	cursor: pointer;
}

#mobile-nav {
margin-top: -70px;
position: relative;
z-index: 999;

}

#menuButton {
background: #ef4933;
border-color: ;
border: none;
color: #fff;
text-align: left;
position: fixed;
z-index: 9999;
right: 0;
width: 100%;
top: 0;

line-height:20px;

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */

#page {
margin-top: 41px;
}

}

@media only screen
and (min-width : 481px)
and (max-width : 768px) {
/* Styles */

#page {
margin-top: 41px;
}

}

/*********************************************
 * ROLLING LINKS
 *********************************************/

.roll {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;

    -webkit-perspective: 300px;
    

    -webkit-perspective-origin: 50% 50%;
    }
.roll:hover {
    background: none;
    text-shadow: none;
}
.roll span {
    display: block;
    position: relative;
    padding: 0 2px;
    pointer-events: none;

    -webkit-transition: all 400ms ease;
         
    -webkit-transform-origin: 50% 0%;
         
    -webkit-transform-style: preserve-3d;
     }
.roll:hover span {
    background: #ef4933;

    -webkit-transform: translate3d( 0px, 0px, -45px ) rotateX( 90deg );
     
}
.roll span:after {
    content: attr(data-title);

    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;
    white-space: nowrap;

    color: white;
    background: ; 

    -webkit-transform-origin: 50% 0%;
      
    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
      
}

input:focus {
    outline-width: 0;
}