/*HOME PAGE SLIDESHOW CSS*/
.btn {
  display: table;
color: #fff;
text-decoration: none;
position: relative;
letter-spacing: 4px;
text-transform: uppercase;
transition: color 0.1s linear 0.05s;
text-align: left;
}
/*.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}*/
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  /*color: #373737;*/
  transition: color 0.1s linear 0s;
}
/*.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}*/

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 82vh;
  z-index: 1;
  margin-top: -25px;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide:not(:first-child) .caption {
  padding: 0 5% !important;
}
.slideshow .slide .caption {
  padding: 0;
  max-width: 75%;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0 !important;
  margin: auto;
  display: block;
  width: 100%;
  /*height: 100%;*/
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 15px;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
.slideshow .slide:first-child .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide:first-child .slide-content h1 {
	text-align: center;
	color: #FFF;
	font-size:  calc(40px + (110 - 40) * ((100vw - 300px) / (1920 - 300)));
	font-variant: small-caps;
	letter-spacing: 1.5px;
	display: block;
	line-height: calc(24px + (35 - 24) * ((100vw - 300px)/(1600 - 300)));
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  font-family: "georgia";
}
.slideshow .slide:first-child .slide-content h1 span {
	font-size:  calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: 3px;
	display: block;
	font-family: "Arial";
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.slideshow .slide .title h1, .slideshow .slide .title h2 {
  margin: 0 0 15px;
  max-width: 1000px;
  letter-spacing: 1px;
  text-align: left;
  font-size: calc(16px + (45 - 16) * ((100vw - 300px) / (1920 - 300)));
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  font-family: "georgia";
  color: #FFF;
  line-height: 1.2;
}
.slideshow .slide .slider-text {
  margin: 0 0 15px;
  font-size: calc(12px + (24 - 12) * ((100vw - 300px) / (1920 - 300)));
  line-height: 1.4;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.slideshow .slide .btn {
  margin: 30px 0 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  padding: 0;
  -webkit-transition: var(--transition-speed);
  -moz-transition: var(--transition-speed);
  -ms-transition: var(--transition-speed);
  -o-transition: var(--transition-speed);
  transition: var(--transition-speed);
	    float: left;
    display: inline-block;
}
.slideshow .slide a.btn:nth-child(2n):before {
	content: ' | ';
	padding: 0 2px 0 10px;
}
.slideshow .slide .btn:hover {
  color: var(--light-blue);
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 0;
}
.slideshow .arrows .prev:hover .svg {
  left: 0;
}
.slideshow .arrows .next {
  right: 0;
}
.slideshow .arrows .next:hover .svg {
  left: 0;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

@media screen and (max-width: 1199px) {
  .slideshow .slide .caption {
    max-width: 85%;
  }
}

@media screen and (max-width: 1023px) {
  .slideshow .slide .caption {
    max-width: 100%;
  }
  .slideshow .slide .caption {
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .slideshow {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .slideshow {margin-top: -15px;}
  .slideshow .slide:not(:first-child) .caption a {margin: 0 auto;width: 100%;display: block;position: relative;}
  .slideshow .slide:not(:first-child) .caption a, .slideshow .slide:not(:first-child) .caption h2,  .slideshow .slide:not(:first-child) .caption p {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .slideshow {
    height: 40vh;
  }
  /* .slideshow .slide:not(:first-child) .caption p, .slideshow .arrows {
    display: none;
  }
*/
	.slider-text {
    display: none;
}

  .slideshow .slide .btn {
    margin: 0;
  }
  .slideshow .slide .caption {
    padding: 0 15px;
  }
  .slideshow .slide .image-container::before {
    background: linear-gradient(rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
  }
	
	svg#svg5-Layer_1 {
    width: 50px;
    height: 50px;
}

svg#svg4-Layer_1 {

    width: 50px;
    height: 50px;
}
	
}

@media screen and (max-width: 480px) {
  .slideshow {
    height: 30vh;
    margin-top: 0;
  }
  .slideshow .slide .btn {
    font-size: 14px;
  }
}
