﻿
/*----- Starts Donate Btn Css -----*/
@font-face {
    font-family: 'latoxbold';
    src: url('https://www.rekhta.org/content/3.5/fonts/latox-bold-webfont.woff2') format('woff2'), url('https://www.rekhta.org/content/3.5/fonts/LatoX-Bold.ttf') format('truetype'), url('https://www.rekhta.org/content/3.5/fonts/latox-bold-webfont.woff') format('woff'), url('https://www.rekhta.org/Content/3.5/fonts/latox-bold-webfont.woff2') format('woff2'), url('https://www.rekhta.org/Content/3.5/fonts/LatoX-Bold.ttf') format('truetype'), url('https://www.rekhta.org/Content/3.5/fonts/latox-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoxregular';
    src: url('https://www.rekhta.org/content/3.5/fonts/latox-regular-webfont.woff2') format('woff2'), url('https://www.rekhta.org/content/3.5/fonts/LatoX-Regular.ttf') format('truetype'), url('https://www.rekhta.org/content/3.5/fonts/latox-regular-webfont.woff') format('woff'), url('https://www.rekhta.org/Content/3.5/fonts/latox-regular-webfont.woff2') format('woff2'), url('https://www.rekhta.org/Content/3.5/fonts/LatoX-Regular.ttf') format('truetype'), url('https://www.rekhta.org/Content/3.5/fonts/latox-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.donateBtn {
    position: absolute;
    right: 16px;
    bottom: -64px;
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    /*color: #4c4c4c;
    font-family: 'latoxregular';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #eb0046;
    border-radius:2px;*/
}

.donateBtnUr {
    right: auto;
    left:32px;
    
}

    .donateBtn:hover {
        opacity: 0.7;
    }

    .donateBtn img {
        width: 100%;
        height: auto;
    }


.donateSectionMobile {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 54px;
    z-index: 999;
}

.donateBtnMobile {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    color: #4c4c4c;
    /*font-family: 'latoxregular';*/
    font-family: 'latoxbold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #eb0046;
    border-radius: 2px;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
}

.donateText {
    float: left;
    font-family: 'latoxregular';
    font-size: 14px;
    display: none;
}

.donateBtnIcon {
    width: 72px;
    height: 72px;
    text-align: center;
    display: block;
    text-indent: -999999999px;
    /*background: url(https://www.rekhta.org/Content/Images/donate.png) no-repeat left top;*/
    background: url(https://www.rekhta.org/Content/Images/donate_icon_mobile.png) no-repeat left top;
    background-size: 100% 100%;
    position: fixed;
    /*right: 8px;
    top: 56px;*/
    visibility: hidden;
    transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    opacity: 0;
}

.donateBtnIconFixed {
    position: fixed;
    right: 16px;
    /*left: 16px;*/
    top: auto;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    bottom:16px;
}

.donateBtnIconUr {
    right: auto;
    left:16px;
}


.donateSectionMobileHide {
    opacity: 0;
}

.donationModeOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.donationMode {
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    top: 50%;
    /* bottom: 0; */
    height: 182px;
    /* background: #333333; */
    background: #eb0046;
    padding: 24px 16px;
    z-index: 999999;
    display: block;
    margin-top: -91px;
}

    .donationMode h3 {
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 16px;
        font-family: 'latoxbold';
        margin-top:0;
    }

    .donationMode p {
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        margin-bottom: 26px;
        font-family: 'latoxregular';
    }

.donateNowBtn {
    font-size: 12px;
    color: #ffffff;
    font-family: 'latoxbold';
    text-transform: uppercase;
    float: right;
    display: block;
    line-height: 21px;
}

.donationModeBtn {
    clear: both;
    padding-top: 20px;
}

.donationModeRemind {
    float: left;
}

    .donationModeRemind label {
        font-size: 11px;
        color: #ffffff;
        line-height: 20px;
        font-family: 'latoxregular';
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        font-weight: 400;
    }

        .donationModeRemind label:before {
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 4px;
            left: 0px;
            border: 1px solid #ffffff;
        }
.rekhtaCheckBoxWrap input {
    opacity: 0;
    margin:0;
}
        .donationModeRemind label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 5px;
            left: 3px;
            border: 2px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.donationModeBtnOkay {
    font-size: 12px;
    color: #ffffff;
    font-family: 'latoxbold';
    text-transform: uppercase;
    float: right;
    display: block;
    line-height: 21px;
    cursor: pointer;
}

.donationMode label.donationChecked:after {
    opacity: 1;
}


.header-wrapper > .navbar > .container{
    position:relative;
}


/* Jashn-e-Rekhta Registration Btn Starts */
.jerRegBtn {
    width: 100%;
    padding: 16px 0;
    color: #ffffff;
    font-family: 'latoxregular';
    line-height: 1;
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-transform: uppercase;
    font-size: 12px;
    background: rgba(178,66,146,1);
    background: -moz-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178,66,146,1)), color-stop(100%, rgba(178,66,146,1)));
    background: -webkit-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: -o-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: -ms-linear-gradient(left, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    background: linear-gradient(to right, rgba(178,66,146,1) 0%, rgba(178,66,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b24292', endColorstr='#b24292', GradientType=1 );
    letter-spacing: 1px;
}

    .jerRegBtn span {
        font-family: 'latoxbold';
        background:url(Images/arrowJerReg.png) no-repeat right center;
        padding-right:42px;
    }

/* Careers Page Starts  */
.careerSectionOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.15);
    display: none;
}
.careerSection {
    position: fixed;
    left:50%;
    top:50%;
    width:564px;
    height:548px;
    box-sizing:border-box;
    background:#fff;
    margin-left:-282px;
    margin-top:-274px;
    border-radius:6px;
    overflow:auto;
    z-index:99999;
}



/* Careers Page Ends  */
@media all and (min-width:1200px) and (max-width:1460px) {
    .donateBtn {
        right: 60px;
    }
    .donateBtnUr {
        right: auto;
        left:60px;
    }


}



