/* Device visbility media queries
-------------------------------------------------------------------- */
.visible-sm,
.visible-tl,
.visible-dt,
.visible-nb,
.visible-tl-v2,
.visible-dt-v2 {
    display: none !important;
}

/* Only mobiles */
@media only screen and (max-width:765px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    .visible-sm.center-y {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

/* netbooks */
@media only screen and (max-width:1024px) {
    .hidden-nb {
        display: none !important;
    }

    .visible-nb {
        display: block !important;
    }

    .visible-nb.center-y {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

/* only tables */
@media only screen and (min-width:768px) and (max-width:1024px) {
    .hidden-tl {
        display: none !important;
    }

    .visible-tl {
        display: block !important;
    }

    .visible-tl.center-y {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

@media only screen and (min-width:768px) and (max-width:1280px) {
    .hidden-tl-v2 {
        display: none !important;
    }

    .visible-tl-v2 {
        display: block !important;
    }

    .visible-tl-v2.center-y {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

/* Only Desktops */
@media only screen and (min-width:1224px) {
    .hidden-dt {
        display: none !important;
    }

    .visible-dt {
        display: block !important;
    }

    .visible-dt.center-y {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

@media only screen and (min-width:1290px) {
    .hidden-dt-v2 {
        display: none !important;
    }

    .visible-dt-v2 {
        display: block !important;
    }

    .visible-dt-v2.center-y {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

}

/* Shortcode: Title
-------------------------------------------------------------------- 
*/
.hyper-title {
    line-height: 100%;
    margin-bottom: 15px;
}

/* Shortcode: Section heading
-------------------------------------------------------------------- 
*/
.hyper-section-heading {
    margin-bottom: 35px;
}

.hyper-section-heading .the_title {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 85%;
    text-align: inherit;
    font-weight: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    color: inherit;
}

.hyper-section-heading .sub_title {
    display: block;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 30px;
    line-height: 95%;
    text-align: inherit;
    font-style: italic;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 0px;
    color: inherit;
    font-family: 'Playfair Display', serif !important;
}

.hyper-section-heading .sub_title sup {
    top: -0.2em;
}

@media handheld, only screen and (max-width:1280px) {
    .hyper-section-heading .the_title {
        font-size: 50px;
    }

    .hyper-section-heading .sub_title {
        font-size: 27px;
    }

}

@media handheld, only screen and (min-width:768px) and (max-width:1024px) {
    .hyper-section-heading .the_title {
        font-size: 45px;
    }

    .hyper-section-heading .sub_title {
        font-size: 25px;
    }

}

@media handheld, only screen and (max-width:768px) {
    .hyper-section-heading .the_title {
        font-size: 38px;
        text-align: center;
        line-height: 100%;
    }

    .hyper-section-heading .sub_title {
        font-size: 26px;
        text-align: center;
    }

}

/* Shortcode: Zigzag line
-------------------------------------------------------------------- 
*/
.hyper-zigzag-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width:768px) {
    .hyper-zigzag-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

/* Shortcode: Icon Title
-------------------------------------------------------------------- 
*/
.hyper-icontitle {
    padding: 5px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

.hyper-icontitle a {
    color: inherit;
}

.hyper-icontitle a:hover {
    text-decoration: none;
    color: inherit;
}

.hyper-icontitle img {
    margin-right: 10px;
}

/* Shortcode: bgimage
-------------------------------------------------------------------- */
@media(max-width:768px) {

    /*.hyper-bgimage-wrapper{
        margin-bottom: 30px;
    }*/
}

/* Shortcode: vc_single_image
-------------------------------------------------------------------- */
.wpb_single_image .vc_single_image-wrapper.hyper-is-svg {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: auto;
}

.wpb_single_image .vc_single_image-wrapper.hyper-is-svg img {
    width: 100%;
}

/* Shortcode: Slider
-------------------------------------------------------------------- */
.hyper-slider-wrapper {
    margin-left: 0px;
    position: relative;
}

.hyper-slider-wrapper.centermode .slick-slide:not(.slick-current):before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 35px;
    background-color: var(--theme-color3);
}

.hyper-slider-wrapper.centermode .slick-slide:not(.slick-current):after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35px;
    background-color: var(--theme-color3);
}

.hyper-slider-wrapper.centermode .slide-content {
    display: none;
}

.hyper-slider-wrapper.centermode .slide-item.slick-active .slide-content {
    display: block;
}

.hyper-slider-wrapper .slide-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 640px;
    float: left;
    /*transition: all 500ms ease-in-out;
    transform: scale(1.25, 1.25);*/
}

.hyper-slider-wrapper .slide-item.slick-active {
    transform: scale(1, 1);
}

.hyper-slider-wrapper .slick-next {
    right: 50px;
    z-index: 1;
}

.hyper-slider-wrapper .slick-prev {
    left: 50px;
    z-index: 1;
}

.hyper-slider-wrapper.centermode .slick-next {
    right: 115px;
}

.hyper-slider-wrapper.centermode .slick-prev {
    left: 115px;
}

.hyper-slider-wrapper.imageslider .slick-next {
    right: 20px;
}

.hyper-slider-wrapper.imageslider .slick-prev {
    left: 20px;
}

.hyper-slider-wrapper .slick-prev,
.hyper-slider-wrapper .slick-next {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--theme-color2-dim);
}

.hyper-slider-wrapper .slick-next:before,
.hyper-slider-wrapper .slick-prev:before {

    /* display: none;*/
    content: "";
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 1;
}

.hyper-slider-wrapper .slick-prev:before {
    background-image: url(../images/l-arrow.png);
}

.hyper-slider-wrapper .slick-next:before {
    background-image: url(../images/r-arrow.png);
}

.hyper-slider-wrapper .slick-slide {
    position: relative;
}

.hyper-slider-wrapper .slide-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}

.hyper-slider-wrapper .second_picture{
    position: absolute;
    right: 120px;
    top: 170px;
    max-width: 180px;
}

.hyper-slider-wrapper.centermode .slide-content {
    padding-left: 12%;
    padding-right: 12%;
}

.hyper-slider-wrapper .slide-content p {
    color: var(--theme-color3);
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
}

.hyper-slider-wrapper.normal .slide-content p {
    margin-bottom: 35px;
}

.hyper-slider-wrapper .slide-content .the_title {
    font-weight: 800;
    color: var(--theme-color3);
    font-size: 40px;
    line-height: 100%;
    list-style: none;
    padding-left: 0px;
}

.hyper-slider-wrapper.normal .slide-content .the_title {
    margin-bottom: 10px;
    font-size: 50px;
}

.hyper-slider-wrapper.centermode .slide-content .the_title {
    margin-bottom: 8px;
}

.hyper-slider-wrapper.featured .slide-content .the_title .pre_title_head {
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    font-style: italic;
}

.hyper-slider-wrapper.featured .slide-content .the_title .title_head {
    color: var(--theme-color3);
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 10px;
    line-height: 100%;
}

.hyper-slider-wrapper .slide-content a.btn {
    border: 2px solid #fff;
    background-color: transparent;
    color: var(--theme-color3);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    padding: 15px 30px;
    margin-top: 12px;
    text-decoration: none;
}

.hyper-slider-wrapper.normal .slide-content a.btn {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1)
}

.hyper-slider-wrapper .slider-blur-bg {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-image: url(../images/blur-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='25');
    opacity: 0.6;
    z-index: 0;
    bottom: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.hyper-slider-wrapper .no-text.blur-bg:before,
.hyper-slider-wrapper .no-text .blur-bg {
    display: none;
}

body .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

body .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body:not(.home) .hyper-slider-wrapper .slide-content .the_title {
    font-size: 35px !important;
}

body:not(.home) .hyper-slider-wrapper .slide-content p {
    font-size: 16px !important;
}

.hyper-slider-wrapper.featured .slide-item{
    background-image: none!important;
}

.hyper-slider-wrapper.featured .slide-item .main-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hyper-slider-wrapper.featured .slide-item .main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hyper-slider-wrapper.featured .slide-item .main-img.desktop{
    display: block;
}

.hyper-slider-wrapper.featured .slide-item .main-img.mobile{
    display: none;
}

@media(max-width:1024px) {
    .hyper-slider-wrapper .slide-item {
        min-height: 600px;
    }
    
    .hyper-slider-wrapper.featured .slide-item {
        min-height: 450px !important;
    }

    .hyper-slider-wrapper .slick-prev,
    .hyper-slider-wrapper .slick-next,
    .hyper-slider-wrapper .slick-next:before,
    .hyper-slider-wrapper .slick-prev:before {
        width: 55px;
        height: 55px;
    }

    .hyper-slider-wrapper .slide-content .the_title {
        font-size: 26px;
    }

    .hyper-slider-wrapper.featured .slide-content .the_title .title_head {
        font-size: 40px;
    }

    .hyper-slider-wrapper .second_picture{
        /*right: 15%;*/
        top: 150px;
        max-width: 120px;
    }

}

@media(max-width:768px) {

    .hyper-slider-wrapper.normal .slide-content .the_title {
        font-size: 30px;
    }

    .hyper-slider-wrapper.normal .slide-content .text {
        display: none;
    }

    .hyper-slider-wrapper.normal .slide-item:hover .slide-content .text {
        display: block;
    }

    .hyper-slider-wrapper .slide-content {
        bottom: 40px;
    }

    .hyper-slider-wrapper.normal .slide-item:hover .slide-content {
        -webkit-animation: fadeInUp .5s ease-out;
        -moz-animation: fadeInUp .5s ease-out;
    }

    .hyper-slider-wrapper.normal .slide-content p {
        margin-bottom: 20px;
        line-height: 100% !important;
    }

    .hyper-slider-wrapper .blur-bg:before {
        min-height: 150px;
    }

    .hyper-slider-wrapper .second_picture{
        top: 130px;
    }

}

@media(max-width: 640px){
    .hyper-slider-wrapper.featured .slide-item .main-img.desktop{
        display: none;
    }

    .hyper-slider-wrapper.featured .slide-item .main-img.mobile{
        display: block;
    }

    .hyper-slider-wrapper.featured .slide-item {
        min-height: 400px !important;
    }
    
    .hyper-slider-wrapper .slick-next,
    .hyper-slider-wrapper.centermode .slick-next {
        right: -15px;
    }

    .hyper-slider-wrapper .slick-prev,
    .hyper-slider-wrapper.centermode .slick-prev {
        left: -15px;
    }

    .hyper-slider-wrapper .slide-content {
        bottom: 20px;
    }

    .hyper-slider-wrapper.featured .slide-content .the_title {
        font-size: 25px;
    }

    .hyper-slider-wrapper.featured .slide-content .the_title .title_head{
        font-size: 30px;
    }

    .hyper-slider-wrapper .second_picture{
        top: 25px;
        right: 20px;
    }

    .hyper-slider-wrapper .second_picture img{
        max-width: 100%;
        margin: 0 auto;
    }

}

/* Shortcode: Offers
-------------------------------------------------------------------- */
.hyper-offers-wrapper {
}

.hyper-offers-wrapper .ordering-container {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.hyper-offers-wrapper .ordering-container h5 {
    font-size: 16px;
    color: #002222;
    font-weight: normal;
    margin-right: 32px;
}

.hyper-offers-wrapper .ordering-container .order-items a {
    margin-right: 25px;
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}

.hyper-offers-wrapper .ordering-container .order-items a.active:after {
    content: "";
    width: 12px;
    height: 17px;
    background-image: url(../images/long-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.hyper-offers-wrapper .ordering-container .order-items a.active.asc:after {
    transform: rotate(0deg);
}

.hyper-offers-wrapper .ordering-container .order-items a.active.desc:after {
    transform: rotate(180deg);
}

.hyper-offers-wrapper .card {
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    border: 0px;
}

.hyper-offers-wrapper:not(.slider-mode) .card {
    min-width: 330px;
    max-width: 330px;
    margin: 0 auto;
}

.hyper-offers-wrapper .card-header {
    padding: 0px;
    position: relative;
}

.hyper-offers-wrapper .card-header img {
    width: 100%;
    height: 100% !important;
}

.hyper-offers-wrapper .discount {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -13px;
    margin: 0 auto;
    text-align: center;
}

.hyper-offers-wrapper .discount span {
    font-size: 18px;
    font-weight: normal;
    background-color: var(--theme-color2);
    padding: 5px 15px;
    color: var(--theme-color3);
}

.hyper-offers-wrapper .card-body {
    text-align: center;
    padding-bottom: 10px;
}

.hyper-offers-wrapper .card-body .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;    /*min-height: 60px;*/
}

.hyper-offers-wrapper .card-body .the_title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 20px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.05em;
    list-style: none;
    padding-left: 0px;
}

.hyper-offers-wrapper .card-body .number_of_people {
    font-size: 14px;
    color: var(--theme-color2);
    font-weight: 900;
}

.hyper-offers-wrapper .card-body .card-text {
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    font-weight: normal;
}

.hyper-offers-wrapper .sep {
    content: "";
    width: 112px;
    height: 15px;
    background-image: url(../images/sep-zigzag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 20px auto;
}

.hyper-offers-wrapper .price-heading {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
}

.hyper-offers-wrapper .card.normal-card .price-heading {
    margin-bottom: 0px;
}

.hyper-offers-wrapper .card.normal-card .price-offer {
    display: block;
    text-align: center;
}

.hyper-offers-wrapper .card.discount-card .price-offer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.hyper-offers-wrapper .card.normal-card .price-offer span {
    display: block;
}

.hyper-offers-wrapper .price-pretext {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: normal;
}

.hyper-offers-wrapper .discounted-price {
    color: var(--theme-color2);
    font-size: 39px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
}

.hyper-offers-wrapper .original-price {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.hyper-offers-wrapper .price {
    color: var(--theme-color2);
    font-size: 39px;
    font-weight: 900;
    padding: 5px 10px;
    line-height: 100%;
}

.hyper-offers-wrapper .price-msg {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 900;
}

.hyper-offers-wrapper .card-footer {
    /* background-color: var(--theme-color3); */
    border: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.hyper-offers-wrapper .card-footer a {
    background-color: var(--theme-color1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme-color3);
    padding: 10px 30px;
    text-decoration: none;
}

.hyper-offers-wrapper .loadmore {
    text-align: center;
    margin-top: 45px;
}

.hyper-offers-wrapper .loadmore a {
    border: 2px solid var(--theme-color1);
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme-color1);
    padding: 10px 30px;
}

.hyper-offers-wrapper .loadmore a:hover {
    text-decoration: none;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
}

.hyper-offers-wrapper .slick-prev,
.hyper-offers-wrapper .slick-next {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--theme-color2-dim);
    z-index: 1;
}

.hyper-offers-wrapper .slick-next:before,
.hyper-offers-wrapper .slick-prev:before {

    /* display: none;*/
    content: "";
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 1;
}

.hyper-offers-wrapper .slick-prev:before {
    background-image: url(../images/l-arrow.png);
}

.hyper-offers-wrapper .slick-next:before {
    background-image: url(../images/r-arrow.png);
}

.hyper-offers-wrapper .slick-slide {
    outline: none !important;
}

.hyper-offers-wrapper.style2 p.pre-text {
    margin-bottom: 0px;
    font-size: 16px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.hyper-offers-wrapper.style2 h3 {
    margin-bottom: 20px;
}

.hyper-offers-wrapper.style2  .card-body {
    padding-bottom: 0px;
}

.hyper-offers-wrapper.style2 .card-body .card-text {
    font-size: 30px;
    font-weight: 300;
    color: var(--theme-color2);
    line-height: 1em;
}

.hyper-offers-wrapper.style2 .card-body .card-text span {
    font-size: 20px;
    display: block;
}

.hyper-offers-wrapper.style2 .sep {
    margin: 10px auto;
}

.hyper-offers-wrapper.style2 .price-offer {
    margin-bottom: 0px;
}

.hyper-offers-wrapper.style2  .card-footer {
    padding-top: 5px;
    padding-bottom: 30px;
}

.hyper-offers-wrapper .card-img-top {
    overflow: hidden;
    height: 240px;
}

.hyper-offers-wrapper .card-img-top .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s ease-out;
}

.hyper-offers-wrapper .card-header:hover .img {
    transform: scale(1.1);
}

.hyper-offers-wrapper .card-header:hover img {
    transform: scale(1.1);
}

.hyper-offers-wrapper.non-slider-mode > .row {
    justify-content: center;
}

.hyper-offers-wrapper.non-slider-mode > .row > .col {
    flex-grow: unset;
}

@media(max-width:1200px) {
    .hyper-offers-wrapper .card {
        min-width: 300px;
    }

}

@media(max-width:992px) {
    .hyper-offers-wrapper.non-slider-mode {
    }

}

@media(max-width:768px) {
    .hyper-offers-wrapper .card {
        min-width: 200px;
        max-width: 350px;
        margin: 0 auto;
    }

    .hyper-offers-wrapper .card-body .the_title {
        font-size: 22px;
    }

    .hyper-offers-wrapper .card-body .card-text,
    .hyper-offers-wrapper .original-price {
        font-size: 18px;
        line-height: 24px;
    }

    .hyper-offers-wrapper .price-heading,
    .hyper-offers-wrapper .price-msg,
    .hyper-offers-wrapper .price-pretext {
        font-size: 16px;
    }

    .hyper-offers-wrapper .discounted-price {
        font-size: 45px;
    }

    .hyper-offers-wrapper .card-footer a {
        min-width: 200px;
    }

}

@media(max-width:575px) {
    .hyper-offers-wrapper .ordering-container {
        justify-content: center;
    }

    .hyper-offers-wrapper .ordering-container h5,
    .hyper-offers-wrapper .ordering-container .order-items a {
        margin: 0px;
        padding: 0px 15px;
    }

	.hyper-offers-wrapper:not(.slider-mode) .card{
        min-width: 300px;
        max-width: 300px;
    }
    
    .hyper-offers-wrapper.non-slider-mode > .row > .col{
    	padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:330px) {
	.hyper-offers-wrapper:not(.slider-mode) .card{
        min-width: 280px;
        max-width: 280px;
    }
}

/* Shortcode: Offers API
-------------------------------------------------------------------- */
.offer-api-filter-container {
    padding: 40px 0px;
    background-color: var(--theme-color2);
}

.offer-api-filter-container .reset-filter{
    text-align: center;
    margin-top: 20px;
}

.offer-api-filter-container .reset-filter a{
    font-size: 24px;
    color: var(--theme-color3);
    font-weight: bold;
    text-decoration: underline;
}

.offer-api-filter-container .reset-filter a:hover{
    color: var(--theme-color3);
    text-decoration: underline;
}

.offer-api-filter-container .offer-filter-inner {
    max-width: 100%;
}

.offer-api-filter-container .offer-filter-form .step1 {
    width: 100%;
    margin: 0 auto;
}

.offer-api-filter-container .offer-filter-form .step1 input {
    width: 100%;
    background: transparent;
    border: 0px;
    outline: none;
    box-shadow: none;
    min-height: 44px;
    color: var(--theme-color3);
    padding: 0px;
}

.offer-api-filter-container .offer-filter-form .step1 input::placeholder{
    color: var(--theme-color3)!important;
}

.offer-api-filter-container .offer-filter-form::-webkit-input-placeholder {
    color: var(--theme-color3)!important;
    opacity: 1;
}

.offer-api-filter-container .offer-filter-form::-moz-placeholder {
    color: var(--theme-color3)!important;
    opacity: 1;
}

.offer-api-filter-container .offer-filter-form:-ms-input-placeholder {
    color: var(--theme-color3)!important;
    opacity: 1;
}

.offer-api-filter-container .offer-filter-form::-ms-input-placeholder {
    color: var(--theme-color3)!important;
    opacity: 1;
}

.offer-api-filter-container .offer-filter-form::placeholder {
    color: var(--theme-color3)!important;
    opacity: 1;
}

.offer-api-filter-container .offer-filter-form .datepicker-clear{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--theme-color3);
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    font-size: 20px;
}

.offer-api-filter-container .offer-filter-form .bootstrap-select .dropdown-toggle:after {
    background-image: url(../images/arrow-brown.png);
}

.offer-api-filter-container .bootstrap-select .btn {
    border: 0px;
    background-color: inherit;
}

.offer-api-filter-container .bootstrap-select .dropdown-toggle .filter-option {
    color: var(--theme-color3);
    padding-left: 0px;
    font-size: 14px;
}

.offer-api-filter-container .bootstrap-select>.dropdown-toggle,
.offer-api-filter-container .btn-light:not(:disabled):not(.disabled).active,
.offer-api-filter-container .btn-light:not(:disabled):not(.disabled):active,.offer-api-filter-container .show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border: 0px;
}

.offer-api-filter-container .offer-filter-form .step1 .form-group {
    position: relative;
    padding-bottom: 8px;
}

.offer-api-filter-container .offer-filter-form .step1 .form-group:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/form-input-bg2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 5px;
    z-index: 0;
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes {
    margin: 1rem auto;
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes #boat_models_div{
    display: flex;
    flex-wrap: wrap;
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes .checkbox-item{
    flex-basis: 33.33%;
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes p {
    color: var(--theme-color3);
    font-size: 16px;
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--theme-color3);
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes label input {
    display: none;
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes label span {
    position: relative;
    padding-left: 28px;
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes label span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    border: 1px solid var(--theme-color3);
}

.offer-api-filter-container .offer-filter-form .step2.model-checkboxes label input:checked + span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color3);
}

.offer-api-filter-container .offer-filter-form .button-container {
    text-align: center;
}

.offer-api-filter-container .offer-filter-form .button-container .btn {
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.hyper-offers-api-wrapper {
    padding-top: 40px;
}

.hyper-offers-api-wrapper,
.offer-api-filter-container .offer-filter-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hyper-offers-api-wrapper .ordering-container {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.hyper-offers-api-wrapper .ordering-container h5 {
    font-size: 16px;
    color: #002222;
    font-weight: normal;
    margin-right: 32px;
}

.hyper-offers-api-wrapper .ordering-container .order-items a {
    color: var(--theme-color2);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}

.hyper-offers-api-wrapper .ordering-container .order-items a.active{
    margin-right: 25px;
}

.hyper-offers-api-wrapper .ordering-container .order-items a.active:after {
    content: "";
    width: 12px;
    height: 17px;
    background-image: url(../images/long-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.hyper-offers-api-wrapper .ordering-container .order-items a.active.asc:after {
    transform: rotate(0deg);
}

.hyper-offers-api-wrapper .ordering-container .order-items a.active.desc:after {
    transform: rotate(180deg);
}

.hyper-offers-api-wrapper .api-item{
    display: none;
}

.hyper-offers-api-wrapper .card {
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    border: 0px;
}

.hyper-offers-api-wrapper .card-header {
    padding: 0px;
    position: relative;
}

.hyper-offers-api-wrapper .card-header img {
    width: 100%;
}

.hyper-offers-api-wrapper .discount {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -13px;
    margin: 0 auto;
    text-align: center;
}

.hyper-offers-api-wrapper .discount span {
    font-size: 19px;
    font-weight: normal;
    background-color: var(--theme-color2);
    padding: 3px 10px;
    color: var(--theme-color3);
}

.hyper-offers-api-wrapper .card-body {
    text-align: center;
    padding-bottom: 10px;
}

.hyper-offers-api-wrapper .card-body .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hyper-offers-api-wrapper .card-body .the_title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 20px;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.05em;
    list-style: none;
    padding-left: 0px;
}

.hyper-offers-api-wrapper .bases{
    font-size: 16px;
}

.hyper-offers-api-wrapper .card-body .card-text {
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    font-weight: normal;
}

.hyper-offers-api-wrapper .card-body .card-text span{
    display: block;
}

.hyper-offers-api-wrapper .sep {
    content: "";
    width: 112px;
    height: 15px;
    background-image: url(../images/sep-zigzag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 20px auto;
}

.hyper-offers-api-wrapper .price-heading {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
}

.hyper-offers-api-wrapper .price-offer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.hyper-offers-api-wrapper .price-pretext {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: normal;
}

.hyper-offers-api-wrapper .discounted-price {
    color: var(--theme-color2);
    font-size: 39px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
}

.hyper-offers-api-wrapper .original-price {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.hyper-offers-api-wrapper .price-msg {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 900;
}

.hyper-offers-api-wrapper .card-footer {
    /* background-color: var(--theme-color3); */
    border: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.hyper-offers-api-wrapper .card-footer a {
    background-color: var(--theme-color1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme-color3);
    padding: 10px 30px;
    text-decoration: none;
}

.hyper-offers-api-wrapper .loadmore {
    text-align: center;
    margin-top: 45px;
}

.hyper-offers-api-wrapper .loadmore a {
    border: 2px solid var(--theme-color1);
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme-color1);
    padding: 10px 30px;
}

.hyper-offers-api-wrapper .loadmore a:hover {
    text-decoration: none;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
}

.hyper-offers-api-wrapper.style2 p.pre-text {
    margin-bottom: 0px;
    font-size: 16px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
}

.hyper-offers-api-wrapper.style2 h3 {
    margin-bottom: 20px;
}

.hyper-offers-api-wrapper.style2  .card-body {
    padding-bottom: 0px;
}

.hyper-offers-api-wrapper.style2 .card-body .card-text {
    font-size: 30px;
    font-weight: 300;
    color: var(--theme-color2);
    line-height: 1em;
}

.hyper-offers-api-wrapper.style2 .card-body .card-text span {
    font-size: 20px;
    display: block;
}

.hyper-offers-api-wrapper.style2 .sep {
    margin: 10px auto;
}

.hyper-offers-api-wrapper.style2 .price-offer {
    margin-bottom: 0px;
}

.hyper-offers-api-wrapper.style2  .card-footer {
    padding-top: 5px;
    padding-bottom: 30px;
}

.hyper-offers-api-wrapper .card-img-top {
    overflow: hidden;
}

.hyper-offers-api-wrapper .card-header:hover img {
    transform: scale(1.1);
}

.hyper-offers-api-wrapper .loadmore-wrap{
    text-align: center;
    margin: 15px auto;
}

.hyper-offers-api-wrapper .loadmore-wrap a{
    background-color: var(--theme-color1);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid var(--theme-color1) !important;
    padding: 15px 30px;
}

.destination-wrapper.loading,
.passenger-wrapper.loading,
.duration-wrapper.loading{
    position: relative;
}

.destination-wrapper.loading:before,
.passenger-wrapper.loading:before,
.duration-wrapper.loading:before{
    content: "";
    position: absolute;
    left: -10px;
    right: 0px;
    margin: 0 auto;
    top: 7px;
    width: 100%;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, var(--theme-color2)), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, var(--theme-color2) 33%);
    background: linear-gradient(to right, #eeeeee 8%,#dddddd 18%,var(--theme-color2) 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
}

.empty-offer{
    font-size: 25px;
    
}

@media(max-width:768px) {
    .hyper-offers-api-wrapper .card {
        max-width: 350px;
        margin: 0 auto;
    }

    .hyper-offers-api-wrapper .card-body h3 {
        font-size: 22px;
    }

    .hyper-offers-api-wrapper .card-body .card-text,
    .hyper-offers-api-wrapper .original-price {
        font-size: 18px;
        line-height: 24px;
    }

    .hyper-offers-api-wrapper .price-heading,
    .hyper-offers-api-wrapper .price-msg,
    .hyper-offers-api-wrapper .price-pretext {
        font-size: 16px;
    }

    .hyper-offers-api-wrapper .discounted-price {
        font-size: 45px;
    }

    .hyper-offers-api-wrapper .card-footer a {
        min-width: 200px;
    }

    .offer-filter-form .button-container {
        margin-top: 25px;
    }

    .offer-filter-form .step2.model-checkboxes .controls > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }


    .destination-wrapper.loading:before,
    .passenger-wrapper.loading:before,
    .duration-wrapper.loading:before{
        top: 12px;
    }

    .offer-api-filter-container .offer-filter-form .step2.model-checkboxes .checkbox-item{
        width: 100%;
        flex-basis: 100%;
    }

}

@media(max-width:575px) {
    .offer-filter-form .step2.model-checkboxes .controls > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bootstrap-select .dropdown-toggle:after {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

}

/* Shortcode: Destination
-------------------------------------------------------------------- */
.hyper-destination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hyper-destination-wrapper .destination-item {
    flex-basis: 33.333%;
    min-height: 379px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px;
}

.hyper-destination-wrapper .destination-item.more-items {
    background-color: #e1e1df;
}

.hyper-destination-wrapper .destination-item .title {
    text-align: center;
    z-index: 2;
}

.hyper-destination-wrapper .destination-item .title span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: var(--theme-color3);
    background-color: var(--theme-color1-dim2);
    border: 1px solid var(--theme-color1-dim2);
    padding: 10px 25px;
    text-transform: uppercase;
}

.hyper-destination-wrapper .destination-item.more-items .title span {
    color: #002222;
    font-style: italic;
    background-color: unset;
    border: 0px;
}

.hyper-destination-wrapper .destination-item:not(.more-items) .hover-info {
    display: none;
    text-align: center;
    z-index: 2;
}

.hyper-destination-wrapper .destination-item .hover-info p {
    display: block;
    color: var(--theme-color3);
    font-size: 16px;
    line-height: 18px;
}

.hyper-destination-wrapper .destination-item .hover-info .btn {
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #fff;
    color: var(--theme-color3);
    padding: 10px 20px;
    min-width: 150px;
    margin-top: 15px;
}

.hyper-destination-wrapper .destination-item:hover:not(.more-items) {
    justify-content: flex-end;
}

.hyper-destination-wrapper .destination-item.more-items .hover-info a {
    display: block;
    text-align: center;
    color: var(--theme-color1);
    font-size: 14px;
    font-weight: 900;
}

.hyper-destination-wrapper .destination-item:hover .overlay {
    background-color: var(--theme-color1-dim2);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

.hyper-destination-wrapper .destination-item:hover .hover-info {
    display: block;
}

.hyper-destination-wrapper .destination-item:hover .title span {
    background-color: transparent;
    border: 0px;
}

@media(max-width:768px) {
    .hyper-destination-wrapper .destination-item {
        flex-basis: 100%;
    }

    .hyper-destination-wrapper .destination-item .title span {
        font-size: 20px;
        padding: 10px 20px;
    }

    .hyper-destination-wrapper .destination-item .hover-info p {
        font-size: 15px;
        line-height: 17px;
    }

    .hyper-destination-wrapper .destination-item .hover-info .btn {
        padding: 6px 12px;
        min-width: 120px;
    }

    .hyper-destination-wrapper .destination-item:hover {
        justify-content: center;
    }

    .hyper-destination-wrapper .destination-item.more-items .title span {
        font-size: 26px;
        text-transform: none;
    }

    .hyper-destination-wrapper .destination-item.more-items .hover-info a {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

}

@media(max-width:575px) {
    .hyper-destination-wrapper .destination-item {
        flex-basis: 100%;
        min-height: 320px;
    }

}

/* Shortcode: Models
-------------------------------------------------------------------- */
.models-filter-container {
    padding: 40px 0px;
    background-color: var(--theme-color2);
    margin-bottom: 35px;
    font-size: 16px;
}

.models-filter-container .inputs-container {
    align-items: center;
    color: var(--theme-color3);
}

.models-filter-container .inputs-container > .col:nth-child(1) {
    flex-basis: 28%;
}

.models-filter-container .inputs-container > .col:nth-child(2) {
    flex-basis: 28%;
}

.models-filter-container .inputs-container > .col:nth-child(3) {
    flex-basis: 44%;
}

.models-filter-container .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: var(--theme-color3);
}

.models-filter-form .bootstrap-select .dropdown-toggle:after {
    background: url(../images/arrow-brown.png)
}

.models-filter-form .form-group {
    position: relative;
    padding-bottom: 8px;
}

.models-filter-form .form-group:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/form-input-bg2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 5px;
    z-index: 0;
}

.models-filter-form .two-steering-input.form-group:after {
    display: none;
}

.models-filter-form .two-steering-input {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}

.models-filter-form .two-steering-input p {
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: normal;
    color: var(--theme-color3);
    margin-bottom: 0px;
}

.models-filter-form .button-container {
    text-align: center;
}

.models-filter-form .button-container .btn {
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: var(--theme-color1) !important;
    border-color: var(--theme-color1) !important;
}

.hyper-models-wrapper {
}

.hyper-models-wrapper .card {
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    border: 0px;
}

.hyper-models-wrapper .card-header {
    padding: 0px;
    position: relative;
}

.hyper-models-wrapper .card-header img {
    width: 100%;
}

.hyper-models-wrapper .card-body {
    text-align: center;
    padding-bottom: 10px;
}

.hyper-models-wrapper .card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
}

.hyper-models-wrapper .card-body .capacity {
    color: var(--theme-color2);
    font-style: 14px;
    font-weight: 900;
}

.hyper-models-wrapper .card-body .card-text {
    font-size: 16px;
    color: #343434;
    font-weight: normal;
    line-height: 100%;
}

.hyper-models-wrapper .sep {
    content: "";
    width: 112px;
    height: 15px;
    background-image: url(../images/sep-zigzag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 20px auto;
}

.hyper-models-wrapper .price-heading {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0px;
}

.hyper-models-wrapper .price-offer {
    display: block;
    text-align: center;
}

.hyper-models-wrapper .price-offer span {
    display: block;
}

.hyper-models-wrapper .price-pretext {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: normal;
}

.hyper-models-wrapper .price {
    color: var(--theme-color2);
    font-size: 39px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%;
}

.hyper-models-wrapper .price-msg {
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 900;
}

.hyper-models-wrapper .card-footer {
    /* background-color: var(--theme-color3); */
    border: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.hyper-models-wrapper .card-footer a {
    background-color: var(--theme-color1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme-color3);
    padding: 10px 30px;
}

.hyper-models-wrapper .loadmore {
    text-align: center;
    margin-top: 45px;
}

.hyper-models-wrapper .loadmore a {
    border: 2px solid var(--theme-color1);
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme-color1);
    padding: 10px 30px;
}

.hyper-models-wrapper .loadmore a:hover {
    text-decoration: none;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
}

.manual-offer-wrapper,
.models-filter-container .models-filter-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.models-filter-container .models-filter-inner {
    margin-bottom: 35px;
}

@media(min-width:600px) {
    .manual-offer-wrapper,
    .models-filter-container .models-filter-inner {
        max-width: 540px;
        margin: 0 auto;
    }

    .models-filter-container .models-filter-inner {
        margin-bottom: 35px;
    }

}

@media(min-width:768px) {
    .manual-offer-wrapper,
    .models-filter-container .models-filter-inner {
        max-width: 720px;
        margin: 0 auto;
    }

    .models-filter-container .models-filter-inner {
        margin-bottom: 35px;
    }

}

@media(min-width:992px) {
    .manual-offer-wrapper,
    .models-filter-container .models-filter-inner {
        max-width: 960px;
        margin: 0 auto;
    }

    .models-filter-container .models-filter-inner {
        margin-bottom: 35px;
    }

}

@media(min-width:1200px) {
    .manual-offer-wrapper,
    .models-filter-container .models-filter-inner {
        max-width: 1140px;
        margin: 0 auto;
    }

    .models-filter-container .models-filter-inner {
        margin-bottom: 35px;
    }

}

@media(max-width:992px) {
}

@media(max-width:768px) {
    .hyper-models-wrapper .card {
        max-width: 350px;
        margin: 0 auto;
    }

    .models-filter-container .inputs-container {
        display: block;
    }

    .models-filter-container .inputs-container > .col {
        flex-basis: 100% !important;
    }

}

@media(max-width:600px) {
    .models-filter-container .models-filter-inner,
    .hyper-offers-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .models-filter-form .bootstrap-select>.dropdown-toggle {
        padding: 12px 0px !important;
    }

    .hyper-offers-wrapper > .row {
        display: block;
    }

}

@media(max-width:330px) {
    .manual-offer-wrapper,
    .models-filter-container .models-filter-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

}

/* Shortcode: Content Box
-------------------------------------------------------------------- */
.hyper-content-box-wrapper {
}

.hyper-content-box-wrapper .content-box p {
    margin-bottom: 15px;
}

.hyper-content-box-wrapper .content-box .the_title {
    list-style: none;
    padding-left: 0px;
}

.hyper-content-box-wrapper.layout1 {
    display: block;
}

.hyper-content-box-wrapper.layout1 .card {
    border: 0px;
}

.hyper-content-box-wrapper.layout1 .card-header {
    padding: 0px;
    position: relative;
    border: 0px;
}

.hyper-content-box-wrapper.layout1 .card-header .the_title {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    color: var(--theme-color3);
    font-size: 18px;
    font-weight: 900;
}

.hyper-content-box-wrapper.layout1 .card-body {
    padding-top: 20px;
    padding-bottom: 0px;
    border: 0px;
    text-align: center;
}

.hyper-content-box-wrapper.layout1 .card-body p {
    font-size: 16px;
    font-weight: normal;
    color: #343434;
}

.hyper-content-box-wrapper.layout1 .card-body p:last-child {
    font-size: 14px;
}

.hyper-content-box-wrapper.layout1 .card-footer {
    padding-top: 0px;
    padding-bottom: 25px;
    border: 0px;
    text-align: center;
}

.hyper-content-box-wrapper.layout1 a.btn {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.hyper-content-box-wrapper.layout2 {
    display: block;
}

.hyper-content-box-wrapper.layout2 .content-box {
    min-height: 330px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out;
}

.hyper-content-box-wrapper.layout2 .content-box-inner {
    z-index: 1;
}

.hyper-content-box-wrapper.layout2 .content-box a.btn {
    line-height: 100%;
    font-size: 18px;
    padding: 15px 30px;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
}

.hyper-content-box-wrapper.layout3 {
    display: block;
}

.hyper-content-box-wrapper.layout3 .content-box {
    min-height: 300px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out;
}

.hyper-content-box-wrapper.layout3 .content-box-inner {
    z-index: 1;
}

.hyper-content-box-wrapper.layout3 .content-box .the_title {
    font-size: 25px;
    font-weight: 900;
    color: var(--theme-color3);
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.hyper-content-box-wrapper.layout3 .content-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    font-style: italic;
    color: var(--theme-color3);
    font-family: 'Playfair Display', serif;
}

.hyper-content-box-wrapper.layout3 .content-box a.btn {
    font-size: 12px;
    line-height: 100%;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.hyper-content-box-wrapper.layout3 .content-box:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-content-box-wrapper.layout3 .content-box .hover-content {
    display: none;
    text-align: center;
}

.hyper-content-box-wrapper.layout3 .content-box:hover .hover-content {
    display: block;
    padding-bottom: 20px;
}

.hyper-content-box-wrapper.layout3 .content-box:hover .content-box-inner {
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-content-box-wrapper.layout4 {
    display: block;
}

.hyper-content-box-wrapper.layout4 .content-box {
    min-height: 300px;
    padding: 40px;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out;
}

.hyper-content-box-wrapper.layout4 .content-box-inner {
    z-index: 1;
}

.hyper-content-box-wrapper.layout4 .content-box .the_title {
    text-align: center;
    z-index: 2;
}

.hyper-content-box-wrapper.layout4 .content-box .the_title span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: var(--theme-color3);
    text-transform: uppercase;
    background-color: var(--theme-color1-dim2);
    border: 1px solid var(--theme-color1-dim2);
    padding: 10px 25px;
    white-space: unset;
    word-break: break-word;
}

.hyper-content-box-wrapper.layout4 .content-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--theme-color3);
}

.hyper-content-box-wrapper.layout4 .content-box a.btn {
    font-size: 12px;
    line-height: 100%;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.hyper-content-box-wrapper.layout4 .content-box:hover {
    align-items: center;
    padding: 40px;
}

.hyper-content-box-wrapper.layout4 .content-box:hover .content-box-inner {
    padding-top: 25px;
}

.hyper-content-box-wrapper.layout4 .content-box:hover .the_title span {
    background-color: transparent;
    border: 0px;
}

.hyper-content-box-wrapper.layout4 .content-box:hover a.btn:before {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.hyper-content-box-wrapper.layout4 .content-box:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color1-dim2);
    border: 1px solid var(--theme-color1-dim2);
}

.hyper-content-box-wrapper.layout4 .content-box .hover-content {
    display: none;
    text-align: center;
}

.hyper-content-box-wrapper.layout4 .content-box:hover .hover-content {
    display: block;
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-content-box-wrapper.layout5 {
    display: block;
}

.hyper-content-box-wrapper.layout5.full_height{
    /*height: 100%;*/
}

.hyper-content-box-wrapper.layout5 .content-box {
    min-height: 300px;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out;
}

.hyper-content-box-wrapper.layout5 .content-box:hover {
    align-items: flex-end;
}

.hyper-content-box-wrapper.layout5 .content-box-inner {
    z-index: 1;
}

.hyper-content-box-wrapper.layout5 .content-box .the_title {
    text-align: center;
    z-index: 2;
}

.hyper-content-box-wrapper.layout5 .content-box .the_title span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: var(--theme-color3);
    text-transform: uppercase;
    background-color: var(--theme-color1-dim2);
    border: 1px solid var(--theme-color1-dim2);
    padding: 10px 25px;
    white-space: unset;
    word-break: break-word;
}

.hyper-content-box-wrapper.layout5 .content-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--theme-color3);
}

.hyper-content-box-wrapper.layout5 .content-box a.btn {
    font-size: 12px;
    line-height: 100%;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.hyper-content-box-wrapper.layout5 .content-box:hover .the_title span {
    background-color: transparent;
    border: 0px;
}

.hyper-content-box-wrapper.layout5 .content-box:hover a.btn:before {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.hyper-content-box-wrapper.layout5 .content-box:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color1-dim2);
    border: 1px solid var(--theme-color1-dim2);
}

.hyper-content-box-wrapper.layout5 .content-box .hover-content {
    display: none;
    text-align: center;
    padding-bottom: 20px;
}

.hyper-content-box-wrapper.layout5 .content-box:hover .hover-content {
    display: block;
    padding-bottom: 0px;
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-content-box-wrapper.layout6 {
    display: block;
}

.hyper-content-box-wrapper.layout6 .content-box {
    min-height: 300px;
    padding: 40px;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out;
}

.hyper-content-box-wrapper.layout6 .content-box-inner {
    z-index: 1;
}

.hyper-content-box-wrapper.layout6 .content-box .the_title {
    text-align: center;
    z-index: 2;
}

.hyper-content-box-wrapper.layout6 .content-box .the_title span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: var(--theme-color3);
    text-transform: uppercase;
    background-color: rgba(0, 184, 185, 0.8);
    border: 1px solid rgba(0, 184, 185, 0.8);
    padding: 10px 25px;
    white-space: unset;
    word-break: break-word;
}

.hyper-content-box-wrapper.layout6 .content-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--theme-color3);
}

.hyper-content-box-wrapper.layout6 .content-box a.btn {
    font-size: 12px;
    line-height: 100%;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.hyper-content-box-wrapper.layout6 .content-box:hover {
    align-items: center;
    padding: 40px;
}

.hyper-content-box-wrapper.layout6 .content-box:hover .content-box-inner {
    padding-top: 25px;
}

.hyper-content-box-wrapper.layout6 .content-box:hover .the_title span {
    background-color: transparent;
    border: 0px;
}

.hyper-content-box-wrapper.layout6 .content-box:hover a.btn:before {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.hyper-content-box-wrapper.layout6 .content-box:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 184, 185, 0.8);
    border: 1px solid rgba(0, 184, 185, 0.8);
}

.hyper-content-box-wrapper.layout6 .content-box .hover-content {
    display: none;
    text-align: center;
}

.hyper-content-box-wrapper.layout6 .content-box:hover .hover-content {
    display: block;
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-content-box-wrapper.layout7 {
    display: block;
}

.hyper-content-box-wrapper.layout7.full_height{
    /*height: 100%;*/
}

.hyper-content-box-wrapper.layout7 .content-box {
    min-height: 300px;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out;
}

.hyper-content-box-wrapper.layout7 .content-box:hover {
    align-items: flex-end;
}

.hyper-content-box-wrapper.layout7 .content-box-inner {
    z-index: 1;
}

.hyper-content-box-wrapper.layout7 .content-box .the_title {
    text-align: center;
    z-index: 2;
}

.hyper-content-box-wrapper.layout7 .content-box .the_title span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: var(--theme-color3);
    text-transform: uppercase;
    background-color: rgba(0, 184, 185, 0.8);
    border: 1px solid rgba(0, 184, 185, 0.8);
    padding: 10px 25px;
    white-space: unset;
    word-break: break-word;
}

.hyper-content-box-wrapper.layout7 .content-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--theme-color3);
}

.hyper-content-box-wrapper.layout7 .content-box a.btn {
    font-size: 12px;
    line-height: 100%;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.hyper-content-box-wrapper.layout7 .content-box:hover .the_title span {
    background-color: transparent;
    border: 0px;
}

.hyper-content-box-wrapper.layout7 .content-box:hover a.btn:before {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.hyper-content-box-wrapper.layout7 .content-box:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 184, 185, 0.8);
    border: 1px solid rgba(0, 184, 185, 0.8);
}

.hyper-content-box-wrapper.layout7 .content-box .hover-content {
    display: none;
    text-align: center;
    padding-bottom: 20px;
}

.hyper-content-box-wrapper.layout7 .content-box:hover .hover-content {
    display: block;
    padding-bottom: 0px;
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-content-box-wrapper .content-box:hover .hover-content strong{
    color: inherit;
}

/*** greyed out mode **/
.hyper-content-box-wrapper .content-box,
.hyper-content-box-wrapper.layout1.active .card .card-header {
    position: relative;
}

.hyper-content-box-wrapper.layout1.active .card .card-header:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgb(128, 128, 128, 0.8);
    z-index: 0;
}

.hyper-content-box-wrapper.active .content-box:before,
.hyper-content-box-wrapper.active .content-box:hover:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgb(128, 128, 128, 0.8) !important;
    z-index: 0;
}

.hyper-content-box-wrapper.active .content-box:hover .hover-content {
    display: none !important;
}

@media(max-width:1024px) {
    .hyper-content-box-wrapper.layout4 .content-box:hover {
        padding: 25px;
    }

    .hyper-content-box-wrapper.layout4 .content-box .the_title span {
        padding: 10px;
        font-size: 16px;
    }

}

@media(max-width:768px) {
    .hyper-content-box-wrapper.layout1 .card-body {
        padding-bottom: 10px;
    }

    .hyper-content-box-wrapper {

        /*padding-left: 30px;
        padding-right: 30px;*/
    }

    .hyper-content-box-wrapper.layout1 .card-header .the_title {
        font-size: 20px;
        text-transform: uppercase;
    }

    .hyper-content-box-wrapper.layout5 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hyper-content-box-wrapper.layout7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hyper-content-box-wrapper .content-box p {
        line-height: initial !important;
    }

}

@media(max-width:600px) {
    .hyper-content-box-wrapper.layout5 .content-box .the_title span {
        padding: 10px;
    }

    .hyper-content-box-wrapper.layout7 .content-box .the_title span {
        padding: 10px;
    }

}

/* Shortcode: Button
-------------------------------------------------------------------- */
.hyper-button {
    box-sizing: border-box;
    transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
    font-weight: bold;
    min-width: 150px;
}

.hyper-button .hyper-icon {
    display: inline-block;
    margin-right: 10px;
    width: auto;
}

/* Shortcode: Blog
-------------------------------------------------------------------- */
.hyper-blog-container {
}

.hyper-blog-container.hyper-style1-wrapper {
    justify-content: center;
}

.hyper-blog-container.hyper-style1-wrapper .card {
    position: relative;
    max-width: 350px;
}

.hyper-blog-container a.desktop-blog-link,
.hyper-blog-container a.mobile-blog-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.hyper-blog-container .card-body .the_title {
    list-style: none;
    padding-left: 0px;
}

.hyper-blog-container .card-body .the_title a {
    font-size: 30px;
    color: var(--theme-color3);
    font-weight: 300;
    line-height: 100%;
    text-decoration: none;
}

.hyper-blog-container.hyper-style1-wrapper .card-image {
    min-height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hyper-blog-container.hyper-style1-wrapper .card-body {
    background-color: var(--theme-color2-dim);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: var(--theme-color3);
    text-align: center;
}

.hyper-blog-container.hyper-style1-wrapper .card-body p {
    color: var(--theme-color3);
    font-size: 16px;
}

.hyper-blog-container.hyper-style1-wrapper .card-body .hover-content {
    display: none;
}

.hyper-blog-container.hyper-style1-wrapper .card:hover .card-body {
    background-color: var(--theme-color2);
}

.hyper-blog-container.hyper-style1-wrapper .card:hover .card-body .hover-content {
    display: block;
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-blog-container.hyper-style1-wrapper .hyper-blog-meta-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    color: var(--theme-color3);
}

.hyper-blog-container.hyper-style1-wrapper .hyper-blog-meta-wrapper time a {
    color: var(--theme-color3);
    font-size: 14px;
}

.hyper-blog-container.hyper-style1-wrapper .hyper-blog-tags,
.hyper-blog-container.hyper-style1-wrapper .hyper-blog-tags a {
    color: var(--theme-color3);
    font-size: 16px;
    font-weight: bold;
}

.hyper-blog-container.hyper-style1-wrapper .hyper-categories {
    display: block;
    margin-bottom: 10px;
}

.hyper-blog-container.hyper-style1-wrapper .hyper-categories a {
    color: var(--theme-color3);
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.hyper-blog-container.hyper-style2-wrapper .card {
    position: relative;
}

.hyper-blog-container.hyper-style2-wrapper .hyper-blog-meta-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    color: var(--theme-color3);
    background-color: rgba(0, 0, 0, 0.2);
}

.hyper-blog-container.hyper-style2-wrapper .hyper-blog-meta-wrapper time a {
    color: var(--theme-color3);
    font-size: 14px;
}

.hyper-blog-container.hyper-style2-wrapper .hyper-blog-tags,
.hyper-blog-container.hyper-style2-wrapper .hyper-blog-tags a {
    color: var(--theme-color3);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.hyper-blog-container.hyper-style2-wrapper .card-body {
    background-color: rgba(71, 93, 49, 0.9);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: var(--theme-color3);
}

.hyper-blog-container.hyper-style2-wrapper .hyper-categories {
    display: block;
    margin-bottom: 10px;
}

.hyper-blog-container.hyper-style2-wrapper .hyper-categories a {
    color: var(--theme-color3);
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.hyper-blog-container.hyper-style2-wrapper .card-body p {
    color: var(--theme-color3);
    font-size: 16px;
}

.hyper-blog-container.hyper-style2-wrapper .card-body .hover-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.hyper-blog-container.hyper-style2-wrapper .card:hover .card-body .hover-content {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hyper-blog-container.hyper-style2-wrapper .card-image {
    min-height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hyper-blog-container.hyper-style2-wrapper .card-image img {
    visibility: hidden;
    opacity: 0;
}

.hyper-blog-container.hyper-style2-wrapper .card .desktop-blog-link,
.hyper-blog-container.hyper-style2-wrapper .card .mobile-blog-link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

ul.sortable__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    list-style: none;
}

ul.sortable__nav li {
    display: inline-block;
    margin: 10px;
}

ul.sortable__nav li a.nav__link {
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid transparent;
}

ul.sortable__nav li a.nav__link {
    text-decoration: none;
}

ul.sortable__nav li a.nav__link.is-active {
    border-radius: 290486px;
    -moz-border-radius: 290486px;
    -webkit-border-radius: 290486px;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
    padding: 8px 20px;
}

#blog-filter {
    display: block;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

#blog-filter li {
    display: inline-block;
    margin: 10px;
}

#blog-filter a {
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#blog-filter a:hover {
    text-decoration: none;
}

#blog-filter li.active a {
    border-radius: 290486px;
    -moz-border-radius: 290486px;
    -webkit-border-radius: 290486px;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
    padding: 8px 20px;
}

.hyper-blog-container.hyper-style1-wrapper .mobile-blog-link,
.hyper-blog-container.hyper-style2-wrapper .mobile-blog-link {
    display: none;
}

@media(max-width:1024px) {
    .hyper-blog-container.hyper-style1-wrapper .mobile-blog-link,
    .hyper-blog-container.hyper-style2-wrapper .mobile-blog-link {
        display: block;
    }

    .hyper-blog-container.hyper-style1-wrapper .desktop-blog-link,
    .hyper-blog-container.hyper-style2-wrapper .desktop-blog-link {
        display: none;
    }

}

@media(max-width:768px) {
    .hyper-blog-container .card-body .the_title a {
        font-size: 25px;
    }

    .hyper-blog-container.hyper-style1-wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .hyper-blog-container.hyper-style1-wrapper .card {
        max-width: 100%;
    }

}

@media(max-width:600px) {
    .hyper-blog-container.hyper-style1-wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .hyper-blog-container.hyper-style1-wrapper {
        display: block;
    }

    .hyper-blog-container.hyper-style1-wrapper .card {
        margin: 0 auto;
        margin-bottom: 30px !important;
    }

    .hyper-blog-container.hyper-style1-wrapper .card-body {
        padding: 20px;
    }

    /* .hyper-blog-container.hyper-style1-wrapper .card-image {
        min-height: 300px
    }

    .hyper-blog-container.hyper-style1-wrapper .card-body h3.the_title,
    .hyper-blog-container.hyper-style1-wrapper .card-body h3.the_title a {
        font-size: 22px;
    }

    .hyper-blog-container.hyper-style1-wrapper .card-body p {
        font-size: 12px;
    }*/
}

/*** pagination ***/
.hyper-pagination {
    margin: 0 auto;
    text-align: center;
    padding: 65px 0 40px;
    position: relative;
}

.hyper-pagination .hyper-pagination-inner {
    margin: 0 10px 0 0;
    float: left;
}

.hyper-pagination .current-page,
.hyper-pagination .page-number {
    display: block;
    padding: 12px 12px;
    line-height: 12px;
    font-size: 12px;
    margin: 0 2px;
    font-weight: 700;
    float: left;
    border: 2px solid transparent;
    color: #AF533E;
    width: 40px;
    height: 40px;
}

.hyper-pagination .current-page:hover,
.hyper-pagination .page-number:hover {
    border: 2px solid var(--theme-color1);
}

.hyper-pagination .current-page {
    border: 2px solid var(--theme-color1);
    background-color: rgba(175, 83, 62, 1);
    color: var(--theme-color3);
    border-radius: 50%;
}

.hyper-pagination .hyper-total-pages {
    float: right;
    opacity: .6;
    color: var(--theme-color1);
}

.hyper-pagination .current-page,
.hyper-pagination .hyper-pagination-next,
.hyper-pagination .hyper-pagination-previous,
.hyper-pagination .page-number {
    transition: all .2s ease
}

.hyper-pagination .hyper-pagination-next,
.hyper-pagination .hyper-pagination-previous {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    color: #343434;
    border: 2px solid transparent;
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 34px;
}

.hyper-pagination .hyper-pagination-next a,
.hyper-pagination .hyper-pagination-previous a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    left: 0;
    top: 0;
    color: #343434;
}

@media handheld, only screen and (max-width:768px) {
    .hyper-pagination .hyper-pagination-inner,
    .hyper-pagination .hyper-total-pages {
        float: none;
        margin: 40px auto 0;
        clear: both;
        padding-top: 0
    }

    .hyper-pagination .current-page,
    .hyper-pagination .page-number {
        float: none;
        display: inline-block;
        margin-bottom: 6px
    }

    .hyper-pagination .pagination-arrows {
        box-sizing: border-box;
        position: absolute;
        top: 20px;
        width: 45%;
        background-color: rgba(0, 160, 161, 0.5);
        color: var(--theme-color3);
    }

    .hyper-pagination .hyper-pagination-next {
        right: 0
    }

    .hyper-pagination .hyper-pagination-previous {
        left: 0
    }

}

/* Shortcode:FAQ
-------------------------------------------------------------------- */
.hyper-faq-container {
    margin-bottom: 20px;
}

.hyper-faq-container .hyper-toggle {
    margin-bottom: 40px;
}

.hyper-faq-container .hyper-toggle-title {

    /*font-size: 35px;*/
    font-size: 16pt;
    color: #343434;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.hyper-faq-container .hyper-toggle-title span span.icon {
    position: relative;    /*margin-top: 5px;*/
    margin-right: 5px;
    padding-top: -2px;
    float: left;
    background-color: #343434;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    position: relative;
}

.hyper-faq-container .hyper-toggle-title span span.icon svg {
    max-width: 9px;
}

.hyper-faq-container .hyper-toggle-title span span.icon svg path {
    fill: #fff;
}

.hyper-faq-container .hyper-toggle-title span span.icon i {
    position: absolute;
    color: var(--theme-color3);
    font-family: 'Playfair Display', serif !important;
    font-size: 20px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    left: 2px;
    top: -1px;
}

.hyper-faq-container .hyper-toggle-pane {
    border-top: 1px solid grey;
    padding-top: 25px;
    padding-left: 25px;
}

.hyper-faq-container .hyper-toggle-pane .toggle-pane-inner {
    display: flex;
}

.hyper-faq-container .hyper-toggle-pane .toggle-pane-inner > div {
    float: left;
}

.hyper-faq-container .hyper-toggle-pane .toggle-pane-inner span.icon {
    position: relative;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: -2px;
    float: left;    /*background-color: var(--theme-color1);*/
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #343434;
    font-weight: normal;
}

.hyper-faq-container .hyper-toggle-pane .toggle-pane-inner span.icon i {
    position: absolute;
    font-size: 16px;
    color: var(--theme-color3);
    font-weight: normal;
    font-family: 'Playfair Display', serif !important;
    font-size: 20px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    left: 2px;
    top: -0px;
}

.hyper-faq-container .hyper-toggle-pane p,
.hyper-faq-container .hyper-toggle-pane ul,
.hyper-faq-container .hyper-toggle-pane ol {
    margin-bottom: 10px;
}

.hyper-faq-container .hyper-toggle-pane p,
.hyper-faq-container .hyper-toggle-pane ul li,
.hyper-faq-container .hyper-toggle-pane ul li a,
.hyper-faq-container .hyper-toggle-pane ol li,
.hyper-faq-container .hyper-toggle-pane ol li a {
    font-size: 16px;
    color: #343434;
    font-weight: normal;
}

.morecontent span {
    display: none;
}

.morelink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    color: var(--theme-color1);
}

.filter-faq ul {
    display: block;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    list-style: none;
}

.filter-faq ul li {
    display: inline-block;
    margin: 10px;
}

.filter-faq ul a {
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.filter-faq ul li a.current {
    border-radius: 290486px;
    -moz-border-radius: 290486px;
    -webkit-border-radius: 290486px;
    background-color: var(--theme-color1);
    color: var(--theme-color3);
    padding: 8px 20px;
}

.filter-faq ul a:hover {
    text-decoration: none;
}

@media(max-width:757px) {
    .hyper-faq-container .hyper-toggle-title {
        font-size: 15pt;
    }

    .hyper-faq-container .hyper-toggle-pane p {
        font-size: 13px;
    }

    .morelink {
        font-size: 13px;
    }

}

/* Shortcode: NextFAQ
-------------------------------------------------------------------- */

.hyper-nextfaq-heading{
    font-size: 24px;
    line-height: 100%;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: 0px;
    text-transform: initial;
    color: var(--theme-color1);
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40px;
}

.hyper-nextfaq-section {
    margin-bottom: 20px;
}

.hyper-nextfaq-section.half_layout{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.hyper-nextfaq-section.half_layout > div{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hyper-nextfaq-section .hyper-toggle {
    margin-bottom: 40px;
}

.hyper-nextfaq-section .hyper-toggle-title {
    font-size: 16pt;
    color: #343434;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.hyper-nextfaq-section .hyper-toggle-title span span.icon {
    position: relative; 
    margin-right: 5px;
    padding-top: -2px;
    float: left;
    background-color: #343434;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    position: relative;
}

.hyper-nextfaq-section .hyper-toggle-title span span.icon svg {
    max-width: 9px;
}

.hyper-nextfaq-section .hyper-toggle-title span span.icon svg path {
    fill: #fff;
}

.hyper-nextfaq-section .hyper-toggle-title span span.icon i {
    position: absolute;
    color: var(--theme-color3);
    font-family: 'Playfair Display', serif !important;
    font-size: 20px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    left: 2px;
    top: -1px;
}

.hyper-nextfaq-section .hyper-toggle-pane {
    border-top: 1px solid grey;
    padding-top: 25px;
    padding-left: 25px;
}

.hyper-nextfaq-section .hyper-toggle-pane .toggle-pane-inner {
    display: flex;
}

.hyper-nextfaq-section .hyper-toggle-pane .toggle-pane-inner > div {
    float: left;
}

.hyper-nextfaq-section .hyper-toggle-pane .toggle-pane-inner span.icon {
    position: relative;
    margin-right: 10px;
    padding-left: 3px;
    padding-top: -2px;
    float: left; 
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #343434;
    font-weight: normal;
}

.hyper-nextfaq-section .hyper-toggle-pane .toggle-pane-inner span.icon i {
    position: absolute;
    font-size: 16px;
    color: var(--theme-color3);
    font-weight: normal;
    font-family: 'Playfair Display', serif !important;
    font-size: 20px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    left: 2px;
    top: -0px;
}

.hyper-nextfaq-section .hyper-toggle-pane p,
.hyper-nextfaq-section .hyper-toggle-pane ul,
.hyper-nextfaq-section .hyper-toggle-pane ol {
    margin-bottom: 10px;
}

.hyper-nextfaq-section .hyper-toggle-pane p,
.hyper-nextfaq-section .hyper-toggle-pane ul li,
.hyper-nextfaq-section .hyper-toggle-pane ul li a,
.hyper-nextfaq-section .hyper-toggle-pane ol li,
.hyper-nextfaq-section .hyper-toggle-pane ol li a {
    font-size: 16px;
    color: #343434;
    font-weight: normal;
}

@media(max-width:757px) {

    .hyper-nextfaq-heading {
        text-align: center;
    }

    .hyper-nextfaq-section.half_layout > div{
        position: relative;
        width: 100%;
    }

    .hyper-nextfaq-section .hyper-toggle-pane{
        padding-left: 0px;
    }

    .hyper-nextfaq-section .hyper-toggle-title {
        font-size: 15pt;
    }

    .hyper-nextfaq-section.hyper-toggle-pane p {
        font-size: 13px;
    }

}

/*.morelink:after {
 content: '';
 -ms-flex-item-align: start;
 align-self: flex-start;
 display: inline-block;
 width: 5px;
 height: 5px;
 margin-top: 6px;
 margin-left: 10px;
 border: 1px solid var(--theme-color1);
 border-top: none;
 border-right: none;
 background: transparent;
 transform: rotate(-45deg);
 transform-origin: bottom;
}

.morelink.less:after {
 margin-left: 7px;
 transform: rotate(135deg);
}*/

/* Shortcode: circuit
-------------------------------------------------------------------- */

.circuit-form-wrapper .form-group {
    margin-left: 10px;
    margin-right: 10px;
}

.circuit-form-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder,
.circuit-form-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.circuit-form-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.circuit-form-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #343434;
}

.circuit-form-wrapper .selectize-dropdown,
.circuit-form-wrapper .selectize-input,
.circuit-form-wrapper .selectize-input input {
    color: var(--theme-color1);
}

.circuit-form-wrapper input::-webkit-input-placeholder,
.circuit-form-wrapper input::-moz-placeholder,
.circuit-form-wrapper input:-ms-input-placeholder,
.circuit-form-wrapper input:-moz-placeholder {
    color: var(--theme-color1);
}

.circuit-form-wrapper .bootstrap-select .dropdown-toggle:after {
    background: url(../images/arrow-brown.png) 0px 0px no-repeat;
}

.circuit-form-wrapper .bootstrap-select .btn.dropdown-toggle,
.circuit-form-wrapper .bootstrap-select .btn.dropdown-toggle:hover,
.circuit-form-wrapper .bootstrap-select .btn.dropdown-toggle:active,
.circuit-form-wrapper .bootstrap-select .btn.dropdown-toggle:focus {
    background-color: var(--theme-color3);
    border: 2px solid var(--theme-color1) !important;
    border-radius: 290486px !important;
    -moz-border-radius: 290486px !important;
    -webkit-border-radius: 290486px !important;
    padding: 10px 20px 10px 24px;
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: bold;
}

.circuit-form-wrapper .bootstrap-select .dropdown-toggle .filter-option {
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: bold;
}

.circuit-form-wrapper .bootstrap-select .dropdown-menu li a span.text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.circuit-form-wrapper .selectize-dropdown .active {
    background: var(--theme-color1);
    color: var(--theme-color3);
}

.circuit-form-wrapper .dropdown-item.active,
.circuit-form-wrapper .dropdown-item:active {
    background-color: var(--theme-color1);
}

.circuit-form-wrapper .btn {
    background-color: var(--theme-color1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: var(--theme-color3);
    padding: 10px 30px;
}

@media(max-width:600px) {
    .circuit-form-wrapper .bootstrap-select .dropdown-toggle:after {
        right: 10px;
    }

}

/* Shortcode: quotation
-------------------------------------------------------------------- */
.hyper-quotation-wrapper {

    /*background-color: #eeeeee;*/
    border-top: 4px solid #eeeeee;
    position: relative;
    min-height: 400px;
}

.hyper-quotation-wrapper .step-heading-mobile {
    display: none;
}

.hyper-quotation-wrapper .steps-info {
    background-color: var(--theme-color2);
    padding: 15px 25px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    border-radius: 290486px;
    -moz-border-radius: 290486px;
    -webkit-border-radius: 290486px;
}

.hyper-quotation-wrapper .steps-info:before {
    content: "";
    position: absolute;
    left: 25%;
    top: -35px;
    width: 77px;
    height: 39px;
    background-image: url(../images/step-info-icon-boat.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    text-align: center;
    margin: 0 auto;
}

.hyper-quotation-wrapper.current-step-1 .steps-info:before {
    left: 22%;
}

.hyper-quotation-wrapper.current-step-2 .steps-info:before {
    left: 32%;
}

.hyper-quotation-wrapper.current-step-3 .steps-info:before {
    left: 40%;
}

.hyper-quotation-wrapper.current-step-4 .steps-info:before {
    left: 52%;
}

.hyper-quotation-wrapper.current-step-5 .steps-info:before {
    left: 70%;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: var(--theme-color3);
    font-size: 13px;
    font-weight: bolder;
    text-transform: capitalize;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-heading {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 35px;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex: 1;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step .title {
    display: none;
    background-color: var(--theme-color2);
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .title {
    display: block;
    z-index: 1;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .dot {
    width: 18px;
    height: 18px;
    background-color: var(--theme-color2);
    position: relative;
    display: inline-block;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #F7F0E6;
    z-index: 0;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .dot {
    position: relative;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .dot:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 12px;
    height: 12px;
    background-color: var(--theme-color3);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active {

    /*padding-right: 10%;*/
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .title {
    padding-left: 10px;
    padding-right: 10px;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .dot {
    width: 22px;
    height: 22px;
}

.hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .dot:before {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.gf_page_steps,
.gf_progressbar_wrapper {
    display: none;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page {
    padding: 60px 0px;
}

.hyper-quotation-wrapper .gform_wrapper li.gfield.gfield_error,
.hyper-quotation-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_fields h3 {
    font-size: 20px;
    color: var(--theme-color2);
    font-weight: normal;
    padding-bottom: 10px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields h2{
    font-size: 18px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page_footer {
    border: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page_footer .button {
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: bold;
    line-height: 100%;
    color: var(--theme-color1) !important;
    background-color: transparent !important;
    border: 2px solid var(--theme-color1) !important;
    cursor: pointer;
    border-radius: 290486px;
    -moz-border-radius: 290486px;
    -webkit-border-radius: 290486px;
    display: inline-block !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    margin-right: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page_footer .button:hover {
    color: #fff !important;
    background-color: var(--theme-color1) !important;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page_footer input[type="button"].gform_next_button,
.hyper-quotation-wrapper .gform_wrapper .gform_page_footer input[type="submit"].gform_button {
    float: right;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button {
    float: left;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page_footer input[type="button"].disabled {
    border-color: #cacaca !important;
    background-color: #cacaca !important;
    color: #fff !important;
    cursor: initial;
    opacity: 1;
}

.hyper-quotation-wrapper .gform_wrapper .validation_message {
    text-align: center;
}

.hyper-quotation-wrapper .gform_wrapper input,
.hyper-quotation-wrapper .gform_wrapper textarea {
    background-color: transparent;
    width: 100%;
}

.hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_footer {
    max-width: 1120px;
    margin: 0 auto;
}

.hyper-quotation-wrapper .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    padding-right: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .gform_page_fields {
    max-width: 1200px;
    margin: 0 auto;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .gfield_label,
.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .ginput_container {
    display: none;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) #field_4_1 {
    width: 100%;
    padding-right: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .selectize-dropdown,
.hyper-quotation-wrapper .gform_wrapper .selectize-input,
.hyper-quotation-wrapper .gform_wrapper .selectize-input input {
    font-size: 16px;
}

.hyper-quotation-wrapper .gform_wrapper .selectize-dropdown {
    border: 1px solid var(--theme-color2);
}

.hyper-quotation-wrapper.current-step-1,
.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) {
    background-image: url(../images/quotation-step1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-list.desktop {
    display: block;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-slider.mobile {
    display: none;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-select-msg {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin-top: 50px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .row {
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .block-1,
.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .block-2 {
    padding: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .block-1 {
    z-index: 2;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card {
    border: 0px;
    width: 320px;
    float: right;
    position: relative;
    z-index: 1;
    right: -115px;
    background-color: transparent;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card-header {
    padding: 0px;
    position: relative;
    border: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card-header .the_title {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    color: var(--theme-color3);
    font-size: 18px;
    font-weight: 900;
    list-style: none;
    padding-left: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card-body {
    padding-top: 20px;
    padding-bottom: 0px;
    border: 0px;
    text-align: center;
    background-color: var(--theme-color3);    /*max-height: 250px;
    overflow-y: auto;*/
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card-body p {
    font-size: 16px;
    font-weight: normal;
    color: #343434;
    margin-bottom: 15px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card-body p:last-child {
    font-size: 14px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card-footer {

    /*opacity: 0;*/
    padding-top: 0px;
    padding-bottom: 25px;
    border: 0px;
    text-align: center;
    transition: opacity 0.15s linear;
    background-color: var(--theme-color3);
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) a.btn {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields {
    max-width: 930px;
    margin: 0 auto;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields ul li {
    width: 100%;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2).gform_page_multi_column ul.gform_fields {
    padding-left: 10px;
    padding-right: 10px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2)  .total_people {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2)  .total_people .icon-people {
    width: 38px;
    height: 27px;
    background-image: url(../images/icon-people.png);
    background-size: contain;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2)  .total_people .counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    border: 1px solid var(--theme-color2);
    border-radius: 290486px;
    -moz-border-radius: 290486px;
    -webkit-border-radius: 290486px;
    padding: 2px 10px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2)  .total_people .counter div {
    padding-left: 5px;
    padding-right: 5px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2)  .total_people .counter .text {
    font-size: 14px;
    font-weight: 900;
    color: var(--theme-color2);
    line-height: 14px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2)  .total_people .counter .number {
    font-size: 30px;
    font-weight: 900;
    color: var(--theme-color2);
}

.gf_hide_label_input .gfield_label, .gf_hide_label_input .ginput_container{
    display: none!important;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .gform_page_fields {
    max-width: 1120px;
    margin: 0 auto;
}

.hyper-quotation-wrapper .gform_wrapper .slick-prev,
.hyper-quotation-wrapper .gform_wrapper .slick-next {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--theme-color2-dim);
    z-index: 1;
}

.hyper-quotation-wrapper .gform_wrapper  .slick-next:before,
.hyper-quotation-wrapper .gform_wrapper  .slick-prev:before {

    /* display: none;*/
    content: "";
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 1;
}

.hyper-quotation-wrapper .gform_wrapper .slick-prev:before {
    background-image: url(../images/l-arrow.png);
}

.hyper-quotation-wrapper .gform_wrapper .slick-next:before {
    background-image: url(../images/r-arrow.png);
}

.hyper-quotation-wrapper .gform_wrapper  .slick-slide {
    outline: none !important;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card {
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.33);
    border: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card.selected {
    border: 2px solid var(--theme-color1);
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-header {
    padding: 0px;
    height: 230px;
    position: relative;    /*transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;*/
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-header img {
    width: 100%;
    position: absolute;
    height: 230px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-body {
    text-align: center;
    padding-bottom: 10px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-body .the_title {

    /*font-family: 'Playfair Display';*/
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    text-transform: uppercase;
    color: var(--theme-color2);
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-body .the_title li {
    color: #000000;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-body .capacity {
    color: var(--theme-color2);
    font-style: 14px;
    font-weight: 900;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-body .card-text {
    font-size: 16px;
    color: #343434;
    font-weight: normal;
    line-height: 100%;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-footer {
    /* background-color: var(--theme-color3); */
    border: 0px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-footer a {
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: bold;
    line-height: 100%;
    color: var(--theme-color1) !important;
    background-color: transparent !important;
    border: 2px solid var(--theme-color1) !important;
    cursor: pointer;
    border-radius: 290486px;
    -moz-border-radius: 290486px;
    -webkit-border-radius: 290486px;
    display: inline-block !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    margin-right: 0px;
    text-decoration: none;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .card-footer a:hover,
.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(3) .boat-item .card.selected .card-footer a {
    text-decoration: none;
    color: #fff !important;
    background-color: var(--theme-color1) !important;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) .gform_page_fields {
    max-width: 738px;
    margin: 0 auto;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) h3 {
    padding-bottom: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) .gform_page_fields ul li {
    width: 100%;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) ul.gform_fields li.gfield {
    margin-top: 8px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) ul.gform_fields li.gfield .gfield_description {
    color: #002222;
    font-size: 16px;
    font-weight: 400;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) ul.gform_fields li.gfield div.ginput_container {
    margin-top: 2px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) textarea {
    min-height: 320px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(5) .gform_page_fields {
    max-width: 780px;
    margin: 0 auto;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(5) h3 {
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(5) ul.gform_fields li.gfield {
    padding-left: 20px;
    padding-right: 20px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(5) .gfield_radio li input[type=radio] {
    margin-top: 0px;
}


.devis_accept_static_text {
    display: none;
}

.hyper-quotation-wrapper .gform_wrapper .bootstrap-select .dropdown-toggle,
.hyper-quotation-wrapper .gform_wrapper .bootstrap-select .dropdown-menu li a span.text,
.hyper-quotation-wrapper .gform_wrapper .bootstrap-select .dropdown-item {
    font-size: 14px !important;
    line-height: inherit;
}

.hyper-quotation-wrapper .gform_wrapper .bootstrap-select .dropdown-toggle .filter-option {
    padding-left: 0px;
    color: var(--theme-color2);
}

.hyper-quotation-wrapper .gform_wrapper.gform_wrapper div.ginput_container.ginput_container_select {
    margin-top: 0px;
}

.hyper-quotation-wrapper .gform_wrapper .required-fields-msg {
    display: none;
}

.hyper-quotation-wrapper .gform_wrapper .top_label li ul.gfield_checkbox,
.hyper-quotation-wrapper .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
}

.hyper-quotation-wrapper .gform_wrapper div.validation_error {
    margin-top: 35px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_confirmation_message {
    max-width: 590px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    padding-top: 52px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hyper-quotation-wrapper .gform_wrapper div.validation_error {
    display: none;
}

.hyper-quotation-wrapper .gform_wrapper .errBorder {
    border-right: 4px solid red;
}

.gform_wrapper .hide-label-input label.gfield_label,
.gform_wrapper .hide-label-input .ginput_container {
    display: none !important;
}

.thankyou-msg-wrapper {
    max-width: 590px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    padding-top: 52px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
}

.thankyou-msg-wrapper p {
    margin-bottom: 15px;
}

.hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .gform_page_footer{
    height: 0px;
    visibility: hidden;
    opacity: 0;
}

.hyper-quotation-wrapper .destination-slider.mobile{

}

.hyper-quotation-wrapper .destination-slider.mobile .content-box{
    min-height: 220px;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all .3s ease-out;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box:hover,
.hyper-quotation-wrapper .destination-slider.mobile .slide-item.selected .content-box {
    align-items: flex-end;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box:hover:before,
.hyper-quotation-wrapper .destination-slider.mobile .slide-item.selected .content-box:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color1-dim2);
    border: 1px solid var(--theme-color1-dim2);
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box-inner{
    z-index: 1;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box .the_title {
    list-style: none;
    padding-left: 0px;
    text-align: center;
    z-index: 2;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box .the_title span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: var(--theme-color3);
    text-transform: uppercase;
    background-color: var(--theme-color1-dim2);
    border: 1px solid var(--theme-color1-dim2);
    padding: 10px 25px;
    white-space: unset;
    word-break: break-word;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box:hover .the_title span,
.hyper-quotation-wrapper .destination-slider.mobile .slide-item.selected .content-box .the_title span{
    background-color: transparent;
    border: 0px;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box .hover-content {
    display: none;
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: var(--theme-color3);
    margin-bottom: 15px;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box:hover .hover-content,
.hyper-quotation-wrapper .destination-slider.mobile .slide-item.selected .content-box .hover-content{
    display: block;
    padding-bottom: 0px;
    -webkit-animation: fadeIn .5s ease-out;
    -moz-animation: fadeIn .5s ease-out;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box .hover-content .highlights{
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box a.btn {
    font-size: 12px;
    line-height: 100%;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.hyper-quotation-wrapper .destination-slider.mobile .content-box:hover a.btn:before,
.hyper-quotation-wrapper .destination-slider.mobile .slide-item.selected .content-box a.btn:before {
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

@media(max-width: 768px){
    .hyper-quotation-wrapper .destination-slider.mobile .content-box .hover-content {
        line-height: initial !important;
    }
}

@media(max-width: 600px){
    .hyper-quotation-wrapper .destination-slider.mobile .content-box .the_title span {
        padding: 10px;
    }
}

a#dest_btn:hover{
    color: #fff !important;
    background-color: var(--theme-color1) !important;
}

@media(max-width:1200px) {
    .hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_footer {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media(min-width:1100px) {
    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(5) .gform_page_footer {
        margin-top: -85px;
    }

}

@media(max-width:1024px) {
    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card {
        width: 250px;
        float: none !important;
        margin: 0 auto;
        right: unset;
        text-align: center;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .imagemap-with-regions .block-1 {
        order: 2;
        overflow: hidden;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .imagemap-with-regions .block-2 {
        order: 1;
        overflow: hidden;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 15px;
    }

    .hyper-region-map-wrapper:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0px;
        right: 0px;
        height: 20px;
        width: 100%;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        z-index: 1;
        background-image: url(../images/white-blurred-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .hyper-region-map-wrapper .card {
        width: 350px;
        right: unset;
        margin: 0 auto;
        float: none;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-slider.mobile{
        display: flex;
        flex-wrap: wrap;
        z-index: 2;
        margin-top: 20px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-slider.mobile > div{
        flex-basis: 50%;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-list.desktop{
        display: none;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .imagemap-with-regions .block-2{
        display: none;
    }

}

@media(max-width:900px) {
    

}

@media(max-width:767px) {
    .hyper-quotation-wrapper .gform_wrapper .step {
        margin-top: 50px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .card {
        width: 100%;
        max-width: 320px;
        right: unset;
        margin: 0 auto;
        float: none;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(5) ul li.field_description_below div.ginput_container_radio {
        width: 100%;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_footer {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media(max-width:600px) {
    .hyper-quotation-wrapper {
        max-width: 100%;
        left: inherit !important;
        margin: 0 auto !important;
        background-color: transparent;
    }

    .hyper-quotation-wrapper .steps-info-wrapper {
        display: block;
        position: relative;  
        padding: 0px 15px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-heading {
        display: none;
    }

    .hyper-quotation-wrapper .step-heading-mobile {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        text-align: center;
        top: 22px;
        font-size: 14px;
        font-weight: 900;
        color: var(--theme-color2);
        text-transform: uppercase;
    }

    .hyper-quotation-wrapper .steps-info-wrapper .steps-info {
        padding: 10px 10px;
        width: 100%;
        max-width: 360px;
        top: -22px;
        position: relative;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        transform: none;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner {
        font-size: 12px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .dot,
    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .dot:before {
        width: 10px;
        height: 10px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active {
        padding-right: 10px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .dot,
    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .dot:before {
        width: 18px;
        height: 18px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .dot {
        padding-right: 10px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .step-items .step.gf_step_active .title {
        padding-left: 10px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .steps-bullet:before {
        z-index: 0;
    }

    .hyper-quotation-wrapper .steps-info:before {
        left: 18px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner {
        justify-content: space-between;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .steps-bullet {
        min-width: 150px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .steps-bullet .dot {
        width: 8px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page {
        padding: 50px 0px 80px 0px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_body .gform_page:nth-child(1) {
        padding: 50px 0px;
        min-height: 450px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_body .gform_page:nth-child(3) {
        padding: 50px 30px 80px 30px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_page_footer input[type="button"].gform_next_button,
    .hyper-quotation-wrapper .gform_wrapper .gform_page_footer input[type="submit"].gform_button,
    .hyper-quotation-wrapper .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button {
        display: block !important;
        float: none!important;
        max-width: 230px;
        width: 100%;
        margin: 10px auto;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_fields .destination-select-msg {
        font-size: 18px;
        text-align: center;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_fields .destination-select-msg h3 {
        font-size: 25px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-slider.mobile > div{
        flex-basis: 100%;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-slider.mobile {
        z-index: 2;
        margin-top: 20px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .destination-list {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields {
        max-width: 340px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields h3,
    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) .gform_page_fields h3 {
        text-align: center;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields > ul:nth-child(1),
    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields > ul:nth-child(3) {

        /*max-width: 250px;*/
        margin: 0 auto 20px auto !important;
        float: none;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .total_people {
        justify-content: center;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(2) .gform_page_fields > ul:nth-child(2) {
    }

    .hyper-quotation-wrapper .gform_wrapper ul.gform_fields li.gfield {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(4) .gform_page_fields {
        padding-left: 50px;
        padding-right: 50px;
    }

    .hyper-quotation-wrapper .gform_wrapper div.validation_error {
        padding: 5px 15px;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_body .gform_page:nth-child(1) .imagemap-with-regions .imagemap-container {
        height: 400px;
    }

    .hyper-region-map-wrapper .card {
        width: 300px;
    }

    .quotation-boats-slider {
        max-width: 350px;
        margin: 0 auto;
    }

    .hyper-quotation-wrapper .steps-info:before {
        transform: scale(0.8);
    }

    .hyper-quotation-wrapper .gform_wrapper .slick-prev,
    .hyper-quotation-wrapper .gform_wrapper .slick-next,
    .hyper-quotation-wrapper .gform_wrapper  .slick-next:before,
    .hyper-quotation-wrapper .gform_wrapper  .slick-prev:before {
        width: 50px;
        height: 50px;
    }

    .hyper-quotation-wrapper .gform_wrapper .slick-prev{ left: -15px; }
    .hyper-quotation-wrapper .gform_wrapper .slick-next{ right: -15px; }

    .hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_footer{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_footer input:nth-child(1){
        order: 2;
    }

    .hyper-quotation-wrapper .gform_wrapper .gform_page .gform_page_footer input:nth-child(2){
        order: 1;
    }

}

@media(max-width:330px) {
    .hyper-quotation-wrapper .steps-info-wrapper {
        padding: 0px 15px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .steps-bullet {
        min-width: 90px;
    }

    .hyper-quotation-wrapper .steps-info .steps-info-inner .steps-bullet .dot {
        width: 2px;
    }

    .hyper-region-map-wrapper .block-2 .imagemap-container {
        width: 420px;
        min-height: 280px;
    }

}

/* Shortcode: region-map
-------------------------------------------------------------------- */
.hyper-region-map-wrapper {
    background-image: url(../images/quotation-step1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hyper-region-map-wrapper .destination-select-msg {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin-top: 50px;
}

/*
.hyper-region-map-wrapper .section{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hyper-region-map-wrapper .row{
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
}
*/
.hyper-region-map-wrapper.col-md-9,
.hyper-region-map-wrapper.col-md-3 {
    padding: 0px;
}

.hyper-region-map-wrapper .card {
    border: 0px;
    width: 370px;
    float: right;
    position: relative;
    z-index: 1;
    right: -115px;
    background-color: var(--theme-color3);
}

.hyper-region-map-wrapper .card-header {
    padding: 0px;
    position: relative;
    border: 0px;
}

.hyper-region-map-wrapper .card-header .the_title {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    color: var(--theme-color3);
    font-size: 18px;
    font-weight: 900;
    list-style: none;
    padding-left: 0px;
}

.hyper-region-map-wrapper .card-body {
    padding-top: 20px;
    padding-bottom: 0px;
    border: 0px;
    text-align: center;
}

.hyper-region-map-wrapper .card-body p {
    font-size: 16px;
    font-weight: normal;
    color: #343434;
    margin-bottom: 15px;
}

.hyper-region-map-wrapper .card-body p:last-child {
    font-size: 14px;
}

.hyper-region-map-wrapper .card-footer {
    padding-top: 0px;
    padding-bottom: 25px;
    border: 0px;
    text-align: center;
    transition: opacity 0.15s linear;
}

.hyper-region-map-wrapper a.btn {
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.hyper-region-map-wrapper .row {
    justify-content: center;
    align-items: center;
    max-width: 1335px;
    margin: 0 auto;
}

.imagemap-container {
    width: 100%;
    height: 569px;
    overflow: hidden;
    position: relative;
}

.imagemap-container .draggable-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 935px;
    height: 539px;
}

.imagemap-container svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.imagemap-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:1024px) {
    .hyper-region-map-wrapper .card {
        width: 300px;
        right: -110px;
    }

    .hyper-region-map-wrapper .block-1 {
        order: 2;
        overflow: hidden;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hyper-region-map-wrapper .block-2 {
        order: 1;
        overflow: hidden;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hyper-region-map-wrapper .block-2 .imagemap-container {
        height: 400px;
        position: relative;
    }

    .hyper-region-map-wrapper .block-2:before {
        content: "";
        height: 100%;
        width: 30px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        z-index: 1;
    }

    .hyper-region-map-wrapper .block-2:after {
        content: "";
        height: 100%;
        width: 30px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        z-index: 1;
    }

    .hyper-region-map-wrapper:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0px;
        right: 0px;
        height: 20px;
        width: 100%;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        z-index: 1;
        background-image: url(../images/white-blurred-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .hyper-region-map-wrapper .card {
        width: 350px;
        right: unset;
        margin: 0 auto;
        float: none;
    }

}

@media(max-width:400px) {
    .hyper-region-map-wrapper .block-2 .imagemap-container {
        position: relative;
        margin: 0 auto;
    }

    .hyper-region-map-wrapper .card {
        width: 300px;
    }

    body .ginput_recaptcha {
        transform: scale(0.8);
    }

    body .gform_wrapper .gfield_checkbox li label {
        font-size: 15px;
    }

}

@media(max-width:320px) {
    .hyper-region-map-wrapper .block-2 .imagemap-container {
    }

}

/* Shortcode: timeline
-------------------------------------------------------------------- */
.hyper-timeline-wrapper {
}

.itinerary-wrapper {
    background-color: var(--theme-color2);
    padding: 30px;
    margin-bottom: 35px;
    color: var(--theme-color3);
}

.itinerary-wrapper .the_title {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}

.itinerary-wrapper .way {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
}

.itinerary-wrapper .way span {
    font-weight: bold;
    padding-left: 12px;
}

.itinerary-wrapper .places {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}

.itinerary-wrapper .places span {
    font-weight: bold;
    padding-left: 24px;
    position: relative;
}

.itinerary-wrapper .places span:before {
    content: "";
    width: 15px;
    height: 17px;
    background-image: url(../images/green-circular-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.itinerary-wrapper .places span:first-child:before {
    display: none;
}

.itinerary-wrapper .itinerary-info .info-title,
.itinerary-wrapper .itinerary-info span strong {
    font-size: 1rem;
    color: var(--theme-color3);
}

.hyper-timeline-wrapper  .itinerary-tabs {
    text-align: center;
    justify-content: center;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dee2e6;
    max-height: unset;
    overflow: unset;
    background: unset;
    min-height: unset;
    border: unset;
}

.hyper-timeline-wrapper  .itinerary-tabs .itinerary-nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.hyper-timeline-wrapper  .itinerary-tabs .itinerary-nav-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--theme-color1);
    border: 0px;
    padding: 0px;
    padding-bottom: 30px;
    cursor: pointer;
    margin-top: 15px;
}

.hyper-timeline-wrapper .itinerary-tabs .itinerary-nav-link.active {
    background-color: #ffffff!important;
    color: #5a5a5a!important;
    border-bottom: 5px solid #5a5a5a;
}

@media(max-width:1024px) {
    .itinerary-wrapper .itinerary-info {
        max-width: 650px;
        margin: 0 auto;
    }

    .itinerary-wrapper .itinerary-info .d-flex {
        width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 10px auto;
    }

}

@media (max-width: 767px) {
    .hyper-timeline-wrapper .itinerary-tabs .itinerary-nav-item {
        width: auto;
        order: unset;
        min-height: unset;
        color: #5a5a5a !important;
    }

    .hyper-timeline-wrapper .itinerary-tabs .itinerary-nav-item:nth-child(1){
        order: 1!important;
    } 
    .hyper-timeline-wrapper .itinerary-tabs .itinerary-nav-item:nth-child(2){
        order: 2!important;
    } 
    .hyper-timeline-wrapper .itinerary-tabs .itinerary-nav-item:nth-child(3){
        order: 3!important;
    } 

    .hyper-timeline-wrapper .itinerary-tabs .itinerary-nav-item .itinerary-nav-link.active {
        border-bottom: 5px solid #5a5a5a;
    }
    
}

@media(max-width:575px) {
    .itinerary-wrapper .itinerary-info .d-flex {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .itinerary-wrapper .itinerary-info .info-title {
        font-size: 18px;
    }

    .itinerary-wrapper .the_title {
        font-size: 30px;
    }

}

.hyper-timeline {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hyper-timeline-item {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}

.hyper-timeline .hyper-timeline-item:before {
    content: "";
    background: var(--theme-color2);
    width: 5px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
}

.hyper-timeline .hyper-timeline-item:last-child:before {
    display: none !important;
}

.hyper-timeline-item.small-item:nth-child(odd) .hyper-timeline-content {
    text-align: right;
    padding-left: 0px;
    padding-right: 35px;
    justify-content: flex-end;
}

.hyper-timeline-item:nth-child(even) .hyper-timeline-content {
    float: right;
    padding-left: 40px;
    padding-right: 0px;
}

.hyper-timeline-item.small-item:nth-child(even) .hyper-timeline-content {
    padding-left: 35px;
}

.hyper-timeline-item::after {
    content: "";
    display: block;
    clear: both;
}

.hyper-timeline-content {
    position: relative;
    width: 50%;
    padding-right: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.hyper-timeline-item.small-item .hyper-timeline-content {
    top: -15px;
}

.hyper-timeline-content .dest_name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
    padding-left: 0px;
    display: block;
    font-style: normal;
}

.hyper-timeline-content .dest_name span {
    background: #fff;
    position: relative;
    z-index: 1;
}

.hyper-timeline-item:not(.small-item) .hyper-timeline-content .dest_name:after {
    border-top: 1px solid var(--theme-color2);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;    /*z-index: -1;*/
}

.hyper-timeline-item:nth-child(odd) .hyper-timeline-content .dest_name:after {
    left: unset;
    right: -20px;
}

.hyper-timeline-item:nth-child(even) .hyper-timeline-content .dest_name:after {
    right: unset;
    left: -20px;
}

.hyper-timeline-item:not(.small-item):nth-child(odd) .hyper-timeline-content .dest_name span {
    padding-right: 20px;
}

.hyper-timeline-item:not(.small-item):nth-child(even) .hyper-timeline-content .dest_name span {
    padding-left: 20px;
}

.hyper-timeline-content .pre-text {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.hyper-timeline-content p {
    color: #7b7b7b;
    font-size: 14px;
}

.hyper-timeline-content .hyper-timeline-img {
    position: relative;
    min-width: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 25px;
    top: -30px;
    overflow: hidden;
    display: flex;
}

.hyper-timeline-item.small-item .hyper-timeline-img {
    min-width: 55px;
    width: 55px;
    height: 55px;
    top: 0px;
    background-color: var(--theme-color2);
    background-size: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.hyper-timeline-item.small-item .hyper-timeline-img svg {
    width: 100%;
    display: inline-block;
    max-width: 35px;
    max-height: 35px;
}

.hyper-timeline-item.small-item .hyper-timeline-img svg path {
    fill: #fff;
}

.hyper-timeline-content  .hyper-timeline-text {
    float: right;
}

.hyper-timeline-item:nth-child(even) .hyper-timeline-content .hyper-timeline-img {
    order: 2;
    margin-right: 0px;
    margin-left: 25px;
}

.hyper-timeline-item:nth-child(even) .hyper-timeline-content .hyper-timeline-text {
    order: 1;
    text-align: right;
    width: 100%;
}

.hyper-timeline-item.small-item:nth-child(even) .hyper-timeline-content .hyper-timeline-img {
    order: 1;
}

.hyper-timeline-item.small-item:nth-child(even) .hyper-timeline-content .hyper-timeline-text {
    order: 2;
    text-align: left;
}

.hyper-timeline-item.small-item:nth-child(odd) .hyper-timeline-content .hyper-timeline-img {
    order: 2;
    margin-right: 0px;
    margin-left: 25px;
}

.hyper-timeline-item.small-item:nth-child(odd) .hyper-timeline-content .hyper-timeline-text {
    order: 1;
}

.hyper-timeline-item.small-item:nth-child(even) .hyper-timeline-content .hyper-timeline-img {
    margin-right: 25px;
    margin-left: 0px;
}

.hyper-timeline-dot {
    width: 20px;
    height: 20px;
    border: 4px solid var(--theme-color2);
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 2px;
    margin-left: -10px;
}

.hyper-timeline-item .hyper-timeline-bg {
    content: "";
    width: 215px;
    height: 213px;
    background-image: url(../images/timeline-zigzag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -50%;
    margin: 0 auto;
    text-align: center;
}

.small-item .hyper-timeline-dot {
    width: 12px;
    height: 12px;
    background: var(--theme-color2);
    margin-left: -6px;
}

.hyper-timeline-item.small-item .hyper-timeline-content:after {
    border-top: 1px solid var(--theme-color2);
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 23px;
    bottom: 0;
    width: 35px;
}

.hyper-timeline-item.small-item:nth-child(odd) .hyper-timeline-content:after {
    right: 0px;
}

.hyper-timeline-item.small-item:nth-child(even) .hyper-timeline-content:after {
    left: 0px;
}

.hyper-timeline-item:last-child .hyper-timeline-dot {
}

@media screen and (max-width:768px) {
    .hyper-timeline-item.small-item .hyper-timeline-content:after {
        display: none;
    }

    .hyper-timeline .hyper-timeline-item:before {
        left: 35px;
    }

    .hyper-timeline .hyper-timeline-dot {
        left: 35px;
    }

    .hyper-timeline .hyper-timeline-dot:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 1px;
        background-color: var(--theme-color2);
        left: 15px;
        top: 5px;
    }

    .hyper-timeline .hyper-timeline-item.small-item .hyper-timeline-dot:before {
        left: 5px;
        top: 2px;
        width: 25px;
    }

    .hyper-timeline .hyper-timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }

    .hyper-timeline-content .hyper-timeline-text {
        float: none !important;
        text-align: left !important;
    }

    .hyper-timeline-item .hyper-timeline-bg {
        left: -15%;
        right: unset;
        top: -25%;
    }

    .hyper-timeline-content .hyper-timeline-img {
        min-width: 80px;
        width: 80px;
        height: 80px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .hyper-timeline-item:not(.small-item) .hyper-timeline-content .dest_name:after {
        display: none;
    }

    .hyper-timeline .hyper-timeline-content,
    .hyper-timeline.small-item .hyper-timeline-content {
        float: none !important;
        display: block !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: left !important;
    }

    .hyper-timeline-item .hyper-timeline-content .dest_name span {
        padding-left: 0px !important;
        padding-right: 0px !important;
        background-color: transparent;
    }

    /*.hyper-timeline-item{
        margin-bottom: 20px;
    }*/
}

/* Shortcode: vc_google_map
-------------------------------------------------------------------- 
*/
body .wpb_content_element.wpb_gmaps_widget {
    margin: 0px;
}

body .wpb_gmaps_widget .wpb_wrapper {
    padding: 0px;
    background-color: transparent;
}

/* Shortcode: hyper_contactbox
-------------------------------------------------------------------- 
*/
body .hyper-contactbox {
    padding: 30px;
    min-height: 250px;
    -webkit-box-shadow: -8px 10px 20px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -8px 10px 20px -11px rgba(0, 0, 0, 0.75);
    box-shadow: -8px 10px 20px -11px rgba(0, 0, 0, 0.75);
    background-color: var(--theme-color2);
    margin-bottom: 30px;
}

body .hyper-contactbox .the_title {
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-color3);
    line-height: 100%;
    margin-bottom: 10px;
}

body .hyper-contactbox p.address {
    font-size: 16px;
    font-weight: normal;
    color: var(--theme-color3);
    line-height: 100%;
    margin-bottom: 20px;
}

body .hyper-contactbox p.contact-tel,
body .hyper-contactbox p.contact-fax,
body .hyper-contactbox p.contact-email {
    font-size: 14px;
    font-weight: 900;
    color: var(--theme-color3);
    line-height: 100%;
    padding: 5px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

body .hyper-contactbox p.contact-tel img,
body .hyper-contactbox p.contact-fax img,
body .hyper-contactbox p.contact-email img {
    margin-right: 10px;
}

body .hyper-contactbox p:last-child {
    margin-bottom: 0px;
}

@media(max-width:1024px) {
    body .hyper-contactbox > .contact-inner {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    body .hyper-contactbox p.contact-tel,
    body .hyper-contactbox p.contact-fax,
    body .hyper-contactbox p.contact-email {
        justify-content: center;
        margin-bottom: 10px;
    }

}

@supports (-ms-ime-align:auto) {
    body .vc_row[data-vc-full-width] {
        width: 100vw;
        position: relative;
        margin-left: -50vw!important;
        left: 50%!important;
    }

    @media(max-width:767px){
        body .vc_row[data-vc-full-width] {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }
    }
}