﻿
/*190124*/
.arrow-area-left {
    position: relative;
    bottom: 276px;
    left: -55px;
    z-index: -1;
}

.arrow-area-right {
    position: relative;
    bottom: 276px;
    right: -55px;
    text-align: right;
    z-index: -1;
}

.fa-angle-left-extra {
    color: #4ba83b !important;
    position: relative;
    left: -1px;
    font-weight: bold;
    padding: 6.5px 15px;
    border-radius: 100px;
    font-size: 65px !important;
    position: relative;
}
.fa-angle-right-extra {
    color: #4ba83b !important;
    position: relative;
    left: 1px;
    font-weight: bold;
    padding: 6.5px 15px;
    border-radius: 100px;
    font-size: 65px !important;
    position: relative;
}
/*.fa-extra-left {
    left: -1px;
    top: 4px;
    color: white;
    position: relative;
}*/

@media(max-width:972px) {
    /*.bx-prev {
        padding: 0% 3.5%;
        border-radius: 100px;
        font-size: 24px !important;
        left: -16px;
        position: relative;
    }

    .bx-next {
        padding: 0% 3.4%;
        border-radius: 100px;
        font-size: 24px !important;
        position: relative;
        right: -16px;
    }*/
    .arrow-area {
        position: relative;
        bottom: 225px;
    }

}
/**/ 
.login_button {
    height: 100%;
    border: 0px;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    background-color: #1874CD;
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
    position: relative;
    z-index: 10;
    padding: 10px;
}

.grid33 {
    height: 35px;
    padding: 0px 6px;
    border: 1px solid #d3d3d3;
    width: calc(33.33333% - 3px);
}

.hidden-height {
    height: 0px;
}


img.next:hover {
    opacity: 0.8;
}


.img-responsive:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.gray-background {
    background-color: #F2F2F0;
    margin-top: 80px;
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 70px;
}

.white-background {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
}


.linead {
    width: 100%;
    text-align: center;
    height: 120px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(79, 79, 79, 1);
    padding-top: 20px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
}

    .linead:hover {
        background-color: rgba(45, 45, 45, 1);
    }

.lineadbtn {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(1, 197, 1, 1);
    border-radius: 5px;
    width: 200px;
    height: 35px;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    text-align: center;
}




.webshowpart {
    display: block;
}

.mobileshowpart {
    display: none;
}

.modal-open .modal {
    padding-left: 13px;
    overflow-x: hidden;
    overflow-y: auto;
}

#back-index-webshow {
    display: block;
}

#back-index-mobileshow {
    display: none;
}


.circle-close {
    background: #E56153;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #E56153;
    margin: 1% 1% -8% 0%;
    padding-left: 1%;
    box-shadow: 2px 2px 2px #808080;
    z-index: 800;
    position: relative;
    font-size: 1.5em;
    float: right;
}



.floatingActionButton {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    height: 100px;
    width: 100px;
    background-image: url('https://fruitbox.blob.core.windows.net/pagematerials/activity/mid-autumn-festival/icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (max-width: 768px) {

    .circle-close {
        background: #E56153;
        height: 2em;
        width: 2em;
        border-radius: 50%;
        color: #fff;
        border: 1px solid #E56153;
        margin: 3% 3% -8% 0%;
        padding-left: 1%;
        box-shadow: 2px 2px 2px #808080;
        z-index: 800;
        position: relative;
        font-size: 1.5em;
        float: right;
    }

    #back-index-webshow {
        display: none;
    }

    #back-index-mobileshow {
        display: block;
    }
}

@media (max-width: 432px) {

    .circle-close {
        background: #E56153;
        height: 2em;
        width: 2em;
        border-radius: 50%;
        color: #fff;
        border: 1px solid #E56153;
        margin: 1% 1% -8% 0%;
        padding-left: 1%;
        box-shadow: 2px 2px 2px #808080;
        z-index: 800;
        position: relative;
        font-size: 1.5em;
        float: right;
    }

    .donate {
        right: 20px;
        bottom: 80px;
        width: 70px;
        height: 70px;
    }
}
