/*
CSS tweaks for responsive design.
*/
#image-show img, #left-side #player, .img-responsive {
    width: 100%;
}

.fill {
    width:100%;
    height:100%;
}

/* MAIN SITE */
@media(max-width:1275px){
    .nav-black #menu {
        margin-left: 100px;
    }
    .nav-black li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    ul.sector_submenu2 {
        width: 100%;
        margin: 15px 0 0 0 !important;
    }
    ul.sector_submenu2 li .img-responsive {
        height: 100%;
        width: 100%;
    }
}
@media(max-width: 1050px) {
    ul.sector_submenu2 li {
        width: 19%;
    }
}
@media(max-width:992px){
    .nav-black #menu {
        margin-left: 50px;
    }
    .nav-black li a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .nav-search-field {
        width: 120px;
    }
    .article-box {
        padding: 0 0 40px 33px;
    }
    #right-side {
        display:none;
    }
    #left-side {
        width:100%;
        padding-left:0;
        padding-right:0;
    }
}
@media(max-width:768px){
    .nav-black li a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .nav-search-field {
        width: 50px;
    }
}
/* -- Is the current wanted behvaior???
@media (max-width: 767px) {
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-form .form-control {
        display: inline-block;
    }
} */

/* Profile */
@media (max-width: 1275px) {
    #profile-main {
        width: 825px;
    }
    #profile-right {
        width: 100%;
    }
    #profile-center {
        width: 100%;
    }
    .statistics li {
        width: 24%;
        display: inline-block;
    }
    #map-canvas {
        width: 100%;
    }
    #profile-main .profile-video img {
        max-width: 100%;
        width: 100%;
    }
    .leaderShip li {
        width: 316px;
        display: inline-block;
    }
    .statistics li {
        width: 316px;
        display: inline-block;
    }
}
@media (max-width: 1150px) {
    #profile-main {
        width: 670px;
    }
}
@media(min-width:993px){
    #profile-left-toggle {
        display:none;
    }
}
@media(max-width:992px){
    #profile-left {
        position: fixed;
        left:0;
        height:100%;
        z-index:100;
        display:none;
        width:0;
    }
    #profile-detail-box {
        position: relative;
    }
    #profile-detail-box .pull-right {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #profile-left-toggle {
        display: block;
        position: fixed;
        height: 48px;
        width: 48px;
        top: 150px;
        left: 0px;
        background-color: black;
        text-align: center;
        vertical-align: middle;
        font-size: 32px;
        font-family: Arial;
        border-radius: 0 8px 8px 0;
        color: white;
        cursor: pointer;
        z-index: 1;
    }
    #profile-main {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    
    #profile-main .contact-info {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Search */
@media(min-width:1276px){
    #search-right-toggle {
        display:none;
    }
}
@media(max-width:1275px){
    #search-right-toggle {
        background-color: #2C3033;
        border-radius: 8px 0 0 8px;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-family: Arial;
        font-size: 32px;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 280px;
        vertical-align: middle;
        width: 48px;
        z-index: 1;
        margin-right: -18px;
    }
    
    #search-right {
        position: absolute;
        right:0;
        min-height:100%;
        z-index:100;
        display:none;
        width:0;
    }
}
@media(max-width:1000px) {
    #search-left {
        padding-left: 10px;
        max-width: 100%;
    }
    #search-left #article-list {
        padding-right: 10px;
    }
}

