@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@font-face {
  font-family: 'Lato';
}

html,
body {
    	height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
  color: #276094;
  text-decoration: none !important;
}
a:hover {text-decoration: none;}
a:focus {outline:none;}
button::-moz-focus-inner {border:0;}
p.left{
	text-align: justify;
	font-size: 1.2em;
}
p.center{
	text-align: center;
	font-size: 1.2em;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}
li { /* styles all li elements*/
    list-style-type: none;
}
/******************** First section back ground *******************/
header {
  background: #66cccb;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #511BFF 0%, #336899 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #511BFF), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#511BFF, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/******************** Transparent Navbar *******************/
.main_nav{
	z-index: 9;
	background-color: transparent;
	display: inline-block;
    vertical-align: middle;
}
.main_nav a:link{
	color: #fff;
}
/* When navbar has scrolled */
.main_nav.scrolled a {
  color: #737ef6; /* Darker color to contrast white background */
}
.main_nav a:active{
	color: #cc9966;
}
.main_nav a:hover{
	background: -webkit-linear-gradient(#bfb7f4, #7d6bf1,#6a57eb, #d58056, #d48e6a,#dc9f81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_nav a:visited{
	color: #b0b6ff; 
}
.main_nav.scrolled a:visited {
  color: #9ca4fc; /* Darker color to contrast white background */
}

.scrolled {
  background-color: #ffffff;
  transition: all 0.5s;
}
.logo{
	display: block;
	width: 44px;
	height: auto;
}
.main_nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(156, 164, 252, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.main_nav .navbar-toggler{
	border-color: rgb(156, 164, 252);
}
/******************** Collpasing Point Navbar *******************/
.pre-loader {
  background: #f3f5f7;
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/************************************ Sections Styles ********************************/
/* Common style for pseudo-elements */
.main_section{
	height: auto;
	padding: 50px 0px 50px 0px;
}
.main_section header{
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	display: block;
}
.heading {
  margin: 60px 0 80px;
  text-align: center;
}
.heading h1 {
  font-family: 'Lato', Arial;
  display: inline-block;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 0;
}
.heading p {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
}
.heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 100px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.heading.inverse h1,
.heading.inverse p {
  color: #ffffff;
}
.heading.inverse .divider:after {
  background: #ffffff;
}
.heading .divider:after {
  background: #6db8ff;
}
/********************* Home Section Backgrounds ******************************/
#news, 
#about, 
#studio, 
#booking {
  	background: #fff;
}
#news h1, 
#about h1, 
#studio h1, 
#booking h1 {
  	color: #7b7b7b;
}
#feat_video h1, 
#music h1, 
#studio_specs h1{
  	color: #fff;
}
#roster{
	background-color: #fff;
}
#roster h1{
  	color: #999999;
}
#roster p{
  	color: #999999;
}
#roster p.roster{
	margin-top: 0.8em;
  	color: #999999;
  	text-align: center;
  	font-size: 16px;
}
#events, 
#feat_video, 
#music, 
#studio_specs, 
#discography {
  background: #66cccb;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #511BFF 0%, #336899 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #511BFF), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #511BFF 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#events h1{
  	color: #fff;
}
#store h1{
  color: #7b7b7b;	
}
#store p{
  	color: #7b7b7b;
}
/********************* End Home Section Backgrounds ******************************/
section#about .about-item p{
  color: #7b7b7b;
}
#about .about-item {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}
#news .news_border {
  border: 4px solid;
  border-image-source: linear-gradient(45deg, rgb(81, 27, 255), rgb(51, 104, 153));
  border-image-slice: 1;
  margin: 2.5em 0;
  padding: 20px;
}
#news .review-comment {
  background: #ffffff;
}
#news .slick-dots li button {
  background: #ffffff;
  border: 2px solid #7b7b7b;
}
#roster .slider img {
  border: 2px solid #e5e5e5;
}
#roster .slider .slick-dots li button {
  background: #999999;
}
#roster .slider .slick-dots li.slick-active button {
  background: #66cdcc;
}
#roster .slider {
  margin: 50px 0;
  display: inline-block;
  text-align: center;
}
#roster .slider img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
#roster .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}
#roster .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
#roster .slick-prev,
#roster .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
#roster .slick-slide {
  text-align: center;
}
#roster .slick-prev:before {
  content: "\f104";
}
#roster .slick-next:before {
  content: "\f105";
}
#roster .slick-prev:before,
#roster .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
#roster .filter {
  text-align: center;
}
#roster .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/************************************ End Sections Styles ********************************/
/****************************** Custom Themes ************************/
#bg-videos{
	background: url(../img/background/background4.jpg);
	background-repeat: no-repeat;
	background-position: center 20%; /* slight downward shift */
	background-size: cover;
	background-attachment: scroll;
	color: #cfcfcf;
	height: 60%;
}
#bg-video{
	background: url(../img/background/background4.jpg);
	background-repeat: no-repeat;
	background-position: center 20%; /* slight downward shift */
	background-size: cover;
	background-attachment: scroll;
	color: #cfcfcf;
	height: 60%;
}
#bg-studio{
	background: url(../img/background/background4.jpg);
	background-repeat: no-repeat;
	background-position: center 20%; /* slight downward shift */
	background-size: cover;
	background-attachment: scroll;
	color: #cfcfcf;
	height: 60%;
}
#bg-roster {
  background-image: url(../img/background/background1.jpg);
  background-repeat: no-repeat;
  background-position: center 20%; /* slight downward shift */
  background-size: cover;
  background-attachment: scroll;
  color: #cfcfcf;
  height: 60%;
}
#bg-contact{
	background: url(../img/background/background3.jpg);
	background-repeat: no-repeat;
	background-position: center 20%; /* slight downward shift */
	background-size: cover;
	background-attachment: scroll;
	color: #cfcfcf;
	height: 60%;
}
.overlay{
	background: -moz-linear-gradient(top,  rgba(51, 104, 153,0.8) 0%, rgba(51, 104, 153,0.73) 17%, rgba(51, 104, 153,0.66) 35%, rgba(51, 104, 153,0.55) 62%, rgba(51, 104, 153,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51, 104, 153,0.8)), color-stop(17%,rgba(51, 104, 153,0.73)), color-stop(35%,rgba(51, 104, 153,0.66)), color-stop(62%,rgba(51, 104, 153,0.55)), color-stop(100%,rgba(51, 104, 153,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(51, 104, 153,0.8) 0%,rgba(51, 104, 153,0.73) 17%,rgba(51, 104, 153,0.66) 35%,rgba(51, 104, 153,0.55) 62%,rgba(51, 104, 153,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(51, 104, 153,0.8) 0%,rgba(51, 104, 153,0.73) 17%,rgba(51, 104, 153,0.66) 35%,rgba(51, 104, 153,0.55) 62%,rgba(51, 104, 153,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(51, 104, 153,0.8) 0%,rgba(51, 104, 153,0.73) 17%,rgba(51, 104, 153,0.66) 35%,rgba(51, 104, 153,0.55) 62%,rgba(51, 104, 153,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(51, 104, 153,0.8) 0%,rgba(51, 104, 153,0.73) 17%,rgba(51, 104, 153,0.66) 35%,rgba(51, 104, 153,0.55) 62%,rgba(51, 104, 153,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc66cccb', endColorstr='#66336899',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
	height: 100%;
}
/*General container */
.tf-content{
	padding: 1em 0 1em 0;
}
.main {
	position: relative;
	margin: 0;
	overflow-x: hidden;
}
.main.style3 {
	text-align: center;
}
.main.style3 .content {
}
.main.style3 .content > header {
	margin-bottom: 2em;
}
.main.style3.primary {
	background: #fff;
}
.main.style3.secondary {
	background: #f5f6f7;
}
.content{
	position: relative;
	padding: 20% 0 0;
}
/* contact section */
#contact {
  padding: 0 0 150px 0;
}
#contact .media {
  margin-bottom: 10px;
}
#contact .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
#contact .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
  margin-left: 10px;
  text-align: left;
}
#contact .media .media-heading a {
  font-weight: 400;
}
/* contact section */
#contact header h1:after {
  background: rgb(81, 27, 255);
}
#contact .media i.fa {
  border: 2px solid rgb(81, 27, 255);
  color: rgb(81, 27, 255);
}
#contact .media a {
  color:rgb(81, 27, 255);
}
#contact .media:hover i.fa {
  color: #ffffff;
  background: rgb(81, 27, 255);
}
#contact .media:hover h3 {
  color: rgb(81, 27, 255);
}
#message .message-item p{
  color: #999999;
  font-size: 1.4em;
  text-align: center;
}
#bio .bio-item {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}
#bio .bio-item p{
  color: #999999;
}
#videos, 
#booking{
	height: auto;
	overflow: hidden;
}
#videos header h1:after,
#booking header h1:after{
  background: #66cdcc;
}
#videos p,
#booking p{
  color: #999999;
}
#videos .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
#videos .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
#videos .media:hover h3 {
  color: #66cdcc;
}
#videos .media.active i.fa {
  color: #ffffff;
  background: #66cdcc;
}
#videos .media.active .media-heading {
  color: #66cdcc;
}
#videos .media > .pull-right {
  margin-left: 20px;
}
#videos .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
#videos .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
#videos .media .media-body {
  color: #999999;
}
#videos .media.media-left .media-body {
  text-align: right;
}
#videos .media.feature {
  margin-top: 25px;
}
#videos .media.feature:first-child {
  margin-top: 0;
}
#videos img {
  margin: 0 auto 20px;
}
/* events video Section */
#videobox .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
#videobox iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#videobox p {
	padding-top: 20px;
	color: #000;
	font-size: 16px;
}
/* Discography Section */
#discography .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
#discography h1{
  color: #fff;	
}
#discography .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-family: 'Lato', Arial !important;
  font-size: 16px;
  color: #fff;
}
#discography .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
#discography .slick-prev,
#discography .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
#discography .slick-slide {
  text-align: center;
}
#discography .slick-prev:before {
  content: "\f104";
}
#discography .slick-next:before {
  content: "\f105";
}
#discography .slick-prev:before,
#discography .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
#discography .filter {
  text-align: center;
}
#discography .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/****************************** End Custom Themes ************************/
/******************************* Footer Section *******************************/
footer {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
footer .social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
footer .social a {
  color: #330099;
  padding: 10px;
  font-size: 1.8rem;
}
footer .rights {
  margin-top: 30px;
  color: #330099;
}
footer .rights a {
  color: #330099;
  font-weight: 300;
  text-decoration: none;
}
/******************************* End Footer Section *******************************/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn.btn-primary {
  	color: rgb(255, 255, 255);
  	font-weight: bold;
  	background: linear-gradient(45deg, rgb(81, 27, 255), rgb(51, 104, 153));
 }
.btn.btn-primary:hover {
	color: rgb(81, 27, 255);  
  	font-weight: bold;
	background: linear-gradient(45deg, rgb(255, 255, 255), rgb(255, 255, 255));	
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-style {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  border: 2px solid #cccccc;
  background-color: #fff;
}
form textarea.form-style {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
form .form-control:focus {
  border-color: #66cdcc;
  color: #999999;
}
/*********************************************************************************/
/* Background Video JQuery                                                       */
/*********************************************************************************/
#video-landing {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#video-landing video {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -100;
}