body#start {
  background: url(/img/bg_2.jpg) 50% -20px no-repeat;
}

body#order {
    background-image: url(/img/bg_2b.jpg);
    background-position: 50% -20px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#logo_tralion {
    position: relative;
    margin: 10px auto 0 auto;
    width: 600px;
    max-width:80%;
    z-index: 1;
}

#logo_tralion img {
    margin-left: -3px;
    max-width: 80%;
    height: auto;
}

#logo_login {
    position: relative;
    margin: -15px auto 0 auto;
    width: 600px;
    max-width: 60%;
    z-index: 1;
}

#logo_login img {
    max-width: 100%;
    height: auto;
}

#login {
    margin: -5px auto 0 auto;
    padding: 0 0 20px 0;
    width: 600px;
    max-width: 80%;
    text-align: justify;
}

@media (max-width: 920px) {
    #login {
        padding-bottom: 130px;
    }
}


#info_docs p {
    min-height: 160px;

}

#bottom_bg {
    z-index:500;
    position: fixed;
    height: 69px;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent url(/img/bg_bottom_sm.png) 60% 100% repeat-x;
}


#lng_container {
    position: fixed;
    width: 360px;
    height: 40px;
    bottom: 30px;
    right: calc(50vw - 180px);
    z-index: 2000;
}

#lng_select {
    position: relative;
    margin: 0 auto;
    padding: 0;
    right: 0;
    text-align: center;
    z-index: 2001;
}

#lng_select a {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#lng_select a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#lng_select img {
    width: 40px;
    margin: 15px 5px 5px 5px;
    max-width: 100%;
    height: auto;
}


a.dlc {
    display: inline-block;
    padding: 8px 4px;
    color: rgba(0, 0, 0, 0.8);
    outline: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

a.dlc:hover {
    color: rgba(0,0,0,1);
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255,255,255, 0.8);

}


div.legal {
    text-align: justify;
}

div.legal h5 {
    font-size: 160%;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 0px;
}


div.legal h6 {
    font-size: 120%;
    font-weight: 700;
    margin-top: 25px;
}

div.legal p {
    margin: 10px 0 15px 0;
}

#emailTranscriptOption {
    display: none !important;
}


div.support {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #998f57;
    border:1px solid #efecda;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 90%;
    color: white;
    text-align: center;
    z-index: -1;
}

div.support h5 {
    font-weight: 700;
    margin-bottom: 20px;

}
div.support a {
    color: white;
}