/*********** Following Nav Start *************/

.following.logo {
  float: left;
  margin-right: 1em;
}
.following.bar .column {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.following.bar .column > .menu {
  margin-top: 0px;
  height: 35px;
  height: 2.1875rem;
  font-weight: bold;
}
.following.bar .link.item, .ui.secondary.menu a.item, .following.bar div.dropdown.item {
  font-size: 18px;
  font-weight: 100;
}
.following.bar .ui.secondary.menu .dropdown.item>.menu {
  margin-top: 0;
}
.following.bar .ui.secondary.inverted.menu .active.item {
  background-color: rgba(255,255,255,.2);
}

.following.bar {
    position: absolute;
    top: 0px;
    z-index: 900;
    left: 0%;
    padding: 1.5em 0em;
    width: 100%;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 25%);
    border-bottom: 0;
    transition: padding 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
    background: #fff!important;
	float:left;
}

.fixed.following.bar {
  background-image: none;
}
.fixed.light.following.bar {
  background-color: #FFFFFF!important;
  border-bottom: 1px solid #DDDDDD;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}
.fixed.following.bar {
  position: fixed;
  top: 0px;
  padding: 1em 0em;
  background-color: #FFFFFF!important;
}

.fixed.following.bar .right.floated.main.menu {
  width:100%;
}



.main.menu {
  top: 0px;
}
.show-logo { display: block; }
.hide-logo { display: none; }

/*********** Following Nav End *************/




@media screen and (max-width:1450px) {
	
	.ui.secondary.menu a.item, .following.bar div.dropdown.item {
		font-size: 16px !important;
	}
	
}

@media screen and (max-width:1280px) {
	
	.ui.secondary.menu a.item, .following.bar div.dropdown.item {
		font-size: 14px !important;
	}
	
}

@media screen and (max-width:1120px) {
	
	.ui.secondary.menu a.item, .following.bar div.dropdown.item {
		font-size: 12px !important;
	}
	
}

@media screen and (max-width:991px) {
	
	.ui.secondary.menu a.item, .following.bar div.dropdown.item {
		font-size: 10px !important;
	}
	
}


@media screen and (max-width:830px) {
	
	.ui.secondary.menu a.item, .following.bar div.dropdown.item {
		font-size: 9px !important;
	}
	
}