
/* Slideshow container */
#slideshow {
	display: inline;
	overflow: hidden;
}
#slideshow h1 {margin: 2%;}
/* Slides */
.slide {
	animation-duration: 1.5s;
	animation-name: slidein;
}
.slide p {
	background-color: rgba(0,0,0,.4);
	padding: 2%;
	animation-duration: 2s;
	animation-name: fade;
	margin-top: 0;
	font-size: 1.1em;
}
.slide h3 {margin: 0}
.area4 .slide {
	width: 38%;
	animation-name: fade;
	padding: 0 2%;	
}
/* Sticky Header Elements */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 1;
	display: block;
}
.solid {
	background-color: rgba(23,26,223, .9);	
	display: visible;
}
.navbar-fixed-top {position: fixed;}
/* Tabs */
.tabs {margin: 0;}
.tabs img {max-height: 500px;}
.tabs ul {
	list-style-type: none;
	border: none;
    margin: 0px;
	} 
.tabs ul li {
	margin: 0;
	padding: 0;
}

.tab-content {
	margin: 0;
	display: none;
	width: 100%;
	padding: 2% 1% 0 1%;
}
.tabs .current {display: block;}
.tabs .current i {color: rgba(212,42,54, 1);}
.addin h2 {
	color: #9BFF86; 
	text-shadow: none;
	}
.addin  small {
	font-size: 60%;
	font-weight: normal;
}
/* Change background color of buttons on hover */
ul.ssmenu {
	margin-right: 2%;
	margin-bottom: 1%;
	padding: 0;
	list-style-type: none;
	float: left;
	border: 2px solid #d3d3d3;
	background-color: #f1f1f1;
	width: 24%;

} 
 ul.ssmenu li  {
	width: 100%;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	padding: 8px 0 8px 12px;
	color: #111;
}
ul.ssmenu ul li a {padding: 0; }
.ssmenu a {color: #111; text-decoration: underline;}
.ssmenu i {margin-right: 12px;font-size: 1.5em;}
.ssmenu li.current {background-color: #ccc;}
.ssmenu li:hover {background-color: #ddd;}
.ssmenu .head, 
.ssmenu  li.head.current,
.ssmenu  li.head:hover {
	background-color: #EF4034;
	color: #fff;
}
/* Video Player */
.btn {
  white-space: default;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
  transition: .25s;
}
.btn:focus {
  box-shadow: none;
  border: 0;
}
.play-button { position: relative;}
.play-button:after {
  margin-left: .5em;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f04b";
  color: #514e86;
  font-weight: 600;
}
.play-button:before {
  transition: 2s;
  height: 4px;
  background: #514e86;
  display: block;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.playbutton--active:after,
.playbutton--active:hover:after {
  margin-left: .5em;
  font-family: 'Font Awesome\ 5 Free';
  content: "\f04c";
  color: #514e86;
}
.playbutton--active:before,
.playbutton--active:hover:before {
  transition: 2s;
  background: #514e86;
  display: block;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.videoplayer {
	margin: 2%;
	display: inline-block; 
	border: 2px solid #bbb;
	padding: 0;
}
.videoplayer iframe {
    display: block;
}
.videolist {
	margin-top: 2%;
    display: inline-block;
    vertical-align: top;
}
/* Menus */
#navMenu {
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .8), 0 5px 10px 5px rgba(0, 0, 0, .8);
}
#navMenu h3 {
	margin: 1% 0px;
	padding-bottom: 0px;
}
button.nav{
	position: absolute;
	right: 0;
	border: 0;
	top: 6px;
	padding: 6px 12px;
	color: #fff;
}
button.nav:hover {color: #000}
#menuArea {
    position: absolute;
    background-color: #7F1920;
    top: 2%;
    right: 2%;
    padding: 1%;
    border: 2px solid #D42A36;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
}
#menuArea .first {font-size: 1.8em;}
#menuArea .first a {padding: .8% 2%;}
#menuArea div {
    margin: 0;
	padding: 0;
    vertical-align: top;
    line-height: 1.05em;
}
#navMenu .menuimg {
	text-align: center; 
	padding: 100px 0%;
	margin: 6% 24px;
	font-size: 2em; 
	background-image: url(../images/ssp_nodot.png); 
	background-repeat: no-repeat;   
	background-position: center; 
	background-size: 80%;
}
#navMenu a {
	display: inline-block;
	padding: 12px 6px;
}
#navMenu a:hover, 
#navMenu a:active {
	background-color: #fff !important;
	color: #111;	
}
/* Tooltips */
.tooltip {
    position: relative;
}
.tooltip .tooltiptext {
	font-family: Century Gothic, AppleGothic, sans-serif;
    visibility: hidden;
    background-color: blue;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 12px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .8s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* This is the sliding animation code. */
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 100%;
	opacity: 1;
  }
  to {
    margin-left: 0%;
    width: 100%;
	opacity: 1;
  }
}
@keyframes slidedown {
  from {
    margin-top: 100%;
    width: 100%;
	opacity: 1;
  }
  to {
    margin-top: 0%;
    width: 100%;
	opacity: 1;
  }
}
@keyframes slideUp {
  from {
	position: relative;
    top: -100px;
    width: 100%;
	opacity: 0;
  }
  to {
	 position: relative;
    top: 00px;
    width: 100%;
	opacity: 1;
  }
}
/* Fading animation */
.fade {
  -webkit-animation: fade 1.5s;
	-moz-animation: fade 1.5s;
	animation: fade 1.5s;
}
.fade2 {
  -webkit-animation: fade2 8s infinite ease-in-out;
  animation: fade2 8s infinite ease-in-out;
  -moz-animation: fade2 8s infinite ease-in-out;
  -o-animation: fade2 8s infinite ease-in-out;
   animation-delay: -4s;
}
.fade3 {
  -webkit-animation: fade2 8s infinite ease-in-out;
  animation: fade2 8s infinite ease-in-out;
  -moz-animation: fade2 8s infinite ease-in-out;
  -o-animation: fade2 8s infinite ease-in-out;
  animation-delay: -8s;
}
@-webkit-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
@-o-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
@-moz-keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}
@-webkit-keyframes fade2 {
0% {opacity:0.1}
50% {opacity: 1}
100% {opacity:0.1}
}
@-moz-keyframes fade2 {
0% {opacity:0}
50% {opacity: 1}
100% {opacity:0} 
}
@keyframes fade2 {
0% {opacity:0}
50% {opacity: 1}
100% {opacity:0}
    }
@-o-keyframes fade2 {
0% {opacity:0}
50% {opacity: 1}
100% {opacity:0}
}