/********************************     HOME    *******************/
.home-heading-link{
    cursor: pointer;
    text-decoration: none;
    font-size: 40px;
    color: #F0CD0E;
    background: url("../images/menu/dotted-underline.png") repeat-x 100% 100%;
    padding-bottom: 5px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.home-heading-link:hover,
.home-heading-link:focus{
    text-decoration: none;
    font-size: 40px;
    color: #F0CD0E;
    background: url("../images/menu/dotted-underline.png") repeat-x 100% 100%;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
/****************************** END ******* HOME ****************/
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.navbar-nav > li {
    line-height: 30px;
}
.navbar-nav > li > a.white-link {
    padding: 0 0 5px 0;
    margin-top: 27px;
    margin-left: 15px;
}
.navbar-nav > li > span.separator {
    margin-top: 21px;
    margin-left: 15px;
    display: block;
    color: #fff;
}
.navbar-right {
    margin-right: 30px;
}

.main-menu{
    background: url("../images/components/menu-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    border-width: 0;
}
#main-menu {
    min-height: 65px;
}
a.logotype{
    background: url("../images/components/logotype.png") no-repeat center center;
    height: 39px;
    width: 155px;
    background-size: 100%;
    margin: 15px !important;
}
a.logotype.black{
    background: url("../images/components/logotype-black.png") no-repeat center center;
    display: inline-block;
    background-size: 100%;
}
a.link-to-home{
    background: url("../images/components/menu-home-icon-inactive.png") no-repeat 50%;
    height: 24px;
    width: 24px;
    padding: 0 !important;
    margin-top: 25px;
    margin-bottom: 17px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
a.link-to-home:hover,
a.link-to-home:focus,
a.link-to-home:active{
    background: url("../images/components/menu-home-icon-active.png") no-repeat 50%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#main-menu ul > li:before{
    display: none;
}
nav.main-menu .container-fluid {
    padding: 0;
}
nav.main-menu .navbar-header {
    padding-left: 15px;
}
.logged-in.navbar-right li {
    margin-left: 25px;
}
.logged-in .dropdown {
    margin-top: 15px;
}
.user-acc-dropdown,
.logged-in.navbar-right .open .user-acc-dropdown,
.user-acc-dropdown:hover,
.user-acc-dropdown:active,
.user-acc-dropdown:focus{
    background: #1a1720;
    border-radius: 20px;
    padding: 12px 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    border: none;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.user-acc-dropdown img {
    margin-left: -20px;
    margin-right: 5px;
}
.dark.dropdown-menu {
    background: #1b1821;
    margin: 10px 0 0;
    border-radius: 10px;
}
.dark.dropdown-menu:before {
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1B1821;
}
.dark.dropdown-menu li {
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dark.dropdown-menu > li:last-child {
    border-bottom: 0 solid rgba(255, 255, 255, 0.08);
}
.dark.dropdown-menu > li > a {
    display: block;
    padding: 8px 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #FFF;
    white-space: nowrap;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;

}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover{
    background: transparent;
    color: #f1be0d;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

/****************************** ACCOUNT TYPE **********************/
.user-acc-type.dropdown{
    margin-top: 24px;
}
.acc-type.dark.dropdown-menu{
    right: 0;
    margin-top: 40px;
}
.acc-type.dark.dropdown-menu::before {
    left: 60%;
}
.acc-type.dark.dropdown-menu.changed::before {
    left: 94%;
}
.user-type-dropdown,
.user-type-dropdown:hover,
.user-type-dropdown:focus,
.logged-in.navbar-right .open .user-type-dropdown{
    background: #1a1720;
    border-radius: 20px;
    padding: 0 18px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    border: none;
    line-height: 27px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.user-type-dropdown .account-type-letter.active {
    margin-top: 0;
}
a.user-type-dropdown {
    float: left;
    min-width: 25px;
    max-width: 180px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow-x: hidden;
}
.account-type-letter {
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    height: 26px;
    width: 26px;
    float: left;
    text-align: center;
    line-height: 23px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.account-type-letter.client{
    background: url("../images/menu/client.png") no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.account-type-letter.client:hover,
.account-type-letter.client:focus,
.account-type-letter.client.active{
    background: url("../images/menu/client_h.png") no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.account-type-letter.affiliate{
    background: url("../images/menu/affiliate.png") no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.account-type-letter.affiliate:hover,
.account-type-letter.affiliate:focus,
.account-type-letter.affiliate.active{
    background: url("../images/menu/affiliate_h.png") no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.account-type-letter.organiser{
    background: url("../images/menu/organiser.png") no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.account-type-letter.organiser:hover,
.account-type-letter.organiser:focus,
.account-type-letter.organiser.active{
    background: url("../images/menu/organiser_h.png") no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
/*
a:focus .account-type-letter,
a:hover .account-type-letter,
.account-type-letter:hover,
.account-type-letter:focus,
.account-type-letter.active {
    color: #f1be0d;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
*/
.acc-type.dark.dropdown-menu li {
    text-align: left;
    padding: 8px 0 8px 15px;
}
.acc-type.dark.dropdown-menu a {
    line-height: 23px;
    padding: 3px 0;
}
.acc-type.dark.dropdown-menu li.title {
    text-align: center;
    color: #d0cfd2;
    text-transform: uppercase;
    padding-left: 0;
    font-weight: bold;
    font-size: 11px;
}
/***************************************** SHARED ACCESS LIST ******************/
.acc-type.dark.dropdown-menu .sub-menu {
    left: 0;
    position: absolute;
    top: 64%;
    display: none;
    margin-top: -7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin-left: -1px;
    background: #050507;
}
.shared-access-list .dark.dropdown-menu:before {
    position: absolute;
    left: 50%;
    margin-left: -5%;
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #050507;
}
.acc-type.dark.dropdown-menu .sub-menu li a{
    text-align: center;
    text-transform: uppercase;
    padding-right: 30px;
    font-weight: bold;
}
.acc-type.dark.dropdown-menu .sub-menu li a.active{
    background: url("../images/menu/shared-access-active.png") no-repeat;
    background-position: 90% center;
}
.secondary-pages.pace-done .acc-type.dark.dropdown-menu .sub-menu {
    left: 0;
    position: absolute;
    top: 120%;
    display: none;
    margin-top: -7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin-left: -1px;
    background: #050507;
}
.secondary-pages.pace-done .shared-access-list .dark.dropdown-menu:before {
    position: absolute;
    left: 50%;
    margin-left: -5%;
    top: -10px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #050507;
}
.secondary-pages.pace-done .acc-type.dark.dropdown-menu .sub-menu li a{
    text-align: center;
    text-transform: uppercase;
    padding-right: 30px;
    font-weight: bold;
}
.secondary-pages.pace-done .acc-type.dark.dropdown-menu .sub-menu li a.active{
    background: url("../images/menu/shared-access-active.png") no-repeat;
    background-position: 90% center;
}

/***************************************** NOTIFICATIONS ***********************/
.user-notifications.dropdown{
    float: left;
    margin-top: 16px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
a.user-notification-dropdown,
.user-notification-dropdown:hover,
.user-notification-dropdown:focus,
.logged-in.navbar-right .open .user-notification-dropdown{
    background: none;
    width: 44px;
    height: 35px;
    float: left;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#notification-dropdown i,
#notification-dropdown-mob i{
    color: #fff;
    font-size: 30px;
    margin-top: 8px;
    float: left;
    line-height: 27px;
}
.notifications-number{
    display: none;
}
.notifications-number.active {
    display: block;
    color: #fff;
    font-size: 9px;
    float: right;
    border: 1px solid #f5cc02;
    border-radius: 100%;
    height: 17px;
    width: 18px;
    line-height: 14px;
    text-align: center;
}
.acc-notifications.dark.dropdown-menu::before {
    left: 100%;
}
.acc-notifications.dark.dropdown-menu li{
    text-align: left;
    padding: 8px 0 8px 15px;
}
.acc-notifications.dark.dropdown-menu li a.acc-type-select {
    display: inline-block;
    width: 100%;
}
.acc-notifications.dark.dropdown-menu li .notifications-number.active {
    font-size: 12px;
    height: 25px;
    width: 25px;
    line-height: 22px;
    margin-top: -5px;
    margin-right: 15px;
}
.acc-notifications.dark.dropdown-menu li.title {
    text-align: center;
    color: #d0cfd2;
    text-transform: uppercase;
    padding-left: 0;
    font-weight: bold;
    font-size: 11px;
}

/************************************ SUBMENU ********************************/
.submenu.nav.navbar-nav {
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.11);
    padding: 0 15px;
}

/************************************ NOTIFICATIONS ************************/
.acc-notifications.list.dark.dropdown-menu {
    width: 320px;
    right: 10px;
}
.acc-notifications.list.dark.dropdown-menu > li > a,
.acc-notifications.list.dark.dropdown-menu .notification-text a,
.acc-notifications.list.dark.dropdown-menu .notification-text b:nth-child(2) {
    color: #f1be0d;
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
}
.acc-notifications.list.dark.dropdown-menu .notification-text {
    color: #d0cfd2;
    font-weight: bold;
    font-size: 11px;
}
.acc-notifications.list.dark.dropdown-menu .time {
    display: block;
    font-size: 9px;
    color: #d0cfd2;
    font-weight: bold;
    line-height: 10px;
}
.acc-notifications.list.dark.dropdown-menu .show-more {
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-right: 15px;
}