﻿.Marquee {
  height: 523px;
  margin: auto;
  max-width: 1500px;
  position: relative; 
}

.push_menu_container #main {
    margin-top: 60px;
}

.Marquee a {
  outline: 0 none !important;
}

.Marquee .swiper-container {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%; 
}

.Marquee .swiper-wrapper {
    height: 100%; 
}

.Marquee .caption.full-width {
    width: 90%;
}

.Marquee .caption.margin {
    margin: 0 25px 0 15px;
}

.Marquee .caption.half {
    width: 50% !important;
}

.Marquee .slide-border {
    background-clip: padding-box;
    border-left: 1px solid rgba(0, 0, 0, 0.075);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.Marquee .slide-border-full {
    background-clip: padding-box;
    border-left: 1px solid rgba(0, 0, 0, 0.075);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    pointer-events:none;
}

.swiper-pagination-container{margin: 0 8px 0 0; float: right; letter-spacing: 2px; font-size: 17px; font-family: "proxima-nova"; font-weight: 600; font-style: normal; text-transform:uppercase;}
.swiper-pagination-switch{display:inline-block;width:10px;height:10px;border-radius:8px;background:#fff;margin-right:5px;opacity:1;cursor:pointer;}
.swiper-visible-switch{background:#ebb6b0;}
.swiper-active-switch{background:#bd1300;}

.Marquee .caption.pagination_margin {
    bottom: 30px !important;
}

.Marquee .swiper-slide, .Marquee .single_slide {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%; 
}

.Marquee .swiper-slide_gradient {
    bottom: 0;
    height: 90%;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.Marquee .container {
    height: 100%;
    position: relative; 
    width: auto;
    max-width: 1220px;
}

.Marquee .caption {
    bottom: 50px;
    color: white;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 50%;
    z-index: 10; 
    line-height: 2.2em;
}

.Marquee .caption h1 {
    margin: 0 0 4px;
}

.Marquee .caption p {
    margin: 0;
    line-height: 1.2em;
}

.Marquee .caption .marquee-category {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 2em;
}

.Marquee .caption .marquee-headline-caption {
    font-weight: 700;
}

.Marquee .caption h2 {
    color: #fff;
    margin: 0; 
}

.Marquee .marquee_pagination {
    bottom: 20px;
    font-size: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10; 
}

.Marquee .arrow-left, .Marquee .arrow-right {
      height: 100%;
      position: absolute;
      top: 0;
      width: 10%;
      cursor: pointer; 
} 

.Marquee .arrow-left span, .Marquee .arrow-right span {
    display: inline-block;
    height: 54px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 29px; 
}

.Marquee .arrows {
    display: none;
}

.Marquee .arrow-left {
    left: 0; 
}
.Marquee .arrow-left span {
    background-image: url(/images/arrow-left.png);
    left: 25%; 
}

.Marquee .arrow-right {
    right: 0; 
}
.Marquee .arrow-right span {
    background-image: url(/images/arrow-right.png);
    right: 25%; 
}

@media screen and (max-width: 767px) {

    .Marquee .caption h2 {
        font-size: 18px; 
    } 

    .Marquee .caption {
        width: 100%; 
        bottom: 40px;
        margin: 0 20px; 
    }
    .Marquee .swiper-slide_gradient {
        height: 90%;  
    }

     .Marquee .caption .marquee-headline-caption {
        display: none; 
    } 

    .Marquee .arrow-left, .Marquee .arrow-right {
      display: none; 
    } 

   .Marquee {
        height: 265px; 
    } 
    
   .Marquee .caption h1 {
        font-size: 26px !important;
        line-height: 26px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1169px) {
    .Marquee {
        height: 440px; 
    } 
     .Marquee .caption {
        margin: 0 25px 0 15px; 
    }    

    .Marquee .caption h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }

}


@media screen and (max-width: 992px){
    .Marquee .caption {
        width: 90%; 
    }        
}
