/*------------------------------------*\
	Language button
\*------------------------------------*/

.language {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto;
    top: auto;
    z-index: 9999;
    box-shadow: 0 0 5px #333;
    border-radius: 5px;
    background-color: white;
}

.language form {
    float: left;
}

.language select {
    padding: 7px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.language-icon {
    max-width: 25px;
    float: left;
    margin: 0 5px;
    padding-top: 3px;
}

.landing-text {
        color: white;
        line-height: 1.3;
        text-shadow: 2px 2px 5px #333;
    }

.landing-slogan {
        color: white;
        line-height: 1.3;
        text-shadow: 2px 2px 5px #333;
    }

@media only screen and (max-width: 511px) {
    .language {
        position: fixed;
        bottom: auto;
        right: auto;
        top: 11px;
        left: 30%;
        z-index: 9999;
        box-shadow: 0 0 5px #333;
        border-radius: 5px;
        background-color: white;
    }

    .landing-nav-button span, .landing-nav-button span:before, .landing-nav-button span:after {
           background: #FFFFFF;

    }


}

@media only screen and (min-width: 511px) and (max-width: 767px) {

    .language {
        position: fixed;
        bottom: auto;
        right: auto;
        top: 11px;
        left: 40%;
        z-index: 9999;
        box-shadow: 0 0 5px #333;
        border-radius: 5px;
        background-color: white;
    }

    .landing-nav-button span, .landing-nav-button span:before, .landing-nav-button span:after {
       background: #FFFFFF;
    }
}

@media (min-width: 768px) and (max-height: 400px) {

    .landing-slogan {
        line-height: 1.1;
        font-size: 38px;
    }

    .getstarted-button {
        background-color: #fcb319;
        width: 100px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 9px;
        padding-top: 5px;
        padding-bottom: 5px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        text-align: center;
    }

    .getstarted-button a, .getstarted-button a:hover {
        color: #FFFFFF;
    }
}


@media (min-width: 768px) and (min-height: 401px) {

    .landing-text, .landing-slogan {
        line-height: 1.8;
    }

    .getstarted-button {
        background-color: #fcb319;
        width: 100px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 9px;
        padding-top: 5px;
        padding-bottom: 5px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        text-align: center;
    }

    .getstarted-button a {
        color: #FFFFFF;
    }

    .getstarted-button:hover {
        background-color: rgba(252, 179, 25, 0.8) !important;
    }

    .getstarted-button a:hover {
        color: #FFFFFF;
        opacity: 1;
    }

}

@media only screen and (max-width: 767px) {
    .getstarted-button {
        padding: 10px 15px;
    }

    .getstarted-button:hover {
        background-color: #fcb319;
        color: #FFF;
        opacity: 1;
    }
}