.HeaderPartial {
    color: white;
    position: fixed;
    width: 100%;
    font: 400 18px/170% "proxima-nova",sans-serif;
    z-index: 100;
}

    .HeaderPartial .header .header-logo #desktop_logo {
    }

    .HeaderPartial .header .header-logo #mobile_logo {
        display: none;
    }

    .HeaderPartial.explore .header {
        background-color: #f5f5f5;
    }

    .HeaderPartial .explore {
        background-color: black;
        height: 30px;
        line-height: 0;
    }

        .HeaderPartial .explore .container, .HeaderPartial .explore .row {
            height: 100%;
        }

        .HeaderPartial .explore .left {
            font-size: 12px;
            font-weight: 600;
            /*.explore_link:after {

content: url('/images/explore/more-nra-icon.png');

position: relative;

margin-left: 7px;

top: 2px;

}*/
        }

            .HeaderPartial .explore .left .explore_link {
                color: white;
                line-height: 30px;
            }

        .HeaderPartial .explore .right {
            font-family: proxima-nova;
            font-size: 12px;
            font-weight: 600;
            text-align: right;
        }

            .HeaderPartial .explore .right .social_link {
                color: white;
                display: inline-block;
                line-height: 30px;
            }

            .HeaderPartial .explore .right .join-renew {
                background: #bd1300;
                display: block;
                float: right;
                height: 100%;
                margin-left: 30px;
                padding: 0 15px;
            }

            .HeaderPartial .explore .right .social_icon {
                height: 16px;
                margin: 0 5px;
                position: relative;
                top: 4px;
                width: 16px;
            }

                .HeaderPartial .explore .right .social_icon svg {
                    fill: white;
                    height: 100%;
                    width: 100%;
                }

                .HeaderPartial .explore .right .social_icon .icon_google_plus {
                    stroke: #fff;
                    stroke-width: 10px;
                }

            .HeaderPartial .explore .right .social_connect {
                font-weight: 600;
                color: #67696A;
            }

            .HeaderPartial .explore .right .social_or {
                font-weight: 600;
                color: #fff;
            }

    .HeaderPartial .header {
        background-color: #f5f5f5;
        height: 90px;
    }


        .HeaderPartial .header .container, .HeaderPartial .header .row {
            height: 100%;
            position: relative;
        }

    .HeaderPartial .left {
        height: 100%;
        top: 50%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

        .HeaderPartial .left .push_menu_btn {
            background-color: transparent;
            border-style: none;
            color: #222;
            outline: none;
            padding: 0;
            position: relative;
            top: 25%;
            width: 35px;
        }

            .HeaderPartial .left .push_menu_btn.open .icon_menu {
                background-color: transparent;
            }

                .HeaderPartial .left .push_menu_btn.open .icon_menu:before {
                    -ms-transform: rotate(225deg) translate(0, 0);
                    -webkit-transform: rotate(225deg) translate3d(0, 0, 0);
                    transform: rotate(225deg) translate3d(0, 0, 0);
                }

                .HeaderPartial .left .push_menu_btn.open .icon_menu:after {
                    -ms-transform: rotate(-225deg) translate(0, 0);
                    -webkit-transform: rotate(-225deg) translate3d(0, 0, 0);
                    transform: rotate(-225deg) translate3d(0, 0, 0);
                }

            .HeaderPartial .left .push_menu_btn .icon_menu, .HeaderPartial .left .push_menu_btn .icon_menu:before, .HeaderPartial .left .push_menu_btn .icon_menu:after {
                background-color: black;
                content: '';
                display: block;
                height: 4px;
                max-width: 35px;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
                width: 100%;
            }

            .HeaderPartial .left .push_menu_btn .icon_menu, .HeaderPartial .left .push_menu_btn .text {
                display: inline-block;
                vertical-align: middle;
            }

                .HeaderPartial .left .push_menu_btn .icon_menu:before {
                    -ms-transform: translate(0, -10px);
                    -webkit-transform: translate3d(0, -10px, 0);
                    transform: translate3d(0, -10px, 0);
                }

                .HeaderPartial .left .push_menu_btn .icon_menu:after {
                    position: relative;
                    top: -4px;
                    -ms-transform: translate(0, 10px);
                    -webkit-transform: translate3d(0, 10px, 0);
                    transform: translate3d(0, 10px, 0);
                }

            .HeaderPartial .left .push_menu_btn .text {
                font-size: 18px;
                font-weight: 600;
                margin-left: 5px;
                text-transform: uppercase;
                font-family: proxima-nova;
            }

    .HeaderPartial .center {
        height: 100%;
        padding: 5px;
        position: relative;
        text-align: center;
    }

        .HeaderPartial .center a {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            height: 100%;
            width: 100%;
        }

            .HeaderPartial .center a:hover {
                text-decoration: none;
            }

        .HeaderPartial .center .wrapper {
            height: 100%;
            width: 100%;
        }

        .HeaderPartial .center h3 {
            color: #222;
            font-size: 18px;
            left: 50%;
            margin: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
        }

        .HeaderPartial .center img {
            left: 50%;
            position: absolute;
            top: 50%;
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
        }

    .HeaderPartial .right {
        height: 100%;
        text-align: right;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .HeaderPartial .right .push_menu_search_btn {
            background-color: transparent;
            border-style: none;
            float: right;
            height: 40px;
            outline: none;
            padding: 5px;
            position: relative;
            top: 25%;
            width: 40px;
            z-index: 10;
        }

            .HeaderPartial .right .push_menu_search_btn .icon_search {
                fill: #222;
                height: 40px;
                left: 5px;
                position: absolute;
                top: 0;
                width: 30px;
            }

            .HeaderPartial .right .push_menu_search_btn .icon_search_open {
                fill-opacity: 1;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
            }

    .HeaderPartial .push_menu_search_container {
        background-color: #f5f5f5;
        height: 100%;
        max-width: 480px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 10px;
        top: 0;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
        width: calc(100% - 60px);
        z-index: -1;
    }

        .HeaderPartial .push_menu_search_container.open {
            opacity: 1;
            z-index: 15;
        }

        .HeaderPartial .push_menu_search_container .icon_search_close {
            color: white;
            font-size: 45px;
            height: 40px;
            line-height: 44px;
            width: 40px;
        }

    .HeaderPartial .search_field_container {
        background-color: black;
        border: 1px solid black;
        float: right;
        height: 42px;
        position: relative;
        top: 25%;
        white-space: nowrap;
        width: 95%;
    }

    .HeaderPartial .search_field {
        color: #282828;
        float: left;
        height: 100%;
        padding-left: 10px;
        width: calc(100% - 40px);
    }

    .HeaderPartial .search_field_close_btn {
        background-color: #222;
        border-style: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px;
    }

.header_buffer {
    height: 120px;
}

    .header_buffer.explore {
        height: 120px;
    }

/* MEDIA QUERIES */
@media (max-width:480px){
    .HeaderPartial .explore .right .join-renew {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .HeaderPartial .center h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .HeaderPartial .right {
        text-align: center;
    }

    .HeaderPartial .left .push_menu_btn .text {
        display: block;
        font-size: 12px;
        margin: 0;
    }

    .HeaderPartial .header .header-logo #desktop_logo {
        display: none;
    }

    .HeaderPartial .header .header-logo #mobile_logo {
        display: block;
    }
}

@media screen and (min-width: 767px) {
    .HeaderPartial .left .push_menu_btn {
        height: 40px;
        max-width: 100px;
        width: 100%;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
