@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');


@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot');
    src: url('icomoon.eot?#iefix') format('embedded-opentype'),
        url('icomoon.woff2') format('woff2'),
        url('icomoon.woff') format('woff'),
        url('icomoon.ttf') format('truetype'),
        url('icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
[class^="icon-"],[class*=" icon-"]{
    font-family:'icomoon' !important;
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.icon-A3:before{
    content:"\105";
}
.icon-A12:before{
    content:"\103";
}
.icon-A22:before{
    content:"\104";
}
.icon-AM2:before{
    content:"\102";
}
.icon-B2:before{
    content:"\106";
}
.icon-Bikes:before{
    content:"\e904";
}
.icon-QuadATV:before{
    content:"\e905";
}
.icon-QuadATVUTV:before{
    content:"\e906";
}
.icon-Roller:before{
    content:"\e907";
}


a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
margin:0;padding:0;border:0;font-family: 'Roboto', sans-serif;font-size: 1em; line-height: 2; vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.tt-query {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

#navbarLogin.Logged {
    display:flex;
}
#memberProfile .twitter-typeahead {
    display: block !important;
}
.memberProfileImg {
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
}
.form-control.error {
    border: 1px solid #c00;
    background-color: #fff0f0;
}
label.error {
    color: #c00;
    font-size: 80%;
}
.hiden {
    visibility: hidden;
}
.hide {
    display: none;
}
.font-weight-bolder {
    font-weight: bolder;
}
.font-weight-bold {
    font-weight: bold;
}
.navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 600;
}
.h3.teaser {
    font-size: 1.5rem;
    color: #333;
}
.detailBike {
    cursor: pointer;
}
.detailBike:hover .shadow {
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .35) !important;
}
.navbar {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #dfe3e8;
    border-radius: 0;
}
.nav-link img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-right: 10px;
}
.navbar .navbar-brand {
    padding-left: 0;
    font-size: 20px;
    padding-right: 50px;
}
.navbar .navbar-brand b {
    color: #33cabb;
}
.navbar .form-inline {
    display: inline-block;
}
.navbar a {
    color: #888;
    font-size: 15px;
}
.search-box {
    position: relative;
}	
.search-box input {
    padding-right: 35px;
    border-color: #dfe3e8;
    border-radius: 4px !important;
    box-shadow: none
}
.search-box .input-group-text {
    min-width: 35px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 7px;
    height: 100%;
}
.search-box i {
    color: #a0a5b1;
    font-size: 19px;
}
.navbar .sign-up-btn {
    min-width: 110px;
    max-height: 36px;
}
.navbar .dropdown-menu {
    color: #999;
    font-weight: normal;
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.navbar a, .navbar a:active {
    color: #888;
    padding: 6px 16px;
    background: transparent;
    line-height: normal;
}
.navbar .navbar-form {
    border: none;
}
.navbar .action-form {
    width: 280px;
    padding: 20px;
    left: auto;
    right: 10px;
    top: 95%;
    font-size: 14px;
}
.navbar .action-form a {		
    color: #33cabb;
    padding: 0 !important;
    font-size: 1rem;
}
.navbar .action-form .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}
.navbar .btn-primary, .navbar .btn-primary:active {
    color: #fff;
    background: #33cabb !important;
    border: none;
}	
.navbar .btn-primary:hover, .navbar .btn-primary:focus {		
    color: #fff;
    background: #31bfb1 !important;
}
.navbar .social-btn .btn, .navbar .social-btn .btn:hover {
    color: #fff;
    margin: 0;
    padding: 0 1em !important;
    font-size: 13px;
    border: none;
    transition: all 0.4s;
    text-align: left;
    line-height: 34px;
    width: 47%;
    text-decoration: none;
}
.navbar .social-btn .facebook-btn {
    background: #507cc0;
}
.navbar .social-btn .facebook-btn:hover {
    background: #4676bd;
}
.navbar .social-btn .google-btn {
    background: #ffffff;
    color: #444;
    border: thin solid #888;
}
.navbar .social-btn .google-btn:hover {
    background: #f0f0f0;
    color: #444;
    border: thin solid #888;
}
.navbar .social-btn .twitter-btn {
    background: #64ccf1;
}
.navbar .social-btn .twitter-btn:hover {
    background: #4ec7ef;
}
.navbar .social-btn .btn i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 2px;
}
.or-seperator {
    margin-top: 32px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.or-seperator b {
    color: #666;
    padding: 0 8px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}
.navbar .action-buttons .dropdown-toggle::after {
    display: none;
}
.text-2 {
    letter-spacing: 2px;
}
.text-1 {
    letter-spacing: 1px;
}
.font-125 {
    font-size: 125%;
}
.form-check-label input {
    position: relative;
    top: 1px;
}
.carousel-indicators {
    bottom: 1em;
}
.carousel-indicators li {
    height: 6px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
.form-control:disabled, 
.form-control[readonly],
.form-control[readonly]:focus {
    background-color: #fff;
}
.form-control[readonly]:focus {
    border-color: rgba(0,0,0,0.5);
    background-color: #f0f0f0;
}
@media (min-width: 1200px){
    .form-inline .input-group {
	width: 300px;
	margin-left: 30px;
    }
}
@media (max-width: 768px){
    .navbar .dropdown-menu.action-form {
	width: 100%;
	padding: 10px 15px;
	background: transparent;
	border: none;
    }
    .navbar .form-inline {
	display: block;
    }
    .navbar .input-group {
	width: 100%;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
}


.dropdown-toggle::after {
    display: none;
}

.material-icons {
  vertical-align: middle;
  line-height: 0 !important;
  position: relative;
  top: -1px;
}

.section-best-prices .item-best-prices .icon-best-prices {
    height: 70px;
}

.bd-placeholder-img-lg {
    font-size: 3.5rem;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-control.form-dates {
    height: calc(1.5em + .75rem + 10px);
}
.daterangepicker table thead tr:first-child {
}
.daterangepicker table thead tr:first-child th {
    border-radius: 0;
    color: #fff;
    font-size: 0.9rem;
    color: #343a40;
    background-color: #cacacf;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
//    border: solid #eee;
}
.dataLocation select.niceSelect {
    position: absolute;
    right: 1em;
    top: 1em;
}

.navbar-bookingavailability {
    background-color: #e0e0e0;
    padding-left: 0;
    padding-right: 0;
}

#progressbar {
    overflow: hidden;
    color: lightgrey
}

#progressbar .active a {
    color: #673AB7 !important;
    color: #FFFFFF !important;
    font-weight: 600;
}
#progressbar .actived a {
    color: #673AB7 !important;
    color: #FFFFFF !important;
//    background-color: #673AB7;
//    color: #fff;
}

#progressbar li {
    list-style-type: none;
    font-weight: 400;
    font-size: 12px;
    padding: 0 1em;
    border: 1px solid #343a40;
    text-align: center;
}
#progressbar li.active {
    border: 1px solid #646a70;
}

#progressbar li a {
    display: block;
    padding: 4px 0px;
}


.btn.main_btn {
    background-color: #69be28 !important;
    color: #fff;
}
/*
#progressbar #calendar:before {
    font-family: FontAwesome;
    content: "\f274"
}

#progressbar #bike:before {
    font-family: FontAwesome;
    content: "\f21c"
}

#progressbar #extra:before {
    font-family: FontAwesome;
    content: "\f12e"
}

#progressbar #data:before {
    font-family: FontAwesome;
    content: "\f040"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7;
}

/* BIKE LISTING */

.detailBike .row {
    width: 100%;
}

#wrapBooking h3.type {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
}

.type.mb-2.h2 {
    min-height: 2em;
    line-height: 1;
    display: block;
    font-size: 2rem;
}
.display-card .teaser,
.display-card ul,
.display-card .desc {
    display: none;
}

.display-card .type.mb-2.h2 {
    font-size: 1.5rem;
}
.display-card .leftCol,
.display-card .rightCol {
    width: 100%;
}
.display-card .btnBook {
    margin: 0 auto;
    display: block;
}
.display-card img {
    max-height: 220px;
}
.display-card .detailBike ul {
    min-height: 100px;
    display: none !important;
}
.bikeInfo div .text-right {
    font-size: 0.9rem !important;
    font-weight: 600;
}
.bikeInfo .total,
.bikeInfo .dates > div,
.bikeInfo .extras > div {
    text-transform: uppercase;
    font-size: 80%;
}
.bikeInfo .total span,
.bikeInfo .extras > div > span,
.bikeInfo .dates > div > span {
    font-size: 125%;
    display: block;
    margin-top: -1em;
}

.Item .btnRemoveExtra, .Item .btnRemoveCover, .Item .btnRemoveCoverStatic {
    display: none;
}
.COVERS .Item:hover .card,
.EXTRAS .Item:hover {
    border-color: #999 !important;
}

.COVERS .Item.active .card-header {
    background-color: var(--gray-dark);
    color: #f0f0f0;
}
.COVERS .Item.active .card-body,
.EXTRAS .Item.active,
.EXTRAS .Item.ItemPrice0 {
    background-color: #f0f0f0;
    border-color: #cccccc !important;
}
.infoTitle {
    font-size: 90%;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    min-width: 120px;
}
.row.Item {
    border-bottom: 1px;
}
.Item .card {
    width: 100%;
}
.Item.active .btnAddExtra, .Item.active .btnAddCover {
    display: none;
}
.Item.active .btnRemoveExtra, .Item.active .btnRemoveCover, .Item.active .btnRemoveCoverStatic {
    display: inline-block;
    text-wrap: nowrap;
}
span.price {
    font-size: 125%;
    font-weight: 600;
    line-height: 1.25;
}
#dropdownSearchWrap {
    z-index: 1090;
}
form .form-group label {
    text-transform: uppercase;
    font-size: 80%;
    color: #6c757d;
    margin-top: -4px;
    margin-left: -4px;
    line-height: 1.5;
}
#bookingPayment .price span {
    font-size: 80%;
    font-weight: 600;
}
#bookingPayment .btnPay {
    font-size: 125%;
    font-weight: 700;
    letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
    .daterangepicker {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
    .daterangepicker .drp-calendar {
        padding: 8px !important;
        max-width: none !important;
    }
}
.daterangepicker td.in-range {
    background-color: 
}
#btnReset {
    display: none;
}
#dropdownSearchWrap #btnReset {
    display: inline-block;
}
#formSearch .search_date label:not(.d-block),
#formSearch .dropdown label,
#formSearch label.error {
    display: none !important;
}
#formSeach .search_date label.d-block  {
    display: d-block !important;
}

#formSearch .error .btn,
#formSearch input.error {
    border: 1px solid red !important;
    background-color: #ffeeee !important;
}
