@charset "UTF-8";
/* 
THEME NAME: MonaBike
AUTHOR: ShooGa marketing 
VERSION: 1.0 
*/
/* five columns */
/*extends*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

footer .logo, header .mob_menu .navbar-collapse .nav.navbar-nav li, header .mob_menu, header .table, .floatLeft {
  float: left;
  width: 100%;
}

a img, img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  vertical-align: middle;
}

.SLD .slids {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: content-box;
  height: auto;
  width: 100%;
  text-align: center;
}

.alignCenter {
  text-align: center;
}

.touppercase {
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  .tabdis_none {
    display: none;
  }
}

.tabdis_block {
  display: none;
}
@media screen and (max-device-width: 991px) and (orientation: portrait) {
  .tabdis_block {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .tabdis_block {
    display: block;
  }
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
  .mobdis_none {
    display: none;
  }
}

.mobdis_block {
  display: none;
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
  .mobdis_block {
    display: block;
  }
}

.pgcontainer {
  padding: 40px 0;
}

.new_passprice .fl-col-group, .dis_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .new_passprice .fl-col-group, .dis_flex {
    display: block;
    -webkit-flex-wrap: unset;
        -ms-flex-wrap: unset;
            flex-wrap: unset;
  }
}

.introductTxt {
  /*font-family: */
  font-size: 19px;
  color: #000000;
  text-align: center;
}

.paretners_sld .bx-controls {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.paretners_sld .bx-controls a.bx-prev, .paretners_sld .bx-controls a.bx-next {
  color: transparent;
  display: none;
}
.paretners_sld .bx-controls a.bx-prev {
  float: left;
}
.paretners_sld .bx-controls a.bx-next {
  float: right;
}
.paretners_sld .bx-controls a.bx-prev:before, .paretners_sld .bx-controls a.bx-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 30px;
  color: #DB0B14;
}
.paretners_sld .bx-controls a.bx-prev:before {
  content: "";
}
.paretners_sld .bx-controls a.bx-next:after {
  content: "";
}
.paretners_sld:hover .bx-controls a {
  display: block;
}

.table {
  display: table;
  margin: 0;
  table-layout: auto;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

@font-face {
  font-family: "bpsc";
  src: url("fonts/bpsc-font/bpsc.eot");
  src: url("fonts/bpsc-font/bpsc.eot?#iefix") format("embedded-opentype"), url("fonts/bpsc-font/bpsc.woff") format("woff"), url("fonts/bpsc-font/bpsc.ttf") format("truetype"), url("fonts/bpsc-font/bpsc.svg#bpsc") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bpsc" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=bpsc-icon-]:before,
[class*=" bpsc-icon-"]:before {
  font-family: "bpsc" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bpsc-icon-bike:before {
  content: "a";
}

.bpsc-icon-bikeline:before {
  content: "b";
}

.bpsc-icon-city:before {
  content: "c";
}

.bpsc-icon-nav-close:before {
  content: "d";
}

.bpsc-icon-facebook:before {
  content: "e";
}

.bpsc-icon-linkedin:before {
  content: "f";
}

.bpsc-icon-news-all:before {
  content: "g";
}

.bpsc-icon-news-photo:before {
  content: "h";
}

.bpsc-icon-news-pressroom:before {
  content: "i";
}

.bpsc-icon-news-video:before {
  content: "j";
}

.bpsc-icon-nav-plus:before {
  content: "k";
}

.bpsc-icon-ride:before {
  content: "l";
}

.bpsc-icon-safe:before {
  content: "m";
}

.bpsc-icon-station:before {
  content: "n";
}

.bpsc-icon-strong:before {
  content: "o";
}

.bpsc-icon-nav-switch:before {
  content: "p";
}

.bpsc-icon-time:before {
  content: "q";
}

.bpsc-icon-twitter:before {
  content: "r";
}

.bpsc-icon-university:before {
  content: "s";
}

.bpsc-icon-down:before {
  content: "t";
}

/* default styles */
html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

* {
  -webkit-padding-start: 0px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
}

@font-face {
  font-family: "OpenSansRegular";
  src: url("fonts/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansSemibold";
  src: url("fonts/OpenSansSemibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body, html {
  height: 100%;
}

body {
  width: 100%;
  color: #686A6B;
  font-family: "OpenSansRegular";
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body, p {
  /*font-size: 18px;*/
}

p {
  margin-bottom: 15px;
}

.body_L {
  font-size: 18px;
  line-height: 26px;
}

.body_M {
  font-size: 16px;
  line-height: 24px;
}

.body_S {
  font-size: 14px;
  line-height: 22px;
}

@media all and (min-width: 768px) {
  html, body {
    height: 100%;
  }

  body {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 100vh;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrapp {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
h1, h2, h3, h4, .h1title, .h2title {
  margin: 0;
  font-family: "OpenSansSemibold";
  font-weight: 600;
  color: #686A6B;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, .h1title > a:hover, .h2title > a:hover {
  text-decoration: none !important;
}
h1 span, h2 span, h3 span, h4 span, .h1title span, .h2title span {
  color: #686A6B;
}

h1, .h1title {
  font-size: 40px;
  line-height: 48px;
}

h2, .h2title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 15px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.wrapp > div {
  position: relative;
}

.fl-rich-text {
  color: #474747;
  font-family: "OpenSansRegular";
  font-size: 16px;
  line-height: 28px;
  /*h3, h4{ 
  	color: $bluecol; 
  	text-transform: uppercase;
  }*/
}

#hidden_h1 {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.blockTitles {
  /*font-family: $bold;*/
  font-size: 23px;
  text-transform: uppercase;
}

ul, ol {
  -webkit-padding-start: 0px;
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
ul ol, ul ul, ol ol, ol ul {
  margin-left: 20px;
}

blockquote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  color: #fff;
  background: #DB0B14;
  margin: 20px 0;
  padding: 30px 28px;
}
blockquote:before, blockquote:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  display: block;
  -webkit-flex-wrap: 1 1 auto;
      -ms-flex-wrap: 1 1 auto;
          flex-wrap: 1 1 auto;
}
blockquote:before {
  content: "";
  float: left;
  margin-right: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
blockquote:after {
  content: "";
  float: right;
  margin-left: 10px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
blockquote p {
  font-family: "OpenSansRegular";
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  -webkit-flex-wrap: 1 1 auto;
      -ms-flex-wrap: 1 1 auto;
          flex-wrap: 1 1 auto;
}

.user_agrement ol, .fl-rich-text ol {
  list-style-type: decimal;
}
.user_agrement ul, .fl-rich-text ul {
  list-style-type: disc;
}
.user_agrement ol, .user_agrement ul, .fl-rich-text ol, .fl-rich-text ul {
  list-style-position: outside;
  margin-left: 20px;
}

a, a:visited, a:link, a:active, a:focus {
  outline: none;
  color: #DB0B14;
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
}
a:hover, a:visited:hover, a:link:hover, a:active:hover, a:focus:hover {
  text-decoration: underline;
}
a:hover, a:focus, a:visited, a:visited:hover, a:visited:focus, a:visited:visited, a:link:hover, a:link:focus, a:link:visited, a:active:hover, a:active:focus, a:active:visited, a:focus:hover, a:focus:focus, a:focus:visited {
  background-color: inherit;
}

a img, img {
  border: none;
}

/*-- bb plugin styles --*/
@media (min-width: 768px) {
  .fl-row-fixed-width {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fl-row-fixed-width {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fl-row-fixed-width {
    width: 1170px;
    max-width: none;
  }
}
.fl-row-content-wrap {
  padding-left: 0;
  padding-right: 0;
}

.fl-module-content {
  margin: 20px 15px;
}

.fl-col-group {
  padding: 0 15px;
}

@media all and (max-width: 767px) {
  .fl-col-small {
    margin: auto;
  }
}

@media all and (max-width: 991px) {
  .table .fl-rich-text {
    overflow-x: scroll;
  }
}
table, .fl-rich-text tablet {
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 0 40px !important;
}
@media all and (max-width: 991px) {
  table, .fl-rich-text tablet {
    width: 690px;
    margin: 0 auto;
  }
}
table thead tr, .fl-rich-text tablet thead tr {
  background-color: #DB0B14;
  color: #fff;
}
table thead tr td, .fl-rich-text tablet thead tr td {
  color: #fff;
  font-size: 20px;
}
table tbody tr td, .fl-rich-text tablet tbody tr td {
  padding: 0 15px;
  vertical-align: middle;
}
table tbody tr td, table tbody tr th, .fl-rich-text tablet tbody tr td, .fl-rich-text tablet tbody tr th {
  border: 0 !important;
}
table tbody tr:nth-child(even), table tfoot tr:nth-child(even), .fl-rich-text tablet tbody tr:nth-child(even), .fl-rich-text tablet tfoot tr:nth-child(even) {
  background-color: #fff;
}
table tbody tr:nth-child(odd), table tfoot tr:nth-child(odd), .fl-rich-text tablet tbody tr:nth-child(odd), .fl-rich-text tablet tfoot tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th, .fl-rich-text tablet tbody tr td, .fl-rich-text tablet tbody tr th, .fl-rich-text tablet tfoot tr td, .fl-rich-text tablet tfoot tr th {
  border: 0 !important;
}

/*.fl-lightbox-wrap{
    z-index: auto !important;
}*/
/*-- import buttons --*/
.fl-button-wrap a.fl-button, .fl-button-wrap .button, .join a.fl-button, .join .button {
  display: inline-block;
  padding: 15px 20px;
  font-family: "OpenSansRegular";
  font-size: 14px;
  border: none !important;
  border-radius: 0 !important;
  background: #DB0B14;
  color: #fff;
}
.fl-button-wrap a.fl-button span, .fl-button-wrap .button span, .join a.fl-button span, .join .button span {
  color: #fff;
}
.fl-button-wrap a.fl-button:hover, .fl-button-wrap a.fl-button:focus, .fl-button-wrap .button:hover, .fl-button-wrap .button:focus, .join a.fl-button:hover, .join a.fl-button:focus, .join .button:hover, .join .button:focus {
  background: #b9040c;
}
.fl-button-wrap a.fl-button:hover span, .fl-button-wrap a.fl-button:focus span, .fl-button-wrap .button:hover span, .fl-button-wrap .button:focus span, .join a.fl-button:hover span, .join a.fl-button:focus span, .join .button:hover span, .join .button:focus span {
  color: #fff;
}
.fl-button-wrap a.fl-button, .join a.fl-button {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  background: #414141;
  font-family: "OpenSansRegular";
  font-size: 14px;
  text-align: center;
}
.fl-button-wrap a.fl-button span, .join a.fl-button span {
  color: #fff;
}
.fl-button-wrap a.fl-button:hover, .fl-button-wrap a.fl-button:focus, .join a.fl-button:hover, .join a.fl-button:focus {
  text-decoration: none;
  background: #414141;
}
.fl-button-wrap a.fl-button:hover span, .fl-button-wrap a.fl-button:focus span, .join a.fl-button:hover span, .join a.fl-button:focus span {
  color: #fff;
}

.pgcontainer {
  float: left;
  width: 100%;
}

.nopadding .fl-col-group {
  padding: 0;
}

a.readmore {
  display: inline-block;
  padding: 14px 34px;
  color: #fff;
  font-family: "OpenSansRegular";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #DB0B14;
}
a.readmore:hover {
  text-decoration: none;
  background: #b9040c;
}

/*-----------*/
.marginBtm40 {
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  .marginBtm40 {
    margin-bottom: 20px;
  }
}

.marginTop40 {
  margin-top: 40px;
}
@media all and (max-width: 991px) {
  .marginTop40 {
    margin-top: 20px;
  }
}

.marginBtm20 {
  margin-bottom: 20px;
}

.marginTopBot {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media all and (max-width: 991px) {
  .marginTopBot {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 991px) {
  .marginBt20_tablet {
    margin-bottom: 20px;
  }
}

/*-----------*/
.exlgGray {
  background-color: #f1f1f1;
}

/*-----------*/
.float_right {
  float: right;
}

.left_right_blocks .fl-col-small:first-child {
  float: right;
}
.left_right_blocks .fl-col-small:last-child {
  float: left;
}
@media all and (max-width: 767px) {
  .left_right_blocks .fl-col-small:first-child, .left_right_blocks .fl-col-small:last-child {
    float: none;
  }
}

.inline li {
  display: inline-block;
}

.bgthubpad {
  color: #fff;
}
.bgthubpad h1, .bgthubpad h1 > span {
  color: #fff;
  font-family: "OpenSansSemibold";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.61);
}

.social_links img {
  display: none;
}
.social_links path {
  fill: #000 !important;
}
.inject {
  width: 18px;
  height: 18px;
  display: block;
}

.social_links a {
  display: block;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 10px;
}
.social_links a:hover {
  background: #000 !important;
  border-color: #000 !important;
}
.social_links a:hover path {
  fill: #fff !important;
}

.alignright, .alignleft, .aligncenter {
  margin-bottom: 5px;
}

.alignright {
  float: right;
  margin-left: 25px;
}

.alignleft {
  float: left;
  margin-right: 25px;
}

.aligncenter {
  margin: 0 auto;
}

.alignnone {
  margin: 0 0 5px 0;
}

.col-xs-5ths {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media all and (min-width: 768px) {
  .col-sm-5ths {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .col-md-5ths {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
  }
}
@media all and (min-width: desktop) {
  .col-lg-5ths {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
  }
}
.custom_container {
  margin: 0 auto;
  padding: 0 15px;
}
@media all and (min-width: 768px) {
  .custom_container {
    width: 750px;
  }
}
@media all and (min-width: 992px) {
  .custom_container {
    width: 780px;
  }
}
@media all and (min-width: 1200px) {
  .custom_container {
    width: 794px;
  }
}

.disabled {
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fl-post-carousel-grid .fl-post-carousel-post {
  padding: 10px;
}

.dis_flex {
  width: 100%;
}
@media all and (min-width: 768px) {
  .dis_flex {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dis_flex > div {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/* CIRCLE STYLE */
.circle-line {
  text-decoration: none !important;
  padding-top: 5px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 40px;
  position: absolute;
  border: 1px solid #DB0B14;
  cursor: pointer;
}
.circle-line .full-circle {
  width: 28px;
  height: 28px;
  margin-left: 5px;
  text-align: center;
  color: #DB0B14;
  font-size: 30px;
  line-height: 0.9;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 28px;
  background: #DB0B14;
}
.circle-line:hover {
  z-index: 9999;
}
.circle-line:hover .full-circle {
  color: #fff !important;
}
.circle-line .descrip {
  bottom: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #DB0B14;
  position: absolute;
  z-index: 9999 !important;
  padding: 12px 10px 15px;
  width: 176px;
  margin-left: -63px;
  text-align: center;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.circle-line .descrip:after {
  content: "";
  position: absolute;
  border: 12.5px solid #DB0B14;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: 50%;
  margin-left: -16.5px;
  bottom: -22px;
}
.circle-line:hover > .descrip {
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#wrap-bikes {
  position: relative;
}
#wrap-bikes .images-block {
  max-width: 850px;
  /* max-height: 612px;*/
  max-height: 530px;
  margin: 0 auto;
  text-align: center;
}
#wrap-bikes .images-block .iframe-div {
  left: 0px;
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 72%;
}
#wrap-bikes .images-block .iframe-div iframe {
  width: 1px !important;
  min-width: 100%;
  height: 1px !important;
  min-height: 100%;
}
#wrap-bikes .images-block .bike-3d {
  opacity: 0;
}
#wrap-bikes .images-block .indications {
  max-width: 850px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#wrap-bikes .images-block .indications.safe, #wrap-bikes .images-block .indications.easy-ride {
  display: none;
}
@media all and (max-width: 650px) {
  #wrap-bikes .images-block .indications .circle-line.pos-A3 .descrip, #wrap-bikes .images-block .indications .circle-line.pos-B2 .descrip, #wrap-bikes .images-block .indications .circle-line.pos-B1 .descrip, #wrap-bikes .images-block .indications .circle-line.pos-C2 .descrip {
    right: 0 !important;
  }
  #wrap-bikes .images-block .indications .circle-line.pos-A3 .descrip:after, #wrap-bikes .images-block .indications .circle-line.pos-B2 .descrip:after, #wrap-bikes .images-block .indications .circle-line.pos-B1 .descrip:after, #wrap-bikes .images-block .indications .circle-line.pos-C2 .descrip:after {
    left: 92% !important;
  }
}
#wrap-bikes .images-block .indications .circle-line.pos-A1 {
  top: 11%;
  right: 30%;
}
#wrap-bikes .images-block .indications .circle-line.pos-A2 {
  top: 58%;
  right: 42%;
}
#wrap-bikes .images-block .indications .circle-line.pos-A3 {
  bottom: 20%;
  right: 4%;
}
#wrap-bikes .images-block .indications .circle-line.pos-B1 {
  top: 40%;
  right: 24%;
}
#wrap-bikes .images-block .indications .circle-line.pos-B2 {
  top: 20%;
  right: 16%;
}
#wrap-bikes .images-block .indications .circle-line.pos-B3 {
  top: 64%;
  left: 25%;
}
#wrap-bikes .images-block .indications .circle-line.pos-B4 {
  bottom: 42%;
  right: 10%;
}
#wrap-bikes .images-block .indications .circle-line.pos-B5 {
  top: 10%;
  right: 39%;
}
#wrap-bikes .images-block .indications .circle-line.pos-B6 {
  top: 21%;
  left: 64%;
}
#wrap-bikes .images-block .indications .circle-line.pos-C1 {
  top: 62%;
  left: 42%;
}
#wrap-bikes .images-block .indications .circle-line.pos-C2 {
  top: 12%;
  right: 23%;
}
#wrap-bikes .images-block .indications .circle-line.pos-C3 {
  top: 11%;
  left: 29%;
}
#wrap-bikes .images-block .indications .circle-line.pos-C4 {
  bottom: 28%;
  left: 17%;
}
#wrap-bikes .images-block .indications .circle-line.pos-C5 {
  top: 28%;
  left: 63%;
}
#wrap-bikes .clicked-bar {
  text-align: center;
}
#wrap-bikes .clicked-bar #bike-3d {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 52px;
  height: 52px;
  border: 2px solid #DB0B14;
  color: #DB0B14;
  /*font-family: ;*/
  border-radius: 50%;
  line-height: 3.1;
  cursor: pointer;
  font-weight: bold;
  left: -70px;
}
#wrap-bikes .clicked-bar #bike-3d:hover {
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: #DB0B14;
  color: #fff;
}
@media all and (max-width: desktop) {
  #wrap-bikes .clicked-bar #bike-3d {
    display: block;
    position: static;
    margin-bottom: 15px;
  }
}
#wrap-bikes .clicked-bar .selections-points {
  cursor: pointer;
  display: table;
  width: 100%;
}
#wrap-bikes .clicked-bar .selections-points > .selection {
  position: relative;
  display: table-cell;
  border: 1px solid #a6a8ab;
  padding: 14px;
  font-weight: bold;
  text-transform: uppercase;
  /*font-family: ;*/
}
#wrap-bikes .clicked-bar .selections-points > .selection:hover, #wrap-bikes .clicked-bar .selections-points > .selection.active {
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #fff;
  background-color: #DB0B14;
  border-color: #DB0B14;
}
#wrap-bikes .clicked-bar .selections-points > .selection {
  width: 33.3%;
}
#wrap-bikes .clicked-bar .selections-points > .selection span.icon {
  font-size: 45px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 0.5;
}
#wrap-bikes .clicked-bar .selections-points > .selection:after {
  content: "";
  position: absolute;
  border: 12.5px solid transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  left: 50%;
  margin-left: -12.5px;
  top: -25px;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media all and (max-width: 767px) {
  #wrap-bikes .clicked-bar .selections-points > .selection {
    display: block;
    width: 100%;
  }
}
#wrap-bikes .clicked-bar .selections-points .selection:hover:after, #wrap-bikes .clicked-bar .selections-points .active:after {
  border-bottom-color: #DB0B14 !important;
}

.three-bike {
  margin-top: 30px;
}
.three-bike div {
  cursor: pointer;
  text-align: center;
}
.three-bike .posRelative {
  position: relative;
}
.three-bike span {
  text-align: left;
  display: block;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  /*font-family:;*/
}
.three-bike .desc {
  opacity: 0;
  z-index: -9;
  padding: 5px;
  text-align: center;
  background-color: #DB0B14;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.three-bike .desc p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.three-bike > div:hover .desc {
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 999;
  opacity: 1;
}

/* PART TWO IMAGE SECTION OUR SOLUTION */
.station-photo {
  position: relative;
}
.station-photo .station-img {
  /*background-image: url(js/station/station-1.png);*/
  background-image: url(js/station/meet_the_station.png);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 67.42%;
  width: 100%;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.station-photo .station-img.meet_dock_img {
  background-image: url(js/station/meet_the_dock.jpg);
  background-position: 50% 50%;
  height: 50vh;
  padding: 0;
}
.station-photo .station-img.satellite_station {
  background-image: url(js/station/satellite_kiosk_aspen.png);
  background-position: 50% 50%;
  padding-top: 40%;
}
.station-photo > .circle-line {
  opacity: 0;
}
.station-photo .opacityStart {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.station-photo .pos-1 {
  top: 5%;
  right: 35%;
}
.station-photo .pos-2 {
  top: 44%;
  right: 28%;
}
.station-photo .satellite_station + .pos-1 {
  top: 38%;
  right: 31%;
}
.station-photo .satellite_station + .pos-1 + .pos-2 {
  top: 60%;
  right: 31%;
}
.station-photo .meet_dock_img + .pos-1 {
  top: 43%;
  left: 45%;
}
.station-photo .meet_dock_img + .pos-1 + .pos-2 {
  top: 53%;
  left: 47%;
}
.station-photo .meet_dock_img + .pos-1 + .pos-2 + .pos-3 {
  top: 36%;
  left: 46%;
}
@media all and (max-width: 767px) {
  .station-photo .descrip p {
    font-size: 16px;
  }
}

/* Sliders Part */
.col-custom-mobile .bx-wrapper, .col-custom-mobile .bx-wrapper .bx-viewport {
  height: auto !important;
}
.col-custom-mobile.getImageHeight {
  padding-bottom: 70px;
}
.col-custom-mobile .bx-pager {
  bottom: -8%;
}
@media all and (max-width: 991px) {
  .col-custom-mobile .bx-pager {
    bottom: -15%;
  }
}
.col-custom-mobile .friendly_app_title {
  text-align: center;
  margin: 10px auto;
  line-height: 35px;
  font-size: 20px;
  font-weight: 700;
  color: #DB0B14;
  padding-left: 25px;
  position: relative;
}
.col-custom-mobile .friendly_app_title span.finder, .col-custom-mobile .friendly_app_title span.transit {
  background-repeat: no-repeat;
  background-position: bottom;
  width: 25px;
  height: 25px;
  display: block;
  background-size: 25px;
  position: absolute;
  float: left;
  left: 0;
}
.col-custom-mobile .friendly_app_title span.finder {
  background-image: url("images/cyclefinder-icon1.jpg");
}
.col-custom-mobile .friendly_app_title span.transit {
  background-image: url("images/transit-icon1.jpg");
}
@media all and (max-width: 767px) {
  .col-custom-mobile {
    float: left;
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .col-custom-mobile.col-md-6.col-sm-6.margin-top {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 480px) {
  .col-custom-mobile {
    clear: both;
    float: none;
    width: 100%;
  }
}
.col-custom-mobile .btn-store img {
  width: 135px;
  height: 40px;
  margin-bottom: 10px;
}

.transit-block, .cyclefinder-block {
  top: 12%;
  bottom: 15%;
  left: 12%;
  right: 12%;
  position: absolute;
}

.margin-top {
  margin-top: 40px;
}

.tablet-block {
  padding-bottom: 50px;
  clear: both;
  position: relative;
}
.tablet-block .bx-wrapper, .tablet-block .bx-wrapper .bx-viewport {
  height: auto !important;
}
.tablet-block > img {
  width: 100% !important;
}
.tablet-block .slider-block {
  position: absolute;
  top: 5%;
  left: 9%;
  right: 9%;
  bottom: 5%;
}
.tablet-block .bx-pager {
  bottom: 0;
}

.bx-pager {
  position: absolute;
  width: 100%;
  text-align: center;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-pager .bx-pager-item .active {
  background: #DB0B14;
}
.bx-pager .bx-pager-item a {
  margin: 0 5px;
  display: block;
  width: 30px;
  height: 8px;
  background: #fff;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
  font-size: 0;
}

header {
  position: relative;
  transition: 0.3s ease-out;
  border-bottom: 1px solid #DB0B14;
}
header .container {
  transition: 0.3s ease-out;
  /*@include media(microMobile380){	padding: 0; }*/
}
@media all and (max-width: 991px) {
  header .container {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  header .table {
    padding: 15px 0;
  }
}
header .table .mainmenu {
  text-align: right;
  float: right;
}
header .logo {
  float: left;
}
header .logo a {
  display: block;
}
header .logo img {
  transition: 0.3s ease-out;
}
@media all and (max-width: 991px) {
  header .navbar-toggle {
    display: block;
    padding: 0px;
    margin: 0;
  }
}
header .navbar-toggle i {
  font-size: 22px;
  color: #9FA0A9;
}
header .login_block {
  float: right;
  width: 100%;
  padding-top: 28px;
  line-height: 1;
}
header .login_block .login_out {
  float: right;
}
.navbar-collapse {
  padding: 0;
}
@media all and (max-width: 991px) {
  .navbar-collapse {
    padding: 0;
    box-shadow: none;
    border: none;
  }
  .navbar-collapse ul {
    margin: 0;
    width: 100%;
  }
}

.nav.navbar-nav li {
  float: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.nav.navbar-nav li a {
  display: block;
  padding: 13px 0 13px 20px;
  color: #9FA0A9;
  font-family: "OpenSansSemibold";
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
}
.nav.navbar-nav li:hover a, .nav.navbar-nav li.current-menu-item a {
  color: #db1715;
  background-color: transparent;
}
@media all and (min-width: 992px) {
  .nav.navbar-nav li.menu-item-has-children a {
    padding: 13px 0 28px 20px;
  }
  .nav.navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.nav.navbar-nav li.menu-item-has-children .sub-menu {
  text-align: left;
  display: none;
}
@media all and (min-width: 992px) {
  .nav.navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 61px;
    width: 180px;
    background-color: #fff;
    border: 1px solid #DB0B14;
    z-index: 9999;
  }
  .nav.navbar-nav li.menu-item-has-children .sub-menu > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
  }
  .nav.navbar-nav li.menu-item-has-children .sub-menu > li a {
    display: block;
    width: 100%;
    padding: 10px 15px 0;
    color: #9FA0A9;
    font-size: 13px;
  }
  .nav.navbar-nav li.menu-item-has-children .sub-menu > li:last-child {
    padding-bottom: 10px;
  }
  .nav.navbar-nav li.menu-item-has-children .sub-menu > li:hover > a {
    color: #db1715;
    text-decoration: none;
  }
  .nav.navbar-nav li.menu-item-has-children .sub-menu > li:hover > .sub-menu {
    display: block;
  }
  .nav.navbar-nav li.menu-item-has-children .sub-menu .sub-menu {
    display: none;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 180px;
  }
}
.nav.navbar-nav li.login a, .nav.navbar-nav li.register a {
  font-size: 12px;
  text-align: justify;
}
@media all and (min-width: 992px) {
  .nav.navbar-nav li {
    float: left;
  }
  .nav.navbar-nav li.login {
    margin: 0 15px;
  }
  .nav.navbar-nav li.login a {
    padding: 3px 10px;
    color: #9FA0A9;
    background-color: #fff !important;
    border: 1px solid #DB0B14 !important;
  }
  .nav.navbar-nav li.login a:hover {
    color: #fff;
    background-color: #b9040c !important;
  }
  .nav.navbar-nav li.register a {
    padding: 3px 10px;
    color: #fff;
    background-color: #DB0B14 !important;
    border: 1px solid #DB0B14;
  }
  .nav.navbar-nav li.register a:hover {
    background-color: #b9040c !important;
  }
}

header .mob_menu {
  display: none;
  background-color: rgba(141, 144, 146, 0.9);
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 69px;
}
header .mob_menu .navbar-collapse .nav.navbar-nav {
  width: 100%;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li {
  display: block;
  border-bottom: 1px solid #fff;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li a {
  color: #fff;
  padding: 15px 0 15px 15px;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.current-menu-item a {
  color: #db1715;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children > a, header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children > i {
  display: inline-block;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children > i {
  float: right;
  color: #fff;
  padding: 18px;
  cursor: pointer;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children .sub-menu {
  width: 100%;
  float: left;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children .sub-menu > li {
  padding-left: 15px;
  border-bottom: none;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children .sub-menu > li a {
  padding: 10px 15px;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children .sub-menu > li i {
  padding: 10px 18px;
}
header .mob_menu .navbar-collapse .nav.navbar-nav li.menu-item-has-children .sub-menu > li:hover a {
  text-decoration: none;
}

.SLD {
  position: relative;
}
.SLD, .SLD .bx-wrapper, .SLD .bx-viewport, .SLD .shoogaslider, .SLD .slids {
  height: 87vh;
}
.SLD .slids {
  position: relative;
}
.SLD .slids:not(:first-child) {
  display: none;
}
.SLD .textparts {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-65%);
      -ms-transform: translateY(-65%);
          transform: translateY(-65%);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  /*font-family: */
  text-transform: uppercase;
}
@media all and (max-width: 380px) {
  .SLD .textparts {
    top: 80%;
    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
.SLD .textparts .layers_block {
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .SLD .textparts .layers_block {
    width: 650px;
  }
}
.SLD .textparts .layers_block div {
  font-family: "OpenSansRegular";
  font-size: 30px;
  color: #fff;
}
.SLD .textparts .layers_block div:first-child {
  font-family: "OpenSansSemibold";
  font-size: 40px;
  font-weight: 600;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.61);
  line-height: 58px;
}
@media all and (max-width: 991px) {
  .SLD .textparts .layers_block div:first-child {
    font-size: 40px;
  }
}
@media all and (max-width: 380px) {
  .SLD .textparts .layers_block div:first-child {
    font-size: 30px;
  }
}
@media all and (max-width: 991px) {
  .SLD .textparts .layers_block div {
    font-size: 28px;
  }
}
@media all and (max-width: 380px) {
  .SLD .textparts .layers_block div {
    font-size: 20px;
  }
}
.SLD .textparts .buttons_block div > a {
  display: inline-block;
  padding: 18px 34px;
  color: #fff;
  background-color: #DB0B14;
  font-family: "OpenSansRegular";
  font-size: 16px;
  line-height: 1;
  margin-top: 25px;
}
.SLD .textparts .buttons_block div > a:hover {
  background-color: #b9040c !important;
  text-decoration: none;
}
@media all and (max-width: 650px) {
  .SLD .textparts {
    /*max-width: 250px; */
  }
  .SLD .textparts .layers_block div {
    padding: 5px 10px;
  }
}

.becom_member {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #DB0B14;
  padding: 24px 0;
}
@media all and (max-width: 767px) {
  .becom_member {
    padding: 20px 0;
  }
}
.becom_member .table_cell:first-child {
  text-align: center;
}
.becom_member .table_cell:first-child > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.becom_member .tit {
  color: #fff;
  font-family: "OpenSansRegular";
  font-size: 24px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .becom_member .tit {
    font-size: 18px;
  }
}
.becom_member a {
  display: inline-block;
  padding: 12px;
  color: #fff;
  font-family: "OpenSansSemibold";
  font-size: 12px;
  line-height: 0;
  border: 1px solid #fff;
  background-color: #DB0B14;
}
@media all and (min-width: 768px) {
  .becom_member a {
    margin: 0 20px;
    padding: 12px 20px;
  }
}
.becom_member a:hover {
  background-color: #b9040c;
  text-decoration: none;
}
.becom_member .closebtn i {
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .becom_member .closebtn i {
    font-size: 20px;
  }
}

footer {
  float: left;
}
footer .dis_flex {
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media all and (max-width: 991px) {
  footer .dis_flex {
    float: left;
    margin: 20px 0;
  }
}
footer .footer_top {
  padding: 30px 0;
}
footer .footer {
  background-color: #151111;
  padding: 25px 0;
}
.sociallinks li {
  display: inline-block;
}
.sociallinks li:not(:first-child) {
  margin-left: 10px;
}
.sociallinks li a > i {
  color: #9FA0A9;
  font-size: 16px;
}

footer .nav.navbar-nav li a,
footer .sociallinks li a > i {
  color: #757778;
}
footer .navbar-collapse {
  float: left;
  width: 33%;
}
@media all and (max-width: 767px) {
  footer .navbar-collapse {
    width: 100%;
  }
}
footer .navbar-collapse .nav.navbar-nav li {
  display: block;
  width: 100%;
}
@media all and (max-width: 991px) {
  footer .navbar-collapse .nav.navbar-nav li {
    display: inline-block;
  }
}
footer .navbar-collapse .nav.navbar-nav li a {
  font-family: "OpenSansSemibold";
  font-size: 13px;
  line-height: 1;
  padding: 5px 15px;
}
@media all and (min-width: 992px) {
  footer .navbar-collapse .nav.navbar-nav li a {
    padding-left: 0;
  }
}
@media all and (max-width: 991px) {
  footer .navbar-collapse .nav.navbar-nav li a {
    padding-left: 0;
  }
  footer .navbar-collapse .nav.navbar-nav li a:hover {
    text-decoration: underline !important;
  }
}
footer .sociallinks {
  float: left;
}
footer h3 {
  color: #fff;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .ftleftpics, footer .ftrightpics {
  /*.textwidget>ul>li{
  	margin-bottom: 20px;
  }*/
}
footer .ftleftpics li, footer .ftrightpics li {
  float: left;
  display: inline-block;
}
footer .ftleftpics {
  float: left;
}
footer .ftleftpics img {
  margin: initial;
}
footer .ftleftpics ul > li:not(:last-child) {
  margin-right: 5px;
}
footer .ftleftpics ul > li ul {
  margin: 10px 0 0;
}
footer .ftrightpics {
  float: right;
}
footer .ftrightpics li:not(:last-child) {
  margin-right: 20px;
}
@media all and (max-width: 552px) {
  footer .ftrightpics li {
    clear: both;
  }
}
@media all and (max-width: 991px) {
  footer .ftleftpics {
    margin-bottom: 40px;
  }
  footer .ftrightpics, footer .sociallinks {
    float: left;
  }
}

.powered_by {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.powered_by p, .powered_by a {
  font-size: 12px;
  color: #000 !important;
  text-decoration: none !important;
  margin: 0 !important;
}
.powered_by a:hover {
  text-decoration: underline !important;
}

/*-- forms styles --*/
form:not(.fl-builder-settings) fieldset, form.frm-show-form fieldset {
  padding: 0 !important;
}
form:not(.fl-builder-settings) div.frm_form_field, form:not(.fl-builder-settings) .dz-message.needsclick, form.frm-show-form div.frm_form_field, form.frm-show-form .dz-message.needsclick {
  float: left;
  clear: none;
}
form:not(.fl-builder-settings) abbr, form.frm-show-form abbr {
  text-decoration: none !important;
}
form:not(.fl-builder-settings) input, form:not(.fl-builder-settings) .frm_submit button, form:not(.fl-builder-settings) textarea, form:not(.fl-builder-settings) select, form.frm-show-form input, form.frm-show-form .frm_submit button, form.frm-show-form textarea, form.frm-show-form select {
  color: #686A6B;
  font-family: "OpenSansRegular" !important;
  font-size: 12px !important;
  font-weight: 400px;
  border-radius: 0 !important;
  border: 1px solid #a6a8ab !important;
  box-shadow: none !important;
}
form:not(.fl-builder-settings) input::-webkit-input-placeholder, form:not(.fl-builder-settings) .frm_submit button::-webkit-input-placeholder, form:not(.fl-builder-settings) textarea::-webkit-input-placeholder, form:not(.fl-builder-settings) select::-webkit-input-placeholder, form.frm-show-form input::-webkit-input-placeholder, form.frm-show-form .frm_submit button::-webkit-input-placeholder, form.frm-show-form textarea::-webkit-input-placeholder, form.frm-show-form select::-webkit-input-placeholder {
  color: #686A6B !important;
  text-overflow: ellipsis;
}
form:not(.fl-builder-settings) input::-moz-placeholder, form:not(.fl-builder-settings) .frm_submit button::-moz-placeholder, form:not(.fl-builder-settings) textarea::-moz-placeholder, form:not(.fl-builder-settings) select::-moz-placeholder, form.frm-show-form input::-moz-placeholder, form.frm-show-form .frm_submit button::-moz-placeholder, form.frm-show-form textarea::-moz-placeholder, form.frm-show-form select::-moz-placeholder {
  color: #686A6B !important;
  text-overflow: ellipsis;
}
form:not(.fl-builder-settings) input:-ms-input-placeholder, form:not(.fl-builder-settings) .frm_submit button:-ms-input-placeholder, form:not(.fl-builder-settings) textarea:-ms-input-placeholder, form:not(.fl-builder-settings) select:-ms-input-placeholder, form.frm-show-form input:-ms-input-placeholder, form.frm-show-form .frm_submit button:-ms-input-placeholder, form.frm-show-form textarea:-ms-input-placeholder, form.frm-show-form select:-ms-input-placeholder {
  color: #686A6B !important;
  text-overflow: ellipsis;
}
form:not(.fl-builder-settings) input:focus, form:not(.fl-builder-settings) .frm_submit button:focus, form:not(.fl-builder-settings) textarea:focus, form:not(.fl-builder-settings) select:focus, form.frm-show-form input:focus, form.frm-show-form .frm_submit button:focus, form.frm-show-form textarea:focus, form.frm-show-form select:focus {
  border-color: #DB0B14 !important;
}
form:not(.fl-builder-settings) input, form:not(.fl-builder-settings) .frm_submit button, form.frm-show-form input, form.frm-show-form .frm_submit button {
  height: 40px !important;
}
form:not(.fl-builder-settings) input[type=checkbox], form:not(.fl-builder-settings) input[type=radio], form.frm-show-form input[type=checkbox], form.frm-show-form input[type=radio] {
  height: auto !important;
}
form:not(.fl-builder-settings) .frm_submit, form.frm-show-form .frm_submit {
  float: left;
}
form:not(.fl-builder-settings) input[type=submit], form:not(.fl-builder-settings) button[type=submit], form.frm-show-form input[type=submit], form.frm-show-form button[type=submit] {
  display: inline-block;
  margin: 0 !important;
  padding: 0px 20px !important;
  color: #fff !important;
  font-size: 16px !important;
  background-color: #DB0B14 !important;
  line-height: 1 !important;
}
form:not(.fl-builder-settings) input[type=submit]:hover, form:not(.fl-builder-settings) button[type=submit]:hover, form.frm-show-form input[type=submit]:hover, form.frm-show-form button[type=submit]:hover {
  background-color: #b9040c !important;
}
form:not(.fl-builder-settings) textarea, form.frm-show-form textarea {
  min-height: 197px !important;
}

.mailingForm {
  background-color: #DB0B14;
  padding: 25px 0;
}
.mailingForm form:not(.fl-builder-settings), .mailingForm form.frm-show-form {
  /*	input[type='email'], input[type='submit'], button[type='submit']{
  		height: 40px!important;
  	}*/
}
.mailingForm form:not(.fl-builder-settings) .frm_form_title, .mailingForm form.frm-show-form .frm_form_title {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1;
  /*padding: 20px 0;*/
  margin: 0 !important;
}
@media all and (max-width: 991px) {
  .mailingForm form:not(.fl-builder-settings) .frm_form_title, .mailingForm form.frm-show-form .frm_form_title {
    margin: 0 0 20px !important;
  }
}
.mailingForm form:not(.fl-builder-settings) .frm_form_field.form-field, .mailingForm form.frm-show-form .frm_form_field.form-field {
  margin-bottom: 0px;
}
@media all and (max-width: 600px) {
  .mailingForm form:not(.fl-builder-settings) .frm_form_field.form-field, .mailingForm form.frm-show-form .frm_form_field.form-field {
    margin-bottom: 20px;
  }
}
.mailingForm form:not(.fl-builder-settings) input[type=email], .mailingForm form.frm-show-form input[type=email] {
  color: #323232 !important;
  border: 1px solid #fff !important;
}
.mailingForm form:not(.fl-builder-settings) input[type=email]::-webkit-input-placeholder, .mailingForm form.frm-show-form input[type=email]::-webkit-input-placeholder {
  color: #323232 !important;
  text-overflow: ellipsis;
}
.mailingForm form:not(.fl-builder-settings) input[type=email]::-moz-placeholder, .mailingForm form.frm-show-form input[type=email]::-moz-placeholder {
  color: #323232 !important;
  text-overflow: ellipsis;
}
.mailingForm form:not(.fl-builder-settings) input[type=email]:-ms-input-placeholder, .mailingForm form.frm-show-form input[type=email]:-ms-input-placeholder {
  color: #323232 !important;
  text-overflow: ellipsis;
}
.mailingForm form:not(.fl-builder-settings) .frm_submit, .mailingForm form.frm-show-form .frm_submit {
  float: left;
  clear: none;
  margin-left: 20px;
}
@media all and (max-width: 600px) {
  .mailingForm form:not(.fl-builder-settings) .frm_submit, .mailingForm form.frm-show-form .frm_submit {
    margin-left: 0;
  }
}
.mailingForm form:not(.fl-builder-settings) .frm_submit button, .mailingForm form.frm-show-form .frm_submit button {
  background-color: #DB0B14 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.mailingForm form:not(.fl-builder-settings) .frm_submit button:hover, .mailingForm form.frm-show-form .frm_submit button:hover {
  background-color: #b9040c !important;
}
@media all and (min-width: 992px) {
  .mailingForm fieldset {
    display: table;
    margin: 0;
    table-layout: auto;
    width: 100%;
  }
  .mailingForm fieldset [class*=col-] {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}

.map_search h3 {
  color: #fff;
  font-family: "OpenSansRegular";
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  .map_search h3 {
    margin-bottom: 20px;
  }
}
.map_search form input[type=text], .map_search form input[type=submit] {
  float: left;
  padding: 6px 10px;
  outline: none;
}
.map_search form input[type=text] {
  width: 66%;
  margin-right: 2%;
  color: #686A6B;
  font-size: 14px !important;
  background: #fff;
  border: 1px solid #fff !important;
}
.map_search form input[type=text]::-webkit-input-placeholder {
  color: #686A6B !important;
  text-overflow: ellipsis;
}
.map_search form input[type=text]::-moz-placeholder {
  color: #686A6B !important;
  text-overflow: ellipsis;
}
.map_search form input[type=text]:-ms-input-placeholder {
  color: #686A6B !important;
  text-overflow: ellipsis;
}
.map_search form input[type=text]:focus {
  border-color: #fff !important;
}
.map_search form input[type=submit] {
  width: auto;
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: #DB0B14 !important;
  text-transform: uppercase;
}
.map_search form input[type=submit]:hover {
  background-color: #b9040c !important;
}
@media all and (max-width: 600px) {
  .map_search form input[type=text] {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .map_search form input[type=submit] {
    margin-left: 0;
  }
}

#map_btns {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#map_btns label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#map_btns label > * {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#map_btns label:not(:last-child) {
  margin-right: 20px;
}
#map_btns span {
  color: #fff;
  font-family: "OpenSansRegular";
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
}
#map_btns input[type=checkbox] {
  display: inline-block;
  margin: 0 10px 0 0;
}

.loader {
  display: none;
  float: left;
  margin: 12px 0 0 12px;
}

.errmsg, #errmsg1, #errmsg2 {
  display: none;
  color: #fff;
  float: left;
  clear: both;
}

@-webkit-keyframes leftToRight1 {
  0% {
    left: -100vw;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 21%;
  }
}
@keyframes leftToRight1 {
  0% {
    left: -100vw;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 21%;
  }
}
@-webkit-keyframes leftToRight2 {
  0% {
    left: -100vw;
  }
  50% {
    left: -10%;
  }
  100% {
    left: -21%;
  }
}
@keyframes leftToRight2 {
  0% {
    left: -100vw;
  }
  50% {
    left: -10%;
  }
  100% {
    left: -21%;
  }
}
/*mobile animation*/
@-webkit-keyframes leftToRight3 {
  0% {
    left: -100vw;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 16%;
  }
}
@keyframes leftToRight3 {
  0% {
    left: -100vw;
  }
  100% {
    left: 2%;
  }
}
@-webkit-keyframes leftToRight4 {
  0% {
    left: -100vw;
  }
  100% {
    left: -2%;
  }
}
@keyframes leftToRight4 {
  0% {
    left: -100vw;
  }
  100% {
    left: -2%;
  }
}
/*-- home pg --*/
#search_monaco {
  width: 100%;
  height: 80vh;
}

.map_search .fl-col-group {
  padding: 0;
}

.zoom-instagram-widget div.zoom-instagram-widget__follow-me {
  display: none;
}

.infoAdd {
  font-weight: bold;
  font-size: 15px;
  /*font-family: */
}

.infoAdd, .infostation, .infotxt {
  text-align: center;
  text-transform: uppercase;
}

.infotxt {
  display: block !important;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}
.infotxt img {
  margin: 5px auto;
}

.stations .fl-col-group {
  padding: 0;
}

.how_it_works img {
  margin: inherit;
  width: 100%;
}
.how_it_works ul {
  position: relative;
  list-style-type: none;
  margin: 0;
}
.how_it_works ul li:first-child {
  position: relative;
}
.how_it_works ul li:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -5px;
  text-transform: uppercase;
  color: #FCFCFC;
  font-family: "OpenSansSemibold";
  font-size: 35px;
  line-height: 44px;
  text-shadow: 1px 1px 1px #fff;
}
@media all and (max-width: 991px) {
  .how_it_works ul li:last-child {
    font-size: 45px;
    line-height: 34px;
  }
}
.how_it_works p {
  color: #686A6B;
  font-size: 16px;
  line-height: 26px;
}

.counting_numbers .fl-number-after-text, .counting_numbers .fl-number-int, .counting_numbers a {
  color: #fff !important;
  font-family: "OpenSansRegular";
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.counting_numbers a:hover {
  text-decoration: none;
}

.passprice {
  text-align: center;
}
.passprice .fl-col-group:last-child {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.passprice .fl-col-group:last-child .fl-col {
  padding: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.passprice .fl-col-group:last-child .fl-col-content {
  padding: 30px 0;
  margin: 0 15px;
}
.passprice .price {
  color: #fff;
  font-family: "OpenSansRegular";
  font-size: 50px;
  font-weight: 600;
  line-height: 37px;
}
.passprice .pricetitle {
  color: #fff;
  font-family: "OpenSansRegular";
  font-size: 20px;
  font-weight: 600;
}
.passprice .fl-rich-text {
  color: #fff;
  font-family: "OpenSansRegular";
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.passprice .fl-button-text {
  font-size: 17px;
}

.paretners_sld {
  position: relative;
}

/* meet the bike */
.gradient_from_top {
  background-image: linear-gradient(to bottom, #fff, #fff 66%, #f1f1f1 34%);
}

/* help */
.fl-accordion-item .fl-accordion-button {
  padding: 7px 15px;
}
.fl-accordion-item .fl-accordion-button-label {
  font-family: "OpenSansSemibold";
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.fl-accordion-item .fl-accordion-content {
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 20px;
}
.fl-accordion-item .fl-accordion-button-icon {
  color: #DB0B14;
  opacity: 1;
  font-size: 12px;
}
.fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label {
  color: #DB0B14;
}

/* prices pg */
.new_passprice .fl-col-group {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: #F8F8F8;
}

/*-- blog pg --*/
.Block {
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  .Block:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Block:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 991px) {
  .Block {
    margin-top: 20px;
  }
}

.blogposts .blogbox {
  padding: 25px;
  border: 1px solid #f1f1f1;
}
.blogposts .blogbox .blogpic {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .blogposts .blogbox .blogpic {
    width: 40%;
    margin: 0 2% 0 0;
  }
  .blogposts .blogbox .contbox {
    width: 58%;
  }
}

.blogpic a {
  display: block;
}

.contbox {
  color: #686A6B;
  font-family: "OpenSansRegular";
  font-size: 16px;
  line-height: 26px;
}
.contbox .blogtitle {
  display: block;
  color: #686A6B;
  font-family: "OpenSansRegular";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contbox a:hover {
  text-decoration: none;
}

.blogbox .cont {
  /*width: 90%;*/
  float: left;
}
.blogbox .fix_socIcons {
  position: relative;
  float: left;
  /*width: 10%;*/
  border: 1px solid transparent;
}
.blogbox .social_links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blogbox .social_links div {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (min-width: 992px) {
  .blogbox .fix_socIcons.fixed .social_links {
    position: fixed;
    left: -100vw;
    top: initial;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: leftToRight3;
            animation-name: leftToRight3;
  }
  .blogbox .fix_socIcons.absolute .social_links {
    position: absolute;
    bottom: -10px;
    left: -100vw;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: leftToRight4;
            animation-name: leftToRight4;
  }
}
@media all and (min-width: 1200px) {
  .blogbox .fix_socIcons.fixed .social_links {
    position: fixed;
    left: -100vw;
    top: initial;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: leftToRight1;
            animation-name: leftToRight1;
  }
  .blogbox .fix_socIcons.absolute .social_links {
    position: absolute;
    bottom: -10px;
    left: -100vw;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: leftToRight2;
            animation-name: leftToRight2;
  }
}

.conditions_cont ul {
  list-style-type: none;
  margin-left: 0;
}
.conditions_cont ul li > strong {
  margin-right: 5px;
}
