﻿/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    outline: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    /*font-family: Arial, Baskerville, monospace;*/
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000;
    }

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444;
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    position: relative;
    border-radius: 3px;
    box-shadow: 0px 30px 60px rgba(0,0,0,0.5);
}

    .white-popup-block .title {
        color: #50a3d9;
        font-size: 28px;
        line-height: 30px;
    }

    .white-popup-block .bottom {
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .white-popup-block .bottom .flat_bt {
            position: static;
            width: auto;
            opacity: 1;
        }

.flat_bt {
    outline: none;
    background-color: #50a3d9;
    color: #fff !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px !important;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 0px 16px 0px 16px !important;
    vertical-align: middle;
    cursor: pointer;
    /*font-family: "Open Sans";*/
    font-weight: 300;
    border: none;
    margin-top: 0px;
}

    .flat_bt:hover {
        font-size: 18px !important;
        background-color: #65aede;
        line-height: 38px;
        text-decoration: none;
    }

    .flat_bt:active {
        background: none #50a3d9;
        -moz-box-shadow: 0px 0px 5px #1a5276 inset;
        -webkit-box-shadow: 0px 0px 5px #1a5276 inset;
        box-shadow: 0px 0px 5px #1a5276 inset;
    }

    .flat_bt:disabled, .flat_bt[disabled] {
        background-color: #a6a6a6;
        cursor: default;
        pointer-events: none;
    }

        .flat_bt:disabled:hover, .flat_bt:disabled:active, .flat_bt[disabled]:hover, .flat_bt[disabled]:active {
            background-color: #a6a6a6;
        }

    .flat_bt.cancel {
        outline: none;
        background-color: #a6a6a6;
        color: #fff !important;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-size: 18px !important;
        height: 38px;
        line-height: 38px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        padding: 0px 16px 0px 16px !important;
        vertical-align: middle;
        cursor: pointer;
        /*font-family: "Open Sans";*/
        font-weight: 300;
        border: none;
        margin-top: 0px;
    }

        .flat_bt.cancel:hover {
            font-size: 18px !important;
            background-color: #b3b3b3;
            line-height: 38px;
            text-decoration: none;
        }

        .flat_bt.cancel:active {
            background: none #a6a6a6;
            -moz-box-shadow: 0px 0px 5px #595959 inset;
            -webkit-box-shadow: 0px 0px 5px #595959 inset;
            box-shadow: 0px 0px 5px #595959 inset;
        }

        .flat_bt.cancel:disabled, .flat_bt.cancel[disabled] {
            background-color: #a6a6a6;
            cursor: default;
            pointer-events: none;
        }

            .flat_bt.cancel:disabled:hover, .flat_bt.cancel:disabled:active, .flat_bt.cancel[disabled]:hover, .flat_bt.cancel[disabled]:active {
                background-color: #a6a6a6;
            }

    .flat_bt.danger {
        outline: none;
        background-color: #cd0b00;
        color: #fff !important;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-size: 18px !important;
        height: 38px;
        line-height: 38px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        padding: 0px 16px 0px 16px !important;
        vertical-align: middle;
        cursor: pointer;
        /*font-family: "Open Sans";*/
        font-weight: 300;
        border: none;
        margin-top: 0px;
    }

        .flat_bt.danger:hover {
            font-size: 18px !important;
            background-color: #e70c00;
            line-height: 38px;
            text-decoration: none;
        }

        .flat_bt.danger:active {
            background: none #cd0b00;
            -moz-box-shadow: 0px 0px 5px #340300 inset;
            -webkit-box-shadow: 0px 0px 5px #340300 inset;
            box-shadow: 0px 0px 5px #340300 inset;
        }

        .flat_bt.danger:disabled, .flat_bt.danger[disabled] {
            background-color: #a6a6a6;
            cursor: default;
            pointer-events: none;
        }

            .flat_bt.danger:disabled:hover, .flat_bt.danger:disabled:active, .flat_bt.danger[disabled]:hover, .flat_bt.danger[disabled]:active {
                background-color: #a6a6a6;
            }


.flag {
    display: block;
    width: 25px;
    height: 18px;
    background: url(/bundles/dyb/images/Common/flags.png) no-repeat;
}

    .flag.tiny {
        width: 18px;
        height: 13px;
        background: url(/bundles/dyb/images/Common/flags-tiny.png) no-repeat;
    }

    .flag.fr_FR, .flag.fr, .flag.fr_LU, .flag.fr {
        background-position: left top;
    }

    .flag.en_GB, .flag.en, .flag.uk_UK, .flag.uk {
        background-position: left -18px;
    }

        .flag.en_GB.tiny, .flag.en.tiny, .flag.uk_UK.tiny, .flag.uk.tiny {
            background-position: left -13px;
        }

    .flag.en_US, .flag.us {
        background-position: left -36px;
    }

        .flag.en_US.tiny, .flag.us.tiny {
            background-position: left -26px;
        }

    .flag.it_IT, .flag.it {
        background-position: left -54px;
    }

        .flag.it_IT.tiny, .flag.it.tiny {
            background-position: left -39px;
        }

    .flag.de_DE, .flag.de {
        background-position: left -72px;
    }

        .flag.de_DE.tiny, .flag.de.tiny {
            background-position: left -52px;
        }

    .flag.es_ES, .flag.es {
        background-position: left -90px;
    }

        .flag.es_ES.tiny, .flag.es.tiny {
            background-position: left -65px;
        }

    .flag.ru_RU, .flag.ru {
        background-position: left -108px;
    }

        .flag.ru_RU.tiny, .flag.ru.tiny {
            background-position: left -78px;
        }

    .flag.el_GR, .flag.el {
        background-position: left -126px;
    }

        .flag.el_GR.tiny, .flag.el.tiny {
            background-position: left -91px;
        }

    .flag.tr_TR, .flag.tr {
        background-position: left -144px;
    }

        .flag.tr_TR.tiny, .flag.tr.tiny {
            background-position: left -104px;
        }

    .flag.ca {
        background-position: left -162px;
    }

        .flag.ca.tiny {
            background-position: left -117px;
        }

/*html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: auto;
    color: #515253;
    margin: 0;
}*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-block-transitions {
    transition: 0s all !important;
    -webkit-transition: 0s all !important;
}

.no-animate, .no-animate * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
}

/*::selection {
    background: #ff9c04;
    color: #fff;
}

::-moz-selection {
    background: #ff9c04;
    color: #fff;
}

::-webkit-selection {
    background: #ff9c04;
    color: #fff;
}*/

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.breakable-word {
    word-break: break-all;
}

.cv-main hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.cv-main img {
    vertical-align: middle;
    max-width: none;
}

.cv-main fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.cv-main textarea {
    resize: vertical;
}

.cv-main a:focus {
    outline: none;
    text-decoration: none;
}

#browsehappy {
    margin: 0 !important;
}

    #browsehappy a {
        text-decoration: underline;
    }

.cv-main label.placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

:placeholder {
    color: #999;
}

.clear {
    clear: both;
}

.cv-main h1,.cv-main h2,.cv-main h3,.cv-main h4,.cv-main h5,.cv-main h6 {
    font-weight: normal;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0px;
}

.cv-main h1 {
    font-size: 30px;
}

.cv-main h2 {
    font-size: 24px;
}

.cv-main h3 {
    font-size: 18px;
}

.cv-main h4 {
    font-size: 14px;
}

.cv-main h5 {
    font-size: 12px;
}

.cv-main h6 {
    font-size: 11px;
}

.cv-main ul, .cv-main li {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

.cv-main a {
    line-height: normal;
}

.cv-main span {
    line-height: normal;
}

.cv-main .link {
    text-decoration: underline;
}

.cv-main .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.transparent {
    opacity: 0;
}

.cv-main h1,.cv-main h2,.cv-main h3,.cv-main h4,.cv-main h5,.cv-main h6 {
    font-weight: 300;
}

#cv {
    word-break: break-word;
}

    #cv .column {
        position: relative;
    }

    #cv .widget.badge {
        background: transparent;
        border-radius: 0;
        text-shadow: none;
        padding: 0px;
        font-size: 15px;
        white-space: normal;
    }

        #cv .widget.badge a {
            color: #515253;
            font-weight: 300;
            text-shadow: none;
            white-space: normal;
        }

            #cv .widget.badge a img {
                max-width: 100%;
                margin-bottom: 10px;
            }

#resume-translations #flags-wrapper .flag-item.current {
    text-decoration: none;
    cursor: pointer;
}

    #resume-translations #flags-wrapper .flag-item.current .flag {
        display: inline-block;
    }

    #resume-translations #flags-wrapper .flag-item.current:after {
        content: "\f0d7";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: text-top;
        padding-left: 5px;
    }

#resume-translations #flags-wrapper .popover-content {
    padding: 10px;
}

    #resume-translations #flags-wrapper .popover-content a {
        white-space: nowrap;
        margin-bottom: 10px;
        text-decoration: none;
    }

        #resume-translations #flags-wrapper .popover-content a:last-of-type {
            margin-bottom: 0px;
        }

        #resume-translations #flags-wrapper .popover-content a span {
            display: inline-block;
        }

            #resume-translations #flags-wrapper .popover-content a span.flag {
                vertical-align: text-bottom;
            }

            #resume-translations #flags-wrapper .popover-content a span.translation-unpublished {
                color: #ccc;
            }

#cv .widget-element {
    position: relative;
}

#cv .widget.contacts .popover {
    max-width: none;
    left: 0px !important;
}

    #cv .widget.contacts .popover .arrow {
        left: 28px !important;
    }

#cv .widget.contacts .popover-content {
    width: auto;
    min-width: 22px;
    min-height: 22px;
    text-align: left;
}

    #cv .widget.contacts .popover-content hr {
        margin: 8px 0px 5px 0px;
    }

    #cv .widget.contacts .popover-content i.icon-refresh {
        color: #ccc !important;
        display: block !important;
        font-size: 18px !important;
        line-height: 42px !important;
        background: none !important;
        box-shadow: none !important;
    }

    #cv .widget.contacts .popover-content a {
        cursor: pointer;
        white-space: nowrap;
    }

        #cv .widget.contacts .popover-content a#mobile-number, #cv .widget.contacts .popover-content a#phone-number {
            font-size: 18px;
        }

    #cv .widget.contacts .popover-content .anonymized-phone-number-info {
        width: 250px;
        color: #515253;
        font-size: 10px;
        margin-top: 5px;
        line-height: 15px;
    }

        #cv .widget.contacts .popover-content .anonymized-phone-number-info .user-name {
            font-weight: 600;
        }

#cv .widget.portfolios .embed-placeholder {
    height: 200px;
    background-color: #e6e6e6;
}

#cv .widget.portfolios .download-document {
    display: block;
    background: #e6e6e6;
    color: #515253;
    padding: 30px 0px;
    text-align: center;
    text-decoration: none;
}

    #cv .widget.portfolios .download-document i {
        display: block;
        font-size: 40px;
    }

    #cv .widget.portfolios .download-document:hover {
        background: #d9d9d9;
    }

#cv-footer #dyb-link {
    display: inline-block;
}

    #cv-footer #dyb-link img {
        width: 80px;
        margin-left: 3px;
    }

#cv-footer #share-cv {
    display: inline-block;
    margin-left: 25px;
}

    #cv-footer #share-cv #share-items {
        display: inline-block;
    }

        #cv-footer #share-cv #share-items .share-item {
            display: inline-block;
            padding: 0px 3px;
            text-align: center;
            vertical-align: middle;
        }

            #cv-footer #share-cv #share-items .share-item i {
                font-size: 18px;
                line-height: 18px;
            }

            #cv-footer #share-cv #share-items .share-item.viadeo {
                padding-left: 0px;
            }

#cv .widget.skills .tooltip .tooltip-inner {
    white-space: nowrap;
}

#ownerbar {
    text-align: center;
    padding: 8px 0px;
    background: #000000;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    position: relative;
}

    #ownerbar a {
        text-decoration: underline;
    }

#incentivebar {
    /*font-family: 'Open Sans';*/
    text-align: center;
    padding: 8px;
    background: #515253;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    z-index: 2;
}

    #incentivebar #left-part {
        float: left;
    }

        #incentivebar #left-part a {
            display: block;
        }

            #incentivebar #left-part a img {
                height: 23px;
            }

    #incentivebar #right-part {
        float: right;
    }

        #incentivebar #right-part a#login-access {
            border-radius: 2px;
            background: #313131;
            color: #ffffff;
            display: inline-block;
            padding: 4px 10px;
            margin-right: 2px;
            text-decoration: none;
        }

            #incentivebar #right-part a#login-access:hover {
                background: #181818;
            }

        #incentivebar #right-part a#register-access {
            border-radius: 2px;
            background: #FF8904;
            color: #ffffff;
            display: inline-block;
            padding: 4px 10px 4px 10px;
            text-decoration: none;
        }

            #incentivebar #right-part a#register-access:hover {
                background: #FF7704;
            }

.cv-main #navbar {
    position: relative;
}
