.splash_layer{

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% 710px;
}

.adv_layer{

background: rgb(171,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(171,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(171,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(171,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(171,255,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(171,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#over_layer{

    z-index: 900;
    position: absolute;

    width: 100%;
    height: 100%;
    
    visibility: hidden;

}

@media screen and (orientation: portrait), screen and (min-height: 800px){

    #adv_top{
        font-weight: 800;
        line-height: 1.4;
    }

    #adv_div{

        margin-bottom: 20px;

    }

    #adv_bottom{
        font-weight: 800;
        line-height: 1.4;
        /*padding-top: 10%;*/
    }

    #adv_logo{

        /*margin-left: -158px;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;

        display: none;
    }

}


#ziangoLogo{

    display: none;

    position: absolute;
    left: 50%;
    top: 15%;
   
    margin-left: -215px;

}

#adv_container{

    position: absolute;
    vertical-align: middle;
    top: 30%;
    margin-top: -125px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 100%;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    color: #000000;/* 2c395e;*/
    display: none;
}

.hidden{
    visibility: hidden;
}

.noDisplay{
    display: none;
}

.advButton {
    padding-top: 40px;
    outline: none;
    display: none; /*inline-block*/
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #538fbe;
    padding: 15px 30px;
    font-size: 24px;
    border: 1px solid #2d6898;
    background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
 
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(73,132,180)),
        color-stop(1, rgb(97,155,203))
    );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.advButton:active {
    outline: none;
    background-image: linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -o-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(88,154,204) 0%, rgb(90,150,199) 100%);
 
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(88,154,204)),
        color-stop(1, rgb(90,150,199))
    );

    -webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);

    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);

}

@media screen and (orientation: landscape) and (max-height: 800px){

    #adv_container{

        top: 50%;
        position: absolute;
        vertical-align: middle;
        width: 530px;
        height: 250px;
        left: 50%;
        margin-left: -265px;
    }

    #adv_top{
        font-weight: 800;
        line-height: 1.4;

        position: absolute;
        right: 5px;
        width: 200px;
    }

    #adv_div{

        position: absolute;
        left: 5px;
        /*top: 50%;
        margin-top: -125px;*/

    }

    #adv_bottom{
        font-weight: 800;
        line-height: 1.4;
        position: absolute;
        right: 5px;
        width: 200px;
        bottom: 10px;
        /*padding-top: 10%;*/
    }

    #adv_logo{

        /*margin-left: -158px;*/
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;

        display: none;
    }

    .advButton{

        position: absolute;

        bottom: 10px;
        right: 5px;

    }
    
}
