/* ===== HEADER ===== */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    height: 161px;
    z-index: 1000;
    -webkit-box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
}

header .container-fluid {
    position: relative;
}

header .top-header {
    height: 100px;
    border-bottom: 1px solid #CCCCCC;
}

header .navigation {
    position: relative;
    height: 60px;
    background: #fff;
}

header .navigation ul {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

header .navigation ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

header .navigation ul li.home-menu-item {
    margin-left: 0px;
    margin-right: -10px;
}

header .navigation ul li.home-menu-item a img {
    vertical-align: -2px;
}

header .navigation > ul > li > a, header .navigation > ul > li > .a  {
    font-size: 14px;
    line-height: 17px;
    color: #006996;
    font-weight: 600;
    padding: 22px 5px 23px;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s all;
}

header .navigation > ul > li.active > a, header .navigation > ul > li.active > .a  {
    color: #29B9D9  ;
}

.active-parent .a, a.active-parent {
    color: #29B9D9  !important;
}

header .navigation ul li a:hover, header .navigation ul li .a:hover {
    text-decoration: none !important;
    color: #29B9D9  ;
}

header .top-header .container-fluid {
    display: flex;
    align-items: center;
    height: 100%;
}

header .logo {
    height: 80px;
    left: 0px;
    display: inline-block;
    margin-right: 20px;
}

header .logo img {
    height: 100%;
}

header .calendar {
    color: #006996 ;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    margin-right: 10px;
}

header .calendar img {
    margin-right: 10px;
}

header .btn.btn-primary.btn-register {
    margin-right: 25px;
    background: #006996 !important;
    color: #fff !important;
    border: solid 1px #006996 !important;
	/* a place to hide the register button 
	display: none !important;*/
}

header .btn.btn-primary.btn-register:hover {
    background: #29B9D9  !important;
    color: #fff !important;
    border: solid 1px #29B9D9  !important;
}

header .btn-register img {
    margin-right: 10px;
    vertical-align: -6px;
}

header .header-social {
    margin-right: 15px;
}

header .header-social a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

header .logo {
    height: 80px; 
	/* height: 114px;*/
    display: inline-block;
}

header .xaz-contact {
    margin-right: 30px;
}

header .xaz-contact input {
    margin-bottom: 0px !important;
}

.nav-button {
    display: none;
}

.menu-item-7 .submenu, .menu-item-8 .submenu, .menu-item-9 .submenu {
    right: 0px;
    margin-left: 0px;
}

.menu-item-1 .submenu {
    left: 0px;
    margin-left: 0px;
}

.menu-item-5 .submenu.size-2, .menu-item-6 .submenu.size-2 {
    right: 0px;
    margin-left: 0px;
}

.menu-item-4 .submenu.size-3, .menu-item-5 .submenu.size-3, .menu-item-6 .submenu.size-3 {
    right: 0px;
    margin-left: 0px;
}

.submenu {
    background: #fff;
    padding: 30px 40px 25px;
    position: absolute;
    display: none;
    align-content: stretch;
    margin-left: -34px;
    margin-top: -10px;
    -webkit-box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 10%);
}

.menu-item.active .submenu {
    display: flex;
}

.submenu.size-1 {
    width: 300px;
}

.submenu.size-2 {
    width: 600px;
}

.submenu.size-3 {
    width: 900px;
}

.submenu.size-4 {
    width: 1200px;
    left: 0px;
    right: initial;
    margin-left: 0px;
}

.submenu.size-1 .submenu-category {
    width: 100%;
}

.submenu.size-2 .submenu-category {
    width: 50%;
}

.submenu.size-3 .submenu-category {
    width: 33.33%;
}

.submenu.size-4 .submenu-category {
    width: 25%;
}

.submenu-category {
    padding-right: 30px;
}

.submenu-category .submenu-title {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #444444;
    display: block;
    margin-bottom: 15px;
}

.submenu-category .submenu-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #444444;
    display: inline-block;
    margin-bottom: 5px;
}




