.header-wrap {
    width: 100%;
    padding: 17px;
    box-shadow: #eee 0 0 8px;
    position: fixed;
    background: #fff;
    z-index: 1;
    top: 0;
    /*min-height: 129px;*/
}

.header-main {
    /*overflow: hidden;*/
    /*height: 63px;*/
    width: 100%;
    padding: 17px 17px 10px 17px;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
}

.header-main.single {
    box-shadow: #eee 0 0 8px;
}


.header-desc {
    width: 200px;
    display: block;
    float: left;
    margin-left: 38px;
    border-left: 3px solid #23cb99;
    margin-top: 0;
    height: 53px;
    padding-left: 19px;
    padding-top: 4px;
}

.header-desc {
    line-height: 17px;
    position: relative;
}
.header-desc span {
    width: 150px;
    font-size: 14px;
    margin: 5px 0 0 0;
    line-height: 17px;
    display: inline-block;
    font-weight: 500;
}

.header-desc .mfp-video img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.header-logo {
    display: block;
    float: left;
}

.logo-link {
    width: 148px;
    height: 57px;
    display: block;
    background-size: contain;
    background: url("../img/logo2.png") no-repeat;
    margin-left: 16px;
    margin-top: 6px;
}

.header-search {
    float: left;
    width: 720px;
    margin: 6px 0 0 50px;
    position: relative;
}

.header-search-form {
    position: relative;
}

.header-search-button {
    background: url(../img/search_icon_a.gif) no-repeat;
    width: 31px;
    border: none;
    height: 31px;
    background-size: cover;
    position: absolute;
    top: 4px;
    right: 7px;
}

.header-search input {
    width: 100%;
    height: 41px;
    border-radius: 10px;
    border: 2px solid #418ea4;
    color: #418ea4;
    font-size: 12px;
    padding: 0 0 0 27px;
    font-weight: lighter;
    font-style: italic;
}

.header-search input::-webkit-input-placeholder {color:#418ea4;}
.header-search input::-moz-placeholder          {color:#418ea4;}/* Firefox 19+ */
.header-search input:-moz-placeholder           {color:#418ea4;}/* Firefox 18- */
.header-search input:-ms-input-placeholder      {color:#418ea4;}

.header-user-menu {
    float: right;
    width: 250px;
    cursor: pointer;
    margin-right: 8px;
}

.header-user-menu .user-panel:hover .user-menu {
    display: block;
}

.user-menu li:last-child {
    padding-top: 30px;
}

.user-auth {

}

.user-panel {
    overflow: hidden;
    padding-bottom: 5px;
    float: right;
    width: 80px;
}

.header-tabs-row {
    clear: both;
    margin-top: 83px;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 8px #eee;
    background-color: #fff;
}

.header-tabs-row.float {
    box-shadow: 0 0 8px #eee;
}

.header-tabs-row.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
}

.header-tabs-row.dialog {
    display: block;
    margin-bottom: -17px;
    z-index: 20;
}

.header-tabs {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Exo 2", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 5px 0 0 0;
    margin-bottom: 0;

}

.header-tab {
    min-width: 200px;
    width: auto;
    text-align: center;
    list-style: none;
    padding: 0 20px;

}

.header-tab-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header-tabs .header-tab:first-child.active {
    margin-left: -5px;
}

.header-tab span {
    padding: 5px 15px 8px;
    min-height: 41px;
    white-space: nowrap;
}

.header-tab.active span {
    border-bottom: 4px solid #268DB4;
}

.header-how-help {
    position: absolute;
    right: 208px;
    top: 93px;
}


.user-image {
    width: 55px;
    height: 55px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    float: left;
}

.user-chevron {
    float: right;
    margin-top: 17px;
}

.user-caret {
    float: right;
    margin-top: 17px;
}

.user-menu {
    display: none;
    position: absolute;
    top: 76px;
    right: 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    z-index: 2;
    padding: 3px 20px;
}

.user-menu ul {
    list-style: none;
    margin: 0;
    padding: 6px 0 1px 0;
}

.user-menu ul li {
    padding: 1px 9px 4px;
}

.header-howhelp,
.header-notifications,
.header-wall {
    float: left;
    line-height: 55px;
    font-size: 30px;
    margin-right: 30px;
}


.header-howhelp img {
    width: auto;
    height: 24px;
}

.header-notifications {
    position: relative;
}

.notifications-bell {
    color: #268DB4;
}

.header-notifications-list-wrap {
    display: none;
    position: absolute;
    top: 43px;
    right: -25px;
    z-index: 1;
    padding: 15px 10px 0 0;
    width: auto;
    min-width: 250px;
}

#header-notifications > img.bell {
    display: inline;
}

#header-notifications > img.bell-ring {
    display: none;
}

#header-notifications.active > img.bell {
    display: none;
}

#header-notifications.active > img.bell-ring {
    display: inline;
}

#header-notifications.active > i.header-notifications-circle {
    display: inline;
}

.header-notifications-list {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1;
    background: #e5e5e5;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    position: relative;
}
.arrow_box:before,
.arrow_box:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:before {
    border-color: rgba(113, 158, 206, 0);
    border-bottom-color: #ccc;
    border-width: 10px;
    right: 16px;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #e5e5e5;
    border-width: 8px;
    right: 18px;
}

.header-notifications-list > div {
    white-space: nowrap;
}

.header-notifications:hover .header-notifications-list-wrap,
.header-wall:hover .header-wall-menu-wrap {
    display: block;
}

.header-wall > a > i {
    color: #268DB4;
}

i.header-notifications-circle {
    color: #283593;
    position: absolute;
    font-size: 12px;
    top: 22px;
    right: 3px;
    display: none;
}

.header-wall-menu-wrap {
    padding-top: 20px;
    top: 35px;
}

.header-wall {
    position: relative;
    margin-right: 0;
    padding-right: 10px;
}

.header-wall-menu {
 background-color: #fff;
}

.header-wall-menu.arrow_box:after {
    border-bottom-color: #fff;
}

.header-wall-menu-item {
    padding: 5px;
}

.header-wall > i {
    color: #38a0ca;
    font-size: 14px;
    position: relative;
    left: -1px;
    top: -1px;
}