/* LONG READ */

#read {
  margin-bottom: 20px;
  }
.long-read {
	width: 100%;
margin-left: auto;
display: table;
margin-right: auto;
margin-bottom: 40px;
}
.long-read-flex {
  width: 100%;
  margin-left: auto;
  display: table;
  margin-right: auto;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  }


.long-read-video{
	width: 100%;
margin-left: auto;
display: table;
margin-right: auto;
}

.long-read h1 {

	text-align: center;
	text-transform: uppercase;
}
.long-read-date {
  text-align: center;
  padding: 0px;
  color: #909090;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  }
.long-read-date a {
	color: #909090;
	text-decoration: none;
	border-bottom: 0px !important;

}

.long-read-full-height {
  width: 100%;
  height: 100vh;
  padding: 0!important;
  margin: 0!important;
  position: relative;

}

.long-read-full-height-plus {
  bottom: 40px;
  width: 100%;
  text-align: center;
  position: absolute;
  mix-blend-mode: difference;
  opacity: 1;
}
.long-read-full-height-plus a {
  color: #fff;
}
.long-read-full-height-plus p {
text-align: center;
padding: 0px;
color: #909090;
font-size: 11px;
line-height: 17px;
text-transform: uppercase;
letter-spacing: 2px;
}


.long-read-full-height-slide {
	padding-top: 80px;
	padding-bottom: 80px;

}
.long-read-content {
  padding: 0px 40px 0px 40px;
  max-width: 1050px;
  margin: auto;
  margin-bottom: 40px;
  }
.long-read-content img {
    width: 100%;
	height: auto;

}
.long-read-img {
padding: 0px 40px 0px 40px;
}
.long-read-img img {
    width: 100%;
	height: auto;

}
.long-read-img-full {
}
.long-read-img-full img {
    width: 100%;
	height: auto;

}
.long-read-content-center img {
width: 75%;
margin: 0% 12.5% 0% 12.5%;
}
.long-read-content-center-vertical img {
width: 50%;
margin: 0% 25% 0% 25%;
}
.long-read-legend {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.long-read-legend p {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding: 0;
  margin: 0;
  line-height: 23px;
  margin-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  color: #595959;
  font-weight: 200;
}
.long-read-content-2-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 0px;
}
.content-2-1 {
  order: 1;
  min-height: 500px;
}
.content-2-2 {
  order: 2;
}

.long-read-content-2-2 .content-2-2 .content-2-1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.long-read-content-2-2 .content-2-2:before {
    content: '';
    display: block;
    height: 0;
}



.long-read-content-video {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
	background-color: transparent;
}


.long-read-content-video iframe,  
.long-read-content-video object,  
.long-read-content-video embed {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.long-read-content-video-vertical {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
	background-color: transparent;
}
.long-read-content-video-vertical iframe,  
.long-read-content-video-vertical object,  
.long-read-content-video-vertical embed {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.long-read-bt-link{
  display: table;
  margin: 0 auto;
	
}
.long-read-bt-link-item {
padding: 5px 20px 5px 20px;
border-radius: 2px;
display: flex;float: left;
transform: scale(1);
  transition: all 0.5s;
}

.long-read-bt-link-item:target {
  transform: scale(0.8);
  transition: all 0.5s;
}
.long-read-bt-link-item p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.long-read-bt-link-item-shop {
  padding: 5px 20px 5px 20px;
  border-radius: 2px;
  display: flex;
  transition: all 0.5s;
  background: url(../img/bg-shop.jpg);
  background-size: cover;
  background-position: center center;
  border: 1px solid #000;
  margin: 0 auto;
  width: 240px;
  text-align: center;
}
.long-read-bt-link-item-shop:target {
    transform: scale(0.8);
    transition: all 0.5s;
}
.long-read-bt-link-item-shop p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  width: 100%;
  text-align: center;
}


.long-read-bt-link-tag {
text-align: center;
margin-right: 40px;
margin-left: 40px;
}
.long-read-bt-link-tag-item {
  padding: 3px 20px 2px 20px;
  border-radius: 20px;
  margin: 0px 10px 10px 0px;
  text-align: center;
  display: inline-block;
  border: 1px solid #111;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
.long-read-bt-link-tag-item:hover{
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.long-read-bt-link-tag-item p {
  padding: 0px;
  margin: 0px;
  mix-blend-mode: difference;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.long-read-social {
  text-align: center;
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}
.long-read-social img {
  width: 60px;
  height: auto;
  display: flex;
  padding: 0px 15px 0px 15px;
}

.long-read-slide {
  width: 100%;
  margin-left: auto;
  display: table;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 40px;
}

.visibleNearby {
  width: 100%;
}
.visibleNearby img,
.visibleNearby .rsSlide {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   will-change: transform;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background: #141414;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}
.royalSlider > .rsImg {
  visibility:hidden;
}


/* Scaling transforms */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  -webkit-transform: scale(0.9);  
  -moz-transform: scale(0.9); 
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}





/* The progress container (grey background) */
.progress-container {
width: 100%;
height: 5px;
position: fixed;
z-index: 9;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 5px;
  background: #111111;
  width: 0%;
}

@media screen and (max-width:768px) {
.long-read-slide {
    margin-bottom: 40px;
    margin-top: 40px;
}

.long-read-content {
  padding: 0px 20px 0px 20px;
  margin-bottom: 0px;
}
.long-read-legend {
  margin-bottom: 20px;
}

.long-read-content-2-2 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  margin-bottom: 0px;
}
.long-read-content-center img {
  width: 90%;
  margin: 0% 5% 0% 5%;
}
.long-read-content-center-vertical img {
width: 70%;
margin: 0% 15% 0% 15%;
}	
.long-read-bt-link-tag {

}
.long-read-legend p {
  padding: 0px 20px 0px 20px;
  }
.long-read-content-video-vertical {
position: relative;
padding-bottom: 179.5%;
height: 0;
overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
background-color: transparent;
width: 100%;
float: left;
}	
.long-read-full-height-slide {
  padding-top: 40px;
  padding-bottom: 0px;
  }

}
@media screen and (min-width:1460px) {

  .long-read-content {
    max-width: 1360px;
    }

}


@media (prefers-color-scheme: dark) {

.long-read-bt-link-tag-item a {
	color: #ffffff;

}	


}