﻿.site-page header {
    clear: both;
    min-height: 400px;
    max-height: 550px;
    height: 75%;
    height: 75vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 20px 40px 0;
    position: relative;
}

.site-page header:before,
.site-page header:after {
    content: " ";
    display: table;
}

.site-page header:after {
    clear: both;
}

.site-page header {
    *zoom: 1;
}

.site-page header nav .logo {
    float: left;
    display: block;
    height: 62px;
    width: 263px;
    background-color: transparent;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url('../images/logo-white-simple.png');
}

.site-page header nav .logo span {
    display: none;
}

.site-page header nav .site > ul {
    float: right;
    list-style-type: none;
    display: block;
    margin: 20px 0 0 40px;
    padding: 0;
}

.site-page header nav .site > ul > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
}

.site-page header nav .site ul li a {
    display: block;
    padding: 4px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
}

.site-page header nav .site ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.site-page header .info {
    left: 20%;
    right: 20%;
    width: 60%;
    bottom: 0;
    position: absolute;
}

.site-page header .info h1 {
    color:#fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: normal;
    word-spacing: normal;
    padding: 0 0 20px 0;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.site-page header .info p {
    color:#fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.site-page header .info p em {
    font-size: 20px;
    line-height: 20px;
}

.site-page header .info .supervideo-play {
    top: -60px;
    left: 50%;
    margin-left: -25px;
}

@media only screen and (max-width : 1100px) {

    .site-page header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-page header nav .site {
        float: right;
        margin: 20px 0 0 0;
        width: 31px;
        height: 28px;
        cursor: pointer;
        background: transparent url('../assets/images/menu_header_min.png') 50% 50% no-repeat;
        z-index: 1000;
    }

    .site-page header nav .site.show {
        background-image: url('../assets/images/menu_header_white_min.png');
    }

    .site-page header nav .site.show > ul {
        display: block;
    }

    .site-page header nav .site ul {
        display: none;
        margin: 32px 0 -2px 0;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 10px;
        float: right;
        list-style-type: none;
        width: 300px;
        z-index: 9999;
        position: relative;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51,51,51,0.5);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51,51,51,0.5);
        box-shadow: 0px 5px 5px 0px rgba(51,51,51,0.5);
    }

    .site-page header nav .site ul li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }

    .site-page header nav .site ul li a {
        color: #444444;
        padding: 10px;
    }

    .site-page header nav .site ul li a:hover {
        border: 0;
        color: rgba(150, 150, 150, 1);
    }

    .site-page header .info {
        width: 80%;
        left: 10%;
        right: 10%;
    }

}

@media only screen and (max-width : 550px) {
    .site-page header nav .logo {
        width: 54px;
    }

    .site-page header nav .site ul {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51,51,51,0.5);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51,51,51,0.5);
        box-shadow: 0px 5px 5px 0px rgba(51,51,51,0.5);
    }
}
