#success-contact{
  color: #e68541;
  font-weight: bolder;
  font-size: large;
  display: none;
}


.mission-list li{
  list-style: none !important;
  color: #e68541;
  font-weight: bold;
}


.text-justified{
  text-align: justify;
  text-justify: distribute;
}

.donate-amount{
  color: #e68541;
  font-weight: bolder;
  font-size: large;
}

a.icon_bar_facebook span.b {
    background: #3a589b;
    color: #fff;
}

a.icon_bar_facebook span.t {
    background: #3a589b;
    color: #fff;
}

a.icon_bar_twitter span.b {
    background: #32ccfe;
    color: #fff;
}

a.icon_bar_twitter span.t {
    background: #32ccfe;
    color: #fff;
}

::placeholder {
  color: #8d827a;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #8d827a;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #8d827a;
}

#contactWrapper .column input[type="text"], #contactWrapper .column input[type="email"],#contactWrapper .column input[type="password"] {
  border-color: #b9b0b0;
}

#contactWrapper .column input[type="text"]:focus, #contactWrapper .column input[type="email"]:focus,#contactWrapper .column input[type="password"]:focus {
  border-color: #e68541;
  color:#e68541;
}

.donate-btn{
  border: solid 3px #e68541 !important;
  color: #b79176;
}

.donate-btn:hover{
  background-color: #e68541;
  color:#fff;
}

@media only screen and (max-width: 1240px) {
  .donate-btn{
    padding: 2px;
    border-radius: 3px;
  }
}

.header-transparent #Top_bar.is-sticky .menu > li > a span:not(.description) {
    line-height: 54px;
}

/* button video */

.tm-video-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.tm-about-video .tm-video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tm-video-button span {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-radius: 50%;
    -webkit-animation: tm-video-animaion 2s linear infinite;
    animation: tm-video-animaion 2s linear infinite;
    -webkit-box-shadow: 0 0 0 11px #e68541;
    box-shadow: 0 0 0 11px #e68541;
}


.tm-video-button i {
    font-size: 66px;
    color: #e68541;
    background-color: #fff;
    border-radius: 100%;
}


@media screen and (max-width: 767px) {
  .tm-video-button {
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
    }
    .tm-about-video {
        min-height: 380px;
    }

    .tm-about-video .tm-video-button {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@media screen and (max-width: 575px) {

  .tm-about-video .tm-video-button {
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
    }
}


/*Video Animaion*/
@-webkit-keyframes tm-video-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
}
@keyframes tm-video-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
}

.image_frame .image_wrapper {
  position: relative;
  overflow: hidden;
  max-height: 200px;
}

@media(max-width: 1024px) {
  .image_frame .image_wrapper {
    max-height: 110px;
  }
}
