.none {
display: none !important;
}

.mobilemenu, .close-mobile-menu  {
width: 56px;
height: 56px;
background-color: transparent;
display: block;
position: absolute;
top: 0;
right: 0;
margin-top: -6px;
text-align: center;
line-height: 56px;
border: 1px solid white;
color: white;
border-radius: 3px;
display: none;
font-size: 22px;
   margin-right: 15px;
   margin-top: 15px;
}

.open .mobilemenu {
opacity: 0;
}

.close-mobile-menu, .close-mobile-menu:hover {
display: block;
color: white;
}

.mobilemenu:hover {
color: white;
}

.active .mobilemenu, .active .mobilemenu:hover {
color: #394445;
border-color: #394445;
}

.navbar-collapse {
position: relative;
}

.mobilenav {
  display: flex;
  align-items: center;
  justify-content: center;
width: 100%;
height: 100%;
position: fixed;
z-index: 20000;
background-color: rgba(0,0,0, 0.9);
top: 0;
left: 0;
visibility: hidden;
opacity: 0;
}

.open .mobilenav {
visibility: visible;
opacity: 1;
}

.mobilenav ul {
width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mobilenav ul li {
display: inline-block;
margin: 12px;
}

.mobilenav ul li a {
font-size: 14px;
color: white;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
}

.mobilenav ul li.active a {
color: #60b025;
}

@media (max-width: 1920px) {   
  
  .home .absolute.flex {
  padding-top: 120px;  
  }

}

@media (max-width: 1600px) {   
  .home img.full {
  width: 120%;  
  }
}

@media (max-width: 1300px) {   
  .home img.full {
  width: 140%;  
  }
}

@media (max-width: 1280px) {   
  .header .col1 {
  width: 35%;
  }  
  
  .header .col2 {
  width: 30%;
  }

  .header .col3 {
  width: 35%;
  }   
  
}

@media (max-width: 1200px) {   
   
   .mobilemenu {
   display: block;
   position: absolute;
   z-index: 99;
   }
   
  .header .col1, .header .col3 {
  display: none;
  }

  .home img.full {
  width: 160%;  
  }  
    
  
  .header .col2 {
  width: 100%;
  }
  
  .main-nav  {
  display: none;  
  }
  
  .home .absolute.flex {
  padding-top: 0;  
  }
  
  .section.home.small .flex {
    padding-top: 180px;  
  }

  
  
}


@media (max-width: 1000px) {   

  .home img.full {
  width: 180%;  
  }
  
  .footer-nav {
  text-align:center;
  display: block;  
  }
  
  .footer-nav li {
  width: 100%;
  display: flex;
align-items: center;
  justify-content: center;  
  }
  
  .footer .col1, .footer .col2 {
   text-align: center;
   width: 50%;
  }
  
  .footer .col3 {
  width: 100%;
  text-align: center;  
  }
  
  .w1000-col-2-3 {
  width: 66.666%;  
  }
  
  .w1000-col-1-3 {
  width: 33.333%;  
  }
  
  .home br {
  display: none;  
  }
  

}

@media (max-width: 991px) {   


}

@media (max-width: 800px) {
  
  /* mobile */
  
.mobilemenu, .close-mobile-menu {
width: 46px;
height: 46px;
line-height: 46px;
font-size: 18px;
}  
  
  .start {
  margin-top: -60px;  
  }
  
  .footer-nav {
  width: 100%;
  margin-bottom: 0;  
  } 
  
  .footer-nav li {

  }
  
  .footer-nav a i {
  display: none;  
  }
   
  .footer .col1, .footer .col2, .footer .col3 {
   text-align: center;
   width: 100%;
  }
  
  .footer-nav.second {
  padding-left: 0 !important;  
  margin-bottom: 40px;
  }
  
  .h1 {
  font-size: 36px;
  }

  .h2 {
  font-size: 28px;
  }
  
  .h3 {
  font-size: 24px;
  }

  .h4 {
  font-size: 20px;
  }    
  
  .h5 {
  font-size: 16px;
  }   

  .h6 {
  font-size: 14px;
  }
  
  .button {
  font-size: 14px;  
  }
  
  .text-p {
  font-size: 16px;
  }
  
  .text-p1, .text-p2, .text-p3, .text-p4, .text-p5 {
  font-size: 14px;  
  }

.bx-next, .bx-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
}  

.bx-pager a {
width:  16px;
height: 16px;
}

.ml-text-center {
text-align: center;
}

.ml-flex {
  align-items: center;
  justify-content: center;
}


.ml-col-1-1 {
min-width: 100%;
}

.ml-col-1-2 {
min-width: 50%;
}

.ml-none {
display: none;
}



.ml-col-1-3 {
width: 100%;
max-width: 33.333%;
}

.ml-col-2-3 {
width: 100%;
max-width: 66.666%;
}

.ml-pl-0 {
padding-left: 0 !important;
}

.ml-pr-0 {
padding-right: 0 !important;
}

.ml-pl-15 {
padding-left: 15px !important;
}

.ml-pr-15 {
padding-right: 15px !important;
}

.ml-mb-0 {
  margin-bottom: 0 !important;
  }   

.ml-mb-10 {
  margin-bottom: 10px !important;
  }

.ml-mb-20 {
  margin-bottom: 20px !important;
  }

.ml-mb-30 {
  margin-bottom: 30px !important;
  }       
  
.ml-mb-40 {
  margin-bottom: 40px !important;
  }


.section.padding {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer .row {
    padding-top: 40px;
    padding-bottom: 60px;
}

.footer .h3 {
margin-top:  40px;
}

   .field input, .field textarea, .field select {
   font-size: 14px;
   height: 46px;
   }
   .section.home.small {
   min-height: 360px;
   max-height: 360px;   
   }   
   
   
   .home .h1 {
   font-size: 28px;   
   }
   
   .header .logo, .logo {
    height: 60px;
    }
    
    .header .logo {
    margin-top: 20px;    
    } 
    
    .footer .h3, .footer .logo-text, .header .logo-text, .logo-text  {
    font-size: 22px;    
    }
  
	
}	   

@media (max-width: 640px) {   
   
   .home {
   min-height: calc(100vh + 40px);   
   }


  
  .w640-none {
  display: none !important;  
  }
  
  .w640-col {
  display: inline-block !important;
  }
  
  .w640-col-1-1 {
  max-width: 100%;  
  }
  
  .w640-pl-0 {
  padding-left: 0 !important;
  }

  .w640-pr-0 {
  padding-right: 0 !important;
  }
  

  .w640-pl-15 {
  padding-left: 15px !important;
  }

  .w640-pr-15 {
  padding-right: 15px !important;
  }   

  .w640-mb-0 {
  margin-bottom: 0 !important;
  }   

  .w640-mb-10 {
  margin-bottom: 10px !important;
  }

  .w640-mb-20 {
  margin-bottom: 20px !important;
  }

  .w640-mb-30 {
  margin-bottom: 30px !important;
  }       
  
  .w640-mb-40 {
  margin-bottom: 40px !important;
  } 
  
  .w640-pb-0 {
  padding-bottom: 0 !important;  
  }
  
  .gal.active {
  width: 50%;  
  }
   
  
   
   
}

@media (max-width: 480px) {   
   .mp-col-1-1 {
   min-width: 100%;
   max-width: 100%;   
   }
   
  .gal.active {
  width: 100%;  
  }   
   

}

@media (max-width: 340px) {   

   
}