html {
    scroll-padding-top: 150px;
}

.tp-paragraph a {
    color: #000;
    background-color:  #fed136;
    padding-right: .45rem;
    padding-left: .45rem;
    font-size: 1.3em;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.tp-paragraph a:hover {
    color: #fff;
    background-color:  #707070;
    padding-right: .45rem;
    padding-left: .45rem;
    font-size: 1.3em;
    border-radius: 0.25rem;
}

.tp-home-banner {
	background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center 5rem;
    min-height: 100vh;
}
.tp-home-banner-flex {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center 2rem;
    min-height: 50vh;
}
.tp-home-banner-block {
    display: table;
    min-height: 700px;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
} 
.tp-home-banner-block-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 700px;
    width: 100%;
}
.tp-home-banner-block-box {
    width: 100%;
}
.tp-imageblock {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    min-height: 50vh;
}

.tp-navbar-logo {
	width: 4rem;
	height: 3rem;
}

.tp-button {
    display: inline-block;
    background-color: #fbceb5 !important;
    border-radius: 40px;
    border: 1px solid #fbceb5 !important;
    color: #000 !important;
    text-align: center;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
}
.tp-button:hover {
    background-color: #f7c2f9;
}
.tp-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.tp-button span:after {
    content: '\00bb';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.tp-button:hover span {
    padding-right: 25px;
}
.tp-button:hover span:after {
    opacity: 1;
    right: 0;
}

.tp-hr {    
    width: 20%;
}

.tp-textimageblock {
    background-color: white;
    margin-left: 60%;
    position:relative;
    top: 3rem;
    border-radius: 3px;
}
.tp-img-fluid {
    width: 100%;
    height: 100%;
}
.tp-textimagecarouselblock {
    background-color: #00000085;
    margin-left: 15%;
    border-radius: 25px;
    color: white;
    margin-bottom: 8rem;
    padding:  0.2rem;
}
.tp-heading {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.tp-subheading {
    font-size: 1.3rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 0.1rem;
}
hr {
    margin:  auto;
    width: 30%;
}

#### SPLIDEJS
.splide__slide img {
    width : 100%;
    height: auto;
}
.container-slider {
    width:100%;

}
.encart-slide {
    background:  #21252995;
    border-radius:1rem;
    overflow:hidden;
    color:#333;
    width: 45%;
    margin: auto;
    padding: 0.5rem 0 0.5rem 0;
}


@media screen and (max-width: 1400px) {
    .tp-textimagecarouselblock {
        background-color: #00000085;
        margin-left: 15%;
        border-radius: 25px;
        color: white;
        margin-bottom: 5.5rem;
        padding:  0.2rem;
        display:  flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .tp-textimagecarouselblock > flex-item {
        flex:  auto;
    }
    .tp-textimagecarouselblock img {
        width:  5rem;

    }
}

@media screen and (max-width: 900px) and (orientation: portrait) {
    @supports not ( -webkit-touch-callout : none) {
        .tp-home-banner {
            background-attachment: fixed;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center 4rem;
            min-height: 100vh;
        }
        .tp-home-banner-flex {
            background-attachment: fixed;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center 4rem;
            min-height: 50vh;
        }
        .tp-imageblock {
            background-attachment: fixed;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            min-height: 50vh;
        }
        .tp-script {
            position: relative; width: 100%; overflow: hidden; padding-top: 200%;
        }
        .tp-script > iframe {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
    }
    @supports ( -webkit-touch-callout : none) {
        .tp-home-banner {
            background-attachment:scroll;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            min-height: 100vh;
        }
        .tp-home-banner-flex {
            background-attachment:scroll;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            min-height: 50vh;
        }
        .tp-imageblock {
            background-attachment: scroll;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            min-height: 100vh;
        }
        .tp-script {
            overflow:auto;-webkit-overflow-scrolling:touch;
        }
        .tp-script > iframe {
            width:  100%;
            height:  100%;
        }
    }
    .tp-textimageblock {
        background-color: white;
        margin-left: 20%;
        margin-right: 2%;
        width: auto;
        position:relative;
        top: 3rem;
        border-radius: 3px;
    }
    .carousel {
        margin-top: 4.5rem;
    }
    .carousel-indicators {
        display:  none;
    }
    .encart-slide {
        background:  #21252995;
        border-radius:1rem;
        overflow:hidden;
        color:#333;
        width: 90%;
        margin: auto;
        padding: 0.5rem 0 0.5rem 0;
    }
    .tp-widthcarrousel {
        width: 90%;
        left: 2%;
    }
    .tp-textimagecarouselblock {
        background-color: #00000085;
        margin-left: 0;
        border-radius: 25px;
        color: white;
        margin-bottom: -0.5rem;
        padding:  0.3em;
        display:  flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .tp-textimagecarouselblock > flex-item {
        flex:  auto;
    }
    .tp-textimagecarouselblock img {
        width:  4rem;
    }
    .tp-textimagecarouselblock .tp-heading {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .tp-textimagecarouselblock .tp-subheading {
        font-size: .8rem;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 0.1rem;
    }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
    @supports not ( -webkit-touch-callout : none) {
        .tp-home-banner {
            background-attachment: fixed;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center 4rem;
            min-height: 100vh;
        }
        .tp-home-banner-flex {
            background-attachment: fixed;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center 4rem;
            min-height: 50vh;
        }
        .tp-imageblock {
            background-attachment: fixed;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            min-height: 100vh;
        }
    }
    @supports ( -webkit-touch-callout : none) {
        .tp-home-banner {
            background-attachment:scroll;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            min-height: 100vh;
        }
        .tp-home-banner-flex {
            background-attachment:scroll;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center center;
            min-height: 50vh;
        }
        .tp-imageblock {
            background-attachment: scroll;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            min-height: 100vh;
        }
    }
    .carousel {
        margin-top: 4.5rem;
    }
    .carousel-indicators {
        display:  none;
    }
    .tp-script {
        position: relative; width: 100%; overflow: hidden; padding-top: 200%;
        overflow:auto;-webkit-overflow-scrolling:touch;
    }
    .tp-script > iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    .encart-slide {
        background:  #21252995;
        border-radius:1rem;
        overflow:hidden;
        color:#333;
        width: 90%;
        margin: auto;
        padding: 0.5rem 0 0.5rem 0;
    }
    .tp-widthcarrousel {
        width: 90%;
        left: 2%;
    }
    .tp-textimagecarouselblock {
        background-color: #00000085;
        margin-left: 0;
        border-radius: 25px;
        color: white;
        margin-bottom: -0.5rem;
        padding:  0.3em;
        display:  flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .tp-textimagecarouselblock > flex-item {
        flex:  auto;
    }
    .tp-textimagecarouselblock img {
        width:  4rem;
    }
    .tp-textimagecarouselblock .tp-heading {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .tp-textimagecarouselblock .tp-subheading {
        font-size: .8rem;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 0.1rem;
    }
}

@media screen and (max-width: 365px)  {
    .tp-widthcarrousel {
        width: 90%;
        left: 2%;
    }
    .tp-textimagecarouselblock {
        background-color: #00000085;
        margin-left: 0;
        border-radius: 25px;
        color: white;
        margin-bottom: -2.5rem;
        padding:  0.3em;
        display:  flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .tp-textimagecarouselblock > flex-item {
        flex:  auto;
    }
    .tp-textimagecarouselblock img {
        width:  4rem;
    }
    .tp-textimagecarouselblock .tp-heading {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .tp-textimagecarouselblock .tp-subheading {
        font-size: .8rem;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 0.1rem;
    }
}