/* Linx CSS
 * Author: Linx Web Solutions;
 */
.rel {
  position: relative; }

.page-top-btn {
  position: absolute;
  right: 40px;
  top: 25px; }
  @media screen and (max-width: 768px) {
    .page-top-btn {
      position: initial; } }

.home-page {
  font-size: 18px;
  /* End Home Page*/ }
  .home-page strong {
    color: #2a3078; }
  .home-page section {
    margin: 0;
    padding: 80px 0; }
    .home-page section h1 {
      text-transform: uppercase;
      font-weight: bold; }
  .home-page h1 {
    margin-bottom: 40px;
    margin-top: 0; }
  .home-page .home-video-section {
    margin-top: 20px;
    padding: 0;
    position: relative;
    background-image: url("images/lastride2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 600px; }
    .home-page .home-video-section .overlay {
      background: rgba(0, 0, 0, 0.6); }
    .home-page .home-video-section .caption {
      top: 45%;
      position: relative;
      color: #FFF; }
      .home-page .home-video-section .caption h1 {
        font-weight: bold;
        margin-bottom: 20px; }
        .home-page .home-video-section .caption h1.hashtag {
          text-transform: lowercase; }
    .home-page .home-video-section .intro-video {
      width: 80%;
      min-width: 600px;
      height: 600px; }
  .home-page .about-section img {
    width: 100%;
    height: auto; }
  .home-page .achieve-section {
    background: #2a3078;
    color: #FFF;
    background: url("images/lastride1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .home-page .achieve-section h1 {
      position: relative; }
    .home-page .achieve-section .gorising_slider .carousel-indicators {
      bottom: 0px; }
    .home-page .achieve-section .achieve-box {
      border: 3px solid #FFF;
      padding: 0px 30px;
      text-align: center;
      margin-bottom: 30px; }
      .home-page .achieve-section .achieve-box sup {
        font-size: 50%; }
      .home-page .achieve-section .achieve-box.one {
        position: relative;
        left: -20px; }
      .home-page .achieve-section .achieve-box.two {
        margin-left: 20px; }
  .home-page .new-ride-section {
    position: relative; }
    .home-page .new-ride-section iframe {
      border-radius: 12px; }
    .home-page .new-ride-section h1 {
      position: relative;
      z-index: 10; }
    .home-page .new-ride-section .overlay {
      background: rgba(0, 0, 0, 0.4); }
    .home-page .new-ride-section .rides-flex {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .home-page .new-ride-section .rides-flex {
          display: block; } }
    .home-page .new-ride-section .new-ride-col:nth-child(2) h2 {
      color: #2a3078; }
    .home-page .new-ride-section .new-ride-col h2 {
      color: #a92280;
      margin-bottom: 5px; }
    .home-page .new-ride-section .new-ride-col .ride-map {
      width: 90%;
      height: auto;
      max-width: 500px; }
    .home-page .new-ride-section .new-ride-col button {
      position: relative;
      top: -10px; }
  .home-page .team-section {
    background-color: #EEE; }
    .home-page .team-section .person {
      text-align: center; }
      .home-page .team-section .person img {
        width: 300px;
        height: 300px;
        border-radius: 12px; }
      .home-page .team-section .person .person-info {
        position: relative; }
        .home-page .team-section .person .person-info .overlay {
          border-radius: 12px;
          opacity: 0;
          transition: all 0.5s ease; }
        .home-page .team-section .person .person-info .text {
          color: #FFF;
          margin-top: 25%; }
  .home-page .partners-section .partners-row {
    width: 100%;
    display: block; }
    .home-page .partners-section .partners-row img {
      width: 24%;
      display: inline-block;
      height: auto;
      padding: 5px 15px; }
  .home-page .contact-section {
    background: url("images/contact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    color: #FFF;
    position: relative;
    padding: 50px 0; }
    .home-page .contact-section a {
      color: #FFF; }
    .home-page .contact-section .overlay {
      background: rgba(0, 0, 0, 0.4); }
    .home-page .contact-section h1 {
      margin-bottom: 10px; }
    .home-page .contact-section h1, .home-page .contact-section h4 {
      z-index: 10;
      position: relative; }
    .home-page .contact-section .contact-form {
      margin-top: 20px;
      color: #000; }
      .home-page .contact-section .contact-form .btn {
        padding: 5px 30px; }
      .home-page .contact-section .contact-form div.wpcf7-validation-errors {
        border: 2px solid #a92280;
        background: #FFF; }
    .home-page .contact-section .social-media {
      text-align: center;
      font-size: 50px;
      margin-top: 5px; }
      .home-page .contact-section .social-media .list-inline {
        margin-bottom: 0; }
        .home-page .contact-section .social-media .list-inline li {
          position: relative; }
      .home-page .contact-section .social-media a {
        color: #FFF; }
    .home-page .contact-section input[type="text"], .home-page .contact-section input[type="email"], .home-page .contact-section textarea {
      width: 100%;
      padding: 10px 15px;
      border: 3px solid #2a3078; }

.float-left {
  float: left; }

.float-right {
  float: right; }

button.btn, input.btn {
  margin-left: 0; }

.btn.btn-pink {
  background: #a92280;
  color: #FFF; }
  .btn.btn-pink:hover {
    color: #2a3078; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

.middle-flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.add-info {
  display: none; }

.top-bar {
  padding: 3px 0; }

section.blue-background {
  display: none; }

.widget {
  margin-bottom: 0; }

body header.main-header {
  padding-top: 15px !important;
  padding-bottom: 0 !important; }

/* NAV STYLE */
.main-nav {
  margin-top: 10px; }

.main-nav .pt-nav ul li a {
  padding: 10px 15px; }

.main-nav .pt-nav .button, .main-nav .pt-nav .button a {
  padding: 5px 8px;
  margin-top: 0;
  border-radius: 4px; }

.fixed-nav {
  position: fixed;
  width: 100%;
  z-index: 1040;
  background-color: #fff;
  top: 0; }

body header.main-header.fixed-nav {
  padding-bottom: 5px !important;
  padding-top: 5px !important; }

.main-header.fixed-nav .main-nav {
  margin-top: 8px; }

.main-header .header-left {
  padding-right: 30px; }

.main-header .header-right {
  flex: 2; }

.main-header .row.middle-flex {
  display: flex;
  -webkit-display: flex; }

.top-bar {
  display: none; }

/* END NAV STYLE */
.text-pink {
  color: #a92280; }

.relative {
  position: relative; }

.textwidget {
  padding: 0 10px; }

.header-logo {
  width: 250px;
  height: auto; }

.big-text {
  font-size: 18px; }

.mobile-only {
  display: none; }

.desktop-only {
  display: block; }

/* RIDE PAGE */
.ride-page section {
  margin: 30px 0; }
.ride-page iframe {
  max-width: 100%; }
.ride-page .image-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 600px;
  margin-top: 50px; }
  .ride-page .image-section .overlay {
    background: rgba(0, 0, 0, 0.2); }
  .ride-page .image-section .caption {
    color: #FFF;
    margin-top: 50px; }
    .ride-page .image-section .caption h1 {
      font-size: 45px; }
    .ride-page .image-section .caption h1, .ride-page .image-section .caption h4 {
      font-weight: bold; }
.ride-page .info-section h1 {
  text-transform: uppercase;
  margin-bottom: 30px; }
.ride-page .info-section img {
  max-width: 100%; }
.ride-page .info-section button {
  padding: 5px 80px;
  margin: 5px 0; }
.ride-page .info-section p {
  font-size: inherit; }
.ride-page .info-section .ride-apply {
  margin-top: 20px; }

.donation-page h2 {
  margin-bottom: 20px; }
.donation-page hr.mini {
  margin-top: 15px;
  margin-bottom: 15px; }
.donation-page .cheque-content, .donation-page .bank-content {
  height: auto;
  padding: 10px; }
.donation-page .eway-img {
  margin-top: 20px; }
  .donation-page .eway-img img {
    width: 200px; }
.donation-page .donate-amount {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  margin-left: 5px; }
.donation-page .widget-box {
  margin-bottom: 0; }
  .donation-page .widget-box.payment-types {
    margin-top: 20px;
    margin-bottom: 20px; }
.donation-page .donate-form label {
  font-size: 13px;
  margin-right: 5px;
  border-radius: 8px;
  width: auto;
  height: auto;
  padding: 5px 15px; }
.donation-page .box-wrapper {
  padding: 0;
  border: none;
  background-color: transparent; }
.donation-page .box {
  box-shadow: none; }
.donation-page .btn {
  margin-left: initial; }
.donation-page section {
  margin: 30px 0; }
.donation-page .image-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 40%;
  position: relative;
  height: 600px;
  margin-top: 50px; }
  .donation-page .image-section .overlay {
    background: rgba(0, 0, 0, 0.2); }
  .donation-page .image-section .caption {
    color: #FFF;
    margin-top: 50px; }
    .donation-page .image-section .caption h1 {
      font-size: 45px; }
    .donation-page .image-section .caption h1, .donation-page .image-section .caption h4 {
      font-weight: bold; }
.donation-page .info-section h1 {
  text-transform: uppercase;
  margin-bottom: 30px; }
.donation-page .info-section img {
  max-width: 100%; }
.donation-page .info-section button {
  padding: 5px 80px; }
.donation-page .info-section p {
  font-size: inherit; }
.donation-page .info-section .ride-map {
  padding-right: 0; }

.scroll-down {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 40px; }
  .scroll-down a:link {
    color: #FFF; }

.modal-backdrop.in.fade {
  background-color: #000; }

.modal .modal-dialog {
  width: 90%;
  margin: 10px auto;
  height: 90%; }
  .modal .modal-dialog iframe {
    width: 100%;
    height: 100%; }

.modal-dialog .modal-header {
  border-bottom: none;
  padding: 5px 10px;
  text-align: right; }
  .modal-dialog .modal-header .close {
    font-size: 50px;
    color: #ffffff;
    line-height: 26px;
    opacity: 1;
    text-shadow: 0 1px 0 #000;
    float: none; }

.video-modal.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.riders2017-page .meta-details .meta-label {
  font-size: 14px;
  font-weight: 600; }
  .riders2017-page .meta-details .meta-label span {
    color: #a92280;
    font-size: 16px;
    position: relative;
    top: -1px; }
.riders2017-page .image-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 600px;
  margin-top: 50px; }
  .riders2017-page .image-section .overlay {
    background: rgba(0, 0, 0, 0.2); }
  .riders2017-page .image-section .caption {
    color: #FFF;
    margin-top: 50px; }
    .riders2017-page .image-section .caption h1 {
      font-size: 45px; }
    .riders2017-page .image-section .caption h1, .riders2017-page .image-section .caption h4 {
      font-weight: bold; }
.riders2017-page .riders-list .rider {
  padding: 25px 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 2px #e1e1e1; }
  .riders2017-page .riders-list .rider .rider-img {
    width: 250px;
    max-width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    border-radius: 8px; }
  .riders2017-page .riders-list .rider .rider-amount {
    font-size: 16px;
    color: #a92280;
    padding-left: 5px;
    font-weight: bold; }
  .riders2017-page .riders-list .rider .rider-amount-bar {
    max-width: 100%; }

.rider-page {
  margin-top: 120px; }
  .rider-page h1 {
    margin-bottom: 25px;
    font-weight: 600; }
  .rider-page h3 {
    font-weight: 600; }
  .rider-page .rider-img {
    max-width: 100%;
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    border-radius: 8px; }
  .rider-page .rider-amount {
    font-size: 18px;
    color: #a92280;
    padding-left: 5px;
    font-weight: bold; }
  .rider-page .rider-amount-bar {
    max-width: 100%; }
  .rider-page .btn {
    padding: 10px 25px; }

.thankyou-page .image-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 600px;
  margin-top: 50px;
  margin-bottom: 20px; }
.thankyou-page .overlay {
  background: rgba(0, 0, 0, 0.2); }
.thankyou-page .caption {
  color: #FFF;
  margin-top: 50px; }
  .thankyou-page .caption h1 {
    font-size: 45px; }
  .thankyou-page .caption h1, .thankyou-page .caption h4 {
    font-weight: bold; }
.thankyou-page .info-section {
  margin-top: 20px; }
.thankyou-page .social-media a {
  color: #a92280; }

.social-media {
  text-align: center;
  font-size: 50px;
  margin-top: 5px; }
  .social-media .list-inline {
    margin-bottom: 0; }
    .social-media .list-inline li {
      position: relative; }
  .social-media a {
    color: #FFF; }

/* MEDIA QUERIES */
@media (max-width: 1024px) {
  .home-page .achieve-section .achieve-box {
    padding: 0 15px; }

  .home-page .new-ride-section .new-ride-col h2 {
    font-size: 28px; }

  .home-page .about-section img {
    max-width: 300px;
    margin: 0 auto; }

  .middle-flex {
    display: block; }

  .home-page .achieve-section .achieve-box.one {
    left: 0; }

  .home-page .achieve-section .achieve-box.two {
    margin-left: 0; }

  .donation-page .content input, .donation-page .content select {
    margin-bottom: 10px; }
  .donation-page .form-group {
    margin-bottom: 0; }
  .donation-page .form-error {
    margin-bottom: 0px;
    padding-bottom: 5px; } }
@media (max-width: 768px) {
  .main-header .header-left {
    padding-left: 10px; }

  .main-nav .pt-nav .button {
    margin-top: 5px;
    max-width: 100%; }

  .main-nav .pt-nav-trigger button {
    padding: 5px 10px;
    border-radius: 4px; }

  .main-nav .pt-nav-trigger button i {
    padding-right: 0; }

  .pt-nav-trigger {
    width: 35px;
    float: right;
    margin-right: 15px;
    margin-top: 8px; }

  .main-nav .pt-nav ul {
    padding-top: 10px;
    background: white;
    margin-top: 12px;
    max-height: 400px;
    overflow-x: hidden; }
    .main-nav .pt-nav ul li a {
      border-bottom: none; }

  .main-header.fixed-nav .main-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0; }

  .main-nav .pt-nav ul li.button a {
    padding: 0; }

  .header-logo {
    float: left;
    position: relative;
    z-index: 9999; }

  .home-page section h1 {
    text-align: center; }

  .home-page .achieve-section .achieve-box {
    margin-left: 50px;
    margin-right: 50px;
    padding: 0 15px; }
    .home-page .achieve-section .achieve-box.two {
      margin-left: 50px; }

  nav ul li.menu-item {
    margin-bottom: 10px; }

  .left-col, .right-col {
    padding-bottom: 20px; }

  .riders2017-page .riders-list .rider {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .riders2017-page .riders-list .rider h3 {
      text-align: center; }
  .riders2017-page .image-section {
    margin-bottom: 40px;
    margin-top: 20px; }

  .rider-page {
    margin-top: 0; }
    .rider-page section {
      margin-top: 60px; }
    .rider-page h1 {
      text-align: center; }
    .rider-page .return-link {
      margin-bottom: 20px; } }
/* END 720px */
@media (max-width: 480px) {
  .main-nav .pt-nav ul {
    margin-top: 5px;
    overflow-x: hidden; }

  .pt-nav-trigger {
    margin-top: 5px; }

  .main-header.fixed-nav .main-nav {
    top: -2px; }

  .home-page section {
    padding: 40px 0; }

  .header-logo {
    width: 180px; }

  .home-page section h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px; }

  .home-page .about-section img {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 50px; }

  .home-page .achieve-section .achieve-box {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 15px; }
    .home-page .achieve-section .achieve-box h2 {
      font-size: 24px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .home-page .achieve-section .achieve-box .big-text {
      font-size: 14px; }
    .home-page .achieve-section .achieve-box.one {
      left: 0; }
    .home-page .achieve-section .achieve-box.two {
      margin-left: 20px; }

  .home-page .team-section .person {
    margin-bottom: 50px; }
    .home-page .team-section .person:last-child {
      margin-bottom: 0; }
    .home-page .team-section .person img {
      width: 250px;
      height: 250px; }

  .home-page .contact-section {
    background-position: center center; }

  .contact-section .contact-form textarea {
    height: 200px; }

  .home-page .partners-section .partners-row {
    width: 100%;
    display: block;
    padding: 0; }
    .home-page .partners-section .partners-row img {
      width: 49%;
      display: inline-block;
      height: auto;
      padding: 0 15px; }

  .mobile-only {
    display: block; }

  .desktop-only {
    display: none; }

  .ride-page .image-section {
    margin-top: 30px; }

  .ride-apply {
    text-align: center;
    margin-bottom: 20px; }

  .donation-page .image-section {
    background-position: 85%;
    margin-top: 40px; }

  .modal-open .modal {
    height: 60%;
    margin-top: 40%; }

  section {
    margin-bottom: 40px; } }
/* END 480px */

/*# sourceMappingURL=linx.css.map */
