@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf') format('opentype');
}

body, html {
    height: 100%;
    width: 100%;
    min-height: 650px;
}

body {
    /*background: url("../images/operil-background.png") center no-repeat;*/
    /*background-size: auto;*/
    /*background-color: #ffffff;*/
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    min-height: 650px;
    width: 100%;
}

#wrapper{
    width: 100%;
    height: 94%;
    margin: 0;
    border-top: none;
    box-shadow: 12px 0 18px -10px rgba(50, 50, 50, 0.2), -12px 0 18px -10px rgba(50, 50, 50, 0.2);
}

#operil-description{
    position: absolute;
    top: 100px;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 5%;
    bottom: 20%;
    width: 84%;
    min-height: 400px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    box-shadow: 0px 0px 8px 2px rgba(161,161,161,1);
    background: #fefefe;

    color: #6a6a69;
    font-family: "Gotham-Light", "Open Sans", sans-serif;
    font-weight: lighter;
    font-size: 13pt;
    text-align: left;
    left: 0%;
}

#operil-logo-img{
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 26;
    width: 20%;
}

#operil-use-case-img{
    margin-left: 30%;
}

#operil-use-case-two-img{
    margin-left: 30%;
}

#operil-question-img {
    max-width: 74%;
    position: absolute;
    left: 50%;
    height: 95px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1%;
    /*position: absolute;*/
    /*top: 0%;*/
    /*left: 0%;*/
    /*width: 100%;*/
}

#operil-father-img{
    width: 0%;
    height: 0%;
}

#operil-son-img{
    width: 0%;
    height: 0%;
}

#operil-background-img{
    position: absolute;
    top: 0px;
    left: 0%;
    bottom: 0%;
    z-index: -10;
    width: 100%;
    height: 650px;
}

#operil-working-msg{
    position: absolute;
    top: 550px;
    width: 60%;
    left: 20%;
    right: 20%;
    z-index: 99;
}

#operil-red-blue-track-img{
    width: 0%;
    height: 0%;
}

#red-track-text-img{
    width: 0%;
    height: 0%;
}

#operil-red-track-text{
    font-size: 0pt;
}

#operil-prod-right{
    position: absolute;
    top: 400px;
    width: 50%;
    right: 0%;
    z-index: 99;
}

#operil-prod-left{
    position: absolute;
    top: 400px;
    width: 50%;
    left: 0%;
    z-index: 99;
}

#operil-msg-date{
    width: 0%;
    height: 0%;
}

#operil-msg-desc{
    width: 0%;
    height: 0%;
}

footer{
    z-index: 99;
    width: 100%;
    height:  auto;
    background: #6a6a69;
    color: white;
    font-family: "Gotham-Light", "Open Sans";
    font-weight: 300;
    font-size: 17px;
    text-align: center;
}

footer p {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

#sp3-number{
    position: absolute;
    left: -35px;
    top: 300px;
    transform: rotate(-90deg);
    color: black;
    font-size: 7pt;
    z-index: 99;
}
