._the_email_confirm_group {
  display: none !important;
}

body {
  padding-top: 85px;
}

.weh {
  position: relative;
}

.media-container.style2 {
  height: 397px;
}
.yt-fallback-bg {
  background-image: url("/images/yt-fallback-bg-712.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

/* OVERRIDE */
.flag-icon-en {
  background-image: url(../bower_components/flag-icon-css/flags/4x3/gb.svg);
}
.flag-icon-en.flag-icon-squared {
  background-image: url(../bower_components/flag-icon-css/flags/1x1/gb.svg);
}

.go2top {
  bottom: 20px;
  cursor: pointer;
  display: inline-block;
  position: fixed;
  right: 10px;
}
.go2top > i {
  color: #89939e;
  font-size: 38px;
  font-weight: 300;
  opacity: 0.5;
}

/* OVERRIDE */
.btn-flat {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.form-control:focus {
  border-color: #b70738;
}

#donaPrivacy {
  height: 190px;
  overflow: hidden;
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.target {
  background: #ffd34f !important;
  border-color: #ed4141 !important;
}
.activeCheck label {
  float: none !important;
}
.activeCheck label.active {
  border: 2px solid #55d737;
}

/* * * MISC * * */
.withAlert {
  position: fixed !important;
  top: 55px;
  left: 15%;
  width: 70%;
  text-align: center;
  z-index: 99999;
}
.cursor-pointer {
  cursor: pointer;
}
.showhideBox {
  cursor: pointer;
}

/* OVERRIDE bootstrap-datepicker */
/* selected */
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #e97228;
  border-color: #204d74;
}

.datepicker table tr td.highlighted {
  background: transparent !important;
  border: none !important;
  color: #ff0000 !important;
}

.datepicker table tr td.selected.highlighted,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active {
  color: #fff !important;
  background-color: #286090 !important;
  border-radius: 5px;
}

/* OVERWRITED */
.center-block {
  float: none;
}
/** Tools **/
.display-none {
  display: none;
}
/* BUTTONS btn-[] */
.btn-circle {
  border-radius: 50%;
  height: 36px;
  padding: 8px 12px;
  width: 36px;
}

.divider {
  height: 30px;
}
.divider-100 {
  height: 100px;
}
.divider-200 {
  height: 200px;
}
.divider-300 {
  height: 300px;
}

.link-unstyled,
.link-unstyled:hover,
.link-unstyled:active,
.link-unstyled:focus {
  text-decoration: none;
}

.relpos {
  position: relative;
}
.abspos {
  position: absolute;
}

.rightpos {
  right: 0px;
}
.leftpos {
  left: 0px;
}
.toppos {
  top: 0px;
}
.bottompos {
  bottom: 0px;
}

.rightpos-5 {
  right: 5px;
}
.leftpos-5 {
  left: 5px;
}
.toppos-5 {
  top: 5px;
}
.bottompos-5 {
  bottom: 5px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 3px #999999;
  -moz-box-shadow: 0 0 3px #999999;
  box-shadow: 0 0 3px #999999;
}
.box-bordered-7 {
  border: 1px solid #cccccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
}
.overflow-hidden {
  overflow: hidden;
}

/* BACKGROUNDS bg-[] */
.bg-lgray {
  background-color: #f1f1f1;
}
.bg-white {
  background: #ffffff;
}
.bg-white-transparent {
  background: #ffffff;
  background-color: rgba(255, 255, 255, 0.78) !important;
}
.bg-lgreen-transparent {
  background: none repeat scroll 0 0 rgba(200, 255, 200, 0.6);
}
.bg-acqua {
  background: #dafdff;
}
.bg-acqua-transparent {
  background: #dafdff;
  background-color: rgba(208, 253, 255, 0.78);
}

.border-radius {
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
.border-radius-bottom {
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.border-radius-top {
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.border-solid1 {
  border: 1px solid #dddddd;
}
.border-solid1-left {
  border-left: 1px solid #dddddd;
}

.padding {
  padding: 10px;
}
.padding-tb {
  padding: 10px 0px;
}
.padding-tb-5 {
  padding: 5px 0px;
}

.margin-10 {
  margin: 10px;
}
.margin-tb-10 {
  margin: 10px 0px;
}
.margin-20 {
  margin: 20px;
}
.margin-tb-20 {
  margin: 20px 0px;
}

.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 10px;
}
.margin-top-30 {
  margin-top: 30px;
}

.no-margin {
  margin: 0px;
}
.no-margin-imp {
  margin: 0px !important;
}
.no-margin-top {
  margin-top: 0px;
}

.no-padding {
  padding: 0px;
}
.no-padding-imp {
  padding: 0px !important;
}

.float-none {
  float: none;
}

/* TEXT text-[] */
.text-white {
  color: #ffffff;
}
.text-white-imp {
  color: #ffffff !important;
}
.text-white-a,
.text-white-a:hover {
  color: #ffffff;
}

.text-black {
  color: #000000;
}
.text-black-imp {
  color: #000000 !important;
}
.text-black-a,
.text-black-a:hover {
  color: #000000;
}

.text-red {
  color: #ed4141;
}

.text-gray {
  color: #999999;
}
.text-lgray {
  color: #cccccc;
}
.text-yellow {
  color: #edc400;
}

.text-underline1 {
  border-bottom: 1px solid #0073ba;
}
.text-underline1:hover {
  text-decoration: none;
  border-bottom: none;
}

.text-line-through {
  text-decoration: line-through;
}
.text-normal {
  font-weight: normal;
}
.lower-case {
  text-transform: lowercase;
}
.text-underline {
  text-decoration: underline;
}

/* Please i wont a light tooltip :) */
.tooltip {
  font-size: 14px;
  z-index: 1;
}
.tooltip-inner {
  color: #222222;
  background-color: #cccccc;
  border-radius: 4px;
}
.tooltip-arrow {
}
.tooltip.top .tooltip-arrow {
  border-top-color: #cccccc;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #cccccc;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #cccccc;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #cccccc;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #cccccc;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #cccccc;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #cccccc;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #cccccc;
}
/* Please i wont a light tooltip END */
/* TypeAhead */
.twitter-typeahead {
  width: 100%;
  background: #ffffff;
}
.twitter-typeahead .form-control {
  float: none;
}
.tt-input {
}
.tt-hint {
}
.tt-menu {
  width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 14px;
  left: -35;
  padding: 10px 0;
}
.tt-suggestion {
  padding: 5px 10px;
  width: 100%;
  margin: 0px;
}
.tt-suggestion:hover {
  background-color: #eeeeee;
}
.tt-cursor {
  background-color: #eeeeee;
}
.tt-highlight {
  background: #dafdff;
}
/* TypeAhead END */

.kode-donate-now {
  float: right;
}
.kode-contact-icon {
  height: 400px;
}

/* MEDIA SCREEN start */
@media (min-width: 768px) {
  /* from sm - to lg... (not xs) */

  /* from sm - to lg... (not xs) */
}
@media (max-width: 480px) {
  /* less then xs */
  .c-brand img {
    width: 85%;
  }
  .inverse-icon-xs {
    color: #222222 !important;
  }

  body {
    padding-top: 150px;
  }
  .btn-xs-in-xs {
    padding: 8px 20px !important;
  }

  #logo img {
    padding: 0;
  }

  /* YT bg video */
  .media-container.style2 {
    height: 240px;
  }
  .xs-m-n-15 {
    margin-top: -15px;
  }
  /* less then xs */
}
@media (max-width: 767px) and (min-width: 481px) {
  /* xs */
  .c-brand img {
    width: 87%;
  }
  .inverse-icon-xs {
    color: #222222 !important;
  }

  .kode-donate-now {
    float: left;
  }
  body {
    padding-top: 150px;
  }

  #logo img {
    padding: 0;
  }

  /* YT bg video */
  .media-container.style2 {
    height: 240px;
  }
  .xs-m-n-15 {
    margin-top: -15px;
  }
  /* xs*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /* sm (from xs - to sm) */
  body {
    padding-top: 150px;
  }

  #logo {
    width: 225px;
  }
  #logo img {
    padding: 0;
  }
  /* sm (from xs - to sm) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* md (from sm - to md) */

  .kode-contact-icon {
    height: 420px;
  }

  #logo {
    width: 190px;
  }
  #logo img {
    margin-top: 10px;
  }
  .header-sticky #logo img {
    margin-top: 0;
  }

  body {
    padding-top: 150px;
  }
  /* md (from sm - to md) */
}
@media (min-width: 1200px) {
  /* lg */

  /* lg */
}
