<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  ** Created by: http://github.com/localnetwork/
  */


.nav-tabs  {  width:100%; border-bottom-color: #eee; }
.nav-tabs li {  margin-right: 2px;  }
.nav-tabs li a { text-align: center; background: #eee;  padding:10px 40px !important; font-size: 1.8rem; }
.nav-tabs .nav-link.active{  background: #eea71a; color:#fff; border:0; border-bottom: 2px solid #eea71a;}
.nav-tabs .nav-link { border-top-left-radius: 0;}
.nav-tabs .nav-link { border-top-right-radius: 0;}
.tab-content { margin-top:50px;}



@media(max-width: 1300px){
	.nav-tabs li a { padding:10px 30px !important;}
}

@media(max-width: 1100px){
	.nav-tabs li a { padding:10px 20px !important;}
}



@media (min-width: 800px) {
    .responsive-tabs .dropdown-arrow {
        display: none; 
    } 
}

@media screen and (max-width: 800px) {
    .responsive-tabs {
        position: relative; 
        border: 0;
    }
    .responsive-tabs li {
        width: 100%; 
        /*margin: 0 0 3px 0 !important;*/
    }
    .responsive-tabs li &gt; a {
        display: none; 
        border: 0 !important; 
        border-radius: 0 !important;
		font-size: 1.5rem;
		
    }
    .responsive-tabs.open li &gt; a, .responsive-tabs li &gt; a.active {
        display: block;
		border-bottom: 0;
    }
	
	.responsive-tabs li &gt; a.active {
		background: #ccc !important;
		color:#fff  !important;
		font-weight: 500 !important;
    }
	
    .responsive-tabs .dropdown-arrow { 
        position: absolute;
        margin-top:15px;
		top: 0;
        right: 15px; 
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all ease .5s;
        cursor: pointer;
		
    }
    .responsive-tabs.open .dropdown-arrow {
        transform: rotate(-135deg);
        transition: all ease .5s;
		
    }
	
	
	
	
}  </pre></body></html>