/* -----------------------------------------
:: caption mobile 
----------------------------------------- */
#bootstrap-slider .carousel-caption {
  position: absolute;
  right: 15%;
  top: 20%;
  bottom: 30%;
  left: 15%;
  padding: 5%;
  color: #ffffff;
  text-align: left;
  border-radius: 6px;
  z-index: auto;
}
#bootstrap-slider .carousel-content h2 {
  font-size: 14px;
  line-height: 1.0em;
  margin-top: 0px;
  margin-bottom: 0px;
}
#bootstrap-slider .carousel-content p {
  font-size: .675rem;
  margin-bottom: 10px;
  line-height: 1;
}
#bootstrap-slider .carousel-content {
  position: relative;
  width: 100%;
  z-index: 222222;
}
@media(min-width:992px) {
  #bootstrap-slider .carousel-content {
    position: relative;
    width: 45%;
    z-index: 222222;
  }
  #bootstrap-slider .carousel-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
}
/* -----------------------------------------
:: caption desktop / tablet
----------------------------------------- */
.slider-btn {
  background-color: #000 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);
  padding: 3px;
  transition: all .3s ease;
}
.carousel-caption div.carousel-content div.text-center {
  display: block;
  text-align: center;
}
@media(min-width:769px) {
  .slider-btn {
    z-index: 222222;
    position: relative;
  }
  .slider-btn {
    background-color: #000 !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46);
    transform: skew(-30deg);
    padding: 10px;
    transition: all .3s ease;
  }
  .slider-btn:hover {
    background-color: #FED700 !important;
  }
  .btn-slider {
    transform: skew(30deg);
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  .btn-slider a {
    color: #fff;
  }
  .slidermenu-item {
    transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    display: inline-block;
    padding: 7px 20px 9px 20px;
    position: relative;
  }
  .slidermenu-item::after {
    position: absolute;
    width: 5px;
    height: 40px;
    content: '';
    top: 0;
    right: -10px;
    transform: skew(0deg, 0deg);
    background: #FED700;
  }
  .slidermenu-item:hover {
    background-color: #1a0000;
    color: white;
  }
  .slidermenu-inner {
    transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
  }
  #bootstrap-slider .carousel-content h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #bootstrap-slider.carousel .carousel-indicators {
    bottom: 15%;
    top: auto;
  }
  #bootstrap-slider.carousel .carousel-indicators li {
    margin: 11px 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0), 0 3px 1px -2px rgba(0, 0, 0, 0.0), 0 1px 5px 0 rgba(0, 0, 0, 0.0);
  }
  #bootstrap-slider.carousel .carousel-indicators .active {
    transform: scale(1.0);
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.0), 0 1px 10px 0 rgba(0, 0, 0, 0.0), 0 2px 4px -1px rgba(0, 0, 0, 0.0);
  }
}
/* -----------------------------------------
:: slider cover and accent graphics
----------------------------------------- */
/* angled piece behind themed image */
.slider-solid-cover {
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0;
  right: 25%;
  bottom: 0;
  -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
  box-shadow: inset 50px 0px 50px -50px rgba(0, 0, 0, 0.99), inset -50px 0px 50px -50px rgba(0, 0, 0, 0.99);
  -webkit-animation: sliderSolidBg 10s ease;
  animation: sliderSolidBg 10s ease;
  opacity: 1;
}
@-webkit-keyframes sliderSolidBg {
  0% {
    opacity: :0;
    width: 0%;
  }
  30% {
    opacity: 0.45;
    width: 30%;
  }
  100% {
    opacity: 1;
    width: 30%;
  }
}
/* background to cover page background */
.slider-hex-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
/* themed image animation */
.slider-themed-img {
  position: absolute;
  left: 50%;
  top: 45%;
  max-width: 100%;
  height: auto;
  -webkit-animation: sliderThemedImg 1s ease;
  animation: sliderThemedImg 1s ease;
  opacity: 1;
  transform: scale(1.0) translateY(-50%);
}
@-webkit-keyframes sliderThemedImg {
  0% {
    opacity: :0;
    filter: grayscale(100%);
    transform: scale(1.2);
  }
  50% {
    opacity: 1.0;
    filter: grayscale(50%);
    transform: scale(1.0);
  }
  100% {
    opacity: 1;
    filter: grayscale(0%);
  }
}
/* hex pattern cover */
.slider-hex-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../../../../Site/graphics/slider-hex-cover.png') center center;
}
/* dark texture over hex cover #1 screen */
.slider-dark-texture-multiply {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../../../../Site/graphics/slider-dark-texture.jpg') center center;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: 0.75;
}
/* dark texture over hex cover #2 multiply */
.slider-dark-texture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../../../../Site/graphics/slider-dark-texture.jpg') center center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.50;
}
/* -----------------------------------------
:: secondary themed image // turned off by default remove "display:none" to activate.
----------------------------------------- */
.imageAnimation {
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
  /* remove this to enable secondary themed image */
}
@-webkit-keyframes moveToLeft {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1.0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.0);
    opacity: 1.0;
  }
}
/*******************************************************************************************************/
/*green animation 8*/
/*******************************************************************************************************/
@media(min-width:992px) {
  #bootstrap-slider .carousel-control-prev, #bootstrap-slider .carousel-control-next {
    position: absolute;
    top: 40%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 5%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
    height: 60px;
  }
  #bootstrap-slider .carousel-control-next {
    background: url('../../../../Site/graphics/slider-prev-next-bg.png') left center;
  }
  #bootstrap-slider .carousel-control-next::before {
    position: absolute;
    left: calc(0px + 10px);
    top: 0;
    width: 4px;
    height: 60px;
    content: "";
    background: #FED700;
    transform: skew(-30deg);
  }
  #bootstrap-slider .carousel-control-prev {
    background: url('../../../../Site/graphics/slider-prev-next-bg.png') right center;
  }
  #bootstrap-slider .carousel-control-prev::before {
    position: absolute;
    right: calc(0px + 10px);
    top: 0;
    width: 4px;
    height: 60px;
    content: "";
    background: #FED700;
    transform: skew(-30deg);
  }
}
#bootstrap-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FED700' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#bootstrap-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FED700' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.bg-img-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}



/* updated aug 27 Colin */

@media(max-width:1440px) {
	
#bootstrap-slider .carousel-caption {
	right: 15%;
	top: 20%;
	bottom: 30%;
	left: 15%;
	padding: 0%;

}	
.slider-themed-img {
	position: absolute;
	left: 60%;
	top: 45%;
	width: 300px;

}	
#bootstrap-slider .carousel-content {
	position: relative;
	width: 55%;
	z-index: 222222;
}	
	
}


@media(max-width:1280px) {
	
#bootstrap-slider .carousel-caption {
	right: 5%;
	top: 20%;
	bottom: 30%;
	left: 10%;
	padding: 0%;

}	
	
}

@media(max-width:992px) {
	
.slider-themed-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
	width: 200px;

}	
	

#bootstrap-slider .carousel-caption {
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 0%;
	position: relative;
}




#bootstrap-slider .carousel-content {
	position: relative;
	width: 100%;
	z-index: 222222;
	text-align: center;
	padding-top:250px;
	padding-bottom:250px;
	padding-left: 30px;
	padding-right: 30px;
	
}

#bootstrap-slider .carousel-content h2 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 30px;
	font-weight: bold;
}

#bootstrap-slider .carousel-content p {
	font-size: .675rem;
	margin-bottom: 10px;
	line-height: 1;
}	
	
	
	
	
}
@media(max-width:992px) {
	#bootstrap-slider .carousel-content {
	position: relative;
	width: 100%;
	z-index: 222222;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 150px;
	padding-left: 30px;
	padding-right: 30px;
}
		.slider-themed-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	width: 300px;
}
}
@media(max-width:768px) {
	#bootstrap-slider .carousel-content {
	position: relative;
	width: 100%;
	z-index: 222222;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 150px;
	padding-left: 30px;
	padding-right: 30px;
}
	.slider-themed-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	width: 300px;
}
}

@media(max-width:640px) {
	#bootstrap-slider .carousel-content {
	position: relative;
	width: 100%;
	z-index: 222222;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 150px;
	padding-left: 30px;
	padding-right: 30px;
}
.slider-themed-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	width: 230px;
}	
}

@media(max-width:420px) {
	#bootstrap-slider .carousel-content {
	position: relative;
	width: 100%;
	z-index: 222222;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 150px;
	padding-left: 30px;
	padding-right: 30px;
}
	.slider-themed-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
	width: 200px;
}
}

