@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

body {
    background-image: url(../images/bg.jpg);
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 123px
}

header {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #000;
    font-weight: 300
}

header .topbar {
    overflow: hidden;
    margin-top: 25px;
    margin-right: 15px;
}

#main-nav {
    margin-right: 20px;
}

.sticky .navbar {
    background: #ffe4a3;
    background: linear-gradient(to bottom, #fed65c 0%, #fbba49 100%) !important;
}

header .topbar ul li {
    display: inline;
    list-style: none;
    margin-left: 10px
}

.navbar {
    background: transparent;
    padding-bottom: 30px
}

.navbar {
    border: none
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.nav li ul li a:hover {
    background: #fff;
    color: #b5030e;
    text-decoration: none
}

.navbar-default .navbar-nav > li > a,
.nav li ul li a {
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 7px;
    color: #363636;
    text-transform: capitalize;
}

.navbar-nav {
    margin-top: 0%
}

.nav li ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    padding: 10px
}

.nav li ul li a {}

.nav li:hover ul {
    display: block
}

.nav li ul li {
    list-style: none
}

.navbar-brand {
    padding: 0
}

.banner {
    background: #ffe4a3;
    background: linear-gradient(to bottom, rgba(255, 147, 30, 0) 0%, rgba(255, 217, 176, 0.7) 65%, rgba(255, 235, 214, 1) 82%, rgba(255, 255, 255, 1) 100%);
    padding: 0 15px
}

.slider {
    background: #779324;
    overflow: hidden;
    border-radius: 10px;
}

.banner .col-sm-9 {
    padding: 0
}

.banner .joinform {
    background: url(../images/join_bg.png) no-repeat center center;
    padding: 30px
}

.banner .joinform h3 {
    color: #fff;
    font-size: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 23px
}

.content {
    background: #fff;
    overflow: hidden;
    padding: 15px
}

.content article {
    overflow: hidden
}

.banner .joinform h3 img,
.rightpanel h3 img {
    padding-right: 10px
}

.banner .joinform h2 {
    font-size: 24px;
    color: #fcb201;
    font-weight: 600
}

.banner .joinform .form-control {
    background: linear-gradient(to bottom, rgba(128, 170, 4, .5) 0%, rgba(144, 193, 0, .5) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(128, 170, 4, .5) 0%, rgba(144, 193, 0, .5) 100%);
    border-color: rgba(1, 63, 29, .3);
    font-size: 16px;
    color: #fff;
}

.banner .joinform .form-group {
    margin-bottom: 5px;
}

.banner .joinform .btn {
    margin-top: 24px;
    color: #013f1d;
    font-size: 21px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    background: linear-gradient(to bottom, rgba(252, 178, 1, 1) 0%, rgba(253, 192, 48, 1) 96%, rgba(254, 213, 117, 1) 97%, rgba(254, 213, 117, 1) 100%);
    border: none
}

.banner .joinform textarea.form-control {
    height: 116px;
}

.joinform ::-webkit-input-placeholder {
    color: #ccc !important;
}

.joinform :-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
}

.joinform ::-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
}

.joinform :-ms-input-placeholder {
    color: #ccc !important;
}

.more {
    font-size: 14px;
    color: #1b531a;
    font-weight: 600;
    text-transform: uppercase;
    background: url(../images/more_icon.png) no-repeat right;
    padding-right: 15px
}

footer {
    background: #075028;
    background: linear-gradient(to bottom, rgba(28, 83, 26, 1) 61%, rgba(255, 255, 255, 0) 100%);
    font-size: 18px;
    padding: 42px 2% 0 2%;
    overflow: hidden;
    border-top: 10px solid #fcb201;
    margin-bottom: 10%;
    position: relative
}

footer ul {
    float: left;
    padding-left: 0;
    width: 33%;
    padding-bottom: 4%;
}

footer ul {
    list-style-position: inside;
}

footer .city {
    width: 35%
}

footer .newsletter {
    width: 25%;
    float: right
}

footer h3 {
    color: #ffcb05;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}

footer ul li {
    padding: 3px 0;
    list-style: none;
}

footer li a {}

footer li a,
footer .media p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

footer li a:hover {
    color: #e7e7e7
}

footer li a:before {
    padding-right: 15px;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
}

footer .links li {
    width: 50%;
    float: left
}

footer .media img {
    border-radius: 10px;
    width: 198px;
    height: 120px
}

footer address {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    float: right
}

footer .copyright {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

footer .copyright a {
    color: #fff
}

footer .more {
    color: #6fb414;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.social {
    position: absolute;
    right: 5%;
    top: 50%;
    position: fixed
}

.social li {
    list-style: none
}

.activities > div {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 30px 20px;
    margin-right: 20px;
    width: 32.1%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    margin-bottom: 20px
}

.activities > div:last-child {
    margin-right: 0
}

.activities h4 {
    color: #fff;
    background: #f16e20;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: 5px 14px;
    float: left;
    margin-right: 100%;
}

.activities p {
    color: #555555;
    line-height: 28px
}

.activities .media a {
    margin-top: 18%
}

.mainblock h2 {
    color: #1b531a;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.mainblock p {
    line-height: 26px
}

.mainblock h3 {
    color: #b5030e;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.mainblock .back {
    float: right;
    margin-top: -35px
}

.vision img {
    float: left;
}

.rightpanel {
    border-left: 1px solid #dddddd;
    width: 28%;
    padding-left: 3%
}

.rightpanel h3 {
    font-size: 26px;
    color: #505050;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.rightpanel p {
    padding: 0;
    line-height: 24px;
    margin: 5px 0
}

.rightpanel .media span {
    color: #f16e20
}

.rightpanel .media {
    border-bottom: 1px dotted #b8b8b8;
    padding: 20px 0;
    padding-bottom: 40px
}

.rightpanel .media:last-child {
    border-bottom: 1px solid #fcb201;
}

.rightpanel .media a {
    width: 99px;
    height: 66px;
    margin-right: 10px
}

.rightpanel .media img {
    width: 100%;
    height: 100%;
    background-size: cover
}

.clients {
    position: relative;
    margin-top: 40px;
}

.clients ul {
    padding: 0
}

.clients li {
    list-style: none;
    display: inline;
    padding: 0 17px
}

.clients li a {
    font-size: 20px;
    color: #555;
    border: 1px solid #e7e7e7;
    padding: 10px 14px;
    border-radius: 10px;
    display: inline-block;
}

footer .form-group {
    position: relative
}

.subscribe-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    paddingt: 0 5px;
    height: 35px;
    background: #6fb414;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    text-shadow: none;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    border: none
}

.subscribe-input {
    padding: 0 16px;
    width: 100%;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    border: none;
    color: #000;
}

#calendar {
    padding-top: 20px
}

.rightpanel .help {
    margin: 30px 0;
}

.rightpanel .help a img {
    margin-bottom: 15px
}

.contact h3 {
    color: #444444;
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 10px
}

.contact .btn,
.contact .btn:hover {
    background: #013f1d;
    color: #fff;
    float: right
}

.info {
    padding: 0;
    margin: 0
}

.info li {
    list-style: none;
    color: #888888;
    font-size: 16px;
    border-top: 1px solid #ededed;
    padding: 18px 0
}

.info li img {
    padding-right: 10px
}

.servlist {
    list-style: none;
}

.servlist li a {
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(252, 178, 1, 1) 0%, rgba(253, 192, 48, 1) 96%, rgba(254, 213, 117, 1) 97%, rgba(254, 213, 117, 1) 100%);
    color: #013f1d;
    float: left;
    margin-right: 20px;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    width: 150px;
    text-align: center
}

.charsite a {
    text-decoration: none;
}

.charsite {
    font-size: 15px;
    list-style: none;
    line-height: 2;
}

.charsite li a img {
    font-size: 15px
}

.comm {
    width: 100%;
}

.menu {
    background-color: #FFFFFF;
    display: none;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

.button-menu {
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 43px line-height: 30px;
    background: linear-gradient(to bottom, #ffa800 0%, #f16e20 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    font-size: 28px;
    font-family: 'Supermercado One', cursive;
}

.button-menu span {
    display: inline-block;
    height: 30px;
    width: 28px;
    line-height: 30px;
    float: right;
    height: 40px;
    background-color: #772c00 !important;
    border-radius: 0 10px 0 0
}

#top-button-menu span,
#bottom-button-menu.active span {
    background: url(../images/hidearrowcontact.png) no-repeat scroll 2px -18px transparent;
}

#bottom-button-menu span,
#top-button-menu.active span {
    background: url(../images/hidearrowcontact.png) no-repeat scroll -25px -17px transparent;
}

#bottom-block {
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -218px;
}

#bottom-block {
    bottom: 0;
}

#bottom-block a:hover {
    color: #fff;
    text-decoration: none
}

.mainblock .col-sm-8 {
    padding: 0
}

.mainblock .block h4 {
    color: #b5030e;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0 10px 0;
}

.mainblock .block .col-sm-8 {
    padding: 0
}

.mainblock .block .col-sm-4 {
    padding: 8px 15px
}

.mainblock .block p {
    padding: 0;
}

.mainblock .block {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dotted #b8b8b8
}

.mainblock h1 {
    font-size: 24px;
    color: #1b531a;
    font-weight: 300
}

.mainblock h6 {
    font-weight: 600;
    font-size: 16px;
    color: #333
}

.mainblock h5 {
    color: #f16e20;
    font-size: 16px
}

.prvheader {
    color: none repeat scroll 0 0 #075028;
}

.mainblock .block:last-child {
    border: none
}

.privacycontent h3 {
    color: #075028;
}

.privacycontent h3 {
    color: #1b531a;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 32px;
    font-weight: 400;
    padding: 3% 0;
    background: none repeat scroll 0 0 white;
    border-radius: 20px;
}

.privacycontent p {
    line-height: 26px;
    padding: 15px 0 0;
    background: none repeat scroll 0 0 white;
    font-size: 16px;
}

.prvacy {
    background: #fff;
    border-radius: 15px;
}

.prvcontent {
    background: none repeat scroll 0 0 white;
}

.video {
    position: relative;
    float: left;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-right: 20px;
    margin-top: 10px;
}

.videoicon {
    background: url(../images/video_icon.png) no-repeat center center;
    width: 69px;
    height: 69px;
    position: absolute;
    top: 33%;
    left: 40%;
}

.videoplay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.video:hover .videoplay {
    opacity: 1;
}

.scroll-img ul li:last-child {
    padding: 0;
    float: right
}

.mainblock .sponsor {
    padding-top: 15px;
}

.mainblock .sponsor p {
    padding-top: 5px;
    border-bottom: 1px dotted #b8b8b8;
    padding-bottom: 20px;
}

.mainblock .sponsor .col-sm-3 img {
    padding-top: 5%;
}

.mainblock .sponsor:last-child {
    border-bottom: none !important;
}

.sponsorpg > li > a,
.sponsorpg > li > span {
    background-color: #f4f4f4;
}

.sponsorpg > li > a,
.sponsorpg > li > span {
    color: #999999;
}

.sponsorpg > li > a:hover,
.sponsorpg > li > span:hover,
.sponsorpg > li > a:focus,
.sponsorpg > li > span:focus {
    background-color: #1c531a;
    color: #fff;
}

.sponsorpg {
    padding-left: 35%;
    padding-top: 5%;
}

.topbar ul .nea {
    font-size: 30px;
    text-decoration: none;
    color: #b5030e;
    margin-right: 105px;
}

.topbar ul li a {
    text-decoration: none;
}

.cmclose {
    margin-right: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.fade.in {
    opacity: 1;
}

#myModal {
    background-color: rgba(0, 0, 0, 0.8);
}

.cmdialog {
    top: 10%;
}

.cmbody a img {
    padding-left: 35%;
}

.click_browcher {
    margin-top: 6%;
    float: left;
    margin-left: 2%;
    max-width: 30%;
}

.co-founder {
    float: left;
    width: 20%;
    padding: 0 0 20px 20px;
}

.misson_content {
    float: left;
    width: 80%
}

.clients .ashagrid a {
    font-size: 20px;
    color: #555;
    border: 1px solid #e7e7e7;
    padding: 10px 14px;
    border-radius: 10px;
    display: inline-block;
}

/*======================== IPAD,MOBILE ========================*/
/*1920 to 1600 */
@media (max-width: 1920px) {}

/*1599 to 1440 */
@media (max-width: 1599px) {}

/*1439 to 1360 */
@media (max-width: 1439px) {}

/*1359 to 1280 */
@media (max-width: 1359px) {}

/*1279 to 1152 */
@media (max-width: 1279px) {}

/*1151 to 1024 */
@media (max-width: 1151px) {
    .activities > div {
        border: 1px solid #e7e7e7;
        border-radius: 10px;
        padding: 30px 20px;
        margin-right: 5px;
        width: 32.9%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
        margin-bottom: 20px;
    }

    .navbar-nav {
        margin-top: 4%;
    }

    .banner {
        padding: 20px 15px;
    }

    .clients li {
        list-style: none;
        display: inline;
        padding: 0 2px;
        float: left;
        width: 29%;
    }

    .scroll-img ul li:last-child {
        padding: 0;
        float: left;
    }

    .rightpanel h3 {
        font-size: 21px;
    }

    /*
    .ui-datepicker {
    width: 107%;
}
    */
    .ui-datepicker-calendar td {
    padding: 0 6px !important;
   
}
    
    
    
    
}

/*1023 to 992 */
@media (max-width: 1023px) {}

/*1023 to 970 */
@media (max-width: 991px) {}

/*969 to 800 */
@media (max-width: 969px) {
  
}

/*899 to 800 */
@media (max-width: 899px) {}

/*769 to 812 ===iphonex====*/
@media screen and (max-width: 812px) {
    .banner .joinform {
        background: none;
        padding: 30px;
        position: relative;
        top: 10px;
    }

    .rightpanel {
        border-left: 0px solid #dddddd;
        width: 100%;
        padding-left: 3%;
    }

    .activities > div {
        width: 100%;
    }

    .navbar {
        background: linear-gradient(to bottom, #fed65c 0%, #fbba49 100%);
        padding-bottom: 0px;
    }

    .banner {
        padding: 30px 15px;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .clients li a {
        width: 90%;
        margin: 10px 0px;
    }

    .scroll-img ul li:last-child {
        padding: 0 17px;
        float: none;
    }

    .click_browcher {
        max-width: 100%;
    }

    .camera_wrap .camera_pag .camera_pag_ul li {
        margin: 0px 10px !important;
    }

    footer ul {
        width: 100%;
    }

    footer .city {
        width: 100%;
    }

    footer .newsletter {
        width: 100%;
        float: none;
        clear: both;
    }

    footer address {
        float: none;
    }

    footer .copyright {
        text-align: center;
    }

    .copyright .pull-right {
        float: none !important;
    }

    .sponsorpg {
        padding-left: 3%;
    }

    .contact .pull-right {
        float: none !important;
    }

    .co-founder {
        float: none;
        width: 100%;
        padding: 0 0 20px 20px;
    }

    .misson_content {
        float: left;
        width: 100%;
        text-align: justify;
    }

    .navbar-brand > img {
        display: block;
        max-width: 95%;
    }

    .navbar-default .navbar-toggle {
        background-image: url(../images/toggle%20menu.png);
        border: none;
    }

    .navbar-toggle {
        padding: 10px 12px;
    }

    .navbar-nav {
        margin: 28px 0px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: none !important;
    }
    
    .activities .media a { margin-top: 6%;}       
    .misson-content { width: 100%;}
    .about-content{ width: 100%;}
    .donation-content{ width: 100%;}
    .activity-content{width: 100%}
    .service-content{width: 100%}
    .sponsor-content{width: 100%}
    .contact-content{width: 100%;}
    
    .clients .ashagrid a {
    font-size: 20px;
    color: #555;
    border: 1px solid #e7e7e7;
    padding: 10px 14px;
    border-radius: 10px;
    display: inline-block;
        width: 100%;
}
    
    
    
    
    
    
}

/*799 to 768 */
@media (max-width: 799px) {}

/*767 to 736 */
@media (max-width: 767px) {}

/*735 to 667 */
@media (max-width: 735px) {}

/*666 to 600 */
@media (max-width: 666px) {
    .rightpanel {
        border-left: 0px solid #dddddd;
        width: 100%;
        padding-left: 3%;
    }
}

/*599 to 568 */
@media (max-width: 599px) {}

/*567 to 480  */
@media (max-width : 567px) {}

/*479 to 414  */
@media (max-width : 479px) {}

/*413 to 375*/
@media (max-width : 413px) {}

/*374 to 320*/
@media (max-width : 374px) {
    .rightpanel {
        border-left: 0px solid #dddddd;
        width: 100%;
        padding-left: 3%;
    }