﻿/******************/
/* Slideshow CSS */
/****************/
.SlideshowFeedMain {
    display: flex;
    flex-direction: row;
    padding: 110px 0;
}
.SlideshowFeedMain .main-title {
    font-size: 48px;
    line-height: 1.2;
    color: #CCC;
}
.SlideshowFeedMain .SlideshowFeed.container.padding60 {
    padding-left: 95px;
    padding-right: 95px;
}
.SlideshowFeedMain .SlideshowFeed {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1261px;
    width: 100%;
    position: relative;
    transition-timing-function: ease;
}
.SlideshowFeedMain .SlideshowFeed .slideshow-feed {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.SlideshowFeedMain .SlideshowFeed .slideshow-slider {
    display: flex;
    flex-direction: row;
    position: relative;
}
.SlideshowFeedMain .SlideshowFeed .feed-item {
    font-family: Helvetica, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0 0 45px 0;
}
.SlideshowFeedMain .feed-item .feed-content {
    max-width: 450px;
    width: 100%;
    text-align: center;
}
.SlideshowFeedMain .linked-desc a {
    color: #000;
}
.SlideshowFeedMain .SlideshowFeed .feed-item .SlideshowInfo {
    margin: 15px 0 0 0;
    font-size: 13px;
}
.SlideshowFeedMain .feed-name a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
}
.SlideshowFeedMain .feed-item .feed-age {
    text-transform: uppercase;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    padding: 0px 7px;
    margin: 0 7px;
}
.SlideshowFeedMain .feed-follow a {
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
}
.SlideshowFeedMain .SlideshowFeed .next,
.SlideshowFeedMain .SlideshowFeed .prev {
    position: absolute;
    top: 40%;
    margin-top: -10.5px;
    color: #000;
    text-align: center;
    cursor: pointer;
    background-size: 55% auto;
    z-index: 1;
}
.SlideshowFeedMain .SlideshowFeed .next {
    right: 10px;
    background-image: url(./Images/RightArrow-Black@2x.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 21px;
    background-position: top right;
}
.SlideshowFeedMain .SlideshowFeed .prev {
    left: 10px;
    background-image: url(./Images/LeftArrow-Black@2x.png);
    background-repeat: no-repeat;
    width: 46px;
    height: 21px;
}
.SlideshowFeedMain .SlideshowFeed .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.SlideshowFeedMain .pagination a {
    border: solid 1px #000;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: 8px;
    cursor: pointer;
    display: inline-block;
}

.SlideshowFeedMain .pagination a span {
    display: none;
}
.SlideshowFeedMain .pagination .selected {
    background: #000;
}
.SlideshowFeedMain .carousel_wrapper {
    width: 75%;
    margin:auto;
}

@media (min-width: 992px) {
  .SlideshowFeedMain .SlideshowFeed.container.padding60 {
      padding-left: 85px;
      padding-right: 85px;
  }
}

@media (max-width: 768px) {
    .SlideshowFeedMain .main-title {
        text-align: center;
    }
    .SlideshowFeedMain .feed-item .feed-content {
        margin: 0 15px;
    }
    .SlideshowFeedMain .SlideshowFeed .feed-item {
        padding: 0 30px 45px 30px;
    }
    .SlideshowFeedMain .caroufredsel_wrapper{
       margin: 0 !important;
    }
    .SlideshowFeedMain .carousel_wrapper {
        width: 100%;
    }
    .SlideshowFeedMain .SlideshowFeed.container.padding60 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 600px){
    .SlideshowFeedMain .SlideshowFeed.container.padding60 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
