/* Main menu */
.snip1155 {
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-weight: 100;
  padding:0;
  margin:0;
}
.snip1155 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1155 li {
    display: inline-block;
    list-style: outside none none;
    margin-top: 8px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
    font-size: 18px;

    font-weight: 100;
}
.snip1155 a {
  display: inline-block;
  /*padding: 0.5em 17px;*/
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.snip1155 a:before {
  pointer-events:none;
  width: 50px;
  content: '';
  border-left: 12px solid #1e88e5;
  border-right: 12px solid #1e88e5;
  transform: rotate(-40deg);
  height: 3px;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  opacity: 0;
  position: absolute;
  transition: all 0.35s ease;
}
.snip1155 a:hover,
.snip1155 .current a {
  color: #ffffff;
}
.snip1155 a:hover:before,
.snip1155 .current a:before {
  opacity: 1;
  transform: rotate(-50deg);
}

/* Main Menu */

.burger{
  display: none;
}

.top-info {
    padding: 10px;
    margin-left:27px;
}

.main-menu a:hover{
  color:#fff;
}

button.btn.btn-primary.firstButton{
  background:#1e88e5;
  color:#fff;
  border:0px solid;
}

.trigger-filters {
  background:#1e88e5;
  color:#fff;
  border:0px solid;
  margin-bottom:10px;
  color:#fff !important;
}

.trigger-filters i, .trigger-filters svg {
  margin-right:10px;
}

.opaque-btn {
  background:#777 !important;
}

button.btn.btn-default.secondButton{
  background: transparent;
  border:1px solid #fff;
  color:#fff;
}

.btn-primary.covidButton {
  background: rgba(255, 0, 0, 0.664);
  border: 1px solid rgba(255, 0, 0, 0.664)!important;
}

.btn-primary.covidButton:hover {
  background: #0f2c52;
  color:#fff;
  border: 1px solid rgba(255, 0, 0, 0.664)!important;
}


.widget-title{
  color:#fff;
}

.menu{
  color:#fff;
}

.menu:hover{
  color:#1e88e5;
}

.menu{
  margin-top:5px;
}

.sub-menu li.menu-item {
    width: 100%;
    margin:0px;
}

@media screen and (max-width: 768px){
 .main-menu-right {
  display:none;

}
.main-menu {
  display:none;

}
.main-menu-left {
  display:none;

  
}

}

.max-text {
  margin-left:auto;
  margin-right:auto;
  max-width:960px;
}