/*
Animate Bootstrap Carousel
Element by thecodeblock.com
*/
/********************************/
/*       Coloring indicators    */
/********************************/
.carousel-animate .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}
.carousel-animate .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
.yellow {
	color: #DBC124;
}
.pink {
	color: #B93A45;
}
.blue {
	color: #4381CC;
}
.violet {
	color: #894693;
}
.wff-blue {
	background-color: #2B64B0;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}
.wff-orange {
	background-color: #FA4D1B;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}
.wff-yellow {
	background-color: #FDB813;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}
.wff-green {
	background-color: #3FAE49;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
}
.no-margin {
	margin: 0px 0px -18px;
	padding: 0px;
	background-color: #2B64B0;
}
.padding {
	padding-top: 20px;
}


a:focus{
	outline:none;
	}
.navbar.navbar-default {
	border-color: #FFFFFF;
}
p {
	font-size: 18px;
}
.nav.nav-tabs .active a {
	font-weight: bold;
}







/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 2em;
  }
  .img-hover img:hover {
	margin-bottom:10px;
} 
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
 
}

/********************************/
/*          Fade Effect         */
/********************************/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/************************************/
/*       BS bacground Images       */
/**********************************/
.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 480px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #FFFFFF;
   animation: colorchange 50s; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 50s; /* Chrome and Safari */
	
}
   /* .color {
      animation: colorchange 50s; /* animation-name followed by duration in seconds*/
         /* you could also use milliseconds (ms) or something like 2.5s */
      -webkit-animation: colorchange 50s; /* Chrome and Safari */
    }*/*/

    @keyframes colorchange
    {
      0%   {background: #894693;}
      25%  {background: blueviolet;}
      50%  {background: mediumpurple;}
      75%  {background: springgreenn;}
      100% {background: #894693;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
         0%   {background: #894693;}
      25%  {background: blueviolet;}
      50%  {background: mediumpurple;}
      75%  {background: springgreenn;}
      100% {background: #894693;}
    }
.item {
	/* [disabled]max-height: 500px; */
}
.color {
	background-color: #8A2CE0;
	color: #FFFFFF;
}
.carousel-control.right, .carousel-control.left {
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.00) 0%, rgba(255,0,0,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,0,0,0.00) 100%);
}
.fa.fa-diamond.fa-4x {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
}
.navbar-right   {
	margin-top: 5%;
}
.navbar.navbar-default {
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.navbar-brand   {
	height: 100px;
	border-style: none;
}
.footer {
	margin-top: 25px;
	padding: 16px;
	margin-bottom: 100px;
}
.footer a   {
	color: rgba(255,255,255,1.00);
}
.space {
	height: 10px;
}
.margin {
	margin-bottom: 14px;
}

.border {
	border: 1px solid rgba(102,26,255,1.00);
	padding: 5px;
}
iframe {
	width: 100%;
	height: 400px;
	border-style: none;

}
video {
	width: 100%;
	margin-top: -10%;
	min-height: 200px;
}
.carousel-caption h2 {
	font-weight: lighter;
	font-variant: normal;
	font-style: normal;
	font-size: 6vw;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.00);
}
hr {
	height: 2px;
}
body {
	font-family: 'Oxygen', sans-serif;
}
.bottom {
	padding-bottom: 15px;
}
.top {
	margin-top: 15px;
}
#carousel-example-generic {
	padding-bottom: 10px;
	/* animation: colorchange 50s; /* animation-name followed by duration in seconds*/
	/* you could also use milliseconds (ms) or something like 2.5s */
	/* -webkit-animation: colorchange 50s; /* Chrome and Safari */
	background-color: #8A2CE0;
	padding-top: 10px;
    }

    @keyframes colorchange
    {
      0%   {background: #894693;}
      25%  {background: blueviolet;}
      50%  {background: mediumpurple;}
      75%  {background: springgreenn;}
      100% {background: #894693;}
    }

    @-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
    {
         0%   {background: #894693;}
      25%  {background: blueviolet;}
      50%  {background: mediumpurple;}
      75%  {background: springgreenn;}
      100% {background: #894693;}
    }

a {
	color: #894693;
}
.btn-wff {
	background-color: #8A2CE0;
	color: #FFFFFF;
	display: block;
	position: relative;
	width: 100%;
}
.item {
	text-align: center;
	
}
.btn:hover,
.btn:focus,
.btn.focus {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover,
a:focus {
	color: #3B009A;
	text-decoration: underline;
}
 .img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
      -moz-transition: all .3s ease; /* Firefox */
      -o-transition: all .3s ease; /* IE 9 */
      -ms-transition: all .3s ease; /* Opera */
      transition: all .3s ease;
}
.img-hover img:hover {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.10); /* Safari and Chrome */
	-moz-transform: scale(1.10); /* Firefox */
	-ms-transform: scale(1.10); /* IE 9 */
	-o-transform: translatZ(0) scale(1.10); /* Opera */
	transform: translatZ(0) scale(1.10);
}


@media print {
.tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
 a[href]:after {
    content: none;
}
}
