html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
@font-face {
    font-family: '235MKULA';
    src: url('font-face/235mkula-webfont.eot');
    src: url('font-face/235mkula-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/235mkula-webfont.woff') format('woff'),
         url('font-face/235mkula-webfont.ttf') format('truetype'),
         url('font-face/235mkula-webfont.svg#235MKULA') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ASSIMILATE';
    src: url('font-face/assimilate-webfont.eot');
    src: url('font-face/assimilate-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/assimilate-webfont.woff') format('woff'),
         url('font-face/assimilate-webfont.ttf') format('truetype'),
         url('font-face/assimilate-webfont.svg#ASSIMILATE') format('svg');
    font-weight: normal;
    font-style: normal;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
body {
	background-color: #0e100e;
	font-family: '235MKULA'; 
	color: #fff;
	letter-spacing: 2px;
	background-image: url(1920x1080/1920x1080_logo1364x604.png);
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: top;
	display: inline block;
}
.layout {
	display: inline block;
}
aside {
	float: left;
	position: absolute;
	top: 0%;
	width:20%;
	max-height: 100%;
	height: 100%;
	max-width: 20%;
	background-image: url(1920x1080/sidebar.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: left;	
	overflow: hidden;
}
.middle{
	position: absolute;
	top: 0%;
	width:100%;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
}
.top {
	margin: 20% 0 50% 0;
}
aside nav li {
	height: 100%;
	text-align: center;
	padding: 0px;
	font-size: 27px;
	line-height: 350%;
}	
aside nav li a {
	color: #F5F6F5;
	font-family: 'assimilate';
	text-shadow: -4px 3px 10px rgba(15, 17, 15, 1);
	opacity:0.7;
}

.hide ul li> ul { 
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);

	-webkit-transform-origin: left;
	-o-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;

	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	-o-transition: -o-transform 0.6s ease-in-out;
	-ms-transition: -ms-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
    position:absolute;
}
.hide ul li:hover> ul { 
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: left;
	-o-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    position: relative;
}

.buttons {
	background-image: url(1920x1080/buttons/headers/header_button.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 99%;
	height: 99%;
	padding: 0%;
	border: 0px;
	margin: 0px;
}
.buttons:hover  {
	background-image: url(1920x1080/buttons/headers/header_button_green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.6s;
	-webkit-transition: background-image 0.6s;
	-moz-transition: background-image 0.6s;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0%;
	border: 0px;
	margin: 0px;
}
#active {
	background-image: url(1920x1080/buttons/headers/header_button_green.png);
}
.buttons_sub {
	background-image: url(1920x1080/buttons/headers/header_button.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 69%;
	height: 69%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 20%;
	font-size: 15px;
	line-height: 400%;
}
.buttons_sub:hover  {
	background-image: url(1920x1080/buttons/headers/header_button_green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.6s;
	-webkit-transition: background-image 0.6s;
	-moz-transition: background-image 0.6s;
	display: block;
	width: 70%;
	height: 70%;
}
#active1 {
	background-image: url(1920x1080/buttons/headers/header_button_green.png);
}
.buttons_sub1 {
	background-image: url(1920x1080/buttons/headers/header_button.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 69%;
	height: 69%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 40%;
	font-size: 12px;
	line-height: 400%;
}
.buttons_sub1:hover  {
	background-image: url(1920x1080/buttons/headers/header_button_green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.6s;
	-webkit-transition: background-image 0.6s;
	-moz-transition: background-image 0.6s;
	display: block;
	width: 70%;
	height: 70%;
}
.buttons_top {
	background-image: url(1920x1080/buttons/headers/header_button.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 69%;
	height: 69%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 20%;
	font-size: 15px;
	line-height: 400%;
}
.buttons_top:hover  {
	background-image: url(1920x1080/buttons/headers/header_button_green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.6s;
	-webkit-transition: background-image 0.6s;
	-moz-transition: background-image 0.6s;
	display: block;
	width: 70%;
	height: 70%;
}

#active2 {
	background-image: url(1920x1080/buttons/headers/header_button_green.png);
}
.maincontent {
	float: left;
	position: absolute;
	left: 0%;
	width:100%;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	background-image: url(1920x1080/1920x1080_turbine860x640.png);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: bottom left;
	color: #fff;
	text-shadow: -4px 3px 13px rgba(52, 54, 54, 0.95);
	z-index: -10;
	overflow: hidden;
}
	
.a{
	position: absolute;
	top: 47%;
	left: 22.5%;
	float: left;
	font-size: 130%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.25em;
	text-justify: distribute;
	width:55%;
	padding: 0.5% 0.5% 0.5% 5%;
	margin: 0 0 0 0;
	background-image: url(1920x1080/s_bar4.png);
	background-repeat: no-repeat;
	background-size: 5%;
	background-position: left;
	opacity: 0.7;
}
h2, p {
	display: inline;
}
h2 a {
	font-family: '235MKULA'; 
	color: #32e73a;
	font-size: 100%;
}
p a {
	font-family: '235MKULA'; 
	color: #32e73a;
	font-size: 100%;
}
.notgreen {
	font-family: '235MKULA'; 
	color: #fff;
	font-size: 100%;
}
.border {
	float: left;
	display: inline;
	width: 44%;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #0e100e;
	-webkit-box-shadow: -4px 5px 18px rgba(50, 50, 50, 0.92);
	-moz-box-shadow:    -4px 5px 18px rgba(50, 50, 50, 0.92);
	box-shadow:         -4px 5px 18px rgba(50, 50, 50, 0.92);
	font-size: 90%;
	padding: 1%;
	margin: 2%;
	opacity: 0.75;
}
.border2 {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-box-shadow: -4px 5px 18px rgba(50, 50, 50, 0.92);
	-moz-box-shadow:    -4px 5px 18px rgba(50, 50, 50, 0.92);
	box-shadow:         -4px 5px 18px rgba(50, 50, 50, 0.92);
	font-size: 90%;
	letter-spacing: 0.20em;
	font-weight: 500;
	padding: 0.5%;
	margin: 0.5%;
	opacity: 0.9;
	/*-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
*/
	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
    position:relative;
}
/*.border:hover> .border2{
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
    position: relative;

}*/
.border_contact {
	width: 88%;
	font-size: 90%;
	padding: 1%;
	margin: 2%;
}	
.id {
	font-size: 150%;
}
.ex {
	display: inline;
	position: absolute;
	top: 100%;
	width:100%;
}
.fb {
	margin: 2%;
}
.li {
	margin: 2%;
}

footer {
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin: 0 0% 0 0%;
	text-align: center;
	font-size: 70%;
}
footer a {
	color: #32e73a;
	font-family: 'assimilate';
}


@media only screen and (min-height: 500px) and (max-height: 900px) {
body {
	background-image: url(1920x1080/1920x1080_logo1364x604.png);
	background-size: 65%;
}
aside {
	width:20%;
	max-width: 20%;
	background-image: url(1920x1080/sidebar.png);
	background-size: 80%;
}
aside nav li {
	padding: 0px;
	font-size: 15px;
	line-height: 400%;
}
.buttons {
	width: 89%;
	height: 89%;
}
.buttons:hover  {
	width: 90%;
	height: 90%;
}
.buttons_sub {
	width: 69%;
	height: 69%;
	margin: 0 0 0 20%;
	font-size: 10px;
	line-height: 400%;
}
.buttons_sub:hover  {
	width: 70%;
	height: 70%;
}
.buttons_sub1 {
	width: 79%;
	height: 79%;
	margin: 0 0 0 50%;
	font-size: 9px;
	line-height: 400%;
}
.buttons_sub1:hover  {
	width: 80%;
	height: 80%;
}
.buttons_top {
	width: 69%;
	height: 69%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 20%;
	font-size: 15px;
	line-height: 300%;
}
.buttons_top:hover  {
	width: 70%;
	height: 70%;
}
.maincontent {
	background-image: url(1920x1080/1920x1080_turbine860x640.png);
	background-size: 40%;
}
	
.a{
	position: absolute;
	top: 47%;
	left: 22.5%;
	float: left;
	font-size: 100%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.25em;
}
h2 a {

	font-size: 100%;
}
p a {
	font-size: 100%;
}
.notgreen {
	font-size: 100%;
}

.border {
	width: 44%;
	font-size: 90%;
	padding: 1%;
	margin: 2%;
}
.border2 {
	font-size: 90%;
	letter-spacing: 0.20em;
	font-weight: 500;
	padding: 0.5%;
	margin: 0.5%;
	line-height: 0.9em;
}

footer {
	bottom: 5px;
	font-size: 60%;
}
}
@media only screen and (min-height: 500px) and (max-height: 800px) and (max-width: 1100px){
body {
	background-image: url(1920x1080/1920x1080_logo1364x604.png);
	background-size: 75%;
	background-position: top right;
}
aside {
	width:25%;
	max-width: 25%;
	background-image: url(1920x1080/sidebar.png);
	background-size: 80%;
}

aside nav li {
	padding: 0px;
	font-size: 15px;
	line-height: 350%;
}
.hide ul li> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;

	-webkit-transform-origin: none;
	-o-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;

	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
    position:static;
}
.hide ul li:hover> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
    -webkit-animation: none;
    animation: none;
    position: static;
}
.buttons {
	width: 89%;
	height: 89%;
}
.buttons:hover  {
	width: 90%;
	height: 90%;
}
.buttons_sub {
	width: 79%;
	height: 79%;
	margin: 0 0 0 20%;
	font-size: 10px;
	line-height: 380%;
}
.buttons_sub:hover  {
	width: 80%;
	height: 80%;
}
.buttons_sub1 {
	width: 69%;
	height: 69%;
	margin: 0 0 0 45%;
	font-size: 9px;
	line-height: 280%;
}
.buttons_sub1:hover  {
	width: 70%;
	height: 70%;
}
.maincontent {
	background-image: url(1920x1080/1920x1080_turbine860x640.png);
	background-size: 40%;
}
.buttons_top {
	width: 69%;
	height: 69%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 20%;
	font-size: 13px;
	line-height: 300%;
}
.buttons_top:hover  {
	width: 70%;
	height: 70%;
}	
.a{
	position: absolute;
	top: 47%;
	left: 22.5%;
	float: left;
	font-size: 100%;
	font-weight: 600;
	line-height: 1em;
}
.gone { 
	display: none;
}
.gone1 { 
	display: none;
}
.gone2 {
	display: none;
}
h2 a {
	font-size: 100%;
}
p a {
	font-size: 100%;
}
.notgreen {
	font-size: 100%;
}
.border {
	width: 44%;
	font-size: 90%;
	padding: 1%;
	margin: 2%;
}
.border2 {
	display: none;
}
footer {
	bottom: 5px;
	font-size: 60%;
}
}
@media only screen and (min-height: 800px) and (max-height: 1300px) and (max-width: 1500px){
body {
	background-image: url(1920x1080/1920x1080_logo1364x604.png);
	background-size: 75%;
}
aside {
	width:25%;
	max-width: 25%;
	background-image: url(1920x1080/sidebar.png);
	background-size: 80%;
}

aside nav li {
	padding: 0px;
	font-size: 15px;
	line-height: 420%;
}
.buttons {
	width: 89%;
	height: 89%;
}
.buttons:hover  {
	width: 90%;
	height: 90%;
}
.buttons_sub {
	width: 69%;
	height: 69%;
	margin: 0 0 0 20%;
	font-size: 9px;
	line-height: 500%;
}
.buttons_sub:hover  {
	width: 70%;
	height: 70%;
}
.buttons_sub1 {
	width: 69%;
	height: 69%;
	margin: 0 0 0 45%;
	font-size: 8px;
	line-height: 500%;
}
.buttons_sub1:hover  {
	width: 70%;
	height: 70%;
}
.buttons_top {
	width: 69%;
	height: 69%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 20%;
	font-size: 15px;
	line-height: 300%;
}
.buttons_top:hover  {
	width: 70%;
	height: 70%;
}
.maincontent {
	background-image: url(1920x1080/1920x1080_turbine860x640.png);
	background-size: 40%;
}
.a{
	font-size: 100%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.25em;

}
h2 a {
	font-size: 100%;
}
p a {
	font-size: 100%;
}
.notgreen {
	font-size: 100%;
}
.border {
	width: 44%;
	font-size: 90%;
	padding: 1%;
	margin: 2%;
}
.border2 {
	font-size: 90%;
	letter-spacing: 0.20em;
	font-weight: 500;
	padding: 0.5%;
	margin: 0.5%;
}

footer {
	bottom: 5px;
	font-size: 60%;
}
}
@media only screen and (min-height: 700px) and (max-height: 1000px) and (min-width: 1400px) and (max-width: 1700px){
body {
	background-image: url(1920x1080/1920x1080_logo1364x604.png);
	background-size: 75%;
}
aside {
	width:20%;
	max-width: 20%;
	background-image: url(1920x1080/sidebar.png);
	background-size: 80%;
}

aside nav li {
	padding: 0px;
	font-size: 16px;
	line-height: 450%;
}
.buttons {
	width: 89%;
	height: 89%;
}
.buttons:hover  {
	width: 90%;
	height: 90%;
}
.buttons_sub {
	width: 69%;
	height: 69%;
	margin: 0 0 0 20%;
	font-size: 9px;
	line-height: 500%;
}
.buttons_sub:hover  {
	width: 70%;
	height: 70%;
}
.buttons_sub1 {
	width: 69%;
	height: 69%;
	margin: 0 0 0 45%;
	font-size: 8px;
	line-height: 500%;
}
.buttons_sub1:hover  {
	width: 70%;
	height: 70%;
}
.buttons_top {
	width: 69%;
	height: 69%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 20%;
	font-size: 15px;
	line-height: 300%;
}
.buttons_top:hover  {
	width: 70%;
	height: 70%;
}
.maincontent {
	background-image: url(1920x1080/1920x1080_turbine860x640.png);
	background-size: 40%;
}
.a{
	font-size: 100%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.25em;

}
h2 a {
	font-size: 100%;
}
p a {
	font-size: 100%;
}
.notgreen {
	font-size: 100%;
}
.border {
	width: 44%;
	font-size: 90%;
	padding: 1%;
	margin: 2%;
}
.border2 {
	font-size: 90%;
	letter-spacing: 0.20em;
	font-weight: 500;
	padding: 0.5%;
	margin: 0.5%;
}
footer {
	bottom: 5px;
	font-size: 60%;
}
}

@media only screen and (min-width: 100px) and (max-width: 500px){
body {
	background-color: #0a0c0a;
	font-family: '235MKULA'; 
	color: #fff;
	letter-spacing: 2px;
	background-image: url(iphone/main-logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	display: block;
	width:100%;
	height: auto;
	max-width: 100%;
}
.layout {
	display: block;
}
aside {
	float: left;
	position: relative;
	top: 0%;
	width:100%;
	height: auto;
	max-width: 100%;
	background-image: none;
	display: block;
}
.middle{
	width:100%;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
}
.top {
	display: inline-block;
	background-image: url(iphone/top-bar/top-bar.png);
	background-repeat: no-repeat;
	background-size:100%;
	margin: 0% 0 30% 0;
	width: 100%;
}
aside nav li {
	height: 100%;
	text-align: center;
	padding: 0px;
	font-size: 26px;
	line-height: 280%;
}	
aside nav li a {
	color: #F5F6F5;
	font-family: 'assimilate';
	text-shadow: -4px 3px 10px rgba(15, 17, 15, 1);
	opacity:1;
}

.hide ul li> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;

	-webkit-transform-origin: none;
	-o-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;

	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
    position:static;
}
.hide ul li:hover> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
    -webkit-animation: none;
    animation: none;
    position: static;
}

.buttons {
	background-image: url(iphone/buttons/button-LARGE.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0%;
	border: 0px;
	margin: 0px;
}
.buttons:hover  {
	background-image: url(iphone/buttons/button-LARGE-green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0%;
	border: 0px;
	margin: 0px;
}
#active {
	background-image: url(iphone/buttons/button-LARGE-green.png);
}
.buttons_sub {
	background-image: url(iphone/buttons/button-MEDIUM.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	width: 85%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0;
	font-size: 16px;
	line-height: 450%;
}
.buttons_sub:hover  {
	background-image: url(iphone/buttons/button-MEDIUM-GREEN.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	width: 85%;
	height: auto;
}
#active1 {
	background-image: url(iphone/buttons/button-MEDIUM-GREEN.png);
}
.buttons_sub1 {
	background-image: url(iphone/buttons/button-MEDIUM.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	width: 48%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0 0.5% 0 0.5%;
	font-size: 9px;
	line-height: auto;
}
.buttons_sub1:hover  {
	background-image: url(iphone/buttons/button-MEDIUM-GREEN.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	display: inline-block;
	width: 48%;
	height: auto;
}
.gone { 
	display: none;
}
.gone1 { 
	display: none;
}
.gone2 {
	display: none;
}
.buttons_top {
	background-image: none;
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	width: 48%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0 0.5% 0 0.5%;
	font-size: 10px;
	line-height: 150%;
}
.buttons_top:hover  {
	background-image: none;
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	width: 48%;
	height: auto;
}
#active2 {
	background-image: url(iphone/buttons/button-MEDIUM-GREEN.png);
}
.maincontent {
	float: left;
	position: relative;
	top:0%;
	left: 0%;
	width:100%;
	max-height: auto;
	height: auto;
	max-width: 90%;
	background-image: url(iphone/turbine_graphic.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	color: #fff;
	text-shadow: -4px 3px 13px rgba(52, 54, 54, 0.95);
	z-index: -10;
	padding: 0;
	margin: 0;
	overflow: visible;
}
	
.a{
	float: left;	
	position: relative;
	left: 5%;
	font-size: 100%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.25em;
	text-justify: distribute;
	width:auto;
	padding: 0;
	margin-top: 5%;
	background-image: none;
	opacity: 0.7;
}
h2 a {
	font-size: 100%;
}
p a {
	font-size: 100%;
}
.notgreen {
	font-size: 100%;
}
.border {
	float: left;
	display: block;
	width: auto;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #0e100e;
	-webkit-box-shadow: -4px 5px 18px rgba(50, 50, 50, 0.92);
	-moz-box-shadow:    -4px 5px 18px rgba(50, 50, 50, 0.92);
	box-shadow:         -4px 5px 18px rgba(50, 50, 50, 0.92);
	font-size: 80%;
	padding: 0%;
	margin: 2% 0% 0 5%;
	opacity: 0.75;
}
.border2 {
	display: none;
}
.border_contact {
	width: auto;
	font-size: 90%;
	padding: 1%;
	margin: 2%;
}	
.id {
	font-size: 150%;
}
.ex {
	display: inline;
	position: absolute;
	top: 100%;
	width:100%;
}
.fb {
	margin: 2%;
}
.li {
	margin: 2%;
}

footer {
	position: absolute;
	bottom: -50px;
	left: 10%;
	width: 100%;
	margin: 0 0% 0 0%;
	text-align: center;
	font-size: 60%;
}
footer a {
	color: #32e73a;
	font-family: 'assimilate';
}
}

@media only screen and (min-height: 100px) and (max-height: 400px){
body {
	background-color: #0a0c0a;
	font-family: '235MKULA'; 
	color: #fff;
	letter-spacing: 2px;
	background-image: url(ipad/turbine_graphic.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: bottom;

	display: block;
	width:100%;
	height: auto;
	max-width: 100%;
}
.layout {
	display: block;
}
aside {
	float: left;
	position: relative;
	top: 0%;
	width:100%;
	height: auto;
	max-width: 100%;
	background-image: url(ipad/main-logo.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: top right;
}
.middle{
	width:100%;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	display: block;
}
.top {
	display: inline-block;
	background-image: url(ipad/top-bar/top-bar.png);
	background-repeat: no-repeat;
	background-size:100%;
	margin: 0% 0 0% 0;
	width: 100%;
}
.top li{
	display: inline-block;
	margin: 0% 10% 0% 10%;
	width: 28%;
}

aside nav li {
	height: 100%;
	text-align: center;
	padding: 0px;
	font-size: 20px;
	line-height: 260%;
}	
aside nav li a {
	color: #F5F6F5;
	font-family: 'assimilate';
	text-shadow: -4px 3px 10px rgba(15, 17, 15, 1);
	opacity:1;
}


.hide ul li> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;

	-webkit-transform-origin: none;
	-o-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;

	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
    position:static;
}
.hide ul li:hover> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
    -webkit-animation: none;
    animation: none;
    position: static;
}


.buttons {
	background-image: url(ipad/buttons/button-LARGE.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 40%;
	height: 100%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 0%;
}
.buttons:hover  {
	background-image: url(ipad/buttons/button-LARGE-green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	display: block;
	width: 40%;
	height: 100%;


}
#active {
	background-image: url(ipad/buttons/button-LARGE-green.png);
}
.buttons_sub {
	background-image: url(ipad/buttons/button-MEDIUM.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	width: 90%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0 0% 0 20%;
	font-size: 12px;
	line-height: auto;
}
.buttons_sub:hover  {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	width: 90%;
	height: auto;
}
#active1 {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
}
.buttons_sub1 {
	background-image: url(ipad/buttons/button-MEDIUM.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 70%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0 0% 0 20%;
	font-size: 9px;
	line-height: auto;
}
.buttons_sub1:hover  {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	display: block;
	width: 70%;
	height: auto;
}
.gone { 
	display: none;
}
.gone1 { 
	display: none;
}
.gone2 {
	display: none;
}
.buttons_top {
	background-image: none;
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	width: 30%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0;
	font-size: 16px;
	line-height: 250%;
}
.buttons_top:hover  {
	background-image: none;
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	width: 30%;
	height: auto;
}
#active2 {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
}
.maincontent {
	float: left;
	position: relative;
	top:0%;
	left: 0%;
	width:100%;
	max-height: auto;
	height: auto;
	max-width: 90%;
	background-image: none;
	color: #fff;
	text-shadow: -4px 3px 13px rgba(52, 54, 54, 0.95);
	z-index: -10;
	padding: 0;
	margin: 0;
	overflow: visible;
}
	
.a{
	float: left;	
	position: relative;
	left: 5%;
	font-size: 100%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.25em;
	text-justify: distribute;
	width:auto;
	padding: 0;
	margin: 5% 0 5% 0;
	background-image: none;
	opacity: 0.7;
}
h2 a {
	font-size: 100%;
}
p a {
	font-size: 100%;
}
.notgreen {
	font-size: 100%;
}
.border {
	float: left;
	display: inline-block;
	width: 45%;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #0e100e;
	-webkit-box-shadow: -4px 5px 18px rgba(50, 50, 50, 0.92);
	-moz-box-shadow:    -4px 5px 18px rgba(50, 50, 50, 0.92);
	box-shadow:         -4px 5px 18px rgba(50, 50, 50, 0.92);
	font-size: 75%;
	letter-spacing: 0.2em;
	padding: 0%;
	margin: 2% 0% 0 5%;
	opacity: 0.75;
}
.border2 {
	display: none;
}
	
.id {
	font-size: 150%;
}
.ex {
	display: inline;
	position: absolute;
	top: 100%;
	width:100%;
}
.fb {
	margin: 2%;
}
.li {
	margin: 2%;
}

footer {
	position: absolute;
	bottom: 0px;
	left: 10%;
	width: 100%;
	margin: 0 0% 0 0%;
	text-align: center;
	font-size: 60%;
}
footer a {
	color: #32e73a;
	font-family: 'assimilate';
}
}
@media only screen and (min-height: 900px) and (max-height: 1100px) and (min-width: 700px) and (max-width:800px) {
body {
	background-color: #0a0c0a;
	font-family: '235MKULA'; 
	color: #fff;
	letter-spacing: 2px;
	width:100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background-image: url(ipad/turbine_graphic.png);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: bottom;
	display: block;

}
.layout {
	display: block;

}
aside {
	float: left;
	position: relative;
	top: 0%;
	width:100%;
	height: auto;
	max-width: 100%;
	background-image: url(ipad/main-logo.png);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: top right;
}
.middle{
	width:100%;
	max-height: 100%;
	height: 100%;
	max-width: 100%;
	display: block;
}
.top {
	display: inline-block;
	background-image: url(ipad/top-bar/top-bar.png);
	background-repeat: no-repeat;
	background-size:100%;
	margin: 0% 0 20%% 0;
	width: 100%;
}
.top li{
	display: inline-block;
	margin: 0% 10% 0% 10%;
	width: 28%;
}

aside nav li {
	height: 100%;
	text-align: center;
	padding: 0px;
	font-size: 20px;
	line-height: 360%;
}	
aside nav li a {
	color: #F5F6F5;
	font-family: 'assimilate';
	text-shadow: -4px 3px 10px rgba(15, 17, 15, 1);
	opacity:1;
}


.hide ul li> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;

	-webkit-transform-origin: none;
	-o-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;

	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
    position:static;
}
.hide ul li:hover> ul { 
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
    -webkit-animation: none;
    animation: none;
    position: static;
}


.buttons {
	background-image: url(ipad/buttons/button-LARGE.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 40%;
	height: 100%;
	padding: 0%;
	border: 0px;
	margin: 0 0 0 0%;
}
.buttons:hover  {
	background-image: url(ipad/buttons/button-LARGE-green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	display: block;
	width: 40%;
	height: 100%;


}
#active {
	background-image: url(ipad/buttons/button-LARGE-green.png);
}
.buttons_sub {
	background-image: url(ipad/buttons/button-MEDIUM.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	width: 90%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0 0% 0 20%;
	font-size: 14px;
	line-height: auto;
}
.buttons_sub:hover  {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	width: 90%;
	height: auto;
}
#active1 {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
}
.buttons_sub1 {
	background-image: url(ipad/buttons/button-MEDIUM.png);
	background-repeat: no-repeat;
	background-size:100%;
	display: block;
	width: 70%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0 0% 0 20%;
	font-size: 9px;
	line-height: auto;
}
.buttons_sub1:hover  {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
	background-repeat: no-repeat;
	background-size:100%;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	display: block;
	width: 70%;
	height: auto;
}
.gone { 
	display: none;
}
.gone1 { 
	display: none;
}
.gone2 {
	display: none;
}
.buttons_top {
	background-image: none;
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	width: 30%;
	height: auto;
	padding: 0%;
	border: 0px;
	margin: 0;
	font-size: 16px;
	line-height: 250%;
}
.buttons_top:hover  {
	background-image: none;
	background-repeat: no-repeat;
	background-size:100%;
	display: inline-block;
	transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	width: 30%;
	height: auto;
}
#active2 {
	background-image: url(ipad/buttons/button-MEDIUM-green.png);
}
.maincontent {
	float: left;
	position: relative;
	top:0%;
	left: 0%;
	width:100%;
	max-height: auto;
	height: auto;
	max-width: 90%;
	background-image: none;
	color: #fff;
	text-shadow: -4px 3px 13px rgba(52, 54, 54, 0.95);
	z-index: -10;
	padding: 0;
	margin: 0;
	overflow: visible;
}
	
.a{
	float: left;	
	position: relative;
	left: 5%;
	font-size: 120%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.25em;
	text-justify: distribute;
	width:auto;
	padding: 0;
	margin: 5% 0 5% 0;
	background-image: none;
	opacity: 0.7;
}
h2 a {
	font-size: 100%;
}
p a {
	font-size: 100%;
}
.notgreen {
	font-size: 100%;
}
.border {
	float: left;
	display: inline-block;
	width: 45%;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #0e100e;
	-webkit-box-shadow: -4px 5px 18px rgba(50, 50, 50, 0.92);
	-moz-box-shadow:    -4px 5px 18px rgba(50, 50, 50, 0.92);
	box-shadow:         -4px 5px 18px rgba(50, 50, 50, 0.92);
	font-size: 100%;
	letter-spacing: 0.2em;
	padding: 0%;
	margin: 2% 0% 0 5%;
	opacity: 0.75;
}
.border2 {
	display: none;
}
	
.id {
	font-size: 150%;
}
.ex {
	display: inline;
	position: absolute;
	top: 100%;
	width:100%;
}
.fb {
	margin: 2%;
}
.li {
	margin: 2%;
}

footer {
	position: absolute;
	bottom: 0px;
	left: 10%;
	width: 100%;
	margin: 0% 0% 0 0%;
	text-align: center;
	font-size: 60%;
}
footer a {
	color: #32e73a;
	font-family: 'assimilate';
}
}