@charset "utf-8";
/* CSS Document */
.marginal-section
{
	padding-top: 75px;
	padding-bottom: 75px;
	background: #ff00cc;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.marginal-section h2
{
	font-size: 2.5em;
	color: #fff;
	font-family: 'Bowlby One SC', cursive;
}
.marginal-section h1
{
	font-size: 3.50;
	color: #fff;
	font-family: 'Bowlby One SC', cursive;
	padding-bottom: 50px;
}
.abt{
	margin: 5px;
	padding: 5px;
	color: #fff;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 1.25em;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.floatdiv 
{
    position: fixed;
    bottom: 10px;
	left: 1px;
    padding-bottom: 8px !important;
	padding-top: 8px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #fff !important;
	border-radius: 5px !important;
	background-color: rgba(153,19,231,1.00) !important;
	text-align: center !important;
	width: auto !important;
	color: #fff !important;
	z-index: 99999 !important;
	
}
.floatdiv:active,
	visited,
	hover,
	focus
{color: #ffffff !important;
}
.space_40
{
	height:40px;
	width:100%;
}
.whl{
	color:#fff;
}
.whl:hover
{
	color:#fff;
}
.whl:hover,
.whl:active,
.whl:focus {color:#fff;}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-wrap 
{
	border-style: solid;
	border-color: #9913e7;
	border-width: 1px;
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 15px 2px rgba(153,19,231,0.57);
-moz-box-shadow: 4px 4px 15px 2px rgba(153,19,231,0.57);
box-shadow: 4px 4px 15px 2px rgba(153,19,231,0.57);
	padding-bottom: 5px;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 .homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.01);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.upfront 
{
	z-index: 999999 !important;
	color: #fff;
	padding-top:20px;
}
.upfront-two 
{
	z-index: 999999 !important;
	color: #9913e7;
	font-size: 1.0em !important;
	font-weight: 700;
}
.pb-video-container {
        padding-top: 20px;
        background-color: transparent;
        font-family: Lato;
    }

    .pb-video {
        border: 1px solid #e6e6e6;
        padding: 5px;
    }

        .pb-video:hover {
            background: #2c3e50;
        }

    .pb-video-frame {
        transition: width 2s, height 2s;
    }

        .pb-video-frame:hover {
            height: 300px;
        }

    .pb-row {
        margin-bottom: 10px;
    }
hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
#exTab2 h3, h4 {
  color : white;
  background-color: transparent;
  padding : 5px 15px;
}
.tab-bg 
{
	background-color: rgba(153,19,231,0.50) !important;
}
.olined {
	-webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	   text-decoration: underline;
}
.animation-delay-100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animation-delay-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animation-delay-300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animation-delay-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animation-delay-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation-delay-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animation-delay-700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animation-delay-900 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animation-delay-1000 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}
.animation-delay-1200 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}