.planContainer .planSpot.slide-button-wrapper {
    width: initial;
}
.slide-button-container {
  position: relative;
  /*width: 270px;*/
}
/*.slide-button-container .slide-button {
  float: left;
  margin-top: 15px;
}*/
/*.slide-button-container .slide-button:after {
  clear: both;
  display: table;
}*/

.slide-button {
  display: block;
  position: relative;
  height: 36px;
}
.planSpot .slide-button {
	height: 30px;
}
.slide-button:hover {
	cursor: pointer;
	z-index: 11;
}
.slide-button.no-click, .slide-button.no-click:hover {
    cursor: default;
}
.slide-button:hover .slide-button-primary {
  /*box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);*/
	/*border-top-right-radius: 0;
	border-bottom-right-radius: 0;*/
}
/*.slide-button:hover .slide-button-secondary-content {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}*/
.slide-button-primary:hover ~ .slide-button-secondary .slide-button-secondary-content, .slide-button-secondary-content:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: auto;
  /*max-width: 250px;*/
  padding-right: 24px;
}

.slide-button-primary {
  position: absolute;
  background: #febe10;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  z-index: 10;
    -webkit-animation: slide-button-ripple 5s infinite;
    animation: slide-button-ripple 5s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}
.planSpot .slide-button-primary {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-top: -15px;
  font-weight: 600;
}


.slide-button-icon, .slide-button .slide-button-primary i.icon {
  fill: #242424;
  /*position: absolute;*/
  width: 24px;
  height: 24px;
  margin: 0;
    font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.planSpot .slide-button-icon {
  margin-top: 3px;
  margin-left: 3px;
}
.slide-button-icon.info.icon {
    font-size: 18px;
    margin-left: 8px;
}
.slide-button-icon.play.icon {
    margin-left: 7.5px;
    margin-top: 9px;
    font-size: 18px;
}
span.slide-button-icon {
    display: block;
    margin-top: 0;
    margin-left: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.slide-button-primary span.slide-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
i.slide-button-icon {
    font-size: 20px;
    display: block;
    margin-left: 6px;
    margin-top: 8px;
}
i.icon.church.slide-button-icon {
    margin-top: 4px;
    margin-left: 5px;
}
i.icon.photo.slide-button-icon {
    margin-left: 6px;
    margin-top: 8px;
}
i.icon.shop.slide-button-icon {
    font-size: 18px;
    margin-left: 7px;
    margin-top: 9px;
}
i.slide-button-icon.fa-file-signature {
    font-size: 18px;
    display: block;
    margin-left: 10px;
    margin-top: 9px;
}
.hotspot .slide-button svg {
	fill: #242424;
}

.slide-button .slide-button-primary img.icon {
  width: 36px;
  height: 36px;
  padding: 6px;
  object-fit: contain;
  object-position: center;
}

.slide-button-secondary {
  overflow: hidden;
  margin-left: 15px;
  height: 36px;
  z-index: 9;
}
.planSpot .slide-button-secondary {
  height: 30px;
}

.slide-button-secondary-content {
  width: 0;
  background: #febe10;
  display: inline-block;
  height: 36px;
  /*max-width: 350px;*/	
  white-space: nowrap;
  text-align: left;
  padding-left: 24px;
  padding-right: 0;
  line-height: 36px;
  color: #242424;
  font-weight: 600;
  text-overflow: ellipsis;	
  overflow: hidden;
  border-radius: 0 18px 18px 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 275ms ease;
  transition: -webkit-transform 275ms ease;
  transition: transform 275ms ease;
  transition: transform 275ms ease, -webkit-transform 275ms ease;
}
.planSpot .slide-button-secondary-content {
  height: 30px;
  line-height: 30px;
  border-radius: 0 15px 15px 0;    
  font-size: 14px;
}

.comment .slide-button-primary, .comment .slide-button-secondary-content {
    background-color: #F44336 !important;
    color: #ffffff !important;
    background-image: none !important;
}

.comment .slide-button-primary .circular.ui.icon.button {
	position: absolute;
	top: -10px;
	right: -10px;
    width: 18px;
    height: 18px;
    background-color: #000000;
    display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.comment .slide-button-primary .circular.ui.icon.button .icon.close {
    width: 15px;
    height: 15px;
    font-size: 14px;
    color: #ffffff;
    line-height: initial;
    margin-top: -2px !important;
}

@media (pointer: coarse) {
	.slide-button-secondary-content, .comment .slide-button-secondary-content {
		background: none !important;
		color: #ffffff !important;
		text-shadow: 1.3px 1.3px rgba(0,0,0,0.8);
	}
	
	.slide-button-secondary-content {
		-webkit-transform: none; 
		transform: none; 
	}
    
    .slide-button-primary ~ .slide-button-secondary .slide-button-secondary-content, .slide-button-secondary-content {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      width: auto;
      max-width: 250px;
      padding-right: 24px;
    }
}

@-webkit-keyframes slide-button-ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);  
  }
  14% {
      -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  14.9% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
  15% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  29% {
      -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  29.9% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
  30% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
}
@keyframes slide-button-ripple {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);  
  }
  14% {
      -moz-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
      box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  14.9% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
  15% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  29% {
      -moz-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
      box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  29.9% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
  30% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);  
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);  
  }
}

/* === warp icon === */
.slide-button .slide-button-primary .slide-button-icon.warp.icon {
    background: #ffffff;
    border-radius: 50%;
    animation: warp 1.5s infinite;
    transition: opacity ease;
    width: 8px;
    height: 8px;
}
@keyframes warp {
  0% {
    transform: scale(1);
  }
  66% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(0.33);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes warp {
  0% {
    transform: scale(1);
  }
  66% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(0.33);
  }
  100% {
    transform: scale(1);
  }
}


/* === SCSS === */
/*$button-height: 30px;
$box-width: 300px;
$box-height: 212px;

.share-buttons {
  position: absolute;
  width: $box-width;
  height: $box-height;
  padding-left: ($box-width / 2) - ($button-height / 2);
  top: 50%;
  left: 50%;
  margin-left: -($box-width / 2);
  margin-top: -($box-height / 2);
  
  .share-button {
    float: left;
    margin-top: 15px;
    
    &:first-child {
      margin-top: 0;
    }
    
    &:after {
      clear: both;
      display: table;
    }
  }
}

.share-button {
  display: block;
  position: relative;
  height: $button-height;
  
  &:hover {
    cursor: pointer;
    
    .share-button-primary {
      box-shadow: 1px 0 0 0 rgba(0, 0, 0, .1);
    }
    
    .share-button-secondary-content {
      transform: translate3d(0, 0, 0);
    }
  }
}

.share-button-primary {
  position: absolute;
  background: #fff;
  width: $button-height;
  height: $button-height;
  border-radius: ($button-height / 2);
  left: 0;
  top: 50%;
  margin-top: -($button-height / 2);
}

.share-button-icon {
  display: block;
  color: #242424;
  position: absolute;
  width: $button-height;
  line-height: $button-height;
  font-size: 16px;
  margin-top: 1px;
}

.share-button-secondary {
  overflow: hidden;
  margin-left: ($button-height / 2);
  height: $button-height;
}

.share-button-secondary-content {
  font-family: sans-serif;
  font-size: .75em;
  background: #fff;
  display: block;
  height: $button-height;
  text-align: left;
  padding-left: ($button-height * .8);
  padding-right: ($button-height * .6);
  line-height: $button-height;
  color: #242424;
  border-radius: 0 ($button-height / 2) ($button-height / 2) 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s ease;
}