/* -----------------------------------------
:: caption mobile 
----------------------------------------- */
#bootstrap-slider .carousel-caption {
	position: absolute;
	right: 15%;
	top: 20%;
	bottom: 30%;
	left: 15%;
	padding: 5%;
	color: #ffffff;
	text-align: left;
	border: 5px solid #0475DE;
	border-radius: 6px;
	z-index: auto;
}
#bootstrap-slider .carousel-content h2 {
	font-family: 'Righteous', cursive;
	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: 1.2rem;
	margin-bottom: 20px;
}
}
/* -----------------------------------------
:: 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) {
#bootstrap-slider .carousel-caption {
	-webkit-animation: sliderCaption 10s ease;
	animation: sliderCaption 3s ease;
	border: 5px solid rgba(4,130,248, 1.0);
}
@-webkit-keyframes sliderCaption {
  0% {
    border: 5px solid rgba(4,130,248, 0.0)
  }
    45% {
  border: 5px solid rgba(4,130,248,0.0)
  }

  100% {
  border: 5px solid rgba(4,130,248, 1.0)
  }
}
.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: #0475DE !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: #0475DE;
}
.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: 3vw;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#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;
	right: 0;
	bottom: 0;
	max-width: 100%;
	height: auto;
	-webkit-animation: sliderThemedImg 3s ease;
	animation: sliderThemedImg 6s ease;
	opacity: 1;
	transform: scale(1.0);
}
@-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%;
	transform: translate(-50%,-50%) scale(0.5);
	-webkit-animation: moveToLeft 20s ease;
	animation: moveToLeft 20s ease;
	filter: grayscale(100%);
	mask-image: radial-gradient(black 0%, transparent 50%);
	opacity: 1;
	mix-blend-mode: multiply; /* remove this to enable secondary themed image */;
	display: none;
	/* 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;
  }
}
/*******************************************************************************************************/
/* -----------------------------------------
:: slider hightlight and accent colors and animations
----------------------------------------- */
/*green animation 1*/
.slider-bg-highlight-color1 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch1;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	top: calc(20% - 0px);
	left: calc(15% - 0px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch1 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(3,3) translateX(50px) translateY(50px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }

}
/*green animation 1*/
/*green animation 2*/
.slider-bg-highlight-color2 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch2;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 1.3s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	bottom: calc(30% - 0px);
	right: calc(15% - 0px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch2 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(3,3) translateX(-50px) translateY(-50px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }

}
/*green animation 2*/
/*green animation 3*/
.slider-bg-highlight-color3 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch3;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 2.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	bottom: calc(30% - 0px);
	left: calc(15% + 0px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch3 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(3,3) translateX(50px) translateY(-50px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }

}
/*green animation 3*/
/*green animation 4*/
.slider-bg-highlight-color4 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch4;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 1.9s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	top: calc(20% - 0px);
	right: calc(15% - 0px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch4 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(3,3) translateX(-50px) translateY(50px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
}
/*green animation 4*/
/*green animation 5*/
.slider-bg-highlight-color5 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch5;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 2.9s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	top: calc(20% + 200px);
	left: calc(15% + 200px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch5 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(4,4) translateX(0px) translateY(0px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  
  
}
/*green animation 5*/
/*green animation 6*/
.slider-bg-highlight-color6 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch6;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	top: calc(20% - 0px);
	left: calc(45% - 0px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch6 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(3,3) translateX(-50px) translateY(50px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
}
/*green animation 6*/
/*green animation 7*/
.slider-bg-highlight-color7 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch7;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 1.3s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	bottom: calc(30% + 200px);
	left: calc(15% + 300px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch7 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(3,3) translateX(0px) translateY(0px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
}
/*green animation 7*/
/*green animation 8*/
.slider-bg-highlight-color8 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background: #0475DE;
	background: url('../../../../Site/graphics/green.svg') center center;
	animation-name: stretch8;
	animation-duration: 20s;
	animation-timing-function: ease;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	bottom: calc(50% - 0px);
	left: calc(55% - 0px);
	opacity: 1;
	transform: scale(0.0);
}
@keyframes stretch8 {
  0% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
  25% {
      opacity:1;
	transform: scale(4,4) translateX(0px) translateY(0px);

  }
  50% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);
      
  }
    100% {
    opacity:1;
	transform: scale(0,0) translateX(0px) translateY(0px);

  }
}
/*green animation 8*/
/*******************************************************************************************************/
/*
	right: 15%;
	top: 20%;
	bottom: 30%;
	left: 15%;
	padding: 30px;
	color: #ffffff;
	text-align: left;
	border: 5px solid #0475DE;
	border-radius: 6px;
	z-index: auto;

*/
.slider-borderTop {
	height: 5px;
	width: 70%;
	margin: 0 auto;
	background: #0475DE;
	animation-name: borderTop;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	top: 0%;
	left: 15%;
	opacity: 0;
	transform: scale(1.0);
}
@keyframes borderTop{
  0% {
          opacity:0;
          top:0;
  }
    80% {
          opacity:1;
          top:20%;
      
  }
    100% {
          opacity:0;
          top:20%;
      
  }

}
.slider-borderBottom {
	height: 5px;
	width: 70%;
	margin: 0 auto;
	background: #0475DE;
	animation-name: borderBottom;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	bottom: 30%;
	left: 15%;
	opacity: 0;
	transform: scale(1.0);
}
@keyframes borderBottom {
  0% {
          opacity:0;
          bottom:0;
  }
    80% {
          opacity:1;
          bottom:30%;
      
  }
    100% {
          opacity:0;
          bottom:30%;
      
  }

}
.slider-borderLeft {
	height: 50%;
	width: 5px;
	margin: 0 auto;
	background: #0475DE;
	animation-name: borderLeft;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	top: 20%;
	left: 15%;
	opacity: 0;
	transform: scale(1.0);
}
@keyframes borderLeft {
  0% {
          opacity:0;
          left:0;
  }
    80% {
          opacity:1;
          left:15%;
      
  }
    100% {
          opacity:0;
          left:15%;
      
  }

}
.slider-borderRight {
	height: 50%;
	width: 5px;
	margin: 0 auto;
	background: #0475DE;
	animation-name: borderRight;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: none;
	animation-play-state: running;
	position: absolute;
	top: 20%;
	right: 15%;
	opacity: 0;
	transform: scale(1.0);
}
@keyframes borderRight {
  0% {
          opacity:0;
          right:0;
  }
    80% {
          opacity:1;
          right:15%;
      
  }
    100% {
          opacity:0;
          right:15%;
      
  }

}

.slider-bottom-bar {
	width: 100%;
	height: 60px;
	background: #3C3C3C;
	border-top: 4px solid black;
	border-bottom: 10px solid black;
	position: relative;
}
.slider-bottom-bar::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #0475DE;
	position: absolute;
	top: 4px;
}

@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: #0475DE;
	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: #0475DE;
	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='%230475DE' 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='%230475DE' 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");
}
