@media (max-width:320px){
  
}
@media (min-width:321px){
  .logo{ background: url('/images/logo.webp') no-repeat center center; width: 100px; background-size: 100px; height: 100px; display: block; margin:10px 40px 10px 0;}
  .sticky .logo{ background: url('/images/logo.webp') no-repeat center left; width: 100px; background-size: 60px; height: 70px; display: block;margin:0px 0 0 0;}

  .logo-empty{  width: 196px; display: block; margin: 0 40px 0 0; }
  .sticky .logo-empty{ width: 196px; display: block;}


  .sticky {
    position: fixed !important;
    z-index:999;
    margin-top:-45px;
    -moz-transition: all 0.2s ease-out;  	-o-transition: all 0.2s ease-out;  	-webkit-transition: all 0.2s ease-out;  	-ms-transition: all 0.2s ease-out;
    background:#fff;
    }

    .uk-navbar-nav>li>a{ color: #000; font-size: 16px; font-weight: 600; margin: 0 3px 0 3px;}
    .uk-navbar-nav>li.uk-active>a{ color: #000; font-size: 16px;}
    .uk-navbar-dropdown-nav>li>a{ color: #000; font-size: 16px;}
}
@media(min-width:640px){
  .logo{ background: url('/images/logo.webp') no-repeat center center; width: 129px; background-size: 100px; height: 100px; display: block; margin:10px 40px 10px 0;}
  .sticky .logo{ background: url('/images/logo.webp') no-repeat center center; width: 129px; background-size: 60px; height: 70px; display: block;margin:0px 0 0 0;}

  .logo-empty{  width: 196px; display: block; margin: 0 40px 0 0; }
  .sticky .logo-empty{ width: 196px; display: block;}

  .sticky {
    position: fixed !important;
    z-index:999;
    margin-top: -45px;
    -moz-transition: all 0.2s ease-out;  	-o-transition: all 0.2s ease-out;  	-webkit-transition: all 0.2s ease-out;  	-ms-transition: all 0.2s ease-out;
    background:#fff;
    }

    .uk-navbar-nav>li>a{ color: #000; font-size: 16px; font-weight:600; margin: 0 3px 0 3px;}
    .uk-navbar-nav>li.uk-active>a{ color: #000; font-size: 16px;}
    .uk-navbar-dropdown-nav>li>a{ color: #000; font-size: 16px;}
}
@media(min-width:960px){
  .logo{ background: url('/images/logo.webp') no-repeat center center; width: 129px; background-size: 129px; height: 119px; display: block; margin:20px 40px 20px 0;}
  .sticky .logo{ background: url('/images/logo.webp') no-repeat center center; width: 129px; background-size: 60px; height: 70px; display: block;margin:0px 0 0 0;}

}
@media(min-width:1200px){

}

@media(min-width:1400px){
  
}

.uk-text-orange{color: #f97c01;}
.uk-icon-button{ background: none !important; color: #000 !important; border: solid 0px; width: 17px; height:17px; margin: 0 15px 0 0px !important;}
.uk-icon-button:hover{ background: none; color: #eb6320; border: solid 0px;}
.uk-button-text::before{border-bottom:1px solid #f97c01;}
.uk-offcanvas-bar{ background: rgb(255, 106, 1); background: linear-gradient(38deg, rgb(189, 70, 1) 0%, rgba(247, 78, 12, 1) 100%) !important; width: 320px;}
.uk-margin-20{margin: 20px !important;}
.uk-margin-70-20{margin: 70px 20px !important;}