 .center-block { float: none }
 
 
.icon-bar {
    width: 90px;
    background-color: #555;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 7px 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 28px;
}

.icon-bar a:hover {
    background-color: #000;
}

.active {
    background-color: #4CAF50 !important;
}

 
  #layer1 {     
     position: fixed;
    top:90px;
    left:0px;
    width:0px;
    z-index: 1000;
  }
 

 .fontmenuleft{
  font-size:14px;
}


@media screen and (max-width: 1300px) {
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

  .icon-bar {
    width: 60px;
    background-color: #555;
    top:0px;
}

.fontmenuleft{
  font-size:13px;
}
}

 @media screen and (max-width: 765px) {
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
  }

  .icon-bar {
    width: 35px;
    background-color: #555;
    top:0px;
}

.fontmenuleft{
  font-size:0px;
}

}





 #menutop {
     position: fixed;
     width:100%;
     top:0px;
   }
 

 

 .footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #89be5e;
   color: white;
   text-align: center;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 

 .global-nav .icon-view > .badge {
  background-color: #ff777e;
}
@media (min-width: 768px) {
  .global-nav .icon-view {
    position: rerative;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .global-nav .icon-view > .badge {
    position: absolute;
    right: 8px;
    top: 10px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .global-nav .icon-view {
    width: 97px;
  }
}
@media (min-width: 768px) {
  .global-nav .icon-view i {
    display: block;
    font-size: 210%;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .global-nav .icon-view i {
    width: 30px;
  }
}


 