
/* 
    Created on : 18.05.2016, 17:58:48
    Author     : pavelmeliantchenkov
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
            
body
{
    background-color: #000;
    margin: 0;
    padding: 0;
    font-family: "PT Sans";
    min-width: 320px;

    overflow-x: hidden;
}
h1, h2
{
    color: #fff;
    font-weight: bold;
    margin: auto;
    font-size: 55px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
h1
{
    color: rgb(255,69,0);
}
h2
{
    color: rgb(0,193,254);
}

a:active, a:focus
{
    outline: none;
}

#page_wrapper
{
    max-width: 1600px;
    width: 100%;
    margin:auto;

    overflow-x: hidden;
}
#social_icons
{
    width:100%;
    height:50px;
    background-color: rgb(28,28,28);

    position: absolute;
    left: 0;

    border-bottom: 2px solid rgb(113,113,113);
}

#game_view
{
    background-image: url('./img/sacred-legends-header-background.jpg');
    background-repeat: no-repeat;

    height: 1060px;

    background-position: center -130px;
    position:relative;

    overflow:hidden;
}
#game_view_character
{
    position: relative;
    z-index: 2;
}
#game_view_character img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    z-index: 2;
    margin-top: -20px;
}
#sacred_logo
{
    background-image: url("./img/sacred-legends-logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 300px;
    left: 42%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 100;
}
#story
{
    background-image: url('./img/sacred-legends-story-background.jpg');
    background-repeat: no-repeat;

    /*height: 1181px;*/

    padding-bottom: 125px;
}
#characters
{
    background-image: url('./img/sacred-legends-character-background.jpg');
    background-repeat: no-repeat;

    height: 1570px;
}
.trenner
{
    background-image: url('./img/sacred-legends-trenner_01.png');
    background-repeat: no-repeat;

    z-index:999;
    position: relative;
    height: 535px;
    margin-top: -268px;
    margin-bottom: -268px;

    background-position: center center;
}

.app_download
{
    height: 120px;
    position: absolute;
    right: 12%;
    top: 315px;
    width: 515px;
    z-index: 9999999;
}
.app_download div
{
    position: relative;
}
.app_download .left
{
    float: left;
    width: 50px;
    background-image: url('./img/sacred-legends-verlauf-appstore-badge.png');
    background-repeat: repeat-y;

    height:100%;
}
.app_download .midle
{
    width: 415px;
    background-color: #000;
    height:100%;
    left: 50px;
    right: 50px;

}
.app_download .right
{
    float: right;
    width: 50px;
    height:100%;

    background-image: url('./img/sacred-legends-verlauf-appstore-badge.png');
    background-repeat: repeat-y;

    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.app_download .midle .midle_wrap
{
    height:90px;
    padding: 15px 0;
}
.app_download .midle .midle_wrap .midle_main
{
    border-top: 1px solid rgb(199,44,0);
    border-bottom: 1px solid rgb(199,44,0);
    height:100%;
    padding: 0;
}

.app_download .midle .midle_wrap .midle_main div
{
    height: 100%;
    width: 50%;
}
.app_download .midle .midle_wrap .midle_main .midle_left
{
    color: #fff;
    font-size: 26px;
    padding-top: 10px;
}
.app_download .midle .midle_wrap .midle_main .midle_right
{
    float: right;
}
.app_download .midle .midle_wrap .midle_main .midle_left div
{
    width: 100%;
}
.app_download .midle .midle_wrap .midle_main .midle_left span
{
    margin-left: -25px;
}
.app_download .midle .midle_wrap .midle_main .midle_left span:first-child
{
    font-size: 20px;
    color: rgb(199,44,0);
}
.app_download .midle .midle_wrap .midle_main .midle_right .appicon
{
       margin-left: 86px;
       margin-top: -43px;
       width: 83px;
       z-index: 99;
}
.app_download .midle .midle_wrap .midle_main .midle_right .appstore
{
    margin-left: -22px;
    margin-top: -32px;
    width: 216px;
    z-index: 100;
}
.app_download .midle .midle_wrap .midle_main .midle_right .applink:hover .appicon
{
    margin-top: -53px;
}
.app_download .midle .midle_wrap .midle_main .midle_right .applink:hover .appstore
{
    margin-top: -22px;
}

.pre_content
{
    height: 100px;
}
.content
{
    max-width: 980px;
    width: 98%;
    background-color: rgba(0,0,0,0.7);
    margin: auto;

    position: relative;
    z-index: 1001;
}
.content p
{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
}
.content p.short
{
    display: none;
}
.content .headline
{
    height: 110px;
    width: 80%;
    margin: auto auto 60px;
    text-align: center;
}
#story .content .headline
{
    border-bottom: 2px solid rgb(254,70,0);
}
#characters .content .headline
{ 
    border-bottom: 2px solid rgb(0,193,254);
}
.content .headline img
{
    margin: auto;
    padding-top: 50px;
}

.slideshow
{
    max-width: 800px;
    width: 98%;
    z-index: 99999;

    position:absolute;
    left: 50%;
    margin-left: -400px;

    top: 515px;
}
.slideshow .bxslider img, 
.slideshow .bxslider iframe
{
    max-width: 800px;
    width: 100%;
}

.bx-wrapper
{
    border-color: rgb(34,34,34);
}
.bx-wrapper .bx-viewport
{
    left: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
    width: 16px;
    height: 16px;
    border-radius: 10px;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus
{
    background: rgb(254,70,0) none repeat scroll 0 0;
}
#characters .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#characters .bx-wrapper .bx-pager.bx-default-pager a.active, 
#characters .bx-wrapper .bx-pager.bx-default-pager a:focus
{
    background: rgb(0, 193, 254) none repeat scroll 0 0;
}

#characters .bx-prev 
{
    margin-left: 60px;
}
#characters .bx-next
{
    margin-right: 60px;
}
#characters .content 
{
    height: 1350px;
}

#characters .totop 
{
    position: relative;
    top: 960px;
}

#characters .bx-wrapper
{
    border: none;
    background-color: transparent;
    box-shadow: none;

    background-image: url('./img/sacred-legends-character-plate.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
#characters .bx-wrapper img
{
    display: block;
    margin: auto;

}
.character_slider 
{
    left: 50%;
    margin-left: -40%;
    position: absolute;
    width: 80%; 
    /*margin:auto;*/
}
.character_name_descr_wrapper
{
    width: 100%;
    max-width: 880px;
    margin: auto;
}
.character_name
{
    color: rgb(0,193,254);
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
}
.character_descr
{
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 80%;
    margin: 30px auto auto auto;
}
.character_descr span
{
    display: none;


}
.verlauf
{
    width:125px;
    height: 99.9%;
    float:left;
    z-index:99;
    background-image: url('./img/sacred-legends-verlauf-rand-website.png');
    position:relative;

    background-repeat: repeat-y;
    background-position: left center;
    background-position-x: left;
    background-position-y: center;
}
.verlauf.right
{
    float:right;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

    background-position: right center;
    background-position-x: right;
    background-position-y: center;
}
.totop
{
    width:72px;
    height:50px;
    margin:auto;
    color: red;

    text-align: center;
    font-size: 20px;
    line-height: 55px;

    background-color: rgba(211,211,211,0.17);
}
#navi_line
{
    width: 100%;
    max-width: 900px;
    margin: auto;

    text-align: center;
    padding: 20px 0;

    margin-top: 50px;
}
.navi_opner 
{
    display: none;

    /*border: 1px solid rgb(200, 200, 200);*/
    background-color: rgb(28,28,28);
    border-radius: 2px;
    height: 23px;
    padding-top: 5px;
    width: 42px;

    margin: 10px;
    float: right;

    cursor: pointer;
}
.navi_opner span
{
    border-top: 2px solid rgb(200, 200, 200);
    display: block;
    margin: 3px auto;
    width: 50%;
}
#navi_line a
{
    padding: 10px 25px;
    color: rgb(211,211,211);
    font-size: 20px;
    text-decoration: none;
    border-right: 1px solid #000;
}
#navi_line a:last-child
{
    border: none;
}
#navi_line a:hover
{
    color: rgb(255, 69, 0);
}

#social_icons
{
    text-align: center;
}
#social_icons a img
{
    width: 30px;
    height: 30px;

    padding: 10px; 

}

.footer
{
    background-image: url('./img/sacred-legends-footer-background.jpg');
    background-repeat: no-repeat;
    height: 1100px;
}
.footer .app_download 
{
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1000;

    top: 95px;
}

.footer .totop
{
    margin-top: 75px;
    position:relative;
}

#social_icons_footer
{
    position: relative;
    text-align: center;
    top: 130px;
    width: 100%;
}

#social_icons_footer a img
{
    height: 44px;
    padding: 25px;
    width: 44px;
} 
#footer_links
{
    width: 100%;
    text-align: center;
    position: relative;
    top: 125px;


    font-size: 20px;
    text-transform: uppercase;
}

#footer_links a
{
    color: rgb(229,229,229);
    text-decoration: none;
    padding: 0 10px;
}

#footer_links a:hover
{
    color: rgb(255, 69, 0);
}

#languages
{
    max-width: 880px;
    width: 98%;
    top: 150px;

    border-top: 2px solid rgb(229,229,229);
    border-bottom: 2px solid rgb(229,229,229);

    margin: auto;
    position: relative;
}

#languages .lang_wrapper
{
    width: 200px;
    height: 68px;
    margin: auto;
}
#languages .lang_wrapper div
{
    margin-top: 16px;
}
#languages .txt
{
    float: left;

    color: rgb(229,229,229);
    font-size: 20px;
    text-transform: uppercase;

    padding-top: 5px;
}

#languages .lngs
{
    background-color: transparent;
    border-radius: 6px;
    float: right;
    margin-top: 4px !important;
    padding: 10px 10px 3px;
    position: relative;
    width: 60px;
    z-index: 99;



    border-style: solid;
    border-width: 1px;
    border-color: transparent;

}
#languages .lngs a
{
    display: none;
}
#languages .lngs a:first-child
{
    display: block;
}

#languages .lngs a img
{
    width: 60px;
}

#languages .lngs a.other_langs
{
    position: relative;
    z-index: 99;
}

#company_logos
{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 245px;
}

#company_logos img
{
    padding: 10px 25px;
}

#company_logos img.dsfl
{
    width: 130px;
}
#company_logos img.chimera
{
    width: 95px;
}

#copyright
{
    width: 80%;
    text-align: center;
    margin: auto;

    color: rgb(229,229,229);
    position:relative;

    margin-top: 60px;
    font-size: 14px;
}

#game_view_slideshow .bx-viewport
{
    border: 8px solid rgb(28,28,28);
    border-radius: 8px;

    -webkit-box-shadow: 10px 10px 93px 45px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 93px 45px rgba(0,0,0,1);
    box-shadow: 10px 10px 93px 45px rgba(0,0,0,1);
}
#game_view_slideshow .bx-viewport ul
{
    margin:0;
}
#character_slider .bx-viewport
{
    height: auto !important;
}


.bx-wrapper .bx-viewport
{
    background: transparent;
    border: 0;
    box-shadow: none;
}

#ua_register
{
    position: relative;
    text-align: center;
    top: 106px;
    margin: 5px 0;
}

#ua_register img
{
    width: 80%;
    max-width: 444px;
}

#ua_button
{
    max-width: 800px;
    padding-left: 53px;
    position: relative;
    top: 390px;
    width: 98%;
    margin: auto;
    z-index: 999999;
}
#ua_button img
{
    width: 114px;
}
#ua_button img:hover
{
    width: 117px;
}
@media screen and (max-width: 1545px)
{
    .app_download
    {
        top: 385px;
    }
    #game_view_character img
    {
        margin-top: -35px;
    }
}
@media screen and (max-width: 1360px)
{
    #sacred_logo
    {
        /*top: 65px;*/
    }
    #game_view_character img
    {

    }
}
@media screen and (max-width: 1305px)
{
    #game_view_character img
    {
        width: 100%;
        margin-left: -75px;
    }
}
@media screen and (max-width: 1233px)
{

}
@media screen and (max-width: 1100px)
{
    #sacred_logo
    {
        width: 55%;
    }
}
@media screen and (max-width: 1075px)
{
    .app_download
    {
        right: auto;
        top: 380px;
        left: 50%;
        margin-left: -257.5px;
    }

    #game_view_character img
    {
        width: 107%;
    }
    
    #ua_button
    {
        left: 60px;
        padding: 0;
        text-align: right;
        top: 180px;
        width: 100%;
    }
}
@media screen and (max-width: 1040px)
{
    .slideshow
    {
        position:absolute;
        left: 50%;
        margin-left: -400px;
    }
}

@media screen and (max-width: 960px)
{
    #game_view_character img
    {
        width: 115%;
        margin-left: -180px;
    }
}
@media screen and (max-width: 920px)
{
    #game_view_character img
    {
        width: 130%;
        margin-left: -205px;
    }
}
@media screen and (max-width: 880px)
{
    #game_view_character img
    {
        margin-top: -35px;
        margin-left: -275px;
        width: 150%;
    }
    #ua_button
    {
        top: 160px;
        padding: 0;
    }
}
@media screen and (max-width: 840px)
{
    #navi_line a
    {
        padding: 10px 15px;
    }

    #sacred_logo
    {
        width: 60%;
        left: 38%;
    }
}

@media screen and (max-width: 820px)
{
    #characters .bx-wrapper
    {
        background-size: 60% auto;
    }
}
@media screen and (max-width: 815px)
{
    .slideshow
    {
        left: 1%;
        margin-left: auto;
    }
}

@media screen and (max-width: 750px)
{
    #sacred_logo
    {
        width: 65%;
        left: 33%;
    }
}
@media screen and (max-width: 730px)
{
    #navi_line a
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 670px)
{
    #social_icons
    {
        float: left;
        text-align: left;
        width: 75%;

        position:relative;

        border: none;
    }
    #navi_line
    {
        border: none;
        height: 50px;
        background-color: rgb(28, 28, 28);
        padding: 0;

        margin-top: 0;
    }
    #navi_line div
    {
        display: block;
    }
    #navi_line a
    {
        display: none;
        border-bottom: 1px solid rgb(113,113,113);
    }
    #navi_line a.first::before
    {
        content: "\00a0";
        height: 50px;
        width: 100%;
        display: block;

        border: none;
    }

    #game_view_character img
    {
        width: 170%;
        margin-left: -265px;
    }

    #sacred_logo
    {
        width: 98%;
        left: 50%;
        margin-left: -49%;

        top: 235px;
    }

    .app_download
    {
        top: 480px;
    }

    .slideshow
    {
        top: 620px;
    }

    #game_view
    {
        height: 1160px;
    }

    .verlauf
    {
        display: none;
    }
    .content p,
    .character_descr
    {
        font-size: 18px;
    }
    .content p.long
    {
        display: none;
    }
    .content p.short
    {
        display: block;
    }

    .character_slider 
    {
        left: 0%;
        margin: 0;
        position: absolute;
        width: 100%;
    }

    .no-mobile
    {
        display: none!important;
    }
    
    #ua_button
    {
        text-align: right;
        top: 15px;
        padding: 0;
        left: -15px;
    }
}

@media screen and (max-width: 590px)
{
    #game_view_character img
    {
        width: 185%;
        margin-left: -275px;
    }
    #sacred_logo
    {
        top: 265px;
    }
}
@media screen and (max-width: 575px)
{
    #game_view_character img
    {
        width: 190%;
        margin-left: -275px;
    }

}
@media screen and (max-width: 540px)
{
    #game_view_character img
    {
    }
    #sacred_logo
    {

    }
    #footer_links a
    {
        padding: 0 0 10px 0;
        display: block;
        width: 50%;
        float: left;
        font-size: 18px;
    }
    #ua_register
    {
        top: 112px;
    }
}
@media screen and (max-width: 505px)
{
    #sacred_logo
    {
        top: 225px;
    }
    .app_download
    {
        top: 410px;
    }
    .slideshow
    {
        top: 550px;
    }
}
@media screen and (max-width: 500px)
{
    .app_download
    {
        width: 415px;
        margin-left: -207.5px;
    }
    .app_download .midle
    {
        width: 315px;
    }
    .app_download .midle .midle_wrap .midle_main .midle_left
    {
        font-size: 24px;
    }
    .app_download .midle .midle_wrap .midle_main .midle_left span
    {
        margin-left: -45px;
    }
    .app_download .midle .midle_wrap .midle_main .midle_left span:first-child
    {
        font-size: 18px;
    }
    .app_download .midle .midle_wrap .midle_main .midle_right .appstore
    {
        width: 164px;
    }
    .app_download .midle .midle_wrap .midle_main .midle_right .appicon
    {
        width: 75px;
        margin-left: 65px;
        margin-top: -29px;
    }

    .footer .app_download
    {
        left: 50%;
        margin-left: -207.5px;
    }

    .app_download .midle .midle_wrap .midle_main .midle_right .applink:hover .appicon
    {
        margin-top: -40px;
    }
    .app_download .midle .midle_wrap .midle_main .midle_right .applink:hover .appstore
    {
        margin-top: -21px;
    }
}
@media screen and (max-width: 480px)
{
    #game_view_character img
    {
        width: 200%;
    }

    .character_slider 
    {
        left: 0%;  
        margin: -10%; 
        position: absolute;
        width: 120%;
    }
}
@media screen and (max-width: 460px)
{
    #sacred_logo
    {
        width: 110%;
        margin-left: -55%;
    }
    h1, h2
    {
        font-size: 50px;
    }
    
    #ua_button img
    {
        width: 95px;
    }
    #ua_button img:hover
    {
        width: 97px;
    }
}
@media screen and (max-width: 450px)
{
    #game_view_character img
    {
        margin-left: -250px; 
    }
}
@media screen and (max-width: 440px)
{
    #sacred_logo
    {
        top: 205px;
    }
    .app_download
    {
        top: 360px;
    }
    .slideshow
    {
        top: 495px;
    }

    h2
    {
        font-size: 45px;
    }
    h3
    {
        font-size: 38px;
    }
}
@media screen and (max-width: 420px)
{
    #game_view_character img
    {
        margin-left: -230px;
        margin-top: -20px;
    }
    h1, h2
    {
        font-size: 45px;
    }
}
@media screen and (max-width: 370px)
{
    #game_view_character img
    {
        width: 220%;
    }
    h1, h2
    {
        font-size: 40px;
    }
}