.swiper-slide-text {
    text-align: center;
    position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.entry-content blockquote {
    margin: 0 0 26px;
    padding: 15px 30px;
    position: relative;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

/* CAROUSEL */
#topCarousel{
    position: relative;
    background: url('../images/banners/banner_bg_eu.png') no-repeat top center #cccccc;
}
#topCarouselContent{

}
#topCarouselContent .carousel-inner{
    height: 100%;
    min-height: 265px;
    display: flex;
    align-items: center;
}
#topCarouselContent .carousel-caption{
    position: static;
    width: calc(100% - 380px);
}
#topCarouselContent .text-wrapper{

}
#topCarouselContent .text1{
    font-family: Roboto-Medium, sans-serif;
    font-size: 4rem;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0;
}
#topCarouselContent .text2{
    font-family: Roboto-Light, sans-serif;
    font-size: 2rem;
    color: #000000;
    line-height: 1.1;
    opacity: 0;
}
#topCarouselContent .text2.wordpress{
    background: url('../images/banners/slides/wordpress_small_logo.png') no-repeat 1rem center;
    font-family: Roboto-Light, sans-serif;
    font-size: 1.25rem;
    color: #575c60;
    background-color: #ffffff;
    box-shadow: 0 5px 10px #aaa;
    display: inline-block;
    padding: 0.625rem 0.625rem 0.625rem 3.5rem;
    /*margin-top: 2rem;*/
    border-radius: 0.25rem;
}
#topCarouselContent .text3{
    background: url("../images/pointer.png") no-repeat top center;
    padding-top: 56px;
    font-family: Roboto-Light, sans-serif;
    font-size: 0.875rem;
    color: #000000;
    line-height: 1;
    text-align: center;
    max-width: 250px;
    margin-top: -25px;
    position: relative;
    opacity: 0;
}
#topCarouselContent .carousel-item:nth-child(3) .text3{
    margin-top: -42px;
}
#topCarouselContent .carousel-item:nth-child(4) .text3{
    margin-top: -13px;
}
#topCarouselContent .carousel-item:nth-child(5) .text3{
    margin-top: -70px;
}
#topCarouselContent .text3 .only-row {
    font-family: Roboto, sans-serif;
}
#topCarouselContent .text3 .row-2 {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
}
#topCarouselContent .button-wrapper{
    opacity: 0;
}
#topCarouselContent .carousel-item .image-wrapper {
    width: 380px;
    padding: 20px 0;
}
#topCarouselContent .carousel-item img {
    opacity: 0;
}
#topCarouselContent .carousel-item .animate__animated {
    opacity: 1;
}
#topCarouselContent .carousel-indicators {
    margin-bottom: 20px;
}
#topCarouselContent .carousel-indicators li {
    display: block;
    margin: 0 10px;
    background-color: transparent;
    height: 6px;
    width: 6px;
    border: 4px solid #e52c39;
    cursor: pointer;
    transition: 1s background-color;
    opacity: 1;
}
#topCarouselContent .carousel-indicators li.active{
    background-color: #e52c39;
}
#topCarouselContent .carousel-button {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid #000000;
    padding: 5px;
    transition: all .5s ease;
    text-decoration: none;
    margin-right: 2px;
}
#topCarouselContent .carousel-button:hover {
    background-color: #000000;
    color: #ffffff;
}

/* BANNER */
@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
}
#page-banner, #package-banner, #error-banner {
    background: url(../images/banner_bg.jpg) top left repeat;
}
#banner-text {
    width: 100%;
    text-align: left;
    font-family: Montserrat-Black, sans-serif;
    font-size: 2.5rem;
    color: #2c2c2c;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 8%;
    position: relative;
}
#banner-text::before {
    content: '';
    height: 9px;
    width: 80px;
    background-color: #e52c39;
    display: block;
    margin-top: 16px;
    position: absolute;
    left: -90px;
    border-radius: 4px;
}
#banner-text .text2 {
    color: #e52c39;
}
#banner-text .text3 {
    font-family: Montserrat-Light, sans-serif;
    font-size: 1.0625rem;
    color: #000000;
    line-height: 1;
    text-align: left;
    text-transform: none;
}
