/* (desktops, 992px and up) */
@media (min-width: 992px) {
/* -------------------- NAV  --------------------*/ 
.navbarstoteler{
    display: flex;}        
    
    .navbarstoteler .navbar-header img{
        margin: 0px;}

.flel{
    left: calc(100% / 3);
    right:auto;
    position: absolute;}
    
.hdrcontent {
    width: 50%;}   
    
.navbarstoteler .navbar-nav{
    float: left;}
    
.navbarstoteler .navbar-collapse{
    width: auto;
    text-align: right;}
    
.navbarstoteler ul.nav li a{
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.27);
    color:#FFF;}    
    
/* -------------------- HEADER  --------------------*/    
header.hdrst{
    background: rgba(185,200,23,1);
    background: -moz-linear-gradient(90deg, rgba(252,252,248,1) 0%, rgba(224,224,215,1) 35%, rgba(185,200,23,1) 75%, rgba(138,165,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(252,252,248,1) 0%,rgba(224,224,215,1) 35%,rgba(185,200,23,1) 75%,rgba(138,165,0,1) 100%);
    background: linear-gradient(90deg, rgba(252,252,248,1) 0%,rgba(224,224,215,1) 35%,rgba(185,200,23,1) 75%,rgba(138,165,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf8', endColorstr='#8aa500',GradientType=1 );}

.vvp header.hdrst{
    background: rgba(185,200,23,1);
    background: -moz-linear-gradient(90deg, rgba(245,245,245,1) 20%, rgba(185,200,23,1) 60%, rgba(138,165,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(245,245,245,1) 20%,rgba(185,200,23,1) 60%,rgba(138,165,0,1) 100%);
    background: linear-gradient(90deg, rgba(245,245,245,1) 20%,rgba(185,200,23,1) 60%,rgba(138,165,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#8aa500',GradientType=1 );}
    
    
/* -------------------- MAIN --------------------*/    
.homemain{
    width:calc(100% / 2);}
    
    
    
}