/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
    font-family: "Helvetica Com - Black";
    src: url(fonts/Helvetica-Black.eot);
    src: url(fonts/Helvetica-Black.woff) format('woff'), url(fonts/Helvetica-Black.ttf) format('truetype'), url(fonts/Helvetica-Black.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NarkisBlockCondensedMF';
    src: url(fonts/NarkisBlockMFM-Condensed.eot);
    src: url(fonts/NarkisBlockMFM-Condensed.woff) format('woff'), url(fonts/NarkisBlockMFM-Condensed.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NarkisBlockRegularMF';

    src: url(fonts/NarkisBlockMFM-Regular.eot);
    src: url(fonts/NarkisBlockMFM-Regular.woff) format('woff'), url(fonts/NarkisBlockMFM-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NarkisBlockCondensedBoldMF';
    src: url(fonts/NarkisBlockMFM-ConBold.eot);
    src: url(fonts/NarkisBlockMFM-ConBold.woff) format('woff'), url(fonts/NarkisBlockMFM-ConBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NarkisBlockCondensedThin';
    src: url(fonts/NarkisBlockMFM-ConThin.eot);
    src: url(fonts/NarkisBlockMFM-ConThin.woff) format('woff'), url(fonts/NarkisBlockMFM-ConThin.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NarkisBlockMediumMF';
    src: url(fonts/NarkisBlockMFM-Medium.eot);
    src: url(fonts/NarkisBlockMFM-Medium.woff) format('woff'), url(fonts/NarkisBlockMFM-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NarkisBlockBold';
    src: url(fonts/NarkisBlockMFM-Bold.eot);
    src: url(fonts/NarkisBlockMFM-Bold.woff) format('woff'), url(fonts/NarkisBlockMFM-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

/* ==========================================================================
   DEFAULT CSS
   ========================================================================== */
html {
    height: 100%;
    font-size: 13px;
}

.wrap {
    margin-bottom: 0;
    padding-bottom: 0;
}

body { /*color: #ffffff;*/
    font-weight: 100;
    font-family: 'NarkisBlockCondensedThin';
    font-size: 13px; /*font-size:0.6770833333333334VW;*/
    min-height: calc(100% - 19px);
    position: relative;
    background-color: #f7f7f7;
}

body footer {
    position: absolute;
    background-color: #E3E3E3;
    width: 100%;
    bottom: 0;
    padding: 0 8.55VW;
    bottom: -19px;
}

footer .design_link {
    margin-right: 15px;
}

footer a {
    color: #212529;
}

body footer .pull-left {
    margin-left: 30px;
    font-size: 18px;
    line-height: 20px;
}

body footer div.pull-left:nth-of-type(1) {
    font-size:13px;
}

@media only screen and (min-height: 938px) {
    body.informations_page {
        overflow-y: hidden;
    }
}

/*
@media only screen and (max-width: 767px){
        html,body{font-size:9px}
}
@media only screen and (min-width: 768px) and (max-width: 1074px){
        html,body{font-size:8px}
}
@media only screen and (min-width: 1074px) and (max-width: 1199px){
        html,body{font-size:9px}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
        html,body{font-size:11px}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px){
        html,body{font-size:12px}
}
@media only screen and (min-width: 1600px){
        html,body{font-size:13px}
}*/
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.col-xs-12 {
    padding-left: 0.78125VW;
    padding-right: 0.78125VW;
}

button {
    display: block;
    border: 0;
    background-color: transparent;
}

a, span {
    display: inline-block;
}

a, a:active, a:hover, a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #7d4199;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
}

ul, li {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    display: block;
}

.clear, .clr {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.clear:before, .clr:before, .clear:after, .clr:after {
    display: none !important;
}

.L_side {
    float: left;
}

.L_side .macdo_youtube {
    margin-left: 10px;
}

.L_side .macdo_instagram {
    padding-left: 10px; /*border-left:2px solid grey*/
}

.R_side {
    float: right;
}

.centered {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
}

#loader_gif {
    z-index: 99999;
    margin-top: -50px;
    margin-left: -50px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

#loader_gif .page_loading_gif {
    position: fixed;
    top: 50%;
    right: 50%;
    margin: -0.5em -0.5em 0 0;
    font-size: 96px;
    width: 1em;
    height: 1em;
    overflow: hidden;
    display: block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

/* ==========================================================================
   LOGIN PAGE
   ========================================================================== */

.site-login .container-fluid {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.site-login .welcome_banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*width: 100%;*/
    /*height: calc(100vw * 690 / 1920);*/
}

.site-login .welcome_banner h1 {
    font-family: "Helvetica Com - Black";
    color: #7d4199;
    font-size: 5.2vw;
    line-height: 110%;
    margin-top: 30px;
    margin-top: 1.5625VW;
    font-weight: 900;
    letter-spacing: -5px;
    letter-spacing: -0.26041666666666663VW;
    text-transform: uppercase;
}

.site-login .welcome_banner h2 {
    font-size: 1.87vw;
    font-weight: 500;
    color: #ffffff;
    font-family: 'NarkisBlockCondensedMF';
}

.site-login .welcome_banner h3 {
    color: #ffffff;
    font-size: 1.3vw;
    font-weight: 100;
    line-height: 1.55vw;
}

.site-login .welcome_banner form#login-form, .site-login .welcome_banner form#personal-details-form {
    margin-top: 1.3vw;
}

.site-login .welcome_banner form#login-form .form-group, .site-login .welcome_banner form#personal-details-form .form-group {
    margin-bottom: 0;
}

.site-login .welcome_banner form#login-form .form-group.field-loginform-password {
    margin-bottom: 20px;
}

.site-login .welcome_banner form#login-form .form-group {
    margin-bottom: 5px;
}

.site-login .welcome_banner form#login-form label, .site-login .welcome_banner form#personal-details-form label {
    color: #fff;
    font-size: 1.3vw;
    display: block;
    float: none;
    text-align: right;
    font-weight: initial;
    margin-bottom: initial;
    padding-bottom: 5px;
    padding: 0.36vw 0.78vw 0.26vw;
}

.site-login .welcome_banner form#login-form input:not([type="checkbox"]), .site-login .welcome_banner form#personal-details-form input {
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    width: 21.25vw;
    height: 2.64vw;
    font-size: 1.3vw;
    line-height: 2.64vw;
    color: #000;
}

.site-login .welcome_banner form#login-form input[type="checkbox"] {
    width: 19px;
    height: 20px;
    height: 0.9895833333333333VW;
    width: 1.0416666666666665VW;
    -webkit-appearance: none;
    color: #fff;
    border: 1px solid #fff;
}

.site-login .welcome_banner form#login-form input[type="checkbox"]:checked {
    background-image: url('../images/icon_check.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.site-login .welcome_banner form#login-form .field-loginform-rememberme label {
    display: inline-block;
    padding-right: 10px;
}

.site-login .welcome_banner form#login-form button, .site-login .welcome_banner form#personal-details-form button {
    font-size: 1.3vw;
    width: 21.25vw;
    height: 2.5vw;
    background-color: #7C4097;
    border-radius: 0;
    border-color: #7C4097;
}

.site-login .welcome_banner .login_bottom_line {
    text-align: center;
    width: 408px;
    width: 21.25vw;
    margin-bottom: 1.59%;
}

.site-login .welcome_banner .login_bottom_line button {
    border-bottom: 1px solid #2F2F2F;
    font-size: 1.538em;
    color: #fff;
    margin: auto;
    margin-top: 8px;
    margin-top: 0.4166666666666667VW;
}

/****************** MODAL FORGOT PASSWORD *******************/
.modal-open .site-login, .modal-open .site-index {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.basic_modal .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    height: 100%;
}

.basic_modal .modal-dialog {
    max-width: none;
    width: 55.8vw;
    height: 35vw;
    border: 2px solid #7d4199;
    border-radius: 0;
    background-color: #fff;
    transition: unset;
    -webkit-transform: unset;
    transform: unset !important;
}

.basic_modal .modal-header {
    display: block;
    border-bottom: 0;
}

.basic_modal .modal-header button.close {
    float: left;
    opacity: 1;
}

.basic_modal .modal-body {
    color: #000000;
    max-width: 37vw;
    margin: auto;
}

.basic_modal .modal-body h2 {
    color: #000000;
    font-family: 'NarkisBlockCondensedThin';
    font-size: 2.34375vw;
    margin: 1.3vw auto 0.5vw;
}

.basic_modal .modal-body h3 {
    color: #000000;
    font-size: 1.8229vw;
    line-height: 1.8229vw;
    margin-bottom: 5.2vw;
}

#forgotPasswordModal .modal-dialog {
    /*height: 83vh;*/
    display: block;
    margin: 12vw auto;
    width: 43.8vw;
    height: 23.5vw;
}

#forgotPasswordModal .form-horizontal .form-group {
    margin: 0;
}

#forgotPasswordModal .modal-body {
    padding-top: 0;
}

#forgotPasswordModal .modal-body img {
    width: 3.05vw;
}

#forgotPasswordModal .modal-body h2 {
    font-size: 1.65vw;
    margin: 1vw;
}

#forgotPasswordModal .modal-body h3 {
    font-size: 1.28vw;
    letter-spacing: -0.7px;
    margin: 0 6vw 2vw;
    line-height: 1.25vw;
}

#forgotPasswordModal .modal-header {
    padding-bottom: 0;
}

#forgotPasswordModal .modal-header img {
    width: 1.15vw;
}

#forgotPasswordModal .modal-body h4 {
    color: #000000;
    font-size: 1.66vw;
    color: #7d4199;
    font-family: 'NarkisBlockCondensedMF';
}

#forgotPasswordModal .modal-body .sub_content_with_form h3 {
    margin-bottom: 1vw;
}

#forgotPasswordModal .modal-body .sub_content_with_form form label {
    font-size: 1.15vw;
    color: #000;
}

#forgotPasswordModal .modal-body .sub_content_with_form form input {
    font-size: 1.5vw;
    color: #000;
    width: 11.55vw;
    height: 1.98vw;
    line-height: 2.8125vw;
    border-color: #9564ac;
    margin: 0.3vw auto 0 auto;
}

.basic_modal .modal-body button {
    width: 13.02vw;
    height: 3.4375vw;
    background-color: #7d4199;
    font-size: 1.5625vw;
    color: #fff;
    margin: auto;
    display: block;
}

#forgotPasswordModal.basic_modal .modal-body button {
    margin-top: 0;
    font-size: 1.1vw;
    width: 9.1vw;
    height: 2.4vw;
}

#forgotPasswordModal.basic_modal .modal-body .forgot_password_error {
    color: #a94442;
    font-size: 1.05vw;
    font-weight: 700;
}

/****************** MODAL CHANGE PASSWORD *******************/
#change_password .modal-dialog {
    width: 43.8vw;
    height: 23.5vw;
    display: block;
    margin: 8.5vw auto;
}

#change_password .modal-dialog .edit_forgot_pswd {
    margin-top: 1.5vw;
}

#change_password .error_text {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    right: 4.54vw;
    line-height: 18px;
}

#change_password button.close > img {
    width: 1.145vw;
}

#change_password .modal-body {
    max-width: 27.1vw;
    padding: 0;
    /*padding-bottom:65px;*/
}

#change_password .modal-header {
    padding-bottom: 0;
}

#change_password .modal-body img {
    width: 2.7vw;
}

#change_password .modal-body h2 {
    font-size: 1.6vw;
    color: #7d4199;
    font-weight: 400;
}

#change_password .modal-dialog .edit_forgot_pswd .form-group {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    font-size: 1.05vw;
    margin-bottom: 1vw;
    position: relative;
}

#change_password .modal-dialog .edit_forgot_pswd .form-group.row {
    margin-bottom: 0;
}

#change_password .modal-dialog .edit_forgot_pswd .form-group .help-block {
    position: absolute;
    bottom: -95%;
    font-size: 15px;
    right: 5vw;
    line-height: 18px;
}

#change_password .modal-dialog .edit_forgot_pswd .form-group > label {
    /*	padding-left:1vw;*/
    font-weight: 400;
    width: 5vw;
    text-align: right;
}

#change_password .modal-dialog .edit_forgot_pswd .form-group .form-control, #change_password .modal-dialog .edit_forgot_pswd button.save_change {
    display: block;
    float: left;
    width: calc(100% - 5vw);
    border: 1px solid #ad88bf;
    border-left: 2px solid #ad88bf;
    border-right: 2px solid #ad88bf;
    height: 1.8vw;
    border-radius: 0;
    font-size: 1.1vw;
}

#change_password .modal-dialog .edit_forgot_pswd button.save_change {
    height: 2.55vw;
    width: calc(100% - 5vw);
    margin-top: 2.1vw;
    /*margin-bottom: 4vw;*/
}

#change_password .modal-dialog .top_wrapper {
    /*margin-top:1vw;*/
    padding-right: 5vw;
}

#successfully_changed .modal-dialog {
    height: auto;
    width: 35vw;
    height: 18vw;
}

/****************** MODAL CONFIRMATION PAYSLIPS *******************/

#payslipsModal .modal-body.body_content_without_iframe {
    margin-top: 10vw;
}

#payslipsModal .modal-body.body_content_with_iframe {
    margin-top: 0.5vw;
    max-width: 51.30vw;
    width: 51.30vw;
    position: relative;
}

#payslipsModal .modal-body.body_content_with_iframe object {
    height: 15.6vw !important;
    width: 51.30vw !important;
    overflow: auto;
}

#payslipsModal .modal-body.body_content_with_iframe object iframe {
    height: 100%;
    overflow: auto;
}

#payslipsModal .modal-body.body_content_with_iframe object iframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#payslipsModal .modal-body.body_content_with_iframe object iframe::-webkit-scrollbar {
    width: 17px;
    background-color: #F5F5F5;
    position: absolute;
    right: 20px;
    top: 0;
}

#payslipsModal .modal-body.body_content_with_iframe object iframe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7d4199;
}

#payslipsModal .modal-body.body_content_with_iframe h2 {
    margin-bottom: 0.5vw;
}

#payslipsModal .modal-body.body_content_with_iframe h3 {
    margin-bottom: 0.5vw;
}

#payslipsModal .modal-body.body_content_with_iframe button {
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translatex(-50%) !important;
}

#payslipsModal .modal-body button {

}

.site-login .encountour_problem_message {
    color: #fff;
    font-size: 1.615em;
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 1.09375VW;
    bottom: 1.09375VW;
    left: 1.3020833333333335VW;
}

.site-login .help-block-error {
    position: absolute;
    top: -1px;
    font-size: 19px;
    line-height: 1;
    /*border: solid 1px #FFF;*/
    color: #fe4744;
    font-family: NarkisBlockCondensedMF;
}

.site-login .help-block-error:empty {
    display: none;
}

/*.site-login .second_part {*/
/*position: relative;*/
/*background-image: url('../images/bg_second_part.png');*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*background-position: center;*/
/*width: 100%;*/
/*height: 494px;*/
/*height: calc(100vw * 351 / 1366);*/
/*}*/

.site-login .second_part .text_wrapper {
    text-align: center; /*top: 65%; transform: translateY(-65%) !important; */
    position: relative;
    top: 12.760416666666666VW;
}

.site-login .second_part .text_wrapper h2 {
    color: #fff;
    font-size: 2.96vw;
}

.site-login .second_part .text_wrapper button {
    color: #000000;
    font-size: 1.32vw;
    background-color: #FCD000;
    width: 15.8vw;
    height: 2.66vw;
    line-height: 2.66vw;
    text-align: center;
    margin: auto;
}

.site-login .second_part .text_wrapper .glyphicon {
    width: 8px;
    position: relative;
    top: 1px;
    font-size: 13px;
    right: -2px;
    font-weight: initial;
}

/*.nutrition_revolution_banner {*/
/*position: relative;*/
/*background-image: url('../images/bg_third_part.png');*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*background-position: 28% 100%;*/
/*width: 100%;*/
/*padding-top: 3.9vw;*/
/*!*padding-bottom: 11em;*!*/
/*height: calc(100vw * 368 / 1366);*/
/*}*/

.nutrition_revolution_banner .text_wrapper {
    float: left;
    padding-right: 0;
}

.nutrition_revolution_banner .text_wrapper h2 {
    color: #fff;
    font-size: 4.9vw;
    line-height: 120%;
}

.nutrition_revolution_banner .text_wrapper h3 {
    color: #fff;
    font-size: 1.9vw;
    font-weight: 100;
    line-height: 1.9vw;
    padding-bottom: 25px;
}

.nutrition_revolution_banner .text_wrapper button {
    width: 21vw;
    height: 2.92vw;
    font-size: 1.9vw;
    color: #558c38;
    background-color: #fff;
    padding-top: 2px;
}

.nutrition_revolution_banner .text_wrapper .glyphicon {
    width: 11px;
    position: relative;
    top: -1px;
    font-size: 17px;
    right: 0px;
    font-weight: initial;
}

/* ==========================================================================
        HEADER
   ========================================================================== */

/************************ LOGIN HEADER **************************************/

.top_header {
    background-color: #fff;
    z-index: 1000;

}

.top_header .L_side {
    padding: 15px 0 15px 65px;
    padding: 0.78125VW 0 0.78125VW 3.3854166666666665VW;
}

.top_header .L_side .line {
    display: inline-block;
    width: 2px;
    height: 50px;
    background-color: black;
}

.top_header .L_side .logo_macdo img {
    height: 70px;
}

.top_header .L_side .logo_macdo {
    padding-right: 10px;
    border-right: 2px solid grey;
}

.top_header .R_side {
    padding: 15px 65px 15px 0px;
    padding: 0.78125VW 3.3854166666666665VW 0.78125VW 0;
}

.top_header .R_side > img {
    display: block;
    float: right;
    width: 3.28125VW;
    height: 3.28125VW;
}

.top_header .dropdown.menu_link {
    top: 15px;
    right: 5px;
    float: right;
    top: 0.78125VW;
    right: 0.26vw;
}

.top_header .dropdown.menu_link button {
    color: #7d4199;
    font-size: 2.308em;
    font-size: 1.5625VW;
    font-family: 'NarkisBlockCondensedMF';
    padding-left: 10px;
    padding-left: 0.5208333333333333VW;
}

.top_header .dropdown.menu_link button i {
    font-weight: 900;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform !important;
    -moz-transition-property: -moz-transform !important;
    -o-transition-property: -o-transform !important;
    transition-property: transform !important;
}

.top_header .dropdown.menu_link button.open i {
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.top_header .dropdown.menu_link button:after {
    content: initial;
}

ul.menu-slide {
    padding: 25px 40px;
    padding: 1.3020833333333335VW 2.083333333333333VW;
    font-size: 2.462em;
    font-size: 1.6666666666666667VW;
    box-shadow: -4px -7px 29px 0px rgba(0, 0, 0, 0.4);
    width: 492px;
    width: 25.624999999999996VW;
    background-color: #7D3E98;
    text-align: right;
    z-index: 1000;
    position: absolute;
    right: -624px;
    right: -36VW;
    top: 97px;
}

ul.menu-slide li a {
    color: #fff;
    display: inline-block;
    padding-right: 1.8229166666666667VW;
}

ul.menu-slide li {
    border-bottom: 1px solid #8850A2;
    padding: 15px 25px 15px 0;
    padding: 0.78125VW 1.3020833333333335VW 0.78125VW 0;
    list-style: none;
}

ul.menu-slide li img {
    width: 1.7187500000000002VW;
    height: 1.7187500000000002VW;
}

ul.menu-slide .macdo_big_logo {
    position: absolute;
    bottom: 90px;
    bottom: 4.6875VW;
    left: 50%;
    margin-left: -68px;
}

header {
    position: relative;
    height: 80px;
}

ul.main_menu {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    background-color: #7d4199;
    font-size: 2.308em;
    font-size: 1.5625VW;
    padding: 28px 0px;
    padding: 1VW 5.5% 1VW 0;
    z-index: 100;
}

ul.main_menu li.nav-item {
    padding: 0 27px;
    padding: 0 1.40625VW;
}

ul.main_menu li:nth-of-type(1) {
    padding-right: 0;
}

ul.main_menu li.nav-item a {
    padding: 5px;
    color: #fff;
    padding: 0.26041666666666663VW;
    line-height: 1.5vw;
}

ul.main_menu li:nth-of-type(1) a {
    padding-right: 0;
}

ul.main_menu li.nav-item a.active, ul.main_menu li.nav-item a:hover, ul.main_menu li.nav-item a:focus {
    color: #ffbc0d;
}

ul.main_menu li.nav-item.mgs_wrapper {
    position: relative;
}

ul.main_menu li a:focus {
    /*border: 1px solid #7d4199;*/
    outline-color: #7d4199;
}

.msg_num {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -10px;
    left: -0.5208333333333333VW;
    top: -24px;
    top: -1.5VW;
    line-height: 44px;
    width: 44px;
    width: 2.2916666666666665VW;
    height: 44px;
    height: 2.2916666666666665VW;
    line-height: 2.2916666666666665VW;
    background-color: #ffbc0d;
    border: 2px solid #fff;
    color: #7D3E98;
}

/* ==========================================================================
        HOME PAGE
   ========================================================================== */

.site-index .container-fluid {
    padding: 0;
}

.site-index .bannerImg .top_right {
    margin-top: 0;
    padding-top: 3vw;
}

.site-index .img_menu_item {
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(25vw * 386 / 480);
    background-position: center;
}

.site-index .img_menu_item {
    position: relative;
    overflow: hidden;
}

.site-index .img_menu_item > div.center_center {
    position: absolute;
    top: 0;
    z-index: 10;
}

.site-index .img_menu_item > img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -10;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    image-rendering: initial;
}

.site-index .img_menu_item:hover > img {
    transform: scale(1.01) !important;
    -webkit-transform: scale(1.01) !important;
    -moz-transform: scale(1.01) !important;
    -ms-transform: scale(1.01) !important;
    -o-transform: scale(1.01) !important;
}

.site-index .img_menu_item.bg_details {
    height: calc(50vw * 772 / 960);
    position: relative;
}

.site-index .img_menu_item a {
    text-align: center;
    font-size: 3.385em;
    font-size: 2.34375VW;
    border: 2px solid #BEC7C6;
    /*border-bottom: 0;*/
    width: 235px;
    width: 15VW;
    height: 76px;
    height: 3.958333333333333VW;
    line-height: 76px;
    line-height: 3.958333333333333VW;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-index .img_menu_item a:hover {
    color: #fff !important;
    border-color: #fff;
    background-color: #7d4199;
}

.site-index .img_menu_item.msg_item .centered a {
    position: relative;
    background-color: #7C3E98;
    color: #fff;
    border-color: #fff;
    border-bottom: 1px solid;
}

.site-index #hp_carousel {
    height: 100%;
}

.site-index #hp_carousel .carousel-inner {
    height: 100%;
}

.site-index #hp_carousel .item {
    height: 100%;
}

.site-index #hp_carousel .details_wrapper p, .site-index #hp_carousel .details_wrapper p span, .site-index #hp_carousel .details_wrapper {
    color: #333333;
}

.site-index #hp_carousel .details_wrapper {
    position: absolute;
    background-color: #fff;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 30px;
    padding: 1.5625VW;
    padding-top: 1vw;
    bottom: 1.0416666666666665VW;
    left: 1.0416666666666665VW;
    right: 1.0416666666666665VW;
    text-align: right;
    text-shadow: none;
    line-height: 1;
    height: 100px;
}

.site-index #hp_carousel .details_wrapper h3 {
    color: #000000;
    line-height: 1.067;
    font-size: 2.308em;
    font-size: 1.5625VW;
    font-family: 'NarkisBlockCondensedBoldMF';
}

.site-index #hp_carousel .details_wrapper h4 {
    color: #000000;
    font-size: 1.846em;
    font-size: 1.25VW;
    line-height: 1.083;
}

.site-index #hp_carousel .details_wrapper div {
    color: #7d4199;
    font-size: 1.615em;
    font-size: 1.09375VW;
    display: block;
}

.site-index #hp_carousel .details_wrapper .glyphicon {
    width: 7px;
    font-size: 10px;
}

.site-index #hp_carousel .carousel-inner .item > a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-index #hp_carousel .item_img {
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vw * 665 / 827);
}

.site-index #hp_carousel ol.carousel-bullet {
    /*position: absolute;
    width: 20px;*/
    width: 100%;
    z-index: 1;
    /*left: 35px;*/
    right: 0;
    padding: 0;
    margin: 0;
    /*top: 50%;*/
    transform: translate(0, -50%) !important;
    display: block;
    justify-content: unset;
    height: unset;
    /*bottom: initial;
    right: initial;*/
}

.site-index #hp_carousel ol.carousel-bullet li {
    width: 15px;
    height: 15px;
    border: 2px solid #B78FBB;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-top: 0;
    flex: none;
    background-color: transparent;
}

.site-index #hp_carousel ol.carousel-bullet li.active {
    background-color: #7D3E98;
    /*border: 0;
    width: 20px;
    height: 20px;
    margin: 0 auto 10px;*/
}

.site-index .container-fluid > .row:nth-of-type(2) .text_wrapper {
    line-height: 1;
}

.site-index .events_banner .col-3 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 387px;
    height: calc(25vw * 348 / 430);
}

.site-index .events_banner .row .col-3:nth-child(1) {
    background-color: #7d4199;
    cursor: pointer;
}

.site-index .events_banner .imgGallery {
    overflow: hidden;
}

.site-index .events_banner .imgGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.site-index .events_banner .imgGallery:hover img {
    transform: scale(1.01) !important;
    -webkit-transform: scale(1.01) !important;
    -moz-transform: scale(1.01) !important;
    -ms-transform: scale(1.01) !important;
    -o-transform: scale(1.01) !important;
}

.site-index .events_banner .row .col-3 .text_wrapper {
    position: relative;
    text-align: center;
    top: 40%;
    transform: translateY(-40%) !important;
    display: block;
}

.site-index .events_banner .row .col-3:nth-child(2) {
    background-image: url('../images/bg_event2.png');
}

.site-index .events_banner .row .col-3:nth-child(3) {
    background-image: url('../images/bg_event3.png');
}

.site-index .events_banner .row .col-3:nth-child(4) {
    background-image: url('../images/bg_event4.png');
}

.site-index .events_banner .text_wrapper h2 {
    color: #ffbc0d;
    font-size: 4.769em;
    font-size: 3.229166666666667VW;
    font-family: 'NarkisBlockCondensedMF';
    padding: 0 3vw;
}

.site-index .events_banner .text_wrapper h3 {
    color: #ffbc0d;
    font-size: 3.923em;
    font-size: 2.65625VW
}

.site-index .events_banner .text_wrapper div {
    color: #000000;
    font-size: 1.923em;
    font-size: 1.3020833333333335VW;
    background: #FCD000;
    width: 266px;
    width: 13.854166666666668VW;
    height: 52px;
    height: 2.7083333333333335VW;
    line-height: 52px;
    line-height: 2.7083333333333335VW;
    padding: 0;
}

.site-index .events_banner .text_wrapper a .glyphicon {
    font-size: 14px;
    width: 7px;
}

.site-index .events_banner .text_wrapper .title {
    color: #7d4199;
    display: inline-block;
    padding: 0.5vw 3vw;
    font-size: 1.6vw;
    line-height: 100%;
    background-color: #fff;
}

/*************** css for making vertical caroussel ***********************/
.carousel.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .carousel-inner > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out !important;
        -ms-transition: -ms-transform .6s ease-in-out !important;
        -o-transition: -o-transform .6s ease-in-out !important;
        transition: transform .6s ease-in-out !important;
        -ms-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-perspective: 1000;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
        top: 0;
        -ms-transform: translate3d(0, 100%, 0) !important;
        -webkit-transform: translate3d(0, 100%, 0) !important;
        transform: translate3d(0, 100%, 0) !important;
    }

    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
        top: 0;
        -ms-transform: translate3d(0, -100%, 0) !important;
        -webkit-transform: translate3d(0, -100%, 0) !important;
        transform: translate3d(0, -100%, 0) !important;
    }

    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
        top: 0;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

.carousel.vertical .carousel-inner > .active {
    top: 0;
}

.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
    top: 0;
    height: 100%;
    width: 100%;
}

.carousel.vertical .carousel-inner > .next {
    left: 0;
    top: 100%;
}

.carousel.vertical .carousel-inner > .prev {
    left: 0;
    top: -100%
}

.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
    top: 0;
}

.carousel.vertical .carousel-inner > .active.left {
    left: 0;
    top: -100%;
}

.carousel.vertical .carousel-inner > .active.right {
    left: 0;
    top: 100%;
}

/*************** end css for making vertical caroussel ***********************/

/*************** css for making rtl caroussel ***********************/
.carousel.rtl {
    direction: rtl;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.rtl .carousel-inner > .item.next, .carousel.rtl .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(-100%, 0, 0) !important;
        transform: translate3d(-100%, 0, 0) !important;
    }

    .carousel.rtl .carousel-inner > .item.prev,
    .carousel.rtl .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transform: translate3d(100%, 0, 0) !important;
    }
}

/*************** css for making rtl caroussel ***********************/

/* ==========================================================================
        CONTACT US PAGE
   ========================================================================== */
.contact_us_page .first_row .img_macdo {
    /*background-image: url('../images/bg_contact1.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    /*height: calc(25vw * 384 / 482);*/
    min-height: 771px;
}

.contact_us_page .first_row .video_item {
    background-color: #7B4097;
    position: relative;
}

.contact_us_page .first_row .video_item a.play {
    position: absolute;
    right: 50%;
    bottom: 50%;
    width: 4.0625VW;
    height: 55px;
    height: 2.864583333333333VW;
    transform: translate(50%, 50%) !important;
    -webkit-transform: translate(50%, 50%) !important;
    cursor: pointer;
}

.contact_us_page .second_row .img_wrapper {
    /*background-image: url('../images/bg_contact2.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vw * 388 / 960);
}

.contact_us_page .text_part {
    background-color: #f4f4f4;
    padding-bottom: 50px;
}

.image_part {
    position: relative;
    overflow: hidden;
}

.stiky {
    position: absolute;
    right: 0;
    width: 100%;
    transition: transform 0.3s !important;
    z-index: 80;
    top: 0;
}

.text_part {
    padding-top: 5.5%;
    padding-right: 5.5%;
    padding-left: 4%;
}

.single_image.text_part {
    padding-right: 5.5%;
    padding-left: 4%;
    padding-top: 30px;
}

.single_image.text_part .description + ul {
    width: 90%;
    list-style-type: none;
    margin-top: 10px;
}

@media screen and (min-height: 829px) {
    .single_image.banner_part img {
        height: calc(100vh - 129px);
    }
}

.single_image.text_part .description {
    font-size: 1.75rem;
    font-family: "NarkisBlockRegularMF";
}

.single_image.text_part .description + ul li {
    border-bottom: 1px solid #7d4199;
}

.single_image.text_part .description + ul li a {
    color: #7d4199;
    font-size: 1.85em;
}

.single_image.banner_part {
    padding-left: 0;
}

.single_image.banner_part {
    min-height: 800px;
}

.single_image.banner_part img {
    width: 100%;
    height: 809px;
    object-fit: fill;
}

.single_image.banner_part video {
    width: 100%;
}

.single_image .go_back {
    font-size: 28px;
    color: #ffff;
    border: none;
    background-color: #7d4199;
    padding: 5px 30px 5px 50px;
    display: inline-block;
    margin-bottom: 40px;
    cursor: pointer;
}

.single_image .breadcrumbs {
    /*font-weight: bold;*/
    font-size: 1.5vw;
    font-weight: 100;
    font-size: 30px;
    font-weight: bold;
}

.single_image .breadcrumbs label {
    font-weight: bold;
}

.single_image .breadcrumbs .breadcrumbs_link {
    color: #000000;
}

.single_image .breadcrumbs a.breadcrumbs_link:hover {
    text-decoration: underline;
}

.single_image .breadcrumbs {
    font-size: 2.3em;
}

.content_text_wrapper h1.purple_title {
    color: #7d4199;
    font-size: 3.308em;
}

.content_text_wrapper h2.bold_sub_title {
    color: #000000;
    font-size: 2.308em;
    font-size: 1.5625VW;
    padding-bottom: 7px;
    padding-bottom: 0.3645833333333333VW;
    line-height: 1.067;
    font-family: 'NarkisBlockCondensedMF';
}

.content_text_wrapper .description p, .content_text_wrapper .description h2, .content_text_wrapper .description li {
    font-family: NarkisBlockRegularMF;
    color: #000000;
    font-size: 1.846em;
    font-size: 1.25VW;
    line-height: 1.4;
    list-style-position: inside
}

.content_text_wrapper ul {
    font-family: NarkisBlockRegularMF;
}

.contact_us_page .contact-form-content {
    margin-top: 50px;
    margin-top: 2.604166666666667VW;
}

.contact_us_page .contact-form-content form label {
    color: #000000;
    font-size: 2.154em;
    font-size: 1.4583333333333333VW;
    float: right;
    display: block;
    margin-bottom: 0;
    line-height: 50px;
    line-height: 2.604166666666667VW;
}

.contact_us_page .contact-form-content form .textarea label {
    line-height: 1.4583333vw;
}

.contact_us_page .contact-form-content form .field-contactform-file_type label {
    line-height: 1.5vw;
}

.contact_us_page .contact-form-content form .btn-group.bootstrap-select {
    cursor: pointer;
    border: 0;
    box-shadow: none;
    width: calc(100% - 6.25VW);
    float: left;
    height: auto !important;
    line-height: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}

.contact_us_page .contact-form-content form .btn-group.bootstrap-select button, .contact_us_page .contact-form-content form .btn-group.bootstrap-select button:hover, .contact_us_page .contact-form-content form .btn-group.bootstrap-select button:focus {
    padding: 12px 20px 8px;
    padding: 0.625VW 1.0416666666666665VW 0.4166666666666667VW;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 2.154em;
    font-size: 1.4583333333333333VW;
}

.contact_us_page .contact-form-content form .has-error .btn-group.bootstrap-select button, .contact_us_page .contact-form-content form .form-group.upload_file .form-group.has-error:nth-of-type(3) .fileName_outer {
    border: 1px solid #b94a48;
}

.contact_us_page .contact-form-content form .bootstrap-select.btn-group .dropdown-menu li a span.text {
    height: 55px;
    height: 2.864583333333333VW;
    line-height: 55px;
    line-height: 2.864583333333333VW;
    font-size: 2.154em;
    font-size: 1.4583333333333333VW;
    text-align: right;
    display: block;
    border-bottom: 1px solid #F2F1F2;
}

.contact_us_page .contact-form-content form .select_picker:not(.file_type) .bootstrap-select.btn-group .dropdown-menu {
    /*min-height: 244px !important;*/
    padding: 0;
}

.contact_us_page .contact-form-content form .btn-group.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right;
}

.contact_us_page .contact-form-content form .btn-group.bootstrap-select button:after {
    content: initial;
}

.contact_us_page .contact-form-content form .btn-group.bootstrap-select button .bs-caret {
    visibility: hidden;
}

.contact_us_page .contact-form-content form .btn-group.bootstrap-select button .bs-caret:before {
    content: "\f107";
    font-family: FontAwesome;
    visibility: visible;
    left: 20px;
    left: 1.0416666666666665VW;
    position: absolute;
    top: 17px;
    top: 0.8854166666666666VW;
    font-size: 18px;
    font-size: 0.9375VW;
    font-weight: bold;
}

.contact_us_page .contact-form-content form select option {
}

.contact_us_page .contact-form-content form .form-group {
    position: relative;
    margin-bottom: 0;
}

.contact_us_page .contact-form-content form .form-group .required_star {
    position: absolute;
    top: 0;
    right: -1.05vw;
    font-size: 1.3vw;
    font-weight: bold;
}

.contact_us_page .contact-form-content form .field-contactform-file_type {
    height: 56px;
}

.contact_us_page .contact-form-content form .form-group.upload_file .required_star {
    top: 0.55vw;
}

.contact_us_page .contact-form-content form .form-group.file_type p.help-block-error {
    bottom: -20px;
    margin-bottom: 0;
}

.contact_us_page .contact-form-content form .form-group p.help-block-error {
    color: #a94442;
    font-size: 1vw;
    line-height: 1.2vw;
}

.contact_us_page .contact-form-content form .form-group i {
    position: absolute;
    pointer-events: none;
    top: 16px;
    top: 0.8333333333333334VW;
    color: #000;
    left: 16px;
    left: 0.8333333333333334VW;
    font-weight: bold;
    font-size: 17px;
    font-size: 0.8854166666666666VW;
}

.contact_us_page .contact-form-content form .form-group.upload_file,
.contact_us_page .contact-form-content form .form-group.textarea {
    margin-top: 25px;
    margin-top: 1.3020833333333335VW;
}

.contact_us_page .contact-form-content form .form-group.upload_file input,
.contact_us_page .contact-form-content form textarea {
    width: calc(100% - 120px);
    width: calc(100% - 6.25VW); /*height: 55px; height:2.864583333333333VW;*/
    background-color: #fff;
    float: left;
}

.contact_us_page .contact-form-content form textarea {
    color: #000;
    font-size: 1.4em;
}

.contact_us_page .contact-form-content form .form-group.upload_file input[type="file"] {
    opacity: 0;
    position: relative;
    height: 55px;
    height: 2.864583333333333VW;
}

.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer2,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer3 {
    width: calc(100% - 6.25VW);
    height: 55px;
    height: 2.864583333333333VW;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    float: left;
    padding: 0.625VW 1.0416666666666665VW 0.4166666666666667VW;
}

.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer #fileName,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer2 #fileName2,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer3 #fileName3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 150px;
    /*  direction: ltr;*/
}

.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer:after,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer2:after,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer3:after {
    content: 'הוסף קובץ';
    pointer-events: none;
    text-align: center;
    float: left;
    font-size: 14px;
    line-height: 28px;
    width: 100px;
    color: #fff;
    background-color: #7B4097;
}

.contact_us_page .contact-form-content form .form-group .base_btn {
    color: #fff;
    background-color: #7B4097;
    width: 227px;
    width: 11.822916666666666VW;
    height: 57px;
    height: 2.96875VW;
    line-height: 2.96875VW;
    font-size: 2.154em;
    font-size: 1.4583333333333333VW;
    margin: 30px auto 0;
    margin: 1.5625VW auto 0;
}

.contact_us_page .container-fluid > .row {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
}

.contact_us_page .text_part {
    float: left;
    min-height: 771px;
}

.contact_us_page .image_part {
    float: right;
    min-height: 771px;
}

/* ==========================================================================
        GOOD NUTRITION PAGE
   ========================================================================== */
.full_width, .half_width, .third_width {
    background-size: cover;
    background-repeat: no-repeat;
}

.site-index .full_width, .site-login .full_width {
    min-height: calc(100vw * 400 / 1920);
}

.site-index .full_width {
    overflow: hidden;
}

.site-index .full_width .bannerImg {
    width: 100%;
    height: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.site-index .full_width .bannerImg:hover {
    transform: scale(1.01) !important;
    -webkit-transform: scale(1.01) !important;
    -moz-transform: scale(1.01) !important;
    -ms-transform: scale(1.01) !important;
    -o-transform: scale(1.01) !important;
}

.information_page .half_width, .site-index .half_width, .site-login .half_width {
    /*background-color: #FCFCFC;*/
    /*padding-top: 4em;*/
    /*padding-right: 8em;*/
    /*padding-left: 5em;*/
    min-height: calc(50vw * 373 / 938);
}

.information_page .third_width, .site-index .third_width, .site-login .half_width {
    min-height: calc((100vw * 0.905) / 3 * 0.8);
    position: relative;
}

.information_page .quarter_width, .site-index .third_width, .site-login .half_width {
    min-height: calc((100vw * 0.905) / 4 * 0.8);
    position: relative;
}

/*.nutrition_content .full_width {height: calc(100vw * 400 / 1920);}
.nutrition_content .half_width {height: calc(50vw * 373/938);}
.nutrition_content .third_width {height: calc((100vw * 0.905) / 4 * 0.8);}
.nutrition_content .quarter_width {height: calc((100vw * 0.905) / 4 * 0.8);}*/
.nutrition_content .row {
    margin-left: 0;
    margin-right: 0;
}

.nutrition_content .bg_wrapper {
    padding: 0;
    overflow: hidden;
}

.nutrition_content .bg_wrapper > a.gal-item {
    position: absolute;
    top: 0;
    right: 0;
}

.nutrition_content .bg_wrapper > .center_right {
    position: absolute;
    top: 0;
    right: 0;
}

.nutrition_content .content_text_wrapper h1.green_title {
    color: #558c38;
    font-size: 3.308em;
    margin-bottom: 22px;
    font-size: 2.2395833333333335VW;
    margin-bottom: 1.1458333333333333VW;
}

.nutrition_content .bg_wrapper img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    image-rendering: initial;
}

.nutrition_content .bg_wrapper:hover img {
    transform: scale(1.01) !important;
    -webkit-transform: scale(1.01) !important;
    -moz-transform: scale(1.01) !important;
    -ms-transform: scale(1.01) !important;
    -o-transform: scale(1.01) !important;
}

.nutrition_content .bg_wrapper > div {
    position: absolute;
    margin: 0;
    z-index: 10;
}

.nutrition_content .bg_wrapper > div.center_center {
    position: absolute;
    top: 0;
    right: 0;
}

.nutrition_content .bg_wrapper > div.top_right {
    top: 3vw;
    right: 3vw;
    height: unset;
}

.nutrition_content .bg_wrapper > div.top_center {
    width: 100%;
    top: 3vw;
}

.nutrition_content .content_text_wrapper .description {
    font-size: 1.904em;
    line-height: 1.054;
}

.nutrition_content a > div {
    color: #ffffff;
}

.nutrition_content .video_and_text .row {
    height: 100%;
}

.nutrition_content .video_and_text .mr-auto {
    margin-left: 8em;
    text-align: center;
}

.nutrition_content .video_and_text h2 {
    color: #000000;
    font-size: 2.5em;
    font-size: 1.6927083333333333VW;
    font-family: 'NarkisBlockCondensedMF';
}

.nutrition_content .video_and_text h3 {
    color: #000000;
    font-size: 2.3em;
    font-size: 1.6VW;
}

.nutrition_content .banner_nutrition .green_title {
    font-weight: 700;
    font-size: 9.231em;
    line-height: 0.792;
    color: #fff;
}

.nutrition_content .step_wrapper .col-4:nth-child(1) {
    background-image: url('../images/bg_nutrition_step.png');
}

.nutrition_content .step_wrapper .col-4 .step_title {
    font-size: 9.231em;
    font-family: 'NarkisBlockCondensedBoldMF';
    line-height: 0.792;
    color: #fff;
    width: 400px;
    margin: auto;
}

.nutrition_content .step_wrapper .col-4 .img_and_step_wrapper {
}

.nutrition_content .step_wrapper .col-4 .img_and_step_wrapper img {
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translate(50%, 0) !important;
    z-index: 2;
}

.nutrition_content .step_wrapper .col-4.macdo_icon_wrapper .img_and_step_wrapper img {
    position: static;
    transform: none !important;
}

.nutrition_content .step_wrapper .col-4 .img_and_step_wrapper .step_number {
    position: absolute;
    font-family: 'NarkisBlockCondensedBoldMF';
    font-size: 17.154em;
    /*bottom: -40px;
    right: 145px;*/
    top: 50px;
    left: 35px;
    z-index: 0;
    color: #92A18C;
}

.nutrition_content .step_wrapper .col-4:nth-child(2) {
    background-color: #548B34;
}

.nutrition_content .step_wrapper .col-4:nth-child(3) {
    background-color: #214314;
}

.nutrition_content .step_wrapper .col-4:nth-child(4) {
    background-color: #B5C82E;
}

.nutrition_content .step_wrapper .col-4:nth-child(5) {
    background-color: #004508;
}

.nutrition_content .step_wrapper .col-4:nth-child(6) {
    background-image: url('../images/bg_step_wave.png');
}

.nutrition_content .step_wrapper .col-4:nth-child(7) {
    background-image: url('../images/bg_step_wave.png');
}

.nutrition_content .step_wrapper .col-4:nth-child(8) {
    background-color: #548B34;
}

.nutrition_content .step_wrapper .col-4:nth-child(9) {
    background-color: #B5C82E;
}

.nutrition_content .step_wrapper .col-4:nth-child(10) {
    background-color: #004508;
}

.nutrition_content .step_wrapper .col-4:nth-child(11) {
    background-color: #B5C82E;
}

.nutrition_content .step_wrapper .col-4:nth-child(12) {
    background-color: #004208;
}

.nutrition_content .step_wrapper .step_description {
    font-size: 2.1vw;
    line-height: 0.805;
    padding: 10%;
    color: #fff;
}

/*************** ekko light box **********************/
/*.ekko-lightbox .modal-dialog {
        direction:ltr;
    max-width: none !important;
}
.ekko-lightbox .modal-header {
    display: block !important;
    justify-content: end !important;
}

.ekko-lightbox .modal-header h4 {
    display: none;
}

.ekko-lightbox .embed-responsive {
    height: 100%;
}

.ekko-lightbox.show {
    background-color: rgba(0, 0, 0, 0.7);
}
*/
.ekko-lightbox-nav-overlay {
    /*display: none;*/
}

/*
.ekko-lightbox-nav-overlay a{
        opacity:1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

/*.ekko-lightbox-nav-overlay a:nth-child(1){
        left: 0;
}
.ekko-lightbox-nav-overlay a:last-of-type{
        right:0;
}
.ekko-lightbox-nav-overlay a:nth-child(1) span{
    padding: 0 10px 0 8px;
}
.ekko-lightbox-nav-overlay a:last-of-type span{
    padding: 0 8px 0 10px;
}
.ekko-lightbox-nav-overlay a span{
        color:#ffffff;
    display: block;
    padding: 0 10px;
    background-color: #7C4097;
    height: 40px;
}
.ekko-lightbox-item {text-align: center;}
.ekko-lightbox-item .img-fluid {width: auto !important;}
.ekko-lightbox-item iframe {width: 800px !important; height: 450px !important; margin: 0 auto;}
*/
@media all and (max-width: 800px) {
    /*.ekko-lightbox-item iframe {width: 90% !important; height: 100% !important;}*/
}

/* ==========================================================================
        WHAT'S NEW PAGE
   ========================================================================== */
.whats_new_page {
    /*background-color: #fcfcfc;*/
}

.whats_new_page video{
	width:100vw;
	height:65vh;
}

.whats_new_page #whats_new_caroussel .carousel-control {
    background-color: transparent;
    background-image: none;
    opacity: 1;
}

.whats_new_page #whats_new_caroussel .carousel-control img {
    position: absolute;
    top: 50%;
    margin-top: -24px;
}

.whats_new_page #whats_new_caroussel .carousel-control.right img {
    right: 10%;
}

.whats_new_page #whats_new_caroussel .carousel-control.left img {
    left: 10%;
}

/* ==========================================================================
    PERSONAL DETAILS PAGE
   ========================================================================== */
.personal_details_page .img_wrapper {
    background-image: url('../images/bg_personal_details.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(50vw * 780 / 971);
}

.personal_details_page .img_wrapper h2 {
    font-family: "Helvetica Com - Black";
    color: #7d4199;
    font-size: 12.074em;
    font-size: 8.175VW;
    font-weight: 900;
    line-height: 0.892;
}

.personal_details_page .img_wrapper h2 .english_hello {
    font-family: "Helvetica Com - Black";
}

.personal_details_page .img_wrapper h2 .hebrew_name {
    font-family: "NarkisBlockCondensedBoldMF";
}

.personal_details_page .text_part {
    background-color: #55B9C3;
}

.personal_details_page .text_part {
    padding-top: 5.5%;
    padding-right: 3.5%;
    padding-left: 0;
    padding-top: 4.6875VW;
    padding-right: 3.125VW;
    position: relative;
}

.personal_details_page .text_part .personal_details_content img {
    width: 4.0625VW;
    height: 4.0625VW;
}

.personal_details_page .text_part .personal_details_content .R_side {
    margin-right: 12px;
    margin-right: 0.625VW;
}

.personal_details_page .text_part .personal_details_content h1 {
    font-size: 2.654em;
    margin-bottom: 25px;
    font-size: 1.7968749999999998VW;
    margin-bottom: 1.3020833333333335VW;
    color: #fff;
}

.personal_details_page .text_part .personal_details_content .form-group {
    margin-bottom: 1.5vw;
}

.personal_details_page .text_part .personal_details_content label {
    color: rgb(0, 0, 0);
    font-size: 1.738em;
    font-size: 1.1770833333333335VW;
    font-weight: 100;
    line-height: 1;
    width: 35%;
    padding-top: 10px;
    padding-top: 0.5208333333333333VW;
}

.personal_details_page .text_part .personal_details_content label:nth-child(2) {
    color: rgba(0, 0, 0, 0.5);
}

.personal_details_page .text_part .personal_details_content input {
    font-size: 1.738em;
    font-size: 1.1770833333333335VW;
    color: #000;
    background-color: #9CD5DB;
    border: 0;
    box-shadow: none;
    width: 25.7%;
    height: 40px;
    height: 2.083333333333333VW;
    margin-left: 5.3%;
}

.personal_details_page .text_part .personal_details_content input.address {
    width: 70.5%;
    margin-left: 0;
}

.personal_details_page .text_part .personal_details_content .button.update_details {
    margin-bottom: 0.5vw;
    margin-top: 2.9vw;
}

.personal_details_page .text_part .personal_details_content button.forgot_pswd,
.personal_details_page .text_part .personal_details_content .button.update_details {
    background-color: #7C4097;
    width: 70.5%;
    height: 49px;
    height: 2.5520833333333335VW;
    display: block;
    margin-right: 7%;
    color: #ffffff;
    font-size: 1.738em;
    font-size: 1.1770833333333335VW;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal_details_page .btn_wrapper {
    position: absolute;
    bottom: 10%; /*bottom:4.375VW;*/
    bottom: -4.375VW;
    width: 100%;
    right: 38.5%; /*right:19vw;*/
    right: 11vw;
}

.personal_details_page .btn_wrapper a, .personal_details_page .save_change {
    text-align: center;
    float: right;
    margin-left: 15px;
    margin-left: 0.78125VW;
    width: 20.5%;
    padding: 9px 0;
    padding: 0.46875VW 0;
    background-color: #fff;
    color: #000;
    font-size: 1.738em;
    font-size: 1.1770833333333335VW;
}

.personal_details_page .text_part .personal_details_content .form-group.no-gutters .form-group {
    width: 50%;
    margin-bottom: 0;
}

.personal_details_page .text_part .personal_details_content .form-group.no-gutters .form-group label {
    width: 27.2%;
    display: inline-block;
}

.personal_details_page .text_part .personal_details_content .form-group.no-gutters .form-group input {
    width: 51.4%;
    display: inline-block;
    border-radius: 0;
}

.personal_details_page .text_part .personal_details_content .form-group.no-gutters.full_width_field .form-group {
    width: 100%;
}

.personal_details_page .text_part .personal_details_content .form-group.no-gutters.full_width_field .form-group label {
    width: 13.6%;
}

.personal_details_page .text_part .personal_details_content .form-group.no-gutters.full_width_field .form-group input,
.personal_details_page .text_part .personal_details_content button.forgot_pswd,
.personal_details_page .text_part .personal_details_content .button.update_details {
    width: 75.7%;
}

/* ==========================================================================
    GALLERY PAGE
   ========================================================================== */

.gallery_album_content .title_wrapper, .gallery_item_content .title_wrapper {
    background-color: #7C4097;
    background-image: none;
    height: calc(100vw * 390 / 1920);
}

.gallery_album_content .title_wrapper h1, .gallery_item_content .title_wrapper h1 {
    color: #fff;
    font-size: 2.2765625000000003VW;
    line-height: 0.8;
}

.gallery_album_content .bg_wrapper, .gallery_item_content .bg_wrapper {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vw * 390 / 1920);
}

.gallery_album_content .big_bg {
    height: calc(100vw * 780 / 1920);
}

.gallery_album_content .bg_wrapper.big_height{
    height: calc(50vw * 16 / 24);
}

.gallery_album_content .bg_wrapper .centered {
    position: absolute;
    top: 0;
    right: 0;
}

.gallery_album_content .bg_wrapper img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    image-rendering: initial;
}

.gallery_album_content .bg_wrapper:hover img {
    transform: scale(1.01) !important;
    -webkit-transform: scale(1.01) !important;
    -moz-transform: scale(1.01) !important;
    -ms-transform: scale(1.01) !important;
    -o-transform: scale(1.01) !important;
}

.gallery_album_content .bg_wrapper a {
    position: relative;
    /*width: 11.041666666666666VW;*/
    /*height: 2.5VW;*/
    line-height: 1.8vw;
    padding: 7px 20px;
    font-size: 1.3020833333333335VW;
    background-color: #7C4097;
    color: #fff;
}

.gallery_item_content {
    background-color: #7C4097;
}

.gallery_item_content .title_wrapper h2 {
    color: #ffbc0d;
    font-size: 1.8255208333333333VW;
    font-family: 'NarkisBlockCondensedMF';
}

.gallery_item_content a.gal-item {
    width: 100%;
    height: 100%;
}

.gallery_item_content a.gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    image-rendering: initial;
}

.gallery_item_content a.gal-item:hover img {
    transform: scale(1.01) !important;
    -webkit-transform: scale(1.01) !important;
    -moz-transform: scale(1.01) !important;
    -ms-transform: scale(1.01) !important;
    -o-transform: scale(1.01) !important;
}

.ekko-lightbox .modal-content {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.ekko-lightbox .modal-content .modal-header {
    border-bottom: 0;
    padding: 0;
}

.ekko-lightbox .modal-content .modal-header button {
    background-image: url(/images/close_gallery_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    width: 20px;
    height: 21px;
    float: left;
    margin-left: 15px;
}

.ekko-lightbox .modal-content .modal-header button span {
    font-size: 0;
}

@media screen and (max-width: 1365px) {
    ul.main_menu {
        font-size: 1.8VW;
    }

    .top_header .R_side .dropdown.menu_link button {
        font-size: 1.8VW;
    }

    .site-index #hp_carousel .details_wrapper h3 {
        font-size: 2VW;
    }

    .site-index #hp_carousel .details_wrapper h4 {
        font-size: 1.6VW;
    }

    .site-index #hp_carousel .details_wrapper a {
        font-size: 1.4VW;
    }

    .site-login .welcome_banner form#login-form label {
        font-size: 1.6vw;
    }

    .content_text_wrapper h1.purple_title {
        font-size: 2.8VW;
    }

    .content_text_wrapper h2.bold_sub_title {
        font-size: 2VW;
    }

    .content_text_wrapper h3.description {
        font-size: 1.7VW;
        line-height: 1;
    }

    .personal_details_page .text_part .personal_details_content label {
        font-size: 1.4VW;
    }

    .personal_details_page .text_part .personal_details_content h1 {
        font-size: 2.3vw;
    }

    .personal_details_page .text_part .personal_details_content label {
        font-size: 1.5VW;
    }

    .personal_details_page .text_part .personal_details_content button.forgot_pswd,
    .personal_details_page .text_part .personal_details_content .button.update_details {
        font-size: 1.8vw;
    }

    .personal_details_page .btn_wrapper a {
        font-size: 1.8vw;
    }

    .gallery_content .bg_wrapper a {
        font-size: 1.5vw;
    }
}

.grid-view tbody td img {
    max-width: 150px;
}

.shift_schedule_page .has-error .form-control {
    border-color: rgba(0, 0, 0, 0.15);
}

.shift_schedule_page .has-error .control-label {
    color: #000;
}

.shift_schedule_page .has-error .help-block {
    display: none;
}

.contact_us_page #thankYouModal .modal-dialog, .contact_us_page #senorityModal .modal-dialog {
    margin-top: 200px;
    max-width: 30.25vw;
    height: 16vw;
}

.contact_us_page #thankYouModal .modal-body, .contact_us_page #senorityModal .modal-body {
    height: 16vw;
    display: flex;
    align-items: center;
}

.contact_us_page #thankYouModal .modal-body .modal-title, .contact_us_page #senorityModal .modal-body .modal-title {
    font-size: 24px;
}

.contact_us_page #thankYouModal .modal-header .close, .contact_us_page #senorityModal .modal-header .close {
    position: absolute;
    top: 18px;
}

/* ==========================================================================
   MESSAGES MODAL
   ========================================================================== */
#view_messages.basic_modal .modal-dialog .modal-body {
    margin-top: 1vw;
}

.read_message.basic_modal .modal-body {
    max-width: 51.30vw;
    width: 51.30vw;
}

.read_message.basic_modal .modal-body img {
    margin-top: 1.3vw;
    margin-bottom: 2.3vw;
}

.read_message.basic_modal .modal-body h2.modal-title {
    font-size: 2.34375vw;
    margin: 0;
    line-height: 100%;
}

#view_messages.basic_modal .modal-body h2.modal-title {
    font-size: 2.34375vw;
}

[id^="view_survey_"] .modal-dialog, #view_messages .modal-dialog,
#view_messages .modal-dialog, #view_messages .modal-dialog,
.read_message .modal-dialog, #view_messages .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 63.69vw;
    max-width: none;
    height: 34vw !important;
    margin: 0 !important;
    border: 2px solid #7e3f9a;
}

[id^="view_survey_"] iframe {
    border: none;
}

.read_message .modal-dialog {
    height: 43vw;
}

[id^="view_survey_"] .modal-dialog .modal-content,
#view_messages .modal-dialog .modal-content,
.read_message .modal-dialog .modal-content {
    height: 100%;
    width: 100%;
    padding: 0 20px;
}

[id^="view_survey_"] .modal-dialog .modal-content img,
#view_messages .modal-dialog .modal-content img,
.read_message .modal-dialog .modal-content img {
    /*margin-top: 7.8vw;*/
    margin-top: 0.5vw;
    margin-bottom: 1vw;
    width: 3.28125vw;
    height: 2.5vw;
}

[id^="view_survey_"] .modal-dialog .modal-content .modal-title,
#view_messages .modal-dialog .modal-content .modal-title,
.read_message .modal-dialog .modal-content .modal-title {
    font-size: 2.34375vw;
    margin-bottom: 1.04vw;
}

[id^="view_survey_"] .modal-dialog .modal-content .modal-title {
    margin-bottom: 0;
}

[id^="view_survey_"] .modal-dialog .modal-content h3,
#view_messages .modal-dialog .modal-content h3,
.read_message .modal-dialog .modal-content h3 {
    font-size: 1.82vw;
    line-height: 2vw;
}

[id^="view_survey_"] .modal-dialog .modal-content a,
#view_messages .modal-dialog .modal-content a,
.read_message .modal-dialog .modal-content a {
    font-size: 1.5625vw;
    height: 3.4375vw;
    width: 13vw;
    line-height: 3.4375vw;
    background-color: #7d4199;
    color: #fff;
    padding: 0;
    margin-top: 2.60vw;
}

.read_message .modal-dialog .modal-content .download {
    font-size: 1vw;
    height: 2vw;
    width: 8vw;
    line-height: 2vw;
}

.basic_modal.read_message .modal-body h3 {
    margin-bottom: 0.8vw;
}

.basic_modal.read_message .modal-body .message_content {
    border: 1px solid #ababac;
    margin: auto;
    padding: 1.5625vw;
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    height: 23vw;

}

.basic_modal.read_message .modal-body .message_content .from {

}

.basic_modal.read_message .modal-body .message_content .date {
    float: left;
}

.basic_modal.read_message .modal-body .message_content .message_subject {
    margin: 0.5vw 0;
}

.basic_modal.read_message .modal-body .message_content .message_text {
}

.basic_modal.read_message .modal-body .message_content .message_text_content {
    height: 100%;
    overflow: auto;
    direction: rtl;
    padding: 0 2vw;
}

.basic_modal.read_message .modal-body .message_content .message_text_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.basic_modal.read_message .modal-body .message_content .message_text_content::-webkit-scrollbar {
    width: 17px;
    background-color: #F5F5F5;
    position: absolute;
    right: 20px;
    top: 0;
}

.basic_modal.read_message .modal-body .message_content .message_text_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7d4199;
}

.basic_modal.read_message .modal-body .checkbox_read_wrapper {
    font-size: 1.5625vw;
    position: relative;
}

.basic_modal.read_message .modal-body .checkbox_read_wrapper {
    margin-top: 0.7vw;
    margin-right: 1.7vw;
}

.basic_modal.read_message .modal-body .checkbox_read_wrapper input[type="checkbox"] {
    width: 1.4vw;
    height: 1.4vw;
    border-color: #a47bb8;
    border: 1px solid #7d4199;
    -webkit-appearance: none;
    float: right;
    margin-left: 0.5vw;
}

.basic_modal.read_message .modal-body .checkbox_read_wrapper > div {
    font-size: 1.25vw;
}

.basic_modal.read_message .modal-body .checkbox_read_wrapper > .confirm_error {
    font-size: 1.25vw;
    position: relative;
    top: -0.35vw;
}

.basic_modal.read_message .modal-body .checkbox_read_wrapper input[type="checkbox"] + i {
    display: none;
    pointer-events: none;
}

.basic_modal.read_message .modal-body .checkbox_read_wrapper input[type="checkbox"]:checked + i {
    display: block !important;
    position: absolute;
    right: 0.2%;
    top: 10%;
    font-size: 1.2vw;
    color: #a47bb8;
}

.basic_modal.read_message .modal-dialog .modal-content a {
    margin-top: 0;
}

.read_message .message_content .message_date {
}

.read_message .message_content .message_text {
}

.read_message .pdf_preview {
    height: 15vw;
}

.read_message .pdf_preview object {
    height: 100%;
}

.read_message .message_content .confirm_error {
    color: red;
}

.error_text {
    color: #a94442;
    margin: auto;
}

/********************myAccount_page myMessages ******************/
.myAccount_page.myMessages .fa-smile-o:before {
    content: url("/images/icon-comment.png");
    width: 20px;
}

#show_new_msg .fa-smile-o:before {
    content: url("/images/icon_support.png");
    width: 20px;
}

.myAccount_page.myMessages .nav-stacked > li {
    float: right;
    width: 50%;
}

.myAccount_page.myMessages .nav-stacked > li a {
    min-width: inherit;
    background-color: #fff;
    color: #5677fc;
    width: 95%;
    padding: 13px;
    overflow: hidden;
}

.myAccount_page.myMessages .nav-stacked > li.active a {
    min-width: inherit;
    background-color: #5677fc;
    color: #fff;
}

.myAccount_page.myMessages .nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
}

.myAccount_page.myMessages .table_menuleft {
    display: table;
    width: 100%;
    padding: 0;
    min-height: inherit;
}

.myAccount_page.myMessages .table_menuleft_L, .myAccount_page.myMessages .table_menuleft_R {
    display: table-cell;
    float: none;
    max-height: 100%;
    vertical-align: top;
    width: auto;
}

.myAccount_page.myMessages .table_menuleft_R {
    width: 33%;
}

.myAccount_page.myMessages .table_menuleft_R {
    padding-top: 15px;
}

.myAccount_page.myMessages .table_menuleft_L {
    border-right: 1px solid #ccc;
    width: 270px;
}

.myAccount_page.myMessages .border_bottom {
    border-bottom: 1px solid #cccccc;
}

#show_new_msg {
    display: none;
}

#show_new_contact_msg {
    margin-bottom: 20px;
}

.msg_box_top {
    padding: 15px 13px 10px 13px;
}

.msg_box_bottom {
    padding: 15px 13px 10px 13px;
    font-size: 16px;

}

.msg_box_bottom button {
    float: right;
    width: auto;
    min-width: inherit;
}

.myAccount_page.myMessages textarea {
    resize: vertical;
}

.noMessages {
    margin-top: 80px;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 400;
}

.no_result {
    display: none;
}

.myAccount_page.myMessages .contact-message {
    border-bottom: 1px solid #cccccc;
}

.msg_search input {
    background: transparent;
    text-indent: 3px;
    border: none;
    font-size: 1.3em;
    font-style: italic;
    padding: 10px;
    width: calc(100% - 28px);
}

.msg_search {
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin-bottom: 15px;
}

.msg_search button {
    background-image: url("/images/icon-submit-arrow-right.png");
    background-color: transparent;
    border: none;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.msg_menu button.btn {
    width: 48%;
    padding: 10px;
    font-size: 1.2em;
    border-color: #5677fc;
}

.msg_menu button.btn:nth-of-type(1) {
    color: #fff;
    background-color: #5677fc;
}

.msg_menu button.btn:nth-of-type(2) {
    float: left;
    color: #5677fc;
    background-color: transparent;
}

.msg_form {
    padding-bottom: 20px;
}

.old_msg {
    padding-top: 20px;
}

.myAccount_page .menuRight .old_message a, .myAccount_page .menuRight .new_msg a {
    padding-right: 49px;
    position: relative;
    background-color: #ebebeb;
}

.myAccount_page .menuRight .old_message a.active, .myAccount_page .menuRight .new_msg a.active {
    padding-right: 49px;
    position: relative;
    background-color: #fff;
}

.old_message a:before, .myAccount_page .menuRight .new_msg a:before {
    background-image: url(/images/icon-comment.png);
    width: 22px;
    content: " ";
    position: absolute;
    right: 15px;
    height: 22px;
    background-size: 99%;
    background-repeat: no-repeat;
}

.myaccount_menu a span {
    color: #73777b;
    font-size: 14px;
    font-weight: 400;
}

.sender_name, .msg_content {
    margin-bottom: 10px;
}

.left_newMessage .sender_name {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.msg_box button {
    padding: 8px 36px;
    font-size: 1.2em;
    border-color: #5677fc;
    margin-left: 15px;
}

.myAccount_page .menuLeft {
    min-height: 600px;
}

.old_message span, .new_msg span {
    font-size: 14px;
    color: #73777b;
}

.delete_msg {
    position: relative;
    top: 10px;
    font-size: 16px;
    color: #7a7b80;
}

.new_msg_title {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: -5px;
}

#show_new_contact_msg .new_msg_title {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    position: relative;
    top: -15px;
}

#show_new_msg, #show_new_contact_msg {
    min-height: 642px;
}

.msg_box_top > i {
    font-size: 35px;
    padding-left: 10px;
    margin-right: 10px;
}

.write_msg {
    width: 100%;
    min-height: 120px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px;
}

.delete_msg {
    cursor: pointer;
}

.msg_time {
    font-size: 16px;
    margin-right: 20px;
    color: #878a8d;
}

@media (max-width: 768px) {
    .myAccount_page.myMessages .table_menuleft_L, .myAccount_page.myMessages .table_menuleft_R {
        display: block;
    }

    .myAccount_page.myMessages .table_menuleft_L {
        width: auto;
    }
}

.top_right {
    display: flex;
    align-items: flex-start;
    height: 100%;
    margin-top: 3vw;
    margin-right: 3vw;
}

.center_right {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 3vw;
}

.bottom_right {
    /*display: flex;
    align-items: flex-end;
    height: 100%;
    margin-bottom: 3vw;
    margin-right: 3vw;*/
    position:absolute;
    bottom:1vw;
    right:3vw;
}

.top_center {
    display: flex;
    margin-top: 3vw;
}

.center_center {
    /*position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)*/
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
}

.bottom_center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.top_left {
    position: absolute;
    left: 3vw;
    top: 1vw;
}

.center_left {
    position: absolute;
    left: 3vw;
    top: 50%;
    transform: translateY(-50%) !important;
}

.bottom_left {
    position:absolute;
    bottom:1vw;
    left:3vw;
}

.top_center .text_wrapper {
    margin: auto;
}

.center_center .text_wrapper {
    margin: auto;
}

.text_wrapper a {
    padding: 0.5vw 1vw;
    font-size: 1.6vw;
    line-height: 100%;
}

.information_page .row {
    margin: 0;
}

.information_page .text_part {
    padding-top: 2%;
}

.information_page .text_part.information_articles {
    padding: 0;
}

/*.information_page .text_part.information_articles section .bannerImg{
    height:100%;
}*/
.information_page .text_part section {
    font-size: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.information_page .text_part section .text_wrapper {
    width: 235px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.information_page .text_part section .text_wrapper a {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #000;
}

.information_page .text_part section .text_wrapper a:focus, .information_page .text_part section .text_wrapper a:hover {
    color: #fff !important;
    border: solid 1px #fff;
    font-size: 1.9vw;
    background-color: #7d4199;
}

/* ==========================================================================
   DEFAULT FONT SIZE FOR TEXT EDITOR IN CMS
   ========================================================================== */
.text_wrapper h1 {
    font-size: 120px;
    font-size: 6.25vw;
}

.text_wrapper h2 {
    font-size: 94px;
    font-size: 4.89vw;
}

.text_wrapper h3 {
    font-size: 70px;
    font-size: 3.65vw;
}

.text_wrapper h4 {
    font-size: 57px;
    font-size: 2.96vw;
}

.text_wrapper h5 {
    font-size: 45px;
    font-size: 2.34vw;
}

.text_wrapper h6 {
    font-size: 35px;
    font-size: 1.82vw;
}

.text_wrapper p {
    font-size: 25px;
    font-size: 1.30vw;
    margin-bottom: 0;
    line-height: 1.2
}

@media all and (-webkit-transform-3d), (transform-3d) {
    #hp_carousel .carousel-inner > .item.next,
    #hp_carousel .carousel-inner > .item.active.right {
        left: 0 !important;
        -webkit-transform: translate3d(-100%, 0, 0) !important;
        transform: translate3d(-100%, 0, 0) !important;
    }

    #hp_carousel .carousel-inner > .item.prev,
    #hp_carousel .carousel-inner > .item.active.left {
        left: 0 !important;
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transform: translate3d(100%, 0, 0) !important;
    }

    #hp_carousel .carousel-inner > .item.next.left,
    #hp_carousel .carousel-inner > .item.prev.right,
    #hp_carousel .carousel-inner > .item.active {
        left: 0 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

/* ==========================================================================
    SCHEDULE PAGE
   ========================================================================== */
.shift_schedule_page {
    background-color: #f7f7f7;
}

.shift_schedule_page .my_shift_calendar_wrapper {
    background-color: #fff;
    padding: 1.5625vw 3.125vw;
    margin-bottom: 5vw;
}

.shift_schedule_page ul.nav-tabs {
    padding-top: 2.083vw;
    border: 0;
}

.shift_schedule_page ul.nav-tabs li {
    margin-bottom: 0;
}

.shift_schedule_page ul.nav-tabs li a {
    font-family: 'NarkisBlockCondensedThin';
    font-size: 1.71875vw;
    color: #000;
    border: 0;
    border-left: 1px solid #000;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    padding: 0 20px;
    line-height: 100%;
    margin: 0;
}

.shift_schedule_page .nav-tabs .nav-link:focus, .shift_schedule_page .nav-tabs .nav-link:hover {
    border-color: initial;
}

.shift_schedule_page .nav-tabs > li.active > a, .shift_schedule_page .nav-tabs > li.active > a:hover, .shift_schedule_page .nav-tabs > li.active > a:focus {
    border: 0;
    border-left: 1px solid;
}

.shift_schedule_page ul.nav-tabs li.active a {
    /*font-family: 'NarkisBlockCondensedMF';*/
    color: #7d4199;
    border-color: #7d4199;
    position: relative;
    background-color: transparent;
}

.shift_schedule_page ul.nav-tabs li.active a:after {
    content: '';
    color: #7d4199;
    position: absolute;
    width: 100%;
    left: auto;
    right: 0;
    top: 2.083vw;
    width: 85%;
    margin: auto;
    border-bottom: 6px solid;
}

.shift_schedule_page ul.nav-tabs li.next_shift_item.active a:after, .shift_schedule_page ul.nav-tabs li.desc_shift_item.active a:after {
    left: 0.9375vw;
    right: 0.9375vw;
    width: 83%;
}

.shift_schedule_page ul.nav-tabs .next_shift_item.active a {
    color: #54bcc6;
    border-color: #000;
}

.shift_schedule_page ul.nav-tabs .next_shift_item.active a:after {
    color: #54bcc6;
}

.shift_schedule_page ul.nav-tabs li:last-child a, .shift_schedule_page ul.nav-tabs li:last-child.active a {
    border-left: 0;
}

.shift_schedule_page .tab-content.text_part {
    padding-top: 2%;
}

.shift_schedule_page .tab-pane {
    margin-top: 2.083vw;
}

.shift_schedule_page .tab-pane .title {
    font-family: 'NarkisBlockCondensedMF';
    font-size: 2.03125vw;
    color: #fff;
    background-color: #7e4499;
    padding: 0vw 0.5vw;
    line-height: 120%;

}

.shift_schedule_page .tab-pane .text_explication {
    color: #0d0e12;
    font-size: 1.197vw;
    line-height: 1.197vw;
    letter-spacing: -0.57px;
    font-family: 'NarkisBlockRegularMF';
    margin-top: 1vw;
}

.shift_schedule_page .tab-pane .text_explication ul li {
    list-style-position: inside;
}

.shift_schedule_page .tab-pane .text_explication ul {
    margin-bottom: 1rem;
}

.shift_schedule_page .tab-pane .text_explication.error_summary {
    margin-bottom: 1vw;
    width: 50%;
}

.shift_schedule_page .tab-pane .database_exception.error_summary {
    color: red;
    font-family: 'NarkisBlockCondensedMF';
    font-size: 1.7vw;
}

.shift_schedule_page .tab-pane .video_wrapper a.gal-item {
    position: relative;
}

.shift_schedule_page .tab-pane .video_wrapper a.gal-item .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    color: white;
    width: 4.84375vw;
    height: 4.84375vw;
    background-color: #7d4199;
    border-radius: 100%;
    font-size: 2.5vw;
}

.shift_schedule_page .tab-pane .video_wrapper a.gal-item .play i {
    left: 0.26vw;
    position: relative;
}

.shift_schedule_page .tab-pane .video_wrapper a.gal-item img {
    width: 54.739vw;
    height: 24.21875vw;
    object-fit: cover;
    margin-top: 1vw;
}

.shift_schedule_page .choose_shift_title {
    font-family: 'NarkisBlockCondensedMF';
    font-size: 1.927vw;
    color: #58595b;
    letter-spacing: -0.93px;
}

.shift_schedule_page .vacation_title {
    width: 6.6vw;
    height: 1.82vw;
    background-color: #54bcc6;
    text-align: center;
    font-family: 'NarkisBlockCondensedMF';
    color: #ffffff;
    font-size: 1vw;
    font-size: 1.2vw;
    margin-bottom: 1.5625vw;
}

.shift_schedule_page .shift_date {
    font-family: "Helvetica Com - Black";
    font-weight: 400;
    font-size: 1.25vw;
    color: #58595b;
}

.shift_schedule_page .shift_day {
    font-family: 'NarkisBlockCondensedMF';
    font-size: 1.09375vw;
    color: #58595b;
}

.shift_schedule_page label {
    display: block;
    margin-bottom: 0;
    line-height: 100%;
    position: relative;
}

.shift_schedule_page input[type="checkbox"] {
    -webkit-appearance: none;
    display: inline-block;
    width: 1vw;
    height: 1vw;
    border: 1px solid #000;
    cursor: pointer;
    margin-left: 0.3vw;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;

}

.shift_schedule_page input[type="checkbox"] + i, .shift_schedule_page input[type="checkbox"] + span + i {
    display: none;
    pointer-events: none;
}

.shift_schedule_page input[type="checkbox"] + span {
	direction:ltr;
	font-size: 0.8vw;
}

.shift_schedule_page input[type="checkbox"]:checked + i, .shift_schedule_page input[type="checkbox"]:checked + span + i, .shift_schedule_page .checked input[type="checkbox"] + i{
    display: block;
    position: absolute;
    right: 4%;
    top: 25%;
    font-size: 0.85vw;
}

.shift_schedule_page input[type="checkbox"]:checked + span + i {
    top:15%;
}

.shift_schedule_page .night_shift input[type="checkbox"]:checked + i {
	top:10%;
}

.shift_schedule_page .free_day_check {
    position: relative;
    font-size: 1.09375vw;
    color: #000000;
    background-color: #e2e2e2;
    padding: 0.41vw 0.2vw;
    display: inline-block;
    width: 6.6vw;
    line-height: 1.1vw;
    font-size: 1vw;
    font-weight: bold;
}

.shift_schedule_page .free_day_check > div {
    line-height: 1.1vw;
    font-size: 1vw;
}

.shift_schedule_page .vertical-text {
    writing-mode: vertical-lr;
    -ms-writing-mode: bt-rl;
    font-size: 1.09375vw;
    font-family: 'NarkisBlockCondensedMF';
    color: #000001;
    right: -1.0416vw;
    position: absolute;
}

.shift_schedule_page .vertical-text.shift_1 {
    top: 10%;
}

.shift_schedule_page .vertical-text.shift_2 {
    bottom: 5%;
}

.shift_schedule_page .hours_wrapper .border-top {
    width: 6.6vw;
    height: 1px;
    padding-bottom: 0.8vw;
    border-top: 1px solid #d6d6d6;
    margin-left: auto;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .thank_you_message {
    display: none;
}

.shift_schedule_page #current_schedule .hours_wrapper .border-top {
    margin-right: auto;
}

.shift_schedule_page #current_schedule .title {
    margin-bottom: 1.5vw;
}

.shift_schedule_page #current_schedule .my_shift_calendar_wrapper {
    padding: 0.78125vw 1.5625vw;
    margin-bottom: 1vw;
}

.shift_schedule_page #current_schedule .hours_wrapper .border-top {
    margin-top: 0.8vw;
    border-color: #b492c4;
}

.shift_schedule_page #current_schedule .vacation_title {
    background-color: #b898c7;
    margin: 0.5208vw auto 0.3vw auto;
}

.shift_schedule_page #current_schedule .single_col {
    background-color: #fcfcfc;
    padding: 0.5208vw 0.2vw;
    background-clip: content-box;
    max-width: 8.385vw;
}

.shift_schedule_page #current_schedule .shift_date {
    width: 6.51vw;
    margin: auto;
    color: #7d4397;
}

.shift_schedule_page #current_schedule .shift_day {
    width: 6.51vw;
    margin: auto;
    color: #7d4397;
    margin: 0 auto 0.5vw auto;
}

.shift_schedule_page #current_schedule .single_col.half_week {
    padding: 0.5208vw 0.35vw;
}

.shift_schedule_page #current_schedule .single_col.half_week .hours_wrapper .form-group {
    width: auto;
    margin: 0;
}

.shift_schedule_page #current_schedule .single_col.half_week .vacation_title {
    width: auto;
    margin: 0.5208vw auto 0.3vw auto;
}

.shift_schedule_page #current_schedule .single_col.half_week .shift_date {
    width: auto;
    margin: 0 0.5vw;
}

.shift_schedule_page #current_schedule .single_col.half_week .shift_day {
    width: auto;
    margin: 0 0.5vw 0.5vw 0.5vw;
}

.shift_schedule_page #current_schedule .hours_wrapper {
    margin-bottom: 0.5208vw;
    font-family: "NarkisBlockCondensedMF";
}

/*.shift_schedule_page #current_schedule .hours_wrapper:last-child{
        padding-top: 10px;
    border-top: 1px solid #b492c4;
    margin: 0 41px;	
}*/

.shift_schedule_page #current_schedule .sub_title {
    background-color: #bcc0e5;
    margin-bottom: 0.5vw;
    font-family: 'NarkisBlockCondensedThin';
    font-size: 1.35vw;
    font-size: 1.45vw;
    background-clip: content-box;
    color: #7e4499;
    padding: 0vw 0.3vw;
    line-height: 140%;
    width: 100%;
}

.shift_schedule_page #current_schedule .hours_wrapper .form-group .time_value {
    display: block;
    line-height: 100%;
    position: relative;
    color: #000000;
    width: 100%;
    text-align: center;
    font-size: 1.197vw;
    direction: ltr;
    background: none;
    border: none;
}

.shift_schedule_page #current_schedule .hours_wrapper .form-group input.time_value {
    height: 1.197vw;
}

.shift_schedule_page #current_schedule .hours_wrapper .want_to_shift {
    color: #7d409d;
    font-size: 0.885vw;
    justify-content: end;
}

.shift_schedule_page #current_schedule .hours_wrapper .form-group:not(.want_to_shift):not(.field-rejectedshiftsform-date) {
    margin-left: auto;
    margin-right: auto;
    width: 6.6vw;
    padding: 0.4vw 0.4vw;
    background-color: #e3dbe8;
}

.shift_schedule_page .hours_wrapper .form-group {
    display: -ms-flexbox !important;
    display: flex !important;
    color: #000000;
    background-color: #e2e2e2;
    padding: 0.4vw 0.2vw;
    font-size: 1.09375vw;
    width: 7vw;
    margin-bottom: 0vw;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.shift_schedule_page .hours_wrapper .form-group[class*="field-shiftscheduleform-start_time"], .shift_schedule_page .hours_wrapper .form-group[class*="field-rejectedshiftsform-start_time"] {
    margin-bottom: 0.3vw;
}

.shift_schedule_page .hours_wrapper .form-group.field-shiftscheduleform-date {
    width: auto;
    padding: 0;
    display: initial !important;
    margin: 0;
    height: auto;
}

.shift_schedule_page .hours_wrapper .form-group label {
    color: #000000;
    padding-left: 0.3vw;
}

.shift_schedule_page .hours_wrapper .form-group select {
    font-size: 0.989vw;
    padding: 0;
}

.shift_schedule_page #next_week_schedule .hours_wrapper .form-group {
    width: 6.6vw;
}

.shift_schedule_page #next_week_schedule #requested_shifts .blocked_requests {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
}

.shift_schedule_page #next_week_schedule #requested_shifts .blocked_requests img {
    margin-bottom: 25px;
}

.shift_schedule_page #next_week_schedule #requested_shifts .blocked_requests .blocked_requests_text {
    color: #56bbc5;
    font-weight: 500;
    letter-spacing: -0.78px;
    line-height: 1.927vw;
    font-size: 2vw;
}

.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection {
    border: none;
    height: 100%;
    padding: 0.1vw 0.3vw;
}

.select2-container--krajee.select2-container--open .selection .select2-selection.select2-selection--single {
    background-color: #54bcc6;
}

.select2-container--krajee.select2-container--open .selection .select2-selection.select2-selection--single .select2-selection__rendered:after {
    content: none;
}

.select2-container--krajee.select2-container--open .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container--krajee.select2-container--open .selection .select2-selection.select2-selection--single .select2-selection__rendered > span.select2-selection__placeholder {
    color: #fff;
}

.select2-container--krajee {
    background-color: #fff;
    height: 1.2vw;
    text-align: right;
}

.select2-container--krajee .selection {
    display: block;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    width: auto;
    border: 0;
    left: 0.52vw;
    right: auto;
}

.select2-selection__rendered:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translatey(-50%) !important;
    left: 0.2vw;
    color: #b5b5b6;
    font-size: 0.729vw;
    pointer-events: none;
}

.select2-container--krajee .select2-dropdown.select2-dropdown--below:after {
    content: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--krajee > span {
    height: 100%;
    width: 100%;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-size: 0.85vw;
}

.select2-container--krajee .select2-dropdown {
    min-height: 10vw;
}

.select2-container--krajee .select2-results > .select2-results__options {
    max-height: none;
    font-size: 0.989vw;
    text-align: center;
    color: #000;
    overflow-y: auto;
}

.select2-container--krajee .select2-results > .select2-results__options li {
    border-bottom: 1px solid #000;
    margin: 0 0.3125vw;
    padding: 0.18vw;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    /*display:none;*/
    left: 0.8vw;
    top: 0;
    right: unset;
    color: #ffffff;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #54bcc6;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    font-size: 1vw;
    height: 100%;
    display: block;
    line-height: 100%;
    padding-top: 1px;
}

.select2-container--krajee .select2-dropdown {
    margin-top: 0vw;
}

.shift_btn {
    font-family: 'NarkisBlockCondensedMF';
    color: #ffffff;
    font-weight: 500;
    font-size: 1.71875vw;
    width: 12.29vw;
    height: 3.02vw;
    float: left;
    text-align: center;
    margin-top: 6.77vw;
}

.shift_btn button {
    width: 100%;
    height: 100%;
}

.btn_update_shift.disabled {
    background-color: rgba(84, 188, 198, 0.5);
}

.btn_update_shift {
    background-color: #54bcc6;
    margin-left: 0.5vw;
}

.btn_reset_shift {
    background-color: #9d9d9d;
}

.shift_schedule_page #next_week_schedule.tab-pane .title {
    background-color: #54bcc6;
}

.shift_schedule_page #next_week_schedule.tab-pane .thank_you_message {
    display: none;
    height: 700px;
    padding-top: 100px;
}

.shift_schedule_page #next_week_schedule .my_shift_calendar_wrapper > .row:nth-of-type(2) {
    padding-top: 30px;
}

.shift_schedule_page #next_week_schedule .my_shift_calendar_wrapper .error {
    font-size: 20px;
    color: red;
    font-family: 'NarkisBlockCondensedMF';
    height: 6.77vw;
    width: 100%;
}

.shift_schedule_page #next_week_schedule .my_shift_calendar_wrapper .shift_btn {
    margin-top: 0;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .shift_date {
    margin-top: 0.5208vw;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .checkbox_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 6.6vw;
    height: 1.5vw;
    padding: 0 0.2vw;
    border: 1px solid #7d4199;
    margin-top: 0.7vw;
    position: relative;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .checkbox_wrapper.rejected_shifts_checked {
    background-color: #7d4199;
    color: #fff;
    text-align: center;
    font-size: 1vw;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .hours_wrapper .row:not(:last-of-type) .line {
    margin: 15px auto;
    height: 1px;
    background-color: #b492c4;
    width: 6.6vw;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .checkbox_wrapper input[type="checkbox"] {
    width: 0.8vw;
    height: 0.8vw;
    border-color: #a47bb8;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .checkbox_wrapper > label {
    font-weight: 100;
    color: #7d409d;
    font-size: 0.83vw;
    line-height: 0.9vw;
    width: calc(100% - 1.2vw);
    text-align: center;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .checkbox_wrapper input[type="checkbox"] + i {
    display: none;
    pointer-events: none;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .checkbox_wrapper input[type="checkbox"]:checked + i {
    display: block;
    position: absolute;
    right: 4%;
    top: 25%;
    font-size: 0.7vw;
    color: #a47bb8;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .shift_btn {
    margin-top: 1vw;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .btn_update_shift {
    background-color: #7d4199;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .btn_reset_shift {
    background-color: #3b3b3b;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .msg_wrapper {
    margin-top: 7vw;
    margin-bottom: 7vw;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .msg_wrapper > h2 {
    width: 15vw;
    margin: auto;
    color: #7d4199;
    font-size: 2.03125vw;
    margin-top: 0.2vw;
}

/* ==========================================================================
   MESSAGES
   ========================================================================== */

.messages_page {
    padding-top: 2%;
    font-size: 1.1vw;
    font-weight: normal;
}

.messages_page h1.unread_messages_title {
    color: #7d4199;
    font-size: 2.2395833333333335VW;
    margin-bottom: 1vw;
}

.messages_page .message_block {
    width: 100%;
    height: 500px;
}

.messages_page .message_block_part {
    height: 100%;
    border: 1px solid #c9c9c9;
    padding: 0px;
    position: relative;
}

.messages_page .last_message_list_wrap {
    overflow: auto;
    height: 100%;
}

.messages_page .last_message_list_wrap .no_messages {
    font-size: 35px;
    padding-right: 2vw;
    padding-top: 1.5vw;
}

.messages_page .last_message_list_wrap .message_row_item {
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
    padding: 0.78125vw;
    position: relative;
    color: #000;
}

.messages_page .last_message_list_wrap .message_row_item:hover {
    background-color: #E9EEF1;
}

.messages_page .last_message_list_wrap .message_row_item.unread {
    font-family: 'NarkisBlockCondensedMF';
    background-color: #E9EEF1;
}

.messages_page .last_message_list_wrap .message_row_item.msg_selected {
    background-color: #7D3E98;
    color: #fff;
}

.messages_page .last_message_list_wrap .L_side .file_download_wrapper {
    width: 100%;
}

.messages_page .last_message_item_priority {
    position: absolute;
    left: 0.78125vw;
    bottom: 0.4vw;
    font-size: 0.8vw;
}

.messages_page .last_message_item_name {
    font-family: 'NarkisBlockCondensedMF';
    line-height: 100%;
}

.messages_page .last_message_item_text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.messages_page .last_message_item_photo {
    width: 2.34375vw;
    height: 2.34375vw;
    text-align: center;
    text-align: right;
    float: right;
    border: 3px solid #FFDC36;
    border-radius: 50%;
    margin-left: 0.7vw;
}

.messages_page .last_message_item_photo img {
    display: block;
    margin: auto;
    width: 1.5625vw;
}

.messages_page .last_message_item_info {
    float: right;
    width: calc(100% - 11vw);
}

.messages_page .date_file_wrapper {
    position: absolute;
    top: 0.78125vw;
    left: 0.78125vw;
}

.messages_page .date_file_wrapper .file {
    padding-left: 0.2vw;
}

.messages_page .message_item_content {
    display: none;
}

.messages_page .msg_content_wrapper .last_message_list_wrap {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
}

.messages_page .msg_content_wrapper .last_message_list_wrap .message_item_content {
    width: 100%;
    height: 100%;
    float: right;
    padding-left: 50px;
    background-color: #E9EEF1;;
    border-radius: 10px;
    padding: 10px 15px;
    min-width: 32vw;
    position: relative;
}

.messages_page .message_item_content .last_message_item_text {
    text-overflow: clip;
    white-space: normal;
}

.messages_page .message_item_content .last_message_item_text h1 {
    font-size: 2.083vw;
}

.messages_page .message_item_content .last_message_item_text h2 {
    font-size: 1.66vw;
}

.messages_page .message_item_content .last_message_item_text h3 {
    font-size: 1.458vw;
}

.messages_page .message_item_content .last_message_item_text h4 {
    font-size: 1.25vw;
}

.messages_page .message_item_content .last_message_item_text h5 {
    font-size: 1.041vw;
}

.messages_page .message_item_content .last_message_item_text h6 {
    font-size: 0.9375vw;
}

.messages_page .message_item_content .last_message_item_text p {
    font-size: 1.1vw;
    margin-bottom: 0;
    line-height: 1.5vw;
}

.messages_page .message_item_content .file_download_wrapper a.btn_download {
    -webkit-appearance: button;
    color: #000;
    font-size: 1vw;
}

.messages_page .confirm_wrapper label {
    margin-top: 0.5vw;
}

.messages_page .message_item_content .L_side {
    width: calc(100% - 8vw);
}

.messages_page .message_item_content .last_message_item_info {
    width: 100%;
    margin-bottom: 0.5vw;
}

/* ==========================================================================
   POLL PAGE
   ========================================================================== */
#survey-form {
    height: 100%;
    min-height: 100vh;
    font-family: "NarkisBlockCondensedMF";
    background-color: #ffbc0d;
}

#survey-form .banner {
    height: 300px;
}

#survey-form .banner .row {
    height: 100%;
}

#survey-form .row {
    margin: 0;
}

#survey-form .bg_wrapper {
    width: 100%; height: 100%; 
    background-size: cover !important;
}

#survey-form .poll_title {
    line-height: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 58px;
    font-weight: 500;
}

#survey-form .bootstrap-select { 
    width:140%;
}

#survey-form .required {
    margin-bottom: 20px;
    color: #fe0000;
    font-size: 29px;
}

#survey-form .bootstrap-select button.dropdown-toggle[type="button"], .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    background: none;
    font-size: 26px;
    font-weight: 400;
    font-family: NarkisBlockCondensedThin;
    border: none;
    text-align: right;
    padding: 0 0 0 55px;
}

#survey-form .bootstrap-select .dropdown-menu .text{
    white-space: normal!important;
}

#survey-form .bootstrap-select button.dropdown-toggle .caret {
    left: 12px;
    right: unset; 
}

#survey-form .bootstrap-select button.dropdown-toggle::after {
    content:none;
}

#survey-form .survey_content {
    direction: rtl;
    position: relative;
    padding: 20px;
    padding-top: 0;
    margin: 0 150px;
    margin-top: -100px;
    background-color: #FFF;
}

#survey-form .question_wrap {
    line-height: 100%;
    margin-bottom: 10px;
    font-size: 29px;
    font-weight: 500;
}

#survey-form input.form-control {
    font-size: 29px;
    border: 0;
    border-bottom: solid 1px #000;
    border-radius: 0;
    box-shadow: none;
}

#survey-form textarea.form-control {
    font-size: 25px;
    border: 0;
    border-bottom: solid 1px #000;
    border-radius: 0;
    box-shadow: none;
    resize: none;
}

#survey-form select {
    font-size: 26px;
    font-weight: 400;
    font-family: NarkisBlockCondensedThin;
    border: none;
    width: 140%;
    max-width: 140%;
}

#survey-form label {
    display: block;
    font-size: 26px;
    font-weight: 400;
    font-family: NarkisBlockCondensedThin;
}

#survey-form .otherInput {
    display: inline-block;
    width: 70%;
    margin-right: 10px;
}

/* RADIO */
.r_container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    direction: ltr;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.r_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.r_container .checkmark {
    position: absolute;
    top: 9px;
    right: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px;
}

/* On mouse-over, add a grey background color */
.r_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.r_container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.r_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.r_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.r_container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
}

/* CHECKBOX */
.cb_container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    direction: ltr;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cb_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.cb_container .checkmark {
    position: absolute;
    top: 8px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px #000;
}

/* On mouse-over, add a grey background color */
.cb_container:hover input ~ .checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.cb_container input:checked ~ .checkmark {
    background-color: #fff;
    border: solid 1px #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb_container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

#survey-form ul > li {
    list-style: none;
    color: #fe0000;
    font-weight: 400;
    font-family: NarkisBlockCondensedThin;
    font-size: 18px;
}

#survey-form .poll_submit {
    margin-top: 50px;
    text-align: center;
}

#survey-form button[type="submit"], #survey-form button[type="button"] {
    padding: 0 50px;
    color: #000;
    font-size: 48px;
    background-color: #ffbc0d;
    border-color: #ffbc0d;
}


/****dropdown in survey ******/
 /*#survey-form .dropdown-toggle[type="button"] {
    width:100%;
    background: none;
    border-color: gray;
    text-align: right;
    font-size:25px;
    padding-right:20px;
    position: relative;
}

#survey-form ul.dropdown-menu > li {
    color:unset;
    text-align: right;
    padding-right: 10px;
}

#survey-form ul.dropdown-menu > li:nth-of-type(odd) {
    background-color: rgba(128, 128, 128, 0.2);
}

#survey-form .dropdown-toggle::after {
    position: absolute;
    left: 10px;
    top: 10px;
}

#survey-form .col-lg-6.col-md-9 {
    position: relative;
    max-width: 100%;
    flex: 0 0 100%; 
}*/

#survey-form .col-lg-6.col-md-9 {
    max-width: 100%;
    flex: 0 0 100%; 
}

#survey-form .select2-container--krajee {
    width: 100%;
    height: 5vw; 
}

#survey-form .select2-selection--single .select2-selection__rendered {
    font-size:23px;
    direction: rtl;
}

#survey-form .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-size:unset;
}

.select2-container--krajee .select2-dropdown .select2-results, #survey-form .select2-container--krajee .select2-results > .select2-results__options  {
    height:100%;
}

.select2-container--krajee .select2-results > .select2-results__options li{
    font-size: 20px;
    text-align: right;
}

.select2-container--krajee .select2-dropdown {
    overflow-x: unset;
    direction: rtl!important;
}

@media all and (max-width: 940px) {
    #survey-form .survey_content {
        margin: 0 80px;
        margin-top: -100px;
    }
}

@media all and (max-width: 767px) {
    #survey-form .survey_content {
        margin: 0 20px;
        margin-top: -50px;
    }

    #survey-form .poll_title {
        font-size: 40px;
    }

    #survey-form .required {
        font-size: 25px;
    }

    #survey-form .question_wrap {
        font-size: 25px;
    }

    #survey-form label {
        font-size: 22px;
    }

    .r_container .checkmark {
        top: 6px;
    }

    .cb_container .checkmark {
        top: 6px;
    }

    #survey-form button[type="submit"] {
        font-size: 32px;
    }
}

@media all and (max-width: 576px) {
    #survey-form .survey_content {
        margin-top: -20px;
        padding: 0;
    }

    #survey-form .poll_title {
        font-size: 30px;
    }

    #survey-form .required {
        font-size: 20px;
    }

    #survey-form .question_wrap {
        font-size: 20px;
    }

    #survey-form label {
        font-size: 17px;
    }

    .r_container {
        margin-bottom: 10px;
    }

    .r_container .checkmark {
        top: 2px;
    }

    .cb_container {
        margin-bottom: 10px;
    }

    .cb_container .checkmark {
        top: 2px;
    }

    #survey-form button[type="submit"] {
        font-size: 25px;
    }
}

#forgotPasswordModal .modal-body .sub_content_with_form form .help-block-error {
    font-size: 1.05vw;
    font-weight: 700;
    height: 1.5vw;
    margin: 0 auto;
    color: #a94442;
    display: block !important;
    width: 11.55vw;
    text-align: right;
    line-height: 1;
}

/* ==========================================================================
   Whats New page - jira 57 - SK 15/07/2018
   ========================================================================== */
.whats_new_page > .container-fluid, .whats_new_page > .container-fluid .row,
.whats_new_page > .container-fluid .row > div {
    min-height: 809px;
    overflow: hidden;
}

.whats_new_page .single_image.text_part {
    height: 100%;
}

.whats_new_page .fix-banner {
    position: fixed;
    left: 0;
    top: 110px;
}

.whats_new_page .single_image.banner_part video {
    width: 100%;
    height: 775px;
    object-fit: cover;
    z-index: 0;
    position: relative;
}

.contact_us_page .fix-banner {
    position: fixed;
    right: 0;
    top: 80px;
}

/*
.ekko-lightbox.modal .modal-body{
    height:calc(100vh - 50px);
}

.ekko-lightbox.modal .modal-body .ekko-lightbox-container{
    height:100%!important;
}

.ekko-lightbox.modal .modal-body .ekko-lightbox-container .ekko-lightbox-item.fade.in.show{
    display:flex;
    align-items:center;
    height:100%;
}

.ekko-lightbox.modal .modal-body .ekko-lightbox-container .ekko-lightbox-item img{
    height:100%;
}
*/

/* ==========================================================================
   25/07 - NEW VERSION - LOGIN PAGE
   ========================================================================== */
.welcome_banner {
    height: calc(100vw * 690 / 1920);
}

.welcome_banner .swiper-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.welcome_banner .swiper-container .swiper-wrapper {
    height: 100%;
}

.welcome_banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    background-position: center;
    background-size: cover;
}

.welcome_banner .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.welcome_banner .container-fluid {
    height: 100%;
}

.welcome_banner .container-fluid .row {
    height: 100%;
}

.form_left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -115.5px;
}

.form_left .icon_form {
    float: left;
}

.form_left .icon_form img {
    width: 12vw;
}

.form_left h1 {
    float: left;
    padding-top: 35px;
    padding-left: 30px;
    font-size: 5.4vw !important;
    color: #fff !important;
}

.welcome_banner > .container-fluid > .row > .centered > div {
    width: 100%;
}

.welcome_banner > .container-fluid > .row > .centered > div > .col > p:nth-of-type(1) {
    margin-bottom: 0;
    text-align: right;
    font-size: 1.9vw;
    color: #fff;
}

.welcome_banner > .container-fluid > .row > .centered > div > .col > p:nth-of-type(2),
.welcome_banner > .container-fluid > .row > .centered > div > .col > p:nth-of-type(3) {
    line-height: 100%;
    text-align: right;
    font-size: 1.3vw;
    color: #fff;
}

.site-login .welcome_banner .login_bottom_line button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.site-login .welcome_banner .asterisk {
    width: 100%;
    padding-right: 15px;
    color: #fff;
    text-align: right;
    font-family: 'NarkisBlockCondensedThin';
    font-size: 1.37vw;
}

#login-form {
    text-align: right;
}

.site-login .welcome_banner .login_bottom_line {
    margin-bottom: 0.59%;
}

.site-login .welcome_banner form#login-form .form-group.field-loginform-password {
    margin-top: 10px;
}

.site-login .col-6.half_width > div > .text_wrapper {
    text-align: center;
}

.site-login .form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.site-login .form-horizontal .form-group .col-xs-12, .site-login .form-horizontal .form-group .col-xs-8 {
    padding-left: 10px;
    padding-right: 10px;
}

/* ==========================================================================
   25/07 - NEW VERSION - HEADER
   ========================================================================== */
ul.main_menu {
    height: 110px;
}

header {
    height: 110px;
}

.top_header .L_side a {
    position: relative;
    width: 55px;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*.top_header .L_side a.macdo_instagram:nth-of-type(5) {
    padding-left: 12px;
}*/

.top_header .L_side a.logo_macdo {
    width: auto;
}

.link_content {
    position: absolute;
    bottom: -17px;
    width: 155%;
    line-height: 100%;
    margin-right: -25.5%;
    opacity: 0;
    color: #000;
    font-size: 14px !important;
    font-family: 'NarkisBlockCondensedThin';
}

.top_header .L_side a:hover .link_content {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* ==========================================================================
   25/07 - NEW VERSION - HOMEPAGE
   ========================================================================== */
.site-index .img_menu_item a {
    color: #6d16b1 !important;
    background-color: #fff;
    border: solid 2px rgba(119, 33, 147, .28);
    border: 0;
}

.site-index .img_menu_item a:hover {
    color: #ffbc0d !important;
    background-color: #7d4199;
    border-color: #7d4199;
}

.strip {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

/* ==========================================================================
   25/07 - NEW VERSION - PERSONNAL DETAILS
   ========================================================================== */
.personal_details_page .text_part {
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

.personal_details_page .text_part .personal_details_content label {
    width: 40%;
}

.personal_details_page .text_part .personal_details_content button.forgot_pswd {
    margin-top: 4vw;
}

.personal_details_page .img_wrapper h2 .english_hello {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-shadow: -18px 11px 202px rgba(32, 0, 5, .52);
    font-family: "NarkisBlockCondensedBoldMF";
}

.personal_details_page .img_wrapper h2 .hebrew_name {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-shadow: -18px 11px 202px rgba(32, 0, 5, .52);
}

.personal_details_page .img_wrapper h2 .hebrew_name span {
    font-size: 8.594VW;
}

.personal_details_page .img_wrapper h2 .hebrew_name span:nth-of-type(2) {
    position: relative;
    top: 12px;
}

/* ==========================================================================
   25/07 - NEW VERSION - Message
   ========================================================================== */
video {
    width: 100%;
}

/* ==========================================================================
   25/07 - NEW VERSION - CONTACT US
   ========================================================================== */
.contact_us_page .description {
    line-height: 1.4;
    margin-top: 25px;
    font-family: NarkisBlockRegularMF;
    color: #000000;
    font-size: 1.846em;
    font-size: 1.25VW;
    list-style-position: inside
}

.contact_us_page .contact-form-content form .form-group.field-fileupload, .contact_us_page .contact-form-content form .form-group.field-fileupload1, .contact_us_page .contact-form-content form .form-group.field-fileupload2 {
    height: 66px;
}

.contact_us_page .contact-form-content form .file_formats {
    font-size: 16px;
    font-family: 'NarkisBlockRegularMF';
    padding-right: 16%;
}

.contact_us_page .contact-form-content form .form-group.field-fileupload .cancel_x, .contact_us_page .contact-form-content form .form-group.field-fileupload1 .cancel_x, .contact_us_page .contact-form-content form .form-group.field-fileupload2 .cancel_x {
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    left: -30px;
    top: 1.05vw;
}

.contact_us_page .contact-form-content form .form-group .base_btn {
    margin: 0 auto;
}

.contact_us_page .contact-form-content form .form-group.send {
    margin: 1.5625VW auto 0;
}

.contact_us_page .more_file {
    position: absolute;
    bottom: -20px;
    cursor: pointer;
    z-index: 10;
    left: 3%;
    font-size: 18px;
    margin-top: 10px;
    font-family: 'NarkisBlockRegularMF';
}

#contact-form .bootstrap-select.btn-group .dropdown-menu {
    height: 305px !important;
}

.contact_us_page .contact-form-content form .form-group p.help-block-error {
    position: absolute;
    bottom: -10px;
}

.contact_us_page .contact-form-content form .form-group.field-fileupload p.help-block-error {
    bottom: -20px;
}

.contact_us_page .required_field {
    color: red;
}

.contact_us_page .select_picker .required_field {
    position: absolute;
    bottom: -18px;
    width: 100%;
}

/* ==========================================================================
   25/07 - NEW VERSION - INFORMATION PAGE
   ========================================================================== */
.single_image .breadcrumbs {
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: normal;
}

.single_image .breadcrumbs .breadcrumbs_link {
    font-weight: normal;
}

.single_image .breadcrumbs label {
    font-weight: normal;
}

.information_page .text_part section .text_wrapper a {
    color: #6d16b1 !important;
    background-color: #fff;
    border: solid 2px rgba(119, 33, 147, .28);
    border: 0;
}

.information_page .text_part section .text_wrapper a:hover {
    color: #ffbc0d !important;
    background-color: #6b2a91;
    border-color: #6b2a91;
}

.information_page .text_part section .text_wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    width: 12.239583333333332VW;
    height: 76px;
    height: 3.958333333333333VW;
    line-height: 76px;
    line-height: 3.958333333333333VW;
    text-align: center;
    font-size: 3.385em;
    font-size: 2.34375VW;
}

.information_page .text_part section .text_wrapper a:hover {
    font-size: 3.385em;
    font-size: 2.34375VW;
    color: #ffbc0d !important;
    background-color: #6b2a91;
    border-color: #6b2a91;
}

/* ==========================================================================
   25/07 - NEW VERSION - POPUPS
   ========================================================================== */
/*#change_password .modal-dialog {width: 40vw; margin-left: -20vw;}*/
#change_password .modal-dialog .top_wrapper {
    padding-right: 0;
}

[id^="view_survey_"] .modal-dialog, #view_messages .modal-dialog,
#view_messages .modal-dialog, .read_message .modal-dialog {
    width: 43.69vw;
}

[id^="view_survey_"] .modal-dialog, #view_messages .modal-dialog {
    height: 83vh;
    display: block;
    margin: 8.5vh auto;
}

.read_message.basic_modal .modal-body {
    max-width: 100%;
    width: 100%;
}

.read_message .modal-dialog {
    height: 83vh;
    display: block;
    margin: 0;
}

#view_messages .modal-dialog .message_text h2, .read_message .modal-dialog .message_text h2 {
    margin: 0 auto;
}

/* ==========================================================================
   25/07 - NEW VERSION - SCHEDULES
   ========================================================================== */
.shift_schedule_page > .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
}

.shift_schedule_page .col-1 {
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.shift_schedule_page #current_schedule .my_shift_calendar_wrapper {
    padding: 0;
    background-color: transparent;
}

.my_shift_calendar_main {
    padding: 0.78125vw 1vw;
    background-color: #FFF;
}

.shift_schedule_page #current_schedule .my_shift_calendar_wrapper.register_free_shift_wrapper {
    margin-top: 1vw;
    padding: 0.78125vw 1.5625vw;
    background-color: #FFF;
}

.day_wrapper {
    height: 100%;
    padding: 5px;
    background-color: #f7f7f7;
}

.shift_schedule_page #current_schedule .sub_title {
    padding: 0vw 2.5px;
}

.my_shift_calendar_main .row.no-gutters.no-title {
    display: flex;
}

.my_shift_calendar_main .row.no-gutters.no-title > div {
    flex-grow: 1;
    max-width: none !important;
}

.my_shift_calendar_main .col.single_col.half_week {
    padding: 0.5208vw 2.5px !important;
}

.my_shift_calendar_main .col.single_col.half_week .day_wrapper {
    padding: 5px 15px;
}

.hours_wrapper .form-group.field-shiftscheduleform-start_time {
    margin-bottom: 0.3vw !important;
}

.shift_schedule_page #current_schedule .single_col.half_week .vacation_title {
    margin: 0.5208vw auto 0.3vw auto;
    line-height: 17px;
}

.shift_schedule_page #current_schedule .register_free_shift_wrapper .msg_wrapper > h2 {
    margin-top: 3.6vw;
}

.basic_modal.mishmarot_modal .modal-dialog {
    width: 30.25vw;
    height: 32.85vh;
    display: block;
    margin: 16vw auto;
}

.basic_modal.mishmarot_modal .modal-dialog .modal-body {
    display: flex;
    align-items: center;
}

.mishmarot_modal .modal-header .close {
    position: absolute;
    top: 18px;
    left: 18px;
}

.mishmarot_modal .modal-body .text {
    font-size: 35px;
    color: #000;
    text-align: center;
}

.basic_modal .modal-header {
    padding: 1vw 1.5vw;
}

.basic_modal .modal-footer {
    padding: 20px;
    border-top: 0;
}

.basic_modal .modal-footer .base_btn {
    width: 227px;
    width: 11.822916666666666VW;
    height: 57px;
    height: 2.96875VW;
    line-height: 2.96875VW;
    font-size: 2.154em;
    font-size: 1.4583333333333333VW;
    color: #FFF;
    margin: 0 auto;
    background-color: #7B4097;
}

.contact_us_page #thankYouModal .modal-header .close,
.contact_us_page #senorityModal .modal-header .close {
    position: absolute;
    top: 18px;
    opacity: 1;
    left: 18px;
}

b, strong {
    font-weight: bold !important;
}

img.shift_icon {
    width: 50px;
}

/* ==========================================================================
   25/07 - NEW VERSION - LIGHTBOX
   ========================================================================== */
#links .col-sm-3 {
    padding: 0;
}

#blueimp-gallery {
    display: none;
}

#blueimp-gallery .slide {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
}

#blueimp-gallery .slide img {
    height: 80%;
}

.blueimp-gallery > .next, .blueimp-gallery > .prev {
    display: block;
    height: 40px;
    color: #ffffff !important;
    padding: 0 10px;
    opacity: 1 !important;
    border: 0;
    border-radius: 0;
    background-color: #7C4097;
}

.blueimp-gallery > a.close, .blueimp-gallery > a.close:hover {
    display: block;
    left: 15px;
    right: unset;
    color: #7C4097;
    font-size: 40px;
    opacity: 1;
}

#view_messages .modal-dialog {
    width: 44vw;
    height: 23.35vw !important;
}

.read_message .modal-dialog {
    width: 55.7vw;
    height: 35.4vw !important;
}

.basic_modal.read_message .modal-dialog .modal-content a {
    font-size: 1.1vw;
    width: 9.25vw;
    height: 2.45vw;
    line-height: 2.45vw;
}

.read_message .modal-dialog .modal-content img {
    width: 2.35vw;
    height: unset;
}

.basic_modal.read_message .modal-body .message_content {
    height: 24vw;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
}

.read_message.basic_modal .modal-body h2.modal-title {
    font-size: 1.6vw;
    font-weight: bold;
}

.read_message.basic_modal .modal-body h3 {
    font-size: 1.15vw;
}

#view_messages .modal-dialog .modal-content h3 {
    margin-bottom: 3vw;
}

/* ==========================================================================
   05/11 - FIXING CONTACT
   ========================================================================== */
.contact_us_page .contact-form-content form .field-contactform-file_type {
    height: auto;
}

.contact_us_page .contact-form-content form .form-group.file_type p.help-block-error {
    right: 6.25VW;
    bottom: -1.2vw;
    margin: 0;
}

.contact_us_page .contact-form-content form .form-group.field-fileupload {
    height: auto;
    margin-bottom: 10px;
}

.contact_us_page .contact-form-content form .form-group.field-fileupload .cancel_x {
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    left: -30px;
    top: 1.05vw;
}

.contact_us_page .contact-form-content form .form-group.field-fileupload .cancel_x img {
    position: absolute;
    top: 0;
    max-height: 100%;
}

.contact_us_page .contact-form-content form .file_formats {
    margin-top: 0;
}

.contact_us_page .contact-form-content form .form-group.field-fileupload p.help-block-error {
    position: static;
    margin-right: 6.25VW;
}

.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer2,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer3 {
    display: flex !important;
    padding: 0.625VW 1.0416666666666665VW;
    justify-content: flex-end;
}

.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer:after,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer2:after,
.contact_us_page .contact-form-content form .form-group.upload_file .fileName_outer3:after {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_us_page .more_file {
    left: 0;
    bottom: -35px;
}

.contact_us_page .contact-form-content form .form-group.textarea p.help-block-error {
    right: 6.25VW;
    bottom: -1.2vw;
    margin: 0;
}

.contact_us_page .contact-form-content form .file_formats {
    margin-top: -10px;
    margin-bottom: 35px;
}

/* ==========================================================================
   05/11 - 404
   ========================================================================== */
.site-error {
    height: calc(100vh - 194px);
    padding: 185px 5.5% 1VW 0;
    padding-left: 50%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.site-error img {
    margin: 40px auto 0;
    display: block;
}

.error_title {
    line-height: 100%;
    margin-top: 130px;
    margin-bottom: 15px;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -1.4px;
    color: #7d4199;
    font-weight: bold;
    font-family: "NarkisBlockCondensedBoldMF";
}

.error_subtitle {
    line-height: 100%;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
}

/*
.site-error {position: relative; 
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.banner_content {position: absolute; width: 100%; height: 100%; top: 0; right: 0; padding: 1VW 5.5% 1VW 0; padding-left: 50%;}
.error_title {line-height: 100%; margin-top: 6.77vw; margin-bottom: 15px; font-size: 4.69vw; font-weight: 700; color: #FFF; letter-spacing: -1.4px;}
.error_subtitle {line-height: 100%; color: #FFF; font-size: 2.5vw; font-weight: 500;}
*/

/* -- Accessibility -- */
.offscreen, .skip-action {
    display: none;
}

.acc_on *:focus {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .5);
    border: 3px solid #fff;
}

.acc_on .offscreen {
    position: absolute;
    right: -2000px;
    z-index: 2000;
    display: block;
}

.acc_on .offscreen:focus {
    right: 0;
}

.acc_on .skip-action {
    display: block;
    background: #fff !important;
    color: #000 !important;
    font-size: 1.5em !important;
    text-align: center;
    padding: 10px;
    height: auto !important;
}

.acc_on .skip-action:focus {
    outline: 1px solid #bb278f !important;
    right: 50%;
    transform: translateX(50%) !important;
    -webkit-transform: translateX(50%) !important;
}

.skip-action.right-align:focus {
    right: 0;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

.site-login.reset-page .welcome_banner h3, .site-login.reset-page .welcome_banner form#personal-details-form .form-group{
    text-align:right;
}

.btn_accessibility.accessibility_component {
    width:40px;
}

.btn_accessibility span {
    display:none;
}


/* ==========================================================================
  LESSONS PAGE
   ========================================================================== */
.lessons_index_page{
    background-size: cover;
    background-repeat: repeat;
    background-position: bottom;
}
.lessons_index_page .banner{
    height: calc(100vw * 326/1920);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}  
.lessons_index_page .banner img{
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    visibility: hidden;
}
.lessons_index_page .content_text_wrapper h1.purple_title{
	font-weight: 700;
    font-family: 'NarkisBlockMediumMF';
}
.lessons_index_page .content_text_wrapper .desccription p{
    font-family: NarkisBlockRegularMF;
    color: #000000;
    font-size: 1.846em;
    font-size: 1.563vw;
    line-height: 1.667vw;
    letter-spacing: -0.039vw;
}
.lessons_index_page .text_part{
    padding-top: 3.125vw;
    padding-right: 6.250vw;
    padding-left: 6.250vw;
}
.lessons_index_page .shifts_wrapper{
	padding-bottom: 3.125vw;
}
.lessons_index_page .shifts_wrapper .row_wrapper{
	padding:2.61vw 2.083vw 2vw;
}
.lessons_index_page .shifts_wrapper .row_wrapper:nth-child(odd) {
	background-color:#E7DDED;
}
.lessons_index_page .shifts_wrapper .row_wrapper:nth-child(even) {
	background-color:#F2F2F3;
}
.lessons_index_page .shifts_wrapper .shift_number{
	color: #7d4199;
	font-weight: 700;
	font-size:1.406vw;
	-ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 0 0 14%;
    font-family: 'NarkisBlockMediumMF';
    margin-bottom: 0.521vw;
}
.lessons_index_page .shifts_wrapper .shift_lesson{
	border:1px solid #9361AB;
	margin-left:1.563vw;
	color:#9361AB;
	padding:0 0.521vw;
	line-height:0.4;
	padding:0.8vw 0.260vw 0.8vw 0.8vw;
    width: 14vw;
    position:relative;
    margin-bottom: 0.521vw;
}
.lessons_index_page .shifts_wrapper .shift_lesson .completed_icon{
	position: absolute;
    left: 0.7vw;
    width:1.250vw;
}
.lessons_index_page .shifts_wrapper .shift_lesson .iphone_icon{
	width: 0.729vw;;
}
.lessons_index_page .shifts_wrapper .shift_lesson h3{
	padding:0 0.3vw;
	font-size:0.885vw;
	font-weight: 400;
	font-family: 'NarkisBlockRegularMF';
}
.lessons_index_page .shifts_wrapper .shift_lesson.completed{
	background-color:#7d4199;
	color:#fff;
}

@media only screen and (max-width: 1400px){
	.lessons_index_page .shifts_wrapper .shift_lesson{
		min-width:18vw;
	}
	.lessons_index_page .shifts_wrapper .shift_lesson h3{
		font-size:1.2vw;
	}
        
}
