/*----------  Library  ----------*/
@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
/*----------------- Fonts ----------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
/*    margin: 0;
    padding: 0;*/
    border: 0;
    /*    font-size: 100%;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
a,
input,
select,
textarea {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

button:focus,
a:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: rgba(188, 188, 188, 0.5) !important;
    font-weight: 400;
}

::-moz-placeholder {
    color: rgba(188, 188, 188, 0.5) !important;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: rgba(188, 188, 188, 0.5) !important;
    font-weight: 400;
}

:-moz-placeholder {
    color: #999999 !important;
    font-weight: 400;
}

@-webkit-keyframes autofill {
    to {
        color: #2e2e2e;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/* body css */
.wow {
    visibility: hidden;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    background: #ffffff;
    color: #000;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container {
    max-width: 100%;
    padding: 0;
    width: 1200px;
    position: relative;
}

/* Toogle */
.hamburger {
    cursor: pointer;
    width: 32px;
    height: 30px;
    position: absolute;
    padding: 3px;
    right: -50px;
    top: 50%;
    margin: -13px 0 0 0;
}

.hamburger > div {
    background: #000000;
    height: 3px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger > div:nth-child(1),
.hamburger > div:nth-child(3) {
    float: right;
}

.hamburger > div:nth-child(2) {
    width: 50%;
    float: right;
}

.hamburger.active {
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: scale(1, 1) rotateZ(0deg) translate(0, 4px);
    -ms-transform: scale(1, 1) rotateZ(0deg) translate(0, 4px);
    -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0, 4px);
    transform: scale(1, 1) rotateZ(0deg) translate(0, 4px);
}

.hamburger.active > div {
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.hamburger.active > div:nth-child(1),
.hamburger.active > div:nth-child(3) {
    width: 70%;
}

.hamburger.active > div:nth-child(2) {
    width: 90%;
    float: left;
}

.hamburger.active > div:nth-child(1) {
    -moz-transform: scale(1, 1) rotateZ(45deg) translate(2px, 2px);
    -ms-transform: scale(1, 1) rotateZ(45deg) translate(2px, 2px);
    -webkit-transform: scale(1, 1) rotateZ(45deg) translate(2px, 2px);
    transform: scale(1, 1) rotateZ(45deg) translate(2px, 2px);
}

.hamburger.active > div:nth-child(3) {
    -moz-transform: scale(1, 1) rotateZ(-45deg) translate(2px, -2px);
    -ms-transform: scale(1, 1) rotateZ(-45deg) translate(2px, -2px);
    -webkit-transform: scale(1, 1) rotateZ(-45deg) translate(2px, -2px);
    transform: scale(1, 1) rotateZ(-45deg) translate(2px, -2px);
}

.hamburger.active.active-end {
    -moz-transform: scale(1, 1) rotateZ(360deg) translate(0, 0);
    -ms-transform: scale(1, 1) rotateZ(360deg) translate(0, 0);
    -webkit-transform: scale(1, 1) rotateZ(360deg) translate(0, 0);
    transform: scale(1, 1) rotateZ(360deg) translate(0, 0);
}

.hamburger.active.active-end > div {
    width: 100%;
}

.hamburger.active.active-end > div:nth-child(1) {
    -moz-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    -ms-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
}

.hamburger.active.active-end > div:nth-child(3) {
    -moz-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    -ms-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
    transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
}

.btn-effect {
    position: relative;
    overflow: hidden;
}

.btn-effect .text {
    position: relative;
    z-index: 2;
    display: block;
}

.btn-effect:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;
    content: "";
    background: rgba(255, 255, 255, 0.41);
    border-radius: 50%;
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: center center;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

@keyframes btneffect {
    from {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0;
    }
}

@-webkit-keyframes btneffect {
    from {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        visibility: visible;
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        visibility: hidden;
        opacity: 0;
    }
}

.btn-effect:hover:before,
.btn-effect:active:before {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: btneffect;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: btneffect;
}

/* Page Css */
.branding {
    float: left;
    width: 120px;
    padding: 15px 0;
}

.branding img {
    width: 100%;
}

.header-right-panel {
    float: right;
}

.login-get-started-nav {
    background: #f1f0f0;
    display: flex;
    position: relative;
    float: right;
}

.login-get-started-nav:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 36px 0;
    border-color: transparent #f1f0f0 transparent transparent;
    content: '';
    position: absolute;
    left: -36px;
    top: 0;
}

.login-get-started-nav li {
    display: inline-block;
}

.login-get-started-nav li a {
    display: block;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #5b5f82;
}

.login-get-started-nav li a i {
    display: inline-block;
    vertical-align: sub;
}

.login-get-started-nav li a i img {
    display: block;
}

.navigation .navbar-nav li {
    display: inline-block;
}

.navigation .navbar-nav li a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    color: #5b5f82;
}

.navigation {
    float: right;
    width: 100%;
    clear: both;
    margin: 0;
}

.navigation .navbar-nav li a:before {
    content: ".";
    position: absolute;
    right: -2px;
    top: 7px;
}

.navigation .navbar-nav li:last-child a:before {
    display: none;
}

.navigation .navbar-nav li:last-child a {
    padding-right: 0;
}

.navigation .navbar-nav li a:hover,
.navigation .navbar-nav li a.active {
    color: #006747;
}

.navigation .navbar-nav {
    clear: both;
    margin: 5px 0 0 0;
}

#myCarousel .carousel-inner .item img {
    width: 100%;
}

#myCarousel .carousel-caption {
    bottom: auto;
    top: 10%;
    text-align: left;
    width: 380px;
}

#myCarousel .carousel-caption h3 {
    font-size: 58px;
    text-shadow: none;
    line-height: 1.4;
}

#myCarousel .carousel-caption p {
    font-size: 24px;
}

.team-work-wrap,
.homepage-intro-wrap {
    position: relative;
    margin: 30px 0;
}

.team-work-wrap .img img {
    width: 100%;
    height: auto;
}

.homepage-intro-wrap .img img {
    width: 100%;
    min-width: 475px;
    height: auto;
}

.team-work-wrap .text-caption {
    position: absolute;
    right: 15%;
    top: -20px;
    height: calc(100% + 35px);
    background: rgba(58, 66, 120, 0.70);
    width: 400px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
}

.homepage-intro-wrap .text-caption {
    position: absolute;
    left: 20%;
    top: -20px;
    height: calc(100% + 35px);
    width: 400px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
}

.team-work-wrap .text-caption h1, .team-work-wrap .text-caption h3 {
    font-size: 45px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.homepage-intro-wrap .text-caption h3 {
    font-size: 58px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.team-work-wrap .text-caption p {
    font-size: 18px;
    line-height: 1.5;
}

.homepage-intro-wrap .text-caption p {
    font-size: 24px;
    line-height: 1.5;
}

.products-list-wrap {
}

.heading {
    font-size: 58px;
    margin: 40px 0 60px;
    text-align: center;
    color: #141b4d;
}

.pp-ins-wrap {
    display: table;
    width: 307px;
    margin: 0 auto 100px;
    max-width: 100%;
}

.pp-ins-wrap figure a {
    display: block;
}

.pp-ins-wrap figure a img {
    display: block;
}

.pp-ins-wrap figure a img:hover {
    opacity: 0.9;
}

.pp-ins-wrap figure {
    margin: 0 0 25px 0;
}

.pp-ins-wrap .hd {
    font-size: 32px;
    color: #141b4d;
    display: table;
    margin: 0 auto 50px;
    position: relative;
    text-align: center;
}

.pp-ins-wrap .hd:hover {
    color: #006747;
}

.pp-ins-wrap .hd:before {
    position: absolute;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #789283;
    content: '';
    bottom: -20px;
    margin: 0 0 0 -35px;
}

.pp-ins-wrap p {
    font-size: 18px;
    color: #1f1f1f;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    display: block;
    display: -webkit-box;
}

footer {
    background: #141b4d;
    padding: 50px 0 20px;
}

.footnav {
    display: table;
    margin: 0 auto 20px;
    text-align: center;
}

.footnav li {
    display: inline-block;
}

.footnav li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
}

.footnav li a:hover {
    color: #a8b2fd;
}

.grlogo {
    display: table;
    margin: 30px auto 15px;
}

.fb-nav {
    font-size: 10px;
    color: #fff;
    margin: 0 auto;
    width: 90px;
    display: table;
    padding: 0 0 0 28px;
    position: relative;
    line-height: 1.2;
}

.fb-nav:hover {
    color: #a8b2fd;
}

.fb-nav i {
    position: absolute;
    left: 0;
    top: 0;
}

.navigation .navbar-toggler {
    display: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 17px 0 0 0;
}

.navigation .navbar-toggler span {
    width: 35px;
    border-radius: 23px;
    height: 4px;
    display: block;
    background: #141b4d;
    margin: 6px 0;
}

.pp-list-sec-wrap {
    float: left;
    width: 100%;
}

.pp-list-sec-wrap li {
    float: left;
    width: 33.3%;
}

.book-nav-sec {
    position: absolute;
    right: 12%;
    bottom: 60px;
}

.bck {
    display: inline-block;
    text-transform: uppercase;
    width: 170px;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 500;
}

.bck.one {
    background: #373f75;
}

.bck.two {
    background: #55597d;
    padding: 15px 30px;
}

.bck.one:hover {
    background: #262b4e;
    color: #fff;
}

.bck.two:hover {
    background: #3d405f;
    color: #fff;
}

.duration-sec {
    background: #f1f0f0;
    position: relative;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
}

.dur-ins-sec {
    display: inline-block;
    margin: 5px 20px 5px 0;
}

.dur-ins-sec .lh {
    color: #006747;
}

.duration-para-sec {
    /*padding: 0 200px 0 0;*/
    position: relative;
}

.duration-para-sec .para-book-nav-sec {
    position: absolute;
    right: 0;
    top: 0;
    width: 176px;
}

.duration-para-sec .para-book-nav-sec .bck {
    margin-bottom: 30px;
}

.duration-para-sec p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.map-wrap {
    margin: 40px 0 60px;
}

.map-wrap h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 30px;
}

.map-wrap img {
    display: block;
    width: 100%;
}

.ins-content h3 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 300;
}

.ins-content h4 {
    font-size: 17px;
    color: #006747;
    margin: 0 0 25px;
}

.ins-content p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px;
}

.topbar {
    background: #f1f0f0;
    padding: 10px;
    margin: 0 0 35px;
}

.topbar .hd {
    font-size: 16px;
    display: inline-block;
    color: #006747;
    margin: 0 30px 0 0;
}

.topbar .numlnk {
    display: inline-block;
}

.topbar .numlnk li {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 0 0;
}

.topbar .rt-letsgo {
    float: right;
}

.topbar .numlnk li .hq {
    color: #006747;
}

.topbar .rt-letsgo .rsd {
    display: inline-block;
    font-size: 16px;
    color: #141b4d;
    margin: 0 20px 0 0;
}

.topbar .rt-letsgo .gtsgo {
    display: inline-block;
    font-size: 16px;
    color: #006747;
    text-transform: uppercase;
}

.topbar .rt-letsgo .gtsgo img {
    margin: 0 0 0 3px;
}

.mile1 h3 {
    font-size: 32px;
    text-align: right;
    color: #006747;
    margin: 0 0 40px;
}

.mile1 figure img {
    width: 100%;
    display: block;
}

.coast-coast h3 {
    font-size: 32px;
    font-weight: 300;
    color: #006747;
    margin: 0 0 40px;
}

.coast-coast h1, .coast-coast h2 {
    color: #141b4d;
    font-size: 46px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.coast-coast p {
    font-size: 18px;
    color: #141b4d;
    line-height: 1.8;
}

.stproducts-list-wrap {
    margin: 40px 0 100px;
    display: flex;
}

.stproducts-list-wrap .pp-img-sec {
    margin: 0 30px 0 0;
    flex: 3;
}

.stproducts-list-wrap .pp-content-sec {
    margin: 0 30px 0 0;
    flex: 8;
}

.stproducts-list-wrap .pp-pontnav-sec {
    margin: 0;
    flex: 2;
}

.stproducts-list-wrap .pp-img-sec figure img {
    display: block;
    width: 100%;
}

.stproducts-list-wrap .pp-img-sec ul {
    margin: 20px 0 0;
}

.stproducts-list-wrap .pp-img-sec ul li {
    color: #1f1f1f;
    font-size: 15px;
    margin: 5px 0;
}

.stproducts-list-wrap .pp-img-sec ul li .hd {
    color: #006747;
}

.stproducts-list-wrap .pp-content-sec h3 {
    font-size: 32px;
    color: #141b4d;
    font-weight: 500;
    margin: 0 0 18px 0;
}

.stproducts-list-wrap .pp-content-sec h5 {
    font-size: 17px;
    margin: 0 0 15px 0;
    color: #006747;
}

.stproducts-list-wrap .pp-content-sec p {
    font-size: 15px;
    color: #1f1f1f;
    line-height: 1.8;
    margin: 0 0 20px;
}

.stproducts-list-wrap .pp-pontnav-sec .graybtn {
    display: block;
    background: #f1f0f0;
    color: #1f1f1f;
    padding: 15px;
    margin: 0 0 15px;
    font-size: 15px;
}

.stproducts-list-wrap .pp-pontnav-sec .graybtn:hover {
    background: #1f1f1f;
    color: #f1f0f0;
}

.stproducts-list-wrap .pp-pontnav-sec .graybtn.num {
    pointer-events: none;
}

.stproducts-list-wrap .pp-pontnav-sec .graybtn.num.mobile {
    display: none;
    pointer-events: all;
}

.greennv {
    display: block;
    background: #006747;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}

.greennv:hover {
    background: #023c2a;
    color: #fff;
}

.container.page a.greennv {
    display: inline-block;
    background: #006747;
    color: #fff;
    padding: 15px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}

.container.page a.greennv:hover {
    background: #023c2a;
}

.contact-info-sec {
    background: #f1f0f0;
    margin: 0 0 80px;
    padding: 30px;
}

.contact-info-sec h3 {
    font-size: 32px;
    color: #141b4d;
    font-weight: normal;
    margin: 0 0 40px 0;
}

.frm-details-sec .form-group {
    display: flex;
}

.frm-details-sec .form-group label {
    flex: 1;
    font-weight: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.frm-details-sec .form-group input {
    flex: 3;
    border: 1px solid #d4d3d3;
    box-shadow: none;
}

.frm-details-sec .form-group input:hover,
.frm-details-sec .form-group input:focus {
    border-color: #1f1f1f;
}

.customcheckbox {
    margin: 0 0 0 138px;
    position: relative;
}

.customcheckbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: -30px;
    border: 1px solid #d4d3d3;
    top: 6px;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #006747;
    border-color: #006747;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 15px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.itinerarysub {
    border: 0;
    margin: 50px 0 0 0;
    float: right;
}

.map-details-contact {
    margin: 0 0 70px 0;
}

.map-details-contact img {
    width: 100%;
    display: block;
}

/* https://trello.com/c/VOAPMvtT/39-html-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;
}

/* Town.php Prev & Next Buttons */
.nextprev, .all-towns li a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    text-align: center;
}

.nextprev {
    margin: 5px 0;
    background: #006747;
    color: #fff;
}

ul.all-towns {
    margin-top: 0;
    text-align: center;
}

.all-towns li {
    display: inline;
}

.all-towns li a {
    display: inline-block;
    margin: 5px;
    background: #ccc;
    color: #fff;
}

.all-towns li a:hover, li.next-milepost.active a {
    background: #1f1f1f;
    color: #f1f0f0;
}

.nextprev:hover {
    background: #023c2a;
    color: #fff;
}

/* ---------------- / ------------------------- */
/* Header navigation
--------------------------------- */
.navbar-collapse.collapse {
    position: relative;
}

#nav-routes-ls {
    position: absolute;
    overflow: hidden;
    max-height: 0px;
    right: 15px;
    top: 32px;
    border-radius: 3px;
    background-color: #f1f0f0;
    z-index: 1;
}

#nav-routes-ls.is-expanded {
    padding: 10px 20px 10px 20px;
    max-height: none;
    overflow: auto;
}

#nav-routes-ls.is-expanded a {
    display: block;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    color: #5b5f82;
}

#nav-routes-ls.is-expanded a:hover {
    color: #006747;
}

.dist-unit {
    margin-right: 15px;
    cursor: pointer;
}

.homepage-intro-wrap figure.img {
    overflow: hidden;
}

@media only screen and (min-width: 1025px) {
    #navbarNavDropdown {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .itinerarysub {
        border: 0;
        margin: 150px 0 0 0;
        float: right;
    }
}

@media only screen and (max-width: 1320px) {
    .container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .navigation .navbar-toggler {
        display: block;
    }

    #navbarNavDropdown {
        width: 100vw;
        right: -16px;
        top: 75px;
        position: absolute;
        z-index: 9;
        background: #fff;
        border-top: 1px solid rgba(20, 27, 77, 0.15);
    }

    .login-get-started-nav {
        margin: 0 -15px 0 0;
    }

    .login-get-started-nav:before {
        border-width: 0 40px 40px 0;
        left: -40px;
    }

    .branding {
        width: 90px;
        padding: 15px 0 10px 0;
    }

    .login-get-started-nav li a {
        padding: 9px 10px;
    }

    .navigation .navbar-nav {
        clear: none;
        margin: 0;
    }

    .pp-list-sec-wrap li {
        padding: 0 10px;
    }

    .bck {
        width: 132px;
        padding: 15px 10px;
        margin: 0 3px;
        font-size: 12px;
    }

    .carousel-caption {
        left: 15%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #myCarousel .carousel-caption h3 {
        font-size: 46px;
    }

    #myCarousel .carousel-caption p {
        font-size: 22px;
    }

    .team-work-wrap .text-caption h1, .team-work-wrap .text-caption h3,
    .homepage-intro-wrap .text-caption h3 {
        font-size: 40px;
    }

    .team-work-wrap .text-caption p,
    .homepage-intro-wrap .text-caption p {
        font-size: 16px;
        line-height: 2;
    }

    .team-work-wrap .text-caption,
    .homepage-intro-wrap .text-caption {
        right: 7%;
    }

    .products-list-wrap {
        padding: 0 50px;
    }

    .pp-ins-wrap {
        width: 100%;
    }

    .pp-ins-wrap figure a img {
        width: 100%;
    }

    .pp-ins-wrap .hd {
        font-size: 26px;
    }

    .pp-ins-wrap p {
        font-size: 16px;
        line-height: 1.5;
    }

    .stproducts-list-wrap .pp-pontnav-sec {
        flex: 3;
    }

    .stproducts-list-wrap .pp-content-sec {
        flex: 7;
    }

    .frm-details-sec {
        padding-top: 30px;
    }

    .customcheckbox {
        margin: 0 0 0 30px;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }

    .topbar .rt-letsgo .rsd {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .frm-details-sec {
        padding-top: 30px;
    }

    .customcheckbox {
        margin: 0 0 0 30px;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .navigation .navbar-nav {
        margin: 0 0 0 -15px;
    }

    .navigation .navbar-nav li a,
    .login-get-started-nav li a {
        font-size: 14px;
    }

    #myCarousel .carousel-caption h3 {
        font-size: 36px;
    }

    #myCarousel .carousel-caption p {
        font-size: 18px;
    }

    #myCarousel .carousel-caption {
        width: 260px;
        top: 5%;
    }

    .team-work-wrap .text-caption,
    .homepage-intro-wrap .text-caption {
        right: 8%;
    }

    .team-work-wrap .text-caption h1, .team-work-wrap .text-caption h3,
    .homepage-intro-wrap .text-caption h3 {
        font-size: 32px;
    }

    .team-work-wrap .text-caption p,
    .homepage-intro-wrap .text-caption p {
        font-size: 16px;
    }

    .team-work-wrap .text-caption,
    .homepage-intro-wrap .text-caption {
        width: 320px;
    }

    .heading {
        font-size: 46px;
    }

    .products-list-wrap {
        padding: 0 40px;
    }

    .pp-ins-wrap .hd {
        font-size: 22px;
    }

    .pp-ins-wrap p {
        font-size: 16px;
        line-height: 1.8;
        -webkit-line-clamp: 5;
        height: 140px;
    }

    .pp-ins-wrap figure a img {
        max-width: 100%;
    }

    .pp-ins-wrap {
        width: 100%;
    }

    .footnav li a {
        font-size: 12px;
    }

    .greennv,
    .stproducts-list-wrap .pp-pontnav-sec .graybtn {
        white-space: nowrap;
        padding: 14px;
    }

    .stproducts-list-wrap .pp-content-sec h3 {
        font-size: 24px;
    }

    .stproducts-list-wrap .pp-content-sec h5 {
        font-size: 14px;
    }

    .stproducts-list-wrap .pp-content-sec p {
        font-size: 14px;
    }

    .stproducts-list-wrap .pp-img-sec ul li {
        font-size: 14px;
    }

    .stproducts-list-wrap .pp-img-sec ul li .hd {
        display: block;
    }

    .frm-details-sec {
        padding-top: 30px;
    }

    .itinerarysub {
        margin: 20px 0 0;
    }

    .customcheckbox {
        margin: 0 0 0 192px;
    }

    .topbar .rt-letsgo {
        float: left;
        margin: 10px 0 0 0;
    }

    .coast-coast h3 {
        font-size: 24px;
    }

    .coast-coast h1, .coast-coast h2 {
        font-size: 36px;
    }

    .coast-coast p {
        font-size: 16px;
    }

    .frm-details-sec {
        padding-top: 30px;
    }

    .customcheckbox {
        margin: 0 0 0 30px;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .cm-section {
        padding: 40px 15px;
    }

    .navigation .navbar-nav li {
        width: 100%;
    }

    .navigation .navbar-nav li a:before {
        display: none;
    }

    .pp-ins-wrap figure a img {
        max-width: 100%;
    }

    .pp-ins-wrap {
        width: 100%;
        display: block;
    }

    #myCarousel .carousel-caption {
        top: 0;
        width: 240px;
    }

    #myCarousel .carousel-caption h3 {
        font-size: 18px;
        padding: 0 90px 0 0;
    }

    #myCarousel .carousel-caption p {
        font-size: 14px;
    }

    .team-work-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column-reverse;
        margin: 30px 0 0;
    }

    .homepage-intro-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .team-work-wrap .text-caption {
        position: static;
        height: auto;
        width: 100%;
        display: flex;
        margin: 0 0 30px 0;
    }

    .homepage-intro-wrap .text-caption {
        top: initial;
        left: initial;
        height: auto;
        width: 100%;
        max-width: 400px;
        display: flex;
        align-self: center;
    }

    .team-work-wrap .text-caption h1, .team-work-wrap .text-caption h3,
    .homepage-intro-wrap .text-caption h3 {
        font-size: 22px;
    }

    .team-work-wrap .text-caption p,
    .homepage-intro-wrap .text-caption p {
        font-size: 16px;
    }

    .heading {
        font-size: 25px;
        margin: 40px 0 40px;
    }

    .pp-ins-wrap .hd {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        width: 100%;
        padding-bottom: 50px;
        display: block;
    }

    .pp-ins-wrap .hd:before {
        bottom: 26px;
    }

    .pp-ins-wrap p {
        font-size: 14px;
        -webkit-line-clamp: 6;
        height: 118px;
    }

    footer {
        padding: 30px 0 20px;
    }

    .footnav li {
        margin: 7px 0;
    }

    .footnav li a {
        font-size: 13px;
        padding: 5px;
    }

    .footnav {
        text-align: center;
    }

    .pp-list-sec-wrap li {
        width: 50%;
    }

    .login-get-started-nav:before {
        display: none;
    }

    .login-get-started-nav {
        margin: 0;
        width: calc(100% + 30px);
        left: 15px;
        padding: 0 0 0 20px;
    }

    .duration-sec {
        padding: 10px 20px;
        font-size: 13px;
        margin: 15px 0 20px;
    }

    .book-nav-sec {
        display: none;
    }

    .duration-para-sec {
        padding: 80px 0 0;
    }

    .duration-para-sec .para-book-nav-sec {
        right: 0;
        top: 0;
        width: 100%;
    }

    .duration-para-sec p {
        font-size: 14px;
        margin: 0 0 20px;
    }

    .ins-content p {
        font-size: 14px;
        margin: 0 0 20px;
    }

    .ins-content h3 {
        font-size: 26px;
    }

    .ins-content h4 {
        font-size: 14px;
        margin: 0 0 20px;
        line-height: 1.6;
    }

    .map-wrap {
        margin: 10px 0 30px;
    }

    .topbar .hd {
        display: block;
    }

    .topbar .numlnk li {
        display: block;
    }

    .topbar .rt-letsgo {
        float: left;
    }

    .coast-coast h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .coast-coast h1, .coast-coast h2 {
        font-size: 36px;
    }

    .coast-coast p {
        font-size: 15px;
    }

    .mile1 h3 {
        font-size: 28px;
        text-align: left;
        margin: 40px 0 25px;
    }

    .stproducts-list-wrap {
        margin: 40px 0;
        display: block;
    }

    .stproducts-list-wrap .pp-img-sec {
        margin: 0;
    }

    .stproducts-list-wrap .pp-content-sec {
        margin: 0;
    }

    .stproducts-list-wrap .pp-content-sec h3 {
        font-size: 26px;
        margin: 20px 0 18px 0;
    }

    .contact-info-sec h3 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .frm-details-sec {
        padding-top: 40px;
    }

    .frm-details-sec .form-group label {
        flex: 2;
    }

    .customcheckbox {
        margin: 0 0 0 136px;
    }

    .itinerarysub {
        margin: 30px 0 0;
    }

    .customcheckbox {
        margin: 0 0 0 30px;
        position: relative;
    }

    .stproducts-list-wrap .pp-pontnav-sec .graybtn.num {
        display: none;
    }

    .stproducts-list-wrap .pp-pontnav-sec .graybtn.num.mobile {
        display: block;
    }

    .topbar .rt-letsgo .rsd {
        display: none;
    }
}