.culture-section {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/front_images_alone_archi.jpg) top no-repeat;
    height: 100%;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 250px 0px;
}

.culture-section h2, .culture-section h3 {
    font-family: 'proxima-nova', sans-serif;
}

.culture-section h2 {
    font-weight: 800;
    font-size: 50px;
}

.culture-section h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 14px 0;
    font-family: 'proxima-nova', sans-serif;
}

.culture-section p {
    margin: 36px auto;
    font-size: 18px;
    width: 75%;
}

.btn {
    font-size: 18px !Important;
}

.btn-slider {
    background-color: #fff;
    color: #d2282e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 20px;
    padding: 12px 35px;
    font-weight: 800;
}

.btn-slider:hover {
    background-color: #dbdbdb;
    color: #565299;
}

/* Popup CSS Below */
.flexslider .slides img {
    margin: 0 auto;
    max-width: 100px;
}

.ct-sliderPop {
    width: 650px !important;
    height: 750px !important;
}


.ct-sliderPop > .inner > .cow-map-img {
    margin-top: 75px;
}

.ct-sectional .col-lg-5.col-lg-offset-1 > img {
    cursor: pointer;
    border-radius: 50%;
}

.ct-sliderPop .inner {
    color: #fff;
    margin-top: 110px;
}

.map-white-border {
    border-bottom: 1px solid #fff;
    width: 30%;
    margin: 10px auto;
}

.ct-sliderPop-container {
    display: none;
    left: 0px;
    opacity: 0;
    top: 0px;
    z-index: 9998;
}

.ct-sliderPop-container.open {
    animation-duration: 0.35s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    display: block;
}

.ct-sliderPop-container {
    overflow: hidden;
    display: inline-table;
    max-width: 650px !important;
    left: 50%;
    position: fixed !important; /* Required to override style inline style added by Flexslider */
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9997;
}

.ct-sliderPop-slide1 {
    background: #9fb1f4 none repeat scroll 0% 0%;
}

.ct-sliderPop-slide2 {
    background: #43c26f none repeat scroll 0% 0%;
}

.ct-sliderPop-slide3 {
    background: #4F4F99 none repeat scroll 0% 0%;
}

.sliderPop.flexslider:hover .flex-direction-nav .flex-prev
.ct-sliderPop .inner .ct-sliderPop-close {
    display: inline-block;
    margin: -1% auto 30px;
    transition: opacity 0.25s ease-in-out 0s;
    width: 50px;
}

.ct-sliderPop h1 {
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
}

.ct-sliderPop h1 span {
    font-family: 'coquette', fantasy;
    text-transform: capitalize;
    line-height: 0.8;
}

.ct-sliderPop h2,
.ct-sliderPop p {
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.ct-sliderPop .fa {
    font-size: 84px;
    margin-bottom: 10px;
}

.ct-sliderPop p {
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 70%;
    line-height: 24px;
    margin: 0 auto;
}

.ct-sliderPop-container .flex-direction-nav a {
    overflow: visible;
}

.flex-direction-nav a,
.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
    color: #fff !important;
}

.flexslider .slides img {
    width: auto !important;
}

.sliderPop-close {
    width: 50px;
}
.rapportsF{
    padding-top: 10px;
}
/* =================================
  # Media Queries 
================================= */
@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .ct-sliderPop {
        width: 350px !important;
        height: 620px !important;
    }

    .ct-sliderPop > .inner > .cow-map-img {
        margin-top: 10px;
    }

    .ct-sliderPop-description span {
        font-size: 50px;
    }

    .ct-sliderPop h1 {
        font-size: 100%;
    }

    .ct-sliderPop h2,
    .ct-sliderPop-description {
        font-size:30px;
    }

    .ct-sliderPop h2 {
        padding: 10px;
    }

    .ct-sliderPop p {
        padding: 20px;
        font-size: 20px;
    }

    .ct-sliderPop-description {
        padding-bottom: 0;
    }

    .ct-sliderPop .inner {
        margin-top: 10px;
    }

    .ct-sliderPop-description .map-fontSize {
        font-size: 80px;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}