:root {
    --primary: #193c0d;
    --secondary: #598141;
    --accent: #687673;

    --roaver-color-primary: #183C0D;
    --roaver-color-secondary: #577d41;
    --roaver-color-highlight: #71C055;
    --roaver-color-background: #ffffff;
    --roaver-color-outline: var(--primary);
    --roaver-color-button: #71bf55;
    --roaver-color-primary-transparent: rgb(24 60 13 / 48%);
    --roaver-color-primary-transparent-lower: rgb(24 60 13 / 3%);
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

@media print {
    *,
    :before,
    :after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn-orange.disabled,
.btn-blue.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none !important;
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: var(--primary);
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #ff9f12;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #ff9f12;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #ff9f12;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
> .btn-group:first-child:not(:last-child)
> .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical
> .btn-group:last-child:not(:first-child)
> .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 52px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    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 {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: -o-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent
    );
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
> .panel-collapse
> .list-group:first-child
.list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
> .table-responsive:last-child
> .table:last-child
> tfoot:last-child
> tr:last-child
th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close:hover,
.close:focus {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.0001) 0%,
            rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.0001) 0%,
            rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.0001)),
            to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.0001) 0%,
            rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: "\2039";
}

.carousel-control .icon-next:before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.iti__flag {
    background-image: url("./js/phone-code-files/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("./js/phone-code-files/flags@2x.png");
    }
}


/* - - - - -- - - -  RESET - - - - -- - - -  */
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;
    vertical-align: baseline;
    position: relative;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
}

ol,
ul {
    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;
}

select,
input {
    border-radius: 0;
    border: 0;
    padding: 0;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* -- card --- */
table#cart-table {
    font-size: 12px;
}

.grecaptcha-badge {
    visibility: hidden;
}

table#cart-table thead tr th {
    padding: 8px 15px;
    font-weight: bold;
    color: #333;
    background: #f5f5f5;
}

table#cart-table tbody tr {
    padding: 8px 15px;
    font-weight: normal;
    color: #333;
}

table#cart-table tbody tr.subtotal td {
    background: #bbb;
    color: #fff;
    font-weight: bold;
}

table#cart-table tbody tr td {
    padding: 8px 15px;
    font-weight: normal;
    color: #333;
}

/* - - - - -- - - -  STYLE - - - - -- - - -  */

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: var(--primary);
    min-width: 768px;
}

p {
    color: rgb(96, 115, 125);
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 14px 0;
}

.product-container small {
    font-size: 12px;
    line-height: 17px;
}

h1 {
    margin-bottom: 7px;
    font-size: 38px;
    line-height: 46px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--primary);
}

.lightblue {
    color: #71c055;
    float: left;
}

h2 {
    font-size: 21px;
    line-height: 28px;
    color: #ff9f12;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    line-height: 24px;
    margin-bottom: 4px;
}

h3 a {
    color: #34b6e6;
}

h3 a:hover {
    color: var(--primary);
}

h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    line-height: 24px;
    margin-bottom: 4px;
}

.fa-input {
    font-family: FontAwesome, "Catamaran", Helvetica, Arial, sans-serif;
}

.product-list-title,
.article-list-title {
    font-size: 38px;
    line-height: 46px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #71c055 !important;
    text-decoration: none !important;
    margin: 0 0 8px 0;
}

.article-list-title {
    font-size: 27px;
    font-weight: 700;
    margin: 15px 0 8px 0;
    font-family: "Open Sans";
    line-height: normal;
}

.product-list-title:hover {
    color: var(--primary) !important;
}

.article-list-title:hover {
    color: #ff8001 !important;
}

.content a {
    color: #ff9f12;
}

.product-container a,
.article-container a {
    color: #ff9f12;
    font-weight: 700;
    text-decoration: underline;
}

.product-container a:hover,
.article-container a:hover {
    color: #71c055;
    font-weight: 700;
}

.product-container img,
.article-container img {
    max-width: 100%;
    height: auto !important;
}


.videoEmbed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-container iframe,
.article-container iframe {
    max-width: 100%;
}

.product-video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a:active {
    text-decoration: none;
}

.container ol,
.container ul {
    color: rgb(96, 115, 125);
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 14px 0;
    overflow: hidden;
}

.container ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 18px;
}

.container ol {
    list-style: decimal;
    list-style-position: outside;
    padding-left: 18px;
}

ul#tabs {
    padding-left: 0;
}


.pa-banner-container {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -32px;
}

.pa-banner-container .pa-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.pa-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10px;
}

.pa-banner-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 5rem;
    text-align: center;
}

.pa-banner-text h1 {
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 5rem;
    line-height: 5.1rem;
}

.pa-banner-text span {
    font-size: 31px;
    margin-bottom: 3px;
    letter-spacing: 3px;
}

.pa-description {
    text-align: left;
    font-size: 14px;
    color: black;
    line-height: 25px;
}

.banner {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #c5c5c5;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /* margin-bottom: 32px; */
}

.banner-fill {
    height: 0;
    padding-bottom: 32px;
    display: block;
    margin: 0;
}

.banner-margin {
    margin-top: 78px;
}

.banner-cta-block {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner-cta-block h1 {
    font-size: 56px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 0 12px 0;
}

.banner-cta-block p {
    font-size: 32px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

.banner-cta-block a {
    display: inline-block;
    background-color: #ff9f12;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    min-width: 200px;
    border-radius: 4px;
}

.banner-cta-block a:hover {
    background-color: #ffb13f;
}

.banner-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.98);
    max-width: 80%;
    height: auto;
    max-height: 80%;
    transition: all 0.2s ease;
}

.banner-img:hover {
    transform: translate(-50%, -50%) scale(1);
}

.bannerTextWrapper {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.banner-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: bannerFont;
    src: url(/images/Xtradex.ttf);
}

.bannerTitle {
    font-family: 'bannerFont';
}

.bannerTitle, .bannerSubtitle {
    text-shadow: 2px 2px 15px #00000070;
    color: white;
    font-size: 13rem;
    line-height: 11rem;
    font-weight: 300;
}

.letter-d {
    position: relative;
    display: inline-block;
}

.floating-image {
    position: absolute;
    top: -93px;
    left: -19px;
    width: 120px;
    height: auto;
}

.floating-image img {
    width: 100%;
    height: auto;
}


@media (max-width: 1024px) {
    .floating-image {
        top: -76px;
        left: -17px;
        width: 103px;
    }
}

@media (max-width: 767px) {
    .floating-image {
        top: -0.52em;
        left: -0.075em;
        width: 0.6em;
    }
}


/*.floating-image img {*/
/*    max-width: clamp(200%, 12vw, 400%);*/
/*    height: auto;*/
/*}*/


.bannerSubtitle {
    font-size: 3.3rem;
    line-height: normal;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    text-shadow: 2px 2px 9px #000000b0;
}

.totalReviewCount {
    margin-bottom: 32px;
    color: white;
    font-weight: 600;
    display: flex;
    font-size: 17px;
    align-items: flex-end;
    top: 4%;
}

.totalReviewCount .starIcons {
    margin-right: 9px;
    color: #F8CE0A;
    font-size: 24px;
}

.totalReviewCount .starIcons i {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

.totalReviewCount .basedOnReviewText {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
    font-family: 'Outfit', sans-serif;
}

.lastMinuteSteps {
    clear: both;
    list-style: none;
    padding-left: 3% !important;
    margin-bottom: 40px !important;
}

.lastMinuteSteps strong {
    font-size: 16px;
}

.lastMinuteSteps li {
    margin-top: 27px;
    margin-bottom: 7px;
    padding-left: 15px;
    display: block;
    position: relative;
    counter-increment: inst;
}

.lastMinuteSteps li::before {
    content: counter(inst);

    background: rgb(52 182 230 / 70%);
    color: #fff;

    font-size: 1em;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px rgba(255, 150, 0, 0.5);

    border-radius: 0 0.675em 0.675em 0;
    font-size: 1.5em;
    text-align: center;

    padding-top: 0;
    padding-left: 2.25%;
    left: -5%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;

    transition: all 0.2s ease-in-out;

    z-index: -1;
}

@media (min-width: 33em) {
    .lastMinuteSteps li:before {
        border-radius: 50%;
        font-size: 1.5em;
        height: 1.35em;
        margin-left: 2.5%;
        padding-left: 0;
        padding-top: 3px;
        top: -0.15em;
        width: 1.35em;
        z-index: -1;
    }
}

/* - - - - - Header - - - - - - - */
.header-container,
.header-container-home {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.top-bit-phone {
    float: left;
    color: #ffffff;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.top-bit-phone:before {
    font-weight: 600;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f095    ";
    margin-right: 7px;
}

.search-top {
    float: right;
    margin: 4px 0 0 0;
}

.search-top-bar {
    background: rgba(255, 255, 255, 1);
    height: 26px;
    border-radius: 2px;
    width: 220px;
}

input.search-top-input {
    display: block;
    width: 180px;
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 1px 0 0 0;
    padding: 0 0 0 10px;
    background: 0;
    outline: 0;
}

input.search-top-submit {
    background: var(--primary);
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    margin: 1px 0 0 0;
    width: 39px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    outline: 0;
}

.top-bit-blue {
    height: 34px;
    background: var(--primary);
    padding: 0 20px;
}

header {
    height: 78px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.header-container,
.header-container-home {
    height: 78px;
}

header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.logo {
    width: 12rem;
    height: auto;
    margin: 7px 0 0 0;
}


nav {
    z-index: 1;
    float: right;
}

nav > ul > li {
    float: left;
    margin: 0 0 0 28px;
}

nav > ul > li > a,
nav > ul > li > span {
    display: block;
    font-family: "Open Sans";
    font-weight: 600;
    color: #193c0d;
    font-size: 17px;
    height: 78px;
    line-height: 78px;
    cursor: pointer;
    transition: all 0.2s ease;
}

nav > ul > li > span {
    padding-right: 16px;
}

nav > ul > li > span:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 34px;
    width: 0;
    height: 0;
    clear: both;
    transition: all .2s ease;
    border: solid #193c0d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

nav > ul > li:hover > a,
nav > ul > li:hover > span {
    color: #729c65;
}

nav > ul > li:hover > span:after {
    border: solid #729c65;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

nav > ul > li:hover > ul {
    display: block;
}


nav > ul > li > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

nav > ul > li > ul > li:last-of-type {
    border-bottom: 0;
}

nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 1);
    width: auto;
    max-width: calc(100vw - 40px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s; /* Smooth fade-in/fade-out */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-right: 2px solid #193C0D;
    border-bottom: 2px solid #193C0D;
    z-index: 1000;
}

nav > ul > li:hover > ul {
    visibility: visible; /* Show dropdown */
    opacity: 1; /* Fully opaque */
    transition: opacity 0.2s ease, visibility 0s linear 0s; /* No delay for visibility */
}


.tourTypeSummaryContainer {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 10px;
}

.tourTypeSummaryContainer .inner-div {
    padding: 20px;
    background-color: #F5F5F5;
    border-radius: 8px;
    height: 100%;
}

.tourTypeSummaryContainer h2 {
    margin-bottom: 10px;
    color: var(--primary);
}

.tourTypeSummaryContainer p {
    font-size: 15px;
    line-height: 24px;
    color: var(--primary);
}

.responsive-nav-container {
    display: grid;
    grid-auto-flow: column; /* Items will flow into columns instead of rows */
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.responsive-nav-container li {
    border-right: 2px solid #F5F5F5;
}


.responsive-nav-container a {
    display: inline-flex;
    min-width: 160px;
    width: 100%;
    color: #193c0d;
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    padding: 5px 25px;
    /*margin-right: 30px;*/
    transition: all 0.2s ease;
    white-space: nowrap;
}

.responsive-nav-container a:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #71c055;
}


nav > ul > li > ul > li > a:focus {
    background: rgba(255, 255, 255, 1);
    color: rgb(96, 115, 125);
}

.mobile-menu-toggle {
    display: none;
}


/* - - - - - About Us Page Customs - - - - - - - */
.AboutUsMainBlockIcon {
    float: left;
    display: block;
    height: 114px;
    width: 114px;
    background-image: url(../images/sprite-about-us.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 456px 228px;
    margin: 0 20px 20px 0;
}

.about-us-247 {
    background-position: -342px 0px;
}

.about-us-travelagent {
    background-position: -228px 0px;
}

.about-us-safe {
    background-position: 0 0px;
}

.about-us-lowest-price {
    background-position: -228px -114px;
}

.about-us-daily {
    background-position: -114px -114px;
}

.about-us-finalist {
    background-position: 0px -114px;
}

.about-us-14-years {
    background-position: -114px 0px;
}

.keyword-highlight {
    font-weight: 700;
    text-transform: uppercase;
}

/* - - - - - WIREFRAME - - - - - - - */
.container {
    margin: 0 auto 36px auto;
    width: 1240px;
}

.two-col-home {
    width: 1450px;
    margin-top: 36px;
}

/* .two-col-home:before{
  position: absolute;
  z-index: -1;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  content: '';
  background-image: url(../images/background_swirls.jpg);
  top: 0px;
  background-size: 100% 1313px;
  background-repeat: no-repeat;
} */

.container .content {
    float: left;
    width: 100%;
    margin: 0 0 42px 0;
    overflow: hidden;
}

.two-col-home .content {
    overflow: visible;
}

.container .rightcol {
    width: 20%;
    float: right;
    margin: 0 0 42px 0;
}

.rightcol a {
    text-decoration: inherit !important;
    font-weight: inherit;
    color: inherit;
}

.rightcol a:hover {
    text-decoration: inherit !important;
    font-weight: inherit;
    color: inherit;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row-margin {
    margin: 0 0 12px 0;
}

.row-bottom-border {
    padding-top: 8px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
}

.row-booknow-bottom {
    border-top: 1px solid #cdcdcd;
    padding-top: 12px;
    margin-top: 18px;
    clear: both;
}

.article-title {
    margin: 0 0 12px 0;
}

.product-container .youmayalsolike {
    width: 23%;
    float: left;
    margin: 8px 2% 20px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.product-container .youmayalsolike .ymalimg {
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 50%;
    width: 100%;
    margin-bottom: 8px;
}

.product-container .youmayalsolike:hover {
    opacity: 0.8;
}

.addon-title {
    font-family: "Outfit", sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #729C65;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.homePageIntroTitle {
    text-align: center;
    font-size: 30px;
    font-family: "Open Sans";
    color: var(--primary);
    text-transform: capitalize;
}

.homepageSummary {
    font-size: 18px;
    color: var(--primary);
}

.homepage-text {
    max-height: 90px;
    overflow: hidden;
}

#flexGrid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    align-content: center;
    margin-top: 44px;
}

.flexGridItem {
    width: 29%;
}

.summaryItems {
    margin: 0;
    padding: 76px 30px;
}

.catGrid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.catGridItem {
    height: 300px;
    /* height:370px; */
    background-size: cover;
    background-position: bottom;
    border-radius: 6px;
    cursor: pointer;
}

.catGridItem h2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 0px 0px 9px rgb(0 0 0 / 30%);
    display: table;
    padding-bottom: 5px;
    text-align: center;
    transition: all 0.3s;
    z-index: 2;
}

.catGridItem:hover h2,
.tab-active h2 {
    top: 86%;
    border: none;
}

.tab-active h2 {
    top: 50%;
    border: 4px solid white;
    padding: 13px;
}

.mobLine {
    display: none !important;
}

.videoClip {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

#catOvernight {
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.3),
            rgba(14, 48, 86, 0.3)
    ),
    url(../images/overnightTourCat_Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catOvernight::before {
    /* background: linear-gradient(0deg, rgba(14,48,86, 0.7), rgba(14,48,86, 0.7)),url(../images/overnightTourCatAfter2.jpg); */
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 72%,
            rgba(14, 47, 86, 0) 40%,
            rgba(14, 47, 86, 0.6) 75%,
            rgba(14, 47, 86, 0.6) 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial !important;
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
}

.tab-active#catOvernight {
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.7),
            rgba(14, 48, 86, 0.7)
    ),
    url(../images/overnightTourCat_Image.jpg);
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catDay {
    position: relative;
    min-height: 200px;
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.3),
            rgba(14, 48, 86, 0.3)
    ),
    url(../images/dayTourCat_Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catDay::before {
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 72%,
            rgba(14, 47, 86, 0) 40%,
            rgba(14, 47, 86, 0.6) 75%,
            rgba(14, 47, 86, 0.6) 100%
    );
    /* background: linear-gradient(0deg, rgba(14,48,86, 0.7), rgba(14,48,86, 0.7)),url(../images/dayTourCatAfter.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
}

.tab-active#catDay {
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.7),
            rgba(14, 48, 86, 0.7)
    ),
    url(../images/dayTourCat_Image.jpg);
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catPrivate {
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.3),
            rgba(14, 48, 86, 0.3)
    ),
    url(../images/privateCharterCat_Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catPrivate::before {
    /* background: linear-gradient(0deg, rgba(14,48,86, 0.7), rgba(14,48,86, 0.7)),url(../images/privateCharterCatAfter2.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 72%,
            rgba(14, 47, 86, 0) 40%,
            rgba(14, 47, 86, 0.6) 75%,
            rgba(14, 47, 86, 0.6) 100%
    );
}

.tab-active#catPrivate {
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.7),
            rgba(14, 48, 86, 0.7)
    ),
    url(../images/privateCharterCat_Image.jpg);
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catAll {
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.3),
            rgba(14, 48, 86, 0.3)
    ),
    url(../images/popularTourCat_Image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catAll::before {
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 72%,
            rgba(14, 47, 86, 0) 40%,
            rgba(14, 47, 86, 0.6) 75%,
            rgba(14, 47, 86, 0.6) 100%
    );
    /* background: linear-gradient(0deg, rgba(14,48,86, 0.7), rgba(14,48,86, 0.7)),url(../images/popularTourCatAfter.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
}

.tab-active#catAll {
    background: linear-gradient(
            0deg,
            rgba(14, 48, 86, 0.7),
            rgba(14, 48, 86, 0.7)
    ),
    url(../images/popularTourCat_Image.jpg);
    box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#catDay:hover::before,
#catOvernight:hover::before,
#catAll:hover::before,
#catPrivate:hover::before {
    opacity: 1;
    z-index: 2;
}

#catDay::before,
#catOvernight::before,
#catAll::before,
#catPrivate::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: opacity 0.4s linear;
    opacity: 0;
    border-radius: 6px;
}

/* #catPrivate:hover{
  background: url(../images/privateCharterCat.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
} */

.flexGridItemDesc {
    font-size: 15px;
}

.flexGridIcon {
    font-weight: 900;
    font-size: 19px;
    background-color: #54acdf;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: white;
}

.mobileScroll {
    display: none;
}

.itemMargin {
    margin: 10px 0px;
}

.intro-expand {
    max-height: none;
    overflow: visible;
}

.intro-read-more {
    margin: 12px 0;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #5B8041;
    line-height: 21px;
    cursor: pointer;
    float: left;
}

.tourTypeHeader,
.tourCatHeader {
    text-align: center;
    margin: 68px 0px;
}

.tourCatHeader {
    margin-top: 0px;
    margin-bottom: 53px;
}

.boatIcon {
    width: 43px;
}

.typeIcon {
    width: 40px;
}

.tourCatHeader h3:before {
    content: "";
    position: absolute;
    width: 4%;
    height: 20px;
    top: 22px;
    left: 50%;
    transform: translate(-50%);
    border-bottom: 2px solid #5B8041;
}

.tourTypeHeader h3,
.tourCatHeader h3 {
    font-size: 30px;
    color: #5B8041;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 9px;
}

.tourCatHeader h3 {
    font-size: 36px;
}

#catTitle {
    font-weight: 700;
    margin-top: 0;
}

.catRow {
    margin: 0;
    padding: 45px 0px;
    /* border-bottom: 2px solid #dedede;
  border-top: 2px solid #dedede;
  padding: 41px 0 41px 0; */
}

.homepage-buttons {
    float: right;
    width: 240px;
    margin-left: 40px;
    height: 120px;
    display: block;
    z-index: 1;
}

.homepage-buttons img {
    width: 100%;
    height: auto;
}

.homepage-buttons:hover {
    opacity: .72;
}

.why-book-container-item {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
}

.icon-title-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.why-book-icon {
    font-weight: 900;
    font-size: 16px;
    background-color: var(--secondary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 10px;
}

.reco-by {
    float: right;
    margin-left: 40px;
    margin-bottom: 12px;
    width: 120px;
    height: auto;
    display: block;
}

.homepage-text h1 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    line-height: 24px;
    margin-bottom: 4px;
    font-family: "Open Sans";
}

.FrontpageButton {
    height: 120px;
    width: 240px;
    cursor: pointer;
    background-size: 100%;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.FrontpageButton:hover {
    opacity: 0.8;
}

#map-canvas {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0px;
}

.sw-map {
    width: 100%;
    height: 300px;
    background: url(../images/sailing-whitsundays-office-map.png) no-repeat;
    background-size: cover;
    background-position: center;
}

/* - - - - - RIGHT COLUMN - - - - - - - */
.ContactUs-Menu {
    margin: 0 0 12px 0;
}

.ContactUs-Menu a {
    color: var(--primary);
    display: block;
    margin: 0 0 4px 0;
    height: 26px;
    line-height: 26px;
    font-weight: 600;
}

.ContactUs-Menu a:hover {
    color: #34b6e6;
    text-decoration: none;
}

.contactus-callus {
    background: url(../images/icon-call-us.png) right 0px no-repeat;
}

.contactus-wecallyou {
    background: url(../images/icon-we-call-you.png) right 2px no-repeat;
}

.contactus-emailus {
    background: url(../images/icon-email.png) right 4px no-repeat;
}

.contactus-info ul {
    list-style-type: disc;
    margin: 8px 0;
}

.contactus-info ul li {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 2px 0;
    color: var(--primary);
}

.contactus-info a {
    color: #5B8041;
}

.contactus-info a:hover {
    color: var(--primary);
}

.group-discounts {
    border-bottom: 1px solid #cdcdcd;
    margin: 0 0 24px 0;
}

.group-discount {
    border: 1px solid #cdcdcd;
    margin: 12px 0;
}

.discount-deal {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #34b6e6;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
    height: 28px;
}

.discount-product {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0 10px;
    text-transform: uppercase;
}

.discount-date {
    color: #34b6e6;
    font-size: 12px;
    font-weight: 700;
    margin: 4px 0 0 10px;
}

.discount-capacity {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--primary);
    margin: 14px 0 12px 0;
}

.discount-bar {
    display: block;
    width: 100%;
    height: 4px;
}

.discount-fill {
    background: #70c365;
    width: 67%;
    height: 4px;
}

.contactus-info {
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.extra-ads {
    padding-top: 10px;
    border-top: #DEDEDE 2px solid;
}

.extra-ads h2 {
    margin-bottom: 10px;
    text-align: center;
    color: #4f778c;
}

.mrTravelGroupLogo {
    text-align: center;
    border-bottom: none;
    margin-bottom: 15px;
}

.external-site img {
    max-width: 100%;
    height: auto;
}

.external-sites h3 {
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.external-site {
    display: block;
    margin: 0 0 12px 0;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.external-site:hover {
    opacity: 0.72;
}

.ContactUs-Main {
    width: 100%;
    height: 242px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 0 0 18px 0;
    background-size: cover;
    background-position: center;
}

.ContactUs-TopLeft {
    position: relative;
    background-image: url(../images/contactus-online-now.png);
    height: 104px;
    width: 104px;
}

.ContactUs-Name {
    position: absolute;
    bottom: 23px;
    left: 10px;
    font-size: 17px;
    color: #ffffff;
}

.ContactUs-Bottom {
    position: absolute;
    bottom: 0;
    background: var(--secondary);
    width: 100%;
    height: 46px;
}

.ContactUs-Clicktochat {
    position: absolute;
    bottom: 4px;
    left: 10px;
    font-size: 14px;
    color: #ffffff;
}

.rhs-articles {
    margin-bottom: 20px;
}

.rhs-articles h3 {
    text-transform: uppercase;
}

.rhs-articles a {
    display: block;
    color: #5B8041;
    border-top: 1px solid #ECECEC;
    padding: 8px 0px 6px 0px;
    font-weight: inherit;
    font-size: 14px;
    line-height: 19px;
}

.rhs-articles a:last-of-type {
    border-bottom: 1px solid #ececec;
}

.rhs-articles a:hover {
    color: var(--primary);
}

.wechat-block {
    margin: 12px 0 0 0;
    display: none;
}

.wechat-link {
    display: block;
    background: url(../images/wechat.png) no-repeat top left;
    height: 48px;
    width: 100%;
    color: #145c29;
    line-height: 48px;
    padding-left: 56px;
    font-size: 18px;
    margin-bottom: 12px;
    cursor: pointer;
    text-align: left;
}

.wechat-qr {
    margin: 12px 0 0 0;
    display: none;
}

.wechat-qr img {
    width: 100%;
    height: auto;
}

.lowest-price {
    border-bottom: 2px solid #dedede;
    border-top: 2px solid #dedede;
    padding: 12px 10px;
    margin-bottom: 20px;
    text-align: center;
}

.lowest-price p {
    margin: 0;
}

.from-price span.from-price-break {
    display: block;
}

.news_items {
    margin-top: 24px;
}

.news_items h3 {
    margin: 0 0 12px 0;
}

.news_item {
    color: #999;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #dedede;
}

.news_items a {
    display: block;
}

.news_items a:hover {
    text-decoration: none;
    opacity: 0.72;
}

.news_item_date {
    color: #5B8041;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 2px 0;
}

.news_item_header {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 6px 0;
}

.news_item_image {
    width: 100%;
    border: 2px solid #cdcdcd;
    margin: 0 0 8px 0;
}

.news_item_content {
    font-size: 12px;
    line-height: 17px;
    color: var(--primary);
    margin: 0;
}

span.blue-text {
    display: block;
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
}

.rhs-history {
    border-bottom: 2px solid #dedede;
    margin-bottom: 20px;
}

.rhs-history h3 {
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.history-block {
    margin: 0 0 18px 0;
    display: block;
}

.history-block:hover {
    opacity: 0.72;
}

.history-image {
    width: 100%;
    height: 142px;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    margin: 0 0 8px 0;
}

.history-tour {
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #5B8041;
}

.history-price {
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: rgb(96, 115, 125);
}

.review-item {
    padding-bottom: 32px;
    clear: both;
}

.review-name {
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    color: var(--primary);
    float: left;
}

.review-date {
    color: #5B8041;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 0 4px;
    float: left;
}

.review-title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: var(--primary);
    margin: 2px 0;
}

.review-content {
    font-size: 12px;
    line-height: 17px;
    color: var(--primary);
    margin: 0;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 4px 0 12px 0;
}

.review-block {
    margin: 0px;
}

.review-content:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    bottom: -9px;
    left: 15px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.review-block:nth-of-type(2n + 2) {
    margin-right: 0;
}

.review-block:nth-of-type(2n + 3) {
    clear: left;
}

#reviewHeader {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 26px;
    color: var(--primary);
    font-weight: 500;
}

.rb-date {
    color: #5B8041;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 2px 0;
    float: left;
}

.rb-name {
    color: var(--primary);
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 8px 2px 0;
    /* float: left; */
}

.rb-comment {
    font-size: 15px;
    line-height: 21px;
    /* color: var(--primary);
  border: 1px solid #E0E0E0; */
    /* padding: 8px; */
    margin: 4px 0 0 0;
}

#reviewsCommentTitle {
    margin-top: 27px;
    font-size: 17px;
    font-weight: 700;
}

/* .rb-comment:after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  bottom: -9px;
  left: 15px;
  background: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.rhs-emailblock h3 {
    text-transform: uppercase;
}

.rhs-emailblock {
    border-bottom: 2px solid #dedede;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

#contact-us-sidebar {
    background: #efefef;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 8px;
    margin: 12px 0;
}

#contact-us-sidebar label {
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

#contact-us-sidebar input,
#contact-us-sidebar button {
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 6px 4px 6px;
    margin: 0 0 8px 0;
    color: rgb(96, 115, 125);
}

#contact-us-sidebar textarea {
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 6px 4px 6px;
    margin: 0 0 8px 0;
    color: rgb(96, 115, 125);
    height: 56px;
}

#contact-us-sidebar .recaptchaText {
    text-align: center;
    font-size: 12px;
}

#contact-us-sidebar .rhs-contact-submit, .feedbackFormSubmit, #contact-us-sidebar #rhsSubmitBtn {
    background: #71C055;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 !important;
    border: none;
    padding: 8px 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

#contact-us-sidebar input.email-opt[type="checkbox"],
#form-contact-us-main input.email-opt[type="checkbox"],
#form-holiday-dollars input.email-opt[type="checkbox"] {
    height: 24px;
    width: 24px;
    float: left;
    margin: 0 8px 8px 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 6px 4px 6px;
    margin: 0 0 8px 0;
}

#contact-us-sidebar label.email-opt-label {
    float: right;
    font-size: 10px;
    line-height: 14px;
    width: calc(100% - 32px);
    margin: 0 0 8px 0;
}

#form-contact-us-main label.email-opt-label,
#form-holiday-dollars label.email-opt-label {
    float: right;
    font-size: 12px;
    line-height: 8px;
    width: calc(100% - 32px);
}

#contact-us-sidebar input.email-opt[type="checkbox"]:checked,
#form-contact-us-main input.email-opt[type="checkbox"]:checked,
#form-holiday-dollars input.email-opt[type="checkbox"]:checked {
    background: url(../images/check-active.png) no-repeat center center;
}

#contact-us-sidebar input.email-opt[type="checkbox"]:focus,
#form-holiday-dollars input.email-opt[type="checkbox"]:focus,
#form-contact-us-main input.email-opt[type="checkbox"]:focus {
    outline: none;
}

.contact-form-submit,
#holiday-dollars-form-submit {
    text-align: center;
}

.rhs-error-alert {
    color: #a94442;
    border-color: #ebccd1;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 8px 0;
}

.see-our-reviews-block {
    text-align: center;
    margin: 12px 0 0 0;
}

.see-our-reviews {
    display: block;
    font-size: 12px;
    line-height: 14px;
}

span.star {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: url(../images/icon-star.png) no-repeat;
    margin: 0px 8px 0 0;
    top: 2px;
}

.faq-block {
    border-bottom: 2px solid #dedede;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.faq-img {
    display: block;
    margin: 0;
    width: 100%;
}

.faq-img:hover {
    opacity: 0.72;
}

.faq-img img {
    width: 100%;
    height: auto;
}

/* - - - - - CONTACT US PAGE and FORMS - - - - - - - */

#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1;
}

.contact-page-info {
    float: left;
    width: 300px;
}

.contact-page-info p {
    font-weight: 600;
}

.contact-us-form {
    width: 100%;
    min-width: 500px;
}

.normal-form {
    width: 70%;
}

.contact-us-form label,
.normal-form label {
    display: block;
    font-size: 14px;
    color: var(--primary);
    margin: 8px 0;
}

.starInput,
.ratingStar,
.reviewRatingStar {
    cursor: pointer;
    display: inline-block !important;
}

.contact-page-inputs input,
.contact-page-inputs textarea,
.normal-form-inputs input,
.normal-form-inputs textarea {
    border: 1px solid #9daab2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    resize: none;
    height: 36px;
}

.normal-form select {
    border: 1px solid #9daab2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    resize: none;
    height: 36px;
    background: url(../images/grey-dropdown.png) no-repeat top 14px right 10px #fff;
}

.contact-page-inputs textarea,
.normal-form textarea {
    height: 96px;
    line-height: 21px;
}

/* - - - - - CUSTOM CHAT - - - - - - - */

.chat-min {
    position: fixed;
    bottom: -2px;
    right: 10px;
    padding: 12px 32px;
    background: #5B8041;
    color: rgba(255, 255, 255, 1);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    z-index: 999;
}

.chat-expanded {
    position: fixed;
    bottom: -2px;
    right: 10px;
    width: 280px;
    background: #5B8041;
    color: rgba(255, 255, 255, 1);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    cursor: pointer;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 999;
    display: none;
}

.chat-headline {
    padding: 12px;
    text-transform: uppercase;
}

.chat-expanded form {
    background: #efefef;
    padding: 12px;
}

.chat-expanded label {
    display: block;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: var(--primary);
}

.chat-box-row {
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 6px 4px 6px;
    margin: 0 0 8px 0;
    color: rgb(96, 115, 125);
}

.chat-expanded input[type="submit"] {
    background: #5B8041;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 8px 0;
    border: none;
    display: block;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 6px 4px 6px;
}

.chat-close {
    float: right;
}

.chat-box-row {
    margin: 0 0 10px 0;
}

iframe#livechat_iframe {
    width: 100%;
    height: 280px;
    background-color: rgba(255, 255, 255, 1);
}

/* - - - - - Homepage Tabs - - - - - - - */

ul.tab-list {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    display: table;
    table-layout: fixed;
    width: 100%;
}

ul.tab-list > li {
    font-size: 18px;
    font-weight: 700;
    color: #729c65;
    line-height: 18px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(83, 172, 224, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    padding: 12px 0;
    display: table-cell;
    float: none;
    text-align: center;
    text-transform: uppercase;
}

ul.tab-list > li.tab-active {
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top: 2px solid #193c0d;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    color: #71c055;
}

ul.tab-list > li:hover {
    color: #71c055;
}

.frontpage-boat-main-hide {
    display: none;
}

/* - - - - - FLOAT EFFECTS - - - - - - - */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
            center,
            ellipse,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
            ellipse at center,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0) 80%
    );
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/* Shadow */
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 8px 0px rgb(0 0 0 / 50%);
}

/* Curl Top Right */
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
    width: 30px;
    height: 30px;
}

/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}


/* - - - - - BOAT BLOCKS - - - - - - - */
.frontpage-boat-main {
    margin: 0 0 40px 0;
}

.boatblock {
    margin: 0 5px;
    overflow: hidden;
}

.boatblock-sectionhead {
    margin-bottom: 15px;
}

.boatblock-sectionhead h3 {
    line-height: 24px;
    font-size: 22px;
    display: inline;
    font-weight: 700;
    color: #193c0d;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "outfit";
}

.frontpage-boat-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    row-gap: 12px;
    top: 0;
    left: 0;
}

.frontpage-boat-block-panel {
    width: 25%;
    display: flex;
    padding: 0 5px;
}

/* strong .frontpage-boat-block-panel {
  width:25%;
	display:flex;
	padding: 0 5px;
} */

.frontpage-boat-block-panel a {
    display: flex;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .1);
    border-radius: 4px;
    flex-direction: column;
    width: 100%;
}

.frontpage-boat-block-panel a:hover {
    text-decoration: none;
}

.frontpage-boat-block-img {
    width: 100%;
    padding-top: 66%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* background-color: rgba(0,0,0,.1); */
}

.frontpage-boat-block-img:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /* background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.51) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.51) 0%,rgba(0,0,0,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.51) 0%,rgba(0,0,0,1) 100%); */
    /* background: white; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82000000', endColorstr='#000000', GradientType=1);
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}

.boatblock-rating {
    line-height: 12px;
    margin: 0 0 6px 0;
}

.rating-star {
    display: inline-block;
    height: 12px;
    width: 11px;
    background: url(../images/rating-star.png) no-repeat 100%;
    margin: 0 2px 0 0;
    float: left;
    line-height: 12px;
}

.rating-star-grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.rating-number {
    color: var(--primary);
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 4px;
}

/* a:hover .boatblock-title,
a:hover .boatblock-info,
a:hover .boatblock-price,
a:hover .boatblock-rating {
	opacity: .8;
} */
/* a:hover .frontpage-boat-block-img {
    background-size: 108% 108%;
} */
a:hover .frontpage-boat-block-img:after {
    opacity: 0.4;
}

.unBoldDesc {
    margin: 0 8px;
    font-weight: normal;
}

.boatblock-title {
    font-family: "Open Sans";
    font-size: 19px;
    line-height: 24px;
    color: var(--primary);
    font-weight: 700;
    margin: 0 8px 8px 8px;
    display: table-cell;
}

.fp-item-main-highlight {
    color: var(--accent);
    font-size: 15px;
    font-weight: 700;
}

.suggestedBoatblock-text {
    flex-direction: column;
    display: flex;
    height: 200px;
}


.boatblock-text {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.boatblock-info {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.suggestedBoatblock-info {
    margin-top: auto;
}

.boatblock-info ul {
    margin-top: 7px;
}

.boatblock-info p {
    margin: 0 0 0 0;
    font-size: 15px;
}

.boatblock-info strong {
    color: #729C65;
    text-transform: uppercase;
    margin: 0 0 0 0;
    /* font-size:25px; */
}

.boatblock-price-container {
    min-height: 57px;
    margin-top: 15px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boatblock-price {
    background-color: var(--primary);
    padding: 8px;
    text-align: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.boatblock-days-nights-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.day-night-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.day-night-line span {
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
}

.day-night-line .separator {
    width: 100%;
    margin: 3px 0;
    border-top: 2px solid var(--accent);
}

.suggestedProductPrice {
    margin-top: 0;
}

.boatblock-price strong {
    color: #fff;
}

.boatblock-price p {
    font-size: 13px;
    font-weight: 700;
    color: white;
    line-height: 21px;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

#discountPrice {
    font-size: 19px;
}

/* .deal-ribbon {
    position: absolute;
    background-color: #CCC;
    top: 18px;
    right: -68px;
    height: 28px;
    width: 200px;
    z-index: 2;
    background: #ffae37;
    background: -moz-linear-gradient(top, #ffae37 0%, #ffa31c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae37), color-stop(100%,#ffa31c));
    background: -webkit-linear-gradient(top, #ffae37 0%,#ffa31c 100%);
    background: -o-linear-gradient(top, #ffae37 0%,#ffa31c 100%);
    background: -ms-linear-gradient(top, #ffae37 0%,#ffa31c 100%);
    background: linear-gradient(to bottom, #ffae37 0%,#ffa31c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae37', endColorstr='#ffa31c',GradientType=0 );
    text-align: center;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 18px;
    font-family: "Yanone Kaffeesatz";
    font-weight: 700;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
} */
.deal-ribbon {
    position: absolute;
    background-color: #ccc;
    top: 3px;
    right: 6px;
    z-index: 2;
    background: -moz-linear-gradient(top, #ffae37 0%, #ffa31c 100%);
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0%, #ffae37),
            color-stop(100%, #ffa31c)
    );
    background: -webkit-linear-gradient(top, #ffae37 0%, #ffa31c 100%);
    background: -o-linear-gradient(top, #ffae37 0%, #ffa31c 100%);
    background: -ms-linear-gradient(top, #ffae37 0%, #ffa31c 100%);
    /* background: #97C230; */
    background: var(--primary)b5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae37', endColorstr='#ffa31c', GradientType=0);
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-family: "Open Sans";
    letter-spacing: 0px;
    border-radius: 5px;
    padding: 6px;
    font-weight: 600;
}

.cashback-ribbon {
    display: flex;
    align-items: center;
    background: #FFA625;
    color: white;
    font-weight: 600;
}

.cashback-ribbon img {
    width: 15px;
    height: auto;
    margin-right: 5px;
}


.boatblock-viewmore {
    display: none;
}

.btn-orange, .btn-orange-tall {
    background: #71C055;
    border: 0;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 18px;
    min-width: 142px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;

}

.icon-button {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.icon-button .material-icons {
    margin-right: 10px;
    font-size: 1.6rem;
}

.booking-header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
}

.order-summary {
    color: var(--primary);
    margin-left: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
}

.affiliateBookingCreateFormLogo {
    width: 7rem;
    height: auto;
}

.booking-header-title {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 29px;
    color: var(--primary);
}

.booking-header-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0px 10px 0px 10px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 32px;
    flex-wrap: wrap;

}

.booking-image-container {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.booking-image {
    width: 100%;
    border-radius: 5px;
}

.booking-header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

@media (max-width: 767px) {
    .booking-header-body {
        flex-direction: column;
        align-items: stretch;
        padding-right: 20px;
    }

    .booking-image-container {
        width: 100%;
    }

    .booking-header-text {
        width: 100%;
        margin-top: 20px;
    }
}

.inst-conf {
    margin-top: 10px;
}

.inst-conf-icon {
    vertical-align: middle;
}

.booking-review {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.booking-product-icon {
    margin-top: 10px;
}

.booking-product-icon-image {
    max-height: 15px;
    margin-right: 5px;
    vertical-align: bottom;
}

.booking-product-icon-text {
    cursor: default;
}

.contact-details {
    color: var(--primary);
}

.toogle-terms {
    margin-bottom: 20px;
}

.btn-orange:hover,
.btn-orange-tall:hover {
    opacity: 0.72;
}

.btn-blue,
.btn-blue-tall {
    background: var(--primary);
    border: 0;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 18px;
    min-width: 142px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-orange-tall,
.btn-blue-tall {
    line-height: 46px;
}

/* .btn-gift{
  background: #2ECC71;
  border: 0;
  font-size: 18px;
  line-height: 46px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0 18px;
  min-width: 142px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;

} */

/* .btn-gift:hover{
  background:#16B358;
} */

.btn-blue:hover,
.btn-blue-tall:hover {
    opacity: 0.72;
}

/* - - - - - Highlight SPOT - - - - - - - */

.layout-display {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
    text-align: center;
}

.layout-poppin {
    opacity: 1;
    visibility: visible;
}

.layout-display-center {
    max-height: 98%;
    max-width: 98%;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.layout-display-center img {
    height: auto;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.8);
    max-width: 100%;
}

.layout-caption {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    height: 36px;
}

.layout-boat {
    position: relative;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
}

.layout-boat img {
    width: 100%;
    height: auto;
}

.layout-boat-point {
    position: absolute;
    height: 24px;
    width: 24px;
    background: #729C65;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.layout-watermark {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 82px;
    background-image: url(../images/sw-watermark.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0.14;
    z-index: 10001;
    cursor: pointer;
}

/* - - - - - PRODUCT LIST PAGE - - - - - - - */
.sorting-row {
    margin: 12px 0 0 0 !important;
    margin-left: auto !important;
}

.sorting-label {
    margin: 0 10px 10px 0;
}

.sorting-select {
    border: 1px solid #9daab2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 200px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    resize: none;
    height: 36px;
    position: relative;
    background: #ffffff;
    background: url(../images/grey-dropdown.png) no-repeat top 14px right 12px #fff;
    cursor: pointer;
}

.product-list-icons {
    margin: 10px 0;
    display: flex;
    align-items: center;
    float: right;
}

.sory-by-text {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}

#sort-by {
    border: 1px solid #a5b3bb;
    color: #4c6777;
    line-height: 34px;
    height: 36px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 8px;
    width: 164px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(../images/grey-dropdown.png) no-repeat #fff;
    background-position: right 10px top 12px;
    cursor: pointer;
}

.imageMap {
    border: 1px solid white;
}

/* - - - - - PRODUCT PAGE - - - - - - - */

.cashback-product-highlight, .cashback-primary-activity {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ff9e13;
    background: white;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 9px 11px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
}

.cashback-product-highlight .cashback-icon,
.cashback-primary-activity .cashback-icon {
    width: 15px;
    height: auto;
    margin-right: 5px;
}

.cashback-product-highlight .info-icon,
.cashback-primary-activity .info-icon {
    width: 12px;
    height: auto;
    margin-left: 5px;
    margin-top: -2px;
}

.info-tooltip {
    visibility: hidden;
    width: 256px;
    background-color: rgba(101, 105, 107, 0.79);
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 7px 13px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -6px;
    font-size: 13px;
    line-height: normal;
}

.info-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 4%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(101, 105, 107, 0.79) transparent;
}

.info-icon-container {
    display: inline-block;
    position: relative;
}

.info-icon-container:hover .info-tooltip {
    visibility: visible;
}


.row-booknow-bottom .product-booknowbutton {
    margin-left: 0;
}

.product-title {
    float: left;
}

/* .pt_gc_width{
  min-width: 7.46em;
}

.pt_default_width{
  min-width: 542px;
} */

.product-booknowbutton img,
.product-checkbutton img,
.btn-gift img {
    width: 100%;
}

.button-wrapper {
    float: right;
    white-space: nowrap;
    display: inline;
}

.product-booknowbutton,
.product-checkbutton,
.btn-gift {
    margin-bottom: 4px;
    width: 177px;
    height: 44px !important;
    border-radius: 5px;
    border-style: none;
    color: #ffffff;
    font-size: larger;
    font-weight: 600;
}

.btn-gift {
    color: #54ace0;
    font-size: medium;
    font-weight: 700;

}

.product-booknowbutton:hover,
.product-checkbutton:hover,
.btn-gift:hover {
    opacity: 0.72;
}

.btn-gift {
    background-color: #fff;
    margin-left: auto;
    border: #54ace0 2px solid;
}

.product-booknowColor {
    background-color: #ff9e13;
}

.product-checkColor {
    background-color: #456e86;
}

.booking-hide-button {
    display: none !important;
}

.product-info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 0;
}

.productItemsContainer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.productDataItem {
    margin-right: 14px !important;
}

.minAgeContainer {
    margin: 0 16px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.minAgeTitle {
    font-weight: 700;
}

.minAgeNumber {
    margin-top: 7px;
}


.product-paxnumbersicon {
    background-image: url(../images/pax.png);
    background-size: 100%;
    width: 42px;
    height: 42px;
    margin: 0 16px 0 0;
}

.product-paxnumbersicontext {
    margin-top: 27px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
}

.product-nodaysicon {
    text-align: center;
    margin: 0 16px -3px 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: var(--primary);
}

.reviewSummary {
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}

.booking-header-review-summary {
    text-align: center;
    margin: 6px 0px 0px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}

.reviewSummaryPrimaryActivity {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.booking-header-review-summary {
    text-align: center;
    margin: 6px 0px 0px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
}

.reviewSummaryTopProduct {
    margin-bottom: 6px;
}

.stars-outer {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-right: 6px;
}

.stars-inner, .stars-inner-slider {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
}

.stars-inner::before, .stars-inner-slider::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ce0b;
}

.reviewSummaryLeft {
    text-align: center;
    width: 50%;
}

#overallRatingTitle {
    font-size: 19px;
    margin-bottom: 16px;
}

#numberRating {
    font-size: 21px;
    margin-bottom: 13px;
}

.reviewSummaryLeft .stars-outer {
    font-size: 29px;
}

#reviewCount {
    margin-top: 10px;
}

.reviewerStars {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ce0b;
    margin: 7px 0px;
    cursor: default;
}

.reviewerStars span {
    cursor: default;
}

.product-nodaysicondivider {
    background-color: var(--primary);
    height: 4px;
    width: 36px;
    border-radius: 2px;
}

.product-singledayicon {
    text-align: center;
    margin: 2px 16px 0 0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    color: var(--primary);
}

.product-singleday {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
}

.product-singleday span {
    display: block;
    font-size: 26px;
}

.suggested-singleday {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
}

.suggested-singleday span {
    display: block;
    font-size: 17px;
}

.from-price {
    background: #729C65;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 0 0;
    text-align: center;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
}

.product-container .from-price {
    margin-right: 8px;
}

.product-icons-block {
    float: right;
}

.bold-block h3 {
    padding-left: 0px;
    color: #5B8041;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 4px 0;
}

.departure-time-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.departure-time-text p {
    color: var(--primary);
}

.departure-time-text big {
    font-size: medium;
    color: #ff9f12;
}


.accommodation-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.accommodation-text span.price-between {
    font-size: 10px;
    color: #666;
    font-weight: 400;
}

.accommodation-text span.retail-price {
    color: #729C65;
    font-weight: 700;
    text-decoration: line-through;
}

.product-container {
    margin: 0 auto 40px auto;
}

.product-container .nav-tabs > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #62757f;
    padding: 12px 24px 12px 24px;
    line-height: 18px;
    display: block;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(83, 172, 224, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

.product-container .nav-tabs > li > a:focus,
.product-container .nav-tabs > li.active > a {
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid var(--secondary);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    color: #71c055;
}

.product-container .nav-tabs > li > a:hover {
    color: #5B8041;
    background: 0;
}

.tab-content {
    max-width: 960px;
}

.tab-content ul {
    list-style-type: disc;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 14px 0;
}

.tab-content hr {
    clear: both;
    display: block;
}

.tab-content ol {
    list-style-type: decimal;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 14px 0;
}

.tab-content big {
    color: #729C65;
    font-size: 18px;
    font-weight: 700;
}

.product-content {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

section.product-content-section {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

section.product-content-section h3 {
    transition: all 0.2s ease-in-out;
    margin: 0 0 24px 0;
    color: #729C65;
    font-size: 15px;
    font-weight: 700;
}

section.product-content-section h3:hover {
    opacity: .72;
    color: #0e4677;
    cursor: pointer;
}

section.product-content-section h3:hover .dropdown-arrow {
    opacity: 0.72;
}

.productContentHeadings {
    text-transform: capitalize;
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px !important;
    color: #729C65;
}

#reviewsHeader {
    margin-bottom: 62px;
}

.productContentHeadings::after {
    content: "";
    display: block;
    width: 32px;
    padding-top: 8px;
    /* border-bottom: 2px solid #ff9f12; */
    margin: 0 auto;
}

.readMoreHeading {
    order: 1;
}

.showLessQuick {
    display: none;
}

/* .dropdown-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: -1px;
    right: 0;
    transition: all .2s ease-in-out;
    background-color: #ff9f12;
} */

.dropdown-arrow,
.show-less-arrow {
    right: 0;
    height: 22px;
    transition: all 0.2s ease-in-out;
    margin-top: 5px;
    display: inline-block;
    margin-left: 4px;
    top: -1px;
    color: #729C65;
}

.dropdown-arrow::after,
.show-less-arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #729C65;
    top: 50%;
    margin-left: 0px;
    margin-top: 1px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    color: #729C65;
}

.show-less-arrow::after {
    transform: rotate(180deg);
}

.dropdown-arrow-open::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-content-section-dropdown {
    margin-bottom: 24px;
}

/* - - - - - BOOK NOW MODAL - - - - - - - */

.modal-dialog-checkout {
    width: 800px;
    margin: 30px auto;
}

.modal-book-now {
    background: rgba(14, 48, 86, 0.88);
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--primary);
    opacity: 1;
    font-size: 14px;
    line-height: 14px;
    z-index: 99;
    text-transform: uppercase;
}

.modal-book-now .modal-dialog {
    width: 1080px;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

.book-now-container {
    border: 1px solid #c6c6c6;
    margin: 12px 0;
    padding: 0;
    color: #666666;
    line-height: 24px;
}

.book-now-container h3 {
    line-height: 24px;
    margin: 0;
}

.book-now-container .row:nth-child(2n) {
    background: #eeeeee;
}

.book-now-container .input-sm {
    height: 32px !important;
    border: 1px solid #a5b3bb;
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
    color: #4c6777;
    text-align: center;
}

.travel-on h3 {
    line-height: 36px;
    margin: 0 12px 0 0;
    float: left;
    font-size: 20px;
}

.booking-title-check,
.booking-title-check-offline,
.booking-title-book,
.booking-title-gift {
    color: var(--primary);
    text-transform: capitalize;
    text-align: center;
    font-size: 22px;
}

.close {
    font-size: 30px;
}

.priceReview {
    border: 1px solid #c6c6c6;
    padding: 6px;
    margin-bottom: 20px;
}

.select-date-please {
    text-align: center;
}

.select-date-please p {
    font-size: 14px;
}

.select-date-please i {
    font-size: 19px;
    opacity: 0.6;
}

.priceReview h3 {
    margin-bottom: 10px;
    font-size: 15px;
}

.isAvailableLabel {
    line-height: 20px;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 16px;
    color: #5B8141;
}

.notlive-warning {
    border: 1px solid #fba1a1;
    margin: 4px 0 12px 0;
    padding: 10px 8px;
    background: #ffe9e9;
    color: #666666;
    font-size: 12px;
    line-height: 17px;
}

.notesSection {
    border: 1px solid #fba1a1;
    margin: 4px 0 12px 0;
    padding: 10px 8px;
    color: #666666;
    font-size: 12px;
    line-height: 17px;
}

.summarySmall {
    font-size: 11px;
}

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

.availNote {
    font-size: 14px;
    display: none;
}

.notesTitle {
    font-weight: 600;
}

.select-date {
    border: 1px solid #a5b3bb;
    color: #4c6777;
    line-height: 34px;
    height: 36px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 35px;
    width: 140px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    background: url(../images/calendar_icon.png) no-repeat 9px 9px;
    background-size: 17px;
}

.select-date-please {
    border: 1px solid #c6c6c6;
    margin: 12px 0;
    padding: 10px;
    color: #666666;
    line-height: 24px;
}

.select-date-please p {
    margin: 0;
}

.col-quantity {
    width: 26%;
    float: left;
    padding: 13px;
    text-align: center;
}

span {
    cursor: pointer;
}

.minus,
.plus {
    width: 36px;
    border: 2px solid var(--primary);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    color: var(--primary);
    font-weight: 900;
    font-size: 19px;
}

.number {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
    margin-top: 7px;
    display: inline-block;
    white-space: nowrap;
}

.number input {
    width: 60px;
    text-align: center;
    font-size: 26px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    pointer-events: none;
    color: var(--primary);
}

.col-info {
    width: 74%;
    float: left;
    padding: 13px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.optionPrices {
    margin-top: 8px;
    font-size: 16px;
}

.discountPriceOption {
    font-size: 13px;
}

.discountPriceOptionInner {
    font-size: 20px;
}

.retailPriceOption {
    font-weight: 100;
    margin-right: 10px;
}

.col-price {
    width: 26%;
    float: left;
    padding: 8px;
}

.col-info .new-line-span,
.col-price .new-line-span {
    display: block;
    font-size: 12px;
}

.dont-show {
    display: none !important;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px;
}

.datepicker table tr td:hover {
    background: #54acdf !important;
    text-shadow: none !important;
    color: #000 !important;
    text-decoration: underline;
}

.datepicker table tr td.active {
    background: #54acdf !important;
    color: black !important;
}

.addon-row-strip {
    margin: 24px 0 0 0;
}

.addon-formbit {
    clear: both;
    margin: 20px 0;
}

h3.addon-title {
    padding: 8px 0 6px 0;
    color: #729C65;
}

.addon-traveldate {
    padding: 0;
}

.addon-block {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-top: 12px;
    margin-bottom: 18px;
    border: 1px solid #cccccc;
}

.addon-block-info {
    padding: 8px 8px 48px 8px;
}

.addon-block:nth-of-type(4n) {
    margin-right: 0%;
}

.addon-block:nth-of-type(4n + 5) {
    clear: left;
}

.addon-block-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 60%;
}

.addon-block-title {
    font-family: "Outfit", sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #729C65;
    font-weight: 700;
    margin: 0 0 2px 0;
}

.addon-block-option {
    color: rgb(96, 115, 125);
    font-size: 14px;
    line-height: 19px;
    margin: 4px 0;
    font-weight: 600;
}

.addon-block-newprice {
    font-size: 14px;
    font-weight: 700;
    color: #5B8041;
    line-height: 21px;
    margin: 4px 0;
    text-transform: uppercase;
}

.addon-block-savings {
    font-size: 14px;
    font-weight: 700;
    color: #5B8041;
    line-height: 21px;
    margin: 4px 0;
    text-transform: uppercase;
}

.addon-block-btn {
    text-align: center;
    background: #71C055;
    border: 0;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.addon-block-btn:hover {
    opacity: 0.72;
}

/* - - - - - CONTACT MODALS - - - - - - - */

.modal-contact {
    background: rgba(14, 48, 86, 0.88);
}

.modal-contact .modal-dialog {
    width: 720px;
}

.contact-col-left {
    float: left;
    width: 50%;
}

.contact-col-right {
    float: left;
    width: 50%;
}

.modal-contact label {
    display: block;
    font-size: 14px;
    color: var(--primary);
    margin: 8px 0;
}

.modal-contact-inputs input,
.modal-contact-inputs textarea {
    border: 1px solid #9daab2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    resize: none;
    height: 36px;
}

.modal-contact-inputs textarea {
    height: 96px;
    line-height: 21px;
}

/* - - - - - BOOKING FORM / FORM STYLES - - - - - - - */
.shuttlePickupTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    color: #333;
}

.shuttlePickupTable th {
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

.shuttlePickupTable td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.shuttlePickupTable input[type="radio"] {
    margin-right: 5px;
}

.shuttlePickupTable th {
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.shuttlePickupTable tr {
    background-color: #fff;
    transition: background-color .3s ease-in-out;
}

.shuttlePickupTable tr:hover {
    background-color: #f2f2f2;
}

.shuttlePickupTable .chooseFlightTime {
    padding: 3px;
    height: 27px;
    max-width: 29px;
}

.flightTimeCell {
    vertical-align: middle;
}

.chooseFlightTime[type="radio"]:checked {
    background: url(../images/check-active.png) no-repeat center center;
}

.shuttlesToFromBtns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.shuttlesToFromBtns button {
    width: 50%;
    text-align: center;
    padding: 10px;
    border: none;
    background-color: #f1f1f1;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-top-left-radius: 5px; /* Add rounded corners to the top left and right of each tab */
    border-top-right-radius: 5px;
}

.shuttlesToFromBtns button:hover {
    background-color: #ddd;
}

.shuttlesToFromBtns button.active,
.shuttlesToFromBtns button:focus {
    background-color: #54ACE0;
    color: #fff;
    outline: none;
    font-weight: 700;
}

.tour-start-button {
    padding: 5px 10px;
    /*color: #ff9f12;*/
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    cursor: pointer;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease;

}

.tour-start-selected, .tour-start-button:hover {
    background-color: #1F1336;
    color: #ffffff;
}

.seats-display-container {
    margin-top: 20px;
}

.seats-display {
    background-color: #ffa624;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
    display: none;
}

.form-booking label {
    display: block;
    font-size: 14px;
    color: var(--primary);
    margin: 8px 0;
}

.customFieldsContainer label {
    display: inline-block;
}

.form-booking-inputs input,
.form-booking-inputs textarea {
    border: 1px solid #9daab2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    resize: none;
    height: 36px;
}

/* GIFT VOUCHER PAYMENT OPTIONS
    If class names look bad, I forgot to correct them. Remind me, Josh
*/

.middle {
    width: 100%;
    display: flex;
    /* Made by */
}

.middle input[type="radio"] {
    display: inline-block;
}

.middle input[type="radio"]:checked + .box {
    background-color: #54ace0;
}

.middle input[type="radio"]:checked + .box span {
    color: white;
}

.middle input[type="radio"]:checked + .box span:before {
    opacity: 1;
}

.box {
    float: left;
}

.middle .box {
    border: 1px solid #9eaab2;
    border-radius: 5px;
    margin-right: 20px;
    width: 220px;
    height: 120px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 900;
}

/* .middle .box:active {
	 transform: translateY(10px);
} */
.middle .box span {
    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    user-select: none;
    color: var(--primary);
}

.middle .box div {
    margin-bottom: 10px;
}

.middle p {
    color: #fff;
    font-family: "Dax", sans-serif;
    font-weight: 400;
}

.middle p a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}

.middle p span:after {
    font-family: FontAwesome;
    color: yellow;
}

.deliverytime {
    margin-top: 15px;
    font-size: 0.8em;
}

h2.checkoutProductName {
    margin-bottom: 22px;
    color: #487189 !important;
}

#errorBox,
#generalErrorBox {
    padding: 7px 0;
    background: #9caab21c;
    margin-bottom: 12px;
    text-align: center;
    border-top: red 1px solid;
}

.form-booking textarea {
    height: 96px;
    line-height: 21px;
}

.form-three-col {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.form-three-col:nth-child(3n) {
    margin-right: 0%;
}

.form-two-col {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.form-two-col:nth-child(2n) {
    margin-right: 0%;
}

.form-two-thirds {
    float: left;
    width: 65%;
}

.customFieldsWrapper {

}

.customFieldsContainer {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.customFieldsContainer div {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 2%;
}

.customFieldsContainer div:nth-child(2n) {
    width: 50%;
    margin-right: 0%;
}

.form-expiry-col {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.form-ccv-col {
    float: left;
    width: 13%;
    margin-right: 0%;
}

.form-card-type,
.form-extra-select {
    border: 1px solid #9daab2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    resize: none;
    height: 36px;
    position: relative;
    background: #ffffff;
    background: url(../images/grey-dropdown.png) no-repeat top 14px right 12px #fff;
    cursor: pointer;
}

.form-expiry-month,
.form-expiry-year {
    border: 1px solid #9daab2;
    height: 36px;
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    background: #fff;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: 600;
    padding: 8px 12px;
    background: url(../images/grey-dropdown.png) no-repeat top 14px right 12px #fff;
}

.form-expiry-month {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
}

.form-expiry-year {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.please-note {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}

@-moz-document url-prefix() {
    .form-card-type,
    .form-expiry-month,
    .form-expiry-year {
        background: #fff !important;
    }
}

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999998;
    background: rgba(255, 255, 255, 0.72);
    top: 0;
    left: 0;
    display: none;
}

.loading-active {
    display: block !important;
}

.loading-icon {
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    z-index: 99999999;
    margin-left: -20px;
    margin-top: -20px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.formHeading {
    color: var(--primary);
    margin-top: 30px;
}

.formHeading img {
    width: 37px;
    top: 4px;
}

#form-booking-validate label.error,
#form-availability-check label.error,
#form-contact-us-main label.error,
#contact-us-sidebar label.error {
    position: absolute;
    bottom: -14px;
    left: 0;
    margin: 0;
    line-height: 1;
    color: #c54a4a;
    font-size: 10px;
}

#form-booking-validate #agree2-error {
    bottom: -8px;
}

.container .booking-order {
    border: 1px solid #c7c7c7;
    font-size: 14px;
    font-weight: 700;
    color: #616161;
    line-height: 42px;
    margin: 24px 0 0 0;
    list-style-type: none;
    padding: 0;
}

.container .booking-order li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 50px;
    line-height: 23px;
}


.container .booking-order li:nth-child(2n) {
    background: #eeeeee;
}

.booking-ack-margin {
    margin-bottom: 32px;
}

.booking-left {
    /*float: left;*/
    padding-right: 16px;
    width: 58%;
    /*padding-left: 40px;*/
}

.booking-middle {
    /*float: left;*/
    /*width: 20%;*/
    margin-right: 16px;
    margin-left: 58%;
}

.booking-right {
    white-space: nowrap;
    margin-left: auto;
    /*float: left;*/
    /*width: 20%;*/
}

.booking-middleleft {
    margin-left: 0;
}

.booking-green {
    color: #568f4d;
}

.booking-pay-now {
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px 54px 0 54px;
}

.terms-and-conditions h3 {
    font-size: 14px;
    line-height: 21px;
    margin: 8px 0;
}

.terms-and-conditions p {
    font-size: 12px;
    line-height: 17px;
    margin: 8px 0;
}

.tac-block {
    border-bottom: 1px solid #cdcdcd;
    margin: 20px 0;
}

.form-booking {
    margin: 0 0 24px 0;
}

.form-booking .tac-agree {
    float: left;
    width: 28px;
    height: 28px;
    margin: 0 10px 12px 0 !important;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.terms-and-conditions-understand {
    line-height: 17px;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0 0 0;
}

.terms-and-conditions-understand span {
    top: 6px;
}

.form-booking .tac-agree[type="checkbox"]:checked {
    background: url(../images/check-active.png) no-repeat center center;
}

.form-availability {
    width: 100%;
    min-width: 500px;
}

.booking-product {
    margin: 0 0 8px 0;
}

.booking-product-image {
    display: block;
    background-position: center;
    background-size: cover;
    float: left;
    width: 296px;
    height: 192px;
    margin: 0px 24px 10px 0;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.booking-product-info {
    float: left;
}

.booking-product h3 {
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.booking-product ul {
    margin: 8px 0 8px 4px;
}

.booking-product-view {
    background-color: #5B8041;
    color: #FFFFFF !important;
    padding: 6px 8px;
    border-radius: 4px;
    display: block;
    float: left;
    text-decoration: none !important;
}

.booking-product-view:hover {
    opacity: 0.72;
}

/* - - - - - FALLBACK GALLERY - - - - - - - */

.gallery-fallback-container .gallery-fallback {
    width: 200px;
    float: right;
}

.gallery-fallback-container .gallery-fallback-content {
    float: left;
    width: 720px;
}

.gallery-fallback img {
    width: 200px;
    float: left;
}

.gallery-fallback-container .gallery-fallback-content img {
    max-width: 100%;
    height: auto !important;
}

.check-avail-container {
    border: 1px solid #c6c6c6;
    margin: 12px 0;
    color: #666666;
    line-height: 24px;
    padding: 8px;
}

.check-avail-container p {
    margin: 0;
}

/* - - - - - CATEGORY BLOCKS - - - - - - - */
.product-list-link,
.article-list-link,
.related-article-link {
    text-decoration: inherit !important;
    color: inherit !important;
}

.category-mainimg {
    float: left;
    width: 296px;
    margin: 0px 24px 10px 0;
}

.aggregate-image-thumb {
    display: block;
    width: 82px;
    height: 60px;
    float: left;
    margin: 0 4px 4px 0;
    background-size: cover !important;
}

.article-list-thumb {
    display: block;
    float: left;
    z-index: 1;
    width: 300px;
    height: 200px;
    margin: 0px 24px 10px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.read-more-img-link {
    display: block;
    float: left;
    z-index: 1;
    width: 300px;
    height: 200px;
    margin: 0px 24px 10px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.primary-activity-hero-thumb {
    width: 100%;
}

.primary-activity-thumb-container, .availability-dates-container {
    margin-right: 23px;
    margin-bottom: 10px;
    width: 300px;
    height: auto;
}

.primary-activity-text-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 1024px) {
    .primary-activity-text-container {
        flex: unset;
        width: 100%;
    }

    .primary-activity-thumb-container, .availability-dates-container {
        width: 100%;
    }

}


.read-more-link {
    font-weight: 600;
}

.lightblue:hover {
    color: var(--primary);
}

.article-mainimg {
    float: left;
    width: 296px;
    margin: 0px 24px 10px 0;
}

.article-container .left {
    float: left;
    margin: 0 24px 24px 0;
}

.article-container .right {
    float: right;
    margin: 0 0 24px 24px;
}

.article-container ul {
    list-style-type: disc;
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 14px 0;
}

.article-images {
    width: 200px;
    float: right;
    margin: 0 0 24px 40px;
}

.article-images img {
    width: 200px;
    float: left;
}

.article-container table,
.product-container table {
    margin: 20px 0;
    overflow-x: scroll;
    max-width: 100%;
    display: block;
}

.article-container table td,
.product-container table td {
    border: 1px solid #ececec;
    padding: 8px 12px;
    color: rgb(96, 115, 125);
    font-size: 14px;
    line-height: 21px;
}

.article-container ol,
.product-container ol {
    margin: 24px 0;
    list-style-type: decimal;
    padding: 0 0 0 20px;
}

/* - - - - - ARTICLES PAGE OVERRIDE - - - - - - - */
.articles-prev {
    float: right;
    font-weight: 700;
}

.articles-next {
    float: left;
    font-weight: 700;
}

/* - - - - - RELATED ARTICLE BLOCKS - - - - - - - */

.related-article-block {
    display: block;
    width: 25%;
    float: left;
    margin: 0 0 12px 0;
}

.related-article-link {
    display: block;
    margin: 0px 10px 0 0;
}

.related-article-link:hover {
    opacity: 0.72;
}

.related-article-image {
    background-color: #e4e4e4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 152px;
    margin-bottom: 6px;
}

.related-article-title {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #729C65;
    font-weight: 700;
}

/* - - - - - FOOTER BLOCKS - - - - - - - */


.footerData {
    display: flex;
    flex-direction: row;
    width: 85%;
    justify-content: space-between;
    padding-top: 22px;
    flex-wrap: wrap;
    color: #fff;
}

.acknowledgement {
    width: 45%
}

.acknowledgement p {
    color: white;
}

.mr-travel {
    background: #e5e5e5;
    text-align: center;
    height: 40px;
    line-height: 42px;
    font-size: 12px;
    color: #666666;
}

.footer-links {
    background: var(--primary);
    width: 100%;
    padding: 32px 0 8px 0;
    border-top: 2px solid #fff;
}

.footer-link-header {
    color: #ffffff;
}

.footer-link-block {
    float: left;
    margin-bottom: 18px;
}

.footer-link-block ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
}

.footer-link-block ul li a:hover {
    text-decoration: underline;
}

.footer-address {
    padding: 24px 0 24px 0;
    background: var(--primary);
}

.footer-address address {
    float: left;
    width: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
}

.footer-address address.quarter-address {
    width: 25%;
}

.footer-address a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-address a:hover {
    text-decoration: none;
}

.footer-spacer {
    background: var(--primary);
    width: 100%;
    height: 54px;
}

.insta-block {
    display: block;
    float: left;
    width: 10%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.insta-block img {
    width: 100%;
    height: auto;
    float: left;
}

.panel-previous,
.panel-next {
    display: none;
}

.loader {
    font-size: 8px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    -webkit-animation: loaderwhite 1.1s infinite ease;
    animation: loaderwhite 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes loaderwhite {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
        1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes loaderwhite {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
        1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.7),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
        -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
        1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
        2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
        1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
        0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
        -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
        -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.loaderblack {
    font-size: 8px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: loaderblack 1.1s infinite ease;
    animation: loaderblack 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 32px auto;
}

@-webkit-keyframes loaderblack {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7),
        1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ffffff,
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ffffff,
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7),
        -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ffffff,
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7),
        -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes loaderblack {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff,
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7),
        1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #ffffff,
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #ffffff,
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7),
        -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #ffffff,
        -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2),
        1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2),
        1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2),
        -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7),
        -1.8em -1.8em 0 0em #ffffff;
    }
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* -- Calendar CSS --- -*/
/* .container {
  padding-top: 120px;
  padding-bottom: 120px
} */

.datepicker input {
    padding: 22px 15px !important;
    border: 1px solid #cfd8dc !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    position: relative;
}

.datepicker input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1976d2 !important;
    outline-width: 0;
}

.fa-calendar {
    position: absolute;
    top: 13px;
    font-size: 20px;
    color: #1976d2;
    z-index: 1000;
}

#fa-1 {
    left: calc(50% - 40px);
}

#fa-2 {
    left: calc(100% - 40px);
}

.form-control-placeholder {
    position: absolute;
    top: -10px !important;
    padding: 12px 2px 0 2px;
    opacity: 0.5;
}

#end-p {
    left: calc(50% + 4px);
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 95%;
    top: 10px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

::placeholder {
    color: #bdbdbd;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bdbdbd;
}

::-ms-input-placeholder {
    color: #bdbdbd;
}

.calendar button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.fontAwesome {
    font-family: "Open Sans", "Font Awesome 5 Free", sans-serif;
}

.datepicker {
    background-color: #fff;
    border-radius: 0 !important;
    align-content: center !important;
    padding: 0 !important;
}

.datepicker-dropdown {
    top: 159px !important;
    left: calc(38.6% - 173.5px) !important;
    border-right: #1976d2;
    border-left: #1976d2;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: calc(50% - 6px) !important;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: calc(50% - 5px) !important;
    border-bottom-color: #1976d2;
}

.datepicker-dropdown.datepicker-orient-right:after {
    border-bottom-color: #1976d2;
}

.datepicker table tr td.today,
.calendar span.focused {
    color: #9c9c9c;
    background-image: linear-gradient(#fff3e0, #ffe0b2);
}

.datepicker thead tr:nth-child(1) {
    background-color: #54acdf !important;
}

.datepicker thead tr:first-child th {
    font-size: 20px;
}

.datepicker thead tr:nth-child(2) th {
    font-weight: bold !important;
    padding: 20px 10px !important;
    color: #bdbdbd !important;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    font-size: 18px;
}

.datepicker tbody tr td {
    background: #03aa6c8f;
    border-right: 1px solid white !important;
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
    font-weight: 600;
}

.datepicker tbody tr .nonLiveCell {
    background: #72cead;
}

.lowAvail {
    background-color: #f9ce67 !important;
}

.soldOut {
    opacity: 0.5;
    pointer-events: none;
    color: var(--primary);
}

.datepicker > .keyDiv {
    display: inline-block !important;
    left: 50%;
    transform: translate(-50%);
    margin: 7px 0px;
    text-align: center;
}

.table-condensed {
    width: 100%;
}

.datepicker .datepicker-months tbody tr td,
.datepicker .datepicker-years tbody tr td {
    background: white;
}

.datepicker .datepicker-months tbody tr td:hover,
.datepicker .datepicker-years tbody tr td:hover {
    background: none !important;
}

.datepicker .datepicker-months table tr td span:hover,
.datepicker .datepicker-years table tr td span:hover {
    background: #54acdf;
}

.box {
    height: 20px;
    width: 20px;
    border: 1px solid black;
    pointer-events: none;
    margin-right: 6px;
}

.lowAvailKeyDiv,
.availKeyDiv,
.notAvailKeyDiv {
    float: left;
    margin: 0 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lowAvailBox {
    background: #f9ce67;
}

.availBox {
    background: #72cfad;
}

.notAvailBox {
    background: rgb(245, 245, 245);
}

.datepicker .soldOut[title]::after
    /* .datepicker .nonLiveCell[title]::after */
{
    content: attr(title);
    display: block;
    position: relative;
    font-size: 0.49em;
    height: 1.25em;
    margin-top: -1.25em;
    text-align: right;
    text-align: center;
    margin-top: 0px;
    white-space: nowrap;
}

.datepicker .avail[title]::after,
.datepicker .lowAvail[title]::after,
.datepicker .disabled[title]::after {
    content: "";
}

.calendar {
    width: auto !important;
    font-size: 18px;
}

.calendar td a:after {
    content: "";
    display: block;
    text-align: center;
    color: Blue;
    font-size: small;
    font-weight: bold;
}

.datepicker tfoot tr:nth-child(1) th {
    padding: 10px !important;
    border-top: 1px solid #cfd8dc !important;
}

.cw {
    font-size: 14px !important;
    background-color: #e8eaf6 !important;
    border-radius: 0px !important;
    padding: 0px 20px !important;
    margin-right: 10px solid #fff !important;
}

.old,
.day,
.new {
    width: 54px !important;
    height: 48px !important;
    border-radius: 0px !important;
}

.day.old,
.day.new {
    opacity: 0.6;
}

.datepicker table tr td.disabled {
    background: #bdbdbd26 !important;
    pointer-events: none;
}

.range {
    background-color: #e3f2fd !important;
}

.prev,
.next,
.datepicker-switch {
    border-radius: 0 !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 18px;
    opacity: 0.7;
    color: #fff;
    visibility: visible !important;
}

.prev,
.next {
    font-size: 22px;
}

.prev:hover,
.next:hover,
.datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1;
}


/* PENDING FORMS ITINERARY DESIGN*/

.ititineraryTitle {
    color: var(--primary);
}

.itineraryContainerTitle {
    margin: 20px 0 !important;

}

.ititineraryContainer {
    position: relative;
}

.ititineraryContainer .travelLine {
    border-left: 2px dashed #466e87;
    height: 100%;
    position: absolute;
    left: 14px;
    top: 0;
}


.itineraryItemNumber {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.booking-product {
    display: flex;
    flex-direction: row;
}

.itineraryItemNumber .material-icons {
    font-size: 30px;
    width: 30px;
    z-index: 2;
    background-color: white;
    cursor: auto;
    color: var(--primary);
}

.itineraryItemContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 35px;
}

.travelInfoContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.travelInfoContainer .travelDate,
.travelInfoContainer .travelFareOption {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 6px 0;
    font-size: 15px;
    font-weight: 600;
    color: #456e87;
}

.travelInfoContainer .travelDate .material-icons,
.travelInfoContainer .travelFareOption .material-icons {
    margin-right: 12px;
    color: #456e87;
}


@media screen and (max-width: 726px) {
    .datepicker-dropdown.datepicker-orient-right:before {
        right: calc(50% - 6px);
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: calc(50% - 5px);
    }
}

/* -- END Calendar CSS --- -*/

/* Feedback form */

#feedbackBox {
    border: 1px solid #c7c7c7;
    padding: 24px;
    margin-top: 21px;
    text-align: center;
}

#feedbackBoxTitle h3 {
    font-size: 18px;
    margin-bottom: 19px;
    display: inline-block;
    font-weight: 700;
}

.feedbackBoxHeading {
    margin-bottom: 12px;
    margin-top: 20px;
}

.starInput,
.ratingStar,
.reviewRatingStar {
    cursor: pointer;
}

.feedbackBoxHeading h3 {
    font-size: 16px;
}

.ratingStar i,
.reviewRatingStar i {
    font-size: 26px;
    color: #f0cf4d;
    margin: 0 2px;
}

.reviewRatingStar i {
    font-size: 30px;
}

.feedbackFormDesc {
    width: 100%;
    margin: 20px 0;
}

.feedbackFormSubmit {
    padding: 13px 0;
    width: 200px;
}

/* AMENETIES TABLE */

.amenitiesTable {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    font-weight: 600;
}

.amenitiesTable svg {
    vertical-align: middle;
    width: 25px;
    height: auto;
    margin-right: 15px;
}

.amenitiesTable span {
    vertical-align: bottom;
    cursor: default;
    margin-right: 15px;
}

.amenitiesTable td:nth-child(1) {
    border: none !important;
    padding-left: 0px;
}

.amenitiesTable td:nth-child(2),
.amenitiesTable td:nth-child(3) {
    border: none !important;
    padding-left: 40px;
}

/* REVIEW PAGE */

#reviewImage {
    margin-right: 27px;
    width: 220px;
    border-radius: 10px;
}

.review-product {
    display: flex;
    flex-direction: row;
    margin-top: 25px !important;
}

#reviewImgDesc {
    margin-top: 16px;
}

.reviewStarRatings {
    text-align: center;
    margin: 20px 0;
}

#reviewTotalCount:hover {
    text-decoration: underline;
}

.reviewEmail {
    font-size: 15px;
}

.reviewSummaryContainer {
    display: flex;
    justify-content: space-around;
}

.reviewCommentContainer {
    color: var(--primary);
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 1px;
}

.reviewDate {
    font-weight: 500;
    font-size: 12px;
}

#reviewsShowMoreBtnContainer {
    text-align: center;
    margin-top: 20px;
}

/* Three column layout */
.review-table-column {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.middle {
    float: left;
    width: 70%;
    margin-top: 10px;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.reviews-row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 0%;
    height: 18px;
    background-color: #f8ce0b;
}

.bar-4 {
    width: 0%;
    height: 18px;
    background-color: #f8ce0b;
}

.bar-3 {
    width: 0%;
    height: 18px;
    background-color: #f8ce0b;
}

.bar-2 {
    width: 0%;
    height: 18px;
    background-color: #f8ce0b;
}

.bar-1 {
    width: 0%;
    height: 18px;
    background-color: #f8ce0b;
}

.reviews-summary-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 0.4fr;
    width: 50%;
}

.text-cell {
    text-align: center;
}

/* Books/Article page */

#categoryList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 11px;
}

.categoryBox {
    display: inline-block;
    padding: 9px 16px;
    background-color: #efefef;
    margin: 10px 9px 10px 0px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--primary);
    border: 1px solid transparent;
}

.readMoreArticlesBtn:hover {
    color: black;
    border: 1px solid #71c055;
}

.readMoreArticlesBtn {
    width: fit-content;
    margin: 0px;
}

.articleDisplayImg {
    width: 100%;
    height: 290px;
}

.selectedCategoryBox {
    background-color: #779e6a;
    color: white;
}

.pageNumWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pageNum {
    padding: 7px 10px;
    border: 1px solid #a7b1b6;
    margin: 0px 9px;
    font-size: 15px;
    color: #54acdf;
}

.pageNumDots {
    align-self: flex-end;
    font-size: 18px;
    margin: 0 9px;
}

.currentPageNum {
    background: #54acdf;
    color: white;
}

#browseOlderStr {
    text-align: center;
    margin-bottom: 15px;
}

.categoryTitle {
    color: #193D0D;
    font-size: 18px;
}

.articleWrapper {
    display: flex;
    flex-direction: column;
    width: 46%;
    margin: 23px 0;
}

.articlesSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newArticle {
    font-weight: 600;
    color: #71c055;
    border: 1px solid #71c055;
    padding: 3px 7px;
    display: none;
    width: fit-content;
    margin-bottom: 20px;
}

.dateModified {
    font-size: 11px;
}

.authorContainer {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.authorText {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.authorName {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 2px;
}

.authorIcon {
    width: 43px;
    margin-right: 9px;
    border-radius: 50%;
    border: 1px solid var(--primary);
}

.dateModifiedOnArticle {
    font-size: 11px;
    margin: 5px 0;
}

.articleWrapper:nth-of-type(-n + 2) .newArticle {
    display: block;
}

.copyBtn {
    position: absolute;
    right: 33px;
    position: absolute;
    right: 33px;
    font-size: 19px;
    color: #71C055;
    cursor: pointer;
}

/* SUGGESTED PRODUCTS SECTION */

section.suggested-products-section {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

section.suggested-products-section-articles {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

section.thank-you-suggested {
    margin-top: 40px;
}

#suggestedProductsTitleArticles {
    font-size: 16px;
    text-align: left;
    margin-top: 0px;
}

#suggestedProductsTitle {
    font-size: 20px;
    text-align: left;
    margin-top: -16px;
}

.suggestedProductTitle {
    height: unset;
    min-height: 53px;
    margin-bottom: 18px;
    /* margin-top: 20px; */
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.suggestedProductPriceFlex {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.suggestedProductPricingFlex {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.suggestedProductInfo p {
    font-size: 14px;
}

.suggestedProductPrice p {
    font-size: 13px;
}

#suggestProductDiscount p {
    font-size: 18px;
}

#suggestedProductRetailPrice {
    margin-left: auto;
}

.suggestedProductPaxIcon {
    width: 35px;
    height: 35px;
}

.suggestedProductnodaysicondivider {
    height: 2px;
    width: 30px;
}

.suggestedProductnodaysicon {
    font-size: 15px;
    line-height: 19px;
}

.suggestedProductPaxIconText {
    margin-top: 23px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
}

.suggested-boat-block-panel {
    display: flex !important;
    width: 100% !important;
    height: 100%;
}

.suggested-boat-block-panel .deal-ribbon {
    display: table-cell;
}

.suggested-products {
    margin-bottom: 35px;
}

.swiper-slide img {
    display: inline-block !important;
}

.suggestedProductInfo img {
    width: auto;
    height: auto;
}

.unBoldDesc img {
    width: 13px !important;
    height: 13px !important;
}

.suggestedProductReviewSummary {
    margin-left: 0px;
    margin-top: 0px;
}

.suggestedProductRatingText {
    display: inline-block;
    margin-top: 10px;
}

.suggested-product-link {
    width: 100%;
}

.suggested-product-link {
    text-decoration: none !important;
}

/*
.suggested-product-link:hover{
  text-decoration: underline !important;
} */

.swiper-button-next,
.swiper-button-prev {
    top: 46% !important;
    background-image: url("//mr-travl.com/img/content/2464/arrow_slider.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px;
    width: 43px !important;
    height: 43px !important;
    z-index: 3 !important;
    opacity: 0.8;
}

.site-swiper-button-next,
.site-swiper-button-prev {
    top: 46% !important;
    background-image: url("//mr-travl.com/img/content/2464/arrow_slider.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px;
    width: 43px !important;
    height: 43px !important;
    z-index: 3 !important;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    margin-top: -22px;
}


.date-box-container .swiper-button-next,
.date-box-container .swiper-button-prev {
    top: 64% !important;
    background-size: 23px;
    width: 23px !important;
    height: 23px !important;
}

.date-box-container .swiper-button-prev {
    left: 0px !important;
}

.date-box-container .swiper-button-next {
    right: 0px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

.site-swiper-button-next:hover,
.site-swiper-button-prev:hover {
    opacity: 1;
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.site-swiper-button-next::after,
.site-swiper-button-prev::after {
    display: none;
}

.swiper-button-prev {
    left: 2px !important;
}

.swiper-button-next {
    right: 2px !important;
}

.site-swiper-button-prev {
    left: 2px !important;
}

.site-swiper-button-next {
    right: 2px !important;
}

.mySwiper,
.mySwiper2,
.mySwiper3 {
    width: 95% !important;
}

.swiper-button-next-unique {
    background-image: "//mr-travl.com/img/content/2464/arrow_slider.png";
}

.affiliateBookingFormLogo {
    width: 7rem;
    height: auto;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.promoCode, .couponCode {
    margin-top: 20px;
}

.form-booking-inputs .promoInput, .form-booking-inputs .couponInput {
    width: 250px;
    padding: 10px;
    height: 34px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #0e4676;
}

.promoEnterButton, .couponEnterButton {
    background-color: #0E4676;
    color: white;
    padding: 11px 20px;
    border-radius: 0 5px 5px 0;
    border: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.promoCodeApplied, .couponCodeApplied {
    margin-right: 10px;
    width: fit-content;
    padding: 13px 14px;
    background: #e7e7e7a8;
    margin-top: 15px;
    border-radius: 4px;
    font-weight: 600;
    color: var(--secondary);
}

.promoCodeAppliedText, .couponCodeAppliedText {
    margin-left: 5px;
}

/* SUGGESTED PRODUCT SLIDER */

.paSwiper {
    width: 300px;
    min-width: 100%;
    overflow: unset !important;
    overflow-x: clip !important;
}

.swiper-wrapper-pa {
    display: flex;
}


.swiper {
    width: 100%;
    height: 100%;
    overflow: unset !important;
    overflow-x: clip !important;
}

.site-swiper {
    width: 100%;
    height: 100%;
    overflow: unset !important;
    overflow-x: clip !important;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* REVIEWS MODAL POPUP */

/* The Modal (background) */
.reviewProduct {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#leaveAReviewForm {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviewFormTitles {
    text-align: center;
}

.ratingTitle {
    font-weight: 200;
    font-size: 19px;
}

.reviewFormInputs {
    width: 77%;
}

.reviewDiv {
    text-align: center;
    margin: 10px 0;
}

.reviewFormInputs input {
    width: 100%;
    padding-bottom: 4px;
    font-size: 17px;
    border-bottom: var(--primary) 1px solid;
    margin: 15px 0;
}

.reviewFormInputs input[type="date"] {
    height: 100%;
    background-color: white;
    text-align: left !important;
}

.reviewFormInputs textarea {
    width: 100%;
    height: 101px;
    margin: 13px 0;
    resize: none;
    font-size: 16px;
}

.reviewFormInputs input:focus-visible {
    outline: none;
    border-bottom: #ff9f13 1px solid;
}

.reviewFormButtonRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.reviewFormButtonRow button {
    width: 100px;
    margin: 0 9px !important;
}

/* Modal Content */
.modal-content-review {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.leaveReviewBtn {
    text-align: center;
    margin-top: 10px;
}

.leaveReviewBtn a {
    font-size: 16px;
    margin-left: 10px;
    color: #729C65;
}

.leaveReviewBtn a:hover {
    color: #ff9e13;
}

.leaveReviewBtn i {
    font-size: 21px;
    color: #71c055;
}

.formPostSub {
    text-align: center;
    display: none;
    margin: 30px 0;
}

.formPostSub i {
    color: #71c056;
    font-size: 7rem;
}

.formPostSub h2 {
    margin: 19px 0;
    font-size: 25px;
}

#finishReviewBtn {
    margin: 39px 0 !important;
}


/* 404 page */
.notFoundSection {
    margin-top: 2rem;
}

.notFoundInfo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.notFoundInfo .flexSpacing {
    margin-bottom: 40px;
}

.notFoundInfo .notFoundTitle {
    color: var(--primary);
    font-size: 5rem;
    line-height: 5rem;
}

.notFoundInfo h2 {
    color: var(--primary);
}

.notFoundInfo img {
    max-width: 473px;
    height: 420px;
}

.notFoundInfo p {
    font-weight: 500;
    font-size: 1.3rem;
}

.notFoundInfo .helpfulLinksContainer p {
    font-size: 1.1rem;
}

.notFoundInfo .helpfulLinksContainer {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.notFoundInfo .helpfulLinksContainer .helpfulLinks {
    background: var(--primary);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding: 16px 0;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin-top: 17px;
}

.notFoundInfo .helpfulLinksContainer .helpfulLinks:hover {
    opacity: 0.8;
}


.iti__country-list {
    padding: 0 !important;
    list-style: none !important;
    overflow: scroll !important;
}

.iti {
    width: 100% !important;
}

/* Frequently Asked Questions */
.faqContainer {
    display: flex;
    flex-direction: column;
    margin: 39px 5px;
}

.faq {
    cursor: pointer;
    font-size: 1.3rem;
    margin-bottom: 9px;
    padding: 14px 13px;
    border-bottom: 1px solid #dfe0df;
}

.faq-question {
    color: var(--primary);
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    line-height: normal;
}

.faq-answer {
    margin-top: 16px;
    margin-bottom: 1px;
    font-size: 15px;
}

details summary::-webkit-details-marker {
    display: none;
}

.shuttlesUpsell {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.shuttlesUpsell .shuttlesImage {
    border-radius: 3px;
    width: 100%;
    max-height: 260px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
}

.shuttlesUpsell .shuttlesImage:hover {
    opacity: 0.9;
    cursor: pointer;
}


.date-box-container {
    margin: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.date-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 18px;
    margin: 0 5px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    font-size: 0.9em;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

.date-box-unavailable {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.4;
}

.date-box:hover {
    border: 1px solid #FF9F12;
}

.date-box-label {
    font-size: 12px;
    text-transform: uppercase;
}

.date-box-date {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
}

.highlight-date {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-color: #007BFF;
    color: white;
    text-align: center;
    /* padding: 2px 8px; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.75em;
    white-space: nowrap;
}

.available-text-title {
    font-weight: 600;
    margin: 0;
    color: var(--accent);
    font-size: 14px;
    text-align: center;
}

.availability-btn {
    padding: 11px 21px;
    background: white;
    color: var(--primary) !important;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid var(--primary);
    font-size: 15px;
    margin: 6px 0;
}

.availability-btn i {
    margin-left: 6px;
    font-size: 15px;
}

.icon-highlight-container, .icon-highlight-container-product {
    margin: 4px 0;
}

.icon-highlight-image {
    margin-right: 9px;
    width: 16px;
    height: 15px;
}

.icon-highlight-text {
    font-size: 12px;
    font-weight: 700;
}

.all-icons-product-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    width: 100%;
}

.icon-highlight-container-product {
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    width: fit-content;
    margin-right: 9px;
}

.icon-highlight-container-product .icon-highlight-text {
    font-size: 14px;
}

.icon-highlight-container-product .icon-highlight-image {
    width: 18px;
    height: 17px;
}


.icon-button {
    display: flex;
    align-items: center;
}

.icon-button i {
    margin-right: 2px;
}

.frontpage-categories-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Create 3 columns */
    gap: 20px; /* Space between the boxes */
    margin: 0 7px 1rem 7px;

}

.frontPageCategoryButton {
    width: 100%;
    position: relative;
    aspect-ratio: 2.4 / 2;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 250px rgb(25 60 13 / 26%);


}

.frontPageCategoryButton::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--roaver-color-primary-transparent-lower);
    transition: background-color 0.4s ease-in-out;
    border-radius: 10px;
}

.frontPageCategoryButton:hover::after {
    background: var(--roaver-color-primary-transparent);
}

.frontPageCategoryButton.active::after {
    background: var(--roaver-color-primary-transparent);
    /*box-shadow: inset 0 0 0 250px rgba(206, 112, 36, 0.6); !* Optional: to match the box-shadow *!*/
}

.frontPageCategoryButton h3, .frontPageCategoryButton p {
    position: absolute;
    left: 50%;
    width: 85%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: white;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    transition: all 0.4s ease-in-out;
}

.all-tours-button-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 10px 40px 10px;
}

.all-tours-button {
    position: relative;
    z-index: 1;
    padding: 5px 20px;
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    background-color: white;
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.all-tours-button:hover {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.all-tours-button-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.categoryTitle {
    font-size: 2.3rem;
    top: 50%;
    line-height: 3.2rem;
    z-index: 2;
}

.categoryDescription {
    font-size: 1.5rem;
    line-height: normal;
    opacity: 0;
    top: 100%;
    transform: translateY(-100%) translateX(-50%);
    z-index: 2;
}

.frontPageCategoryButton:hover .categoryTitle {
    opacity: 0;
    top: 0%;
    transform: translateY(0%) translateX(-50%);
}

.frontPageCategoryButton:hover .categoryDescription {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.contact-boxes-container {
    margin: 15px 0 27px 0;
}

.current-category-title-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: var(--primary);
}

.current-category-title-container .categorySubTitle {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.current-category-title-container .currentCategoryTitle {
    font-size: 2.3rem;
}

.contact-box {
    min-height: 260px;
    width: 31.5%;
    margin: 0 4px;
    padding: 20px;
    /*border: 1px solid #FF9F12;*/
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contact-box i {
    font-size: 3rem;
    margin-bottom: 11px;
    color: var(--primary);
}

.contact-box h2 {
    margin: 6px 0;
    color: var(--primary);
}

.contact-box p {
    margin-bottom: 7px;
}

.contact-box h3 {
}

/*.phone-input-container .phone-input{*/
/*  border-left: none;*/
/*  border-top-left-radius: unset;*/
/*  border-bottom-left-radius: unset;*/
/*}*/


/* - - - - - CLEARS - - - - - - - */

.container:after,
.content:after,
.row:after,
.rightcol:after,
.search-sort-section:after,
.sort-day-bar:after,
.hammo_galleryImage:after,
.nav-tabs:after,
.general-info-gallery:after,
.travel-on:after,
.booking-order li:after,
.gallery-fallback-container:after,
.mobile-panel-mask:after,
#SearchResults:after,
.booking-order li:after,
.booking-product:after,
.article-container:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media only screen and (max-width: 480px) {
    .homepage-buttons {
        display: block;
        float: none;
        margin: 0 auto 18px auto;
        width: 320px;
        height: 160px;
        max-width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-card-type,
    .form-expiry-month,
    .form-expiry-year {
        background: #fff !important;
        background-image: none !important;
    }

    select {
        background: #fff !important;
        background-image: none !important;
    }
}

@media only screen and (max-width: 900px) {
    .categoryTitle {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
}

@media only screen and (max-width: 767px) {
    html,
    body {
        min-width: 320px;
    }

    h1 {
        font-size: 33px;
        /* line-height: 44px; */
    }

    p {
        margin: 0 0 8px 0;
    }

    .container {
        width: 100%;
    }

    .mobile-container {
        width: 300px;
        margin: 0 auto;
    }

    .force-right-col .content {
        float: none !important;
    }

    .force-right-col .rightcol {
        float: none !important;
    }

    .row-bottom-border {
        padding-bottom: 8px;
    }

    .getkudos_widget_Widget {
        display: none !important;
    }

    .row-margin h2 {
        margin: 8px 0 0 0;
    }

    nav {
        display: block;
        position: absolute;
    }

    .banner-cta {
        position: absolute;
        background: rgba(255, 160, 0, 0.9);
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
        display: block;
        padding: 6px 10px;
        text-align: center;
        height: auto;
        bottom: initial;
        max-width: 90%;
        left: 5%;
        bottom: 4px;
    }

    .banner-subpage {
        height: 180px;
        margin: 0 0 12px 0;
        background-image: url(../images/mobile-banner.jpg);
    }

    .banner-cta:after {
        display: none;
    }


    .bannerTitle {
        font-size: 17vw;
        line-height: 14vw;
    }

    .bannerSubtitle {
        font-size: 4vw;
    }

    .totalReviewCount .starIcons {
        font-size: 3.5vw;
    }

    .totalReviewCount {
        font-size: 3vw;
    }

    ul.tab-list > li {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 0;
    }

    ul.tab-list > li > span {
        display: block;
    }

    .AboutUsMainBlockIcon {
        float: none;
    }

    .row-margin {
        margin: 0 10px 12px 10px;
    }

    .sorting-row {
        margin: 8px 0 0 0 !important;
        clear: left;
        display: block;
    }

    .container .content {
        width: 100%;
        float: none;
        margin: 0 auto 32px auto;
    }

    .container .rightcol {
        float: none;
        width: 100%;
        margin: 0 auto 18px auto;
    }

    input.btn-orange,
    input.btn-orange-tall,
    input.btn-blue,
    input.btn-blue-tall {
        width: 100%;
    }

    .homepage-text h1 {
        font-size: 14px;
        font-weight: 700;
        color: var(--primary);
        line-height: 19px;
        margin-bottom: 4px;
    }

    .homepage-text {
        max-height: 86px;
        overflow: hidden;
    }

    .intro-read-more {
        margin: 4px 0;
    }

    .intro-expand {
        max-height: none;
        overflow: visible;
    }

    .boatblock-sectionhead h3 {
        font-size: 21px;
        line-height: 21px;
        font-weight: 700;
        text-align: center;
        justify-content: center;
        /* width: 100%; */
        display: flex;
    }

    #more,
    #reviews {
        margin: 0 10px;
    }

    /* - - - - - - - - NEW FRONT PAGE MOBILE OVERRIGHT */
    .boatblock-sectionhead {
        margin: 0 10px 8px 10px;
    }

    .frontpage-boat-main {
        margin: 0 0 32px 0;
    }

    .frontpage-boat-block-panel {
        display: flex;
        flex-grow: 1;
        background: rgba(255, 255, 255, 1);
        /* float: left; */
        /* width: calc(100vw - 106px); */
        /* max-width: 300px; */
        /* margin-right: 10px; */
        width: 47%;
        margin: 2% 1%;
        text-decoration: none;
        padding: 0;
        /* height: 100%; */
        position: relative;
    }

    a:hover .frontpage-boat-block-img {
        background-size: 100% 100%;
    }

    .frontpage-boat-block-img:after {
        display: none;
    }

    .frontpage-boat-block-panel a.frontpage-boat-block {
        margin: 0;
    }

    .frontpage-boat-block {
        overflow: hidden;
    }

    .frontpage-boat-row > .frontpage-boat-block-panel:first-of-type {
        /* margin-left: 10px; */
    }

    .deal-ribbon {
        font-size: 14px;
    }

    .contactus-info ul {
        padding: 0;
        list-style-type: none;
    }

    .contactus-info {
        text-align: center;
        margin: 0 10px 24px 10px;
    }

    .faq-block {
        max-width: 300px;
        margin: 0 auto;
        border: 0;
        margin-bottom: 18px;
    }

    .rhs-emailblock {
        margin: 0 10px 18px 10px;
    }

    .rhs-articles {
        margin: 0 10px 18px 10px;
        text-align: center;
    }

    .rhs-history {
        margin-bottom: 18px;
        margin: 0 10px;
    }

    .news_items {
        margin: 0 10px 18px 10px;
    }

    .external-sites {
        margin: 0 10px 18px 10px;
        text-align: center;
    }

    .external-sites {
        margin: 0 10px 18px 10px;
        text-align: center;
    }

    .external-sites .external-site {
        max-width: 100%;
    }

    .history-image {
        padding-top: 64%;
    }

    .mr-travel {
        height: auto;
        background: #e5e5e5;
        text-align: center;
        line-height: 21px;
        font-size: 12px;
        color: #666666;
        border-bottom: 2px solid #fff;
        padding: 8px 10px;
        margin: 24px 0 0 0;
    }

    .footerData {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .acknowledgement {
        width: 100%;
    }


    .footer-address address.quarter-address {
        float: none;
        width: 100%;
        padding: 0 10px;
        margin: 12px 0;
        color: #ffffff;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }

    .payment_images {
        margin-left: 0px !important;
    }

    .ContactUs-Menu {
        margin: 0 0 12px 0;
        border-top: 2px solid #dedede;
        border-bottom: 2px solid #dedede;
        padding: 12px 0 4px 0;
    }

    .form-booking {
        margin: 0 10px 24px 10px;
    }

    .form-booking-inputs {
        margin: 0 10px;
    }

    .sort-day {
        float: none;
        width: 100%;
        padding: 0;
        border-right: 0;
    }

    .sort-pricepax {
        float: none;
        width: 100%;
        padding: 0;
    }

    .sort-day-bar div,
    .sort-price-pax-bar div {
        font-size: 12px;
    }

    #SearchResults .panel {
        width: 100%;
        float: none;
    }

    .modal-contact .modal-dialog,
    .modal-dialog-checkout {
        width: 300px;
        left: 50%;
        margin-left: -150px;
        top: 52px;
    }

    .checkout_buttons {
        margin-top: 20px;
        float: none !important;
        text-align: center;
    }

    .contact-col-left,
    .contact-col-right {
        float: none;
        width: 100%;
    }

    .form-three-col {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .agg-thumbs {
        display: none;
    }

    .lightblue {
        float: none;
    }

    .product-icons-block {
        float: left;
        clear: left;
        margin: 8px 0 0 0;
    }

    .product-nodaysicon {
        float: left !important;
        margin: 1px 8px 0 0;
        font-size: 16px;
        line-height: 21px;
    }

    .product-nodaysicondivider {
        background-color: var(--primary);
        height: 4px;
        width: 32px;
        border-radius: 2px;
    }

    .product-paxnumbersicon {
        background-image: url(../images/pax.png);
        background-size: 100%;
        width: 42px;
        height: 42px;
        margin: 0 8px 0 0;
        float: left !important;
    }

    .product-paxnumbersicontext {
        margin-top: 26px;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        color: #ffffff;
    }

    .product-singledayicon {
        float: left !important;
        margin: 4px 8px 0 0;
    }

    .product-singleday {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
    }

    .product-singleday span {
        display: block;
        font-size: 26px;
        line-height: 26px;
    }


    .suggested-singleday {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
    }

    .suggested-singleday span {
        display: block;
        font-size: 17px;
    }

    .articleWrapper {
        width: 100%;
    }

    .article-images {
        width: 100%;
        float: none;
        margin: 0 0 8px 0;
    }

    .article-images img {
        width: 100%;
        float: none;
        display: none;
    }

    .article-images img:nth-of-type(1) {
        display: block;
    }

    .related-article-block {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 18px 0;
    }

    .contact-us-form {
        width: 100%;
        min-width: 0;
    }

    .form-two-col {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .contact-us-form .contact-page-inputs {
        margin: 0;
    }

    .contact-page-inputs input,
    .contact-page-inputs textarea {
        margin: 0 0 8px 0;
    }

    #contact-us-sidebar .row-margin {
        margin: 0;
    }

    #contact-us-sidebar input,
    #contact-us-sidebar textarea,
    #contact-us-sidebar select {
        margin: 0 0 8px 0;
    }

    #form-booking-validate label.error,
    #form-availability-check label.error,
    #form-contact-us-main label.error,
    #form-booking-validate label.error,
    #contact-us-sidebar label.error {
        bottom: -4px;
        font-size: 8px;
    }

    ul#tabs {
        margin: 0;
    }

    .cashback-product-highlight {
        top: 9px;
        left: 21px;
    }


    .info-tooltip {
        margin-left: -110px;
    }

    .info-tooltip::after {
        left: 44%;
    }

    .product-title {
        float: none;
        margin: 0 0 13px 0;
        text-align: center;
    }

    .button-wrapper {
        float: none;
    }

    .product-booknowbutton,
    .product-checkbutton,
    .btn-gift {
        float: none !important;
        margin: 4px 0 0px 0;
        display: block;
        font-size: 14px;
    }

    .product-booknowbutton img,
    .product-checkbutton img,
    .btn-gift img {
        height: 40px !important;
        width: 165px;
    }

    .product-booknowbutton,
    .product-checkbutton,
    .btn-gift {
        height: 46px;
        width: 100%;
    }

    .product-container {
        float: none;
        margin: 0 auto;
    }

    .departure-accomm .departure-times {
        float: none;
        width: 100%;
    }

    .departure-accomm .accommodation-type {
        float: none;
        width: 100%;
    }

    .departure-time-text {
        line-height: 21px;
        margin: 0 0 4px 0;
    }

    .departure-time-text:last-of-type {
        margin: 0;
    }

    .accommodation-text {
        margin: 0 0 4px 0;
        font-size: 14px;
        line-height: 21px;
    }

    .accommodation-text:last-of-type {
        margin: 0;
    }

    .accommodation-text span.price-between {
        display: block;
        font-size: 10px;
        line-height: 21px;
    }

    .departure-accomm:before {
        display: none;
    }

    .departure-accomm .accommodation-text {
        margin-left: 0;
    }

    .product-container .nav-tabs > li > a {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 10px;
    }

    .tab-content img {
        width: 100% !important;
        height: auto !important;
    }

    .product-container .youmayalsolike {
        width: 100%;
        float: none;
        margin: 0 0 18px 0;
    }

    .modal-book-now .modal-dialog {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }

    .modal-book-now .modal-body {
        padding: 24px 10px 10px 10px;
    }

    .close {
        top: 10px;
        right: 10px;
    }

    .book-now-container .input-sm {
        font-size: 14px;
    }

    .col-quantity {
        width: 39%;
    }

    .col-info {
        width: 61%;
        text-align: center;
        font-size: 16px;
    }

    .col-price {
        font-size: 12px;
        line-height: 17px;
        padding: 2px;
    }

    button#btn_CheckAvailability,
    button#btn_BookNow {
        margin: 8px 0;
    }

    .form-availability {
        margin: 0 0 24px 0;
        width: 100%;
        display: block;
        min-width: 0;
    }

    #form-availability-check input,
    #form-availability-check textarea {
        margin: 0 0 8px 0;
    }

    #form-availability-check .row-margin {
        margin: 0;
    }

    .mob-margin {
        margin: 0 10px;
    }

    #form-booking-validate input,
    #form-booking-validate textarea,
    #form-booking-validate select {
        margin: 0 0 8px 0;
    }

    #form-booking-validate .row-margin {
        margin: 0;
    }

    .form-expiry-col {
        width: 100%;
        margin-right: 0;
    }

    .form-ccv-col {
        width: 50%;
        margin-right: 0;
    }

    .container .booking-order li {
        padding: 6px 10px;
    }

    /*.booking-left {*/
    /*  !*float: left;*!*/
    /*  !*width: 50%;*!*/
    /*  width: 35%;*/
    /*  padding: 4px 16px 0 10px;*/
    /*  white-space: nowrap;*/
    /*  overflow: hidden;*/
    /*  text-overflow: ellipsis;*/
    /*}*/
    .booking-left {
        width: 35%;
        padding: 4px 16px 0 10px;
        /*white-space: nowrap;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*position: relative;*/
    }


    /*.underlined {*/
    /*  text-decoration: underline;*/
    /*  text-decoration-color: #0b4877;*/
    /*}*/
    .booking-middle {
        margin-left: 35%;
        /*padding: 4px 0;*/
    }

    .booking-middleleft {
        margin-left: 0;
        /*padding: 4px 0;*/
    }

    .booking-right {
        /*float: left;*/
        /*width: 20%;*/
        /*padding: 4px 0;*/
    }

    .container .booking-order {
        font-size: 12px;
        line-height: 17px;
    }

    .booking-pay-now {
        font-size: 12px;
        line-height: 17px;
        padding: 9px 14px 0 14px;
    }

    .terms-and-conditions-understand p {
        float: right;
        width: 260px;
        margin: 0;
    }

    .terms-and-conditions-understand input#agree2 {
        margin: 8px 0 0 0;
    }


    #form-booking-validate #submit {
        font-size: 14px;
        float: none !important;
        margin: 8px 0;
    }

    .panel-previous {
        display: block;
        position: absolute;
        top: 60px;
        left: -32px;
        height: 64px;
        width: 64px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.6);
        background-image: url("../images/mobile-frontpage-arrow-left.png");
        background-repeat: no-repeat;
        background-position: 34px 14px;
        z-index: 999;
        text-indent: -10000px;
    }

    .panel-next {
        display: block;
        position: absolute;
        top: 60px;
        right: -32px;
        height: 64px;
        width: 64px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.6);
        background-image: url("../images/mobile-frontpage-arrow.png");
        background-repeat: no-repeat;
        background-position: 12px 14px;
        z-index: 999;
        text-indent: -10000px;
    }

    .review-block {
        float: none;
        width: 100%;
        margin: 0px;
        clear: both;
    }

    .review-block:nth-of-type(2n + 2) {
        margin-right: 0;
    }

    .review-block:nth-of-type(2n + 3) {
        clear: both;
    }

    /* .col-quantity {
width:16%;
} */
    .number input {
        font-size: 24px;
        width: 32px;
    }

    .minus,
    .plus {
        width: 36px;
        font-size: 16px;
    }

    .discountPriceOption {
        display: block;
    }

    .isAvailableLabel {
        text-align: center;
    }

    /* .col-info {
width:48%;
} */
    .col-price {
        width: 36%;
    }

    .gallery-fallback-container .gallery-fallback-content {
        float: none;
        width: 300px;
    }

    .gallery-fallback {
        display: none;
    }

    .company-family,
    .btn-boatblock-viewmore,
    .boatblock-viewmore,
    .ContactUs-Main {
        display: none;
    }

    .article-list-thumb {
        display: block;
        width: 100%;
        height: 180px;
        float: none;
    }

    .addon-block {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 12px;
        margin-bottom: 18px;
        border: 1px solid #cccccc;
    }

    .addon-block:nth-of-type(4n) {
        margin-right: 0%;
    }

    .addon-block:nth-of-type(4n + 5) {
        clear: none;
    }

    .product-list-title,
    .article-list-title {
        font-size: 32px;
        line-height: 36px;
        float: none;
        display: block;
    }

    .product-list-icons {
        float: left;
        clear: left;
        margin: 0 0 8px 0;
    }

    a.read-more-img-link {
        float: none;
        width: 100%;
        height: 0;
        padding-top: 64%;
    }

    #contact-us-sidebar .g-recaptcha {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .banner-cta-block h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 4px 0;
    }

    .banner-cta-block p {
        font-size: 18px;
        line-height: 21px;
        margin: 0 8px 8px 8px;
    }

    input.search-top-input {
        width: 140px;
    }

    .search-top-bar {
        width: 180px;
    }

    .top-bit-phone {
        font-size: 14px;
    }

    .top-bit-phone:before {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f095    ";
    }

    header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    header,
    .header-container,
    .header-container-home {
        height: 64px;
    }

    .header-container,
    .header-container-home {
        padding: 0 10px;
    }

    .logo {
        /*width: 240px;*/
        /*height: 24px;*/
        /*background-size: 240px 24px;*/
        margin: 16px 0 0 0;
    }

    .mobile-menu-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
        height: 37px;
        width: 37px;
        border: 2px solid rgb(96, 115, 124);
        background: 0;
        border-radius: 4px;
        padding: 0;
        margin: 0;
        outline: 0;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 6px auto;
        background: rgb(96, 115, 124);
        border-radius: 4px;
    }

    nav {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        top: 64px;
        padding-bottom: 64px;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        float: none;
        overflow-y: scroll;
    }

    .nav-active {
        display: block;
    }

    nav > ul > li {
        float: none;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    nav > ul > li > a,
    nav > ul > li > span {
        font-size: 21px;
        height: auto;
        line-height: 28px;
        padding: 5px 10px;
    }

    nav > ul > li > span:after {
        top: 50%;
        right: 10px;
        margin-top: -3px;
    }

    nav > ul > li > ul {
        position: relative;
        top: auto;
        right: auto;
        left: unset;
        background: rgba(255, 255, 255, 1);
        transform: unset;
        width: 100%;
        max-width: unset;
        transition: all 0.2s ease;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-right: none;
        border-bottom: none;
    }


    /*nav > ul > li > ul {*/
    /*    visibility: hidden; !* Hide but render *!*/
    /*    opacity: 0; !* Fully transparent when hidden *!*/
    /*    transition: opacity 0.2s ease, visibility 0s linear 0.2s; !* Smooth fade-in/fade-out *!*/
    /*    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
    /*    border-right: 2px solid #53ace0;*/
    /*    border-bottom: 2px solid #53ace0;*/
    /*    z-index: 1000;*/
    /*}*/
    .responsive-nav-container a {
        display: inline-flex;
        min-width: 160px;
        width: 100%;
        color: rgb(14 48 86);
        font-size: 14px;
        line-height: 32px;
        font-weight: 600;
        padding: 5px 25px;
        /*margin-right: 30px;*/
        transition: all 0.2s ease;
        white-space: nowrap;
    }


    .banner-margin {
        margin-top: 64px;
    }

    .banner {
        height: 300px;
        height: calc(100vw * 0.5);
    }

    .banner-fill {
        padding-bottom: 18px;
    }

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: "";
        top: initial !important;
        left: initial !important;
        height: initial !important;
        width: initial !important;
        opacity: 0;
        background: initial !important;
        background: initial !important;
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover,
    .hvr-float-shadow:focus,
    .hvr-float-shadow:active {
        -webkit-transform: unset !important;
        transform: unset !important;
        /* move the element up by 5px */
    }

    .hvr-float-shadow:hover:before,
    .hvr-float-shadow:focus:before,
    .hvr-float-shadow:active:before {
        opacity: 1;
        -webkit-transform: unset !important;
        transform: unset !important;
        /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
    }

    #flexGrid {
        align-items: flex-start;
        align-content: center;
        overflow: auto;
        margin-bottom: 0px;
    }

    .flexGridItem {
        width: 100%;
        flex-shrink: 0;
        padding: 0 33px;
    }

    .scrollDots {
        text-align: center;
        margin-bottom: 25px;
    }

    .mobileScroll {
        display: block;
    }

    .scrollDots .scrollDot:nth-of-type(1) {
        background: black;
    }

    .scrollDot {
        background: #54acdf;
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50%;
        margin: 0 5px;
    }

    .old,
    .day,
    .new {
        width: 59px !important;
        height: 53px !important;
        border-radius: 0px !important;
    }

    .datepicker-dropdown {
        left: 0 !important;
        top: 75% !important;
        transform: translateY(-75%);
    }

    .datepicker-dropdown:before,
    .datepicker-dropdown:after {
        display: none !important;
    }

    /* ARTICLE CSS FOR MOBILE */
    .contentsTable tr > * {
        display: block;
    }

    .contentsTable tr {
        display: table-cell;
    }

    .contentsTable td {
        width: 100% !important;
    }

    .threeColTable thead th:not(:first-child) {
        display: none;
    }

    .threeColTable th {
        display: block;
        clear: both;
    }

    .threeColTable td {
        display: block;
        clear: both;
        width: auto !important;
        height: auto !important;
        text-align: center;
    }

    .threeColTable td[data-th]:before {
        content: attr(data-th);
        float: left;
    }

    .catGridItem h2 {
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        display: block;
    }

    .tourCatHeader h3,
    .tourTypeHeader h3 {
        font-size: 27px;
    }

    .mobLine {
        display: block !important;
    }

    .desktopLine {
        display: none !important;
    }

    .tab-active {
        box-shadow: inset rgb(83 174 226) 0px 0px 9px 5px;
    }

    .catGridItem {
        height: 200px;
    }

    /* #catOvernight::before,
.tab-active#catOvernight {
  background: linear-gradient(0deg, rgba(14,48,86, 0.3), rgba(14,48,86, 0.3)),url(../images/overnightTourCat.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#catDay::before,
.tab-active#catDay {
  background: linear-gradient(0deg, rgba(14,48,86, 0.3), rgba(14,48,86, 0.3)),url(../images/dayTourCat.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#catPrivate::before,
.tab-active#catPrivate{
  background: linear-gradient(0deg, rgba(14,48,86, 0.3), rgba(14,48,86, 0.3)),url(../images/privateCharterCat.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 }
 #catAll::before,
.tab-active#catAll{
 background: linear-gradient(0deg, rgba(14,48,86, 0.3), rgba(14,48,86, 0.3)),url(../images/popularTourCat.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
} */
    #catDay:hover::before,
    #catOvernight:hover::before,
    #catAll:hover::before,
    #catPrivate:hover::before {
        opacity: 0;
    }

    .catGridItem:hover h2,
    .tab-active h2 {
        border: none;
    }

    .tab-active h2 {
        border: none;
        text-decoration: underline;
    }

    .catGridItem:hover h2,
    .tab-active h2 {
        top: 50%;
    }

    .homePageIntroTitle {
        font-size: 22px;
        line-height: 31px;
    }

    #reviewImage {
        margin-right: 15px;
        width: 125px;
        border-radius: 10px;
        height: 125px;
    }

    .btn-wrapper-row {
        text-align: center;
    }

    .normal-form {
        width: 100%;
    }

    #reviewImgDesc {
        margin-top: 0;
    }

    .review-content-container {
        text-align: center;
    }

    #reviewProductTitle {
        font-size: 16px;
    }

    .review-product {
        display: flex;
        flex-direction: row;
        margin-top: 25px !important;
        align-items: center;
        text-align: left;
    }

    /* AMENITIES TABLE RESPONSIVE */
    .amenitiesTable td {
        text-align: center;
        vertical-align: top;
        padding-top: 18px !important;
    }

    .amenitiesTable span {
        margin-right: 0px;
        margin-bottom: 8px;
        display: block;
    }

    .amenitiesTable td:nth-child(2),
    .amenitiesTable td:nth-child(3) {
        padding-left: 24px;
    }

    .amenitiesTable svg {
        display: block;
        margin: auto;
        margin-bottom: 8px;
    }

    #suggestedProductsTitle {
        font-size: 17px;
        text-align: left;
        margin-left: 10px;
        margin-top: -16px;
        margin-bottom: 8px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .site-swiper-button-next,
    .site-swiper-button-prev {
        display: none !important;
    }

    .suggestedProductTitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #suggestedProductRetailPrice p {
        font-size: 12px;
    }

    #suggestProductDiscount p {
        font-size: 15px;
    }

    .suggestedProductPrice {
        top: 8px;
    }

    /* .suggestedProductRatingText{
  margin-top: 10px;
} */
    .suggestedProductPaxIconText {
        margin-top: 23px;
        font-size: 12px;
    }

    .suggestedProductPaxIcon {
        margin: 0 16px 0 0;
        width: 35px;
        height: 35px;
    }


    .suggestedProductnodaysicon {
        font-size: 15px;
        line-height: 19px;
    }

    .suggestedProductnodaysicondivider {
        height: 2px;
        width: 30px;
    }

    .reviewFormInputs input[type="date"]::before {
        background-color: white;
        color: #999;
        content: "Date:";
    }

    /* PENDING FORMS ITINERARY DESIGN*/
    .itineraryItemContainer {
        align-items: flex-start;
    }

    .itineraryItemNumber {
        top: 50px;
    }

    .booking-product {
        flex-direction: column;
    }

    .booking-product-image {
        width: 242px;
        height: 161px;
    }

    .customFieldsContainer div {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0%;
    }

    .customFieldsContainer div:nth-child(2n) {
        width: 100%;
        margin-right: 0%;
    }

    /*  404 page */
    .notFoundInfo {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0 20px;
    }

    .notFoundInfo img {
        max-width: 300px;
        height: 300px;
        margin-bottom: 20px;

    }


    .iti__country-list {
        width: 78vw !important;
        /*top: 60% !important;*/
        left: 0px !important;
        /*position: absolute;*/
    }

    .affiliateBookingFormLogo {
        position: relative;
        width: 5rem;
        transform: translate(0px);
    }

    .booking-header {
        flex-direction: column;
        align-items: stretch;
    }

    .icon-highlight-container-product {
        justify-content: center;
        width: 100%;
    }

    .categoryTitle {
        font-size: 2.0rem;
        line-height: 2rem;
    }

    .frontPageCategoryButton:hover .categoryTitle {
        opacity: 1;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .frontPageCategoryButton:hover .categoryDescription {
        opacity: 0;
        top: 100%;
        transform: translateY(-100%) translateX(-50%);
    }

    .frontpage-categories-container {
        grid-template-columns: repeat(2, 1fr); /* Create 3 columns */
        gap: 10px;
    }

    .why-book-container-item {
        margin: 25px 35px;
    }

    .pa-banner-text h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .pa-banner-text span {
        font-size: 21px;
        line-height: 31px;
    }

    /*.iti-mobile .iti--container{*/
    /*  position: absolute !important;*/
    /*}*/


}

@media only screen and (max-width: 585px) {
    .productItemsContainer {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .productDataItem {
        margin-bottom: 20px;
    }

    .minAgeContainer {
        padding-top: 5px;
        font-size: 15px;
    }

    .reviewSummary {
        font-size: 16px;
    }
}


@media only screen and (max-width: 500px) {
    .boatblock-title {
        font-size: 17px;
        line-height: 21px;
    }

    .boatblock-price {
        padding: 6px;
    }

    .boatblock-price p {
        font-size: 11px;
    }

    #discountPrice {
        font-size: 15px;
    }

    .day-night-line span {
        font-size: 13px;
    }

}

@media only screen and (max-width: 350px) {
    .day-night-line span {
        font-size: 11px;
    }

    .boatblock-price p {
        font-size: 10px;
    }

    #discountPrice {
        font-size: 14px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .container {
        padding: 0 20px;
        width: 100%;
    }

    .two-col .content,
    .two-col-home .content {
        float: left;
        width: 76%;
        margin: 0;
    }

    .two-col .rightcol {
        width: 20%;
        float: right;
        margin: 0;
    }

    .banner {
        height: 280px;
    }

    .banner-cta {
        height: 37px;
        line-height: 37px;
        font-size: 14px;
    }

    .banner-cta:after {
        height: 37px;
    }

    .bannerTitle {
        font-size: 11rem;
        line-height: 9rem;
    }

    .bannerSubtitle {
        font-size: 2.7rem;
    }

    .totalReviewCount {
        font-size: 15px;
    }

    .totalReviewCount .starIcons {
        font-size: 17px;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .banner-text-wrap {
        width: 750px;
        margin: 0 auto;
        height: 280px;
    }

    .banner-text {
        width: 100%;
    }

    .banner-text h2 {
        color: var(--primary);
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 8px 0;
    }

    .banner-text p {
        color: rgb(96, 115, 125);
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 12px 0;
    }

    .banner-text a {
        color: #5B8041;
        font-weight: 700;
        text-decoration: underline;
    }

    .ContactUs-Main {
        width: 100%;
        height: 220px;
    }

    .searchbar-fields {
        margin-top: -8px;
    }

    .departure-accomm .departure-times {
        float: none;
        width: 100%;
    }

    .departure-accomm .accommodation-type {
        float: none;
        width: 100%;
    }

    .departure-accomm:before {
        display: none;
    }

    .departure-accomm .accommodation-text {
        margin-left: 0;
    }

    .footer-link-block {
        width: 25%;
    }

    .footer-link-block:nth-child(4n + 5) {
        clear: left;
    }

    .footer-link-block:nth-child(9) {
        margin-left: 25%;
    }

    .category-mainimg,
    .article-mainimg {
        width: 228px;
    }

    .product-list-title,
    .article-list-title {
        font-size: 32px;
        line-height: 36px;
        float: none;
        display: block;
    }

    .modal-book-now .modal-dialog,
    .modal-dialog-checkout {
        width: 720px;
    }

    .check-submit {
        float: none;
        margin: 12px 0;
        display: block;
    }

    .travel-on {
        float: none;
        margin: 12px 0;
        display: block;
    }

    .form-expiry-col {
        width: 30%;
    }

    .form-expiry-col {
        width: 30%;
    }

    .form-ccv-col {
        width: 14%;
    }

    .AboutUsMainBlockIcon {
        float: left;
        height: 80px;
        width: 80px;
        background-size: 320px 160px;
    }

    .about-us-247 {
        background-position: -240px 0px;
    }

    .about-us-travelagent {
        background-position: -160px 0px;
    }

    .about-us-safe {
        background-position: 0px 0px;
    }

    .about-us-lowest-price {
        background-position: -160px -80px;
    }

    .about-us-daily {
        background-position: -80px -80px;
    }

    .about-us-finalist {
        background-position: 0px -80px;
    }

    .about-us-14-years {
        background-position: -80px 0px;
    }

    .frontpage-boat-block-panel {
        width: 50%;
        margin-bottom: 18px;
    }

    .suggested-boat-block-panel {
        width: 100% !important;
        margin-bottom: 0px;
    }

    .content .row .frontpage-boat-block-panel:nth-child(2n + 3) {
        clear: left;
    }

    .content .row .frontpage-boat-block-panel:nth-of-type(5) {
        display: none;
    }

    .gallery-fallback-container .gallery-fallback-content {
        float: left;
        width: 380px;
    }

    .gallery-fallback-container .gallery-fallback-content img {
        max-width: 100%;
    }

    .terms-and-conditions-understand .pull-right {
        /* float: left !important; */
        clear: both !important;
        margin: 24px 0;
    }

    .product-container .youmayalsolike {
        width: 46%;
        float: left;
        margin: 0 4% 20px 0;
        cursor: pointer;
        background-size: cover;
        position: relative;
        overflow: hidden;
        display: block;
    }

    .product-container .youmayalsolike:nth-of-type(2n + 3) {
        clear: left;
    }

    /* .col-quantity {
width:17%;
} */
    /* .col-info {
width:50%;
} */
    .minus,
    .plus {
        font-size: 17px;
    }

    .col-price {
        width: 33%;
    }

    .product-title {
        float: none;
    }

    .images-container {
        position: relative;
    }


    /* .product-booknowbutton, .product-checkbutton, .btn-gift{
  display: block;
  float: none !important;
  clear: both;
  margin: 4px 0 0px 0;
  font-size: 14px;
} */
    .tab-content img {
        max-width: 100% !important;
        height: auto !important;
    }

    .gallery-fallback-container .gallery-fallback {
        width: 100px;
        float: right;
    }

    .gallery-fallback img {
        width: 100px;
        float: left;
    }

    .history-image {
        width: 100%;
        height: 118px;
    }

    .gallery-fallback-container .gallery-fallback-content img {
        max-width: 100%;
        height: auto !important;
    }

    .read-more-img-link {
        width: 240px;
        height: 160px;
    }

    .addon-block-btn {
        font-size: 14px;
        font-weight: 700;
    }

    .product-list-icons {
        float: left;
        clear: left;
        margin: 0 0 8px 0;
    }

    .product-icons-block {
        float: left;
        clear: left;
        margin: 8px 0 0 0;
    }

    .related-article-block {
        display: block;
        width: 50%;
        float: left;
        margin: 0 0 18px 0;
    }

    .related-articles-block > .related-article-block:nth-of-type(2n + 2) {
        clear: left;
    }

    .article-list-thumb {
        width: 240px;
        height: 160px;
    }

    .lowest-price p {
        font-size: 12px;
        line-height: 17px;
    }

    .banner-cta-block h1 {
        font-size: 32px;
        margin: 0 0 0px 0;
    }

    .banner-cta-block p {
        font-size: 24px;
        margin: 0 0 12px 0;
    }

    .logo {
        /*width: 40px;*/
    }

    .header-container,
    .header-container-home {
        padding: 0 10px;
    }

    nav > ul > li {
        margin: 0px 0 0 18px;
    }

    nav > ul > li > span:after {
        display: none;
    }

    nav > ul > li > span {
        padding-right: 0px;
    }

    .catGridItem h2 {
        font-size: 26px;
    }

    .container .booking-order li {
        padding: 10px 20px;
    }

    .booking-pay-now {
        padding: 0 23px;
    }

    .affiliateBookingFormLogo {
        width: 5rem;
    }

    .contact-box {
        width: 48%;
    }

    .categoryTitle {
        font-size: 2.1rem;
        line-height: 2.5rem;
    }

    .categoryDescription {
        font-size: 1.2rem;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
    .two-col-home .content {
        float: left;
        width: 76% !important;
        margin: 0;
    }

    .two-col-home {
        padding: 0 20px;
        width: 100%;
    }

    .categoryTitle {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }

    .categoryDescription {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .banner {
        height: 360px;
    }

    .banner-text-wrap {
        width: 960px;
        margin: 0 auto;
        height: 360px;
    }

    .container {
        padding: 0 20px;
        width: 100%;
    }

    .two-col .content,
    .two-col-home .content {
        float: left;
        width: 76%;
        margin: 0;
    }

    .two-col .rightcol {
        width: 20%;
        float: right;
        margin: 0;
    }

    .ContactUs-Main {
        height: 220px;
    }

    .history-image {
        height: 120px;
    }

    .gallery-fallback-container .gallery-fallback {
        width: 140px;
        float: right;
    }

    .gallery-fallback img {
        width: 140px;
        float: left;
    }

    .footer-link-block {
        width: 25%;
    }

    .footer-link-block:nth-child(4n + 5) {
        clear: left;
    }

    .footer-link-block:nth-child(9) {
        margin-left: 25%;
    }

    .modal-book-now .modal-dialog {
        width: 960px;
    }

    .form-expiry-col {
        width: 30%;
    }

    .form-ccv-col {
        width: 14%;
    }

    .AboutUsMainBlockIcon {
        float: left;
        height: 80px;
        width: 80px;
        background-size: 320px 160px;
    }

    .about-us-247 {
        background-position: -240px 0px;
    }

    .about-us-travelagent {
        background-position: -160px 0px;
    }

    .about-us-safe {
        background-position: 0px 0px;
    }

    .about-us-lowest-price {
        background-position: -160px -80px;
    }

    .about-us-daily {
        background-position: -80px -80px;
    }

    .about-us-finalist {
        background-position: 0px -80px;
    }

    .about-us-14-years {
        background-position: -80px 0px;
    }

    .boatblock-sectionhead h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .frontpage-boat-block-panel p {
        font-size: 12px;
        line-height: 17px;
    }

    .gallery-fallback-container .gallery-fallback-content {
        float: left;
        width: 548px;
    }

    .product-container .youmayalsolike {
        width: 46%;
        float: left;
        margin: 0 4% 20px 0;
        cursor: pointer;
        background-size: cover;
        position: relative;
        background-position: center;
        overflow: hidden;
        display: block;
    }

    .product-container .youmayalsolike .ymalimg {
        background-size: cover;
        background-position: center;
        height: 180px;
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    .tab-content img {
        max-width: 100% !important;
        height: auto !important;
    }

    .product-container .youmayalsolike:nth-of-type(2n + 3) {
        clear: left;
    }

    .product-icons-block {
        float: left;
        clear: left;
        margin: 8px 0 0 0;
    }

    .related-article-image {
        height: 115px;
    }

    .related-articles-block > .related-article-block:nth-of-type(4n + 6) {
        clear: left;
    }

    .lowest-price p {
        font-size: 12px;
        line-height: 17px;
    }

    .banner-cta-block h1 {
        font-size: 42px;
        margin: 0 0 4px 0;
    }

    .banner-cta-block p {
        font-size: 28px;
        margin: 0 0 14px 0;
    }

    .header-container,
    .header-container-home {
        padding: 0 20px;
    }
}


@media only screen and (max-width: 1280px) {
    .responsive-nav-container {
        grid-template-rows: repeat(8, auto);
        align-content: start;
    }

    .responsive-nav-container a {
        font-size: 13px;
        line-height: 28px;
        padding: 5px 20px;
    }

    .tourTypeSummaryContainer p {
        font-size: 14px;
        line-height: 23px;
    }

    .tourTypeSummaryContainer h2 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 979px) {
    .logo {
        /*width: 240px;*/
        /*height: 24px;*/
        /*background-size: 240px 24px;*/
        /*margin: 22px 0 0 0;*/
    }

    .mobile-menu-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
        height: 37px;
        width: 37px;
        border: 2px solid rgb(96, 115, 124);
        background: 0;
        border-radius: 4px;
        padding: 0;
        margin: 0;
        outline: 0;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 6px auto;
        background: rgb(96, 115, 124);
        border-radius: 4px;
    }

    nav {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        top: 64px;
        padding-bottom: 64px;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        float: none;
        overflow-y: scroll;
    }

    .nav-active {
        display: block;
    }

    nav > ul > li {
        float: none;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    nav > ul > li > a,
    nav > ul > li > span {
        font-size: 21px;
        height: auto;
        line-height: 28px;
        padding: 5px 10px;
    }

    nav > ul > li > span:after {
        top: 50%;
        right: 10px;
        margin-top: -3px;
    }

    nav > ul > li > ul {
        display: none;
        position: relative;
        visibility: unset;
        opacity: unset;
        top: auto;
        right: auto;
        left: unset;
        background: rgba(255, 255, 255, 1);
        transform: unset;
        width: 100%;
        max-width: unset;
        transition: all 0.2s ease;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-right: none;
        border-bottom: none;
    }

    .responsive-nav-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .responsive-nav-container li {
        border-right: none;
        border-bottom: 1px solid #F5F5F5;
    }

    .responsive-nav-container a {
        display: inline-flex;
        min-width: unset;
        width: 100%;
        color: rgb(14 48 86);
        font-size: 14px;
        line-height: 27px;
        font-weight: 600;
        padding: 5px 12px;
        /*margin-right: 30px;*/
        transition: all 0.2s ease;
        white-space: nowrap;
    }

    .tourTypeSummaryContainer {
        display: none;
    }

    nav > ul > li > span.dropdown {
        position: relative;
        cursor: pointer;
    }

    nav > ul > li > span.dropdown:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.3s ease;
        border: solid rgb(96, 115, 124);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
    }

    nav > ul > li > span.dropdown.arrow-rotated:after {
        transform: rotate(225deg);
        border-color: #729c65;
    }

    nav > ul > li > span.dropdown.arrow-rotated
    {
        color: #729c65;
    }


    nav > ul > li > ul.dropdown-open {
        visibility: visible;
        opacity: 1;
    }

    nav > ul > li:hover > span:after {
        border-color: initial;
        border-width: 0 2px 2px 0;
        display: inline-block;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
    }

    nav > ul > li:hover > ul {
        display: none;
    }


}

@media only screen and (min-width: 1280px) {
    .footer-link-block {
        width: 20%;
    }

    .footer-link-block:nth-child(5n+6) {
        clear: left;
    }

    .related-articles-block > .related-article-block:nth-of-type(4n+6) {
        clear: left;
    }

    .two-col .content {
        width: 900px;
    }

    .two-col-home .content {
        width: 1090px;
    }
}

@media only screen and (max-width: 1146px) {
    .logo {
        width: 11rem;
        margin: 3px 0 0 0;
    }

    nav > ul > li > span.dropdown.arrow-rotated {
        color: #729c65;
    }


    nav > ul > li > ul.dropdown-open {
        visibility: visible;
        opacity: 1;
    }

    nav > ul > li:hover > span:after {
        border-color: initial;
        border-width: 0 2px 2px 0;
        display: inline-block;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
    }

    nav > ul > li:hover > a,
    nav > ul > li:hover > span {
        color: initial;
    }

    nav > ul > li:hover > ul {
        display: none;
    }


}


@media only screen and (min-width: 980px) and (max-width: 1208px) {
    .header-container,
    .header-container-home {
        padding: 0 10px;
    }

    nav > ul > li {
        margin: 0px 0 0 18px;
    }

    nav > ul > li > span:after {
        display: none;
    }

    nav > ul > li > span {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 1208px) and (max-width: 1415px) {

    /*.logo {*/
    /*    width: 260px;*/
    /*    height: 25px;*/
    /*    background-size: 212px 21px;*/
    /*    margin: 27px 0 0 0;*/
    /*}*/
    nav > ul > li {
        float: left;
        margin: 0 0 0 18px;
    }

    nav > ul > li > span {
        padding-right: 10px;
    }

    nav > ul > li > span:after {
        padding: 2px;
        top: 35px;
    }

    nav > ul > li > a,
    nav > ul > li > span {
        font-size: 16px;
    }

    .catGridItem h2 {
        font-size: 28px;
    }

    .tourCatHeader h3 {
        font-size: 32px;
    }

}

@media only screen and (min-width: 1280px) {
    .footer-link-block {
        width: 20%;
    }

    .footer-link-block:nth-child(5n + 6) {
        clear: left;
    }

    .related-articles-block > .related-article-block:nth-of-type(4n + 6) {
        clear: left;
    }

    .two-col .content {
        width: 900px;
    }

    .two-col-home .content {
        width: 1090px;
    }
}

.note-sm {
    padding: 6px 0 0 0 !important;
    font-size: 12px !important;
}

.content .article-container h2 {
    color: var(--primary);
}

.payment_images {
    margin-top: -6px;
    margin-left: -8px;
    /* left: 36%; */
}

.payment_footer_title {
    margin-top: 5px;
}

.visa_image,
.mastercard_image {
    margin: 0px 10px 0 0;
    vertical-align: middle;
    width: 55px;
}

.mastercard_image {
    width: 45px;
}

.checkout_buttons {
    float: right;
}

.checkoutOpenDated {
    margin-bottom: 13px;
}

.card_images_checkout {
    text-align: center;
}

.visa_image_checkout,
.mastercard_image_checkout {
    margin: 0px 10px 0 10px;
    vertical-align: middle;
    width: 55px;
}

.btn-checkout {
    background-color: #358ed7;
}

.id_images {
    width: 50px;
}

.swiper-site-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    width: 25%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-site-slide img {
    display: inline-block !important;
}


.live-site-block-panel {
    /*width:100%;*/
    float: left;
    display: block;
    padding: 0 5px;
}

.thank-you-enquiry-form {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;

}

.thank-you-container {
    display: flex;
    justify-content: center;
}

.thank-you-banner-image {
    border-radius: 5px;
    margin-bottom: 20px;
}

.thank-you-text-bold {
    font-weight: bold;
    color: #FFA624;
}

.thank-you-exclusive-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.thank-you-exclusive-column {
    width: 45%;
    margin-right: 5%;
}

.thank-you-checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.thank-you-checkbox {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 5px !important;
    border: 1px solid #999999;
    display: inline-block; /* Ensure it is inline-block */
    visibility: visible; /* Ensure it is visible */
    padding: 0; /* Reset padding */
    border-radius: 3px;
    background-color: white;
}

.thank-you-checkbox[type="checkbox"]:checked {
    background: url(../images/check-active.png) no-repeat center center;
}

.other-enquiry-label {
    margin: 10px 0 5px 0;
}

.thank-you-enquire-btn {
    margin: 20px 0 0 5px;
}

@media (max-width: 768px) {
    .thank-you-banner-image {
        max-width: 100%;
        height: auto;
    }

    .thank-you-exclusive-column {
        width: 100%;
        margin: 0;
    }
}

/* - - - - - ROAVER WIDGET - - - - - - - */

.campervan_search {
    margin-top: -32px;
    padding-bottom: 60px;
    width: 100%;
    height: 800px;
    background-image: url(https://s3.ap-southeast-2.amazonaws.com/sailing-withsundays.com/images/campervan/Campervan_2_Banner+Image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 482px) {
    .campervan_search {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .campervan_buffer {
        height: 40px !important;
    }
}

.campervanBannerFont {
    h1 {
        color: #ffffff;
        font-size: 5rem;
        font-weight: 600;
        text-align: center;
        line-height: 5rem;
        font-family: 'Outfit', sans-serif;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }
}

.campervan_booking_container {
    width: 90%;
}

.svc input {
    color: var(--roaver-color-outline) !important;
}

.svc .input {
    font-style: normal;
    color: var(--roaver-color-outline) !important;
}

.svc .input p {
    color: var(--roaver-color-outline) !important;
    font-weight: bolder !important;
}

.svc .input > label {
    color: var(--roaver-color-outline) !important;
    font-weight: 500 !important;
    font-size: larger !important;
    margin-bottom: 0.3rem !important;
}

.svc .input .input-label {
    font-size: larger !important;
    font-weight: 500 !important;
    color: var(--roaver-color-outline) !important;
    margin-bottom: 0.3rem !important;
}

.svc hr {
    height: 2px !important;
    background-color: #b7c1d1 !important;
    box-shadow: none !important;
}

.svc .panel {
    background-color: var(--roaver-color-background) !important;
}

.selectize-dropdown {
    border: 1px solid var(--roaver-color-outline) !important;
}

.selectize-dropdown .selectize-dropdown-content {
    font-weight: bolder !important;
    background-color: transparent !important;
}

.selectize-dropdown .optgroup-header {
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
    font-weight: 500 !important;
    font-size: larger !important;
    border-bottom: 1px solid var(--roaver-color-background) !important;
}

.selectize-dropdown .active {
    background-color: var(--roaver-color-background) !important;
    color: #000000 !important;
}

.selectize-dropdown [data-selectable] {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
}

.selectize-dropdown [data-selectable]:hover {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .selectize-control.single .selectize-input:after {
    border-top-color: var(--roaver-color-outline) !important;
}

.svc .selectize-control.single .selectize-input:hover:after {
    border-top-color: var(--roaver-color-highlight) !important;
}

.svc .search-form {
    max-width: 80rem !important;
}

.svc .search-form .tabs__contents {
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 0 30px 30px 30px !important;
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents input {
    color: var(--roaver-color-outline) !important;
    border-color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .ico {
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .ico:hover {
    color: var(--roaver-color-highlight) !important;
}

.svc .input.select > .selectize-control > .selectize-input {
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .selectize-input {
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: calc(var(--border-radius) * .2) !important;
    background-color: transparent !important;
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .selectize-input input::placeholder {
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .selectize-input::after {
    border-top-color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .selectize-input input {
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .selectize-input .dir-up {
    box-shadow: none !important;
}

.svc .search-form .tabs__contents .selectize-input:hover {
    color: var(--roaver-color-highlight) !important;
}

.svc .search-form .tabs__contents .selectize-input:hover::after {
    border-top-color: var(--roaver-color-highlight) !important;
}

.svc .search-form .tabs__contents .input.select > .selectize-control.single:hover + .ico {
    color: var(--roaver-color-highlight) !important;
}

.svc .search-form .tabs__contents .selectize-control.single .selectize-input > div {
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .search-form .tabs__contents .input-from > .selectize {
    width: 96% !important;
}

.svc .search-form .tabs__contents .input-from .selectize-input > input {
    font-size: larger !important;
    font-weight: 600 !important;
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .input-from .selectize-input:hover input::placeholder {
    color: var(--roaver-color-highlight) !important;
}

.svc .search-form .tabs__contents .input-to > .selectize {
    width: 96% !important;
}

.svc .search-form .tabs__contents .input.select > .selectize-control.selectize-input:hover .ico {
    color: var(--roaver-color-highlight) !important;
}

.svc .search-form .tabs__contents .selectize-dropdown {
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents .selectize-dropdown .selectize-dropdown-content {
    font-weight: bolder !important;
    background-color: transparent !important;
}

.svc .search-form .tabs__contents .selectize-dropdown .optgroup-header {
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
    font-weight: 600 !important;
    font-size: larger !important;
}

.svc .search-form .tabs__contents .selectize-dropdown .active {
    background-color: var(--roaver-color-secondary) !important;
    color: #000000 !important;
}

.svc .search-form .tabs__contents .selectize-dropdown [data-selectable] {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .search-form .tabs__contents .selectize-dropdown [data-selectable]:hover {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .search-form .tabs__contents .date-input-container input.display-fr,
.svc .search-form .tabs__contents .date-input-container input.display-to {
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: calc(var(--border-radius) * .2) !important;
    height: 2.6rem !important;
}

.svc .search-form .tabs__contents .date-input-container:hover input.display-fr,
.svc .search-form .tabs__contents .date-input-container:hover input.display-to,
.svc .search-form .tabs__contents .date-input-container:hover .ico {
    color: var(--roaver-color-highlight) !important;
}

.svc .search-form .tabs__contents .button-search {
    margin: auto 0 0.2rem !important;
    border-radius: 30px !important;
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
    height: 3rem !important;
}

.svc .search-form .tabs__contents .button-search > .ico {
    color: var(--roaver-color-background) !important;
}

.svc .search-form .tabs__contents .button-search:hover {
    opacity: 75% !important;
}

.svc .search-form .tabs__contents button.frame {
    font-size: large !important;
    font-weight: 600 !important;
    color: var(--roaver-color-outline) !important;
}

.svc .search-form .tabs__contents button.frame:hover {
    color: var(--roaver-color-highlight) !important;
}

.svc .search-form .tabs__contents button.frame:hover .ico {
    color: var(--roaver-color-highlight) !important;
}

.svc .daterangepicker {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .daterangepicker .calendar-table {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .daterangepicker .calendar-table th,
.svc .daterangepicker .calendar-table td {
    color: var(--roaver-color-outline) !important;
    background-color: var(--roaver-color-background) !important;
    font-weight: 600 !important;
}

.svc .daterangepicker .calendar-table th.prev span,
.svc .daterangepicker .calendar-table th.next span {
    border-color: var(--roaver-color-outline) !important;
}

.svc .daterangepicker .calendar-table th.prev:hover span,
.svc .daterangepicker .calendar-table th.next:hover span {
    border-color: var(--roaver-color-highlight) !important;
}

.svc .daterangepicker .calendar-table td.off {
    color: #b7c1d1 !important;
}

.svc .daterangepicker .calendar-table td.in-range {
    color: var(--roaver-color-background) !important;
    background-color: var(--roaver-color-secondary) !important;
    font-weight: 600 !important;
}

.svc .daterangepicker .calendar-table td.start-date,
.svc .daterangepicker .calendar-table td.end-date,
.svc .daterangepicker .calendar-table td:hover {
    color: var(--roaver-color-background) !important;
    background-color: var(--roaver-color-primary) !important;
    font-weight: 600 !important;
}

.svc .daterangepicker .drp-calendar > .time-label {
    color: var(--roaver-color-outline) !important;
    font-weight: 600 !important;
}

.svc .daterangepicker .hourselect .selectize-input,
.svc .daterangepicker .minuteselect .selectize-input,
.svc .daterangepicker .ampmselect .selectize-input {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
    color: var(--roaver-color-outline) !important;
    font-weight: 600 !important;
}

.svc .daterangepicker .hourselect .selectize-dropdown-content,
.svc .daterangepicker .minuteselect .selectize-dropdown-content,
.svc .daterangepicker .ampmselect .selectize-dropdown-content {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .daterangepicker .hourselect .selectize-dropdown-content .option,
.svc .daterangepicker .minuteselect .selectize-dropdown-content .option,
.svc .daterangepicker .ampmselect .selectize-dropdown-content .option {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
}

.svc .daterangepicker .hourselect .selectize-dropdown-content .option:hover,
.svc .daterangepicker .minuteselect .selectize-dropdown-content .option:hover,
.svc .daterangepicker .ampmselect .selectize-dropdown-content .option:hover {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .daterangepicker .drp-buttons {
    width: 200px !important;
    justify-content: center !important;
}

.svc .daterangepicker .drp-buttons .btn {
    color: var(--roaver-color-background) !important;
    background-color: var(--roaver-color-primary) !important;
    border-radius: 30px !important;
}

.svc .daterangepicker .drp-buttons .btn:hover {
    opacity: 75% !important;
}

.svc button {
    border-bottom: none !important;
}

.svc #notifications-container .notification.warn {
    background-color: var(--color-warn-light) !important;
    border-bottom: 1px solid var(--color-warn-light);
    box-shadow: 0 var(--box-shadow-distance) var(--box-shadow-size) var(--color-warn-lightest-lucid);
    color: var(--roaver-color-background) !important;
}

.svc .search__root .search__info-table tr > th > p {
    color: var(--roaver-color-background) !important;
    font-style: normal;
}

.svc .tabs .tabs__label {
    color: var(--roaver-color-background) !important;
    background-color: var(--roaver-color-primary) !important;
    border-top: 1px solid var(--roaver-color-outline) !important;
    border-right: 1px solid var(--roaver-color-outline) !important;
    border-left: 1px solid var(--roaver-color-outline) !important;
    bottom: -1px !important;
}

.svc .tabs .tabs__label:hover {
    background-color: var(--roaver-color-secondary) !important;
}

.svc .tabs .tabs__label.selected {
    color: var(--roaver-color-outline) !important;
    background-color: var(--roaver-color-background) !important;
    border-top: 1px solid var(--roaver-color-outline) !important;
    border-right: 1px solid var(--roaver-color-outline) !important;
    border-left: 1px solid var(--roaver-color-outline) !important;
    z-index: 1 !important;
}

.svc .tabs .tabs__label > h4 {
    color: var(--roaver-color-background) !important;
}

.svc .tabs .tabs__label.selected > h4 {
    color: var(--roaver-color-outline) !important;
}

.svc .glide__arrows > .glide__arrow {
    background-color: #9f9e9e7d !important;
    position: absolute !important;
    top: -13rem !important;
    padding-bottom: 0.9rem !important;
}

.svc .glide__arrows > .glide__arrow:hover {
    color: var(--roaver-color-highlight) !important;
}

.svc .glide__bullets .glide__bullet:hover {
    background-color: var(--roaver-color-secondary) !important;
}

.svc .glide__bullets .glide__bullet--active {
    background-color: var(--roaver-color-primary) !important;
}

.svc .search__header {
    margin-bottom: 20px !important;
}

.svc .search__header-buttons {
    width: 50%;
}

.svc button.light {
    color: var(--roaver-color-primary) !important;
}

.svc button.light:hover {
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .button.green {
    width: 30% !important;
    color: var(--roaver-color-background) !important;
    margin: 10px auto !important;
    padding: 1.2rem !important;
    font-size: larger !important;
    font-weight: bold !important;
    border: none !important;
}

.svc .button.green:hover {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-primary) !important;
}

.svc .scroll-bars {
    scrollbar-color: var(--roaver-color-outline) var(--roaver-color-background) !important;
}

.svc .search-model .modal__container {
    max-width: 80rem !important;
}

.svc .quote-request__root {
    background-color: var(--roaver-color-background) !important;
    max-width: 75rem !important;
}

.svc .quote-request__root input {
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: calc(var(--border-radius) * .2) !important;
}

.svc .quote-request__root h3,
.svc .quote-request__root h4 {
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .quote-request__root .ico-sm {
    color: var(--roaver-color-outline) !important;
}

.svc .quote-request__root .panel {
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
}

.svc .quote-request__root .date-input-container input.display-fr,
.svc .quote-request__root .date-input-container input.display-to,
.svc .input.date-range .date-input-container > .ico {
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: calc(var(--border-radius) * .2) !important;
}


.svc .quote-request__root .date-input-container:hover input.display-fr,
.svc .quote-request__root .date-input-container:hover input.display-to,
.svc .quote-request__root .date-input-container:hover .ico {
    color: var(--roaver-color-highlight) !important;
}

.svc .quote-request__root .input-from {
    margin-right: 0.8rem !important;
    max-width: 49% !important;
}

.svc .quote-request__root .selectize-input.dir-up {
    box-shadow: none !important;
}

.svc .quote-request__root .input.select > .selectize-control.single:hover + .ico {
    color: var(--roaver-color-highlight) !important;
}

.svc .quote-request__root .input.select > .selectize-control.single .selectize-input::after {
    border-top-color: var(--roaver-color-outline) !important;
}

.svc .quote-request__root .input.select > .selectize-control.single .selectize-input:hover::after {
    border-top-color: var(--roaver-color-primary) !important;
}

.svc .quote-request__root .input.select > .selectize-control > .selectize-input {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 500 !important;
}

.svc .quote-request__root .input.select > .selectize-control > .selectize-input:hover {
    color: var(--roaver-color-highlight) !important;
}

.svc .input.select.with-icon > .ico {
    color: var(--roaver-color-outline) !important;
}

.svc .quote-request__root .checkbox {
    width: 14rem !important;
    margin: 1rem 0 !important;
}

.svc .quote-request__root .input.checkbox.bordered > .flx {
    border: 1px solid #b7c1d1 !important;
    background-color: var(--roaver-color-background) !important;
}

.svc .quote-request__root .input.checkbox.bordered > .flx:hover {
    border-color: var(--roaver-color-highlight) !important;
}

.svc .quote-request__root .input.checkbox.bordered input:checked ~ .flx {
    border-color: var(--roaver-color-primary) !important;
}

.svc .quote-request__root div .mt-1 {
    margin-top: 2rem !important;
}

.svc .quote-request__root .input.radio.bordered > .flx {
    border: 1px solid #b7c1d1 !important;
    background-color: var(--roaver-color-background) !important;
}

.svc .quote-request__root .input.radio.bordered > .flx:hover {
    border-color: var(--roaver-color-highlight) !important;
}

.svc .quote-request__root .input.radio.bordered input:checked ~ .flx {
    border-color: var(--roaver-color-highlight) !important;
}

.svc .quote-request__root .input.radio + .radio {
    margin-top: 0 !important;
}

.svc .quote-request__root .textarea {
    margin-top: 20px !important;
}

.svc .quote-request__root .textarea textarea {
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: calc(var(--border-radius) * .2) !important;
    font-size: larger !important;
    font-weight: 600 !important;
    padding: 0.5rem 0.5rem !important;
    color: var(--roaver-color-outline) !important;
}

.svc .quote-request__root .customer-info__root {
    box-shadow: none !important;
    border: 1px solid var(--roaver-color-outline) !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 1rem !important;
    margin-top: 3rem !important;
    background-color: var(--roaver-color-background) !important;
}

.svc .quote-request__root .customer-info__root input {
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .quote-request__root .customer-info__root > .input {
    width: 45% !important;
}

.svc .quote-request__root .customer-info__root .iti__selected-country:active {
    background-color: var(--roaver-color-primary) !important;
}

.svc .quote-request__root .customer-info__root .iti__country {
    color: var(--roaver-color-outline) !important;
}

.svc .quote-request__root .customer-info__root .iti__country span {
    font-size: larger !important;
    font-weight: 500 !important;
}

.svc .quote-request__root .customer-info__root .iti__country:hover {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .quote-request__root button.text-md {
    background-color: var(--roaver-color-button) !important;
    color: var(--roaver-color-background) !important;
    border-radius: 30px !important;
    width: 50% !important;
    height: 4rem !important;
    font-size: x-large !important;
    font-weight: 600 !important;
    margin-left: 25% !important;
}

.svc .quote-request__root button.text-md:hover {
    opacity: 75% !important;
}

.svc .search__root {
    margin: 0 auto;
}

.svc .search__root .search__header {
    border-radius: 30px;
    border: 1px solid var(--roaver-color-outline) !important;
    background-color: var(--roaver-color-background) !important;
}

.svc .search__root .search__info-table {
    margin: 10px !important;
}

.svc .search__root .search__info-table tr > th > p {
    color: var(--roaver-color-outline) !important;
    font-size: large !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}

.svc .search__root .search__info-table tr > th > .ico {
    color: var(--roaver-color-outline) !important;
}

.svc .search__root .search__info-table tr > td > p {
    color: var(--roaver-color-outline) !important;
    font-style: normal !important;
    font-size: large !important;
    font-weight: normal !important;
    margin-right: 10px !important;
}

.svc .search__root .search__info-table tr > td > .ico {
    color: var(--roaver-color-outline) !important;
}

.svc .search__root .search__button-modal {
    margin: auto 10px !important;
    padding: 1.2rem !important;
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
    border: none !important;
    border-radius: 30px !important;
    font-weight: bold !important;
}

.svc .search__root .search__button-modal:hover {
    opacity: 75% !important;
}

.svc .search__root .search__button-filters {
    border-radius: 30px !important;
    margin-top: 0 !important;
}

.svc .search__root .search__filters-column {
    background-color: var(--roaver-color-background) !important;
    border-right: 1px solid var(--roaver-color-outline) !important;
    border-bottom: 1px solid var(--roaver-color-outline) !important;
    border-left: 1px solid var(--roaver-color-outline) !important;
    border-radius: 30px !important;
    height: fit-content !important;
    padding-bottom: 10px !important;
    min-width: 24rem !important;
}

.svc .search__root .search__filters-column .panel {
    border-bottom: none !important;
}

.svc .search__root .search__filters-column .search__status {
    padding-top: 15px;
    border-top: 1px solid var(--roaver-color-outline) !important;
    border-radius: 30px 30px 0 0;
    background-color: var(--roaver-color-background) !important;
}

.svc .search__root .search__filters-column .search__status > :first-child {
    font-size: large !important;
    font-weight: 600 !important;
    color: var(--roaver-color-outline) !important;
}

.svc .search__root .search__filters-column .input.select > .selectize-control > .selectize-input {
    background-color: var(--roaver-color-background) !important;
    margin-top: -20px;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .search__root .search__filters-column .input.select > .selectize-control > .selectize-input:hover > div {
    color: var(--roaver-color-highlight) !important;
}

.svc .search__root .search__filters-column .input.select > .selectize-control > .selectize-input > input {
    color: var(--roaver-color-background) !important;
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .search__root .search__filters-column .input.select > .selectize-control > .selectize-input > div {
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .search__root .search__filters-column .input.select > .selectize-control > .selectize-dropdown {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 0 !important;
}

.svc .search__root .search__filters-column .input.select > .selectize-control > .selectize-dropdown [data-selectable] {
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .search__root .search__filters-column .input.select > .selectize-control > .selectize-dropdown [data-selectable]:hover {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .search__root .search__filter > h4 {
    margin-left: 5px !important;
    color: var(--roaver-color-outline) !important;
}

.svc .search__root .search__results-container .panel {
    border-bottom: none !important;
}

.svc .search__root .search__results-container .panel__xs {
    background-color: var(--roaver-color-background) !important;
    border-radius: 0 !important;
    position: relative !important;
    padding-bottom: 40px !important;
}

.svc .search__root .search__results-container .panel__xs h2 {
    color: var(--roaver-color-outline) !important;
}

.svc .search__root .search__results-container .panel__xs .search__tags {
    color: var(--roaver-color-outline) !important;
    font-size: large !important;
}

.svc .search__root .search__results-container .panel__xs .search__tags .search__tag {
    margin-top: 10px !important;
    font-size: large !important;
}

.svc .search__root .search__results-container .panel__xs .text-left {
    min-width: 200px !important;
}

.svc .search__root .search__results-container .panel__xs .text-left .ico {
    color: var(--roaver-color-outline) !important;
}

.svc .search__root .search__results-container .panel__xs .text-left .va {
    font-size: large !important;
    color: var(--roaver-color-outline) !important;
}

.svc .search__root .search__results-container .panel__xs .button {
    width: 20% !important;
    color: var(--roaver-color-background) !important;
    background-color: var(--roaver-color-primary) !important;
    margin: 10px 2% !important;
    padding: 1.2rem !important;
    font-size: larger !important;
    font-weight: bold !important;
    border: none !important;
    border-radius: 30px !important;
}

.svc .search__root .search__results-container .panel__xs .button:hover {
    opacity: 75% !important;
}

.svc .search__root .search__results-container .panel__xs .button.green {
    background-color: var(--roaver-color-button) !important;
}

.svc .search__root .search__results-container .panel__xs .button.green:hover {
    opacity: 75% !important;
    color: var(--roaver-color-background) !important;
}

.svc .search__root .button.green {
    color: var(--roaver-color-background) !important;
}

.svc .search__root .button.green:hover {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-primary) !important;
}

.svc .search__root .search__pill {
    font-size: 1.2rem !important;
    font-weight: bolder !important;
}

.svc .search__root .search__filter .input.integer input[type=text] {
    max-width: 70% !important;
}

.svc .search__filters-modal p {
    color: var(--roaver-color-background) !important;
}

.svc .search__filters-modal .input.select > .selectize-control > .selectize-input {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    font-size: large !important;
    font-weight: 600 !important;
}

.svc .search__filter.input p {
    color: var(--roaver-color-background) !important;
}

.svc .input.checkbox > .flx,
.svc .input.radio > .flx {
    margin: 0 10px !important;
}

.svc .input.checkbox .checkmark {
    height: 1.4rem !important;
    width: 1.4rem !important;
    border: 1px solid var(--roaver-color-primary) !important;
}

.svc .input.checkbox .checkmark:hover {
    background-color: var(--roaver-color-secondary) !important;
}

.svc .input.checkbox input:checked ~ .flx .checkmark {
    background-color: var(--roaver-color-primary) !important;
}

.svc .input.checkbox input:disabled ~ .flx .checkmark {
    height: 1.4rem !important;
    width: 1.4rem !important;
    min-width: 1.4rem !important;
    background-color: transparent !important;
    border: none !important;
}

.svc .input.checkbox input:checked ~ .flx .checkmark > .tick {
    display: none !important;
}

.svc .input.checkbox:hover > input:not(:disabled) ~ .flx .checkmark {
    background-color: var(--roaver-color-secondary) !important;
}

.svc .input.radio .dot {
    height: 1.4rem !important;
    width: 1.4rem !important;
    border: 1px solid var(--roaver-color-primary) !important;
}

.svc .input.radio .dot:hover {
    background-color: var(--roaver-color-secondary) !important;
}

.svc .input.radio input:checked ~ .flx .dot {
    background-color: var(--roaver-color-primary) !important;
}

.svc .input.radio input:checked ~ .flx .dot > .tick {
    display: none !important;
}

.svc .input.radio input:disabled ~ .flx .dot {
    background-color: transparent !important;
    border: none !important;
}

.svc .input.integer > .clms-3 > button {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .input.integer > .clms-3 > button:hover {
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .range {
    background-color: var(--roaver-color-background) !important;
}

.svc .irs--flat {
    margin: 0 10% !important;
    max-width: 80% !important;
}

.svc .irs--flat .irs-from,
.svc .irs--flat .irs-to,
.svc .irs--flat .irs-single {
    color: var(--roaver-color-outline) !important;
    font-size: medium !important;
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .irs--flat .irs-from:hover,
.svc .irs--flat .irs-to:hover,
.svc .irs--flat .irs-single:hover {
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .irs--flat .irs-from:active,
.svc .irs--flat .irs-to:active,
.svc .irs--flat .irs-single:active {
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .irs--flat .irs-bar {
    background-color: var(--roaver-color-primary) !important;
    margin-top: 2px !important;
}

.svc .irs--flat .irs-min,
.svc .irs--flat .irs-max {
    display: none !important;
}

.svc .display-entity {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 0 !important;
}

.svc .display-entity h2 {
    color: var(--roaver-color-outline) !important;
}

.svc .display-entity h5 {
    color: var(--roaver-color-outline) !important;
    font-weight: bold !important;
}

.svc .display-entity .tabs__contents {
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 0 30px 30px 30px !important;
}

.svc .display-entity .button.green {
    background-color: var(--roaver-color-button) !important;
    color: var(--roaver-color-background) !important;
    border-radius: 30px !important;
    width: 50% !important;
}

.svc .display-entity .button.green:hover {
    opacity: 75% !important;
}

.svc .book-progress {
    font-size: larger !important;
    font-weight: bold !important;
}

.svc .book-progress > div {
    border-bottom: none !important;
    background-color: var(--roaver-color-background) !important;
}

.svc .book-progress .stage:first-child {
    border: 2px solid var(--roaver-color-background) !important;
    background-color: var(--roaver-color-primary) !important;
    border-radius: 0 calc(var(--border-radius) * .7) calc(var(--border-radius) * .7) 0 !important;
    margin-right: -10px !important;
    z-index: 4 !important;
}

.svc .book-progress .stage:first-child a {
    color: var(--roaver-color-background) !important;
}

.svc .book-progress .stage:first-child:hover {
    background-color: var(--roaver-color-secondary) !important;
    cursor: pointer !important;
}

.svc .book-progress .stage:first-child:hover a {
    text-decoration-line: none !important;
}

.svc .book-progress .stage__past {
    border: 2px solid var(--roaver-color-background) !important;
    background-color: var(--roaver-color-primary) !important;
    border-radius: 0 calc(var(--border-radius) * .7) calc(var(--border-radius) * .7) 0 !important;
    margin-right: -10px !important;
    z-index: 3 !important;
}

.svc .book-progress .stage__past a {
    color: var(--roaver-color-background) !important;
}

.svc .book-progress .stage__past:hover {
    background-color: var(--roaver-color-secondary) !important;
    cursor: pointer !important;
}

.svc .book-progress .stage__past:hover a {
    text-decoration-line: none !important;
}

.svc .book-progress .stage__present {
    border: 2px solid var(--roaver-color-background) !important;
    background-color: var(--roaver-color-button) !important;
    color: var(--roaver-color-background) !important;
    margin-right: -10px !important;
    z-index: 2 !important;
}

.svc .book-progress .stage__future {
    border: 2px solid var(--roaver-color-background) !important;
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
    border-radius: 0 calc(var(--border-radius) * .7) calc(var(--border-radius) * .7) 0 !important;
    margin-right: -10px !important;
    z-index: 1 !important;
}

.svc .book-progress .stage:last-child {
    margin-right: -10px !important;
    z-index: 0 !important;
}

.svc .book-options__root {
    max-width: 70% !important;
    margin: auto !important;
}

.svc .book-options__root .panel {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    font-weight: 600 !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 30px !important;
    box-shadow: none !important;
}

.svc .book-options__root .panel p {
    font-size: inherit !important;
}

.svc .book-options__root .panel h2,
.svc .book-options__root .panel h3 {
    color: var(--roaver-color-outline) !important;
    font-weight: bold !important;
}

.svc .book-options__root .panel .price-table .table {
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .panel .price-table__hr {
    background-color: #b7c1d1 !important;
}

.svc .price-table .table tr th {
    font-size: large !important;
    font-weight: bold !important;
}

.svc .book-options__root h2 {
    color: var(--roaver-color-highlight) !important;
}

.svc .book-options__root .panel .book-options__balance-pay {
    color: var(--roaver-color-button) !important;
}

.svc .book-options__root .entity-detail__tags {
    color: var(--roaver-color-outline) !important;
    font-size: large !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.svc .book-options__root .entity-detail__tags .text-left {
    margin-left: 10px !important;
    font-size: large !important;
}

.svc .book-options__root .book-options__column-trip-info .panel__sm {
    margin-top: 2rem !important;
}

.svc .book-options__root .insurances__root .insurances__container {
    justify-content: center !important;
}

.svc .book-options__root .insurances__root .insurances__container p {
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .insurances__root .insurances__option .dot {
    display: none !important;
}

.svc .book-options__root .insurances__root .insurances__option .table {
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .insurances__root .insurances__option input ~ .flx {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .insurances__root .insurances__option input:checked ~ .flx {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .book-options__root .insurances__root .insurances__option input:checked ~ .flx h3,
.svc .book-options__root .insurances__root .insurances__option input:checked ~ .flx td,
.svc .book-options__root .insurances__root .insurances__option input:checked ~ .flx a,
.svc .book-options__root .insurances__root .insurances__option input:checked ~ .flx p {
    color: var(--roaver-color-background) !important;
}

.svc .book-options__root .insurances__root .insurances__option:hover input ~ .flx {
    background-color: var(--roaver-color-secondary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .book-options__root .insurances__root .insurances__option:hover input:checked ~ .flx {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .book-options__root .insurances__root .insurances__option:hover input ~ .flx h3,
.svc .book-options__root .insurances__root .insurances__option:hover input ~ .flx td,
.svc .book-options__root .insurances__root .insurances__option:hover input ~ .flx a,
.svc .book-options__root .insurances__root .insurances__option:hover input ~ .flx p {
    color: var(--roaver-color-background) !important;
}

.svc .book-options__root .insurances__root .insurances__container:hover .table {
    /*color: var(--roaver-color-background) !important;*/
}

.svc .book-options__root .insurances__root .insurances__container:hover input ~ .flx {
    /*background-color: var(--roaver-color-secondary) !important;*/
    /*color: var(--roaver-color-background) !important;*/
    /*background-color: red !important;*/
}

.svc .book-options__root .optionals__root p {
    color: var(--roaver-color-outline) !important;
    font-weight: 600 !important;
}

.svc .book-options__root .optionals__root .optionals__header {
    font-weight: 600 !important;
}

.svc .book-options__root .optionals__root .accordion .accordion__label {
    color: var(--roaver-color-outline) !important;
    border-color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .optionals__root .accordion .accordion__label > span {
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .optionals__root .accordion .accordion__label:hover > p,
.svc .book-options__root .optionals__root .accordion .accordion__label:hover > span {
    color: var(--roaver-color-highlight) !important;
}

.svc .book-options__root .discount-code__root p {
    color: var(--roaver-color-outline) !important;
    font-weight: 600 !important;
}

.svc .book-options__root .discount-code__root input {
    font-size: larger !important;
    font-weight: 600 !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: calc(var(--border-radius) * .2) !important;
}

.svc .book-options__root .discount-code__root button {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
    font-weight: 600 !important;
    width: 40% !important;
    padding: 1.2rem !important;
    margin: 0 auto !important;
    border-radius: 30px !important;
}

.svc .book-options__root .discount-code__root button:hover {
    opacity: 75% !important;
}

.svc .book-options__root .pick-up-drop-off__root {
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-input {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-input > div {
    font-size: larger !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-input:hover > div {
    color: var(--roaver-color-highlight) !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-input .input-active input {
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-dropdown {
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-dropdown [data-selectable] {
    color: var(--roaver-color-outline) !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-dropdown [data-selectable]:hover {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .book-options__root .pick-up-drop-off__root .panel .selectize-input.dir-up {
    box-shadow: none !important;
}

.svc .book-options__root .customer-info__root {
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 20px !important;
    padding: 1rem 1rem 2rem 1rem !important;
}

.svc .book-options__root .customer-info__root input {
    color: var(--roaver-color-outline) !important;
    font-size: larger !important;
    font-weight: 600 !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: calc(var(--border-radius) * .2) !important;
}

.svc .book-options__root .customer-info__root > div {
    font-weight: 600 !important;
}

.svc .book-options__root .customer-info__root .input {
    flex: 1 1 auto !important;
    min-width: 200px !important;
    width: 40% !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.svc .book-options__root .customer-info__root .input.text {
    order: 1;
}

.svc .book-options__root .customer-info__root .input.email {
    order: 2;
}

.svc .book-options__root .customer-info__root .input.phone {
    order: 3;
}

.svc .book-options__root .customer-info__root .input.integer {
    order: 4;
}

.svc .book-options__root .customer-info__root .input.integer input {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.svc .book-options__root .customer-info__root label {
    margin-left: 15px !important;
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .book-options__root .customer-info__root .iti > input {
    width: 98% !important;
}

.svc .book-options__root .customer-info__root .flx {
    display: flex !important;
    flex-wrap: wrap !important;
}

.svc .book-options__root .customer-info__root .flx-center {
    justify-content: center !important;
    align-items: center !important;
}

.svc .book-options__root .customer-info__root .clms-3 {
    gap: 10px !important;
}

.svc .book-options__root .customer-info__root .input.integer {
    flex: 1 1 10% !important;
    margin-left: 40% !important;
    margin-right: 40% !important;
    display: flex;
    flex-direction: column;
}

.svc .book-options__root .customer-info__root .input.integer label {
    margin: 0 auto !important;
}

.svc .book-options__root .customer-info__root .input.integer > .clms-3 > button {
    height: 40px !important;
    max-width: 2rem !important;
}

.svc .book-options__root .customer-info__root .input.integer > .clms-3 > input {
    font-size: xx-large !important;
}

.svc .book-options__root .customer-info__root .input.phone .iti > input {
    width: calc(100% - 0.8rem) !important;
}

.svc .book-options__root .customer-info__root .iti__selected-country {
    left: 1px !important;
}

.svc .book-options__root .customer-info__root .iti__selected-country:active {
    background-color: var(--roaver-color-primary) !important;
}

.svc .book-options__root .customer-info__root .iti__country:hover {
    background-color: var(--roaver-color-primary) !important;
    color: var(--roaver-color-background) !important;
}

.svc .book-options__root .book-options__submit {
    background-color: var(--roaver-color-button) !important;
    color: var(--roaver-color-background) !important;
    border-radius: 30px !important;
    width: 50% !important;
    height: 4rem !important;
    font-size: x-large !important;
    font-weight: 600 !important;
}

.svc .book-options__root .book-options__submit:hover {
    opacity: 75% !important;
}

.svc .modal__container .display-entity h3 {
    color: var(--roaver-color-outline) !important;
}

.svc .book-payment__root .panel {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.svc .book-payment__root .panel h2,
.svc .book-payment__root .panel h3 {
    color: var(--roaver-color-outline) !important;
}

.svc .book-payment__root .panel p {
    font-size: large !important;
    font-weight: 600 !important;
}

.svc .book-payment__root .panel th {
    font-size: larger !important;
    font-weight: 600 !important;
}

.svc .book-payment__root .panel td {
    font-size: large !important;
    font-weight: 600 !important;
}

.svc .book-payment__root .panel .price-table__hr {
    height: 2px !important;
    background-color: #b7c1d1 !important;
    box-shadow: none !important;
}

.svc .book-payment__root .panel button {
    background-color: var(--roaver-color-button) !important;
    color: var(--roaver-color-background) !important;
    border-radius: 30px !important;
    width: 50% !important;
    height: 4rem !important;
    font-size: x-large !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
}

.svc .book-payment__root .panel button:hover {
    opacity: 75% !important;
}

.svc .book-payment__root .flx.gp-2 {
    justify-content: center !important;
}

.svc .book-payment__root .flx.clms-2.gp-2 > * {
    flex: 0 1 calc(75% - .351rem) !important;
}

.svc .book-payment__root .accordion__exclusive {
    color: var(--roaver-color-outline) !important;
    background-color: var(--roaver-color-background) !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 30px !important;
    padding: 20px !important;
}

.svc .book-payment__root .accordion__exclusive p {
    color: black !important;
}

.svc .book-status__root h3 {
    color: var(--roaver-color-outline) !important;
}

.svc .book-status__root h5 {
    color: var(--roaver-color-outline) !important;
    font-size: large !important;
    font-weight: 600 !important;
}

.svc .book-status__root .panel {
    background-color: var(--roaver-color-background) !important;
    color: var(--roaver-color-outline) !important;
    font-weight: 600 !important;
    border: 1px solid var(--roaver-color-outline) !important;
    border-radius: 30px !important;
    box-shadow: none !important;
}

.svc .book-status__root .panel p {
    font-size: inherit !important;
}

.svc .book-status__root .panel h2,
.svc .book-status__root .panel h3 {
    color: var(--roaver-color-outline) !important;
    font-weight: bold !important;
}

@media only screen and (max-width: 767px) {

    .campervan_booking_container {
        width: 90% !important;
    }

    .svc .quote-request__root {
        width: 90% !important;
    }

    .svc .quote-request__root h1 {
        font-size: xx-large !important;
    }

    .svc .quote-request__root button.text-md {
        width: 60% !important;
        height: 10% !important;
        margin: 10px 20% 10px 20% !important;
    }

    .svc .search-form .tabs__contents .button-search {
        margin-top: 10px !important;
    }

    .svc .search__root {
        max-width: 90% !important;
    }

    .svc .search__root .search__filters-column {
        padding-bottom: 0 !important;
        min-width: 0 !important;
    }

    .svc .search__root .search__filters-column .search__status {
        border-radius: 30px !important;
        padding-bottom: 15px !important;
    }

    .svc .search__filters-modal .modal__container > .modal__content > div {
        background-color: var(--roaver-color-background) !important;
    }

    .svc .search__filters-modal p {
        color: var(--roaver-color-outline) !important;
    }

    .svc .book-progress .stage {
        padding-left: 10px !important;
    }

    .svc .book-progress .stage__present {
        border-radius: 0 9px 9px 0 !important;
    }

    .svc .book-options__root {
        max-width: 90% !important;
    }

    .svc .book-options__root .discount-code__root button {
        margin: 10px auto !important;
    }

    .svc .book-options__root .customer-info__root .input.integer {
        margin: 0 !important;
    }

    .svc .book-options__root .book-options__submit {
        width: 60% !important;
        height: 10% !important;
    }

    .svc .book-payment__root .flx.clms-2.gp-2 > * {
        flex: 0 1 100% !important;
    }
}

/* - - - - - END OF ROAVER WIDGET - - - - - - - */