﻿/* enter here your custom CSS code */
/*
.head-top-part .fx-menu-slide #tbar-logo {
    padding: 0px 115px 8px!important;
}
*/




menu-normal #lmpart {

   margin: 0px auto 0!important; 
}

.head-top-part .fx-menu-slide #tbar-logo {
    padding: 0px 0px 0px 0px;
}





.head-top-part .fx-menu-slide #tbar-logo {
    transform: scale(.7);
}




/**** flex footer ***/

  .flex-container-footer {

    display: flex;
    
    justify-content: space-evenly; 
    align-items: baseline; 
    /* flex-flow: row wrap; */ 
    flex-direction: row; 
    flex-wrap: wrap; 
    align-content: center;
	
    background-color: #ffffff00;
    height: 100%;
    padding: 15px;
    gap: 5px;

  }

  .flex-container-footer> div{
    background: #ffffff00;
    border: px solid #ffffff00;
    border-radius: 5px;
    padding: 4px;
  }
  
  .nav-devices-inner {
  background: #131317;
}

.head-slider-enabled {
    color: #fff;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, .4)!important;
}


.btn:hover {
    background: #000000;
    border-color: #000000;
}
/*
.cnt-slider {
  width: 100%;
  height: 90vh!important;
}
*/
.nav li img {
    border: 0;
    padding: 0 0px 0 0!important;
    float: left;
}
