@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
.main_h {
  position: fixed;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: #8f8f8f;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  top: -100px;
  padding-bottom: 6px;
  font-family: 'Exo', sans-serif;
  font-size:24px;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: #fff;
  opacity: 1;
  top: 0px;
  border-bottom: 2px solid gainsboro;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav li ul li {
  display: block;
  margin-left: 5px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav li ul  li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
}
nav ul a:hover{
  color:#c53232;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
  z-index:10;
}


body {
  color: #333;
  background: white;
  font-family: 'Mukta', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}
a:hover{
	color:#c53232;}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}

.content {
  padding: 50px 2% 50px;
}
.contact_content {
  padding: 10px 2% 10px;
}
.fcontent {
  padding: 30px 2% 50px;
}
.fcontent .footer_left{
    float: left;
	margin-top: 0px;
	max-width: 480px;
}
.fcontent .footer_right{
    float: right;
	margin-top: 0px;
	max-width: 380px;
}
.fcontent .footer_right a{
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-top:20px;
	background-color:  #33383b;
	border-radius: 2px;
    font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
    margin-left: 3px;
}
.fcontent .footer_right a:hover{
	background:#c53232;
	transition: 0.5s;
}
@media only screen and (max-width: 640px) {

	.fcontent .footer_right{
		text-align: center;
		max-width:640px;
		float:none;
	}
	.fcontent .footer_left{
		text-align: center;
		max-width:640px;
		float:none;
	}
}
.bscontent {
  padding: 20px 2% 50px;
}
.hero {
  position: relative;
  background-image:url('../images/music_soundboard.jpg');
  background-repeat:no-repeat;
  background-position: center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 150px;
  min-height: 500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  z-index:-5;
}
@media only screen and (max-width: 640px) {
	.hero{
	min-height:250px;
	padding-top:80px;}
}
.hero-overlay {
 position:absolute;
 background-color:#333;
 top: 0;
 bottom: 0;
 height: 100%;
 width: 100%;
 opacity:0.9;
 z-index:-2;
	
}

.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color:#F00;
  border-bottom: 2px solid #F00;
  padding-bottom: 8px;
  line-height: 3;
}
.hero img{
 width:100%;
 max-width:987px;
}
.banner{
  position:relative;
  background-image: url('../images/keys.jpg');
  background-repeat:no-repeat;
  background-position:center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top:20px;
  padding-bottom:20px;
  min-height:450px;
}

@media only screen and (max-width: 950px) {
	.banner{
		min-height:1250px;
		}
	
}

.banner_row {
	position:relative;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.banner-overlay {
 position:absolute;
 background-color:#CCC;
 top: 0;
 bottom: 0;
 height:100%;
 width: 100%;
 opacity:0.9;
}

.bannerbox{
	position:relative;
	float: left;
	width:320px;
	height:400px;
	z-index:8;
}
@media only screen and (max-width: 955px){
	.bannerbox{
		width:100%;}
}
/* banner box image hover */
.bannerbox img{
  opacity: 1;
  display: block;
  margin-left:auto;
  margin-right:auto;
  transition: .5s ease;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position:absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size:24px;
  font-family: 'Exo', sans-serif;
  color:#fff;
  background-color:#000;
  padding:10px;
}

.middle a{
color:#fff;}

.bannerbox:hover img {
  opacity: 0.6;
  background-color:#c53232;
}

.bannerbox:hover .middle {
  opacity: 1;
}

/* end hover image*/

.footer {
  position: relative;
  background-color: #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: left;
  color: #fff;
  min-height: 120px;
  font-family: 'Mukta', sans-serif;
  clear:both;
}
@media only screen and (max-width: 640px) {
	.footer{
		min-height:200px;
		}
}

.beatstore {
  position: relative;
  background-image: url('../images/keys.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: left;
  color: #fff;
  clear:both;
}
.beatstore a{
color: #FFF;
}
.beatstore a:hover{
color: #f00;
}
.beatstore-overlay {
 position:absolute;
 background-color:#333;
 top: 0;
 bottom: 0;
 height: 100%;
 width: 100%;
 opacity:0.9;
}
.bsbox{
width:100%;
max-width:960px;
position:relative;
z-index:10;
}
.bsboxtext{
width:190px;
}
.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.contact_selection {
  position: relative;
  clear:both;
}
label {
    display:block;
    margin-top:10px;
    letter-spacing:2px;
}
/* Centre the form within the page */
form {
    margin:0 auto;
    width:100%;
}

.dropdown {
    width:100%;
	height:37px;
	background:#efefef;
	border:1px solid #dedede;
	padding:5px;
	font-size:14px;
	color:#3a3a3a;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
}

/* Style the text boxes */
input, textarea {
	width:100%;
	height:37px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:18px;
	color:#3a3a3a;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
input:focus, textarea:focus {
    border:1px solid #c53232;
}

textarea {
	height:213px;
	background-color:#efefef;
}
#submit {
    width:100%;
    height:58px;
    border:none;
    margin-top:20px;
    cursor:pointer;
	font-size:36px;
	font-family: 'Exo', sans-serif;
}

#submit:hover {
	color:#fff;
	background-color:#c53232;
	transition: 0.5s;
		
}