
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

.sliderwrap {
width: 100%;
margin: 0 auto;

border: 0px solid red;
}


.carosection{
  position: relative;
  width: 100%;
  display: block;
  background-color: #273751 ;
}
.full-height{
  min-height: 100vh;
}
.over-hide{
  overflow: hidden;
}
.padding-tb{
  padding: 30px 0 0 0;
}
[type="radio"]:checked,
[type="radio"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 2px solid black;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url('images/talkeetnacabin4.jpg');
  
}
.checkbox.second + label{
  background-image: url('images/livingroom22-550.jpg');
}
.checkbox.third + label{
  background-image: url('images/lodge-kitchen25.jpg');
}
.checkbox.fourth + label{
  background-image: url('images/swuite-br25-2.jpg');
}

.checkbox.fifth + label{
  background-image: url('images/bigdeck.jpg');  
}

.checkbox.sixth + label{
  background-image: url('images/northernlights.jpg');
}

.checkbox.seventh + label{
  background-image: url('images/lodge-exterior-2023-web.jpg');
}


.checkbox.eighth + label{
  background-image: url('images/morning-lodge-web.jpg');
}

.checkbox.nineth + label{
  background-image: url('images/cozyexterior.jpg');
}

.checkbox.tenth + label{
  background-image: url('images/cozy1.jpg');
}

.checkbox.eleventh + label{
  background-image: url('images/bathhousebathroom.jpg');
}


.checkbox.twelfth + label{
  background-image: url('images/munchinandsnoozin.jpg');
}


.checkbox.thirteenth + label{
  background-image: url('images/munchinbed.jpg');
}

.checkbox.fourteenth + label{
  background-image: url('images/snoozinext.jpg');
}

.checkbox.fifteenth + label{
  background-image: url('images/snoozin-inside25.jpg');
}







.checkbox:checked + label{
  border: 2px solid #f1e2b9;
  transform: scale(1.25);
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    animation-play-state: running;
}


.slider-height-padding {
  width: 95%;
  margin: 0 auto;
  padding-top: 440px;
  padding-bottom: 30px;
  background-color: #273751 ;
}

ul.caro {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.caro li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 100;
  padding: 0px 0 0 0;
  margin: 0;
  list-style: none;
  height: 400px;
  border: 0px solid #bdc3c7;
  background-size: cover;
  background-position: center;
  background-image: url('images/talkeetnacabin4.jpg');
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2.7;
  color: #343434;
  writing-mode: horizontal-tb;
  opacity: 0;
  pointer-events: none;
  /* box-shadow: 0 8px 25px 0 rgba(16,39,112,.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}

ul.caro li span {
  position: absolute;
  top:88%;
  left:60%;
  line-height: 1.5;
    padding: 0 15px 0 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

ul.caro li:nth-child(2) {
  background-image: url('images/livingroom22-550.jpg');
}

ul.caro li:nth-child(3) {
  background-image: url('images/lodge-kitchen25.jpg');
}

ul.caro li:nth-child(4) {
  background-image: url('images/swuite-br25-2.jpg');
  }
  
ul.caro li:nth-child(5) {
  background-image: url('images/bigdeck.jpg');
}


ul.caro li:nth-child(6) {
  background-image: url('images/northernlights.jpg');
}


ul.caro li:nth-child(7) {
  background-image: url('images/lodge-exterior-2023-web.jpg');
}


ul.caro li:nth-child(8) {
  background-image: url('images/morning-lodge-web.jpg');
}

ul.caro li:nth-child(9) {
  background-image: url('images/cozyexterior.jpg');
}

ul.caro li:nth-child(10) {
  background-image: url('images/cozy1.jpg');
}

ul.caro li:nth-child(11) {
  background-image: url('images/bathhousebathroom.jpg');
}


ul.caro li:nth-child(12) {
  background-image: url('images/munchinandsnoozin.jpg');
}

ul.caro li:nth-child(13) {
  background-image: url('images/munchinbed.jpg');
}

ul.caro li:nth-child(14) {
  background-image: url('images/snoozinext.jpg');
}

ul.caro li:nth-child(15) {
  background-image: url('images/snoozin-inside25.jpg');
}






.checkbox.first:checked ~ ul.caro li:nth-child(1) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}
.checkbox.second:checked ~ ul.caro li:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}
.checkbox.third:checked ~ ul.caro li:nth-child(3) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}
.checkbox.fourth:checked ~ ul.caro li:nth-child(4) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.fifth:checked ~ ul.caro li:nth-child(5) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.sixth:checked ~ ul.caro li:nth-child(6) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.seventh:checked ~ ul.caro li:nth-child(7) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.eighth:checked ~ ul.caro li:nth-child(8) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.nineth:checked ~ ul.caro li:nth-child(9) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.tenth:checked ~ ul.caro li:nth-child(10) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.eleventh:checked ~ ul.caro li:nth-child(11) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.twelfth:checked ~ ul.caro li:nth-child(12) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.thirteenth:checked ~ ul.caro li:nth-child(13) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.fourteenth:checked ~ ul.caro li:nth-child(14) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

.checkbox.fifteenth:checked ~ ul.caro li:nth-child(15) {
  opacity: 1;
  pointer-events: auto;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .slider-height-padding {
    padding-top: 340px;
  }
  ul.caro li {
    height: 300px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  
  ul.caro li span {
    top:80%;
  left:60%;
}

@media (max-width: 575px) {
  .slider-height-padding {
    padding-top: 240px;
  }
  ul.caro li {
    height: 200px;
  }
}