section#tour-packages {
    padding: 0;
}

section#tour-packages h1.main-title {
    text-align: center;
    text-transform: uppercase;
    margin: 1em 0 0;
    font-size: 20pt;
    font-weight: bold;
}

section#tour-packages a.box-tour {
    height: 480px;
    display: block;
    position: relative;
    overflow: hidden;
    outline: 0;
}

section#tour-packages a.box-tour div.image {
    height: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
}

section#tour-packages a.box-tour:hover div.image {
    transform: scale(1.2);
}

section#tour-packages a.box-tour div.description {
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.65) 5%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: auto !important;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    padding: 4em 2em;
}

section#tour-packages a.box-tour div.description div.pricing {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: rgba(138, 34, 38, 0.75);
    padding: 0.15em 1em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1em;
}

section#tour-packages a.box-tour div.description div.tourtimes {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: rgba(35, 64, 115, 0.75);
    padding: 0.15em 1em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1em;
}

section#tour-packages a.box-tour div.description div.pricing span.currency {
    margin-right: 0.5em;
}

section#tour-packages a.box-tour div.description div.pricing span.currency img.flag {
    display:inline-block;
    margin-right:5px;
}

section#tour-packages a.box-tour div.description div.pricing span.currency:last-child {
    margin: 0;
}

section#tour-packages a.box-tour div.description div.details {
    width: 80%;
    text-align: left;
}

section#tour-packages a.box-tour div.description div.details h1 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1em;
    color: rgba(255,255,255,1);
    font-size: 40px;
}

section#tour-packages a.box-tour div.description div.details .book-btn {
    background: #8A2226;
    margin-top: 1em;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.3);
    transition: all 0.5s;
}

section#tour-packages a.box-tour div.description div.details .book-btn:hover {
    background: #234073;
}

section#tour-packages a.box-tour div.description div.information {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

section#tour-packages a.box-tour div.description div.information span {
    background: rgba(0, 0, 0, 0.45);
    padding: 0.35em 1em;
    border-radius: 5px;
    font-size: 0.85em;
}

section#tour-packages a.box-tour h1 {
    margin: 0;
}

section#tour-packages a.box-tour p {
    margin: 0;
    font-size: 1.125em;
    font-weight: 400;
    font-style: italic;
    text-shadow: 1px 1px 15px #000000;
}

section#tour-packages .slick-prev {
    width: 50px;
    height: 50px;
    left: 10px;
    z-index: 3;
}

section#tour-packages .slick-prev:before {
    content: "";
    background-image: url(/wp-content/plugins/tour-package-slider-shortcode/images/arrow-circle-left-white.png);
    width: 100%;
    height: 100%;
    color: #8A2226;
    display: block;
    background-size: cover;
}

section#tour-packages .slick-next {
    width: 50px;
    height: 50px;
    right: 10px;
    z-index: 3;
}

section#tour-packages .slick-next:before {
    content: "";
    background-image: url(/wp-content/plugins/tour-package-slider-shortcode/images/arrow-circle-right-white.png);
    width: 100%;
    height: 100%;
    color: #8A2226;
    display: block;
    background-size: cover;
}



/* https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap.css */
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.p0 {
    padding: 0 !important;
}
