/*
@media (min-width: 1000px) {
    .navbar-toggle {
        display: none;
    }
}
*/
/*
@media only screen and (max-width: 767px) {
    body {
        background-image: url(../img/bg-portrait.jpg);
    }
}
*/

@media only screen and (max-width: 767px) and (orientation: landscape) {
    body {
        background-image: url(../images/bg-landscape.jpg);
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    body {
        background-image: url(../images/bg.png);
    }
}

@media (min-width: 992px) and ( max-width: 1200px) {
    .contact-area .contact {
        height: 700px;
    }
    .contact button {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    footer {
        background-color: white;
        opacity: .7;
        height: 90px !important;
    }
    footer .container .social-media-group {
        margin: 10px 0;
        padding: 0;
    }
    .social-media {
        background-color: #404040 !important;
        width: 50px!important;
        height: 50px!important;
        border-radius: 100px!important;
    }
    .social-media i {
        color: white!important;
        font-size: 30px!important;
        padding: 9px!important;
    }
    a.btn {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: -30px !important;
        margin-left: -30px !important;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        box-shadow: none;
        border-color: transparent!important;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .nav>li:not(#dropdownMenu) {
        display: inline-block !important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent!important;
    }
    .menu-icon {
        position: relative;
        float: right;
        margin-right: 15px;
        margin-top: 5px;
    }
    .navbar-nav {
        margin: 0 !important;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 5px 0;
    }
    .team .team-list .team-abbr {
        width: 45px;
        height: 45px;
        border-radius: 90px;
        border: 3px solid #dbdbdb;
        font-size: 30px;
    }
    .team .team-list .team-abbr a {
        padding: 0px;
    }
    .modal-body {
        width: 100% !important;
    }
    .job-resume-area {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .active-form-area {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 768px) {
    .menu-icon {
        display: none;
    }
    footer .Copyright {
        margin-top: 10px;
    }
    .navbar-nav {
        overflow: visible !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .product-list {
        padding-left: 40px;
    }
    .product-list .col-xs-12,
    .product-list col-sm-12,
    .product-list col-md-1,
    .product-list col-lg-1 {
        margin-right: 15px;
    }
    .gallery-area .col-sm-4 {
        margin-right: -6px !important;
    }
}

@media (max-width: 767px) {
     footer .Copyright {
        color: #404040;
        font-size: 12px;
    }
    .product-list {
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        padding-left: 0;
    }
    .product-list .col-xs-1,
    col-sm-12,
    col-md-12,
    col-lg-1 {
        display: inline-block !important;
        margin-right: 0 !important;
        width: auto !important;
        float: none;
    }
    .product-list .product {
        width: 50px;
        height: 50px;
        border-radius: 100px;
        font-size: 30px !important;
        display: inline-block;
    }
    .product-list .product a {
        padding: 10px;
    }
    .product-list .product-title {
        text-align: center;
        width: 100px;
        margin: 0 0 5px -25px;
    }
    .icon-eric-warehousemap {
        font-size: 28px !important;
        right: 2px;
    }
    .item {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .activity-area .activity .share {
        right: 20px !important;
    }
}

@media (max-width: 1200px) {
    .active-wrap p {
        margin: 0 !important;
    }
    .active-wrap+button {
        margin: 10px 0 !important;
    }
    .sub-list .row{
        margin-left: 10px;
    }
   .team-leader .employee-logo:before{
       width: 45px;
       left: -45px;
   }
   .producer:after{
       background: none;
   }
}

@media (min-width: 992px) {
    .product-list {
        margin-left: 15%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .select-arrow {
        display: none;
    }
}

@media (max-width: 992px) {
    .job-resume-area,
    .active-form-area {
        padding: 0 !important;
    }
}