
body {
    background-image: url(../images/relaunch-images/background/plane-solid-bg.svg);
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-repeat: repeat-y;
    background-position: 96% 50px;
    background-size: 210px auto;
}

.page-container {
    min-height: 100vh;
    height: 100%;
}

.container.pcsg-container {
    max-width: 1600px;
}

a {
    color: #e51c20;
}

a:hover {
    text-decoration: none;
    color: #260405;
}

.fa {
    transition: 0.2s all;
}

img {
    max-width: 100%;
}

.btn-white {
    color: #212529;
    background: #fff;
    border-color: #fff;
}

.btn-white {
    color: #212529;
    background: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: #212529;
    background: #e5e5e5;
    border-color: #e5e5e5;
}

.btn-white.focus, .btn-white:focus, .btn-white:not(:disabled):not(.disabled):active {
    color: #212529;
    background: #e5e5e5;
    border-color: #e5e5e5;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.dus-social a .fa {
    font-size: 1.25rem;
    padding: 0.5rem;
    color: #888;
}

.fa.fa-facebook:hover,
.fa.fa-facebook-square:hover {
    color: #3b5998;
}

.fa.fa-twitter:hover {
    color: #1da1f2;
}

.fa.fa-youtube:hover {
    color: #ff0000;
}

.fa.fa-vimeo:hover {
    color: #162221;
}

@media screen and (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

.brand-color {
    color: #e52022;
}

/***********/
/* buttons */
/***********/
.btn-primary {
    color: #fff;
    background-color: #e52022;
    border-color: #e52022;
}

.btn-primary:hover {
    color: #fff;
    background-color: #bf1a1c;
    border-color: #bf1a1c;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bf1a1c;
    border-color: #bf1a1c;
    box-shadow: 0 0 0 0.2rem rgba(191, 26, 28, 0.5);
}

.btn-outline-primary {
    color: #e52022;
    border-color: #e52022;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #bf1a1c;
    border-color: #bf1a1c;
}

.separator {
    height: 4px;
    width: 200px;
}

.pfdus-info {
    font-size: 12px;
}

::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

/***********/
/* tooltip */
/***********/
.tooltip-icon {
    color: #999;
    cursor: pointer;
    font-size: 1.1rem;
    transition: 0.2s color;
}

.tooltip-icon:hover {
    color: #039e03;
}

#tiptip_content {
    background-color: #049404 !important;
    text-shadow: none !important;
    background-image: none !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
}

/*******/
/* Nav */
/*******/
.dropdown-item.active, .dropdown-item:active {
    background-color: #e42022;
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .home-link {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .home-link {
        display: initial;
    }
}

/***********/
/* header  */
/***********/
.jumbotron__header {
    background-image: url(/layout//images/relaunch-images/DSC08089-2.jpg);
    background-attachment: fixed;
    background-size: 1140px auto;
    background-size: cover;
    background-position: top center;
}

.jumbotron__header .jumbotron-inner {
    min-height: 500px;
    background-image: linear-gradient(136deg, rgba(80, 46, 46, 0.4), rgba(191, 182, 135, 0.15));
}

.page-booking .jumbotron__header .jumbotron-inner {
    min-height: 500px;
}

@media screen and (min-width: 1400px) {
    .page-booking .jumbotron__header .jumbotron-inner {
        min-height: 700px;
    }
}

.jumbotron h1 {
    text-shadow: 0 0 20px #111;
}

.animated-element {
    opacity: 0;
    transform: translateX(-20px);
}

.show-animation .animated-element-1 {
    animation: 1s cubic-bezier(0, 0, 0, 1) 1s 1 forwards slideInFromLeft;
}

.show-animation .animated-element-2 {
    animation: 1s cubic-bezier(0, 0, 0, 1) 1.1s 1 forwards slideInFromLeft;
}

.show-animation .animated-element-3 {
    animation: 1s cubic-bezier(0, 0, 0, 1) 1.2s 1 forwards slideInFromLeft;
}

.show-animation .animated-element-4 {
    animation: 1s cubic-bezier(0, 0, 0, 1) 1.3s 1 forwards slideInFromLeft;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .jumbotron__header h1 {
        font-size: 1.75rem;
    }
}

/**********/
/* Footer */
/**********/
.dus-footer {
    margin: 0;
    padding: 8rem 0 4rem;
    background-image: linear-gradient(0deg, #ddd, transparent);
}

.dus-footer a {
    color: #444;
}

.dus-footer a:hover,
.dus-footer a:focus {
    color: #111;
}

.dus-footer .dus-social a .fa {
    font-size: 1.5rem;
    padding: 1rem;
}

@media screen and (max-width: 767px) {
    .dus-footer {
        padding-top: 5rem;
    }
}

/*************/
/* Order form*/
/*************/
.reservation-form-card {
    margin-top: -8rem;
}

/***********************/
/* Price table styling */
/***********************/
.table thead th {
    vertical-align: top !important;
}

.price-table-pcsg td:nth-child(1) {
    width: 40%;
}

.price-table-pcsg td:nth-child(2) {
    font-weight: bold;
}

/*******************/
/* Welcome Section */
/*******************/
.dus-section-welcome {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
    .dus-section-welcome {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

/*****************/
/* Jumbotron DUS */
/*****************/
.dus-jumbotron {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/relaunch-images/DSC08101-2.jpg);
    background-attachment: fixed;
    margin: 9rem 0;
}

.dus-jumbotron-content__1 {
    color: #fff;
    padding: 7rem 4rem;
    border-radius: 1rem;
    margin-top: -7rem;
    margin-bottom: -7rem;
    background-color: #d83d40;
    background-position: right top;
    background-size: 550px;
    background-repeat: no-repeat;
    background-image: url(../images/relaunch-images/background/plane-solid.svg);
}

@media screen and (max-width: 767px) {
    .dus-jumbotron {
        margin: 9rem 0 5rem;
    }

    .dus-jumbotron-content__1 {
        padding: 3rem 2rem;
        margin-top: -5rem;
        margin-bottom: -5rem;
    }
}

.header-underline h2 {
    margin-bottom: 2rem;
}

.header-underline-line {
    height: 3px;
    background: #e68183;
    width: 30px;
    display: inline-block;
    margin-right: 14px;
    top: -30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .header-underline-line {
        width: 20px;
        margin-right: 10px;
    }
}

/***********************/
/* Marketing / 3 Icons */
/***********************/
.dus-marketing {
    border-radius: 1rem;
    background-color: #fafafa;
}

.dus-marketing-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #df484c;
}

/****************/
/* Grid gallery */
/****************/
.gallery-block.grid-gallery a:hover {
    opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
}

.gallery-block.grid-gallery .item {
    margin-bottom: 20px;
}

@media (min-width: 576px) {

    .gallery-block.grid-gallery .scale-on-hover:hover {
        transform: scale(1.05);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}

/*******************/
/* dus-banner-2box */
/*******************/
.dus-banner-2box-wrapper {
    background-color: rgba(215, 215, 215, 0.55);
}

.dus-banner-2box {
    margin-bottom: 5rem;
}

/*********************/
/* DUS jumbotron cta */
/*********************/
.dus-jumbotron-cta {
    margin-top: 5rem;
    color: #fff;
    border-radius: 1rem;
    background-color: #d83d40;
    background-position: left top;
    background-size: 550px;
    background-repeat: no-repeat;
    background-image: url(../images/relaunch-images/background/plane-solid-left.svg);
}

/***********/
/* Sidebar */
/***********/
aside .dus-social a .fa {
    font-size: 1.5rem;
}

/*****************/
/* Thx for order */
/*****************/
.dus-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dus-icons .fa {
    color: #df484c;
    font-size: 3rem;
    margin: 0 1rem;
}

.dus-icons .icon-small {
    color: #888;
    font-size: 1.5rem;
}