@font-face {font-family: "Neutraface2Text";
  src: url("Neutraface_2.eot"); /* IE9*/
  src: url("Neutraface_2.eot?#iefix") format("embedded-opentype"),
  url("Neutraface_2.woff2") format("woff2"),
  url("Neutraface_2.woff") format("woff"),
  url("Neutraface_2.ttf") format("truetype"),
  url("Neutraface_2.svg#Neutraface 2 Text") format("svg");
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative; margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


/* Position the "next button" to the right */
.next {
  right: 0; border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.slide_dots {
 	text-align: center; position: absolute; margin: -40px 0 0 45%;
  
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #337FC3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slide_dots .active {
  background-color: #fff;
}


/* Fading animation */
.slidersfade {
  -webkit-animation-name: slidersfade;
  -webkit-animation-duration: 1.5s;
  animation-name: slidersfade;
  animation-duration: 1.5s;
}

@-webkit-keyframes slidersfade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes slidersfade {
  from {opacity: .4}
  to {opacity: 1}
}

.slideshow-container .mySlides .desktop_view { 
  height: 520px; width: 100%; margin: 0 0 0 0; 
  background-repeat:no-repeat;
  background-position: center center;
}

.slideshow-container .mySlides .desktop_view .banner_text_slide .btn-lg { 
	font-family: 'Trim Poster Condensed'; margin-top: 20px;
    font-size: 25px; font-weight: 300; border-radius: 15px; vertical-align: middle;
}

.slideshow-container .mySlides .mobile_view .mobile_banner_text_slide .btn-lg { 
	font-family: 'Trim Poster Condensed'; margin-top: 10px; height: 40px;
    font-size: 25px; font-weight: 300; border-radius: 15px; padding: 0px 30px 0px 30px;
}

 .slideshow-container .mySlides {
   	font-family: "Droid",sans-serif;
  }

@media(min-width: 1900px){
  .slideshow-container .mySlides .desktop_view {
    height: 650px; 
  }
  
  .slideshow-container .desktop_view .desktop_banner_alignments {
   	margin-top: 8%; position: absolute; display:none;
  }
  
  .slideshow-container .desktop_view .large_desktop_banner_alignments {
    display: block !important; position: absolute; 
  }
  
  .slideshow-container .mySlides .desktop_view .banner_text_slide {
   	
    margin-top: 0% !important;
  }
}

@media(max-width: 1759px) and (min-width: 1501px) {
	.slideshow-container .mySlides .desktop_view { height: 620px; }
}

@media(max-width: 1899px) and (min-width: 1760px) {
	.slideshow-container .mySlides .desktop_view { height: 650px; }
}


@media(max-width: 1194px){
  
  .slideshow-container .mySlides .desktop_view {
    height: 480px;
  }
  
}


@media(max-width: 1024px){
 .slideshow-container .mySlides .desktop_view {
   height: 400px; 
 }
 .slideshow-container .desktop_view .desktop_banner_alignments {
   display: none;
 }
 .slideshow-container .desktop_view .ipad_banner_alignments {
   display: block !important;
  
 }
 .slideshow-container .mySlides .desktop_view .banner_text_slide .btn-lg {
    font-size: 20px;  height: 40px; padding: 5px 30px 0px 30px; vertical-align: middle;   
}
  @media (max-width: 1024px){
  
  .summer_large_desktop_banner_alignments {
    position: relative !important; 
  }
    .summer_campaign_first {
      font-size: 95px !important;
    }
  
    .summer_campaign_second {
      font-size: 26px !important;
    }
  
  }


@media(max-width: 900px){
 .slideshow-container .mySlides .desktop_view {
   height: 320px; 
   /* background-size: 100% 100% !important; */
 }
 .slideshow-container .desktop_view .desktop_banner_alignments {
   display: none;
 }
 .slideshow-container .desktop_view .ipad_banner_alignments {
   display: block !important;
  
 }
 .slideshow-container .mySlides .desktop_view .banner_text_slide .btn-lg {
    font-size: 20px;  height: 40px; padding: 5px 30px 0px 30px; vertical-align: middle;
 }
  
 .banner_text_slide .ipad_banner_alignments .ipad_banner_slider .first_banner_text {
    font-size: 35px !important;
  } 
  
}






@media(max-width: 767px){
  
 /* .slideshow-container .mySlides .desktop_view { display: none; }
  .slideshow-container .mySlides .mobile_view { 
    display: block !important; background-size: cover;
    background-repeat: no-repeat; width: 100%; height: 400px; } */
  .slide_dots { margin: -40px 0px 0 45%; }
  
}

@media(max-width: 750px){

  .slideshow-container .mySlides .desktop_view {
     height: 300px; 
  }

}

@media(max-width: 667px){

  .slideshow-container .mySlides .desktop_view {
    height: 280px; 
  }
}

@media(max-width: 520px){
  
 .slideshow-container .mySlides .desktop_view { display: none; }
  .slideshow-container .mySlides .mobile_view { 
    display: block !important; background-size: 100% 100%;
    background-repeat: no-repeat; width: 100%; height: 450px; background-position: center; }
  .slide_dots { margin: -40px 0px 0 38%; }
  
}