/*-----------------------------top nemu--------------------------------*/
#wrapper.page_10913 {
    margin-top: 0!important;
    width:100%;
}
.project__top_menu {
    background-color: #000;
    display: flex;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 999999;
    justify-content: space-between;
    top:0;
}
.top_menu_logo {
    display: flex;
    margin: auto 0;
    padding: 0 20px;
}
.project_sponser {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.project_sponser span {
    color: #fff;
    font-size: 20px;
    font-family: 'almoni-tzar3';
    padding:10px;
}
.image_mobile {
    display:none;
}
.project_title{
    color: #fff;
    font-size: 32px;
    font-family: 'almoni-tzar3';
    margin-right: 15px;
}
.project_title strong{
   font-family: 'almoni-tzar7';
    font-size: 32px;
}
.logo {
    align-self: center;
        display: flex;
}
.logo_globes {
    width:85px;
    padding-left: 5px;
}
.logo_globes_m {
    display:none;
}
.globes_lady_link {
    padding-top: 5px;
}
.globes_lady {
    width: 65px;
}
.image_pc {
    width: 115px;
}
.mainImage {
    margin-top: 70px;
}
.allImages .title {
    width: 96%;
}
.div-extra-lady {
    margin-top: 0;
}
#single .mainImage .prev, #single .mainImage .next {
    display: none;
}
#main .mainImWr {
   height: 98%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
/*---------------------------------------------social---------------------------------------------*/
    .overlay {
        z-index: 1111111;
    }
    .social {
        position: fixed;
        top:75px;
        left: 20px;
        background: #fff;
        z-index: 99999;
        padding: 16px 17px 12px 16px;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 6px 2px #888888;
        box-shadow: 0 2px 6px 2px #888888;
        cursor:pointer;
    }
    .socialBlock {
        z-index: 2000000;
    }
    .socialBlock .twitter:after {
        content: "Twitter";
    }
    .socialBlock .fb:after {
        content: "Facebook";
    }
    .socialBlock .whatsapp:after {
        content: "WhatsApp";
    }
    .socialBlock .linkedin:after {
        content: "LinkedIn";
        left: 12px;
    }
    .close {
        font-size: 40px;
        right: 15px;
    }
    .socialBlock .fb:after {
        left: 15px;
    }
    #article .social {
        display: none;
    }
    #single .socialLinks .icon4 {
        background: url(../../../../globes/50_women_2019/linkedin_Icon.svg) no-repeat 0 0;
        width: 24px;   
    }
/*--------------------------------------footer-------------------------------------------------*/
.footer {
   display: flex;
    margin: auto;
    padding: 0 20px;
    position: relative;
    height: 70px;
    width: auto;
}
.footer_copyright {
    font-size: 14px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.footer a {
    padding-top: 2px;
    margin: auto;
}

/*--------------------------------------------------other pages------------------------------------------*/
#single .social.share {
    display:none;
}
.fa-linkedin-square:before {
    content: "\f08c";
    font-size: 23px;
}
.socialBlock .linkedin {
   background: url('../../../../globes/icons/li.png') no-repeat 0 0;
}
.allImages {
    padding: 20px 0 0 0;
}
.allImages .title {
    font-size: 25px;
}
.botLinksB .sponser_ad {
    width: 100%;
    margin:0;
}
.botLinksB {
    display: flex;
    flex-wrap: wrap;
    max-width: 1153px;
}
.botLinksB .boxB {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0;
    flex: 1 0 calc(50% - 20px);
}
.boxB:nth-child(2), .boxB:nth-child(4) {
    margin: 0 0 20px 20px;
}
/*--------------------------------------------------------sponser ad-------------------------------*/
.logo--img {
    max-width: 100%;
    margin-bottom: 20px;
}
.comm {
   font-family: Almoni-dl7;
    font-size: 15px;
    color: #53917e;
    background-color: #fff;
    padding: 2px;
}
.comm + .title {
    font-size: 20px;
    font-family: Almoni-dl7;
    margin-top: 5px;
}
/*----------------------------------------------------media query----------------------------------------*/
@media only screen and (min-width: 1140px) {
    .allImages a:last-child div {
        float: none;
        margin: 0 7.5px 15px;
    }
}
@media only screen and (max-width: 1024px) {
    body.INDlangdirRTL {
        min-width:100%;
    }
    .project_title, .project_title strong {
        font-size: 30px;
    }

}
@media only screen and (max-width: 850px) {

    .project_title, .project_title strong {
        font-size: 25px;
    }

}

@media only screen and (max-width: 768px) {
    .project_title {
        padding-top:5px;
    }
   .project_title, .project_title strong {
        font-size: 20px;
    }
    .project_sponser {
        padding: 0;
    }
    .image_pc {
        max-width: 90px;
    }
    .logo_globes {
        display:none;
    }   
    .logo_globes_m {
        display: inline-block;
        width: 23px;
        padding-left: 5px;
    }
    .social {
        top: 115px;
        left: 10px;   
        z-index: 1111111;
 
    }
    .comm + .title {
        font-size: 18px;
    }
    .botLinksB {
        display: flex;
        flex-wrap: wrap;
        margin: 0px 5px;
        width: auto;
        padding-right: 0;
    }
     .footer {
        height: 100px;
    }
    .footer_copyright {
        font-size: 13px;
        bottom: 0;
        top: auto;
        transform: translate(-50%, -50%);
        left: 50%;
    }
     .footer a {
        margin: 20px auto;
    }
    .boxB:nth-child(2), .boxB:nth-child(4) {
        margin: 0px 0 3px 4px;
    }
}
@media only screen and (max-width: 600px) {
    .project__top_menu {
        padding: 7px 0px;
        justify-content: center;
    }
    .logo_globes_m {
        width: 20px;
    }
    .globes_lady {
        width: 48px;
    }
     .project_sponser {
        position: absolute;
        top: 100%;
        left:0;
        background: #fff;
        z-index: 2;
        width: 100%;
        height: 45px;
        justify-content: center;
    }
    .project_sponser span {
        color: #000;
    }
    .image_pc {
        display:none;
    }
    .image_mobile {
        display:inline-block;
    } 
    .mainImage , .div-extra-lady {
        margin-top: 100px;
    } 
    .footer_subscription {
        max-width: 250px;
    }
   .botLinksB .boxB {
        margin: 0;
        flex: 1 0 100%;
    }
    .sponser_ad {
        margin-bottom: 0;
   }
    .logo--img {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    .project_title, .project_title strong {
        font-size: 18px;
    }
    .main {
        margin: 0;
    }
    .allImages .title {
        font-size: 22px;
    }
    .mainImage .subtitle {
        font-size: 14px;
    }
    .allImages .text {
        font-size: 14px;
    }
    .logo_globes_m {
        width: 17px
    }
     .logo {
        padding-top: 5px;
    }
     .project_title {
       margin-right: 5px;
    }   
    .top_menu_logo {
        padding: 0px 10px;
    }
    .allImages .imgWr {
        right: 8px;
    }
    #single .socialLinks {
        text-align: center;
        width: calc(100% - 20px);
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        height: 70px;
        padding: 10px;
        justify-content: space-around;
        align-content: center;
    }
    #single .socialLinks a {
        margin: 0;
    }
    .socialBlock h3 {
        left: inherit;
    }
    .allImages {
        padding: 0;
    }
    .comm + .title {
        font-size: 15px;
    }
    .close {
        top: 10px;
    }
    #single .socialLinks .icon4 {
        margin-top:3px;
    }
    .boxB:nth-child(2), .boxB:nth-child(4) {
        margin: 0;
    }
}
@media only screen and (max-width: 350px) {
    .logo {
        padding-top: 6px;
    }
    .logo_globes_m {
        width: 15px;
    }
    .globes_lady {
        width: 40px;
    }
    .project_title, .project_title strong {
        font-size: 17px;
    }
    .project_title {
        margin-right: 5px;
    }
}
