* {
    padding:0;
    margin:0;
}


@font-face{
    font-family: 'montserrat';
    src:url('../fonts/montserrat.otf');
}

@font-face{
    font-family: 'opensansbold';
    src:url('../fonts/opensansbold.ttf');
}

html {
    font-size: 16px;
    line-height: 32px;
}

.container {
    width:90%;
}

.row-no-bottom-margin {
    margin-bottom: 10px !important;
}

.container-fluid {
    width: 100%;
    max-width:initial;
    overflow:hidden;
}

.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1501;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.closebox {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 1053;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #ccc;
    padding: 7px 10px;
    outline: 0;
}

.closebox:hover {
    background: #FF6600;
    color: #fff;
    border: 2px solid #fff;
}

.white_content 
{
    display: none;
    position: fixed;
    top: 20%;
    left: 28%;
    width: 40%;
    height: 50%;
    padding: 16px 10px;
    background-color: white;
    z-index:1502;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: white_content;
    animation-name: white_content;


}
@keyframes white_content{
    from {
      opacity: 0;
      transform: perspective( 1500px ) rotateY( 60deg );
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

#sic2
{
    overflow-y: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

#sic2a
{
    overflow-y: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 30px;
}

.remove-row-bottom {
    margin-bottom: 0 !important;
}

.clearfix {
    clear: both;
    display: block;
}


/*MARGINS*/

.no-margin {
	margin:0 !important;
}

.margin-top-10
{
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important; 
}

.margin-top-50 {
    margin-top:50px !important;
}

.margin-top-100 {
    margin-top:100px !important;
}

.margin-top-150 {
    margin-top:180px !important;
}


.margin-bottom-10 {
    margin-bottom:10px !important;
}

.margin-bottom-20 {
    margin-bottom:20px !important;
}

.margin-bottom-50 {
    margin-bottom:50px !important;
}

.margin-bottom-100 {
    margin-bottom:100px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.no-pad-left {
	padding-left: 0 !important;
}

.no-pad-right {
	padding-right: 0 !important;
}


.no-pad-left-right {
	padding-left:0 !important;
	padding-right:0 !important;
}

.no-padding {
	padding:0 !important;
}

.no-pad-top {
	padding-top: 0 !important;
}


.padding-top-10 {
	padding-top: 10px !important;  
}

.padding-left-10 {
	padding-left: 10px !important;
}

.padding-left-15 {
	padding-left: 15px !important;
}

.padding-right-15 {
	padding-right: 15px !important;
}

.padding-right-30 {
	padding-right: 11px !important;
}

.padding-left-30 {
	padding-left: 11px !important;
}

.home-text-space {
	padding-left: 70px !important;
}

.relative {
	position:relative !important; 
}

.orange-top-bar {
    padding: 7px 0px;
    color: #666666;
    font-size: 0.9rem;
    background:#E85000;
    background: #f46b45;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F18B47, #eea849);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F18B47, #eea849); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: inset 0px 0px 10px #e66927;
    color:#fff;
    font-weight: 400;
    line-height: 33px;
}

.orange-top-bar span {
    display: inline-block;
    margin-right: 10px;
}

.orange-top-bar .social {
    width:30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background:#fff;
    color:#EFA149;
}

.orange-top-bar .social:hover {
    background: #E85000;
    color:#fff;
}

.facebook  {
    background:#3B5998;
    color:#fff;
}

.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color:#fff;
}

.youtube  {
    background:#FE0000;
    color:#fff;
}


.middle-top-white {
    padding-top:5px;
    padding-bottom: 0px;
    position: absolute;
    left:0;
    right:0;
    top:60px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px #cccccc; */
}

.search-form {
    border-radius:25px;
    background:#fff;
    width:211px;
    display: inline-block;
    margin-left:20px;
    color:#000;
}


.search-form ::placeholder {
    color:#666666;
}

.search-form input {
    width: 158px;
    margin-left: 0px;
    height: 27px;
    border: none;
    outline: none; 
}

.search-form button {
    background: #999999;
    color: #fff;
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 4px;
}

.search-form button:hover {
    background:#E85000;
    color:#fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff !important;
    border-bottom:1px solid #ddd;
    min-height:61px;
    padding-bottom: 10px;
    z-index: 20 !important;
}


.sticky nav  {
    margin-top:20px;
}

.sticky nav ul a {
    color:#000;
}

.sticky nav .active {
    color:#fff;
}

.sticky-logo {
    display:none;
}

.white-logo {
    display:block;
}

.sticky .white-logo {
    display:none;
}
.sticky .sticky-logo {
    display:block;
}




nav {
    color: #fff;
    background-color: transparent;
    width: 100%;
    height: 46px;
    line-height: 44px;
    box-shadow: 0px 0px 10px #999999 !important;
    z-index: 20 !important;
    position:relative;
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #f2f2f2;
    display: inline-block;
    padding: 0 15px;
    font-weight: 500;
}

nav ul a:hover {
    background: #999999;
    color:#fff;
}

nav .active {
    background: #E85000;
    border-radius: 25px;
    color:#fff;
    margin-left:40px;
}

#my-slider {
    margin-top:0px;
}

.mobile-toggle-button-space {
    display: inline-block;
    margin-top: 15px;
}

.slide-caption {
    width: 51%;
    left:4.5% !important;
    top:22% !important;
    font-family: opensansbold, sans-serif;
    font-size: 2.7rem !important;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px #000;
    line-height: 3.5rem !important;
    text-align: left;
}

.slide-description {
    font-family: montserrat, sans-serif;
    width:45%;
    color:#f1f1f1;
    text-shadow: 1px 1px #000;
    font-size: 1rem !important;
    top:45% !important;
    left:4.5% !important;
    line-height: 1.7rem !important;
    text-align: left;
    letter-spacing: 1px;
}

.slider-mask {
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: rgba(0,0,0,0.6); */
    background: -webkit-linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));  
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    top: -54px;
}

.sp-button {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 8px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 1px 1px 5px #333;
}

.sp-selected-button {
    border: 1px solid #E18509;
    background-color: #E18509;

}

.slider-cta {
    background: #E85000;
    color:#fff;
    display:inline-block;
    text-shadow: none !important;
    padding:10px 15px;
    font-size: 16px;
    font-weight:500;
    margin-top:20px;
}

.slider-cta:hover {
    background: #666666;
}

.pre-header {
    color:#E85000;
    font-size:0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.main-header {
    font-size:2.7rem;
    font-weight: 800;
    margin-top:5px;
    font-family: opensansbold, verdana;
}

.main-header2 {
    font-size:1.9rem;
    font-weight: 800;
    margin-top:5px;
    font-family: opensansbold, verdana;
}

.carousel-cause.owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative;
    margin-top:30px; 
}
  
.cause-entry {
    background: #fff;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 4px; 
}
.cause-entry .img {
    display: block;
    height: 245px; 
}

.cause-entry .text {
    padding: 1px 20px;
    padding-bottom: 30px;
    background: #fff;
    margin-left: 19px;
    margin-right: 15px;
    margin-top: -40px;
    border-radius: 10px 10px 0px 0px
}

.cause-entry .text h3 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-transform: capitalize;
}

.cause-entry .text h3 a {
    color: #000; 
    margin-top:10px;
}

.cause-entry .text h3 a:hover {
    color: #e85000; 
}

.cause-entry span.donation-time {
    font-style: italic;
    color: #cfcfcf; 
}
.cause-entry span.fund-raised {
    color: #e85000;
    font-weight: 700;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #F2F2F2;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #E85000;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

.cause-learn-more {
    border:1px solid #ddd;
    background:#fff;
    font-size:14px;
    color:#333;
    display:inline-block;
    padding:5px 15px;
    border-radius:20px;
}
.cause-learn-more:hover {
    border:1px solid #999;
    color:#fff;
    background:#999;
}


.cause-donate-now {
    background:#e85000;
    border:1px solid #e85000;
    color:#fff;
    font-size:14px;
    display:inline-block;
    padding:5px 15px;
    border-radius:20px;
}
.cause-donate-now:hover {
    border:1px solid #999;
    background:#999;
    color:#fff;
}

.owl-carousel {
    position: relative; 
}

.owl-carousel .owl-item {
    opacity: .4; 
}

.owl-carousel .owl-item.active {
    opacity: 1; 
}

.about-pic-circle {
    border-radius: 50%;
    width: 329px;
    height:329px;
    background:#fff;
    padding:10px;
    box-shadow:2px 2px 10px #ccc;
}

.about-overlay {
    background: url('../img/about-overlay.jpg');
    background-size: cover;
    padding-top:120px;
    padding-bottom:50px;
    margin-top:-40px;
}

.icon-box {
    height:200px;
}

.statistics-overlay {
    background:url('../img/statistics-overlay.jpg');
    background-size:cover; 
    padding-top:70px;
    padding-bottom:20px;
}

.count-number {
    font-size: 3.5rem;
    color:#fff;
    font-family: montserrat, sans-serif;
    margin-top:10px;
    margin-bottom: 10px;
}

.count-heading {
    color:#ccc;
    text-transform: uppercase;
    font-size:14px;
}

.donation-nudge-title {
    font-size:1.5rem;
    color:#fff;
    text-transform: uppercase;

}
  
.donation-nudge-description {
    font-size: 1.1rem;
    line-height: 1.8rem;
    color:#ccc;
    margin-top:20px;
    margin-bottom:20px;
}

.countdown-background {
    background: rgba(0, 0, 0, 0.5);
    padding-top:25px;
    padding-bottom: 5px;
    margin-top:30px;
}

.donate {
    text-align: center;
    padding:25px;
    border:1px solid #ddd;
}


.donate-amounts a {
    line-height:40px;
    width:90px;
    display: inline-block;
    padding:0 15px;
    color:#fff;
    border:2px solid transparent;
    background:#E85000;
    font-size:1.2rem;
    text-align:center;
    margin-right:5px;
}   

.donate-amounts a:hover {
    border:2px solid #fff;
    background:#999;
}  

.donate-amounts a.active {
    border:2px solid #fff;
    background:#999;
}  

.help-box {
    font-size: 1.3rem;
    margin-bottom: 20px;
    position:relative;
    box-shadow: 0px 0px 10px #ddd;
}

.help-box a {
    color:#000;
}

.help-box .title {
    padding:10px;
    display: block;
}
.help-box .title:hover {
    background:#999;
    color:#fff;
}
.help-box .icon {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    background:#E85000;
    color:#fff;
    width:50px;
    text-align: center;
    padding:10px;
}
.side-currency {
    width:40px;
    height: 40px;
    text-align: center;
    background:#ccc;
    color:#fff;
    float:left;
    line-height: 40px;
}
.donate-box {
    height:40px;
    border:none;
    width:100px;
    float:left;
    font-size: 16px;
    line-height: 40px;
    padding-left:10px;
}

.donate-page-btn {
    
    background:#698C00;
    color:#fff;
    height:40px;
    border:none;
    padding:0px 15px;
    margin-left:5px;
}

.donate-page-btn:hover {
    background: #999999;
    color:#fff; 
}

.newsbox {
    background: #fff;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 4px; 
}

.news-image {
    height:200px;
    overflow: hidden;
}

.news-image img {
    width:100%;
    height: auto;
    min-height: 262px;
}

.news-time-details {
    color:#E85000;
    font-size:12px;
}

.news-title {
    font-size: 1.3rem;
    line-height:1.9rem;
}

.news-description {
    font-size: 1rem;
    line-height:1.5rem;
}

.news-text-area {
    padding:15px 20px;
    padding-bottom: 30px;
}

.what-we-do-box {
    width:100%;
    height:225px;
    overflow:hidden;
    transition: all 0.3s ease;
    position: relative;
    border:5px solid #fff;
    margin-bottom: 10px;
}

.what-we-do-box:hover {
    box-shadow: 0px 0px 5px #ccc;
}

.what-we-do-box img {
    width:100%;
    height:auto;
    min-height: 100%;
    transition:all 0.5s ease;
}

.what-we-do-box:hover img {
    transform: scale(1.2);

}

.what-we-do-box .mask{
    position:absolute;
    z-index: 1;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent ); 
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent );
}

.what-we-do-box .title {
    position: absolute;
    bottom:20px;
    left:0;
    right:0;
    color:#fff;
    font-size: 1.2rem;
    z-index: 2;
    text-align: center;
    font-weight: 700;
}

.endorsement-logo {
    height: 64px;
    margin-right: 20px;
}


.footer-text{
    line-height:25px; 
    color:#ccc; 
    padding-right:30px; 
    font-size:15px; 
    line-height:25px;
}

.footer-style {
    padding: 10px 10px;
    color: #ccc;
    margin-bottom: 0;
}

.footer-style h5 {

    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 22px
}

a.footer-link {

    color: #ccc;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 13px;

}

.scatter a {
	background: transparent;
	color: #fff;
	padding: 11px;
	line-height: 22px;
	width: 40px !important;
	height: 40px !important;;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
    display:inline-block;
    font-size: 16px;
}
.scatter a:hover {
    color: #000;
    background: #fff;
}


.scatter .facebook {
    background:#3B5998;
    color:#fff;
}

.scatter .instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color:#fff;
}

.scatter .youtube {
    background:#FE0000;
    color:#fff;
}

.btn-trans {
    background: transparent;
    border:1px solid #999;
    color:#333;
    box-shadow: none!important;
    padding:0 1rem;
    font-size: 13px;
    margin-top: 0px !important;
    text-transform: capitalize !important;
}

.btn-trans:hover {
    background: #999;
    border-radius: none !important;
    color: #fff;
}


.btn-trans2 {
    background: transparent !important;
    border:1px solid #fff;
    color:#fff;
    box-shadow: none !important;
    padding:0 1.7rem !important;
    border-radius: 30px;
    margin-top: 10px !important;
    text-transform: capitalize !important;
}

.btn-trans2:hover {
    background: #fff !important;
    border-radius: none !important;
    color: #333;
    background: #fff;
}

.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
    height: 300px;
}

.funded {
    font-size:22px;
    color:#333;
    margin-top:15px;
    margin-bottom: 20px;

}

.about-us-banner {
    background: url(../img/about-us-banner.jpg);
    background-size: cover;
    position:relative;
    padding-top:140px;
    height:400px;
}

.about-us-banner:after {
    content:'';
    background:rgba(0, 0, 0, 0.7);
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 0;
}

.page-intro-text {
    z-index: 1;
    position: relative;
    font-family: montserrat, sans-serif;
    font-size:1.1rem;
    line-height: 2.3rem;
    letter-spacing: 1px;
    color:#fff;
}

.light-grey-background {
    background:#FFF8F4;
    color:#000;
    padding:30px 0px;
}


.about-page-section-header {
	font-family: roboto, sans-serif;
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 700;
}

.about-page-section-header:after {
	content: '';
    display: block;
    width: 50px;
    height: 4px;
	background: #E85000;
	margin-top:6px;
}


.new-title {
	font-family: roboto, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}



.about-page-section-subheader {
	font-family: roboto, sans-serif;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 700;
}

.about-page-section-subheader:after {
	content: '';
    display: block;
    width: 30px;
    height: 3px;
	background: #E85000;
	margin-top:4px;
}

.about-page-icon {
    width: 50px;
    height: 50px;
    background: #e85000;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-top:25px;
}


.team-circle {
	width:150px;
	height:150px;
	background:#ccc;
	border-radius:50%;
    display:inline-block;
    box-shadow: 0px 0px 10px #ddd;
}

.team-circle img {
	width:150px;
	height:150px;
    border-radius:50%;
    padding:5px;
    background: #fff;
}

.team-name {
	font-size: 18px;
	color:#000;
	font-weight: 600;
	margin-top:10px;
	margin-bottom:5px;
}

.team-role {
	color:#666666;
}

.about-page-section-header2 {
	font-family: roboto, sans-serif;
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 700;
}

.about-page-section-header2:after {
	content: '';
    display: inline-block;
    width: 50px;
    height: 4px;
	background: #E85000;
	margin-top:6px;
}


.custom-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 0px;
    z-index: 10;
    right: 0;
    width: auto;
    text-align: left;
    margin-top:0px;
}

.custom-dropdown:hover .custom-dropdown-content,
.custom-dropdown:focus .custom-dropdown-content {
    display: block;
}

.custom-dropdown-content a {
    color: black;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    text-transform:capitalize;
}

.custom-dropdown-content a:hover,
.custom-dropdown-content a:focus {
    background-color: #f1f1f1;
    color: #E85000;
}

.sticky .custom-dropdown-content a {
    color: black;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    text-transform:capitalize;
}

.sticky .custom-dropdown-content a:hover,
.sticky .custom-dropdown-content a:focus {
    background-color: #f1f1f1;
    color:#E85000;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    font-size: 18px;
    height: 14px;
    line-height: 37px !important;
    position: relative;
    left: 4px;
    top: 2px;
}


.myform{
	text-align:left !important;
}

.myform input[type=submit]{
	background:#D0940D;
	color:#fff;
	padding:10px 20px;
	border:none;
}

.myform input[type=submit]:hover{
	background:#666666;
	color:#fff;
}

.myform input[type="text"]:disabled {
    background: #dddddd;
    cursor: not-allowed;
}

.myform input[type="number"] {
    
    width:100%;
    border: 1px solid #666666;
    background:transparent;
    padding:13px 10px;
    margin-bottom:20px;
    
}

.myform input[type=text],
.myform input[type=email],
.myform input[type=file],
.myform input[type=password],
.myform select
{
	width:100%;
	border: 1px solid #666666;
	background:transparent;
	padding:10px 10px;
	margin-bottom:20px;
}
.myform input[type=text]:focus,
.myform input[type=email]:focus,
.myform input[type=file]:focus,
.myform input[type=password]:focus,
.myform textarea:focus,
.myform select:focus
{
	border: 1px solid #D0940D;
	background:transparent;
	padding:10px 10px;
	
}


.myform textarea
{
	margin-bottom:20px;
	width:100%;
	height:300px;
	border: 1px solid #666666;
	background:transparent;
	padding:10px 10px;
}

.myform label {
	color:#666666;
	font-size:14px;
	text-align:left !important;
}

.myform ::placeholder {
    color: #666666;
}


.myform input[type="radio"]:not(:checked) + label::before, 
input[type="radio"]:not(:checked) + label::after {

    border: 2px solid #999999;

}

.myform input[type="radio"]:checked + label::after, 
input[type="radio"].with-gap:checked + label::before, 
input[type="radio"].with-gap:checked + label::after {
    border: 2px solid #F7D275;
}

.myform input[type="radio"]:checked + label::after, 
.myform input[type="radio"].with-gap:checked + label::after {
    background-color: #0099cc;
}



.donation-form input[type=text],
.donation-form input[type=email],
.donation-form input[type=password],
.donation-form input[type=number]
{
    width:100%;
    border: 1px solid #ccc;
    background:transparent;
    padding:10px 10px;
    margin-bottom:10px;
    border-radius: 5px;
}
.donation-form input[type=text]:focus,
.donation-form input[type=email]:focus,
.donation-form input[type=password]:focus,
.donation-form input[type=number]:focus,
.donation-form textarea:focus
{
    border: 1px solid #D0940D;
    background:transparent;
    padding:10px 10px;
    
}

.donation-form label {
    color:#fff;
    font-size:14px;
    text-align:left !important;
    font-weight: bold;
}


.donation-form ::placeholder {
    color: #666666;
}


.donation-form  input[type="text"]:disabled,
.donation-form  input[type="number"]:disabled,
.donation-form  input[type="email"]:disabled {
    background: #dddddd;
    cursor: not-allowed;
}

.donate-page-btn2 {
    background:#0099FF !important;
    color:#fff;
    padding:10px 15px;
    border-radius: 15px;
    margin-top:20px;
    display:inline-block;
    border:none;
    margin-right:10px;
}

.donate-page-btn2:hover {
    background:#999 !important;
    color:#fff;
}


.btn-trans3 {
    background: transparent !important;
    border:1px solid #999999;
    color:#333;
    box-shadow: none !important;
    padding:10px 30px !important;
    border-radius: 30px;
    text-transform: capitalize !important;
    line-height: 30px !important;
    height: 50px;
}

.btn-trans3:hover {
    background: #E18509 !important;
    border-radius: none !important;
    color: #fff;
    border:1px solid #E18509;
}


.btn-trans4 {
    background: transparent !important;
    border:1px solid #FF5400;
    color:#FF5400;
    box-shadow: none !important;
    padding:10px 30px !important;
    text-transform: capitalize !important;
    line-height: 30px !important;
    height: 50px;
}

.btn-trans4:hover {
    background: #E18509 !important;
    border-radius: none !important;
    color: #fff;
    border:1px solid #E18509;
}

.gallery_homepage_title {
    font-size: 1.5rem;
    line-height: 110%;
    margin-top: 30px;
}


.popup-logo {
	margin-top:30px;
}

#popup-close {
	position: absolute;
	right: 15px;
	top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	z-index: 10;
	background: #fff;
	color: #333;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border:none;
	border: 2px solid #ccc;
	text-align: center;
	line-height: 60px;
}
 
#popup-close:hover {
	background: #f46b45;
	color: #fff;
	border: 2px solid #f46b45;
}

.popup-box {
    width: 60%;
    height: 80%;
    position: fixed;
    left:19%;
    top: 9%;
    background-color: #fff;
    z-index: 1501;
    box-shadow: 1px 1px 10px #333;
	display: none;
	color:#333;
	text-align:center;
	overflow:hidden;
}

.popup-box ::placeholder {
	color:#666666;
}
.popup-box input[type=text] {
	width:100%;
	height:35px;
	color:#ddd;
	padding:5px 10px;
	color:#000;
	font-family:basic, sas-serif;
	font-size:14px;
	margin-bottom:10px;
}

.popup-box-space-in {
	padding: 2% 0%;
}

.popup-box input[type=submit] { 
	width:100%;
	height:35px;
	background:#FC8D93;
	color:#fff;
	text-align:center;
	border:none;
}
.popup-box input[type=submit]:hover,
.popup-box input[type=submit]:focus
{ 
	background:#666666;
	color:#fff;
}

.popup-background {
    background: #000;
    opacity: 0.9;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    z-index: 1500;
    display: none;
}

.popup-small-text {
	font-size: 15px;
	font-family: 'basic', verdana;
    margin-bottom:10px;
    margin-top:15px;
}

.popup-big-text { 
	font-size: 40px;
	line-height:50px;
	font-weight:600;
    font-family: 'opti', verdana;
    /* color:#1F8BCB; */
}

.more-details {
    background:#1F8BCB;
    color:#fff;
    font-size: 18px;
    padding:7px 15px;
    border-radius: 10px;
    display: inline-block;
}

.more-details:hover { 
    background: #666666;
    color:#fff;
}

.popup-side-bg {
    background: url('../img/popup-picture-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:90vh;
}



/*
=========================================================================================
RESPONSIVENESS
=========================================================================================
*/

@media screen and (min-width: 1200px)  {

}

@media screen and (min-width: 993px) and (max-width: 1199px)  {

}
    
@media screen and (min-width: 768px) and (max-width: 992px)  {

}

    
@media screen and (min-width: 536px) and (max-width: 767px)  {

}


@media screen and (min-width: 321px) and (max-width: 535px)  {
    .search-form {
        border-radius: 25px;
        background: #fff;
        width: 100%;
        display: inline-block;
        margin-left: 0px;
        color: #000;
    }
    .search-form input {
        width: 80%;
        margin-left: 0px;
        height: 27px;
        border: none;
        outline: none;
    }
    .middle-top-white {
        padding-top: 5px;
        padding-bottom: 0px;
        position: absolute;
        left: 0;
        right: 0;
        top: 42px;
        z-index: 1;
    }

    .button-collapse i {
        font-size: 25px;
        color:#fff;
        padding-top:5px;
    }

    .sticky .button-collapse i {
        font-size: 25px;
        color:#333;
        padding-top:5px;
    }

    .sticky nav {
        display: none;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff !important;
        border-bottom: 1px solid #ddd;
        min-height: 70px;
        padding-bottom: 5px;
    }

    .sticky .sticky-logo {
        display: block;
        height: 68px;
        margin-top:5px;
    }

    .slider-mask {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.6);
    }

    .upper-slider-text {
        display: none;
    }

    .slide-caption {
        width: 60%;
        left: 4.5% !important;
        top: 28% !important;
        font-family: opensansbold, sans-serif;
        font-size: 1.6rem !important;
        font-weight: 800;
        color: #fff;
        text-shadow: 1px 1px #000;
        line-height: 2rem !important;
        text-align: left;
    }

    .slider-cta {
        background: #E85000;
        color: #fff;
        display: inline-block;
        text-shadow: none !important;
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 500;
        margin-top: 20px;
    }
    .main-header {
        font-size: 2.3rem;
        font-weight: 800;
        margin-top: 5px;
        font-family: opensansbold, verdana;
    }

    .about-overlay {
        background: url(../img/about-overlay.jpg);
        background-size: cover;
        padding-top: 18px;
        padding-bottom: 50px;
        margin-top: -40px;
    }
    
    .about-pic-circle {
        border-radius: 50%;
        width: 300px;
        height: 300px;
        background: #fff;
        padding: 10px;
        box-shadow: 2px 2px 10px #ccc;
    }

    .statistics-overlay {
        background: url(../img/statistics-overlay.jpg);
        background-size: cover;
        padding-top: 31px;
        padding-bottom: 20px;
    }

    .donate-amounts a {
        line-height: 40px;
        width: 87px;
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        border: 2px solid transparent;
        background: #E85000;
        font-size: 1.2rem;
        text-align: center;
        margin-right: 5px;
    }
    
    .donate-side-div-1 {
        width:129px;
        float:left
    }

    
    .donate-side-div-2 {
        width:150px;
        float: left;
    }

    .donate-box {
        height: 40px;
        border: none;
        width: 89px;
        float: left;
        font-size: 16px;
        line-height: 40px;
        padding-left: 10px;
    }
    .white-logo {
        display: block;
        height: 68px !important;
        margin-top:5px;
    }

    .popup-side-bg {
		background: url('../img/popup-picture-background.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 100% 26%;
		width: 100%;
		height:30vh;
	}
	.popup-box-space-in {
		padding: 0% 4%;
	}

	.popup-logo {
		margin-top: 8px;
		height: 50px;
	}

	.popup-big-text {
		font-size: 24px;
		line-height: 27px;
		font-weight: 600;
		font-family: 'opti', verdana;
	}

	.popup-overflow  {
		height: 290px;
		overflow-y: auto;
	}
}

@media screen and (min-width: 1px) and (max-width: 320px)  {
    .white-logo {
        display: block;
        height: 68px !important;
        margin-top:5px;
    }
    .search-form {
        border-radius: 25px;
        background: #fff;
        width: 100%;
        display: inline-block;
        margin-left: 0px;
        color: #000;
    }
    .search-form input {
        width: 80%;
        margin-left: 0px;
        height: 27px;
        border: none;
        outline: none;
    }
    .middle-top-white {
        padding-top: 5px;
        padding-bottom: 0px;
        position: absolute;
        left: 0;
        right: 0;
        top: 42px;
        z-index: 1;
    }

    .button-collapse i {
        font-size: 25px;
        color:#fff;
        padding-top:5px;
    }

    .sticky .button-collapse i {
        font-size: 25px;
        color:#333;
        padding-top:5px;
    }

    .sticky nav {
        display: none;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff !important;
        border-bottom: 1px solid #ddd;
        min-height: 70px;
        padding-bottom: 5px;
    }

    .sticky .sticky-logo {
        display: block;
        height: 68px;
    }

    .slider-mask {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.6);
    }

    .upper-slider-text {
        display: none;
    }

    .slide-caption {
        width: 60%;
        left: 4.5% !important;
        top: 28% !important;
        font-family: opensansbold, sans-serif;
        font-size: 1.6rem !important;
        font-weight: 800;
        color: #fff;
        text-shadow: 1px 1px #000;
        line-height: 2rem !important;
        text-align: left;
    }

    .slider-cta {
        background: #E85000;
        color: #fff;
        display: inline-block;
        text-shadow: none !important;
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 500;
        margin-top: 20px;
    }
    .main-header {
        font-size: 2.3rem;
        font-weight: 800;
        margin-top: 5px;
        font-family: opensansbold, verdana;
    }

    .about-overlay {
        background: url(../img/about-overlay.jpg);
        background-size: cover;
        padding-top: 18px;
        padding-bottom: 50px;
        margin-top: -40px;
    }
    
    .about-pic-circle {
        border-radius: 50%;
        width: 300px;
        height: 300px;
        background: #fff;
        padding: 10px;
        box-shadow: 2px 2px 10px #ccc;
    }

    .statistics-overlay {
        background: url(../img/statistics-overlay.jpg);
        background-size: cover;
        padding-top: 31px;
        padding-bottom: 20px;
    }

    .donate-amounts a {
        line-height: 40px;
        width: 87px;
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        border: 2px solid transparent;
        background: #E85000;
        font-size: 1.2rem;
        text-align: center;
        margin-right: 5px;
    }
    
    .donate-side-div-1 {
        width:129px;
        float:left
    }

    
    .donate-side-div-2 {
        width:150px;
        float: left;
    }

    .donate-box {
        height: 40px;
        border: none;
        width: 89px;
        float: left;
        font-size: 16px;
        line-height: 40px;
        padding-left: 10px;
    }
    .popup-box {
        width: 90%;
        height: 90%;
        position: fixed;
        left:5%;
        top: 5%;
        background-color: #fff;
        z-index: 1501;
        box-shadow: 1px 1px 10px #333;
        display: none;
        color:#333;
        text-align:center;
        overflow:hidden;
    }
    .popup-side-bg {
		background: url('../img/popup-picture-background.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 100% 26%;
		width: 100%;
		height:30vh;
	}
	.popup-box-space-in {
		padding: 0;
	}

	.popup-logo {
		margin-top: 8px;
		height: 50px;
	}

	.popup-big-text {
		font-size: 24px;
		line-height: 27px;
		font-weight: 600;
		font-family: 'opti', verdana;
	}

	.popup-overflow  {
		height: 290px;
		overflow-y: auto;
	}
}
    