.topbarRed{
  animation: changeBg 0.5s forwards;
  -webkit-animation: changeBg 0.5s forwards;
  //background-color: #F5333F!important;
}

@keyframes changeBg {
  from {background-color: rgba(20, 63, 89, 1);}
  to {background-color: #F5333F;}
}

html.overflowHide{
  overflow-y: hidden;
}

.scrolled-page .headerMenu .nav-item.dropdown.show a{
	color:#143F59!important;
  text-decoration: underline;
}
.scrolled-page .headerMenu .nav-item.dropdown.show .dropdown-menu a{
	color:#143F59!important;
  text-decoration: none;
}
.scrolled-page .headerMenu .nav-item.dropdown.show .dropdown-menu .readMore{
	color:white!important;
}
.scrolled-page .headerMenu .nav-item a:hover{
  color:#143F59!important;
  text-decoration: underline!important;
}

.navbar-closer{
	display: none;
    position: absolute;
    right: 10%;
    height: 50px;
    width: 50px;
    z-index: 3000;
    cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;%7D.a%7Bstroke:%23000;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-1201.651 -16.02)'%3E%3Cpath class='a' d='M0,0,18.781.011' transform='translate(1210.018 24.533) rotate(45)' style='&%2310; stroke: %23fff;&%2310;'/%3E%3Cpath class='a' d='M0,.011,18.781,0' transform='translate(1210.01 37.66) rotate(-45)' style='&%2310; stroke: %23fff;&%2310;'/%3E%3C/g%3E%3Crect class='b' width='30' height='30'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

#countries1 ul{
	margin-left: 0px!important;
}

.ad-navbar-overlayer{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 800;
  cursor: pointer;
}