header {
  position: relative;
}
.navbar-brand>img {
    display: initial;
    height: auto;
    max-width: 150px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: #4ac4f3 none repeat scroll 0 0;
  border: 2px solid #4ac4f3;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #4ac4f3;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.navbar-fixed .logo-scrolled, nav.navbar.bootsnav.navbar-sticky .logo-scrolled {
    display: none;
}
nav.navbar.bootsnav.navbar-fixed.scrolled .logo-scrolled, nav.navbar.bootsnav.navbar-sticky.sticked .logo-scrolled {
    display: block;
}
nav.navbar.bootsnav.navbar-fixed.scrolled .logo-display, nav.navbar.bootsnav.navbar-sticky.sticked .logo-display {
    display: none;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}
.attr-nav > ul > li:last-child > a, .attr-nav > ul > li > a, .attr-nav > ul > li > a:hover {
    background: transparent;
    border: none;
    color: #333333;
    padding: 6px;
}
.attr-nav > ul > li.search {
    margin-right: 20px;
}

nav.navbar.bootsnav.navbar-full li.dropdown ul.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    padding: 15px 10px;
    width: 100%;
    position: relative;
    text-align: center;
}
nav.navbar.bootsnav.navbar-full ul.nav > li.dropdown > a.dropdown-toggle::after {
    content: none;
}
nav.bootsnav.navbar-sidebar ul.nav li.menu-item-has-children dropdown {
    overflow: hidden;
}
@media (min-width: 1023px) {
	.content-center {
	    display: flex;
	    align-items: center;
        justify-content: space-around;
	}
}
@media (max-width: 1023px) {
	nav.navbar.bootsnav.navbar-fixed .navbar-header.mobile-inline .logo-scrolled {
	    display: inline-block!important;
	}
	nav.navbar.bootsnav.navbar-mobile ul.nav {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
        margin-left: 0px;
	}

}
@media (min-width: 1024px){
    nav.navbar.bootsnav.sticked .navbar-brand {
        padding: 0px;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark, nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0,0,0,0.3);
        border: none;
        border-bottom: solid 1px #555;
    }
    nav.navbar.bootsnav.navbar-full.navbar-sticky ul.nav > li > a {
        padding: 15px 15px;
    }
}
