.mb0 {
  margin-bottom: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.ml20 {
  margin-left: 20px !important; }

.pr0 {
  padding-right: 0 !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.pt20 {
  padding-top: 20px; }

.show {
  display: block !important; }

.nopadding {
  padding: 0 !important; }

.center-block {
  display: block;
  margin: 0 auto; }

.full-width {
  width: 100%; }

.unread {
  background-color: rgba(180, 239, 255, 0.28) !important;
  position: relative; }

.unread::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #60b5cc;
  border-radius: 50%;
  top: 16px;
  right: 14px; }

.center-absolute {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute !important; }

a {
  cursor: pointer !important; }

body {
  padding-top: 90px;
  background: #6dcde8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6dcde8 0%, #b4efff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6dcde8 0%, #b4efff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6dcde8 0%, #b4efff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.loading-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #6dcde8;
  z-index: 100000;
  display: flex;
  top: 0;
  left: 0; }
  .loading-container img {
    margin: auto;
    max-width: 100px; }

#loadingContainer {
  z-index: 999999;
  position: fixed;
  width: 100%;
  background-color: transparent;
  height: 100%;
  display: none; }

#loadingContainer .loader-circle {
  width: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.63);
  height: 60px;
  border-radius: 50%;
  position: absolute;
  padding: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%; }

.back {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  z-index: -1; }

header {
  height: 80px;
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .3s ease-in-out; }
  header .container {
    width: 88%; }
  header .logo {
    max-width: 120px;
    position: relative;
    float: left;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 340px) {
      header .logo {
        max-width: 96px; } }
    header .logo img {
      position: absolute;
      top: 10px;
      width: 58%;
      z-index: 10;
      left: 0;
      right: 0;
      margin: 0 auto; }
    header .logo .logo-cloud {
      max-width: 100%;
      transform: rotate(180deg);
      margin-top: 30px; }
      @media screen and (max-width: 380px) {
        header .logo .logo-cloud {
          margin-top: 16px; } }
  header .left-menu {
    margin: 0;
    float: left;
    padding-top: 24px; }
    header .left-menu .menu-item {
      display: inline-block;
      margin-left: 22px;
      font-size: 20px;
      font-family: "Gidolinya-Bold"; }
      header .left-menu .menu-item a {
        color: #60b5cc;
        transition: .2s ease-in-out; }
        header .left-menu .menu-item a i {
          vertical-align: sub;
          font-size: 26px; }
      header .left-menu .menu-item .dropdown-content {
        margin-top: 30px; }
        @media screen and (max-width: 1024px) {
          header .left-menu .menu-item .dropdown-content {
            display: block !important;
            position: relative !important;
            opacity: 1 !important;
            top: 0 !important;
            left: 0 !important;
            box-shadow: none;
            margin-top: 10px !important; } }
    header .left-menu a:hover {
      color: #0a5367 !important; }
  header .how-btn {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    font-size: 20px;
    background: #6ecee8;
    border-radius: 0 0 6px 6px;
    text-align: center;
    padding: 8px 0;
    color: #ffffff;
    font-family: "Gidolinya-Bold"; }
    @media screen and (max-width: 380px) {
      header .how-btn {
        width: 112px;
        font-size: 16px; } }
  header .how-btn:hover {
    color: #ffffff !important; }
  header .button {
    padding: 6px 14px;
    display: inline-block;
    background: #6ecee8;
    border-radius: 4px;
    border-bottom: 2px solid #65bed6;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    vertical-align: middle; }
  header .button:hover {
    background: #65bed6; }
  header .hollow-button {
    border: 2px solid #6ecee8;
    background: transparent;
    color: #6ecee8; }
  header .hollow-button:hover {
    background: #6ecee8;
    color: #ffffff; }

.right-menu {
  height: 80px; }
  .right-menu .loggedInState {
    position: relative;
    display: inline-block;
    padding: 20px 10px;
    vertical-align: middle;
    border-left: 1px solid rgba(0, 0, 0, 0.13);
    margin-left: 10px;
    padding-left: 18px; }
    @media screen and (max-width: 1024px) {
      .right-menu .loggedInState {
        border-left: 0;
        padding-left: 0;
        width: 100%; } }
    .right-menu .loggedInState img {
      max-width: 40px;
      vertical-align: middle; }
    .right-menu .loggedInState .lang-switch {
      margin-left: 12px;
      display: inline; }
  .right-menu .lang-switch {
    display: inline-block;
    margin-left: 22px;
    font-size: 20px;
    font-family: "Gidolinya-Bold";
    color: #60b5cc;
    vertical-align: middle; }
    .right-menu .lang-switch img {
      max-width: 20px;
      margin-right: 6px; }
    .right-menu .lang-switch i {
      vertical-align: sub; }
    .right-menu .lang-switch a:hover {
      color: #0a5367 !important; }
  .right-menu .lang-switch:hover {
    color: #0a5367 !important; }
  .right-menu .button {
    margin-left: 14px; }
  .right-menu .dropdown-content {
    margin-top: 28px;
    margin-left: -42px; }

.shadow {
  -webkit-filter: drop-shadow(-5px -5px 5px rgba(0, 0, 0, 0.14));
  filter: drop-shadow(-5px -5px 5px rgba(0, 0, 0, 0.14));
  /* Same syntax as box-shadow, except 
                                                     for the spread property */ }

.intro {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(10, 83, 103, 0.41); }
  .intro .plane {
    max-width: 100%;
    margin-top: 20px;
    animation: stormy 5s ease-in-out infinite; }
  .intro h1 {
    font-weight: 600;
    font-family: "Gidolinya-Bold";
    color: #0a5367;
    font-size: 34px; }
  .intro h3 {
    font-family: "gidolinya-regular";
    font-weight: 100;
    line-height: 1.3;
    font-size: 21px; }

.header-menu {
  transition: all .3s ease-in-out;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .header-menu {
      position: fixed;
      width: 100vw;
      height: 100vh;
      background: white;
      left: -100%;
      opacity: 0;
      z-index: 999;
      padding: 40px 20px;
      overflow-y: scroll; }
      .header-menu ul {
        float: none; }
        .header-menu ul li {
          display: block !important; }
        .header-menu ul .menu-item {
          margin-bottom: 20px; }
      .header-menu .right-menu {
        float: none !important;
        display: block;
        height: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.22);
        padding-top: 28px;
        text-align: center;
        position: relative; }
      .header-menu .lang-switch {
        margin-bottom: 20px; } }

.show-nav {
  left: 0;
  opacity: 1; }

.hideFlow {
  overflow: hidden !important; }

.hamburger-menu {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 19px;
  cursor: pointer;
  z-index: 999; }
  @media screen and (min-width: 1025px) {
    .hamburger-menu {
      display: none; } }

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px; }

.bar {
  position: relative;
  transform: translateY(8px);
  background: #253d47;
  transition: all 0ms 300ms; }
  .bar.animate {
    background: rgba(255, 255, 255, 0); }

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #253d47;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #253d47;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

#registerationModal {
  height: 80%;
  max-height: 80% !important; }

#signInModal {
  height: 80%;
  max-height: 80% !important; }
  #signInModal .modal-content {
    position: relative;
    min-height: 100%; }
    #signInModal .modal-content .leftContent {
      position: absolute;
      left: 0;
      height: 100%;
      width: 50%;
      top: 0;
      padding: 20px;
      background-color: #253d47;
      background-image: url("../img/signin.jpeg");
      background-size: cover;
      background-repeat: no-repeat; }
      #signInModal .modal-content .leftContent .leftText {
        position: relative;
        top: 50%; }
      #signInModal .modal-content .leftContent h2 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 16px;
        text-align: center;
        font-weight: bold;
        line-height: 1.2;
        z-index: 100;
        position: relative; }
      #signInModal .modal-content .leftContent .btn {
        z-index: 100;
        position: relative;
        margin-bottom: 20px;
        background-color: #485992; }
        #signInModal .modal-content .leftContent .btn img {
          max-width: 18px;
          vertical-align: sub; }
      #signInModal .modal-content .leftContent .grad-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .3;
        z-index: 0;
        background: #499bea;
        background: -moz-linear-gradient(left, #499bea 0%, #207ce5 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #499bea), color-stop(100%, #207ce5));
        background: -webkit-linear-gradient(left, #499bea 0%, #207ce5 100%);
        background: -o-linear-gradient(left, #499bea 0%, #207ce5 100%);
        background: -ms-linear-gradient(left, #499bea 0%, #207ce5 100%);
        background: linear-gradient(to right, #499bea 0%, #207ce5 100%); }
    #signInModal .modal-content .rightContent {
      padding: 24px;
      position: absolute;
      right: 0;
      height: 100%;
      width: 100%;
      top: 0; }
      #signInModal .modal-content .rightContent .btn {
        width: 100%; }

.facebook-login {
  background-color: #485992; }

.facebook-login:hover {
  background-color: #485992;
  color: #ffffff; }

.forgetPasswordModal .btn {
  width: 100%;
  line-height: 1.2; }

#langMenu {
  margin-top: 24px;
  margin-left: 22px; }
  @media screen and (max-width: 600px) {
    #langMenu {
      margin-top: -28px;
      margin-left: 40%; } }

#loggedInDropdown li a i {
  vertical-align: middle;
  margin-right: 10px; }

#stopVideo {
  position: absolute;
  right: 112px;
  top: 34px;
  z-index: 100; }
  #stopVideo i {
    font-size: 30px;
    color: #fff; }

.has-error span {
  position: absolute;
  bottom: -4px;
  right: -11px;
  color: #e53935; }

#myPoints {
  width: 38% !important;
  background-image: url("../images/filter.png"); }
  #myPoints .my-points i {
    vertical-align: text-bottom;
    margin-right: 10px; }
  #myPoints .my-points span {
    padding: 8px 10px;
    background: rgba(0, 0, 0, 0.11);
    margin-left: 14px;
    border-radius: 4px; }
  #myPoints .my-points h5 {
    color: #253d47; }
  #myPoints .levels .left {
    width: 30px;
    height: 30px;
    margin: auto;
    background-color: #02A5E0;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 18px; }
  #myPoints .levels .right {
    width: 30px;
    height: 30px;
    margin: auto;
    background-color: #F5680C;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 18px; }
  #myPoints .progress {
    height: 28px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.13); }
    #myPoints .progress .determinate {
      border-radius: 40px; }
      #myPoints .progress .determinate span {
        right: 0;
        position: absolute;
        background: #fff;
        top: 0;
        height: 28px;
        width: 28px;
        border-radius: 50%;
        color: #60b5cc;
        font-size: 12px;
        padding: 4px; }

a.play-link.playVideoCamp {
  cursor: pointer; }
  a.play-link.playVideoCamp:hover {
    opacity: 0.9; }

#loginFormModal .modal-close {
  position: absolute;
  font-size: 18px;
  right: 10px;
  top: 10px;
  font-weight: bold;
  color: #b0b0b0;
  border: 1px solid #b0b0b0;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  padding: 0px !important;
  text-align: center;
  line-height: 41px; }
#loginFormModal .btn {
  width: 100%;
  min-height: 40px;
  line-height: 40px; }

.dotsBG {
  background-image: url("../img/dots.png");
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  z-index: -1;
  bottom: 35px; }

.showAR {
  display: none; }

.showEn {
  display: block; }

.stickyHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media screen and (max-width: 600px) {
    .stickyHeader {
      height: 60px; } }
  .stickyHeader .logo {
    max-width: 78px;
    max-height: 80px;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .stickyHeader .logo {
        max-width: 54px;
        max-height: 60px; } }

#givePointsModal .modal-content .points-counter {
  font-size: 16px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #60b5cc;
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.1; }

.side-nav {
  z-index: 9999 !important; }
  @media screen and (max-width: 600px) {
    .side-nav {
      width: 80% !important; } }

#givePointsModal h3 {
  padding-right: 70px; }

@keyframes stormy {
  50% {
    transform: translateY(-20px); } }
@media screen and (max-width: 1024px) {
  .right-menu .loggedInState {
    padding-top: 8px !important; } }

.campaigns {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(10, 83, 103, 0.41); }
  @media only screen and (min-width: 993px) {
    .campaigns .container {
      width: 80%; } }
  .campaigns .single-campaign h4 {
    font-size: 32px;
    color: #0a5367;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      .campaigns .single-campaign h4 {
        font-size: 24px; } }
  .campaigns .single-campaign .desc {
    color: #ffffff;
    font-size: 18px;
    padding: 0 116px; }
    @media screen and (max-width: 600px) {
      .campaigns .single-campaign .desc {
        padding: 0 20px; } }
  .campaigns .single-campaign .video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 420px;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 992px) {
      .campaigns .single-campaign .video-thumb {
        height: 350px; } }
    @media screen and (max-width: 600px) {
      .campaigns .single-campaign .video-thumb {
        height: 270px; } }
    .campaigns .single-campaign .video-thumb .vid-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 260px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      @media screen and (max-width: 600px) {
        .campaigns .single-campaign .video-thumb .vid-overlay {
          height: 180px; } }
    .campaigns .single-campaign .video-thumb .play-btn {
      position: absolute;
      width: 100%;
      height: 90px;
      top: 46%; }
      @media screen and (max-width: 992px) {
        .campaigns .single-campaign .video-thumb .play-btn {
          top: 38%; } }
      @media screen and (max-width: 600px) {
        .campaigns .single-campaign .video-thumb .play-btn {
          top: 25%; } }
      .campaigns .single-campaign .video-thumb .play-btn h4 {
        color: #ffffff; }
      .campaigns .single-campaign .video-thumb .play-btn h5 {
        color: #ffffff; }
      .campaigns .single-campaign .video-thumb .play-btn .play-link .svg {
        position: relative;
        width: 90px;
        display: block;
        margin: 0 auto;
        transition: .3s ease-in-out;
        margin-bottom: 20px; }
  .campaigns .single-campaign .side-btns {
    padding-top: 48px; }
    @media screen and (max-width: 600px) {
      .campaigns .single-campaign .side-btns {
        padding-top: 16px; } }
    .campaigns .single-campaign .side-btns p {
      font-size: 16px;
      color: #ffffff;
      line-height: 1.3; }
    .campaigns .single-campaign .side-btns .share-btn {
      background: #485992;
      padding: 12px 0;
      border-radius: 8px;
      color: #ffffff;
      display: block;
      overflow: hidden;
      position: relative;
      font-size: 16px;
      box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.26);
      transition: all .2s ease-in-out;
      margin-bottom: 14px;
      /* Portrait */ }
      @media screen and (max-width: 992px) {
        .campaigns .single-campaign .side-btns .share-btn {
          min-width: 46%;
          margin-right: 10px;
          display: inline-block !important; } }
      @media only screen and (min-device-width: 1020px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .campaigns .single-campaign .side-btns .share-btn {
          font-size: 14px; } }
      .campaigns .single-campaign .side-btns .share-btn svg {
        max-width: 19px;
        vertical-align: sub;
        margin-right: 4px;
        margin-left: 10px; }
        @media only screen and (min-device-width: 1020px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .campaigns .single-campaign .side-btns .share-btn svg {
            max-width: 14px;
            vertical-align: sub;
            margin-right: 4px;
            margin-left: 8px; } }
      .campaigns .single-campaign .side-btns .share-btn span {
        background: #ffffff;
        position: absolute;
        height: 100%;
        top: 0;
        right: -1px;
        color: #485992;
        font-size: 16px;
        max-width: 40px;
        padding: 8px 10px;
        line-height: 1;
        text-align: center; }
        @media only screen and (min-device-width: 1020px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
          .campaigns .single-campaign .side-btns .share-btn span {
            font-size: 14px;
            max-width: 34px; } }
    .campaigns .single-campaign .side-btns .share-btn:hover {
      background: #ffffff; }
    .campaigns .single-campaign .side-btns .facebook-btn {
      background: #485992;
      color: #ffffff; }
      .campaigns .single-campaign .side-btns .facebook-btn span {
        color: #485992; }
    .campaigns .single-campaign .side-btns .facebook-btn:hover {
      color: #485992; }
      .campaigns .single-campaign .side-btns .facebook-btn:hover path {
        fill: #485992; }
    .campaigns .single-campaign .side-btns .twitter-btn {
      background: #4ebeed; }
      .campaigns .single-campaign .side-btns .twitter-btn span {
        color: #4ebeed; }
    .campaigns .single-campaign .side-btns .twitter-btn:hover {
      color: #4ebeed; }
      .campaigns .single-campaign .side-btns .twitter-btn:hover path {
        fill: #4ebeed; }
    .campaigns .single-campaign .side-btns .instagram-btn {
      background: #336699; }
      .campaigns .single-campaign .side-btns .instagram-btn span {
        color: #336699; }
    .campaigns .single-campaign .side-btns .instagram-btn:hover {
      color: #336699; }
      .campaigns .single-campaign .side-btns .instagram-btn:hover path {
        fill: #336699; }
    .campaigns .single-campaign .side-btns .orange-btn {
      background: #f5680b;
      padding-left: 20px; }
      .campaigns .single-campaign .side-btns .orange-btn span {
        color: #f5680b; }
    .campaigns .single-campaign .side-btns .orange-btn:hover {
      color: #f5680b; }
  .campaigns .single-campaign .stats-box {
    min-height: 360px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-top: 30px;
    padding: 26px 36px; }
    @media screen and (max-width: 600px) {
      .campaigns .single-campaign .stats-box {
        padding: 20px; } }
    .campaigns .single-campaign .stats-box h4 {
      font-size: 32px;
      color: #ffffff; }
    .campaigns .single-campaign .stats-box .stats-info {
      margin: 6px 0px;
      font-size: 18px;
      color: #0a5367; }
    .campaigns .single-campaign .stats-box .badge {
      position: relative;
      max-width: 160px;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .campaigns .single-campaign .stats-box .badge {
          max-width: 100%; } }
      .campaigns .single-campaign .stats-box .badge .badge-info {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        margin: 0 auto; }
        .campaigns .single-campaign .stats-box .badge .badge-info p {
          color: #ffffff;
          font-size: 14px; }
        .campaigns .single-campaign .stats-box .badge .badge-info h3 {
          margin: 0;
          font-size: 24px;
          font-weight: 600;
          color: #fff; }
      .campaigns .single-campaign .stats-box .badge img {
        width: 100px;
        max-height: 110px;
        margin: 0 auto; }
    .campaigns .single-campaign .stats-box .divider {
      background-color: #3e5157;
      margin: 16px 0; }
    .campaigns .single-campaign .stats-box .camp-box {
      background: rgba(133, 200, 219, 0.81);
      padding: 10px;
      border-radius: 6px; }
      @media screen and (max-width: 600px) {
        .campaigns .single-campaign .stats-box .camp-box {
          margin-bottom: 20px; } }
      .campaigns .single-campaign .stats-box .camp-box h5 {
        font-size: 22px; }
      .campaigns .single-campaign .stats-box .camp-box p {
        margin-top: 0; }

.circle-align {
  float: none !important;
  display: inline-block !important;
  width: 49% !important; }

div.hide {
  display: none !important; }

.circles-numbers {
  margin-top: 40px; }
  .circles-numbers h6 {
    font-size: 1.1rem;
    color: #0a5367; }
  .circles-numbers .single-circle {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
    margin-bottom: 34px; }
    .circles-numbers .single-circle img {
      max-width: 44%;
      display: inline-block !important; }
    .circles-numbers .single-circle p {
      margin: 0; }
    .circles-numbers .single-circle h6 {
      margin: 0;
      font-weight: 600;
      font-size: 1rem; }
  .circles-numbers .facebook-circle {
    color: #485992; }
  .circles-numbers .comments-circle {
    color: #3ba58b; }
  .circles-numbers .view-circle {
    color: #ce0d27; }
  .circles-numbers .share-circle {
    color: #7383bf; }
  .circles-numbers .retweet-circle {
    color: #0277bd; }
  .circles-numbers .donate-circle {
    color: #273b7a; }

.campaign-btns {
  padding-top: 40px !important;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  height: 120px; }
  .campaign-btns .center .btn-label {
    float: none; }

.orange-button {
  background: #f5680b;
  padding: 12px 0;
  border-radius: 8px;
  color: #ffffff;
  padding-right: 32px;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.26);
  transition: all .2s ease-in;
  margin-bottom: 14px;
  border-bottom: 3px solid #c95508; }
  @media screen and (max-width: 380px) {
    .orange-button {
      width: 130px; } }
  .orange-button svg {
    max-width: 19px;
    vertical-align: sub;
    margin-right: 4px;
    margin-left: 10px; }
  .orange-button span {
    background: #ffffff;
    position: absolute;
    height: 100%;
    top: 0;
    right: -1px;
    color: #f5680b;
    font-size: 16px;
    max-width: 40px;
    padding: 8px 10px;
    line-height: 1; }

.orange-button:hover {
  color: #f5680b;
  background: #ffffff;
  border-bottom: 0px; }

.camp-progress {
  height: 78px; }

.well {
  width: 100%;
  position: relative;
  background-color: #3e5157;
  background-image: linear-gradient(to bottom, #3e5157, #3e5157);
  background-repeat: repeat-x;
  border-radius: 44px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 32px;
  margin-top: 12px;
  padding: 3px;
  box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2); }
  .well span {
    position: absolute;
    left: 20px;
    line-height: 1;
    margin-top: 22px;
    text-align: center;
    font-size: 14px; }
    @media screen and (max-width: 600px) {
      .well span {
        display: none; } }
    .well span p {
      display: none; }
  @media screen and (max-width: 600px) {
    .well .stepLast,
    .well .stepFirst {
      display: block !important; } }
  @media screen and (min-width: 601px) {
    .well .stepLast,
    .well .stepFirst {
      display: none; } }
  .well span::before {
    content: " ";
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url("../img/indicator.svg");
    top: -22px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover; }

.points-span:last-child p {
  display: block;
  position: absolute;
  width: 44px;
  top: -20px;
  left: -11px; }

.milestones-holder {
  float: left;
  width: calc(100% - 26px);
  margin-left: 6px;
  position: relative; }

.progress-bar {
  animation: progress 6s;
  text-align: center;
  color: white;
  background-image: linear-gradient(135deg, #ed1c24, #fff200, #00a651);
  border-radius: 40px;
  height: 26px;
  min-width: 20px;
  position: relative;
  overflow: hidden;
  z-index: 10; }

.progress-bar::after {
  content: " ";
  width: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 26px 26px;
  height: 100%;
  top: 0;
  left: 0; }

@keyframes progress {
  from {
    width: 0;
    color: rgba(255, 255, 255, 0); }
  to {
    color: white; } }
/* rodeo-002
- animate bg position
- animate text opacity/color to pulse
  - or animate letter spacing to pulse
- jquery to adjust width with progress
*/
#campaignsCarousel {
  margin-left: auto;
  margin-right: auto; }
  #campaignsCarousel .owl-nav {
    width: 116%;
    position: absolute;
    left: -8%;
    top: 39%; }
    @media screen and (max-width: 992px) {
      #campaignsCarousel .owl-nav {
        display: none; } }
    @media only screen and (min-device-width: 1020px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      #campaignsCarousel .owl-nav {
        top: 42%; } }
  #campaignsCarousel .owl-next {
    display: inline-block;
    float: right; }
  #campaignsCarousel .owl-prev {
    display: inline-block;
    float: left; }

.next-campaign, .prev-campaign {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative; }
  .next-campaign i, .prev-campaign i {
    font-size: 36px;
    margin: 0 auto;
    color: #ffffff; }
  .next-campaign img, .prev-campaign img {
    transform: rotate(160deg);
    position: absolute;
    width: 44px;
    top: -25px;
    left: -42px; }
  .next-campaign span, .prev-campaign span {
    width: 74px;
    position: absolute;
    color: #ffffff;
    top: -53px;
    font-size: 16px;
    line-height: 1; }

.donateBtn {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.btn-label {
  float: right;
  font-size: .9rem;
  margin: 0; }
  @media screen and (max-width: 992px) {
    .btn-label {
      float: none; } }

.last-camp-img {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px; }
  @media screen and (max-width: 600px) {
    .last-camp-img {
      max-width: 240px; } }

.impact {
  height: 680px;
  position: relative;
  padding: 20px 0;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6ebf2+0,4ccfe0+100 */
  background: #b6ebf2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b6ebf2 0%, #4ccfe0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b6ebf2 0%, #4ccfe0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b6ebf2 0%, #4ccfe0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  @media screen and (max-width: 600px) {
    .impact {
      height: 700px; } }
  .impact h2 {
    font-size: 36px;
    color: #0a5367;
    text-transform: uppercase; }
  .impact p {
    font-size: 18px;
    color: #0a5367;
    padding: 0 100px; }
    @media screen and (max-width: 992px) {
      .impact p {
        padding: 0 20px; } }
  .impact .bubble {
    background: #fff;
    width: 125px;
    height: 95px;
    border: 6px solid rgba(198, 226, 241, 0.5);
    border-radius: 50px 30px 50px 40px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 6px;
    z-index: 10; }
    @media screen and (max-width: 600px) {
      .impact .bubble {
        margin-bottom: 20px;
        height: 84px; } }
    .impact .bubble h3 {
      font-size: 1.3rem; }
  .impact .bubble::after {
    content: "";
    position: absolute;
    bottom: -22px;
    right: 20%;
    z-index: 999;
    background: url(../img/join.png) no-repeat;
    width: 35px;
    height: 24px; }
  .impact .impact-holder {
    position: absolute;
    left: 0 !important;
    z-index: 100;
    top: 45%;
    width: 80% !important;
    right: 0 !important;
    margin: 0 auto;
    direction: ltr !important; }
    @media screen and (max-width: 992px) {
      .impact .impact-holder {
        top: 48%; } }
    @media screen and (max-width: 600px) {
      .impact .impact-holder {
        top: 64%; } }
    .impact .impact-holder .impact-image {
      height: 300px;
      overflow: hidden;
      border-radius: 24px;
      position: relative; }
      @media screen and (max-width: 992px) {
        .impact .impact-holder .impact-image {
          height: 300px; } }
      @media screen and (max-width: 600px) {
        .impact .impact-holder .impact-image {
          height: 200px; } }
      .impact .impact-holder .impact-image h3 {
        position: absolute;
        bottom: 20px;
        left: 38px;
        font-size: 32px;
        color: #ffffff;
        z-index: 10;
        padding: 0 20px; }
        @media screen and (max-width: 600px) {
          .impact .impact-holder .impact-image h3 {
            text-align: center;
            left: 0;
            width: 100%;
            padding: 0 12px;
            font-size: 24px; } }
      .impact .impact-holder .impact-image img {
        max-width: auto;
        height: 100%;
        width: auto; }
      .impact .impact-holder .impact-image .impact-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .impact .impact-holder .owl-nav {
      position: relative;
      width: 100%;
      top: -170px;
      height: 56px;
      z-index: -1; }
      @media screen and (max-width: 600px) {
        .impact .impact-holder .owl-nav {
          top: -116px; } }
      .impact .impact-holder .owl-nav .owl-prev {
        position: absolute;
        left: -75px;
        width: 30px; }
        .impact .impact-holder .owl-nav .owl-prev img {
          max-width: 100%; }
        @media screen and (max-width: 600px) {
          .impact .impact-holder .owl-nav .owl-prev {
            left: -28px;
            width: 15px; } }
      .impact .impact-holder .owl-nav .owl-next {
        position: absolute;
        right: -75px;
        width: 30px; }
        .impact .impact-holder .owl-nav .owl-next img {
          max-width: 100%; }
        @media screen and (max-width: 600px) {
          .impact .impact-holder .owl-nav .owl-next {
            right: -28px;
            width: 15px; } }

.impact:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/triangles.svg");
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
  background-size: cover;
  background-position: 0px -90px; }

.wave-bg {
  background-image: url("../img/wave.svg");
  height: 490px;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  z-index: 10;
  position: absolute;
  left: 0; }

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  z-index: 9999; }

.how-it-works {
  padding: 20px 0;
  min-height: 720px;
  position: relative; }
  @media screen and (max-width: 1025px) {
    .how-it-works {
      min-height: 1360px; } }
  .how-it-works h2 {
    font-size: 36px;
    color: #0a5367;
    text-transform: uppercase; }
    @media screen and (max-width: 600px) {
      .how-it-works h2 {
        font-size: 26px; } }
  .how-it-works p {
    font-size: 18px;
    color: #ffffff;
    padding: 0 100px; }
    @media screen and (max-width: 1025px) {
      .how-it-works p {
        padding: 0 20px; } }
    @media screen and (max-width: 600px) {
      .how-it-works p {
        font-size: 16px; } }
  .how-it-works .chart-container .earth {
    position: absolute;
    width: 100%;
    height: 530px;
    overflow: hidden;
    bottom: 0; }
    @media screen and (max-width: 1025px) {
      .how-it-works .chart-container .earth {
        height: 1110px; } }
    @media screen and (max-width: 600px) {
      .how-it-works .chart-container .earth {
        height: 1040px; } }
    .how-it-works .chart-container .earth .works-circle {
      width: 160px;
      height: 160px;
      top: 160px;
      left: 5%;
      border: 4px solid #ffffff;
      border-radius: 50%;
      position: absolute;
      transition: .3s ease-in-out; }
      @media screen and (max-width: 1025px) {
        .how-it-works .chart-container .earth .works-circle {
          width: 120px;
          height: 120px;
          position: relative;
          left: 0 !important;
          top: 0 !important;
          right: 0 !important;
          margin: 0 auto;
          margin-bottom: 60px; } }
      @media screen and (max-width: 600px) {
        .how-it-works .chart-container .earth .works-circle {
          right: auto !important;
          left: 40px !important;
          margin: inherit;
          margin-bottom: 56px; } }
      @media screen and (max-width: 380px) {
        .how-it-works .chart-container .earth .works-circle {
          left: 20px !important; } }
      .how-it-works .chart-container .earth .works-circle .circle-img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 50%;
        margin-bottom: 20px;
        position: relative;
        z-index: 100; }
      .how-it-works .chart-container .earth .works-circle img {
        max-width: 100%; }
      .how-it-works .chart-container .earth .works-circle h2 {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24); }
        @media screen and (max-width: 1025px) {
          .how-it-works .chart-container .earth .works-circle h2 {
            position: absolute;
            top: 10px;
            left: 133px;
            width: 200px; } }
        @media screen and (max-width: 340px) {
          .how-it-works .chart-container .earth .works-circle h2 {
            width: 140px; } }
      .how-it-works .chart-container .earth .works-circle h4 {
        font-size: 20px;
        line-height: 1.2;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24); }
        @media screen and (max-width: 1025px) {
          .how-it-works .chart-container .earth .works-circle h4 {
            position: absolute;
            top: 10px;
            left: 133px;
            width: 200px; } }
        @media screen and (max-width: 340px) {
          .how-it-works .chart-container .earth .works-circle h4 {
            width: 140px; } }
    .how-it-works .chart-container .earth .works-circle::after {
      content: " ";
      background-image: url(../img/arrow.png);
      position: absolute;
      width: 174px;
      height: 58px;
      background-size: contain;
      top: -70px;
      z-index: 100;
      background-repeat: no-repeat;
      left: 80px;
      transform: rotate(-25deg); }
      @media screen and (max-width: 1025px) {
        .how-it-works .chart-container .earth .works-circle::after {
          display: none; } }
    .how-it-works .chart-container .earth .works-circle::before {
      content: " ";
      background-image: url(../img/down.svg);
      position: absolute;
      width: 174px;
      height: 58px;
      background-size: contain;
      top: 110px;
      z-index: 100;
      background-repeat: no-repeat;
      left: -90px;
      transform: rotate(180deg); }
      @media screen and (min-width: 1025px) {
        .how-it-works .chart-container .earth .works-circle::before {
          display: none; } }
    .how-it-works .chart-container .earth #circle01 {
      top: 180px;
      left: 3%; }
    .how-it-works .chart-container .earth #circle02 {
      top: 70px;
      left: 23%;
      background: #eae7d1; }
    .how-it-works .chart-container .earth #circle02::after {
      transform: rotate(-8deg);
      top: -50px;
      left: 92px; }
    .how-it-works .chart-container .earth #circle03 {
      top: 30px;
      left: 43%; }
    .how-it-works .chart-container .earth #circle03::after {
      transform: rotate(10deg);
      top: -14px;
      left: 114px; }
    .how-it-works .chart-container .earth #circle04 {
      top: 70px;
      left: 63%;
      background: #dfe5cb; }
    .how-it-works .chart-container .earth #circle04::after {
      transform: rotate(17deg);
      top: 35px;
      left: 140px; }
    .how-it-works .chart-container .earth #circle05 {
      top: 180px;
      left: 84%;
      background-color: #ffffff; }
    .how-it-works .chart-container .earth #circle05::after {
      content: none; }
    .how-it-works .chart-container .earth #circle05::before {
      content: none; }

.sponsors {
  width: 42%;
  position: absolute;
  height: 120px;
  background: rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 6px 6px 0px 0px; }
  @media screen and (max-width: 992px) {
    .sponsors {
      width: 80%; } }
  .sponsors .title {
    background-color: #253d47;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 54%;
    text-align: center;
    font-size: 20px;
    top: -20px;
    color: #ffffff;
    border-radius: 4px;
    z-index: 100; }
    @media screen and (max-width: 600px) {
      .sponsors .title {
        max-width: 66%; } }
  .sponsors .sponsors-logos {
    padding: 10px 20px; }
    .sponsors .sponsors-logos .item {
      height: 100px; }
    .sponsors .sponsors-logos .single-logo {
      display: inline-block;
      height: 80px;
      overflow: hidden;
      margin: 12px 20px;
      width: 80px; }
      .sponsors .sponsors-logos .single-logo img {
        position: absolute;
        max-width: 76%;
        top: 0;
        bottom: 0;
        margin: auto; }
  .sponsors .owl-stage {
    margin: 0 auto; }

.how-it-works::before {
  content: " ";
  background-image: url("../img/stars.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  height: 330px;
  width: 100%;
  opacity: 0.2;
  z-index: -1; }

#howItWorks {
  background-color: #6dcde8;
  z-index: 1003 !important;
  max-height: 100%;
  height: 100%; }
  @media screen and (min-width: 1920px) {
    #howItWorks {
      max-height: 56% !important; } }
  #howItWorks .container {
    width: 90%; }
  #howItWorks h4 {
    margin-top: 30px; }
    #howItWorks h4 .btn-large {
      max-width: 30%; }
      @media screen and (max-width: 600px) {
        #howItWorks h4 .btn-large {
          max-width: 60%; } }
  #howItWorks .watch-video {
    color: #ffffff;
    border-bottom: 1px solid;
    padding-bottom: 10px; }
    #howItWorks .watch-video i {
      vertical-align: sub; }
  #howItWorks h2 {
    color: #ffffff;
    text-align: center; }
    #howItWorks h2 span {
      width: 50px;
      height: 50px;
      display: inline-block;
      border-radius: 50%;
      border: 2px solid #ffffff;
      padding: 7px;
      margin-right: 10px; }
  #howItWorks p {
    text-align: center;
    color: #ffffff;
    font-size: 18px; }
  #howItWorks img {
    max-width: 140px;
    margin-bottom: 20px; }
  #howItWorks .x-icon {
    position: fixed;
    right: 40px;
    top: 20px;
    z-index: 100; }
    @media screen and (max-width: 992px) {
      #howItWorks .x-icon {
        right: 6px; } }
    #howItWorks .x-icon i {
      font-size: 44px;
      color: #fff; }
  #howItWorks .clouds-banner {
    background-image: url(../img/clouds-banner.png);
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: 0px 230px; }
    @media screen and (max-width: 992px) {
      #howItWorks .clouds-banner {
        position: fixed;
        bottom: -60px; } }
  #howItWorks .clouds-banner::before {
    content: " ";
    background-image: url(../img/clouds-banner.png);
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-position: 67px 230px;
    opacity: 0.3; }
  #howItWorks .modal-content {
    position: relative;
    padding-bottom: 30px; }
    @media screen and (max-width: 992px) {
      #howItWorks .modal-content {
        padding: 24px 10px;
        padding-bottom: 60px; } }
    @media screen and (max-width: 600px) {
      #howItWorks .modal-content h4 {
        line-height: 2; } }

.video-modal {
  width: 65%;
  max-height: 84%; }
  @media screen and (max-width: 600px) {
    .video-modal {
      width: 100%;
      max-height: 100%;
      top: 0 !important;
      height: 100%; } }

.sponsorsLoader {
  position: absolute;
  background: #fff;
  border-radius: 50%; }

footer {
  min-height: 480px;
  background-color: #ffffff;
  border-top: 1px dashed rgba(10, 83, 103, 0.41);
  z-index: 100;
  position: relative;
  padding: 50px 20px; }
  footer .center {
    text-align: center; }
  footer .footer-logo img {
    max-width: 100px; }
  footer .footer-logo h2,
  footer .footer-logo h5 {
    text-transform: uppercase;
    color: #0a5367; }
  footer .footer-links h3 {
    color: #e20613; }
  footer .footer-links p {
    font-size: 16px; }
  footer .footer-links ul {
    padding-left: 20px;
    padding-top: 16px; }
    footer .footer-links ul li {
      margin-bottom: 10px;
      font-size: 20px; }
      footer .footer-links ul li a {
        color: #0a5367;
        transition: .3s ease-in-out; }
      footer .footer-links ul li a:hover {
        color: #60b5cc; }
  footer .footer-links .subscribe {
    position: relative; }
    footer .footer-links .subscribe input {
      border: 1px solid #253d47;
      border-radius: 4px;
      padding-left: 12px; }
    footer .footer-links .subscribe input[type=text]:focus:not([readonly]) {
      border-bottom: 1px solid #253d47;
      box-shadow: none; }
    footer .footer-links .subscribe .sub-btn {
      background: #e20613;
      color: #ffffff;
      padding: 10px;
      position: absolute;
      right: -11px;
      border-radius: 4px;
      top: 2px;
      text-transform: uppercase; }

.social-icons {
  text-align: center;
  margin-top: 0; }
  .social-icons li {
    display: inline-block;
    margin-right: 14px; }
    .social-icons li img {
      max-width: 38px; }

.blue-button {
  background-color: #60b5cc;
  border-bottom-color: #549eb3; }
  .blue-button span {
    color: #2f5863;
    background-color: #549eb3; }

.blue-button:hover {
  color: #60b5cc; }

.footer-strip {
  width: 100%;
  height: 40px;
  background: #253d47;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px; }
  .footer-strip p {
    color: #ffffff;
    margin: 0; }

/*# sourceMappingURL=new-style.css.map */
