/* Popup CSS Below */

.flexslider .slides img {
    margin: 0 auto;
    /*max-width: 100px;*/
}

.ct-sliderPop {
    /*border-radius: 50%;*/
    width: 650px !important;
    height: 250px !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: 10px;
}

.map-white-border {
    border-bottom: 1px solid #fff;
    width: 30%;
    margin: 50px 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: 45%;
    transform: translate(-50%, -50%);
    z-index: 9997;
}

.ct-sliderPop-slide1 {
    background: none repeat scroll 0% 0%;
}

.ct-sliderPop-slide2 {
    background: 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: 75px;
}

.ct-sliderPop h1 {
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 75px;
    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;
    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: #000 !important;
}

.flexslider .slides img {
    width: auto !important;
}

.ct-sliderPop-close {
    /* width: 60px; */
    position: absolute;
    z-index: 3;
    margin-left: -26px;
    top: 3%;
    left: 100%;
}


/* #close {
    position: absolute;
    z-index: 3;
    margin-left: -26px;
    top: 1%;
    left: 100%;
} */


/* =================================
  # Media Queries 
================================= */

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .ct-sliderPop {
        height: 100%;
        max-width: 100% !important;
    }
    .ct-sliderPop>.inner>.cow-map-img {
        margin-top: 50px;
    }
    .ct-sliderPop-description span {
        font-size: 50px;
    }
    .ct-sliderPop h2,
    .ct-sliderPop-description {
        font-size: 20px;
    }
    .ct-sliderPop h2 {
        line-height: 0.2;
    }
    .ct-sliderPop-description {
        padding-bottom: 0;
    }
    .ct-sliderPop .inner {
        margin-top: 10px;
    }
    .ct-sliderPop-description .map-fontSize {
        font-size: 80px;
    }
    .ct-sliderPop-close {
        position: absolute;
        z-index: 3;
        margin-left: -17px;
        top: 2%;
        left: 100%;
    }
    .ct-sliderPop-container {
        max-width: 320px !important;
        top: 60%;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}