/*
  Project Name : Night Club
  Author Company : Ewebcraft
  Project Date: 02 April, 2015
  Author Website : http://www.ewebcraft.com
  Author Email : ewebcraft@gmail.com
*/

/*------------------------------------------------------------------
[generic Table of contents]

* body
  
  + #loader
  
  + @font-face

	+ #banner
		- .banner-inner
      - .owl-carousel
			
	+ header
		- .logo
		- nav
			- .navbar-header
			- .navbar-collapse
			
	+ #services
		- .services-inner
		
	+ #gallery
    - .tabs
    - .container-fluid
      -ul.gallery

  + #club-form
    - .club-form

  + #events
    - .event-inner
      -ul.bxslider

  + #club-profiles
    - .profile-box
      -.profile-box-left
      -.profile-box-right

  + #blogs
    - .blog-slider
      -ul.bxslider
    - #myTabContent
      - .tab-pane

  + #reservation
    - .reservation-form

  + #map-canvas

  + #footer
    - .footer-info
    - .social

  + #copy-right
  
  -------------------------------------------------------------------*/

*{padding:0; margin:0; }
body{ overflow-x:hidden; font-family: 'Open Sans'; margin:0 auto; background-color:#fff}
img{border:none;
align: middle;
}
.clr{ clear:both;}


/*table by austin */

.center-image { text-align: center;

padding-top: 100px;

  margin-left:400px;
  margin-right: 400px;
  margin: 0 auto;
   width: 35em;}
  


.custom-profile-box {  display: grid;
  alignment-adjust:
  central;
  grid-template-columns: repeat(2, 2);
 
 

}

.InstructionBanner{padding-bottom: 30px;}

.wrapper {
  display: grid;
  alignment-adjust:
  central;
  grid-template-columns: repeat(2, 2);
  grid-gap: 50px;
  
  
}


.video-area {
  position: relative;
}
.video-area:before{background-image: url("img/video-ovarlay.png");


height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: 1;}
#bg-container{height:900px;overflow:hidden;position:relative}
#bg-container2{
	  height:200px;overflow:hidden;position:relative; background-image:url(../images/Official%20Hype%20Site%20Media/Illustrations/Watercolor-robots/JL-robot-11-thumbnail.jpg); background-repeat:
no-repeat; background-position:center;}
#bg{width:100%}

.video-text{left: 0;
margin-top: -105px;
position: absolute;
text-align: center;
vertical-align: text-top;
top: 30%;
width: 100%;
z-index: 9;}
.video-text h1{color: #fff;
font-size: 55px;
line-height: 64px;
margin-bottom: 30px;font-family: 'Open Sans', sans-serif;font-weight:300;}
.video-text h1 strong{border-bottom:3px solid #F00}
.video-text p{color: #fff;
font-size: 16px;
margin-bottom: 40px;}
.video-text a{}
a.read-more{border: 2px solid #F00;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 700;
padding: 15px 25px;
text-transform: uppercase;text-decoration:none;transition: all 0.3s ease-in-out 0s;}
a.read-more:hover{background:#80CB2B;}

video {
  position:relative;
  z-index:-1;
}

#custom-message {
  position:relative;
  color: rgb(230, 200, 98);
  z-index:1;
  top: -200px;       
}



div.module.parallax-custom-banner {
	background-image:url(../images/Official%20Hype%20Site%20Media/hype-website-pics/ZayTDGarden-copy.jpg);
	background-repeat:space;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif

}

.myButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	background-color:rgba(0, 0, 0, 0.75);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	border-color:#FFF;
	display:inline-block;
	cursor:w-resize;
	color:#ffffff;
	font-family:impact;
	font-size:30px;
	padding:12px 37px;
	margin-top:30px;
	margin-bottom:50px;
	margin-left:20px;
	margin-right:20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	margin-top:65px;
}
.myButton:hover {
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}


#slider{
 display: block;
   width: 100%;
   min-height: 500px;
   margin-top: 150px; 
   
   }


#CustomNav,
#CustomNav ul,
#CustomNav ul li,
#CustomNav ul li a,
#CustomNav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  	font-size:18px;
  	font-family: 'PT Sans';
    cursor: cell;
}

#CustomNav:after,
#CustomNav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#CustomNav #menu-button {
  display: none;
  color:#F00
}
#CustomNav {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
  color:#00F
}
#menu-line {
  position:absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #00F;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#CustomNav > ul > li {
  float: left;
}
#CustomNav.align-center > ul {
  font-size: 0;
  text-align: center;
}
#CustomNav.align-center > ul > li {
  display: inline-block;
  float: none;
}
#CustomNav.align-center ul ul {
  text-align: left;
}
#CustomNav.align-right > ul > li {
  float: right;
}
#CustomNav.align-right ul ul {
  text-align: right;
}
#CustomNav > ul > li > a {
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #00F;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#CustomNav > ul > li:hover > a,
#CustomNav > ul > li.active > a {
  color: #F00;
  text-decoration:underline;
  
}
#CustomNav > ul > li.has-sub > a {
  padding-right: 25px;
}
#CustomNav > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#CustomNav > ul > li.has-sub:hover > a::after {
  border-color: #00F;
}
#CustomNav ul ul {
  position: absolute;
  left: -9999px;
 
}
#CustomNav li:hover > ul {
  left: auto;
   background-color:#FFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding:10px;
	
	
}
#CustomNav.align-right li:hover > ul {
  right: 0;
}
#CustomNav ul ul ul {
  margin-left: 100%;
  top: 0;
}
#CustomNav.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#CustomNav ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#CustomNav ul li:hover > ul > li {
  height: 32px;
}
#CustomNav ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#CustomNav ul ul li:hover > a,
#CustomNav ul ul li a:hover {
  color: #ffffff;
}
#CustomNav ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  
}
#CustomNav.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#CustomNav ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #CustomNav {
    width: 100%;
  }
  #CustomNav ul {
    width: 100%;
    display: none;
	
  }
  #CustomNav.align-center > ul,
  #CustomNav.align-right ul ul {
    text-align: left;
  }
  #CustomNav ul li,
  #CustomNav ul ul li,
  #CustomNav ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #CustomNav ul li a,
  #CustomNav ul ul li a {
    width: 100%;
  }
  #CustomNav > ul > li,
  #CustomNav.align-center > ul > li,
  #CustomNav.align-right > ul > li {
    float: none;
    display: block;
  }
  #CustomNav ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 16px;
    color: #00F
    background: none;
	
  }
  #CustomNav ul ul li:hover > a,
  #CustomNav ul ul li a:hover {
    color:#FFF;
  }
  #CustomNav ul ul ul li a {
    padding-left: 40px;
  }
  #CustomNav ul ul,
  #CustomNav ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
	
	
  }
  #CustomNav > ul > li.has-sub > a::after,
  #CustomNav ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #CustomNav #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #CustomNav #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #CustomNav #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #CustomNav .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #CustomNav .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #CustomNav .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #CustomNav .submenu-button.submenu-opened:after {
    display: none;
  }
}





/* Loader*/
	#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #000;
}
.loader,
.loader:before,
.loader:after {
  background: #0000ff ;
  width: 1em;
  height: 4em;
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
}
.loader {
  text-indent: -9999em;
  margin: 8em auto;
  position: relative;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ff4b86;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ff4b86;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ff4b86;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ff4b86;
    height: 5em;
  }
}

	/*Loader */


@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/ptsans/v8/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

a:hover,
a:active{
	text-decoration:none !important;	
}
h1, h2, h3, h4, h5, p{
	margin:0;	
	color:#FFF;
	text-align:center;
}

h6 {
	font-size:100px;
	color:#FFF;
	}

#banner {
	position: relative;
	
}



video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

div.module.parallax-header {

	min-height: 400px; 
}
	/* Main-Slider */

#banner .banner-inner {
	margin-bottom: 30px;
}
	
#header-slider {
	position: relative;
	padding: 0px 20px 0px 20px;
	text-align: center;
  min-height: 500px;
}

#header-slider .item {
   display: block;
   width: 100%;
   min-height: 500px;
   margin-top: 50px; 
   
}



.owl-theme .owl-controls .owl-buttons div{
   color: #FFF;
   display: inline-block;
   *display: inline;/*IE7 life-saver */
   padding: 0px;
   margin-right: 5px;
   font-weight: normal;	
   width: 50px;
   height: 50px;
   line-height: 48px;
   font-size: 20px;
   text-align: center;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: 1px solid #fff;
   filter: Alpha(Opacity=80);/*IE7 fix*/
   opacity: 0.8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: -45px;
	top: 50%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -45px;
	top: 50%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background: #0000ff ;
	border-color: #fd1561;
}

#header-slider .item .title-lines {
   	text-align: center;
   	width: 100%;
   	margin-top: 75px; 
	
}

#header-slider .item .title-lines span, #header-slider .item .title span {
   	display: inline-block;
   	position:relative;
   	font-family: 'PT Sans';
   	color: #fff;
   	text-transform: uppercase;
   	font-size: 70px;

}

.blog-post{
	
	margin: auto;
    width: 80%;
    border: 3px;
    padding: 50px;
	overflow:auto;
	
	
	
	}

/*--

.title-lines span:before,
.title-lines span:after {
    content:"";
    position:absolute;
    height: 4px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 50%;
    width: 80%;
}
--*/

.title-lines span:before {
    right: 100%;
    margin-right: 10px;
}
.title-lines span:after {
    left: 100%;
    margin-left: 10px;
}


.title-lines-full {
 	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.title-lines-full h1 {
	margin-top: 20px;
}
.title-lines-full h3 {
	margin-bottom: 20px;
}




.hr-line {
	margin-top: 1px;
	margin-bottom: 1px;
}

.btn-web2 {
   padding: 20px;
   background: #0000;
   color: #fff;
   text-transform: uppercase;
   font-family: 'Oswald';
   font-size: 22px;
   padding-left:30px;
   padding-right: 30px; 
   -webkit-transition: all 0.9s ease-in-out;
   -moz-transition: all 0.9s ease-in-out;
   -o-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;
}

.btn-web2:hover {
	color: #0000ff ;
	background: #fff;
}

.btn-web {
	background: #0000ff;
	color: #fff ;
	text-transform: uppercase;
   font-family: 'Oswald';
	line-height: 180px;
	margin-top: 15px;
	border-radius: 50%;
  text-align: center;
  display:inline-block;
   font-size: 30px;
   padding-left:30px;
   padding-right: 30px; 
   -webkit-transition: all 0.9s ease-in-out;
   -moz-transition: all 0.9s ease-in-out;
   -o-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;
  
	}
	
	.btn-web:hover {
	color: #0000ff ;
	background: #fff;
}

.btn-play {
	width: 170px !important;
	height: 170px !important;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	display: inline-block !important;
	padding:0px !important;
	text-align: center;
	border:1px solid #fff;
	margin-top: 30px;	
  line-height: 170px;
}
.btn-play .fa {
	text-align: center;
}
.btn-play .play-button {
	background: #fff;
	color: #0000ff ;
	width: 140px;
	height: 140px;
	line-height: 140px;
	margin-top: 15px;
	border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.btn-play .play-button .fa-play {
  text-align: center;
  line-height: 140px;
  margin-left: 5px;
}

.is-countdown {
	margin-top: 30px;
	margin-bottom: 10px;		
	color: #fff;
	background: none;
	font-family: 'Open Sans';
	font-size: 36px;		
}
#header-slider .item h3 {
	text-align: center;
	font-family: 'Oswald';
	color: #fff;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}
.banner-bottom {
	position: relative;
}
.concert-info {
   padding: 10px 30px 10px 30px; 
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background:#0000ff ;
   border-top-left-radius: 25px;
   border-top-right-radius: 25px;
}
.concert-info .concert-info-body {
   color: #fff;
   font-family: 'PT Sans';
}
.concert-info .concert-info-body span {
   margin-right: 10px;
}
.concert-info .concert-info-body .concert-info-text h4 {
   color: #000;
   font-weight: bold;
   margin-top: 10px;
}
.concert-info .concert-info-body .concert-info-text span {
   font-size: 16px;
}
.concert-registration {
   background-color:#FFF;
   border-radius: 8px;
   margin-top: 40px;
   padding: 20px; 
   border:5px solid #00F; 
}
.concert-registration .form-inline {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.concert-registration .form-group {
   width: 100%;
}
.concert-registration .form-control {
   padding: 10px 20px;
   margin-bottom: 25px;
   height: 40px;
   width: 100%;
   height: 60px;
}
.btn-concert-registration {
   padding: 20px;
   background: #0000ff ;
   color: #fff;
   text-transform: uppercase;
   font-family: 'Oswald';
   font-size: 22px;
   padding-left:30px;
   padding-right: 30px; 
   -webkit-transition: all 0.9s ease-in-out;
   -moz-transition: all 0.9s ease-in-out;
   -o-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;
}
.btn-concert-registration:hover {
	color: #0000ff ;
	background: #fff;
}
#banner .banner-inner p{
   color:#fff;
   font-size:18px;
   padding:20px 0 30px 0;
   font-family: 'PT Sans';
}
#banner .banner-inner a.btn{
   color:#fff;
   font-size:24px;
   font-weight:bold;
   font-family: 'PT Sans';
   border:1px solid #fff;
   padding:15px 38px;
   border-radius:0;
   margin-bottom: 60px;
   background-color:rgba(0,0,0,0.6);
   -webkit-transition: all 0.9s ease-in-out;
   -moz-transition: all 0.9s ease-in-out;
   -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
#banner .banner-inner a.btn:hover{
   color:#000;
   border:1px solid #fd1561;
   background-color:rgba(255,42,112,0.7);
}
.btn-concert-register, .btn-concert-play {
  margin-top: 60px;
  margin-left: 15px;
}

	/* Main-Slider */

.logo {
  padding-left: 0px;
}
.logo-img {
  margin-left: -30px;
  margin-top: -10px;
}
#header{
	background-color:#FFF;
	position:relative;
	padding-bottom: 5px;
	top:0;
	width:100%;	
	border-bottom:1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all 1s ease;
}
#header.affix {
	background-color:#FFF;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
   -webkit-transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
   transition: all 0.9s ease;
   -ms-transition: all 1s ease;
}
#header img {
	height:100px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
}

#header.affix img {
	 height: 50px;
   margin-left: -60px; 
   color:#0000ff	
}
#header nav{
	background-color:transparent !important;
	border:none !important;	
	text-align: center;
	padding-top:5px;
	color:#0000ff;	
	margin-left:8%;
	
}
.navbar{
	margin-bottom:0 !important;	
	z-index:900;
	min-height: 30px;
	color:#0000ff;	
}
#header ul.nav {
    list-style: outside none none;
	color:#0000ff;	
}
.navbar-nav {
    float:inherit ;
	color:#0000ff;	
}
.navbar li{
	min-height: 45px;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color:#0000ff	
}
.navbar-nav > li.active > a{
	color:#0000ff  !important;

}
.navbar-nav > li:hover > a {
	color:#0000ff  !important;

}
.navbar-nav > li:hover, .navbar-nav > .active {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.navbar-nav > li:before, .navbar-nav > .active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0000ff ;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav > li:hover:before, .navbar-nav > li:focus:before, .navbar-nav > .active:before{
  left: 0;
  right: 0;
}

.navbar-default {
    background-image:none;
    border-radius:0;
    box-shadow:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image:none;
    box-shadow:none;
}
.navbar-nav > li > a {
    padding-bottom:0 !important;
    padding-top:0 !important;
  	color:#00F !important;
  	font-size:16px;
    margin-left: 10px;
    margin-right: 10px;
  	font-family: 'PT Sans';
  	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;	
}
#header .header-right{
	padding-top:40px;
	-webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;	
}

#header.affix .header-right {
	 padding-top: 10px; 
	 background:#FFF;
}
#header.affix .header-right .social {
	 padding-bottom: 5px; 
}
.affix .navbar li{
	min-height: 35px;
	margin-top: 8px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;	
}

#about {
	background:#FFF;
	padding-top:50px;
	padding-bottom:50px;		
}
#about h1{
	color:#0000ff ;
	font-size:45px;	
	font-family: 'Oswald';
}
#about h2{
	color:#00F;
	font-size:22px;	
	font-family: 'PT Sans';
	padding-top:20px;
	padding-bottom:40px;
}
#about p{
	color:#444444;
	font-size:16px;
	font-family: 'PT Sans';
	padding-bottom:50px;
}
#about .servicebox{
	overflow:hidden;
	position:relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left:0px;
	cursor: pointer; 		
}
#about .servicebox .servicebox-inner{
	padding:50px 10px 0 10px;
	width:200px;
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	left:-200px;
	 display: inline-block; 	
	border-right:1px solid #0000ff ;
	height:100%;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#about .servicebox:hover .servicebox-inner {
	left: 0;
}
#about .servicebox .servicebox-inner h2{
	color:#FFF ;
	font-family: 'Open Sans';
	font-size:24px;	
	padding-bottom:15px;
	padding-top:15px;
}
#about .servicebox .servicebox-inner p{
	color:#fff;
	font-family: 'PT Sans';
	font-size:14px;	
	padding-bottom:0;
}

#clientele {
	background:#FFF;
	padding-top:50px;
	padding-bottom:50px;
		
}
#clientele h1{
	color:#0000ff ;
	font-size:45px;	
	font-family: 'Oswald';
}
#clientele h2{
	color:#00F;
	font-size:22px;	
	font-family: 'PT Sans';
	padding-top:20px;
	padding-bottom:40px;
}
#clientele p{
	color:#444444;
	font-size:16px;
	font-family: 'PT Sans';
	padding-bottom:50px;
}
#clientele .servicebox{
	overflow:hidden;
	position:relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left:0px;
	cursor: pointer; 		
}
#clientele .servicebox .servicebox-inner{
	padding:50px 10px 0 10px;
	width:200px;
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	left:-200px;
	 display: inline-block; 	
	border-right:1px solid #0000ff ;
	height:100%;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#clientele .servicebox:hover .servicebox-inner {
	left: 0;
}
#clientele .servicebox .servicebox-inner h2{
	color:#FFF ;
	font-family: 'Open Sans';
	font-size:24px;	
	padding-bottom:15px;
	padding-top:15px;
}
#clientele .servicebox .servicebox-inner p{
	color:#fff;
	font-family: 'PT Sans';
	font-size:14px;	
	padding-bottom:0;
}

#services{
	background:#00F;
	padding-top:50px;
	padding-bottom:50px;
	
	
}
#services h1{
	color:#0000ff ;
	font-size:45px;	
	font-family: 'Oswald';
}
#services h2{
	color:#00F;
	font-size:22px;	
	font-family: 'PT Sans';
	padding-top:20px;
	padding-bottom:40px;
}
#services p{
	color:#444444;
	font-size:16px;
	font-family: 'PT Sans';
	padding-bottom:50px;
}
#services .servicebox{
	overflow:hidden;
	position:relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left:0px;
	cursor: pointer; 		
}
#services .servicebox .servicebox-inner{
	padding:50px 10px 0 10px;
	width:200px;
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	top:0;
	left:-200px;
	 display: inline-block; 	
	border-right:1px solid #0000ff ;
	height:100%;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#services .servicebox:hover .servicebox-inner {
	left: 0;
}
#services .servicebox .servicebox-inner h2{
	color:#FFF ;
	font-family: 'Open Sans';
	font-size:24px;	
	padding-bottom:15px;
	padding-top:15px;
}
#services .servicebox .servicebox-inner p{
	color:#fff;
	font-family: 'PT Sans';
	font-size:14px;	
	padding-bottom:0;
}
	/* Gallery-Tab */
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-top:auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav a {
	line-height: 2.5;
}

.tabs nav span {
	vertical-align: middle;
	font-size: 0.95em;
  font-family: 'PT Sans';
}

.tabs nav li.active a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/*****************************/
/* Line Box */
/*****************************/

.tabs-style-linebox nav ul li {
	margin: 0 0.5em;
}

.tabs-style-linebox nav li {
	padding: 0.5em 1.0em 0.5em 1.0em;
	color:#00F;
	border-bottom: 1px solid #0000ff ;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;

}

.tabs-style-linebox nav li:hover,
.tabs-style-linebox nav li:focus {
	color: #00f;
	border-color: #0000ff ;
  cursor: pointer;
}

.tabs-style-linebox nav li.active {
	color: #fff;
	border-bottom: 2px solid #0000ff ;
  cursor: default;
  background: #0000ff ;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000ff ;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color:#FFF;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color:#00F;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  color:#00F;
}
#gallery {
  padding-top: 20px;
}
#gallery .gallery{
	padding-top:30px;
}
.gallery-photos-thumb .mix {
  display: none;
}
.noPadding {
  padding: 0px !important;
}
.gallery-photo-item {
  overflow: hidden;
  border:0 none;
  margin: 0 0 -1px;
  padding:0px;
  width: 25%;
  position: relative;
  float: left;
}
.gallery-photo-item .photo-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-photo-item .overlay{
 	 position: absolute;
   background-color: transparent;
   background-color: rgba(255,42,112, 0.7);
   width: 100%;
   height: 100%;
   overflow: hidden;
} 
.gallery-photo-item:hover .photo-thumb img {
	-webkit-transform:scale(1.3); 
	transform:scale(1.3);
	overflow:hidden !important;
}

#gallery .gallery span.gallery-icon {
	position:relative;
	top:42%;	
	color:#fff;
	border:1px solid #ffffff;
	border-radius:50%;
	width:50px;
  display: inline-block;
	/*  padding:10px;
      padding-top: 5px; */ 
	height:50px;
  text-align: center;
   line-height:60px; 
}
#gallery .gallery span.gallery-icon .fa {
  margin-left: 5px;
  margin-right: auto;
  text-align: center;
}
#gallery .gallery span.gallery-icon .fa-search-plus {
  margin-left: 4px;
}	

#club-form{
	align: center;
	background-color:#FFF;
	padding-top:20px;

	
	position:relative;	
}

#club-form h1{
	color:#0000ff ;
	font-size:45px;
	font-family: 'Oswald';	
	padding-top:40px;
}
#club-form P{
	color:#6d6d6d;
	font-size:18px;
	font-family: 'PT Sans';
	padding-top:10px;
	padding-bottom:10px;	
}
#club-form input[type="email"]{ 
	color: #b6b6b6; 
	font-family: 'PT Sans';
    font-size: 18px;
	height:65px;
	border:none; 
	padding-left:20px; 
	width:75%;
	float:left;
	border:1px solid #b4b4b4;
}
#club-form .submit{
	background-color:#0000ff ;;
	border:0;
	color:#fff;
	font-family: 'PT Sans';
	font-size:25px;
	width:23%;
	float:left;
	height:65px;
	text-align:center;
	margin-left:-4px;
}
#club-form .club-form img{
	position:absolute;
	right:10px;
	top:-60px;	
}
div.module.parallax-events {
	background-image:url(../images/Official%20Hype%20Site%20Media/hype-website-pics/brick.jpg) ;
	padding-bottom: 30px;
	z-index: -999;
	margin-top: 10px;
}
#events h1{
	padding:80px 0;
	color:#fff;
	font-size:45px;
	font-family: 'Oswald';
}
#events .event-box{
	height:340px;	
}
#events .event-box-left{
	float:left;
	width:30%;	
}
#events .event-box-right{
	width:68%;
	float:left;
	overflow:hidden;
}

#events .event-box-left h2{
	font-family: 'Open Sans';
	font-size:60px;
	color:#fff;
	line-height:48px;
	padding:20px 0;
	background-color:#0000ff ;
}
#events .event-box-left h3{
	font-family: 'Open Sans';
	font-size:26px;
	color:#fff;
	line-height:45px;
	background-color:#FFF;
}
#events .event-box-left p{
	background-color:#0000ff ;
	color:#fff;
	padding:8px;
	font-weight:bold;
	font-size:16px;	
	font-family: 'Open Sans';
	text-align:left;
}
#events .month{
	font-family: 'Open Sans';
	font-size:36px;	
}
.bx-wrapper .bx-viewport {
  background:none !important;
	background-color:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  left: -5px;
  transform: translateZ(0px);
}
.bx-wrapper img {
    max-width:none !important;
}
#events .bx-viewport{
	height:360px !important;	
}
#events .event-box .event-box-bottom{
	float:left;	
}
#events .event-box .event-box-bottom h2{
	color:#fff;
	font-size:30px;
	font-family: 'PT Sans';
	padding-top:15px;
}
#events span.slider-prev{
	width:25px;
	height:15px;
	background-color:#0000ff ;
	padding:10px;	
}
#events .bx-wrapper .bx-pager.bx-default-pager a {
	border-radius:0 !important;
	width:50px !important;	
}
#events .bx-wrapper .bx-pager.bx-default-pager a:hover, #events .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #0000ff  !important;
}
#events .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #fff !important;
}
#events .bx-controls{
	padding-top:40px;	
}
#events .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align:center !important;
    width: 100% !important;
}
div.module.parallax-profiles {
	background-image:url(../images/Official%20Hype%20Site%20Media/hype-website-pics/brick.jpg);
	padding-botoom: 110px;
	padding-top:50px;
}
#club-profiles h1{
	color:#FFF;
	font-size:50px;
	font-family: 'Oswald';
	text-align:center;	
	padding-bottom:10px;
}

#club-profiles h2{
	color:#FFF;
	font-size:20px;
	font-family: 'Oswald';
	text-align:center;
	padding-bottom: 10px;	
}


#club-profiles .profle-box-left {
	alignment-adjust:
	central;
	}

#club-profiles .profle-box-right h2{
	color:#fff;
	font-size:36px;
	font-family: 'Oswald';
	line-height:32px;	
}
#club-profiles .profle-box-right h3{
	color:#fff;
	font-size:18px;
	font-family: 'Open Sans';
  font-style: italic;
	padding:17px 0 20px 0;	
}
#club-profiles .profle-box-right p{
	color:#fff;
	font-size:14px;
	font-family: 'PT Sans';	
	padding-bottom:20px;
}
#club-profiles .profle-box-right .profile-info{
	border-right:1px solid #fff;
	width:32%;
	padding-right:3px;
	float:left;	
}
#club-profiles .profle-box-right .profile-info p{
	color:#0000ff ;
	font-size:16px;
	font-family: 'PT Sans';
	padding-bottom:0;
}
#club-profiles .profle-box-right .profile-info h3{
	color:#fff;
	font-size:30px;
	font-family: 'PT Sans';
	padding:0;
}
#blogs{
	padding:100px 0;	
}
#blogs h1{
	color:#0000ff ;
	font-size:45px;
	font-family: 'Oswald';
	text-align:center;
	padding-bottom:100px;
}
#blogs ul{
	list-style:none;	
}
#blogs .blog-slider li{
	padding-bottom:75px;
}
.borderLeft{
	border-left: 1px solid #0000ff ;
    height: 260px;
    left: 149px;
    position: absolute;
    top: -14px;	
}
#blogs .event-time{
	float:left;
	width:30%;
	padding-top:45px;
	position:relative;
}
#blogs .event-time p{
	color:#4e4e4e;
	font-family: 'PT Sans';
	font-size:18px;	
}
#blogs .event-time h2{
	color:#272727;
	font-family: 'PT Sans';
	font-size:30px;	
}
#blogs .event-time .fa{
	color:#0000ff ;
	font-size:20px;
	border:1px solid #0000ff ;
	border-radius:50%;
	width:40px;
	height:40px;
	padding:10px 12px;
	float:right;	
	position:absolute;
	right:27px;
	top:73px;
	background-color:#fff;
	z-index:900;
}
#blogs .event-time .fa-camera{
	padding:9px;
}
#blogs .event-detail{
	background-color:#e3e3e3;
	padding:20px;
	float:left;
	width:70%;
	height:185px;
	position:relative;
}
#blogs .event-detail .fa-caret-left{
	position:absolute;
	left:-17px;
	top:67px;
	color:#e3e3e3;	
}
#blogs .event-detail .fa-long-arrow-right{
	float:right;
	color:#0000ff ;
	font-size:20px;
	line-height:5px;	
}
#blogs .event-detail h2 a{
	color:#0000ff ;
	font-size:24px;
	display:block;
	font-family: 'PT Sans';
	padding-bottom:10px;
}
#blogs .event-detail p{
	color:#0d0d0d;
	font-size:16px;
	font-family: 'PT Sans';
}
#blogs .event-detail .event-detail-img{
	 float:left;
	 width:40%;	
}
#blogs .event-detail .event-detail-img img{
		 max-width:100%;
}
#blogs .event-detail .event-detail-inner{
	float:left;
	padding-left:15px;
	width:58%;	
}
#blogs .tab-content h2{
	color:#0000ff ;
	font-family: 'PT Sans';
	font-size:30px;
	line-height:25px;
	padding-bottom:15px;	
}
#blogs .tab-content h3{
	color:#000;
	font-size:22px;
	font-family: 'PT Sans';
	padding:20px 0;
}
#blogs .tab-content p{
	color:#252525;
	font-size:16px;
	font-family: 'PT Sans';	
}
#blogs .tab-content img{
	max-width:100%;
	padding-top:20px;
}
#blogs .tab-content .share{
	border-top:3px solid #9f006c;
	padding-top:10px;
	margin-top:10px;
}
#blogs .tab-content .share h4{
	color:#4e4e4e;
	font-size:14px;
	font-family: 'PT Sans';
	float:left;	
}
#blogs .tab-content .share p{
	float:right;	
}
#blogs .tab-content .share p a{
	padding:5px 3px;
}
#blogs .tab-content .share p a:hover{
	background-color:#0000ff ;
	padding:5px 3px;
}
#blogs .tab-content .share p a .fa{
	border:1px solid #0000ff ;
	color:#0000ff ;	
	padding:5px 6px;
	width:25px;
	height:25px;
	background-color:transparent;
}
#blogs .tab-content .share p a .fa:hover{
	color:#fff;
	border:1px solid #0000ff ;
}
span.blod{
	font-weight:bold;	
}
#blogs .tab-content .overlay{
	position:relative;
}
#blogs .tab-content .overlay-inner{
	background-color:rgba(0,0,0,0.7);
	padding:0 15px;
	position:absolute;
	bottom:0px;	
	width:100%;
}
#blogs .tab-content .overlay h3{
	color:#fff;
	font-size:16px;
	font-family: 'PT Sans';	
	font-style:italic;
	float:left;
}
#blogs .tab-content .overlay .fa-expand{
	color:#fff;
	background-color:#0000ff ;
	border-radius:50%;
	width:40px;
	height:40px;
	padding:11px;
	float:right;
	font-size:20px;
	margin-top:8px;
}
#blogs .tab-content .tab-pane .fa-user,
#blogs .tab-content .tab-pane .fa-tag{
	color:#0000ff ;
}
#blogs .tab-content .tab-pane span.admin{
	margin-right:20px;
	color:#888888;
	font-size:16px;
	padding-left:5px;
	font-family: 'PT Sans';
	font-style:italic;
}
#blogs .tab-content .tab-pane span.tag{
	color:#888888;
	padding-left:5px;
	font-size:16px;
	font-family: 'PT Sans';
	font-style:italic;
}
#blogs .bx-next{
	color: #000;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top:-35px;
	left:140px;
	height:35px;
	border:1px solid #0000ff ;
	width:35px;
	padding-left:7px;	
}
#blogs .bx-prev{
	color: #000;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
	left:140px;
	height:35px;
	border:1px solid #0000ff ;
	width:35px;
	padding-left:7px;	
}
#blogs .bx-wrapper img {
    max-width:100% !important;
}
#blogs .bx-controls{
	display:none;	
}
#blogs .bx-viewport{
	height:708px !important;	
}
#blogs .bx-wrapper {
    margin:0
}

div.module.parallax {
	height: auto;	
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}



div.module.parallax-reservation {
	padding-top: 175px;
	padding-bottom: 100px;
}
#reservation h1 {
	text-align: center;
	color:#fff;
	font-size:45px;
	font-weight: bold;
	font-family: 'Oswald';
	text-transform: uppercase;
}
#reservation p {
	text-align: center;
	color:#fff;
	font-size:28px;
	font-family: 'Oswald';
	text-transform: uppercase;
	margin-top: 30px;
}
.reservation-form {
	font-family: 'PT Sans';
	font-size: 20px;
	margin-top: 30px;
}

.reservation-form label.control-label {
	background: rgba(103,93,92,0.4);
	color: #fff;
	height: 50px;
	padding-right: 20px;
	line-height: 40px;
  font-family: 'Open Sans';
  font-weight: normal;
}
.reservation-form input, .reservation-form select {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNGJiYjYiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M0YmJiNiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M0YmJiNiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, rgba(196,187,182,0.8) 50%, rgba(196,187,182,0.7) 50%, rgba(196,187,182,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(196,187,182,0.8)), color-stop(50%,rgba(196,187,182,0.7)), color-stop(100%,rgba(196,187,182,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(196,187,182,0.8) 50%,rgba(196,187,182,0.7) 50%,rgba(196,187,182,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(196,187,182,0.8) 50%,rgba(196,187,182,0.7) 50%,rgba(196,187,182,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(196,187,182,0.8) 50%,rgba(196,187,182,0.7) 50%,rgba(196,187,182,0.7) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(196,187,182,0.8) 50%,rgba(196,187,182,0.7) 50%,rgba(196,187,182,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3c4bbb6', endColorstr='#4dc4bbb6',GradientType=1 ); /* IE6-8 */
	background-position: right bottom;
	background-size: 200% 100%; 
	border-radius: 0px;
	color: #000;
	font-size: 22px;
	border:none; 
	height: 50px;
	padding-left: 20px;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
 .reservation-form input:focus, .reservation-form select:focus  {
	background-position: left bottom;
}
.reservation-form .col-sm-3, .reservation-form .col-sm-4, .reservation-form .col-sm-5, .reservation-form .col-sm-6, .reservation-form .col-sm-7 {
	padding-left: 0px;
}
.reservation-form .input-group-addon {
	border-radius: 0px;
	border:none;
	background: #0000ff ;
	color: #fff;
}
.reservation-form .input-group-addon.phone-icon {
  padding-left: 17px;
  padding-right: 17px;
}
.form-control::-moz-placeholder {
	color: #242424;
}
.form-control::-webkit-input-placeholder {
  color: #242424;
}
.btn-booking {
	border-radius: 0px;
	border:none;
	background: #0000ff ;
	color: #fff;
	font-family: 'PT Sans';
	font-size: 30px;
	padding: 25px 60px 25px 60px;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: bold;
  margin-left:20%;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

#map-canvas {
	height: 500px;
}

div.module.parallax-footer {
	background-image:url(../images/Official%20Hype%20Site%20Media/hype-website-pics/tobin-tanker.JPG);
	background-repeat:no-repeat;
	padding-top: 70px;
	padding-bottom: 70px;
}
#footer p.footer-text {
	font-family: 'PT Sans';
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	margin-top: 30px;
}
#footer p.footer-text a {
	text-decoration: none;
	color: #fff;
}
#footer .fa {
	color: #0000ff ;
}
#footer .social{
	margin-top: 50px;
	position:relative;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -ms-transition: all .9s ease;
}
#footer .social a{
	padding:5px 3px;
}
#footer .social a .fa{
	color:#fff;	
	padding:5px 6px;
	margin-bottom: 5px;
	width:25px;
	height:25px;
	background-color:transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
#footer .social a .fa:hover{
color: #0000ff ;
}

#copy-right {
	padding-top:25px;
	padding-bottom: 25px;
	font-family: 'PT Sans';
	font-size: 16px; 
}

	/* Equalizer */

.bar {
    background-color: white;
    width:10px;
    height:40px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bar-2{
    left: 20px;
}

.bar-3{
    left: 40px;
}

.bar-4{
    left: 60px;
}

.bar-5{
    left: 80px;
}
.bar {
		margin-bottom: 10px;
	}
.eq{
    position: relative;
    height: 68px;
    margin-left: 12px;
}

		/* Social-Effect */

.flip-container {
  background: transparent;
  alignment-adjust:central;
}

.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width: 260px;
  height: 280px;
  margin-right: 10px;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  z-index: 2;
  background-size: cover;
  background-size: 100%; 
  background-position: 50%; 
}
#dj-1 {
	background:url(../../../../../../Desktop/hype%20media%20website%20official%20folder/Modeling-1.jpg)
}
#dj-2 {
	background:url(../images/profile-img2.jpg);
}

.back {
  transform: rotateY(180deg);
}

.profile-social {
  margin-top: 70px;
  margin-left: 30px;
  position: relative;
  height: 3em;
  width: 13.5em;
}

.profile-social li {
  background-color: #0000ff ;
  display: block;
  height: 4em;
  line-height: 4em;
  margin: -2.2em;
  position: absolute;
  -webkit-transition: -webkit-transform .7s ease;
  -moz-transition: -moz-transform .7s ease;
  -ms-transition: -ms-transform .7s ease;
  -o-transition: -o-transform .7s ease;
  transition: transform .7s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  width: 4em;
}

.profile-social a {
  color: #fffdf0;
  display: block;
  height: 4em;
  line-height: 4em;
  text-align: center;
  -webkit-transition: -webkit-transform .7s;
  -moz-transition: -moz-transform .7s;
  -ms-transition: -ms-transform .7s;
  -o-transition: -o-transform .7s;
  transition: transform .7s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 4em;
}
.profile-social a:hover {
	color: #000;
}

.profile-social li:hover {
  -webkit-transform: scale(1.3, 1.3) rotate(45deg);
  -moz-transform: scale(1.3, 1.3) rotate(45deg);
  -ms-transform: scale(1.3, 1.3) rotate(45deg);
  -o-transform: scale(1.3, 1.3) rotate(45deg);
  transform: scale(1.3, 1.3) rotate(45deg);
}

.facebook {
  left: 0;
  top: 0%;
}

.twitter {
  bottom: 0;
  left: 25%;
}

.dribbble  {
  left: 50%;
  top: 0%;
}

.behance {
  bottom: 0;
  left: 75%;
}

.linked-in {
 left: 100%;
 top: 0%;
}

	/* Social-Effect */
	
		