
body {
  background-color: #000000;
 font-family: Calibri, Candara, Segoe, Optima, Arial, sans-serif;
  color: #ffffff;
  font-size: 17px;
  overflow-x: hidden;
}

.no-padding {
  padding: 0;
}

/* sitewide */
ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #b1b3b6;
}
.gold{
	color:#cda249;
}
.grey{
	color:#b1b3b6;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #cda249;
}
.btn{
	margin:10px;
}
.btn-default{
	border: 2px solid #cda249;
	background-color:#000000;
	color:#cda249;
	margin:30px 0px;
}
.btn-default:hover{
	border: 2px solid #cda249;
	background-color:#cda249;
	color:#ffffff;
}
.btn-default:visited{
	border: 2px solid #cda249;
	background-color:#cda249;
	color:#ffffff;
}
.btn-contact{
	border: 2px solid #cda249;
	background-color:#cda249;
	color:#ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Calibri", Open Sans, sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}
blockquote{
  border-color:#cda249;
  padding:0px 20px;
  margin:20px 0px;
}
blockquote p{
  font-size:1.2em;
  font-weight:bold;
  font-style:oblique;
}
cite{
  color:#cda249;
}
img {
  border: none;
}


.scrollToTop {
  background-color: #cda249;
  border: 2px solid #cda249;
}

.bt-main-navbar .bt-main-nav li a:hover, .bt-main-navbar .bt-main-nav li a:focus {
  color: #cda249;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #cda249;
}

#bt-about-us .bt-about-us-area .bt-about-us-left ul li:before {
  color: #cda249;
}

.bt-title .bt-subtitle {
  color: #cda249;
}
.bt-title i {
  color: #cda249;
}
.bt-title .bt-title-bar::before {
  background-color: #cda249;
}
.bt-title .bt-title-bar::after {
  background-color: #cda249;
}



#bt-gallery .bt-gallery-area .bt-gallery-content .bt-gallery-top ul li:hover, #bt-gallery .bt-gallery-area .bt-gallery-content .bt-gallery-top ul li:focus {
  background-color: #cda249;
}
#bt-gallery .bt-gallery-area .bt-gallery-content .bt-gallery-top ul li:hover::after, #bt-gallery .bt-gallery-area .bt-gallery-content .bt-gallery-top ul li:focus::after {
  border-color: #cda249;
}
#bt-gallery .bt-gallery-area .bt-gallery-content .bt-gallery-top ul .active {
  background-color: #cda249;
}
.bt-news-single-content{
	color: #dbdcde;
}
.bt-news-single-content a{
	color: #cda249;
}
.bt-news-single-content a:hover{
	color:#b1b3b6;
}
.bt-contact-subhead h3 {
  color: #cda249; margin-bottom:40px;
}



.bt-news-single h3:hover {
  color: #cda249;
}
.bt-news-single h3 a:hover, .bt-news-single h3 a:focus {
  color: #cda249;
}
.bt-contact-form{
  padding-top:40px;
}

.article-notes{
	font-size:.85em;
}
.notes-header{
	color:#cda249;
	font-weight:bold;
}
.watch-me{
	max-width:200px;
	float:left;
	padding: 15px 15px 15px 0px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form input[type="text"]:focus,
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form input[type="email"]:focus {
  border-color: #cda249;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form textarea:focus {
  border-color: #cda249;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget h3 {
  color: #cda249; margin-bottom:40px;
}

#bt-footer .bt-footer-area .bt-footer-social a:hover, #bt-footer .bt-footer-area .bt-footer-social a:hover {
  background-color: #cda249;
}
#bt-footer .bt-footer-area .bt-footer-copyright p a:hover, #bt-footer .bt-footer-area .bt-footer-copyright p a:focus {
  color: #cda249;
}



.navbar-default .navbar-toggle .icon-bar {
  background-color: #cda249;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #cda249;
}
/*==================
 MODAL
====================*/

.modal-content{
	color:#ffffff;
	background-color:#000000;
	border:5px solid #cda249;
}
.modal-content h2{
	line-height:1em;
	text-align:left;
}
.close{
	color:#ffffff;
	font-size:30px;
	text-shadow:none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .55s linear;
       -o-transition: opacity .55s linear;
          transition: opacity .55s linear;
}

/*==================
 HEADER SECTION
====================*/
#bt-header {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999;
}

/*==================
 NAVBAR SECTION
====================*/
.bt-main-navbar {
  background-color: transparent;
  border: none;
  padding: 25px 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-main-navbar .bt-main-nav {
  font-family:"Calibri", Open Sans, sans-serif;
}
.bt-main-navbar .bt-main-nav li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-main-navbar .bt-main-nav li a i{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-main-navbar .bt-main-nav li a i:hover{
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-main-navbar .bt-main-nav .dropdown-menu {
  background-color: #333;
  border-radius: 0;
}
.bt-main-navbar .bt-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}
.bt-main-navbar .navbar-header .navbar-brand {
  padding: 0;
  margin-top: 8px;
  height: 66px;
  width: 250px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-main-navbar .navbar-header .navbar-brand img {
  width: 100%;
  height: 100%;
}
.bt-main-navbar .navbar-header .navbar-brand-small {
  height: 45px;
  margin-top: 16px;
  width: 155px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-bg {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
}

/*scrol to top*/
.scrollToTop {
  bottom: 60px;
  color: #ffffff;
  display: none;
  font-size: 17px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  padding: 5px 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.scrollToTop i {
  display: block;
}
.scrollToTop span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.scrollToTop:hover,
.scrollToTop:focus {
  color: #ffffff;
}


/*==================
	Home Section
====================*/
#bt-home {
  padding-top:185px;
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}
#bt-home .bt-home-area {
  display: inline;
  float: left;
  width: 100%;
}
#bt-home .bt-home-area .bt-top-slider {
  display: inline;
  float: left;
  width: 100%;
}
#bt-home .bt-home-area .bt-top-slider .bt-top-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}
#bt-home .bt-home-area .bt-top-slider .bt-top-slider-single:after {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
#bt-home .bt-home-area .bt-top-slider .bt-top-slider-single img {
  width: 100%;
}
#bt-home .bt-home-area .bt-top-slider .bt-top-slider-single .bt-top-slider-content {
  position: absolute;
  left: 15%;
  top: 33%;
  right: 15%;
  text-align: center;
  z-index: 99;
}
#bt-home .bt-home-area .bt-top-slider .bt-top-slider-single .bt-top-slider-content .bt-home-small-title {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  font-weight: 400;
  line-height: 40px;
}
#bt-home .bt-home-area .bt-top-slider .bt-top-slider-single .bt-top-slider-content .bt-home-title {
  color: #ffffff;
  font-size: 70px;
  line-height: 90px;
}
#bt-home .bt-home-area .bt-top-slider .bt-top-slider-single .bt-top-slider-content p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 30px;
}
#bt-home .bt-home-area .bt-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}
#bt-home .bt-home-area .bt-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}
#bt-home .bt-home-area .bt-top-slider .slick-prev,
#bt-home .bt-home-area .bt-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-title-home {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.bt-title-home h1 {
  color: #ffffff;
  font-size: 4em;
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
  line-height:1em;
}
.bt-title-home h3 {
  color: #ffffff;
  margin-bottom: 5px;
  line-height:1.5em;

}
.half-rule{
	border-bottom:1px solid #cccccc;
	width:51%;
	padding-bottom:100px;
	margin:0 auto;
}
/*==================
	About Us Section
====================*/

.bt-title h2 {
  color: #cda249;
  font-size: 3em;
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
  line-height:1.3em;

}
.bt-title h3 {
  font-size:20px;
  margin-bottom: 5px;
  line-height:1.5em;
}
#bt-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding: 120px 0 0 0;


}
#bt-about-us .bt-about-us-area {
  display: inline;
  float: left;
  width: 100%;
   background:url("img/vr-bg.jpg");
   padding-bottom:175px;
   background-size:contain;
   background-repeat: no-repeat;
}
#bt-about-us .bt-about-us-area .bt-about-us-left {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  width: 100%;
}

#bt-about-us .bt-about-us-area{
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  width: 100%;
}
.bt-title {
  display: inline;
  width: 100%;
  margin-bottom: 20px;
}
.bt-title .bt-subtitle {
  font-size: 50px;
  font-family: "Tangerine", cursive;
  line-height: 30px;
}

.bt-title i {
  font-size: 18px;
}
.bt-title .bt-title-bar {
  position: relative;
}
.bt-title .bt-title-bar::before {
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 10px;
  width: 100px;
}
.bt-title .bt-title-bar::after {
  content: "";
  height: 2px;
  right: 15px;
  position: absolute;
  top: 10px;
  width: 100px;
}

.vr-girl{
}
/*==================
Services
====================*/
#bt-services {
 background-color:#cda249;
  display: inline;
  float: left;
  width: 100%;
  position:relative;
  z-index:100;
  padding:120px 0;
}


#bt-services h2{
	color:#ffffff;
}
#bt-vid-layer{
  position:absolute;
  top:25px;
  left:84px;
  z-index:100;
}
.layer{
  position:relative;
  margin-top:-60px;
}
.skew-from-right {
  width: 100%;
  position: relative;
  background: #cda249;
}
.skew-from-right:before, .skew-from-right:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all .5s;
}
.skew-from-right:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}
.skew-from-right:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(3deg);
}



.skew-from-left {
  width: 100%;
  position: relative;
  background: #cda249;
}
.skew-from-left:before, .skew-from-left:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all .5s;
}
.skew-from-left:before {
  top: 0;
  transform-origin: right top;
  transform: skewY(3deg);
}
.skew-from-left:after {
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-3deg);
}
/*==================
Music Section
====================*/
#bt-music {
  display: inline;
  float: left;
  padding: 225px 0;


  width: 100%;
  height:auto;
    background-image: url("img/people-image.jpg");
	  background-size: cover;
	  background-attachment: fixed;
	  z-index:99;
	  position:relative;
}
.bt-center-text{
	text-align:center;
}
/*==================
  News Section
====================*/
#bt-latest-news {
  position:relative;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
  z-index:100;
}
#bt-news-single{
  padding: 160px 0;
}
.skew-top {
  width: 100%;
  position: relative;
  background: #000000;
}
.skew-top:before, .skew-top:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  transition: ease all .5s;
}
.skew-top:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-3deg);
}

.bt-single{
	border-top:10px solid #2f2f2f;
	margin:0 auto;
}
.bt-single p{
	color:#cda249;
  font-weight:bold;
}
.bt-news-holder{
	padding:25px 15px;
	border-left:1px solid #2f2f2f;
}
.bt-newsroll{
	margin-top:25px;
}
#first-article{
	padding-left:0px;
}
/*==================
contact Section
====================*/
#bt-contact {
  display: inline;
  float: left;
  padding: 60px 0;
  width: 100%;
}
#bt-contact .bt-contact-area {
  display: inline;
  float: left;
  width: 100%;
}
#bt-contact .bt-contact-area .bt-contact-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left {
  display: inline;
  float: left;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .form-group {
  margin-bottom: 25px;

}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form input[type="text"],
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form input[type="email"] {
  color: #000;
  border-radius: 0;
  height: 40px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form input[type="text"]:focus,
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form input[type="email"]:focus {
  box-shadow: none;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form textarea {
  color: #000;
  border-radius: 0;
  padding: 10px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-left .bt-contact-form textarea:focus {
  box-shadow: none;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right {
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget {
  display: inline;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget h3 {
  margin-top: 0px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget > p {
  letter-spacing: 0.5px;
  line-height: 26px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget address {
  margin-top: 20px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget address p {
  letter-spacing: 0.5px;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget address p i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
#bt-contact .bt-contact-area .bt-contact-content .bt-contact-right .bt-contact-widget address p span {
  display: inline-block;
  margin-right: 20px;
  min-width: 130px;
}
.bt-contact-widget{
  margin-bottom: 100px;
}
.bt-send-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius:10px;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-send-btn:hover, .bt-send-btn:focus {
  background-color: #c1a35f;
  border-color: #c1a35f;
}
.antispam { display:none;}
/*==================
 footer
====================*/
#bt-footer {
  background-color: #000000;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  position:relative;
  z-index:120;
}
#bt-footer-nav{
	margin:0 auto;
	padding:40px 0px;

}
.bt-footer-nav{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.bt-footer-nav li{
	display:inline;
}
.bt-footer-nav li a{
	display:inline-block;
	padding:15px;
  color:#ffffff;
}
#bt-footer .bt-footer-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}
#bt-footer .bt-footer-area .bt-footer-social {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
#bt-footer .bt-footer-area .bt-footer-social a {
  background-color: #555;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 32px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#bt-footer .bt-footer-area .bt-footer-copyright {
  display: inline;
  float: left;
  width: 100%;
}
#bt-footer .bt-footer-area .bt-footer-copyright p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
