body {
    background-color: #F9F9F9;
    color: #212529;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

:root {
  --text-multiplier: 0.8; 
}


a {
    color: #555;
}
a:hover {
    color: #333;

}
*:active,
*:focus,
*:hover,
*:visited {
    outline: none !important;
}
.btn:active,
.btn:focus,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}




/*
.form-control:active,
.form-control:focus,
.form-control:hover {
    border-color: #ced4da;
}
*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.rp-bg-logo-red {
    background-color: var(--rp-logo-red) !important;
}

[class^="bg-icon"] {
    width: 1.125em;
    height: 1.125rem;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
}

.bg-icon-hotel {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-hotel.svg');
    mask-image: url('../icons/icon-hotel.svg');
}

.bg-icon-house {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-house.svg');
    mask-image: url('../icons/icon-house.svg');
}


.bg-icon-car {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-car.svg');
    mask-image: url('../icons/icon-car.svg');
}

.bg-icon-search {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-search.svg');
    mask-image: url('../icons/icon-search.svg');
}

.bg-icon-plane {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-plane.svg');
    mask-image: url('../icons/icon-plane.svg');
}


.bg-icon-geo-alt {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-geo-alt.svg');
    mask-image: url('../icons/icon-geo-alt.svg');
}

.bg-icon-fas-phone-volume {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-fas-phone-volume.svg');
    mask-image: url('../icons/icon-fas-phone-volume.svg');
}
.bg-icon-far-envelope {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-far-envelope.svg');
    mask-image: url('../icons/icon-far-envelope.svg');
}
.bg-icon-fas-star {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-fas-star.svg');
    mask-image: url('../icons/icon-fas-star.svg');
}
.bg-icon-fas-star-orange {
    background-color: #ffbf00;
}
.bg-icon-far-thumbs {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-far-thumbs-up.svg');
    mask-image: url('../icons/icon-far-thumbs-up.svg');
}
.bg-icon-far-thumbs-white {
    background-color: white;
}
.bg-icon-bi-list {
    background-color: var(--rp-gray-light-26);
    -webkit-mask-image: url('../icons/icon-bi-list.svg');
    mask-image: url('../icons/icon-bi-list.svg');
}
.toast {
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0px);
    z-index: 1050;
}

.rp-bg-red {
    background-color: #df121e;
}
.rp-text-red {
    color: #df121e;
}

.rp-header {

}
.rp-header .rp-logo-top {
    margin-top: 8px;
    display: block;
}
.rp-header .rp-logo-top img {
    width: 100%;
    max-width: 18.75rem;
}
.rp-header .navbar {
    padding: 20px 0 15px 5px;
}
.rp-header .navbar-toggler {
    margin-top: 8px;
    margin-left: 1rem;
    padding: 4px 8px 3px;
    border: 1px solid #999;
    align-self: center;
    display: inline-flex;
}
.rp-header .bg-icon-bi-list {
    width: 35px;
    height: 35px;
    background-color: #888;
}
.rp-header .navbar .nav-item {
    margin-right: 40px;
    padding: 0;
}
.rp-header .navbar .nav-link {
    padding: 0 0 4px 0;
    font-family: "Oswald";
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    white-space: nowrap;

    display: block !important;
}
.rp-header .rp-mod-header-right {
    max-height: 8.71rem;
    overflow: hidden;
}

.rp-main .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.rp-main .breadcrumb ul li {
    padding: 0;
}
.rp-main .breadcrumb ul li:nth-of-type(1) {
    display: none;
}
.rp-main .breadcrumb ul li:nth-of-type(2) {
    padding-left: 0;
}

.rp-main .breadcrumb ul li .divider {
    padding: 0 8px 0 5px;
}

.rp-main .breadcrumb ul li span {
    font-family: "Oswald";
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #999;
}

.rp-main .breadcrumb ul li.active span {
    color: #666;
}

.rp-main .breadcrumb ul li a:hover,
.rp-main .breadcrumb ul li a:hover span {
    color: #666;
    text-decoration: none;
}



.rp-footer {
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: #F6F6F6;
}
.rp-footer > .row:nth-of-type(1) > [class^="col"] {
    background-color: white;
}
.rp-footer > .row:nth-of-type(1) > [class^="col"]:nth-of-type(2) {
    font-family: "Oswald";
    font-size: 22px;
    color: var(--rp-logo-red);
    background-color: white;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"] {
    font-family: "Oswald";
    color: white;
    white-space: nowrap;
    background-color: var(--rp-logo-red);
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(1) > div.custom {
    position: absolute;
    top: -30px;
    left: 20%;
    z-index: 1;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(1) a img {
    max-width: 180px;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(2) {
    font-size: 1.56rem;
    font-weight: 500;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(2) .bg-icon-fas-phone-volume {
    width: 1.6rem;
    height: 1.6rem;
    background-color: white;
    mask-position: 0 1px;
    -webkit-mask-position: 0 1px;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(3) {
    padding-bottom: 2px;
    font-size: 1rem;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(4) {
    font-size: 1.56rem;
    font-weight: 500;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(4)  a {
    color: white;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(4)  a:hover {
    text-decoration: none;
}
.rp-footer > .row:nth-of-type(4) > [class^="col"]:nth-of-type(2) {
    color: #909090;
    color: #777;
    font-size: 13px;
    border-top: 1px solid #999;
}
.rp-footer > .row:nth-of-type(2) > [class^="col"]:nth-of-type(4) .bg-icon-far-envelope {
    margin-right: 5px;
    width: 1.7rem;
    height: 1.7rem;
    background-color: white;
    mask-position: 0 4px;
    -webkit-mask-position: 0 4px;
}
.rp-footer .navbar-nav .nav-header:before {
    margin-right: 10px;
    position: absolute;
    top: 14px;
    left: 3px;
    content: "";
    color: var(--rp-logo-red);
    border-left: 3px solid var(--rp-logo-red);
    height: 17px;
}
.rp-footer .navbar-nav .nav-header {
    font-family: "Oswald";
    font-size: 18px;
    text-transform: uppercase;
}
.rp-footer .navbar-nav :not(.nav-header).nav-link {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 15px;
}



.rp-loading,
.rp-loading:before,
.rp-loading:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load 1.3s infinite ease-in-out;
    animation: load 1.3s infinite ease-in-out
}

.rp-loading {
    color: var(--rp-logo-red);
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.rp-loading:before,
.rp-loading:after {
    content: '';
    position: absolute;
    top: 0
}

.rp-loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.rp-loading:after {
    left: 3.5em
}


@-webkit-keyframes load {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -.8333em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -.8333em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

/* (sm) */
@media (min-width: 576px) {

}
/* (md) */
@media (min-width: 768px) {

}
@media (max-width: 991px) {
    .rp-header .navbar .nav-link:hover,
    .rp-header .navbar .nav-item.active .nav-link {
        color: var(--rp-logo-red);
    }
}
/* (lg) */
@media (min-width: 992px) {
    .rp-header .navbar {
        margin-top: 25px;
        padding: 0 0 0 2px;
    }
    .rp-header .navbar .nav-item:hover {
        border-bottom: 9px solid var(--rp-logo-red);
    }
    .rp-header .navbar .nav-item.active {
        border-bottom: 9px solid var(--rp-logo-red);
    }
}
/* (xl)  */
@media (min-width: 1200px) {

}



