/*
Theme Name: BikeShare.ie
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* Requested Promo code to be hidden for now */
frmid-promocode,
frmid-promocoderesult {display:none !important;}

html { box-sizing: border-box; }
*, *:before, *:after {
    box-sizing: inherit;
}
* {
    margin:0;
    padding:0;
    max-height: 100000px;
}
kbd { color:#000; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset, mejs-container{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
    border:0;
    background:none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color:#000; 
}
.form-horizontal .control-label {
  font-weight:400;
}
body {
    height:100%;
    min-width:976px;
    font:16px/23px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight:400;
    overflow-y: scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
a {
    color:#0066CC;
    text-decoration:none;
    outline:none;
}
a:hover {
    color:#3399ff;
    text-decoration:none;
}
img{
    max-width: 100%;
    height: auto;
}
.postit {
  float:left;
  margin-right:20px;
  margin-top:-10px;
  margin-bottom:20px;
  width:148px;
  height:auto;
}
.pull-right {
  text-align:centre;
}
video, iframe, object, embed{max-width: 100%;}
input, textarea, select {
    font:100% 'Source Sans Pro', Arial, Helvetica, sans-serif;
    vertical-align:middle;
    color:#000;
    overflow: auto;
}
textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}
input[readonly] {
    background-color: #fff;
    /* any other styles */
}
input[type=text],
input[type=password],
input[type=name],
input[type=email],
input[type=pin],
input[type=submit],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}
input[type="radio"], input[type="checkbox"] {
    padding:0;
    margin:0;
}
.radio-inline, .checkbox-inline {
    padding-left:0;
    padding-right:5px; 
}
label{vertical-align:middle;}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding:0;
    border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote{ font-size:16px; padding:0; margin:0 0 20px 0;}
.note {
  font-size:13px;
  color:#999;
  font-weight:200;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {top: -0.3em;}
h2 sup {
    font-size: 100%;
	top: -0.1em;
}
sub {bottom: -0.25em;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-color:#ddd;
}
table, caption, tbody, tfoot, thead, tr, th, td{
    border-collapse: collapse;
    border-spacing: 0;
}
th, td{
    border:1px solid #ccc;
    padding:2px 6px;
    vertical-align:top;
}
.table td span.title {
  display:none;
}
.table td span.content {
    margin-left:0;
    display:inline;
  }
.table .btn {
  padding:2px 10px 3px;
}
th{
    border-color:#999;
    text-align:left;
    vertical-align:middle;
}
ul{ margin-left:1px; }
ul, ol{ padding-left:3em; }
ul ul,
ul ol,
ol ul,
ol ol{
    padding-left:3em;
    margin:0;
}
.guide {
    margin-top:1em;
}
.guide li {
    margin-bottom:1em;
}

ul>li{list-style-type:disc;}
dl dt{
    float:left;
    clear:left;
    padding-right:4px;
    font-weight:bold;
}
.bigger {
	font-size: 110%;	
}
.tick,
.tick li {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
}
.tick {
    margin-bottom:20px;
}
.tick li:before {
    display:block;
    width:30px;
    height:30px;
    background:red;
    float:left;
}
.alert {
  border-radius:0;
}
.alert p {
  margin:0;
}
.alert-danger {
  color:#00a651;    
}
textarea.form-control,
.form-control[type=text] {
  -webkit-box-shadow:none;
  box-shadow:none;
}
.widget {margin-bottom: 14px; overflow: hidden;}
.widget ul{padding-left:2em;}
.widget select{min-width: 150px;}
.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="text"]{ width:100%; }
.post-password-form label { display:block; }
.post-password-form input[type="password"],
.search-form input[type="text"]{width:100%;}
.commentlist{margin:0 0 14px;}
.commentlist .edit-link{margin:0;}
.commentlist-item .commentlist-item {padding:0 0 0 3em;}
.comment,
.commentlist-holder{overflow:hidden;}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item{padding-top:14px;}
.commentlist .avatar-holder{
    float:left;
    margin:0 14px 4px 0;
}
.comment-form label{
    display:block;
    padding-bottom:4px;
}
.comment-form textarea{
    padding:3px 4px;
    overflow:auto;
    margin:0;
    height:120px;
    resize:none;
}
.gallery-item dt{
    float:none;
    padding:0;
}
.navigation{
    overflow:hidden;
    margin:0 0 14px;
}
.navigation .next{ float:left; }
.navigation .prev{ float:right; }
.wp-caption{
    overflow:hidden;
    clear:both;
    border:1px solid #ccc;
    padding:5px;
}
.wp-caption img{
    display:block;
    width:100%;
    height:auto;
}
.wp-caption p{margin:10px 0 0;}
div.aligncenter {margin: 0 auto 14px;}
img.aligncenter {
    display: block;
    margin: 0 auto;
    width:100%;
    height:auto;
}
.alignleft {
    float: left;
    margin: 0 14px 4px 0;
}
.alignright {
    float: right;
    margin: 0 0 4px 14px;
}
div.ui-datepicker{
 font-size:12px;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
/* placeholder input styles */
::-webkit-input-placeholder { color: #3f4348; }
:-moz-placeholder { color: #3f4348; }
::-moz-placeholder {
    color: #3f4348;
    opacity: 1;
}
:-ms-input-placeholder { color: #3f4348; }
h1 {
    color:#00a651;
    font-size:30px;
    line-height:1.1em;
    margin:0 0 15px;
    font-weight:400;
}
h2 {
    color:#333;
    font-size:19px;
    line-height:1.1em;
    margin:0 0 9px;
    font-weight:400;
}
h3 {
    color:#333;
    font-size:24px;
    line-height:1.1em;
    margin:0 0 10px;
    font-weight:600;
}
h3 .alert {
    color:#999;
    font-weight:400;
    font-size:16px;
    margin:0;
    padding:0;
    border-radius:0;
    display:block;
}
#wrapper {
    overflow:hidden;
    position:relative;
    z-index:2;
}
#header {
    background:#fff;
    overflow:hidden;
    padding:15px 0 1px;
}
.logo {
    float:left;
    width:150px;
    height:60px;
    margin: 15px 20px 0 -2px;
}

.logo a {
    display:block;
    height:100%;
    color:#fff;
    font-weight:400;
}
.logo a img {
    display:block;
    width:100%;
    height:auto;
}

#header.manager {
    padding:15px 0 11px;
}
.manager .logo {
  height:auto;
}
.manager .logo img {
  width:240px;
}

.slogan {
    color:#fff;
    float:left;
    padding:27px 0 0;
    letter-spacing:0.6px;
    text-transform:uppercase;
    font-family:Helvetica, Arial, sans-serif;
}
.btns {
    float:left;
    margin:0 0 10px;
}
.btns a {
    width:120px;
    height:auto;
    float:left;
    margin:0 7px 0 0 ;
    border-radius:2px;
    /*border:solid 1px #595959;*/
}
.btns a:first-child { width:100px; }
.btns a:hover { opacity:0.8; }
.btns a img {
    display:block;
    width:100%;
    height:auto;
}
.btn {
    border-radius:0;
    border:0;
}
.btn-primary {
    color:#fff;
    background-color:#333; 
}
.btn-primary:hover {
    background-color:#000; 
}
.account-box {
    color:#fff;
    float:right;
    width:125px;
    font-size:14px;
    line-height:1.2em;
}
.account-box a {
  color:#fff;
  font-weight:400;
  display:block;
}
.manager .account-box a {
  color:#fff;
  margin-top:5px;
}
.manager .account-box a:hover {
  text-decoration:underline;
}
.btn-account {
    display:block;
    font-size:16px;
    font-weight:600;
    margin:0 0 6px;
    text-align:center;
    background:#00a651;
    padding:5px 5px 6px;
    letter-spacing:0.7px;
}
.btn-account:hover {
    background:#000;
    text-decoration:none;
}
.nav-panel {
    z-index:2;
    position:relative;
    background:#00a651;
    margin:0 -9999px;
    padding:9px 9999px 9px;
    border-bottom:solid 10px #f6f6f6;
}
.home .nav-panel {
    border:0;
    background: #00a651;
}
.home .nav-panel:after {
    position:absolute;
    left:0;
    right:0;
    bottom:-10px;
    height:10px;
    content:'';
    background:url(../images/shadow.png);
}
.nav-area {
    font-size:18px;
    margin:0 -13px;
    overflow:hidden;
    padding:3px 0 5px;
    text-transform:capitalize;
}
.nav-area:after {
    display:block;
    content:'';
    clear:both;
}
.navbar-collapse { padding:0; }
.navbar-toggle {
    float:left;
    margin:0;
    border:0;
    color:#fff;
    font-size:14px;
    line-height:18px;
    font-weight:600;
    border-radius:0;
    position:relative;
    padding:0 0 0 32px;
}
.navbar-toggle.collapsed:before {
    width:23px;
    height:15px;
    left:0;
    top:2px;
    background-position: -75px -40px;
}
.navbar-toggle:before {
    position:absolute;
    left:2px;
    top:1px;
    width:18px;
    height:18px;
    content:'';
    background:url(../images/sprite.png) no-repeat -48px -40px;
}
.navbar-toggle .text2 { display:inline; }
.navbar-toggle.collapsed .text { display:block; }
.navbar-toggle .text,
.navbar-toggle.collapsed .text2 { display:none; }
.id-nav {
    margin:0;
    padding:0;
    float:left;
}
.id-nav li {
    float:left;
    padding:0 13px;
    position:relative;
    list-style-type:none;
}
.id-nav li a {
    color:#fff;
    display:block;
    -webkit-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
    transition:all 200ms ease-in;
    outline:none;
}
.id-nav li.active a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;    
  }
.id-nav li a:hover {
    color:#fff;
    text-decoration:none;
    -webkit-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    transform:translateY(-3px);
}
.quick-links,
.quick-links li {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
}
.quick-links {
  margin-bottom:40px;
}
.quick-links:after {
  display:table;
  content:"";
}
.quick-links a {
  display:block;
  float:left;
  width:50%;
  box-sizing:border-box;
  border:1px solid #fff;
  background-color:#333;
  color:#FFF;
  text-transform:uppercase;
  text-align:center;
  padding:10px 0;
}
.quick-links li.active a {
  background-color:#00a651;  
}
.catagory-form {
    margin:0;
    overflow:hidden;
    float:left;
    display:none;
}
#homemap-close {
  display:none;
}
.home .catagory-form {
  display:block;
}
.home #homemap-close {
  display:inline-block;
}

.reset-city {
  color: #fff;
  font-weight: 200;
  display: inline-block;
  margin-left: 5px;
  margin-top:2px;
  font-size: 14px;
  width:22px;
  height:22px;
  text-indent:-9999px;
  background-color:#000;
  background-image:url(../images/close.png);
  background-size:22px 22px;
  background-repeat:no-repeat;
  -webkit-transition:all 300ms ease-out;
  -moz-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  border-radius:11px;
}
.catagory-form select { width:100%; }
.addnav {
    margin:0 0 0 10px;
    padding:0;
    float:left;
    font-size:14px;
    line-height:18px;
    font-weight:600;
    text-align:left;
}
.addnav li {
    padding:0 0 0 21px;
    display:inline-block;
    vertical-align:top;
    list-style:none;
}
.addnav a { color:#fff !important; }
.search-form { overflow:hidden; }
.search-form input[type=submit] {
    float:right;
    color:#fff;
    height:51px;
    font-weight:400;
    margin:5px 0 0;
    background:#333;
    min-width:114px;
    letter-spacing:1.4px;
}
.search-form .field {
    overflow:hidden;
    position:relative;
    padding:5px 5px 4px;
}
.search-form .field:after {
    position:absolute;
    left:5px;
    right:5px;
    bottom:0;
    height:4px;
    content:'';
    background:url(../images/shadow.png) repeat-x;
}
.search-form .form-control {
    border:0;
    margin:0;
    height:51px;
    font-weight:400;
    letter-spacing:0.5px;
}

/* FAQ */
.answer {
  margin:-10px 0 30px;
  display:none;
}
.answer.hidden {
  display:none;
  visibility:visible !important;
}
.text-block .faq h2 {
  line-height:.9em;
  margin-bottom:20px;
  border-bottom:1px solid #f2f2f2;
  padding-bottom:10px;
}
.text-block .question a:before {
  content:"";
  position:relative;
  top:5px;
  display:block;
  width:16px;
  height:16px;
  float:right;
  background-image:url(../images/arrow-down.png);
  background-position:top left;
  background-repeat:no-repeat;
  background-size:16px 16px;
  margin-left:30px;
}
.text-block .faq h2 a {
  font-size:18px;
  display:block;
}
.text-block .faq h2 a {color:#00a651;}

.map-holder .search-form {
    position:absolute;
    left:13.2%;
    top:21px;
    width:468px;
}
.map-holder ul {
    position: absolute;
    width: 85%;
    top:125px;
    margin-left:10% !important;
    margin-right:10% !important;
}
.map-holder ul.hidden-xs li {
    top:20px;
    opacity:0;
}
.map-holder ul,
.map-holder li {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
}
.map-holder li {
    display: inline-block;
    position:relative;
    width: 24%;
}
.map-holder li:first-child {
    border-radius:50% 0 0 50%;
}
.map-holder li a {
    display:block;
    text-align:center;
    color:#fff;
    padding:20px;
    -webkit-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
    transition:all 200ms ease-in;
    outline:none;
    margin-bottom:1px;
}

article.news {
  padding-bottom:1em;
  border-bottom:1px solid #e2e2e2;
}
article.news .thumb {
  width:90px;
  height:auto;
  float:left;
}
article.news .thumb img {
  max-width:100% !important;
}
article.news .summary {
  margin-left:100px;
}
article.news h2 a:hover {
  color:#00a651; 
}
article.news .date {
  font-size:80%;
  color:#999;
  text-transform:uppercase;
}

@media only screen and (min-width:768px) {
    .map-holder li a:hover {
        text-decoration:none;
        box-shadow:5px 20px 60px rgba(0,0,0,.3);
        -webkit-transform:translateY(-3px);
        -moz-transform:translateY(-3px);
        transform:translateY(-3px);
    }
    h3 .alert { display:inline;}
    
    article.news .thumb {
      width:150px;
    }
    article.news .summary {
      margin-left:180px;
    }
}
.map-holder li img {
    display:block;
    width:50%;
    height:auto;
    margin:auto;
}
.map-holder .location,
.map-holder .action {
    display:block;
}
.map-holder .location {
    font-weight:400;
    margin:20px 0 15px 0;
    text-transform:uppercase;
}
@media screen and (min-width: 1200px) {
    .map-holder .location {
        font-size: 29px;
    }
}
@media screen and (max-width: 1199px) {
    .map-holder .location {
        font-size: 28px;
    }   
}
.map-holder .action {
    text-transform:uppercase;
    font-size:13px;
    font-weight:200;
    letter-spacing:1px;
    line-height:1.2em;
}
.map-holder .galway {
    background-color:#850a2c;
    background-color:rgba(133,10,44,.9);
}
.map-holder .cork {
    background-color:#00a651;
    background-color:rgba(222,5,18,.9);
}
.map-holder .limerick {
    background-color:#006633;
    background-color:rgba(0,102,51,.9);
}
.map-holder .waterford {
    background-color:#007cc3;
    background-color:rgba(0,123,195,.9);
}
.google-map {
    margin-bottom:20px;
}
.gmnoprint {
}
#bodyContent a {
    display:block;
    color:#006699;
}
#home-banner {
  height:500px; 
  overflow:hidden; 
  position:absolute; 
  width:100%; 
  background-image:url(../images/892813378.jpg);
  background-position:center center; 
  background-size:cover;
  margin-top:-50px;
}
.home #bike-map {
  height:500px;
  margin-top:-200px;
  
  -webkit-transition: all 300ms ease-out; 
  -moz-transition: all 300ms ease-out; 
  transition: all 300ms ease-out;

  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; 
}
@-moz-document url-prefix() { 
  .home #bike-map, #home-banner {
    margin-top:0px;
    height:440px;
  }
  .home #bike-map.map-active {
    margin-top: 0px !important;
  }
}

@supports (-ms-ime-align: auto) {
  .home #bike-map, #home-banner {
    margin-top:0px;
    height:440px;
  }
  .home #bike-map.map-active {
    margin-top: 0px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home #bike-map, #home-banner {
      margin-top:0px;
      height:440px;
    }
    .home #bike-map.map-active {
      margin-top: 0px !important;
    }
}


.home #bike-map.map-active {
  margin-top:-50px;
  
}

#bike-map {
  height:600px;
}

#bike-map img {
    max-width: none;
    width: auto;
}
#main { overflow:hidden; position:relative; }
.section {
    margin:0 -9999px;
    padding:0 9999px;
    background: #f6f6f6;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */



}
.section:after {
    display:block;
    content:'';
    clear:both;
}
.section .steps {
    padding:0;
    float:left;
    width:670px;
    position:relative;
    z-index:3;
    color:#fff;
    margin:-72px 0 -47px;
    font:italic 600 23px/30px 'Raleway', Arial, Helvetica, sans-serif;
    
}
.section .steps li:first-child { margin:0 2px 0 12px; }
.section .steps li {
    float:left;
    list-style:none;
    width:204px;
    position:relative;
    margin:0 3px 0 12px;
    padding:8px 17px 11px;
    background:url(../images/shape.png) no-repeat;
    background-size:100% auto;
}
.section .steps li strong {
  -webkit-transition:all 300ms ease-out; 
  -moz-transition:all 300ms ease-out; 
  transition:all 300ms ease-out; 
}
.section .steps li:hover strong {
  -webkit-transform:translateY(-5px);
  -moz-transform:translateY(-5px);
  transform:translateY(-5px);
}

.section .steps li:before {
    position:absolute;
    right:15px;
    bottom:-23px;
    width:165px;
    height:147px;
    content:'';
    background:url(../images/icons.png) no-repeat -260px 0;
}
.section .steps li.step1:before {
    background:url(../images/hand-card.png) no-repeat 0 0;
    background-size:contain;
    opacity:.2;
    right:5px;
}
.section .steps li.step2:before {
    background:url(../images/step2-cycle.png) no-repeat 0 0;
    background-size:222px 140px;
    right:-25px;
    width:222px;
    height:140px;
}

.section .steps li.step3:before {
    background:url(../images/step3-station.png) no-repeat 0 0;
    background-size:222px 140px;
    top:0px;
    right:-30px;
    width:222px;
    height:140px;
}
.section .steps li.step1:before {
    width:140px;
    height:140px;
    bottom:-30px;
    background-position:0 0;
}
.section .steps li.add:before {
    width:165px;
    height:147px;
    right:-13px;
    bottom:-24px;
    background-position: -261px 0;
}
.section .steps li strong {
    display:block;
    color:#fff;
    margin:0 0 12px;
    font-weight:300;
    font-size:58px;
    line-height:58px;
}
.section .block {
    clear:both;
    overflow:hidden;
}
.section .textbox {
    color:#000;
    font-weight:300;
    font-size:30px;
    line-height:1.2em;
    overflow:hidden;
    padding:94px 12px 57px;
}
.section .textbox p { margin:0 0 10px 0; }
.section .textbox strong { font-weight:600; }
.section .textbox a {
    color:#fff;
    font-weight:400;
    font-size:15px;
    line-height:18px;
    text-transform:uppercase;
}
.section .signup-area {
    float:right;
    width:350px;
    padding:21px 8px 17px;
}
.section .signup-area img {
  -webkit-transition:all 300ms ease-out; 
  -moz-transition:all 300ms ease-out; 
  transition:all 300ms ease-out; 
}
.section .signup-area img:hover {
  -webkit-transform:translateY(-5px);
  -moz-transform:translateY(-5px);
  transform:translateY(-5px);
}

.section .signup-area .title {
    font-size:40px;
    line-height:43px;
    margin:0 0 38px;
}
.section .signup-area .image-title {
    color:#00a651;
    font-size:35px;
    font-style:italic;
    line-height:43px;
    margin:20px 0 30px;

}
.section .signup-area .form-control {
    font-size:14px;
    line-height:20px;
}
.section .signup-area .field-holder {
    float:left;
    width:100%;
    margin:2px 0 6px;
}
.section .signup-area .field-holder .form-control:first-child { float:left; }
.section .signup-area .field-holder .form-control {
    float:right;
    width:49.8%;
}
.section .signup-form { margin-bottom:6px; }
.section .signup-form input[type="submit"] {
    float:right;
    color:#00a651;
    font-size:20px;
    line-height:24px;
    width:auto;
    height:auto;
    min-width:0;
    padding:0 17px 0 0;
    background:url(../images/arrow.png) no-repeat 100% 50%;
}
.news {
    overflow:hidden;
    padding:38px 6px 19px 14px;
}
.news header {
    overflow:hidden;
    border-bottom:solid 1px #00a651;
}
.news header a {
  color:#333;
}
.news header a:hover {
  color:#00a651;
}
.news h2 {
  line-height:1.2em;
}
.news h2 a { color:#333; }
.news ul {
    padding:22px 0;
    margin:0 -1.5%;
    overflow:hidden;
}
.news ul li {
    float:left;
    width:30%;
    list-style:none;
    margin:0 1.5% 10px;
}
.news img {
    display:block;
    width:100%;
    height:auto;
}
.news ul .img-holder {
    float:left;
    width:29%;
    margin:4px 0 0;
}
.news ul .textbox {
    color:#666;
    font-size:14px;
    line-height:18px;
    overflow:hidden;
    padding:0 5.5% 0 4.6%;
}
.news ul .textbox .date { display:block; }

/* App in footer */
.app {
background: #f6f6f6;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

padding:20px 6px 40px 14px; 
}
.app h2 {
  font-size:28px; margin-bottom:20px;
  margin-top:40px;
}
img.app {
  width: 175px;
position: absolute;
top: -38px;
padding: 0;
background: transparent;
left: 20%; 
}
.launching-soon {
  display:inline-block;
  padding:8px 10px 8px 60px;
  color:#FFF;
  text-transform:uppercase;
  font-size:18px;
  border-radius:3px;
  position:relative;
  margin-top:10px;
background: #000000; /* Old browsers */

background: -moz-linear-gradient(top,  #000000 0%, #333333 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */

background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

  
}
.launching-soon:before {
  display:block;
  content:"";
  width:42px;
  height:57px;
  background-image:url(../images/location-pin.png);
  background-size:42px 57px;
  background-repeat:no-repeat;
  position:absolute;
  bottom:3px;
  left:10px;
}

#twocolumns { padding:30px 0 60px; }
#twocolumns:after {
    display:block;
    content:'';
    clear:both;
}
.btn-back {
    float:left;
    color:##00a651;
    font-size:14px;
    line-height:19px;
    margin:8px -5px;
    text-decoration:none;
    text-transform:capitalize;
}
.title-box {
    color:##00a651;
    overflow:hidden;
    font-size:14px;
    line-height:19px;
    text-align:center;
    padding:8px 30px 8px 10px;
}
.sidenav {
    font-weight:600;
    overflow:hidden;
    margin:0 0 12px;
}
.sidenav .opener {
    float:right;
    width:19px;
    height:19px;
    margin:8px 1px;
    display:none;
    overflow:hidden;
    text-indent:9999px;
    background:url(../images/sprite.png) no-repeat 0 -40px;
}
.sidenav .js-slide-hidden { position:static !important; }
.sidenav ul {
    margin:0;
    padding:3px 0;
    overflow:hidden;
}
.sidenav ul li { list-style:none; }
.sidenav ul li a {
    color:#353535;
    display:block;
    position:relative;
    text-decoration:none;
    padding:6px 5px 8px 15px;
    text-align:left;
}
.sidenav ul li.active a, 
.sidenav ul li a:hover {
    color:#fff;
    background:#00a651;
}
.sidenav ul li.active a:before {
    position:absolute;
    top:0;
    height:100%;
    left:0;
    width:11px;
    content:'';
    background:url(../images/arrow-left.png) no-repeat;
    background-size:100% 100%;
}
.sidenav ul li a:hover {
  background:none;
  color:#00a651;
}
.sidenav ul li.active a {
  color:#fff !important;
  background:#00a651 !important;
}

.widget.sidenav {
    border:0;
    padding:0 0 12px;
}
.sidenavtemp {
    font-weight:600;
    overflow:hidden;
    margin:0 0 12px;
}
.sidenavtemp .opener {
    float:right;
    width:19px;
    height:19px;
    margin:8px 1px;
    display:none;
    overflow:hidden;
    text-indent:9999px;
    background:url(../images/sprite.png) no-repeat 0 -40px;
}
.sidenavtemp .js-slide-hidden { position:static !important; }
.sidenavtemp ul {
    margin:0;
    padding:3px 0;
    overflow:hidden;
}
.sidenavtemp ul li { list-style:none; }
.sidenavtemp ul li a {
    color:#353535;
    display:block;
    position:relative;
    text-decoration:none;
    padding:6px 5px 8px 15px;
    text-align:left;
}
.sidenavtemp ul li.active a, 
.sidenavtemp ul li a:hover {
    color:#fff;
    background:#00a651;
}
.sidenavtemp ul li.active a:before {
    position:absolute;
    top:0;
    height:100%;
    right:-10px;
    width:11px;
    content:'';
    background:url(../images/arrow.png) no-repeat;
    background-size:100% 100%;
}
.sidenavtemp ul li a:hover {
  background:none;
  color:#00a651;
}
.sidenavtemp ul li.active a {
  color:#fff !important;
  background:#00a651 !important;
}

.widget.sidenavtemp {
    border:0;
    padding:0 0 12px;
}
.widget {
    margin:0;
    padding:20px 0 14px;
    /* border-top:solid 1px #f7c4c6; */
}
.widget .title {
    color:#333;
    display:block;
    font-size:24px;
    line-height:27px;
    margin:0 0 10px;
    font-weight:600;
}
#content .text-block {
    overflow:hidden;
    padding:0 0 4px 14.2%;
}
.text-block h1 {
    font-size:45px;
    line-height:46px;
    margin:0 0 37px;
    font-weight:200;
}
.text-block h2 {
    font-size:30px;
    line-height:34px;
    font-weight:400;
    margin:0 0 9px 0;
    padding:0;
    /* border-top:solid 1px #f7c4c6; */
}
.text-block h3 {
    position:relative;
    top:4px;
    font-size:24px;
    line-height:27px;
    font-weight:400;
    margin:0 0 14px 0;
    padding:20px 0 0 0;
    /* border-top:solid 1px #f7c4c6; */
}
p+h2, ul+h2, ol+h2, table+h2,
p+h3, ul+h3, ol+h3, table+h3 { margin-top:40px !important;}

.text-block div>h3,
.text-block div>h2 {
    padding-top:0 !important;
}
.text-block p { margin:0 0 21px; }
.text-block .alert p { margin:0; }
.text-block .alert>p+p {margin-top:5px;}

#content .list {
    padding:0;
    overflow:hidden;
    margin:-11px 0 5px;
}
#content .list li {
    position:relative;
    list-style:none;
    margin:0 0 5px;
    padding:0 0 0 20px;
}
#content .list li:before {
    position:absolute;
    left:1px;
    top:10px;
    width:6px;
    height:6px;
    content:'';
    border-radius:5px;
    background:#e3010c;
}
#footer {
    font-weight:600;
    line-height:19px;
    overflow:hidden;
    background:#00a651;
    padding:58px 0 75px;
    position:relative;
    color: #fff;
}
#footer a { color:#fff; }
#footer .tel { cursor:text; }
#footer .tel:hover { text-decoration:none; }
#footer address {
    margin:0 0 10px;
    font-style:normal;
    font-weight:300;
    line-height:19px;
}
#footer .title {
    display:block;
    font-weight:300;
    line-height:19px;
}
#footer .col {
    float:left;
    width:220px;
    padding:0 5px 0 0;
}
#footer ul {
    margin:0;
    padding:0;
}
#footer ul li { list-style:none; }
#footer ul.links li { margin:0 0 10px; }
#footer .box {
    overflow:hidden;
    margin:0 0 15px;
}
#footer .social-networks { padding:5px 0; }
.social-networks {
    margin:0;
    padding:0;
    overflow:hidden;
}
.social-networks li {
    float:left;
    margin:0 10px 10px 0;
}
.social-networks li a {
    display:block;
    width:35px;
    height:35px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../images/sprite.png) no-repeat;
}
.social-networks li.twitter a { background-position:-40px 0; }
.social-networks li a:hover { opacity:0.8; }
.signup-area {
    color:#fff;
    font-size:15px;
    line-height:18px;
    overflow:hidden;
    text-align:center;
    padding:22px 21px 17px 22px;
}
.signup-area a { color:#fff; }
.signup-area .title {
    display:block;
    color:#fff;
    font-weight:400;
    font-size:28px;
    line-height:32px;
    margin:0 0 17px;
    text-transform:capitalize;
}
.signup-form { margin:0 0 16px; }
.form-control {
    /*color:#000;
    height:46px;
    margin:0 0 4px;
    box-shadow:none;
    font-size:18px;
    line-height:22px;
    font-weight:300;
    padding:6px 13px;*/
    border-radius:0;
}
.signup-form .form-control { border:0; }
input[type=submit] {
    display:block;
    color:#fff;
    border:0;
    margin:0;
    padding:5px;
    height:47px;
    font-size:18px;
    line-height:22px;
    cursor:pointer;
    min-width:150px;
    text-align:center;
    background:#00a651;
    text-transform:uppercase;
}
input[type=submit]:hover { background:#000; }
.signup-form input[type=submit] { width:100%; }
.apps-area {
    color:#000;
    font-size:15px;
    line-height:18px;
    overflow:hidden;
    text-align:center;
    padding:20px 10px 33px;
}
.apps-area p { margin:0 0 13px; }
.apps-area ul {
    margin:0;
    padding:0;
    text-align:center;
}
.apps-area img {
    display:block;
    width:100%;
    height:auto;
}
.apps-area ul li:first-child { width:121px; }
.apps-area ul li {
    width:145px;
    margin:0 5px 10px 7px;
    display:inline-block;
    vertical-align:middle;
}
.map-holder {
    position:relative;
    z-index:1;
    display:block;
    max-width:1155px;
    margin:0 auto;
}
.map-holder:after {
    display:block;
    content:'';
    clear:both;
}
.map-holder .holder {
    float:left;
    width:100%;
    margin:-53px 0 0;
}
.map-holder span {
    display:block;
    width:100%;
    height:auto;
}
.map-holder img {
    display:block;
    width:100%;
    height:auto;
}
/* hide original element */
/*
.jcf-hidden {
        display: block !important;
        position: absolute !important;
        left: -9999px !important;
}
*/

/* custom select styles */
/*
.select-area {
        color:#fff;
        height: 31px;
        float: left;
        text-align:left;
        font-size:14px;
        line-height:20px;
        font-weight:600;
        border: solid #fff;
        border-width:1px 0;
        position: relative;
        overflow: hidden;
        cursor: default;
        width:100% !important;
        padding: 0 20px 0 8px;
        text-transform:uppercase;
}
.select-area .center {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 100%;
        padding:4px 0;
}
.select-disabled {
        background: #eee;
}
.select-area .select-opener {
        position: absolute;
        height: 7px;
        width: 10px;
        right: 8px;
        top: 12px;
        background:url(../images/sprite.png) no-repeat -80px 0;
}
.select-options {
        position: absolute;
        overflow: hidden;
        background: #fff;
        z-index: 2000;
}
.select-options .opt-disabled a {
        background: #fff !important;
        color: #aaa !important;
}
.select-options .drop-holder {
        border: 1px solid #777;
        overflow: hidden;
        height: 1%;
}
.select-options ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
}
.select-options ul li {
        width: 100%;
        float: left;
}
.select-options ul a {
        text-decoration: none;
        padding: 3px 10px;
        display: block;
        cursor: default;
        color: #000;
        height: 1%;
}
.select-options .item-selected a {
        text-decoration: none;
        background: #e3000f;
        color: #fff;
}
*/
/* select options optgroup example styles */
/*
.select-options .optgroup {
        clear: both;
}
.select-options .optgroup strong {
        display: block;
        padding: 5px;
}
.select-options .optgroup ul a {
        padding-left: 30px;
}
*/
.accessibility{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.accessibility:focus{
    position:static;
    width:auto;
    height:auto;
}

.pinrow input {
    display: inline-block;
    width: 3em;
    text-align: center;
}

.rounded {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
}
.row+.row {margin-top:30px;}

ul.stats,
ul.stats li {
  list-style-type:none;
  list-style-position:outside;
  margin:0;
  padding:0;
}
ul.stats li {
  border-bottom:1px solid #f2f2f2;
}
ul.stats li:last-child {
  border:0;
}
#content ul.stats img {
  width:64px; height:auto; margin:0 10px 0 0; vertical-align:middle; max-width:none; display:inline;
}

#cookie-notice {
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #f9f9f9 31%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(31%,#f9f9f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#f9f9f9 31%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#f9f9f9 31%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#f9f9f9 31%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#f9f9f9 31%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
  padding:20px 60px;
  text-align:center;
  color:#333; 
}
#cookie-notice a:link,
#cookie-notice a:visited {
  color:#006699;
  text-transform:capitalize;
}
.close {
  display:inline-block;
  width:32px;
  height:32px;
  border-radius:16px;
  text-indent:-9999px;
  background-color:#000;
  background-image:url(../images/close.png);
  background-repeat:no-repeat;
  background-size:32px 32px;
  position: absolute;
  top: 16px;
  right: 10px;
}
.cardlogos img {
  max-width:50px;
}


/* Manager */
.manager .table th {
  text-align:left;
}
.manager .table th,
.manager .table td {
  vertical-align:middle;
  border-color:#ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color:#00a651;
  border-color:#00a651;
}
.manager .text-block {
  padding:0 !important; 
}

.steps {
    cursor: pointer;
}

/* Google Map Panels */
h3.firstHeading {
    font-weight:200;
    font-size:20px;
    line-height:1.6em;
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; 
}
h3.firstHeading small {
  display:block;
  font-weight:200;
}
.mapinfo-content {
    font-size:14px;
    width: 200px;
    overflow: hidden;
}
.map-bodyContent, .mapscreen {
    float: left;
}
.map-bodyContent {
    width: 200px;
    font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; 
}
.mapinfo-content .mapscreen {
    width: 150px !important;
    height: 150px !important;
    float:right;
    margin-bottom:20px;
}
#frmid-servicestxt {
    margin-bottom: 0px;
}
#frmid-promocode {
    margin-top: 40px;
}
#pymframe {
    overflow:hidden;
}
    
    
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.recaptchatable * {
    line-height: 0px !important;
}
.recaptcha_theme_red #recaptcha_response_field {
    line-height: 1.2em !important;
}
#recaptcha_privacy {
    display: none !important;
}

.discount-badge {
 position:absolute; display:block; width:181px; height:64px; top:-23px; left:-80px;
}



@media only screen and (max-width: 991px) {
    .sidenav ul li.active a:before,
    .sidenav ul li a:hover:before { display:none; },
    .sidenavtemp ul li.active a:before,
    .sidenavtemp ul li a:hover:before { display:none; }
    body { min-width:320px; }
    .slogan { padding:10px 0; }
    .account-box {
        float:right;
        width:171px;
    }
    #footer .col { width:220px; }
    .section .block { padding:60px 0 0; }

    .map-holder ul {
        width: 90%;
        top:125px;
        margin-left:5% !important;
        margin-right:5% !important;
    }
img.app {
  width: 175px;
}
.section .textbox {
    padding-top:30px !important;
}


}
@media only screen and (max-width: 767px) {
      .map-holder ul {
        position:static;
        width: 100%;
        top: 125px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .map-holder li {
        display:block;
        width:100%;
    }
    .map-holder li a:hover {
        box-shadow:none;
    }
    .home #bike-map,
    #home-banner {
        display:none;
    }



    h1 {
        font-size:30px;
        line-height:34px;
        margin:0 0 18px;
    }
    h2 { margin:0 0 4px; }
    h3 { margin:0 0 5px; }
    .container { padding:0 13px; }
    #header {
        padding:10px 0 11px;
        text-align:center;
    }
    .logo {
        width:115px;
        height:30px;
        float:none;
        display:block;
        margin:0 auto 16px;
    }
    .slogan {
        padding:0;
        float:none;
        display:block;
        font-size:10px;
        line-height:16px;
        letter-spacing:0;
    }
    .catagory-form {
        float:right;
        width:51px;
        position:relative;
        z-index:2;
        font-size:13px;
        line-height:18px;
        margin:-18px 0 0;
    }
    .nav-panel {
        border-width:0 0 4px;
    }
    .nav-area {
        float:left;
        padding:0;
        overflow:visible;
        margin:0 -4px;
        font-size:24px;
        line-height:28px;
    }
    .nav-holder { position:relative; }
    .navbar-collapse {
        clear:both;
        border:0;
        z-index:10;
        top:29px;
        left:0;
        right:0;
        box-shadow:none;
        background:#000;
        position:absolute;
    }
    .id-nav {
        float:none;
        overflow:hidden;
        padding:13px 0 28px 42px;
    }
    .id-nav li:first-child { border:0; }
    .id-nav li {
        padding:8px 0;
        display:block;
        float:none;
        border-top:solid 1px #fff;
    }
    #twocolumns { padding:0; }
    #sidebar { border-bottom:solid 1px #ececec; }
    #sidebar:after {
        display:block;
        content:'';
        clear:both;
    }
    .title-box { padding:13px 30px 13px 10px; }
    .btn-back { margin:13px -5px; }
    .widget.sidenav {
        margin:0;
        float:right;
        padding:7px 0 0;
    }
    .sidenav .opener { display:block; }
    .sidenav.active .opener { background-position:-24px -40px; }
    .sidenav .js-slide-hidden { position: absolute !important; }
    .sidenav .slide {
        left:0;
        right:0;
        padding:0;
        z-index:5;
        top:27px;
        font-size:19px;
        line-height:24px;
        font-weight:400;
        text-align:right;
        padding:13px 39px 14px;
        border-bottom:solid 3px #cdcdcd;
        background:rgba(255,255,255,0.98);
    }
    .sidenav .slide:before {
        position:absolute;
        top:0;
        bottom:19px;
        right:25px;
        /*content:'';*/
        width:1px;
        background:#e3000f;
    }
    .sidenav ul li { margin:0 0 12px; }
    .sidenav ul li a {
        padding:0;
        background:none;
    }
    .sidenav ul li.active a,
    .sidenav ul li a:hover {
        color:#e3000f;
        background:none;
    }
    .widget.sidenavtemp {
        margin:0;
        float:right;
        padding:7px 0 0;
    }
    .sidenavtemp .opener { display:block; }
    .sidenavtemp.active .opener { background-position:-24px -40px; }
    .sidenavtemp .js-slide-hidden { position: absolute !important; }
    .sidenavtemp .slide {
        left:0;
        right:0;
        padding:0;
        z-index:5;
        top:27px;
        font-size:19px;
        line-height:24px;
        font-weight:400;
        text-align:right;
        padding:13px 39px 14px;
        border-bottom:solid 3px #cdcdcd;
        background:rgba(255,255,255,0.98);
    }
    .sidenavtemp .slide:before {
        position:absolute;
        top:0;
        bottom:19px;
        right:25px;
        /*content:'';*/
        width:1px;
        background:#e3000f;
    }
    .sidenavtemp ul li { margin:0 0 12px; }
    .sidenavtemp ul li a {
        padding:0;
        background:none;
    }
    .sidenavtemp ul li.active a,
    .sidenavtemp ul li a:hover {
        background:none;
    }
    #content {
        clear:both;
        padding-top:16px;
    }
    #content img {
      display:block;
      margin:auto;
      max-width:80%;
    }
    #content .text-block { padding:0; }
    .text-block p { margin:0 0 15px; }
    .text-block h1 {
        font-size:30px;
        line-height:33px;
        margin:0 0 19px;
    }
    .text-block h2 {
        border:0;
        padding:0;
        margin:0 0 4px;
    }
    .text-block h3 {
        border:0;
        padding:2px 0 0;
        margin:0 0 9px;
    }
    #content .list { margin:-5px 0 5px; }
    #content .list li:before {
        margin:0;
        top:11px;
        left:4px;
    }
    #footer { padding:33px 0 36px; }
    #footer address { margin-top:-1px; }
    #footer .cols {
        overflow:hidden;
        padding-bottom:38px;
    }
    #footer .col {
        width:46%;
        padding:0 7px;
    }
    #footer .col:first-child { width:54%; }
    #footer .social-networks {
        padding:0;
        text-align:center;
    }
    .social-networks li {
        float:none;
        display:inline-block;
        vertical-align:top;
        margin:0 15px 10px 14px;
    }
    .map-holder .holder { margin-top:-38px; }
    .map-holder .search-form {
        left:0;
        top:10px;
        width:100%;
    }
    .search-form .field { padding:0 0 5px; }
    .search-form .field:after {
        height:5px;
        left:0;
        right:0;
    }
    .section .block { padding:0; }
    .section .steps {
        float:none;
        width:auto;
        font-size:16px;
        line-height:44px;
        padding:19px 0 0;
        overflow:hidden;
        margin:0 -13px;
    }
    .section .steps li,
    .section .steps li:first-child {
        width:100%;
        overflow:hidden;
        margin:0 0 7px;
        padding:6px 28px 12px;
    }
    .section .steps li:before {
        width:96px;
        height:62px;
        right:17px;
        bottom:-1px;
        background:url(../images/icons2.png) no-repeat -105px 0;
    }
    .section .steps li:first-child:before {
        width:100px;
        height:68px;
        bottom:-1px;
        right:17px;
        background-position: 0 0;
    }
    .section .steps li.step2 {
        width:128px;
        height:68px;
        right:0;
        bottom:0;
        background-position:-205px 0;
    }
    .section .steps li strong {
        margin:0 11px 0 0;
        font-size:40px;
        line-height:50px;
        display:inline-block;
        vertical-align:bottom;
    }
    .section .signup-area {
        float:none;
        width:auto;
        padding:10px 6px 13px 7px;
    }
    .section .signup-area > p { margin-bottom:29px; }
    .section .signup-area .title {
        font-size:28px;
        line-height:32px;
        margin:0 0 17px;
    }
    .section .signup-area .form-control {
        font-size:18px;
        line-height:22px;
        text-transform:none;
    }
    .section .signup-area img {
      max-width:80%;
      display:block;
      margin:auto;
    }
    .section .signup-form input[type="submit"] {
        float:none;
        width:100%;
        color:#fff;
        padding:5px;
        height:47px;
        font-size:18px;
        line-height:22px;
        margin:0 0 10px;
        background:#00a651;
    }
    .news {
        padding:19px 6px 19px;
    }
    .news h1 {
        font-size:28px;
        line-height:32px;
        text-align:left;
    }
    .news h2 {
        font-size:18px;
        line-height:20px;
        margin:0 0 10px;
    }
    .news ul {
        margin:0;
        padding:0;
    }
    .news ul li {
        width:100%;
        margin:0;
        padding:24px 0 8px;
    }
    .news footer {
        overflow:hidden;
        text-align:center;
        padding:13px 0 23px;
        border-bottom:solid 1px #00a651;
    }
    .news footer a { color:#000; }
    .home .apps-area { padding:5px 0 32px; }
    
img.app {
  display:none;
}

.postit {
  float:none;
  display:block;
  margin:auto;
  max-width:80%;
}


    /*
          .select-area {
                  height:19px;
                  border-width:0;
                  padding:0 5px 0 0;
          }
          .select-area .center { padding:0; }
          .select-area .select-opener {
                  width:7px;
                  height:4px;
                  right:0;
                  top:10px;
                  background-position:-80px -12px;
          }
          .select-options ul a { padding:3px; }
          .drop-list {
                  font-size:12px;
                  line-height:16px;
          }
    */
}
@media (max-width:767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width:767px) and (min-resolution: 144dpi) {
    .sidenav .opener,
    .sidenavtemp .opener,
    .social-networks li a,
    .navbar-toggle:before,
    .select-area .select-opener {
        background-image:url(../images/sptite2x.png);
        background-repeat:no-repeat;
        background-size:104px 59px;
    }
    .select-area .select-opener { background-position: -80px -12px; }
    .section .steps li.step1:before,
    .section .steps li.step2:before,
    .section .steps li.step3:before {
        background-image:url(../images/icons2-2x.png);
        background-repeat:no-repeat;
        background-size:350px 75px;
    }
}

@media only screen and (min-width: 992px) {

    .vertical {margin-top:20% !important; border:0 !important;}
    
.pull-right {
  text-align:right;
}
.discount-badge {
  left:50px;
}

}

@media only screen and (max-width: 480px) {
  
  .table td, .table th, .table tr {
    display:block;
    border:0;
  }
  .table td, .table th {
  padding:4px 0 !important;
  }
  .table td span.title {
   display:block;
   float:left;
   width:40%; 
   font-weight:600;
  }
  .table td span.content {
    margin-left:40%;
    display:block;
  }
  .table tr {
    margin-bottom:30px;
  }
  
    #bike-map {
      height:375px;
    }
    .map-bodyContent {
      width:100%;
    }
.mapinfo-content {
  width:200px;
}
.mapscreen {
      display:none;
    }

    #frmid-address2 label,
    #frmid-address3 label,
    #frmid-servicestxt label,
    #frmid-services label,
    #frmid-servicestotal label {
        display:none;
    }
    #frmid-servicestxt,
    #frmid-services {
        margin-bottom:0;
    }
    /*
    ##services-group {
      padding:0;
      margin:0;
    }*/
    #frmid-services #services-group label {
        display:block;
        margin:0 0 10px 0;
        padding:0;
    }
    

}

@media only screen and (min-width: 480px) {
  .table tr.hidden-xs {
    display:table-row !important;
  }
}



#frmid-accountid p, #frmid-lastname p {
    margin-bottom: 0px;
}


/* Legend */
.legend {
  display:none;
  position:relative;
  z-index:9999;
  padding:10px 15px;
  font-size:14px;
  float:none;
  margin:0 0 72px 0;
}
.legend .icon {
  display:inline-block;
  width:16px;
  height:16px;
  vertical-align:middle; 
  margin-top:-2px;
  margin-right:5px;
}
.legend .green { background-color:#119f4a;}
.legend .amber { background-color:#f7911e;}
.legend .purple { background-color:#c52390;}
.legend .red { background-color:#ed1f24;}
.legend .grey { background-color:#999;}

.legend ul,
.legend li {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  display:inline;
  color:#fff;
}
.legend li {
  margin-right:10px;
}
@media all and (min-width:768px) {
.legend {
  display:block;
}
}
@media all and (min-width:790px) {
.legend {
 float:right;
 margin:-100px 0 0 0;
 background:rgba(255,255,255,.8);
}
.legend li {
  display:block;
  margin:0;
  color:#000;
}
}
.rentalfees + .tooltip > .tooltip-inner {
    background-color: #00a651; 
    color: #FFFFFF; 
    border-color: #ddd;
    padding: 10px;
    font-size: 15px;
    max-width: 350px; 
}
.rentalfees + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid red;
}
a.btn-subscription {
    display:block;
    color:#fff;
    border:0;
    margin:0;
    padding:12px;
    height:47px;
    font-size:18px;
    line-height:22px;
    cursor:pointer;
    min-width:150px;
    text-align:center;
    background:#00a651;
}
a.btn-subscription:hover {
    background:#000;
}
.intl-tel-input {
    display: inherit;
}
.ui-widget-header {
    border: 1px solid #e3a1a1;
    background: #00a651;
    color: #fff;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d8dcdf;
    background: #eee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #00a651;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fab663;
    background: #faf6e7 url(images/ui-bg_glass_55_faf6e7_1x400.png) 50% 50% repeat-x;
    color: #00a651;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #00a651;
    background: #fff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c00;
}
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-widget-header a {
    color: #fff;
}

/* language selector */

.lang-select-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 85px;
    height: 25px;
    margin-left: 40px;
    position: absolute;
    top: -4px;
    right: 5px;
    cursor: pointer;
}

.lang-select-wrapper::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/images/icons/icon-globe.svg);
    background-size: cover;
    background-position: center center;
    z-index: 3;
}

.lang-select-wrapper::after {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: 8px;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    z-index: 3;
}

.lang-select {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: -12px;
    z-index: 1;

    li {
        text-align: center;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #00a651;
        order: 2;
        padding: 10px;
    }

    li:hover {
        cursor: pointer;
    }

    a {
        color: #FFFFFF;
    }
}

.lang-select.open {
    height: auto;
    width: 100px;
    top: -12px;

    li {
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
}

li.lang-drop {
    background-color: #000000;
}

.lang-select li.active {
    order: 1;
    pointer-events: none;
    padding-top: 13px;
    padding-bottom: 5px;
    /* border-bottom: none; */
    background-color: transparent;
}

@media only screen and (min-width:768px) {

    .lang-select-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 85px;
        height: 25px;
        margin-left: 40px;
        position: relative;
        top: 3px;
        left: 0;
        cursor: pointer;
    }
    
    .lang-select-wrapper::before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(/assets/images/icons/icon-globe.svg);
        background-size: cover;
        background-position: center center;
        z-index: 3;
    }
    
    .lang-select-wrapper::after {
        content: '';
        display: inline-block;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 7px;
        right: 8px;
        border-style: solid;
        border-color: #FFFFFF;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;
        z-index: 3;
    }
    
    .lang-select {
        display: inline-flex;
        flex-direction: column;
        color: #fff;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        height: 40px;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
        top: -12px;
        z-index: 1;
    
        li {
            text-align: center;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #00a651;
            order: 2;
            padding: 10px;
        }
    
        li:hover {
            cursor: pointer;
        }
    
        a {
            color: #FFFFFF;
            transition: all 200ms ease-in;
        }

        a:hover {
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            transform: translateY(-3px);
        }
    }
    
    .lang-select.open {
        height: auto;
        width: 100px;
        top: -12px;
    
        li {
            border-bottom: 1px solid rgba(255,255,255,0.5);
        }
    }
    
    li.lang-drop {
        background-color: #000000;
    }
    
    .lang-select li.active {
        order: 1;
        pointer-events: none;
        padding-top: 13px;
        padding-bottom: 12px;
        background-color: transparent;
    }

}