*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   

}


a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
width: 100%;
height: auto;
}


/*HEAD*/

header{
    
     
}
.top-head {
    height: 40px;
    background-color: rgb(44, 44, 52);
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.left-top-menu {
    margin: 0px;
    padding: 0px;
}
.left-top-menu  li {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.left-top-menu li a {
    color: rgb(187, 186, 187);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    border-left: 1px solid rgb(76, 76, 89);
}
.header-logo {
    display: inline-block;
    font-weight: 700;
    margin-top: 34px;
    width: 300px;
    position: relative;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.header-logo img {
    float: left;
    display: inline;
    max-width: 100%;
    margin: 8px 10px 8px 0px;
}
.header-logo h1 {
    color: #d4000e;
    font-weight: 400;
    display: inline;
    line-height: 1.1;
}
.header-logo h4 {
    color: rgb(44, 44, 52);
    font-weight: 400;
    margin: 0px;
}
.header-logo h1 span {
    color: rgb(81, 82, 82);
    font-weight: 700;
}
.header-add-place {
    float: right;
    display: inline;
    overflow: hidden;
    padding: 20px 0px;
}
.header-add-place .desktop-add {
    text-align: center;
    margin: 0px auto;
}
.menu-head{
    background-color: #d4000e;
}
.navbar-nav {
    margin: 0px;
}
.nav > li {
    position: relative;
    display: block;
    text-transform: uppercase;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-nav > li.active > a {
    background-color: #be000c;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: rgb(255, 255, 255);
}
.menu-head{
    background-color: #d4000e;
}
.nav > li > a:hover{
    background-color: #be000c !important;
}
.nav-below-main {
	width: 100%;
	border-bottom: solid 1px #e3e3e3;
	background-color: rgba(255, 255, 255, .95);
    float: left !important;
}

.nav-below-main .navbar-collapse {
	padding-left: 0;
	
}
.nav-below-main .nav li a {
    height: 40px;
    color: #49494d;
    font-weight: 400;
    font-size: 1em;
    padding: 0 12px 0 0;
    line-height: 40px;
}
.nav-below-main .nav li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    content: '';
    margin-left: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-below-main .nav li a:hover {
	background: rgba(255, 255, 255, 0);
}
.nav-below-main .nav li a:hover:before {
	width: calc(100% - 6px);
}
.nav-below-main .nav li a:hover

{
    background-color: #fff !important;
    color: #be000c;
}
.clock {
    float: right;
}
#txt{
    background-color: #d4000e;
    margin: 7px 0;
    position: relative;
    padding: 2px;
    width: 100px;
    height: 25px;
    color: #fff;
    text-align: center;
    font: 15px / 22px Roboto, Helvetica, Arial, sans-serif;
    float: right;
    border-radius: 2px;
}
#date {
    margin-right: 5px;
    margin-top: 9px;
    width: auto;
    color: #333;
    text-align: center;
    font: 15px / 22px Roboto, Helvetica, Arial, sans-serif;
    float: right;
}
  /*banner*/

/* footer */

.mobile-nav{
    display: none;
}
@media screen and (max-width: 768px)
{
header{
   
}
   .mbl-outer{
        justify-content: space-between;
      align-items: center;
       
        padding: 20px 0;
        display: flex;
    }

    .overlay a i{
        margin-left: 5px;
    }
    
    .mobile-nav{
        display: block;
      
        text-align: center;
    } 
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #add8e6;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    color: #050505;
  
    display: block;
    transition: 0.3s;
  }
  
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
.cent-btm {
    padding: 0 ;
}
.mbl-outer h1 {
    font-size: 19px;
}
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
   
}

  @media (min-width: 768px) and (max-width: 1024px){ 
   
    
  }
