.mod_registration {
    border: solid 5px rgba(0,0,0,0.1);
    background: white;
    box-shadow: none;
}

.mod_registration label {
    color: #9a9a9a;
}

.mod_registration label .mandatory {
    color: #f00;
}

.mentor.item {
    position: relative;
}

.mentor.item a {
    position: relative;
    display: block;
}

.mentor.item .mentor__info {

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing:border-box;
    z-index: 1000;
}

.mentor.item .mentor__image {
    position: relative;
}

.mentor.item .mentor__image__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.mentor.item:hover .mentor__image__overlay {
    background-color: rgba(0,0,0,0.8);
}

.mentor.item .mentor__info * {
    color: white;
}


.mod_app_mentor_details .ce_headline_extended,
.mod_app_mentor_details .ce_text {
    padding: 0 10%;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}

.mod_app_mentor_details .back {
    padding-top: 10px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    float: none;
    position: relative;
    clear: both;
}

.mod_app_mentor_details .back a {
    font-size: 0.6667rem;
    text-transform: uppercase;
}

.header.cloned .smartmenu .smartmenu-trigger,
header .smartmenu .smartmenu-trigger {
    /*position: absolute;*/
    /*right: 40px;*/
    /*top: 0;*/
    /*z-index: 100;*/
}

.header.cloned .smartmenu .smartmenu-account,
header .smartmenu .smartmenu-account {
    margin-right: 60px;
}

.header.cloned .smartmenu .smartmenu-account .icon,
header .smartmenu .smartmenu-account .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.header.cloned .smartmenu .smartmenu-account .data,
header .smartmenu .smartmenu-account .data {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-top: 35px;
}

.header.cloned .smartmenu .smartmenu-account .logout,
.header.cloned .smartmenu .smartmenu-account .data {
    margin-top: 20px;
}

header .smartmenu .smartmenu-account .logout,
header .smartmenu .smartmenu-account .data {
    margin-top: 35px;
}


header .smartmenu .smartmenu-account .logout,
.header.cloned .smartmenu .smartmenu-account .logout {
    display: none;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    margin-right: 10px;
}


.header.cloned .smartmenu .smartmenu-account .icon--hover,
header .smartmenu .smartmenu-account .icon--hover {
    display: none;
}

.header.cloned .smartmenu .smartmenu-account:hover .data:hover .icon:not(.icon--hover),
header .smartmenu .smartmenu-account:hover .data:hover .icon:not(.icon--hover) {
    display: none;
}

.header.cloned .smartmenu .smartmenu-account:hover .data:hover .icon--hover,
header .smartmenu .smartmenu-account:hover .data:hover .icon--hover,
header .smartmenu .smartmenu-account:hover .logout,
.header.cloned .smartmenu .smartmenu-account:hover .logout {
    display: inline-block;
}

header .smartmenu .smartmenu-account:hover .logout:hover,
.header.cloned .smartmenu .smartmenu-account:hover .logout:hover {
   color:#eb5b3a;
   text-decoration: underline;
}

.mod_login .checkbox_container label {
    margin-left: 25px;
}

.mod_personalData {
    position: relative;
}
.mod_personalData .actions.actions--form {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    height: 65px;

}

.mod_personalData .actions.actions--form .action {
    height: 100%;
    line-height: 65px;
    float: left;
}

.mod_personalData .actions.actions--form .action:not(:first-child) {
    border-left: 1px solid silver;
}

.mod_personalData .actions.actions--form .action a {
   color: #eb5b3a;
   padding: 0 25px;
}

.mod_personalData .actions.actions--form .action:last-child a {
    padding-right: 0;
}

.mod_personalData .actions.actions--form .action a:hover {
    text-decoration: underline;
}
.mod_personalData .tl_confirm {
    background-color: limegreen;
    color: white;
    padding: 12.5px;
    border-left: 5px solid darkgreen;
}

/**
 * Slider
 */
 .tp-bullets {
    top: calc(100% - 100px)!important;
 }
 .ce_revolutionslider_text {
    color: white;
 }