/* PWR STUDIO */

html, body, div, span, applet, object, iframe,
h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub,
sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside,
canvas, details, embed,
figure, figcaption, footer, header, header2 hgroup,
menu,
nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 1em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, header2, hgroup,
main, menu, nav, section, summary {
    display: block;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'euro';
    src: url("euro.eot");
    src: url("euro.eot") format("embedded-opentype"), url("euro.woff2") format("woff2"), url("euro.woff") format("woff"), url("euro.ttf") format("truetype"), url("http://93.95.228.60/projects/airvariable/wp-content/themes/airvariable/fonts/euro.svg#euro") format("svg");
}

@font-face {
    font-family: 'Eurostile LT Std Ext Two';
    src: url("EurostileLTStd-BoldEx2.eot");
    /* IE9 Compat Modes */
    src: url("EurostileLTStd-BoldEx2.eot?#iefix") format("embedded-opentype"), url("EurostileLTStd-BoldEx2.woff") format("woff"), url("EurostileLTStd-BoldEx2.ttf") format("truetype"), url("EurostileLTStd-BoldEx2.svg#2829386bf4e97235b4a2d877e6523f77") format("svg");
    /* Legacy iOS */
}

body {
    font-family: "euro";
    font-size: 13px;
    line-height: 1.6em;
    background-image: url(alien_hand_1100.png);
	background-attachment:fixed;
	background-size:100%;
	background-repeat:no-repeat;
}

.menuItem a {
    color: grey;
    text-decoration: none;
}

strong, b {
    font-family: 'Eurostile LT Std Ext Two';
}

.menuItem a:hover {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
}

a {
    color: black;
}

a:visited {
    color: inherit;
}

a:active {
    color: inherit;
}

a:hover {
    color: grey;
}

#mainContainer {
    width: 1100px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -550px;
    background-color: rgba(255, 255, 255, 0.35);
    display: inline-block;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

#mainContainer2 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    display: inline-block;
}

header {
    width: 100%;
    margin: 0 auto;
    background-color: #F0F0F0;
    height: 70px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

header2 {
    width: 100%;
    margin: 0 auto;
    height: 70px;
    position: relative;
    z-index: 10000;
}

footer {
    display: inline-block;
    clear: both;
    background-color: #F0F0F0;
	opacity:.8;
    width: 100%;
    margin: 0 auto;
    min-height: 60px;
    margin-top: 90px;
	margin-bottom: -10px;

}

	


#contact {

    margin-top: 35px;
	margin-bottom: 30px;
    margin-right: 20px;
    float: right;
}

#logoContainer {
    height: 80%;
    margin-top: 7px;
    margin-left: 20px;
    float: left;
    position: relative;
    display: inline-block;
}



#logoContainer img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#logoContainer:hover > #logoBlack {
    opacity: 1;
}


#logoContainer2 {
    height: 100%;
    margin-top: 39%;
    margin-left: 48%;
    float: left;
    position: relative;
    display: inline-block;
}



#logoContainer2 img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#logoContainer2:hover > #logoBlack {
    opacity: 1;
}



#logoBlack {
    opacity: 0;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 2s;
}

.borderLeft {
    border-left: 1px solid black;
}

.borderRight {
    border-right: 1px solid black;
}

.serviceHeader
{
    letter-spacing: 0.15em;
    margin-bottom: 1em;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.serviceHeader:hover
{
    border-bottom: 1px solid black;
}

.serviceContent
{
    display: none;
    padding: 20px;
    margin-bottom: 20px;
	
}

#imageSlider {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

p {
    max-width: 1040px;
    margin-bottom: 1em;
	text-align:justify;
}

.innerContainer {
    float: left;
    width: 96.5%;
    margin-left: 5px;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1em;
    min-height: 60vh;
}

.sliderItem {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.sliderItemText {
    position: absolute;
    width: 70%;
    background: rgba(255, 255, 255, 0.8);
    bottom: 20%;
    left: 20px;
    padding: 20px;
    font-size: 1.2em;
    line-height: 1.2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#metal {
    position: absolute;
    right: 10px;
    height: 80%;
    top: 10%;
    opacity: 0.9;
}

#metal img {
    height: 100%;
}

.menuItem {
    border-left: 1px solid Grey;
    padding-left: 10px;
    margin-left: 30px;
    float: left;
    color: grey;
}


h1 {
    margin-bottom: 3em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-bottom: 1px solid black;
}

#topMenu {
    margin-top: 25px;
    margin-right: 20px;
    float: right;
}



div.innerContainer img {
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input
{
    height: 2em;
    width: 100%;
}

.form-group
{
    margin-bottom: 1em;
}

button, input[type="submit"]
{
    width: 35%;
    border-radius: 1px;
    height: 2em;
}

textarea
{
    width: 100%;
    height: 10em;
}

label
{
    display: block;
}

div.innerContainer img:hover {
    opacity: 1;
}

#topMenuSmall {
    display: none;
    margin-top: 18px;
    margin-right: 45px;
    float: right;
    height: 40%;
    position: relative;
}

#topMenuSmall img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {
    #mainContainer {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        position: static;
        top: 0;
        left: 0;
    }
	
	    #mainContainer2 {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        position: static;
        top: 0;
        left: 0;
    }

    .menuItem {
        border-left: 1px solid black;
        padding-left: 10px;
        margin-left: 20px;
        float: left;
        font-size: 1em;
    }

    body {
        font-size: 12px;
    }
}

@media only screen and (max-width: 900px) {
    /*
      .menuItem {
        display: none;
      }
    */

    #topMenuSmall {
        display: block;
    }

    #topMenuSmall:hover > #menuBlack {
        opacity: 1;
    }

    #menuBlack {
        opacity: 0;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
}

@media only screen and (max-width: 960px) {
    #logoContainer
    {
        /*        display: block; */
        width: 100%;
        clear: both;
        height: 50px;
    }

#logoContainer2
    {
        /*        display: block; */
        width: 100%;
        clear: both;
        height: 50px;
    }

    .menuItem
    {
        display: block;
        float: none;
        width: 100%;
    }

    #topMenu
    {
        margin-top: 0;
    }

    header
    {
        height: 180px;
    }
	
	    header2
    {
        height: 180px;
    }

    .sliderItemText {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #imageSlider {
        height: 200px;
    }

    #metal {
        width: 50%;
        top: 5%;
        left: 25%;
    }

    #metal img {
        width: 100%;
        height: auto;
    }

    .innerContainer {
        width: 95%;
    }

    .sliderItemText {
        display: none;
    }

    .borderLeft {
        border-left: 0px solid black;
    }

    .innerContainer {
        padding-left: 0px;
        min-height: 0;
    }



    .menuItem
    {
        float: left;
    }
}

