/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 *   (c) 2014 @adtileHQ
 *   http://www.adtile.me
 *   http://twitter.com/adtilehq
 *
 *   Free to use under the MIT License.
 *
 * ============================================= */


a:active,
a:hover {
    outline: 0;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    font-family: calibri;
}

h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9900px;
}

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position: relative;
    }

        .js .nav-collapse.closed {
            max-height: none;
        }

    .nav-toggle {
        display: none;
    }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #37302a;
    background: #fff;
    font: normal 100%/1.4 sans-serif;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
    background: #f4421a;
    position: fixed;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 0;
}

.logo {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    font-weight: bold;
    line-height: 55px;
    padding: 0 20px;
    color: #fff;
    float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    background: rgba(0,0,0, .5);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.android .mask {
    -webkit-transition: none;
    transition: none;
}

.js-nav-active .mask {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .mask {
        display: none !important;
        opacity: 0 !important;
    }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.nav-collapse,
.nav-collapse * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nav-collapse,
    .nav-collapse ul {
        list-style: none;
        width: 100%;
        float: left;
    }

@media screen and (min-width: 40em) {
    .nav-collapse {
        float: right;
        width: auto;
    }
}

.nav-collapse li {
    float: left;
    width: 100%;
}

@media screen and (min-width: 40em) {
    .nav-collapse li {
        width: auto;
    }
}

.nav-collapse a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    width: 100%;
    float: left;
}

    .nav-collapse a:active,
    .nav-collapse .active a {
        background: #b73214 !important;
    }

@media screen and (min-width: 40em) {
    .nav-collapse a {
        padding: 1.02em 2em;
        text-align: center;
        border-top: 0;
        float: left;
        margin: 0;
    }
}

.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em;
}

@media screen and (min-width: 40em) {
    .nav-collapse ul ul a {
        display: none;
    }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src: url("../icons/responsivenav.eot");
    src: url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("../icons/responsivenav.ttf") format("truetype"), url("../icons/responsivenav.woff") format("woff"), url("../icons/responsivenav.svg#responsivenav") format("svg");
    font-weight: normal;
    font-style: normal;
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 55px;
    float: right;
}

    .nav-toggle:before {
        color: #fff; /* Edit this to change the icon color */
        font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
        text-transform: none;
        text-align: center;
        position: absolute;
        content: "\2261"; /* Hamburger icon */
        text-indent: 0;
        speak: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .nav-toggle.active:before {
        font-size: 24px;
        content: "\78"; /* Close icon */
    }














/* neelima */

.carousel-control .icon-prev {
    margin-left: -120px;
    margin-top: -138px;
}

.carousel-control .icon-next {
    margin-left: 90px;
    margin-top: -138px;
}

.Mid_Align {
    float: left;
    margin: 6px 0;
    text-align: center;
    width: 100%;
}

.What_We_DO {
}

What_We_DO_Content {
}

.What_Do_Section {
    float: left;
    height: auto;
    margin-top: 30px;
    padding-left: 25px;
}

    .What_Do_Section .What_Image_Col {
        width: 31%;
        float: left;
    }

    .What_Do_Section .What_Do_Para {
        width: 69%;
        float: left;
    }

    .What_Do_Section h2 {
        float: left;
        margin: 0 0 4px;
        color: rgb(44, 62, 80);
        font-size: 22px;
    }

    .What_Do_Section h5 {
        color: rgb(55, 70, 84);
        float: left;
        font-size: 13px;
        width: 100%;
        line-height: 21px;
         height: 75px;
    }

.Fund_Btn {
    width: 100%;
    float: left;
}

    .Fund_Btn a { /*background-color: rgb(255, 115, 2) !important;
    background-image: none;
    border-bottom: 3px solid rgb(207, 95, 4);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 10px 0 30px;
     padding: 4px 20px;
    position: relative;
    text-shadow: none;
    width: 140px;*/
        background-color: rgb(255, 115, 2);
        border: 1px solid rgb(225, 99, 1);
        border-radius: 3px !important;
        color: rgb(242, 242, 242) !important;
        font-size: 18px;
        margin-top: -10px;
        padding: 4px 26px;
    }

.login_form .btn {
    background-color: rgb(255, 115, 2);
    border: 1px solid rgb(225, 99, 1);
    border-radius: 3px !important;
    color: rgb(242, 242, 242) !important;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-top: 12px;
    padding: 4px 26px !important;
}

.banner_tabs_section .carousel-control .icon-prev {
    margin-top: -58px;
    display: none;
}

.banner_tabs_section .carousel-control .icon-next {
    margin-left: 67%;
    margin-top: -38px;
    display: none;
}

.banner_tabs_section:hover .carousel-control .icon-prev {
    display: block;
}

.banner_tabs_section:hover .carousel-control .icon-next {
    display: block;
}

.footer_field {
    background-color: rgb(239, 245, 250);
    border: 1px solid rgb(221, 221, 221);
    height: 25px;
    width: 55%;
}

.footr_btn {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    font-weight: bold;
    margin-left: 10px;
    padding: 4px 15px 3px;
    width: auto;
}

.Access_btns {
    float: right;
}

    .Access_btns .btn {
        border-radius: 3px;
        color: #f2f2f2 !important;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    }

    .Access_btns .btn-warning a {
        color: rgb(242, 242, 242) !important;
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    }

    .Access_btns .btn-warning {
        background-color: rgb(255, 115, 2);
        border: 1px solid rgb(225, 99, 1);
        border-radius: 3px !important;
        color: rgb(242, 242, 242) !important;
        margin-top: -10px;
        padding: 9px 20px !important;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    }

        .Access_btns .btn-warning:hover {
            background-color: #cc5906;
        }


    .Access_btns .btn-default a {
        color: #2c3e50 !important;
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .Access_btns .btn-default {
        background-color: rgb(224, 224, 224);
        border: 1px solid rgb(247, 238, 238);
        border-radius: 3px !important;
        color: rgb(0, 0, 0) !important;
        font-weight: bold;
        height: 33px !important;
        line-height: 31px !important;
        margin-top: -10px;
        padding: 0 20px !important;
    }




.btn_registration .btn-default {
    background-color: rgb(224, 224, 224);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 17px;
    font-weight: normal;
    height: 45px !important;
    line-height: 44px !important;
    padding: 0 20px !important;
    text-transform: uppercase;
}





.Social_Row {
    float: left;
    margin-top: 20px !important;
    width: 100%;
}

#socialLoginForm .btn-fb {
    background-color: #2b4170; /* fallback color */
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
    border: 1px solid #2b4170;
    text-shadow: 0 -1px -1px #1f2f52;
    border-radius: 3px;
    box-shadow: 0 1px 1px #999;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 0 20px 20px 0;
    margin: 0 2rem 2rem 0;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    text-align: center;
    cursor: pointer;
}

    #socialLoginForm .btn-fb:hover {
        background-color: #3b5998; /* fallback color */
        background: -moz-linear-gradient(top, #2b4170, #3b5998);
        background: -ms-linear-gradient(top, #2b4170, #3b5998);
        background: -webkit-linear-gradient(top, #2b4170, #3b5998);
    }




.One-Class {
    background-color: rgb(51, 51, 51);
    height: 200px;
    margin-left: -152px;
    padding: 20px;
    width: 450px;
    border: #444444 1px solid;
    border-top: #ff7302 3px solid;
    position: relative;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}







    .One-Class img {
        border: 2px solid rgb(242, 242, 242);
        border-radius: 50%;
        float: left;
        height: 150px;
        margin-right: 10px;
        width: 150px;
    }

    .One-Class:after, .One-Class:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .One-Class:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #333333;
        border-width: 15px;
        margin-left: -39px;
    }

    .One-Class:before {
        border-color: rgba(255, 115, 2, 0);
        border-bottom-color: #ff7302;
        border-width: 19px;
        margin-left: -43px;
    }

.Our_Story {
    float: left;
}


#hexagon {
    background: none repeat scroll 0 0 rgb(224, 224, 224);
    border-radius: 50%;
    height: 104px;
    margin-top: 60px;
    position: relative;
    width: 10%;
    z-index: -1;
}

    #hexagon:before {
        content: "";
        left: -66px;
        display: block;
        position: relative;
        /*border-right: 30px solid #ff7302;*/
        border-top: 52px solid transparent;
        border-bottom: 52px solid transparent;
    }

    #hexagon:after {
        border-top: 52px solid rgba(0, 0, 0, 0);
        content: "";
        display: block;
        position: relative;
        right: -66px;
        top: -104px;
    }

.hex-over {
    color: rgb(253, 253, 253);
    font-size: 69px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 0 1px;
    position: relative;
    text-align: center;
    top: -107px;
    width: 100%;
    z-index: 5;
}

    .hex-over img {
        float: left;
        margin-left: 34px;
        margin-top: 38px;
    }


.ABout_Sec h3 {
    font-size: 14px;
}

.Our_story_Section {
    float: left;
    margin-left: 26px;
    margin-top: -128px;
    width: 84%;
}

    .Our_story_Section .Mission_Image {
        display: block;
    }

    .Our_story_Section h3 {
        color: rgb(47, 66, 84);
        font-family: Gabriela;
        font-size: 21px;
        font-weight: bold;
        text-decoration: underline;
    }

    .Our_story_Section p {
        float: left;
        font-size: 14px;
        text-align: justify;
        font-family: open sans;
        font-style: normal;
        font-weight: normal;
        width: 60%;
        color:#222;
    }

.Mission_Image {
    border-radius: 50%;
    float: right;
    margin-top: -149px;
}

    .Mission_Image img {
        border-radius: 50%;
        height: 250px;
        width: 250px;
        box-shadow: 0 1px 2px 0px rgba(0, 0, 0,0.5);
        border: 5px solid rgb(242, 242, 242);
    }


.Education_Section .Mission_Image {
    border-radius: 50%;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 0;
    margin-top: 25px;
}

    .Education_Section .Mission_Image img {
        border: 5px solid rgb(242, 242, 242);
        border-radius: 50%;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
        height: 180px !important;
        width: 180px !important;
    }


.bx-wrapper .bx-viewport {
    border: none !important;
    box-shadow: none !important;
}

.bx-wrapper {
    margin: 0 auto 0px !important;
    padding: 0;
    position: relative;
}

    .bx-wrapper .bx-viewport {
        left: 0 !important;
        height: 560px;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 50px;
    }

.What_We_DO h1 {
    text-align: center;
}

.What_We_DO {
    text-align: center;
    margin-bottom: 31px;
    text-align: center;
    width: 100%;
}

    .What_We_DO h2 {
        font-size: 34px;
        font-weight: bold;
        text-transform: uppercase;
    }


    .What_We_DO h3 {
        font-size: 19px;
        font-style: italic;
    }

.New-cntnt {
    float: left;
    margin-left: -13px !important;
    padding-left: 0 !important;
    text-align: left;
    width: 100%;
}

    .New-cntnt h3 {
        color: rgb(41, 61, 80);
        font-family: Gabriela;
        font-size: 17px;
        font-weight: bold;
        padding-left: 0;
        text-align: left;
        text-decoration: underline;
    }

    .New-cntnt p {
        margin-left: -1px;
        padding-left: 0;
        padding-top: 0;
        text-align: justify;
        width: 103%;
    }

.banner_content h1 {
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 43px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000;
}

.Education_Secondrow_right h3 {
    color: rgb(41, 61, 80);
    font-family: Gabriela;
    padding-left: 20%;
    text-align: left;
    text-decoration: underline;
}

.banner_content p {
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-style: italic;
    padding-top: 15px;
    text-shadow: 2px 2px 2px #000;
}

.bx-wrapper .bx-controls-direction a {
    margin-left: 3%;
    margin-right: 3%;
}

.Appeals .bx-wrapper .bx-controls-direction a {
    margin-left: -4%;
    margin-right: -4%;
}

.tab-benefits h2 {
    color: rgb(41, 61, 80);
    font-family: Gabriela;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    text-decoration: underline;
}

.tab-benefits h4 {
    font-family: open sans;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    width: 94% !important;
}

.tab-pricing h4 {
    color: rgb(233, 106, 3);
    font-family: open sans;
    line-height: 24px;
    text-align: left;
}

.How-member h3 {
    color: rgb(41, 61, 80);
    font-family: Gabriela;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    text-decoration: underline;
}

.How-member img {
    float: left;
    margin-top: 20px;
    text-align: left;
    width: 90%;
}

/*.login_form {
    margin: -20px auto auto;
    padding: 50px 20px;
    width: 80%;
}*/

.Login_Form_New {
    float: left;
}

#loginForm {
    float: left;
    width: 100%;
}

.checkbox lable {
    line-height: 23px;
    font-size: 12px;
}

.social_COl {
}

.checkbox a {
    float: right;
    font-size: 14px;
    font-style: italic;
}


/*  Appeal Details slideshow starts here  */

.appeals_left img {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.appeals_left ul {
    list-style: none;
    margin: 10px;
}

.appeals_left .main-image {
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    width: 100% !important;
}

    .appeals_left .main-image img {
        height: 415px;
        width: 98%;
    }

.appeals_left .thumbnails li {
    display: inline;
    margin-right: 11px;
}

.circliful {
    margin-left: 54px;
    position: relative;
}

.Like_Sym img {
    margin-right: 8px;
}

.Like_Sym:hover {
    text-decoration: underline;
}

.Like_Sym {
    float: left;
    width: 100%;
}

.appeals_right .btn-default {
    background: url("../Content/images/likesym.png") no-repeat scroll 0 0 rgb(255, 255, 255);
    border: medium none;
    float: left;
}

.appeals_right .btn-primary {
    border: medium none;
    float: left;
}

.appeal_payment_Options {
    background-color: rgb(242, 246, 250);
    border-top: 1px solid rgb(242, 242, 242);
    height: 130px;
    margin-left: -1.8%;
    margin-top: 1%;
    width: 103.7%;
    border-bottom: 1px solid rgb(242, 242, 242);
}

    .appeal_payment_Options h2 {
        font-size: 17px;
        font-weight: normal;
        line-height: 66px;
        margin-left: 63px;
        padding-top: 37px;
        text-align: left;
        text-transform: capitalize;
    }

.Price_Btn {
    background: #f76c31; /* Old browsers */
    background: -moz-linear-gradient(top, #f76c31 0%, #fc772f 46%, #ff6405 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f76c31), color-stop(46%,#fc772f), color-stop(100%,#ff6405)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f76c31 0%,#fc772f 46%,#ff6405 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f76c31 0%,#fc772f 46%,#ff6405 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f76c31 0%,#fc772f 46%,#ff6405 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f76c31 0%,#fc772f 46%,#ff6405 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76c31', endColorstr='#ff6405',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 63px;
    padding: 0 16px;
    width: auto;
    font-family: 'Open Sans', sans-serif;
}

    .Price_Btn:hover {
        color: #000;
    }

.appeal_payment_Options p {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 34px;
    padding: 0 30px;
}

.Enter_Field {
    border: 1px solid rgb(221, 221, 221);
    color: rgb(255, 115, 2);
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 35px;
    width: 23%;
}

.link_Notify {
    margin: auto;
    width: 87%;
}

    .link_Notify h4 {
        font-family: calibri;
        font-size: 14px;
        text-align: left;
        width: 100%;
    }

    .link_Notify .form-control {
        font-family: "Open Sans",sans-serif;
        font-size: 13px !important;
        height: 41px;
        margin: 30px auto auto -2px;
        width: 78%;
    }

    .link_Notify .DOnate_btn {
        font-family: Calibri;
        margin-top: 0px;
    }

.appeal_payment_Options .DOnate_btn {
    float: left !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    margin-left: 18px !important;
    padding: 0 20px;
    text-transform: uppercase;
    margin-top: 0px;
}

.Short_Summary {
    float: left;
    font-family: 'Open Sans', sans-serif;
    width: auto;
    margin-top: 40px;
}

.appeals_left .carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    left: 33%;
    position: absolute;
    top: 17%;
}

.appeal_fullstory .left_Tabs_sec {
    padding-left: 43px;
}

.Short_Summary h2 {
    float: left;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 19px;
    line-height: 12px;
    margin: 0 0 0 48px;
    padding-top: 20px;
    text-align: left;
    text-transform: inherit;
    width: 100%;
}

.form-resultmsg h5 {
    background-color: rgb(236, 242, 248);
    background-image: url("Images/success-icon.png");
    background-position: 52% 26%;
    background-repeat: no-repeat;
    border: 1px solid rgb(225, 236, 245);
    border-radius: 3px;
    color: rgb(51, 51, 51);
    /*margin-left: 25%;
    padding: 74px 20px 20px;manoj*/
    text-align: center;
    padding: 10% 7% 4% 10%;
    /*width: 51%;manoj*/
}

.form-resultmsg a {
    text-align: center;
    padding-left: 40%;
}

.Short_Summary p {
    color: rgb(51, 72, 93);
    float: left;
    font-family: calibri !important;
    font-size: 17px !important;
    font-weight: normal;
    padding-left: 49px;
    padding-top: 20px;
    width: 95% !important;
}




/* ------ Tabs Styles Added here ------- */
#tabs {
    list-style: outside none none;
    margin: 0 0 0 42px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs li {
        float: left;
        margin: 0 .5em 0 0;
    }

    #tabs a {
        background: linear-gradient(to right, rgb(242, 246, 248) 0%, rgb(216, 225, 231) 50%, rgb(224, 239, 249) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid rgb(221, 221, 221);
        float: left;
        font-size: 16px;
        font-weight: bold;
        padding: 0 16px;
        width: auto;
        color: #333;
        font-family: 13px/1.4 "Helvetica Neue",Arial,Helvetica,sans-serif;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        #tabs a:hover,
        #tabs a:hover::after,
        #tabs a:focus,
        #tabs a:focus::after {
            background: #fff;
            color: #3b5997;
        }

        #tabs a:focus {
            outline: 0;
        }

        #tabs a::after {
        }

    #tabs #current a,
    #tabs #current a::after {
        background: #fff;
        z-index: 3;
    }

/* ------------------------------------------------- */

#content {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgb(234, 238, 246);
    border-radius: 0 5px 5px;
    height: auto;
    margin-left: 41px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

    #content h2, #content h3, #content p {
        margin: 0 0 15px 0;
    }

/* ------------------------------------------------- */

#about {
    color: #999;
}

    #about a {
        color: #eee;
    }

.Tab_Section h3 {
    color: rgb(232, 99, 39);
    font-size: 19px;
    font-style: italic;
    width: auto;
}

.Tab_Section p {
    color: rgb(51, 51, 51);
    font-size: 13px;
    text-align: left;
}

.cilcle-logo {
    float: left;
}

    .cilcle-logo img {
        float: left;
    }

.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 rgb(102, 102, 102);
    border-radius: 15px !important;
    display: block;
    height: 15px !important;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 15px !important;
}

.Appeals .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: unset !important;
}

.Appeals .bx-wrapper .bx-pager {
    padding-top: 0px !important;
}

.Mid_Align .DOnate_btn {
    margin-top: 20px;
    padding: 7px 68px;
    text-transform: uppercase;
}

.caption h3 {
    height: 30px;
}

ul.sidebar-menu li ul.sub li {
    background-color: #2c3e50 !important;
}

.new-margn {
    margin-top: 20px !important;
    float: left;
}

.appeals_details .first_row p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: -30px;
    text-align: center;
    width: 100%;
}

.Appeal_Search_box p {
    text-align: center;
}

.Appeal_Search_box form {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 23px;
    text-align: center !important;
    width: 100%;
}

.Appeal_search {
    text-align: center !important;
    float: right;
}

.Short_Summary p {
    margin-top: 0px;
    text-align: left !important;
    margin-top: 0px !important;
}

.Access_btns img {
    border-radius: 3px;
    float: left;
    height: 34px;
    margin-right: 15px !important;
    margin-top: 7px;
    width: 40px !important;
}

.Access_btns a {
    font-family: '13px/1.4 "Helvetica Neue",Arial,Helvetica,sans-serif';
}

.col-left h4 {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
}

.left_terms {
    padding-left: 46px !important;
    padding-top: 10px;
    font-size: 12px;
}

.button-align {
    margin-left: 13px;
}

.Right-col h4 {
    padding-left: 0px;
}

.Right-col p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.col-mid-vr {
    background-color: rgb(221, 221, 221);
    border-left: 1px solid rgb(204, 204, 204);
    height: 247px;
    margin: 75px 0 0 -52px;
    padding: 0;
    width: 1px;
}

.Right_Section {
    background: url("Images/how-it-img.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
    height: 410px;
    width: 459px;
}

.HowItwork h2 {
    line-height: 30px;
    padding-bottom: 15px;
}

.HowItwork h4 {
    float: left;
    font-family: open sans;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
    text-align: justify;
}

.address_info h3 {
    font-weight: bold;
}

.user_name_align {
    text-transform: capitalize;
    line-height: 18px !important;
}

.Our_story_Section p {
    font-weight: normal;
    font-style: normal;
}

.MoreINfo h4 {
    cursor: pointer;
    font-family: "13px/1.4 "Helvetica Neue",Arial,Helvetica,sans-serif";
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: auto;
}

    .MoreINfo h4:hover {
        color: rgb(255, 115, 2);
    }



/* -------------- footer ---------------- */


/* -------------- Payroll page styles starts here---------------- */

.Payroll {
}

    .Payroll h4 {
        font-size: 17px;
    }

    .Payroll .Mission_Image {
        margin-top: 80px;
    }

/* -------------- Payroll page styles Ends here---------------- */


/* -------------- Education styles starts here---------------- */
.Education_Secondrow {
    margin-top: 4%;
}

.Education_Secondrow_right p {
    margin-left: -28px;
    padding-left: 0;
    padding-top: 3%;
    text-align: justify;
    width: 145%;
}

.Education_Secondrow_right {
    font-family: arial;
    width: 41%;
}

    .Education_Secondrow_right ul li {
        color: rgb(51, 51, 51);
        font-size: 13px;
        line-height: 29px;
        list-style-type: circle;
        margin-left: 9%;
        padding-left: 2%;
        text-align: left;
    }

.Education_page h4 {
    color: rgb(51, 51, 51) !important;
    font-family: open sans;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.apeals_header h4{    font-family: open sans;}

.Education_Secondrow_right h3 {
    font-size: 16px;
    font-weight: bold;
    margin-left: -107px;
    margin-top: 0;
}

.Education_Secondrow_image {
    font-weight: normal;
    padding: 10px;
    width: 46.5%;
}

.Education_Secondrow_right {
    font-weight: normal;
}

.Education_page p {
    font-family: open sans;
    font-size: 14px;
    font-weight: normal;
}

.Education_Thirdrow {
    float: left;
    text-align: left;
    width: 100%;
}

    .Education_Thirdrow h3 {
        font-size: 21px;
        font-weight: bold;
        margin-left: -13px;
        padding-left: 0;
    }

    .Education_Thirdrow ul li {
        color: rgb(51, 51, 51);
        font-size: 14px;
        font-weight: normal;
        list-style-type: disc;
        padding-top: 7px;
    }

    .Education_Thirdrow ul h3 {
        font-weight: normal;
    }

/* -------------- Education page styles Ends here---------------- */
.History_Banner {
    font-size: 12px;
    height: 350px !important;
    padding: 0;
}

    .History_Banner .slider1 {
        min-height: 350px;
    }

    .History_Banner h1 {
        padding-top: 10%;
        font-size: 45px;
        text-transform: capitalize;
    }

    .History_Banner .banner_content {
        margin-top: 0px;
    }

.header_border {
    border-bottom: 3px solid #fc8e35;
}

.History_Firstrow h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.History_Firstrow {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

    .History_Firstrow h4 {
        font-size: 18px;
        font-style: italic;
    }

.Three_COl h2 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.Three_COl p {
    font-family: 13px/1.4 "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-align: center;
}

.Three_COl {
    margin-bottom: 100px;
}

.Circle_Icon {
    background-color: rgb(236, 239, 242);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50%;
    font-size: 14px;
    height: 90px;
    text-align: center;
    width: 90px;
}

    .Circle_Icon img {
        font-size: 14px;
        height: 56px;
        margin-top: 17px;
        width: 50px;
    }

.top_circle {
    width: 27%;
    text-align: center;
    margin: auto;
}

.Team_COl {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(223, 239, 253);
    border-radius: 4px;
    margin-right: 25px;
    width: 23.2%;
}

.Team_Page p {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 6%;
    text-align: center;
    width: 90%;
}

.Last_COl {
    margin: 0px;
}

.Team_COl .image_section {
    margin-top: 20px;
    text-align: center;
}

    .Team_COl .image_section img {
        border: 4px solid rgb(228, 237, 246);
        border-radius: 50%;
        height: 130px;
        text-align: center;
        width: 130px;
    }

.Team_COl .Title_section {
    color: rgb(44, 66, 87);
    font-family: Bree Serif;
    font-size: 18px;
    height: 65px;
    padding: 10px 0;
    text-align: center;
}

.Team_COl .Tagline_section {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
    text-align: center;
}

.Team_COl .Des_section {
    font-family: calibri;
    font-size: 14px;
    text-align: center;
}

.Team_COl .Social_section {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.Team_Page h2 {
    line-height: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-transform: capitalize;
}

.social-icon {
    background-color:#ddd;
    height: 30px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 4px;
    text-align: center;
    width: 30px;
}

    .social-icon img {
        text-align: center;
    }

.para_row {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-left: 13%;
    width: 90%;
}

.Finance_Graphical {
    float: left;
    margin-bottom: 65px !important;
    text-align: center;
}

.lane_bg {
    display: block;
    margin-top: 35px;
}

.Graph_001 {
    margin-top: 35px;
}

.Finance-tct h2 {
    padding-top: 33px;
    padding-bottom: 25px;
}

.Graph_TXT {
    margin-top: 35px;
    text-align: center;
}

    .Graph_TXT h4 {
        font-family: Gabriela;
    font-size: 22px;
        font-weight: bold;
    }

    .Graph_TXT p {
         color: rgb(34, 34, 34);
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 18px;
    }

.Filter_Section .Filter_Appeal .appeal_block P {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 225px;
}


.tabs-left {
    margin-top: 3rem;
}

.nav-tabs {
    float: left;
    border-bottom: 0;
}

    .nav-tabs li {
        float: none;
        margin: 0;
    }

        .nav-tabs li a {
            margin-right: 0;
            border: 0;
            background-color: #c0392b;
        }

            .nav-tabs li a:hover {
                background-color: #e74c3c;
            }

    .nav-tabs .glyphicon {
        color: #fff;
    }

    .nav-tabs .active .glyphicon {
        color: #333;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 0;
    }



.tab-content {
    margin-left: 45px;
}

    .tab-content .tab-pane {
        display: none;
        background-color: #fff;
        padding: 1.6rem;
        overflow-y: auto;
    }

    .tab-content .active {
        display: block;
    }

.tab-pane p {
    color: #333;
}

.First_row_des {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    float: left;
    height: auto !important;
    width: 100%;
    margin-top: 30px;
}

    .First_row_des h2 {
        float: left;
        font-size: 22px;
        font-weight: bold;
        padding-left: 20px !important;
        text-align: left;
        text-decoration: underline;
        text-transform: uppercase;
        width: 74%;
        color: rgb(255, 115, 2);
    }

    .First_row_des h3 {
        font-size: 13px;
        padding-left: 24.9%;
        width: 99%;
        font-weight: bold;
    }

    .First_row_des p {
        font-size: 13px;
        padding-left: 25%;
        padding-right: 33px;
    }

    .First_row_des .Fund_Btn {
        font-size: 13px;
        margin-left: 2%;
        margin-top: 13px;
        width: 59%;
    }

.Members_Row .ACT-alpha {
    font-size: 13px;
    margin-top: -16px;
}

    .Members_Row .ACT-alpha .sort-text {
        font-size: 20px;
        font-weight: bold !important;
        font-family: Gabriela;
        padding-bottom: 20px;
        text-align: center;
        text-decoration: underline;
        text-transform: uppercase;
        color: rgb(232, 99, 39);
    }

    .Members_Row .ACT-alpha a {
        color: rgb(255, 115, 2);
        font-size: 24px;
        font-weight: bold;
        padding-right: 1%;
        text-align: center;
        text-transform: uppercase;
    }

.Space-align {
    padding-left: 12%;
}

/*Make_Donation styles*/
.Make_Donation {
}

    .Make_Donation .panel-title h3 {
        font-size: 25px;
        font-weight: bold;
        height: 35px;
        line-height: 5px;
        margin-left: -37.3%;
        margin-top: 0;
        padding-top: 37px;
        text-align: center;
        text-transform: none;
        width: 143.2%;
    }

    .Make_Donation .panel-heading {
        height: 40px;
        text-align: center;
        background: none;
    }

    .Make_Donation .panel {
        background: none;
        box-shadow: none;
    }

    .Make_Donation .panel-default {
        border: none;
    }

    .Make_Donation .panel-heading {
        border: medium none;
        height: 40px;
    }

    .Make_Donation .appeals_details h2 {
        margin: -6px 0 0;
    }

.Make_button {
    margin-right: 10px;
}

.Make_Panel .panel-title {
    float: none;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 24%;
    text-align: center;
}

.make_firstfield {
    color: rgb(232, 99, 39);
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

    .make_firstfield input {
        margin-right: 10px;
    }

.form-full-row {
    float: left;
    margin-top: 20px;
}


.Make_Email {
    float: left !important;
    text-align: left !important;
}

    .Make_Email h4 {
        float: left !important;
        font-size: 14px;
        font-weight: bold;
        padding-left: 7%;
        text-align: left !important;
    }

.Make_Email01 {
    float: left !important;
    text-align: left !important;
}

    .Make_Email01 h4 {
        font-size: 14px;
        font-weight: bold;
        padding-left: 7%;
        text-align: right !important;
    }

.verify_email .panel-title h3 {
    float: left;
    margin-bottom: 20px !important;
    margin-left: -40.5%;
    width: 146.5%;
}

.verify_email .panel-default {
    padding-bottom: 10%;
    text-align: center;
}



.Email_Button {
    margin-top: 10px;
}

    .Email_Button .btn-primary {
        background: none repeat scroll 0 0 rgb(255, 115, 2);
        border: 1px solid rgb(255, 116, 2);
        border-radius: 2px;
        color: rgb(255, 255, 255);
        cursor: pointer;
        font-family: 13px/1.4 "Helvetica Neue",Arial,Helvetica,sans-serif;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: -29px;
        padding: 5px 11px;
        text-decoration: none;
    }

.form_Names h4 {
    color: rgb(51, 51, 51);
    float: right;
    font-family: 13px/1.4 "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
}

.ACT-alpha-list {
    font-size: 14px;
}

.Act_List_Grid {
    border-bottom: 1px solid rgb(244, 213, 189);
    border-radius: 1px;
    float: left;
    height: auto;
    margin-bottom: -1px;
    margin-left: 15px;
    margin-top: 17px;
    padding: 0 10px 10px 0;
    width: 97%;
}

    .Act_List_Grid img {
        width: 100px;
        height: 100px;
        border: 5px solid rgb(242, 242, 242);
        border-radius: 50%;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    }

.manufacturer-view-default {
    background-color: #fff;
    border: 1px solid rgb(222, 185, 155);
    border-radius: 4px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.Make_Terms {
    border-radius: 4px;
    font-size: 13px;
    padding-bottom: 20px;
    padding-left: 144px;
    padding-top: 7px;
    text-align: left;
}

    .Make_Terms p {
        float: left;
        font-size: 13px;
        padding-left: 10px;
        padding-top: 18px;
    }

    .Make_Terms .checkbox-inline {
        float: left;
        margin-top: 20px;
    }

.modal-body p {
    font-size: 13px;
}

.Make_Terms .btn-warning {
    background-color: rgb(255, 115, 2);
    border: 1px solid rgb(225, 99, 1);
    border-radius: 3px !important;
    color: rgb(242, 242, 242) !important;
    font-size: 13px;
    font-weight: bold;
    margin-left: 18%;
    margin-top: 25px;
    padding: 9px 48px !important;
    text-align: center;
}

.Reg_Form {
    margin-top: 20px;
}

.New_Panel h3 {
    padding-left: 0 !important;
    width: 139.7% !important;
}


.Error_MSG {
    color: #e04a07;
    font-size: 12px;
    line-height: 13px;
    float: left;
}

.error {
    color: rgb(224, 74, 7);
    float: left;
    font-size: 12px;
    line-height: 9px;
    padding-top: 6px;
}

.New_Panel {
    margin-left: 25.9%;
    text-align: center;
}

.Top_Dec p {
    font-size: 15px;
    padding: 0 33px;
    text-align: center;
}

.Top_Dec h6 {
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.Email_Button_new {
    text-align: center;
}

.appeals_details {
    width: 100%;
}

.Top_Dec-New .full_row_pres {
    margin-left: 4%;
}

    .Top_Dec-New .full_row_pres .form-control {
        height: 40px;
    }

.Make_Terms_New {
    padding-left: 202px !important;
}

.full_row_pres {
    float: left;
    margin-top: 20px;
}

.Make_Terms_New p {
    font-size: 12px;
    font-weight: bold;
    padding: 18px 7px 0;
    text-align: center;
}

.Panel_top_DOnor {
    text-align: center;
}

    .Panel_top_DOnor h3 {
        padding-top: 5px !important;
        text-align: center;
    }

.Make_Donation .panel-footer {
    font-size: 13px;
    margin-top: 5%;
    padding-bottom: 3%;
    padding-top: 4%;
    text-align: center;
}

.Panel_top {
    margin-left: 11px !important;
    width: 96.4%;
}

.loading_icon {
    left: 16%;
    margin-left: 48%;
}

.numeric_bg {
    background-color: rgb(252, 221, 196);
    border: 1px solid rgb(222, 185, 155);
    border-radius: 3px;
    width: auto;
}

.NUmeric_REsult {
    float: left;
    height: auto;
    width: 100%;
}

.Act_List_Grid a {
     color:#2c4257;
    float: left;
    font-family: Gabriela;
    font-size: 19px;
    font-weight: bold;
    line-height: 44px;
    padding-left: 8%;
    width: 100%;
}

.Act_List_Grid .list_des {
   float: left;
    font-family: open sans;
    font-size: 15px;
    line-height: 24px;
    padding-left: 8%;
    width: 100%;
}

.Mor_read a {
    color: rgb(255, 115, 2);
    font-size: 14px;
    font-weight: normal;
}

.Mor_read img {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    margin-left: 10px;
    width: 10px;
}

.right-payment-section {
    float: right;
    margin-right: -2%;
    margin-top: -12%;
    width: 20%;
}

    .right-payment-section span {
        float: right;
        padding-left: 27%;
        width: 100%;
    }

.amount-btn {
    background-color: rgb(255, 115, 2);
    border: 1px solid rgb(225, 99, 1);
    border-radius: 3px !important;
    color: rgb(242, 242, 242) !important;
    font-family: Calibri;
    font-size: 15px;
    line-height: 27px;
    margin-left: 22%;
    margin-top: 10px;
    text-align: center;
    width: 59%;
}

.amount-right-name {
    color: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.amount-right {
    color: rgb(255, 115, 2);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    width: 100%;
}

.tophead-link {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-right: 6%;
    padding-bottom: 7px;
    padding-top: 5px;
    text-align: center;
    width: 9%;
}



.verify_email h1 {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    color: rgb(232, 99, 39);
}

.verify_email .well {
    padding-bottom: 12%;
}


.verify_email h3 {
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
}

.verify_email .Access_btns {
    float: left;
    margin-left: 20px !important;
}


.verify_email h5 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.verify_email .Access_btns .btn-warning {
    float: left !important;
    font-size: 16px;
    margin-top: -4px;
    padding: 4px 34px !important;
    text-align: center;
    text-transform: uppercase;
}

.verify_form .form-control {
    float: left;
    margin-left: 6%;
    width: 62%;
}

.confrm_msg {
    text-align: center;
}

    .confrm_msg h3 {
        color: rgb(232, 99, 39);
        font-weight: bold;
        text-align: center;
    }

    .confrm_msg h4 {
        text-align: center;
    }

.top_icon {
    height: 20px;
    width: 97%;
}

    .top_icon img {
        margin-right: 4px;
        margin-top: -2px;
    }

.become_member {
    width: auto;
}

    .become_member h2 {
    }

    .become_member .Education_page h4 {
        font-size: 21px;
        line-height: 25px;
        padding-left: 6%;
        padding-top: 0;
        text-align: left;
        width: 100%;
    }

.Make_Email_Form {
    margin-left: -46px;
}

.left_Tabs_sec {
    /*margin-left: 30px;
    margin-top: 45px;*/
}

.tabs-style-topline {
    float: left;
}

    .tabs-style-topline li a {
        font-size: 26px;
        font-weight: bold;
        padding: 0;
        text-transform: uppercase;
        float: left;
    }

    .tabs-style-topline span {
        color: rgb(232, 99, 39);
        cursor: default;
        float: left;
        font-family: Calibri !important;
        font-size: 21px;
        padding-left: 0px;
        padding-top: 0 !important;
        text-transform: initial;
    }

.content-wrap section h3 {
    font-size: 17px;
    text-align: left;
}

.recent_donors_section h2 {
    border-bottom: 4px solid rgb(232, 99, 39);
    font-size: 23px;
    line-height: 46px;
    /*padding-top: 51px;*/
    text-align: left;
    width: 126%;
}

.copyrights_section {
    color: #fff;
}


#message a {
    background-color: rgb(0, 0, 0);
    background-image: url("Images/arrow-up.png");
    background-position: 52% 71%;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 800;
    height: 60px;
    left: 95%;
    line-height: 48px;
    margin-top: -80px;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 100%;
    width: 60px;
    z-index: 999;
    transition:all 10s ease-in-out;
}

    #message a img {
        width: 60px;
    }





















/* ----------------------------now -----------------------------------*/










.z-tabs, .z-tabs > ul, .z-tabs > ul > li, .z-tabs > ul > li > a {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
    outline: 0 none;
    text-decoration: none;
    list-style: none;
    list-style-type: none;
}



    .z-tabs > ul > li > a {
        color: #111;
        line-height: 18px;
        font-weight: inherit;
        font-size: 12px;
        padding: 13px 24px;
        background: #fff;
        cursor: pointer;
    }


    .z-tabs > ul, .z-tabs > ul > li > a, .z-tabs > .z-container {
        border-color: #CECECE;
        border-style: solid;
    }

    .z-tabs > .z-container {
        padding: 0;
        margin: 0;
        border-width: 1px;
        background: #fff;
        position: relative;
        overflow: hidden;
    }

        .z-tabs > .z-container > .z-content {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding: 0;
            z-index: 7;
            display: none;
        }

            .z-tabs > .z-container > .z-content.z-active {
                z-index: 8;
            }

            .z-tabs > .z-container > .z-content > .z-content-inner {
                padding: 18px 24px;
                height: auto;
            }




    .z-tabs.vertical > ul.z-tabs-nav > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a > span.z-icon, .z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a > span > span.z-icon {
        width: 24px;
    }

    .z-tabs.center > ul > li > a, .z-tabs.center.mobile > ul > li > a {
        text-align: center !important;
    }

    .z-tabs.right > ul > li > a, .z-tabs.right.mobile > ul > li > a {
        text-align: right !important;
    }

    .z-tabs.left > ul > li > a, .z-tabs.left.mobile > ul > li > a {
        text-align: left !important;
    }

    .z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner, .z-tabs > .z-container > .z-content.z-nopadding > .z-content-inner {
        padding: 0 !important;
    }

    .z-tabs.vertical > ul {
        float: left;
        border-width: 1px 0 1px 1px;
        min-width: 200px;
        width: 25%;
    }

        .z-tabs.vertical > ul > li > a {
            border-width: 0 0 1px 0;
        }

        .z-tabs.vertical > ul > li.z-last > a {
            border-bottom-width: 0;
        }

        .z-tabs.vertical > ul > li.z-active > a {
            border-right-width: 0;
            z-index: 10;
        }

        .z-tabs.vertical > ul > li.z-active.z-first > a {
            border-bottom-width: 1px;
        }

    .z-tabs.vertical.top-left > ul {
        margin-left: 0;
        margin-right: -1px;
    }







    .z-tabs.silver > ul, .z-tabs.silver > ul > li > a, .z-tabs.silver > .z-container {
        border-color: #CECECE;
        border-style: solid;
    }

        .z-tabs.silver > ul > li > a {
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDFCFC', endColorstr='#FBF9F9');
            background-color: #F2F0F0;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFCFC), to(#F2F0F0), color-stop(0.5, #FBF9F9), color-stop(0.5, #F7F5F6));
            background-image: -webkit-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
            background-image: -moz-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
            background-image: -o-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
            background-image: -ms-linear-gradient(top, #FDFCFC, #FBF9F9 50%, #F7F5F6 50%, #F2F0F0);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        }



        .z-tabs.silver > ul > li.z-active > a {
            filter: none;
            background: #fff;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .z-tabs.silver > ul > li.z-active > a {
            color: black;
            text-shadow: 0 1px #fff;
        }


.single-page-nav a:hover,
.single-page-nav .current {
    color: #38acec;
}



.Contact-info {
    border-right: 2px solid rgb(207, 225, 238);
    float: left;
    font-size: 19px !important;
    text-align: left;
    font-family: calibri;
}

    .Contact-info h3 {
        font-size: 28px;
        line-height: 27px;
    }

    .Contact-info p {
        font-size: 17px;
    }

.googlemap {
    margin-left: -73px;
}

.Mobile_Number {
    font-size: 24px;
    font-weight: bold;
}

.Sub-Menu-in {
    margin-top: -68px !important;
}

.Becomemember_img {
    text-align: center;
}

.Act_Overview a {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
}

    .Act_Overview a:hover {
        color: #333;
    }

.category-block {
    text-align: center;
}

    .category-block a {
        float: left;
        position: relative;
        width: 100%;
        z-index: 1000 !important;
    }


.Login_fields {
    width: 67%;
}

.Top_Title {
    color: rgb(51, 51, 51);
    font-family: calibri;
    font-size: 20px;
    text-align: center;
}

.content-current {
    height: auto;
    float: left;
}

.Login_fields h5 {
    float: right;
    font-size: 12px;
    margin: 7px -13px 0 0;
    padding: 0;
}

.login_btn {
    float: left;
}

.reset_PWD {
    float: right;
    font-size: 12px;
    margin: 22px -30% 0 0;
    padding: 0;
}

.Pop-upryt {
    font-size: 12px;
    margin-left: 13%;
    text-align: center;
    width: 72.9%;
}

    .Pop-upryt h5 {
        background-color: rgb(236, 243, 247);
        border: 1px solid rgb(221, 221, 221);
        border-radius: 3px;
        font-size: 17px;
        height: auto;
        line-height: 30px;
        padding: 10px;
        text-align: center;
        margin-top: 4px;
    }

.Login_fields .form-control {
    height: 42px;
}

.content-wrap section.content-current {
    width: 100%;
    border: 1px solid #F2EEEE;
}

.Add_coln {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 9px;
}

.Add_coln1 {
    padding-left: 35px;
}

.Add_coln2 {
    padding-left: 22px;
}

.Add_coln3 {
    padding-left: 49px;
}

.address_info a {
    font-size: 12px;
}

.Become-member-Form .btn-primary {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 23%;
}

.Become-member-Form {
    text-align: left;
}

.Org_Btn {
    font-family: calibri !important;
    font-size: 20px !important;
    height: 53px;
    text-align: center;
    width: auto !important;
}

.btn_register {
    width: 100%;
    text-align: center;
}

.Act_Overview span {
    width: 100%;
    float: left;
}

.Become-REgbtn {
    color: rgb(255, 255, 255) !important;
    float: right;
    font-size: 17px !important;
    margin-right: 12px;
    padding: 10px 21px !important;
}

.Fund_Btn img {
    margin-right: 10px;
}

.Form-Headng h2 {
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
}

.Form-Headng {
    width: 100%;
    text-align: center;
}

.cal_pick_new {
    margin-left: 31px !important;
    width: 92% !important;
}

.Date_New {
    width: 49% !important;
}

.story_one_New_1 {
    margin-left: 8px !important;
    margin-top: 6px !important;
}

.founder_img {
    float: left;
}

    .founder_img img {
        border: 5px solid rgb(228, 237, 246);
        float: left;
        height: 232px;
        width: 270px;
    }

.founder_des { /*background-color: rgb(255, 255, 255);
    border: 2px solid rgb(223, 239, 253);
    border-radius: 3px;
    text-align: left;*/
}

.founder_des {
    position: relative;
    background: #fff;
    border: 2px solid #dfeffd;
}

    .founder_des:after, .founder_des:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .founder_des:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #f5f9f9;
        border-width: 30px;
        margin-top: -30px;
    }

    .founder_des:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #c2e1f5;
        border-width: 36px;
        margin-top: -36px;
    }

}

.founder_des p {
    font-family: calibri;
    font-size: 15px;
    text-align: left;
}

.founder_des h4 {
    color: rgb(44, 66, 87);
    font-family: Bree serif !important;
    font-size: 23px;
    line-height: 41px;
}

.Become-member-Form .Field_Basic .category {
    margin-top: 0px;
}

.cal_pick_new1 {
    margin-left: 0 !important;
    width: 100% !important;
}

.Field_Basic_Margin {
    margin-top: 19px !important;
}

.Goal_Field {
    float: left;
    margin: 0 0 0 -20px;
    padding: 0;
    width: 105%;
}

.Outer_cloneStory {
    float: left;
    margin-left: -36px;
    width: 109%;
}

.Success-Story .btn-primary {
    float: none;
    padding: 9px 20px !important;
    text-align: center;
    width: auto;
}

.Org_MemDetails {
    float: left;
    margin-left: -5px;
    text-align: center;
    width: 100.5%;
}

.OrgDetails_Row {
    float: left;
    text-align: center;
    width: 100%;
}

    .OrgDetails_Row .field_first .form-control {
        margin: 0;
    }

    .OrgDetails_Row .field_first {
        margin-left: 2px;
        margin-top: 20px !important;
        width: 103%;
    }

.Org_MemDetails .field_first {
    margin-left: 2px;
    margin-top: 20px !important;
    width: 103%;
}

    .Org_MemDetails .field_first .form-control {
        margin: 0;
    }

.Org_MemDetails .btn-primary {
    float: none;
    padding: 9px 20px !important;
    text-align: center;
    width: auto;
}

.Success-btn {
    text-align: center;
}

.field_first2 {
    text-align: center;
    float: left;
    margin-bottom: 36px;
}

    .field_first2 .black-bg-icon {
        margin-top: 0px;
    }

    .field_first2 .category {
        margin-top: 0px !important;
    }

    .field_first2 .Field_Basic .form-control {
        width: 97.1%;
    }

.Success-btn2 .btn-primary {
    float: none;
    margin-left: 39%;
    margin-top: -10px;
    padding: 9px 20px !important;
    text-align: center;
    width: auto;
}

.story_one_New_2 {
    margin-top: 12px;
}

.btn-margin {
    margin-bottom: 28px;
}

.story_one_New_2 .terms {
    font-family: calibri;
    font-size: 17px;
    margin-left: -23px;
}

.sucess-storybtn {
    margin-bottom: 20px;
}

.Become-title .story_one_New_2 {
    margin-top: 20px;
}

.field_first2 .black-bg-icon img {
    margin-left: 1px !important;
}
/*.loginForm_become_member{
    border: 1px solid rgb(205, 223, 223);
    border-radius: 3px;
    float: left;
    margin-left: -5%;
    padding: 5%;
    width: 112% !important;
 
}*/

.founder_des {
    font-family: calibri;
    font-size: 15px;
    width: 73%;
}

.sidebar-menu_UD li {
    float: none;
}

.sidebar-menu_UD .img-circle {
    border: 3px solid rgb(221, 221, 221);
    border-radius: 50%;
    width: 95px;
    background-color: #fff;
}

.sidebar-menu_UD li span {
    font-family: calibri;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 12px;
    padding-top: 4px;
}

.sidebar-menu_UD li a i {
    float: left;
    font-size: 25px !important;
    padding-right: 6px;
}

ul.sidebar-menu_UD li a {
    font-size: 12px;
    outline: medium none;
    padding: 15px 0 15px 10px !important;
    text-decoration: none;
}


.site-footer {
    display: none;
}

.nav-collapse .sidebar-menu_UD li a {
    text-align: left !important;
    border-bottom: 1px solid #203243;
}

ul.sidebar-menu_UD li a.active, ul.sidebar-menu_UD li a:hover,
ul.sidebar-menu_UD li a:focus {
    background: none repeat scroll 0 0 rgb(79, 101, 122) !important;
}

.Main-chart-UD {
    /*background-color: rgb(242, 244, 248) !important;*/
}

    .Main-chart-UD h4 {
        font-family: calibri !important;
        font-size: 21px;
        font-weight: bold;
    }

ul.sidebar-menu_UD li {
    margin: 0px !important;
}

.sidebar-menu_UD li .sub li a {
    font-family: 13px;
    font-weight: bold;
}

.sidebar-menu_UD li .sub li {
    line-height: 12px !important;
    padding: 0px;
}

    .sidebar-menu_UD li .sub li a {
        color: #fff !important;
    }

ul.sidebar-menu_UD li ul.sub li a {
    color: rgb(66, 74, 93) !important;
    float: none;
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 0 0 15px !important;
}

.nav-collapse ul ul a {
    background: none repeat scroll 0 0 rgb(214, 215, 218) !important;
    border-bottom: 1px solid rgb(191, 193, 199) !important;
}

ul.sidebar-menu_UD li ul.sub li a:hover {
    color: #fff !important;
}

#sidebar {
    background: none repeat scroll 0 0 #2c3e50 !important;
}

    #sidebar h5 {
        font-family: Calibri !important;
    }

.Left_fixspan-red {
    background-color: rgb(196, 77, 2);
    color: rgb(255, 255, 255) !important;
}

.sidebar-menu_UD p a:active {
    background: none !important;
}

.Left_fixspan-pink {
    color: #fff !important;
    background-color: rgb(212, 61, 57);
}

.Left_fixspan-yellow {
    color: #fff !important;
    background-color: rgb(237, 159, 48);
}

.ds h3 {
    background-color: #f4b760 !important;
}

.ds .desc:hover {
    background: none repeat scroll 0 0 rgb(238, 243, 247);
}

.Form-UD .form-panel {
    background: none;
    box-shadow: none;
}

.Form-UD h2 {
    color: rgb(51, 51, 51);
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 33px !important;
    margin-top: -16px !important;
    text-align: center;
    text-transform: capitalize !important;
}

.Form-UD .form-group {
    border-bottom: 0px !important;
}

.Form-UD .control-label {
    float: left;
    font-weight: bold;
    text-align: right !important;
}

.Form-UD .Detail_Field .form-control {
    height: 40px;
}

.Form-UD .Detail_Field {
    height: 30px;
}

/*.Form-UD .Access_btns .btn-warning {
    margin-top: 3%;
    text-align: center !important;
}manoj*/

.Form-UD .Access_btns {
    text-align: center !important;
    width: 100%;
}

.Detail_Field_summary .form-control {
    min-height: 70px;
}

.UD-txt h2 {
    color: rgb(51, 51, 51);
    font-family: calibri;
    font-size: 40px;
    font-weight: bold;
    /*margin-bottom: 43px !important;manoj*/
    margin-top: -9px;
    text-align: left;
    margin-left: 20px;
}

.thumb .DOnate_btn:hover {
    border: #ee6d05 1px solid;
}

.thumb .DOnate_btn:active, .thumb .DOnate_btn:focus {
    border: #ee6d05 1px solid;
    background-color: #fa760c;
}

.App_List lable {
    background-color: #f2f2f2 !important;
}

.my_donations {
    float: left;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

    .my_donations .desc {
        background-color: rgb(255, 255, 255);
        border-bottom: 3px solid rgb(230, 239, 246);
        margin-bottom: 20px;
        text-align: center;
        padding: 20px;
    }

    .my_donations .Dt_Ryt {
        float: right;
    }

    .my_donations .details {
        float: left;
    }

    .my_donations .desc p {
        font-size: 16px;
        margin-top: 5px;
        text-align: left;
        width: 130%;
    }

        .my_donations .desc p a {
            float: left;
            font-size: 17px;
            margin-top: 5px;
            text-align: left;
            width: 79%;
        }

.des_app .price-font {
    color: rgb(255, 115, 2);
    float: left;
    font-family: open sans;
    font-size: 16px;
    font-weight: normal;
    width: 100% !important;
}

.Appeal-img {
    border: 3px solid rgb(238, 238, 238);
    border-radius: 3px;
    float: left;
    margin-top: 2px;
    margin-right: 3%;
}

    .Appeal-img img {
        border-radius: 3px;
        width: 100px;
    }

.my_donations .des_app {
    color: rgb(51, 70, 88);
    float: left;
    font-family: Gabriela !important;
    font-size: 20px;
    font-weight: bold;
    width: 64%;
}

.price-font {
    color: #ff7302;
}



.my_donations .thumb i {
    font-size: 22px !important;
    margin-top: -10px;
    padding-bottom: 6px;
    color: #334658;
}

.my_donations .thumb muted {
    color: rgb(255, 115, 2);
    font-family: tahoma;
    font-size: 16px;
    /*font-style: italic;*/
    font-weight: normal;
}

/*Rich Text STyles GOes Here*/
.appeal_fullstory .content-current h1 {
    color: rgb(51, 51, 51) !important;
    font-family: Calibri !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    text-align: left;
}

.appeal_fullstory .content-current p blockquote {
    font-family: Calibri !important;
    font-size: 15px !important;
}

.appeal_fullstory .content-current p {
    color: rgb(103, 104, 105) !important;
    font-family: calibri !important;
    font-size: 15px !important;
    text-align: justify !important;
    text-transform: lowercase !important;
}

.New_Headtxt h2 {
    padding-bottom: 36px;
    padding-top: 60px;
}

.my_donations .desc .details {
    width: 77%;
}

.Success_Homecontactform span {
    color: #000;
}

.App_List .steps label {
    background-color: rgb(255, 255, 255);
    border-bottom: 4px solid rgb(230, 239, 246);
    margin-bottom: 13px;
}

    .App_List .steps label:hover {
        background-color: #f5f9f9;
    }

    .App_List .steps label a {
        font-family: calibri !important;
        font-size: 15px;
        text-transform: capitalize;
    }


.Sub-Menu-in {
    margin-left: 21px !important;
}

.Sub-Menu-in-home {
    margin-left: 21px !important;
}

.mtbox {
    margin-top: 30px !important;
}

.img-err {
    float: right;
    font-family: calibri;
    font-size: 14px;
    font-weight: bold;
    margin-right: 41%;
    margin-top: 4px;
    padding: 9px;
    color: #333;
}

.COnfirm-mail {
    background-color: rgb(238, 245, 249);
    border: 1px solid rgb(228, 237, 242);
    border-radius: 5px;
    margin-top: 5%;
    padding: 2%;
    text-align: center;
}

    .COnfirm-mail h2 {
        font-family: Calibri;
        font-size: 17px;
        margin-bottom: 24px;
        width: 100%;
    }

    .COnfirm-mail .DOnate_btn {
        margin-top: 20px !important;
    }

.appeals_left .carousel-indicators {
    margin-bottom: -63px !important;
}

    .appeals_left .carousel-indicators li {
        background-color: rgb(174, 202, 218);
        border: 1px solid rgb(141, 175, 195);
    }

    .appeals_left .carousel-indicators .active {
        background-color: #2c3e50 !important;
        border: #2b4170 1px solid;
    }

.appeals_left .carousel .carousel-control {
    height: 200px;
}

.edit-model .modal-header {
    background-color: #fff !important;
}

.edit-model .modal-title {
    color: #333 !important;
}

.edit-model .form-control {
    height: 100px;
    width: 100%;
}

.Howit-new h2 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.Howit-new .DOnate_btn {
    float: right;
    margin-right: 1.4%;
}

.tab-txt h2 {
    color: #293d50;
    float: left;
    font-family: Gabriela;
    font-size: 27px;
    font-weight: bold;
    line-height: 47px;
    padding-top: 15px;
    text-align: left;
    text-decoration: underline;
    width: 100%;
}

.tab-txt h4 {
    color: rgb(34, 34, 34);
    font-family: open sans !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    text-align: left;
    width: 100%;
}

    .tab-txt h4 strong {
        color: #e96a03;
    }

.tab-txt h6 {
    font-size: 15px;
}

.appeal-tab {
    display: none;
}

.innertab:hover .appeal-tab {
    float: right;
    margin-right: -214px !important;
    margin-top: -50px !important;
    position: relative;
    width: 214px !important;
    z-index: 398;
}

    .innertab:hover .appeal-tab li a {
        border-bottom: 1px solid rgb(68, 68, 68) !important;
        float: left;
        font-family: open sans !important;
        font-size: 14px;
        line-height: 34px;
        text-decoration: none;
        text-transform: none;
    }

    .innertab:hover .appeal-tab li {
        float: left;
        font-size: 12px;
        height: 50px;
        width: 100% !important;
    }

.active:hover .appeal-tab {
    display: block !important;
}


.create-appeal {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .create-appeal h4 {
        text-transform: none;
    }

.sort-txt li {
    color: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: bold;
    list-style-type: circle;
    margin-left: 5%;
    text-align: left;
    line-height: 30px;
    font-family: open sans;
}

.sort-txt {
    width: 100% !important;
}

.create-app-img {
    text-align: left;
    margin-top: 30px;
}

    .create-app-img img {
        text-align: left;
    }

.nav-tabs li a span {
    margin-left: -1px;
    margin-right: 10px;
}

.curser-item {
    cursor: default !important;
}

.terms-mode {
    color: rgb(207, 95, 5);
    font-family: open sans;
    font-weight: bold;
    text-align: left;
}

.terms-box-model p {
    font-family: open sans !important;
    font-size: 13px;
    text-align: justify;
}

.terms-box-model h3 {
    color: rgb(39, 57, 75);
    font-family: open sans !important;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
}

.modal-content {
    height: 350px;
    overflow: auto;
}



.at4-show a{ border-radius: 3px;
    margin-left: 6px !important;
    margin-top: 14px !important;}

.Reg-FB h2 { font-size: 37px;
    line-height: 109px;
    margin-top: -52px;
}

.Reg-cmnt{ background-color: rgb(242, 244, 246);
    border: 1px solid rgb(224, 237, 248);
    border-radius: 3px;
    font-size: 17px;
    padding: 40px;
    width: 78%;}

.Reg-cmnt h4 {color: rgb(215, 102, 10) !important;
    font-family: Bree serif;
    font-size: 22px;
    text-align: center;
    }