@media (min-width: 992px){

.mobile
{
    display: none !important;
}

}

@media (max-width: 991px){



.container.mb-fullWidth
{
    padding: 0;
}

.nav
{
    width: 100% !important;
    transform: none;
    margin-top: 50px;
    margin-left: 0px; 
    padding: 0;
    z-index: 111111;
    border: none;
    top: 0 !important;
    position: fixed;
    background-color: #cfc7b2;
}



.nav:before
{
    display: none;
}

header
{
    padding: 0;
}

header ul {
   width: 100%;
   position: relative;
   display: block;
   padding: 0;
   margin: 0;
}


header ul li {
   width: 100%;
   padding: 0;
   position: relative;
   display: block;
}

header li:before {
   display: none;
}



header li a {
   color: #fff;
   display: block !kimportant;
   font-weight: 400;
   text-transform: uppercase;
    background-color: #867b62;
   padding: 10px 0 !important;
   width: 100%;
   text-align: center;
   border-top: 1px solid #fff;
}


header .logo
{
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    margin-top: 0px;
    min-width: auto;
    z-index: 2;
    padding: 10px 20px;
}

header .logo img
{
    height: 25px;
    width: auto; 
}

header .socials
{
    position: absolute;
    bottom: auto;
    top: 12px;    
    right: 70px;
    z-index: 111;
    
}

header .socials a
{
    display: inline-block;
    padding: 5px 5px;
    width: 20px;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
}


.navbar-wrapper
{

    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #867b62;
}



.homeSlider .ai
{
    margin-top: 50px;
}

.homeSlider .ai
{
    height: 480px;
    background-position: 10% top;
    background-size: cover;
    padding: 40px 40px 20px 40px;
    position: relative;
}

.homeSlider h2
{
    font-size: 26px;
    font-weight: 700;
    top: 30px;
}

.homeSlider h3
{
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}

.owl-prev, .owl-next
{
    display: none;
}

.owl-item img
{
    width: 100% !important;
}

.desktop
{
    display: none !important;
}


}
