@charset "utf-8";
/* CSS Document */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1400px) {
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /****Ipad Portrait 768 Container 724 ****/
	       .logo img {
    background: #fff;
    padding: 5px;
    position:inherit;
    left: 0;
    width: 70%;
    top: 0;
    z-index: 99999;
}
    .nop  {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-right {
    float: none !important;
    margin-right: -15px;
    margin-top: 10px;
    text-align: -webkit-center;
}
}

@media only screen and (max-width: 767px) {
.logo img {
    background: #f0f5f9;
    padding: 5px;
    position:inherit;
    left: 0;
    width: 70%;
    top: 0;
    z-index: 99999;
}
    .team-img  {
       width: 200px;
        margin: 0px auto;
        padding-bottom: 15px;
    }
    .box-part  {
        text-align: center
    }
    .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
    margin-left: 0;
}
  
    .footer-up {
    margin-top: 0px;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    background: #333333;
    padding-bottom: 40px;
}
    .footer-copyright-list {
    margin-bottom: 0;
    text-align: -webkit-center;
    padding-bottom: 10px;
}
.nop  {
    padding-left: 15px;
    padding-right: 15px
}
.dropdown-menu {
    display: none !important;
}

.open .dropdown-menu {
    display: block !important;
}
    .footer-top h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
    .footer-top .links-column {
    margin-left: 0px;
    margin-bottom: 30px;
}
    .content-text  {
        text-align: center
    }
    .footer-up .content-text.content {
    position: relative;
    padding: 25px 0;
}
    .section-welcome {
    padding-top: 20px;
    padding-bottom: 40px;
}
    .sub-welcome-title  {
        padding: 25px 0
    }
    iframe  {
    width: 100%;
    height: 125px !important;
}
    .navbar-right {
    float: none !important;
    margin-right: -15px;
    margin-top: 10px;
    text-align: -webkit-center;
}
    .navbar-toggle {
    position: relative;
    float: right;
    top: -56px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
    .top-social  {
        display: none
    }
    .navbar-inverse .navbar-nav>li>a {
    font-weight: 700;
    color: #fff;
        background: #c70100;
        margin-bottom: 1px;
}
}

@media only screen and (max-width: 479px) {
    /****Mobile Portrait 320 ****/
       
}

@media (min-width: 768px) {

}  
