

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.swiper-wrapper {

}

#slideA {
    background: url(../img/back.jpg) no-repeat center;
    background-position: 0% 50%;
}

.big-logo-row {
      background-size: cover;
      position: relative;
      height: 540px;
      width: 100%;
      padding: 0px;
      margin-top: 78px;
    position: relative;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.super {
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-overlay  {
    height: 100%;
    position: absolute;
    top: 0;
}
.h1swiper {
    color: white;
    font-family: "avenir",arial;
    font-weight: 900;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
    font-size: 75px;
    line-height: .96;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex-align-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    align-items: center;
    margin: auto 0 auto 30px;
}
.flex-align-center-box {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    align-items: center;
    margin: auto;
    background-color: rgba(248,249,250,0.7);
    padding: 70px;
    width: 500px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}
.swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    border: 2px solid;
    box-shadow: 0px 0px 5px #888888;
    border-color: grey;
}

.swiperFont {
    color: black;
    text-align: center;
}
.hidden-column {
    display: none;
}
.nowrap {
    white-space: nowrap;
}


/*MEDIA******************************************/
@media (max-width: 1024px) and (min-width: 768px) {
    .big-logo-row {
        margin-top: 60px;
        height: 400px;
    }

    .fa.fa-bars {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 767px) {
    .flex-align-center {
        padding: 0;
        text-align: center;
        margin: 0;
    }
    .single-title {
        font-size: 16px;
    }
    .button-box-home-slider {
        font-size: 14px;
    }
    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }
    .big-logo-row {
        margin-top: 60px;
        height: 400px;
    }
}