﻿.social-header {
    float: left;
    display: block;
}

.social-header-text {
    float: left;
}

@media handheld, only screen and (max-width: 768px) {
    .nav .navbar-nav .navbar-right li {
        display: inline-flex !important;
    }

    .social-header {
        float: none;
        width: 10% !important;
        display: inherit !important;
    }

    .social-text-header {
        display: none;
    }

    .social-header-text {
        float: none;
    }

    .nav {
        width: 100% !important;
    }
}

@media handheld, only screen and (min-width: 768px) and (max-width: 992px) {
    .nav {
        width: 50% !important;
    }
}
