html {
    scroll-behavior: smooth;
}

.form-input {
    box-sizing: border-box;
    padding: 7px 10px;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    font-size: 14px;
    width: 270px;
}

.hide {
    max-height: 0;
    overflow: hidden;
}

.is-visible {
    max-height: none;
}

/* Warnigns
---------------------------------- */
.warn-field {
    border: 1px solid #d60030 !important;
}

.warn-txt {
    color: #d60030;
}
/* Content Login */
.content-login {
    width: 300px;
    margin: auto;
    min-height: calc(100% - 310px);
}

.content-login label {
    font-size: 14px;
    font-weight: normal;
}

.content-login form {
    max-height: 0;
    overflow: hidden;
}

.content-login form.is-visible {
    max-height: none;
}

/*     Login Form
---------------------- */
.content-login #user-login-form {
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
}

#user-login-form #reg-forgot-pass {
    display: flex;
    flex-flow: row nowrap;
    padding-right: 30px;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-login-form #remember-me {
    display: flex;
    flex-flow: row nowrap;
    padding-right: 30px;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-login-form #login-text {
    margin-bottom: 20px;
    font-size: 20px;
}

#user-login-form .email-input {
    margin-top: 10px;
    margin-bottom: 5px;
}

#user-login-form .pass-input {
    margin-top: 10px;
    margin-bottom: 5px;
}

#user-login-form #remember {
    margin-right: 5px;
}

#user-login-form #remember-me label {
    font-weight: normal;
    font-size: 12px;
    margin-top: 4px;
}

#user-login-form #user-login-btn {
    border: 0;
    padding:5px 10px;
}

#user-login-form #login-register {
    font-size: 14px;
    cursor: pointer;
}

#user-login-form #login-forgot-password {
    font-size: 14px;
    cursor: pointer;
}

/*    Registration Form
-----------------------------*/
.content-login #user-reg-form {
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-login #user-reg-form #registration-text {
    margin-bottom: 20px;
    font-size: 20px;
}

.content-login #user-reg-form #registration-text {
    margin-bottom: 20px;
    font-size: 20px;
}

.content-login #user-reg-form #subscribe-me {
    display: flex;
    flex-flow: row nowrap;
    padding-right: 40px;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-login #user-reg-form #subscribe-me label{
    padding-top: 15px;
    padding-left: 5px;
}

.content-login #user-reg-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content-login #user-reg-form #user-reg-btn {
    margin-top: 20px;
    border: 0;
    padding:5px 10px;
}

.phone-reg #phone1, .phone-reg #phone-travel {
    width: auto;
}

/*    Recovery Form
------------------------*/
.content-login #user-recover-form {
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-login #user-recover-form #forgot-pass {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
}

.content-login #user-recover-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content-login #user-recover-form #user-recover-btn {
    margin-top: 20px;
    border: 0;
    padding:5px 10px;
}

/*    Slider Carousel
------------------------*/
.slider-carousel {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.slider-carousel #popwin-close {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: red !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    top: -10px;
    right: -10px;
    border: 2px solid #999;
}

.show-gallery:hover {
    cursor: pointer;
}

/* Itinerary
-----------------------------*/

#itinerary-container {
    overflow: auto;
    font-size: 18px;
    background-color: #f1f0f0;
}

#itinerary-container input {
    border: 1px solid #cccccc;
}

#itn-summary-panel input[type='number'],
#itn-summary-panel input[type='date'] {
    padding-left: 3px;
    font-size: 14px;
}

#itinerary-container input.warn {
    border-color: #d60030;
}

#itinerary-container label {
    font-weight: 400;
}

#itn-summary-panel section label {
    display: inline-flex;
}

#itn-summary-panel section label span {
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #cccccc;
    background: #fff;
    transition: 0.3s;
}

#itn-summary-panel section label span.rd {
    border-radius: 50%;
}

#itn-summary-panel section label input {
    display: none;
}

#itn-summary-panel section label input:checked + span {
    background: #006747;
}

#itn-summary-panel,
#itn-booking-panel,
#itn-summary-panel .section-1,
#itn-summary-panel .section-2 {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 0;
}

#itn-summary-panel.is-visible,
#itn-booking-panel.is-visible,
#itn-summary-panel .section-1.is-visible,
#itn-summary-panel .section-2.is-visible {
    max-height: none;
}

#itinerary-container {
    font-size: 16px;
    font-weight: 400;
}

#itinerary-container .itn-content-wrapper {
    margin: 30px;
}

#itinerary-container .msg.warn {
    color: #d60030;
    margin-bottom: 20px;
}

#itinerary-container .itn-h1 {
    margin-bottom: 25px;
    font-size: 18px;
}

#itinerary-container .itn-row {
    margin: 10px 0;
}

#itinerary-container .next-btn {
    display: block;
    background: #006747;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}

#itinerary-container .next-btn:hover {
    background: #023c2a;
    color: #fff;
}

#itn-summary-panel section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#itn-summary-panel section .top,
#itn-summary-panel section .bottom {
    width: 100%;
    margin-bottom: 20px;
}

#itn-summary-panel section .next-btn {
    float: right;
}

#itn-summary-panel .section-1 .rgt .itn-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

#itn-summary-panel .section-1 .rgt input {
    margin-left: 50px;
}

#itn-summary-panel .section-1 .rgt input.start-date {
    width: 150px;
}

#itn-summary-panel .section-1 .rgt input[type='number'] {
    width: 50px;
}

#itn-summary-panel .section-2 .lft,
#itn-summary-panel .section-2 .rgt {
    width: 30%;
    margin-bottom: 20px;
    padding: 0 20px;
}

#itn-summary-panel .section-2 .mid {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 20px;
}

#itn-summary-panel .section-2 .rooms-container input[type='number'],
#itn-summary-panel .section-2 .rooms-container label {
    width: 50px;
    margin-right: 15px;
}

#itn-summary-panel .section-2 .rooms-container label {
    display: inline-flex;
    margin-bottom: 20px;
}

#itn-summary-panel .section-2 .rooms-container label span {
    margin-left: auto;
}

#itn-summary-panel .section-2 .general-prefs {
    width: 100%;
    height: 100px;
}

#itn-summary-panel .section-2 .general-prefs::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

.itn-content-wrapper.display-miles .unit-miles {
    display: block;
}

.itn-content-wrapper.display-miles .unit-km {
    display: none;
}

.itn-content-wrapper .unit-km {
    display: block;
}

.itn-content-wrapper .unit-miles {
    display: none;
}

.itn-content-wrapper.above-30-miles {
    color:red;
}

.greennv.accommodation-to-itn {
    width: 100%;
}

#price_guide {
    padding: 12px ;
    border: 1px solid #cccccc;
    background-color:#fff;
    margin-bottom:25px;
}

#price_guide h4 {
    font-size: 18px;
    color: #141b4d;
    text-transform: uppercase;
    margin-bottom:0;
}
#price_guide h5 {
    font-size: 16px;
    color:#006747;
    margin-top:12px;
    margin-bottom:12px;
}
#price_guide ul {
    list-style: disc;
    margin-left:16px;
}
#price_guide ul li {
    font-size: 15px;
}
#price_guide .bck {
    display: block;
}
#price_guide .bck.one,
#price_guide .bck.two {
    text-align:center;
    margin:25px auto;
}

/* Bookings summary */

#itn-summary-panel .accomm-booked {
    margin-bottom: 30px;
    border: 1px solid #cccccc;
}

#itn-summary-panel .accomm-booked li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 5px 10px;
}

#itn-summary-panel .accomm-booked li:nth-child(odd) {
    background-color: #ffffff;
}

#itn-summary-panel .accomm-booked li:nth-child(even) {
    background-color: inherit;
}

#itn-summary-panel .accomm-booked li .mile {
    width: 100px;
}

#itn-summary-panel .accomm-booked input[type='date'] {
    width: 140px;
    margin-right: 20px;
}

.accomm-booked .dis-none {
    display: none;
}

/* next/all stops (towns) */
#itn-summary-panel .route-stops {
    margin-bottom: 30px;
    border: 1px solid #cccccc;
}

#itn-summary-panel .route-stops li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 5px 10px;
}

#itn-summary-panel .route-stops li:nth-child(odd) {
    background-color: #ffffff;
}

#itn-summary-panel .route-stops li:nth-child(even) {
    background-color: inherit;
}

#itn-summary-panel .route-stops li:not(.next-milepost) {
    display: none;
}

#itn-summary-panel .route-stops.all li {
    display: flex;
}

#itn-summary-panel .route-stops li:last-child {
    display: flex !important;
}

#itn-summary-panel .route-stops li .toggle-towns-btn {
    color: #337ab7;
    font-size: 22px;
}

#itn-summary-panel .route-stops li .toggle-towns-btn:hover {
    cursor: pointer;
}

#itn-summary-panel .route-stops li .toggle-towns-txt:before {
    content: 'SHOW ALL TOWNS';
}

#itn-summary-panel .route-stops.all li .toggle-towns-txt:before {
    content: 'SHOW NEXT TOWNS';
}

#itn-summary-panel .route-stops .next-milepost .dist-behind-km,
#itn-summary-panel .route-stops .next-milepost .dist-behind-miles {
    color: #006747;
}

#itn-summary-panel .route-stops .next-milepost.distance-warn .dist-behind-km,
#itn-summary-panel .route-stops .next-milepost.distance-warn .dist-behind-miles {
    color: #c4150f;
}

#itn-summary-panel .route-stops .next-milepost .hiking {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 15px;
    width: 18px;
    height: 18px;
    background: url(/assets/images/walkgreen.svg) no-repeat center;
}

#itn-summary-panel .route-stops .next-milepost.distance-warn .hiking {
    background: url(/assets/images/walkred.svg) no-repeat center;
}

#itn-summary-panel .save-itinerary {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#itn-summary-panel .save-itinerary .itn-complete {
    margin-left: auto;
    margin-right: 20px;
}

.yellow-btn, #itn-checkout, #delete-route {
    display: block;
    background: #EFBD3E;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}

.yellow-btn:hover, #itn-checkout:hover, #delete-route:hover {
    background: #023c2a;
    color: #fff;
}

.green-btn, #itn-save,
#itn-summary-panel .accomm-booked li .remove,
#itn-summary-panel .itn-content-wrapper .save-btn {
    display: block;
    background: #006747;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}

.green-btn:hover, #itn-save:hover,
#itn-summary-panel .accomm-booked li .remove:hover,
#itn-summary-panel .itn-content-wrapper .save-btn:hover {
    background: #023c2a;
    color: #fff;
}

#itn-summary-panel .accomm-booked li .remove {
    box-sizing: border-box;
    margin-left: auto;
    cursor: pointer;
}

/* Booking panel */
#itn-booking-panel .accomm {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 30px;
}

#itn-booking-panel .accomm .milepost {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-left: auto;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

#itn-booking-panel .booking {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#itn-booking-panel .booking input[type='date'] {
    width: 150px;
}

#itn-booking-panel .booking .accomm-date span {
    display: inline-block;
    width: 120px;
}

#itn-booking-panel .booking .hotel-requirements {
    width: 300px;
    height: 100px;
}

#itn-booking-panel .booking .cancellation {
    margin-top: 20px;
}

#itn-booking-panel .booking .cancellation,
#itn-booking-panel .booking .hotel-requirements-note {
    max-width: 300px;
}

/* Status bar */
.topbar .rt-letsgo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.topbar .rt-letsgo .itn-menu {
    cursor: pointer;
}

.topbar .rt-letsgo .itn-menu img {
    width: 16px;
    height: auto;
    margin-left: 15px;
}


/*Hotels extras*/

.facilities {
    display: inline-block;
}
.facility {
    float: left;
    margin-bottom: 0;
}
.facilities .facility p img {
    width: 15px;
    height: auto;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.facilities .facility p {
    line-height: 15px;
    margin-right: 18px;
}

/*    Route Page
---------------------- */
#towns-list-container {
    background-color: #f1f0f0;
    margin: 30px 0;
}

#towns-list-container .towns-list {
    border: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

#towns-list-container .towns-list li:nth-child(odd) {
    background-color: inherit;
}

#towns-list-container .towns-list li:nth-child(even) {
    background-color: #ffffff;
}

#towns-list-container .towns-list li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 5px 10px;
}

/* Town images style */
.pp-content-sec .alert {background-color:#eee;position:relative;padding:15px 15px 15px 50px}
.pp-content-sec .alert img {height:24px;position:absolute;top:18px;left:18px;width:auto;}

.show-other-imgs {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    /*justify-content: space-between;*/
    margin-top: 10px;
}
.show-other-imgs img {
    width: 30%;
    height: auto;
    margin-bottom: 7px;
    cursor: pointer;
}
.show-other-imgs img:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
}

.pp-img-sec .show-gallery {
    min-height: 200px;
    position: relative;
    overflow: auto;
}

.pp-img-sec .show-gallery img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/*   Send Email in Town
-------------------------- */
#popwin #form-email {
    width: 80%;
    margin: auto;
}

#popwin.email-send h1 {
    font-size: 23px;
    margin: 30px;
    text-align: center;
}

#popwin.email-send p {
    text-align: center;
}

#popwin.email-send label {
    display: block;
    margin-top: 20px;
    text-align: left;
    font-weight: normal;
}

#popwin.email-send input {
    width: 100%;
}

#popwin.email-send #body {
    width: 100%;
    height: 100px;
    resize: none;
}

/* Google map at towns page
--------------------------------- */

#map.towns-map {
    height: 400px;
}

#map.towns-map .my-gm-iw {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 550px;
}

#map.towns-map .my-gm-iw.small {
    width: 200px;
}

#map.towns-map .my-gm-iw .my-gm-lft {
    position: relative;
    width: 200px;
    height: 180px;
}

#map.towns-map .my-gm-iw .my-gm-lft .title {
    margin-bottom: 5px;
    font-size: 20px;
}

#map.towns-map .my-gm-iw .my-gm-lft .txt {
    font-size: 14px;
}

#map.towns-map .my-gm-iw .my-gm-lft .add-to-itn {
    position: absolute;
    bottom: 0;
}

#map.towns-map .my-gm-iw .label-img {
    width: 280px;
    height: 180px;
}

#map.towns-map .my-gm-iw .label-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

#popwin.email-send #btn-form-email {
    width: 100%;
    background: #0b6748;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 5px;
}

#popwin.email-send {
    max-width: 700px;
}

/* About Us */
.page {
    padding-top: 45px;
    margin-bottom: 45px;
}
.page h1,
.page h2 {
    color: #141b4d;
    margin-bottom: 45px;
}
.page .main p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
}
.page .sidebar p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
.page h3 {
    color: #141b4d;
    margin-top: 25px;
}
.page h3:first-child {
    margin-top: 0;
}
.page blockquote {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
    background-color: #eee;
    padding: 45px;
}

/*   Custom pages
-------------------------- */
.page-hero {width:100%}
.page-hero img {width:100%; height:auto;}
.page {padding-top:45px;margin-bottom:45px;}
.page h1, .page h2 {color:#141b4d;margin-bottom:45px;}
.page .main p {font-size: 15px; line-height: 1.8;margin: 0 0 30px;}
.page .sidebar p {font-size: 15px; line-height: 1.8;margin: 0;}
.page h3 {color:#141b4d;margin-top:25px;}
.page h3:first-child {margin-top:0;}
.page blockquote {font-size: 15px; line-height: 1.8;margin: 0 0 30px;background-color:#eee;padding:45px;}
.sidebar-grey {background-color: #eee;padding-top:25px;}
.sidebar-grey h2 {background-color: #eee;padding-top:25px;text-transform: uppercase;text-align: center;}
.sidebar-grey .pp-ins-wrap {width:100%}
.sidebar-grey .pp-ins-wrap img {margin-left:auto;margin-right:auto;}
.container.page ul, .container.page ol {font-size:15px;line-height:27px;margin: 0 0 30px 30px;}
.container.page ul {list-style-type:disc;}
.container.page ol {list-style-type:decimal;}
.container.page ul li, .container.page ol li {padding-left:12px;}


/*   Responsive Design
-------------------------- */
@media (max-width: 768px) {
    #itn-summary-panel .section-2 .lft,
    #itn-summary-panel .section-2 .rgt {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    #itn-summary-panel .section-2 .mid {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    #itn-summary-panel .section-2 .lft,
    #itn-summary-panel .section-2 .rgt {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .coast-coast h3 {
        font-size: 24px;
        margin: 25px 0 10px;
    }

    .topbar .numlnk {
        float: left;
    }

    #itinerary-container .itn-content-wrapper {
        margin: 8px;
    }

    .rt-letsgo .letsgo-itn {
        display: none;
    }

    .topbar .rt-letsgo {
        float: right;
        margin-top: -20px;
    }

    #itn-booking-panel .accomm {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #itn-booking-panel .accomm-addr {
        margin-right: 20px;
    }

    #itn-booking-panel .accomm .milepost {
        margin-left: auto;
        flex: 0 0 auto;
    }

    #itn-booking-panel .booking {
        display: block;
    }

    #itn-booking-panel .itn-content-wrapper h3 {
        color: #006747;
    }

    #itn-summary-panel .accomm-booked li {
        display: block;
    }

    #itn-summary-panel .accomm-booked li .mile {
        display: block;
        margin-bottom: 35px;
    }

    #itn-summary-panel .accomm-booked li:nth-child(odd) {
        background-color: #ffffff;
        position: relative;
        display: block;
        padding-bottom: 35px;
        padding-top: 10px;
    }

    #itn-summary-panel .accomm-booked li:nth-child(even) {
        background-color: inherit;
        position: relative;
        display: block;
        padding-bottom: 35px;
        padding-top: 10px;
    }

    .accomm-booked .name {
        width: 100%;
        position: absolute;
        top: 35px;
        right: -9px;
    }

    #itn-summary-panel .accomm-booked input[type='date'] {
        width: 140px;
        margin-top: 5px;
        margin-right: 0 !important;
        margin-bottom: 15px;
        margin-left: 20px;
    }

    #itn-summary-panel .save-itinerary .itn-complete {
        margin-left: 12px;
    }

    #itn-summary-panel .accomm-booked li {
        flex-flow: row wrap;
        justify-content: space-between;
    }

    #itn-summary-panel .accomm-booked li .remove {
        display: inline-block;
        margin-left: 197px;
        padding: 1px 10px;
        margin-top: 5px;
    }

    .accomm-booked .dis-none {
        display: inline-block;
        width: 100px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .topbar .rt-letsgo .rsd {
        position: absolute;
        width: 150px;
        margin-left: -143px;
    }

    /* Login Form */
    #user-login-form #login-text {
        margin-left: 25px;
    }

    #user-login-form .email-input {
        margin-left: 25px;
    }

    #user-login-form .pass-input {
        margin-left: 25px;
    }

    #user-login-form .form-input {
        margin-left: 25px;
        display: block;
        width: 77%;
    }

    #user-login-form #remember-me label {
        margin-right: 18px;
    }

    #user-login-form #user-login-btn {
        width: 77%;
        margin-left: 25px;
    }

    #user-login-form #reg-forgot-pass {
        width: 85%;
        margin-left: 24px;
    }
}

/*Articles */
.page-hero {
    width: 100%
}

.page-hero img {
    width: 100%;
    height: auto;
}

.page {
    padding-top: 45px;
    margin-bottom: 45px;
}

.page h1, .page h2 {
    color: #141b4d;
    margin-bottom: 45px;
}

.page .main p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
}

.page .sidebar p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.page h3 {
    color: #141b4d;
    margin-top: 25px;
    padding-bottom: 15px;
}

.page h3:first-child {
    margin-top: 0;
}

.page blockquote {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
    background-color: #eee;
    padding: 45px;
}

.page a {
    color: #1F6445;
}

.page a:hover {
    color: #141B4D;
}

.sidebar-grey {
    background-color: #eee;
    padding-top: 25px;
}

.sidebar-grey h2 {
    background-color: #eee;
    padding-top: 25px;
    text-transform: uppercase;
    text-align: center;
}

.sidebar-grey .pp-ins-wrap {
    width: 100%
}

.sidebar-grey .pp-ins-wrap img {
    margin-left: auto;
    margin-right: auto;
}

.container.page ul, .container.page ol {
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 30px 30px;
}

.container.page ul {
    list-style-type: disc;
}

.container.page ol {
    list-style-type: decimal;
}

.container.page ul li, .container.page ol li {
    padding-left: 12px;
}
.row.articles {
    margin-bottom: 40px;
}
.row.articles img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#recover-pass-form label {
    margin-top: 20px;
}

#recover-pass-form .greennv {
    padding: 5px 15px;
    width: 270px;
}

/* Save route itinerary */

.save-route {
    padding: 24px;
    text-align: center;
}
#popup-continue, #popup-checkout {
    margin: 10px auto;
}

/*   Miles - Kilometers
-------------------------- */
#itinerary-container .dist-unit {
    cursor: pointer;
    position:relative;
    top:-2px;
    margin: 0 0 15px 15px;
    background:#006747;
    color:#fff;
    display: inline-block;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    text-align: center;
}
#itinerary-container .dist-unit:hover {
    background-color:#023c2a;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .pp-img-sec .show-gallery {
        min-height: 120px;
    }
}/* Slide
---------------------------------- */
.slide {
    box-sizing: border-box;
    overflow: hidden;
    max-height: none;

}

.slide.collapsed {
    max-height: 0;
}

/*********************************************
    Autosuggest
*********************************************/
.suggest-wrapper{
    position: relative;
}
.suggest-list {
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    list-style-type: none;
    background-color: #FFFFFF;
    z-index: 100;
    border: 1px solid #CECECE;
}

.suggest-list li {
    padding: 0 5px;
}

.suggest-active {
    background-color: #DDDDDD;
}/* Custom scrollbar
---------------------------------- */

.scrollable {
    box-sizing: border-box;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% + 18px);
    padding-right: 18px;
}

.scrollable-wrapper {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.scrollable-wrapper .scrollable {
    visibility: visible;
}

.scrollbar {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 6px;
    background-color: #A9A9A9;
    border-radius: 6px;
}

.scrollbar.hidden {
    display: none;
}

/*************** Form upload images  **********/
#ims_ex {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C0C0C0;
}

#imprev {
    margin-top: 20px;
    margin-bottom: 20px;
}

.imprev i.fa-times {
    font-size: 15px;
    color: #d60030;
}

.imprev i.fa-times:hover {
    cursor: pointer;
}

.img-prev-box {
    position: relative;
    display: inline-block;
    width:30%;
    margin: 0 3% 20px 0;
}

.img-prev-box .img-alt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.img-prev {
    float: left;
    overflow: auto;
    margin-right: 10px;
    max-width: 75%;
    max-height: 75%;
    height: auto;
}

#inps {
    position: fixed;
    top: -100px;
    overflow: hidden;
    max-height: 0;
}

#ims-del {
    display: block;
    clear: both;
    margin-top: 20px;
}
/* Log in
---------------------------------- */

/* #login-frm {
    width: 300px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

#login-frm input[type="text"],
#login-frm input[type="password"],
#login-frm button {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
} */
/* class for label for markers of google maps */
.maps-marker-label {
  width: 50px;
  height: 20px;

  border: 1px solid #eb3a44;
  border-radius: 5px;
  background: white;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: darkgray;
}
/* Popup
---------------------------------- */
#win-overlay {
    display: flex;
  /*  position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #DDDDDD;
    opacity: 0.3;
    z-index: 110;
}

#popwin {
    position: absolute;
    width: 80%;
    max-width: 100rem;
    min-height: 5rem;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: #FFFFFF;
    border: 1px solid #CECECE;
    z-index: 120;
    box-shadow: 3px 3px 7px rgba(50, 50, 50, .3);
}

#popwin-close {
    position: absolute;
    top: .7rem;
    right: .7rem;
    font-size: 1.8rem;
    color: #777777;
}

#popwin-close:hover {
    color: #000000;
    cursor: pointer;
}
/* Sidebar menu
---------------------------------- */

#menu-sidebar {
    margin-top: 30px;
    margin-left: 20px;
    max-height: calc(100vh - 50px);
}

#menu-sidebar, #menu-sidebar ul {
    list-style-type: none;
}

#menu-sidebar ul {
    margin: 0;
    padding: 0;
}

#menu-sidebar li {
   margin: 0 !important;
}

.menu-item a:link {
    text-decoration: none;
    color: #FFFFFF;
}

.menu-item a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.menu-item a:hover {
    text-decoration: underline;
}

.menu-item a:active {
    text-decoration: underline;
}

.menu-sub {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    min-width: 140px;
    margin-left: 20px !important;
    transition: all .45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-sub li {
    margin: 0 !important;
}

.menu-sub.expanded {
    overflow-y: hidden;
    max-height: none;
}

.menu-sub-toggle {
    color: #FFFFFF;
}

.menu-sub-toggle:hover {
    cursor: pointer;
    text-decoration: underline;
}

* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.slider-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 56.25% 0 0 0;
    max-height: 100vh;
}

.slider-container img {
    vertical-align: middle;
    animation: fadein 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

/* Hide the images by default */
.mySlides {
    display: none;

}

/* Add a pointer when hovering over the thumbnail images */
.slider-cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.slider-prev,
.slider-next {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    /*left: 0;*/
    cursor: pointer;
    position: absolute;
    top: 50%;
    /*width: auto;*/
/*    padding: 16px;*/
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    /*border-radius: 0 3px 3px 0;*/
    user-select: none;
    -webkit-user-select: none;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

/* Position the "next button" to the right */
.slider-next {
    right: 5px;
    /*border-radius: 3px 0 0 3px;*/
}
.slider-prev {
    left: 5px;
    /*border-radius: 3px 0 0 3px;*/
}

/* On hover, add a black background color with a little bit see-through */
.slider-prev:hover,
.slider-next:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

/* Number text (1/3 etc) */
.slider-numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

/* Container for image text */
.slider-caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.slider-row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.slider-column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.slider-demo {
    opacity: 0.6;
}

.slider-active,
.slider-demo:hover {
    opacity: 1;
}
