@import "reset.css";
@import "prettyPhoto.css";
@import "jquery.jscrollpane.css";
@import "jplayer.css";

@font-face { font-family: Helvetica Neue; src: url('../font/HelveticaNeueLTStdLt.otf'); }
@font-face { font-family: EurostileSteDOT; src: url('../font/EurostileSteDOT-BlaExt.otf'); }
@font-face { font-family: Helvetica Neue Thin; src: url('../font/HelveticaNeue-ThinExt.otf'); }
/*font-family */
p {
  font-family: helvetica neue;
  letter-spacing: 2px;
  text-align: left !important;
}
.h3{
font-family: helvetica neue;
}
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Left & Right alignment */

.music-work{
font-style: italic;
}
.blackfonts{
 color:#fff;
}
.redfonts{
color:red;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.table {
  display: table;
  text-align: justify;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
/* Global properties ======================================================== */
::selection {
	color: #fff;
	background: #000;
}
::-moz-selection {
 color: #fff;
 background: #000;
}
body, html {
	height:100%;
}
body {
	background:#000;
	border:0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#969696;
	line-height:18px;
	min-width:100%;
	position:relative;
	overflow:hidden;
}
.spinner {
	position:absolute;
	z-index:99;
	background:url(../images/loader.gif) 50% 50% no-repeat #000;
	width:100%;
	height:100%;
	top:0;
	left:0
}
#bgStretch {
	overflow:hidden;
	z-index:-1;
	position:fixed;
	width:100% !important;
	height:100% !important
}
.bgspinner {
	width:100%;
	height:100%;
	position: fixed;
	z-index:0;
	left:0;
	top:0;
	background: url(../images/bg_loader.gif) center center no-repeat;
}
#pagination {
	display:inline-block;
	position: absolute;
	z-index:11;
	left:50%;
	top:15px;
	margin-left: -80px;
}
#pagination li {
	position:relative;
	margin:0 0 0 10px;
	float:left;
	width:14px;
	height:14px;
}
#pagination a {
	display:block;
	background:url(../images/pagination.png) left top no-repeat;
	width:14px;
	height:14px;
}
#pagination a:hover, #pagination .active a {
	background-position:right
}
.extra {
	min-width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto 0px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.main1 {
	width:100%;
	height:730px;
	position:relative;
	z-index:1;
}
.top1 {
	width: 364px;
	position: absolute;
	left: 0;
	top: 25%;
	margin-top: -10px;
	z-index: 50;
}
.sound_control {
	display: block;
	width: 64px;
	height: 55px;
	background: url(../images/sound_control.jpg) 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
}
.sound_control .over {
	width: 4px;
	height: 7px;
	background: url(../images/arr2.png) 0 0 no-repeat;
	position: absolute;
	left: 57px;
	top: 24px;
}
.top1.active .sound_control .over {
	background: url(../images/arr2_over.png) 0 0 no-repeat;
}
.sound_control .txt1 {
	font-family: 'helvetica neue';
	font-size: 13px;
	color: #161616;
	width: 53px;
	text-align: center;
	padding-top: 35px;
	text-decoration: none;
	text-shadow:1px 1px 0px #fff;
}
.player_wrapper {
	background: url(../images/px2.png);
	/*background-color:#223A73;*/
	width: 297px;
	height: 367px;
	border-right: 3px solid #3b6e97;
}
.main2 {
	width:1000px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:50%;
	margin-top:-280px;
	z-index:2;
}
header {
	width: 100%;
	height: 88px;
	background: url(../images/px1.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}
.logo {
	display:inline-block;
	text-decoration:none;
	position:absolute;
	left:30px;
	top:30px;
	z-index:10;
}
.logo img {
	float: left;
	padding-right: 10px;
}
.logo .txt {
	display:table;
	float: left;
}
.logo .txt1 {
  color: red;
  font-family: EurostileSteDOT;
  font-size: 28px;
  line-height: 20px;
  padding-top: 0;
  text-transform: uppercase;
}
.logo .txt2 {
  color: #fff;
  font-family: helvetica neue thin;
  font-size: 12px;
  letter-spacing: 3.4px;
  line-height: 32px;
  padding-top: 0;
  text-transform: uppercase;
}
.first-letter {
  font-size: 16px;
  line-height: 29px !important;
}
.icons {
	position: absolute;
	right: 25px;
	top: 15px;
	z-index: 1;
}
.icons > li {
	display:inline-block;
	padding:0 2px;
	position:relative;
}
.icons > li > a {
	display:block;
	width:100%;
}
.splash {
}
.splash li {
	width: 241px;
	height: 437px;
	background: url(../images/px1.png);
	float: left;
	margin-left:12%;
	text-align: center;
}
.splash li:first-child {
	margin-left: 0;
}
.splash li .txt1 {
	font-family: 'montserrat_subrayadaregular';
	font-size: 60px;
	line-height: 40px;
	padding-top: 20px;
	color: #fff;
}
.splash li .txt2 {
  color: #fff;
  font-family: HELVETICA neue;
  font-size: 20px;
  line-height: 20px;
  padding-top: 0;
}
.splash li .img {
	width: 100%;
	height: 172px;
	overflow: hidden;
	margin-top: 15px;
}
.splash li .txt3 {
  color: #c4c4c4;
  font-family: helvetica neue;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 20px 5px;
  text-align: justify;
  font-weight:lighter;
}
footer {
	width: 100%;
	height: 42px;
	background: url(../images/footer.jpg) 0 0 repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	line-height: 42px;
}
.copyright {
	color:#999999;
	padding-left:10px;
	float: left;
}
.privacy {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-top: 11px;
	color: #626262;
	text-decoration: none;
	float: right;
	margin-right: 10px;
	font-family: 'helvetica neue';
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.privacy:hover {
	color: #fff;
}
/* ============================= main menu ====================== */

.menu {
	display:block;
	position:absolute;
	right:15px;
	top:36px;
	z-index:10;
	text-align:center;
	white-space:nowrap;
}
#menu {
	display:block;
	white-space:nowrap;
}
#menu > li {
	display: inline-block;
	height:42px;
	position:relative;
	float:left;
	margin-right: 1px;
	white-space:nowrap;
}
#menu > li.nav0 {
	display: none;
}
#menu > li > a {
	display: inline-block;
	height:100%;
	text-decoration:none;
	position:relative;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}
#menu > li > a .over {
	display:block;
	position: absolute;
	width:100%;
	height:4px;
	left:0px;
	bottom:0px;
	z-index:1;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
#menu > li > a .txt1 {
	display:block;
	position: relative;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:5;
	font-family:eurostilestedot;
	font-size:12px;
	letter-spacing:1px;
	line-height:42px;
	color:#7d7d7d;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
#menu > li > a:hover .over, #menu > li.sfHover > a .over {
	height: 100%;
}
#menu > li > a:hover .txt1, #menu > li.sfHover > a .txt1 {
	color: #fff;
}
#menu > li.active > a .txt1 {
	color: #fff;
}
#menu > li.active > a .over {
	height: 4px;
}
#menu > li.nav1 > a .over {
	background: #3978af;
}
#menu > li.nav2 > a .over {
	background: #3965e4;
}
#menu > li.nav3 > a .over {
	background: #6950d8;
}
#menu > li.nav4 > a .over {
	background: #bb518a;
}
#menu > li.nav5 > a .over {
	background: #b84941;
}
#menu > li.nav6 > a .over {
	background: #dbd058;
}
#menu > li.nav7 > a .over {
	background: #77b149;
}
.submenu {
  border: 1px solid #7d7d7d;
  left: 0;
  position: absolute;
  top: 52px;
  z-index: 1;
}
.submenu > ul {
}
.submenu ul > li {
	display:block;
	width:100%;
	height:33px;
	background: url(../images/submenu.png);
	position:relative;
	text-align:left;
	margin-bottom:1px;
}
.submenu ul > li > a {
	display:block;
	height:100%;
	text-decoration:none;
	position: relative;
	font-family:'helvetica neue';
	font-size:18px;
	line-height:33px;
	color:#7d7d7d;
	white-space:nowrap;
	padding:0 10px;
	text-transform:uppercase;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.submenu ul > li > a:hover {
	color:#fff;
	text-decoration:none;
	background:#000;
}
/* ============================= main layout ====================== */



#content {
	width:979px;
	height:600px;
	position:absolute;
	left:10px;
	top:0px;
	z-index:2;
}
#content > ul {
}
#content > ul > li {
	width:979px;
	height:600px;
	position:absolute;
}
li#page_HOME {
	margin-top: 50px;
}
.title {
	height: 63px;
	line-height: 63px;
	background: url(../images/arr1.png) 10px 20px no-repeat;
	padding-left: 45px;
	font-family: 'Helvetica Neue';
	font-size: 35px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px -2px 0px #f00;
}
.close {
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:18px;
	top:15px;
	z-index:30;
}
.close span {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/close.png) center center no-repeat;
}
.box {
	width:979px;
	height:437px;
	position: relative;
	padding: 0px 0px 0px 0px;
}
.box2 { /*width:910px;*/
	width:93%;
	/*height:461px;*/
	height:84%;
	background: url(../images/px1.png);
	position: relative;
	padding: 20px 24px 0px 45px;
}
.col0, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float:left;
}
.col0 {
	width:1px;
	background:#131314;
	margin-left:29px;
	margin-right:30px;
	margin-top:20px;
}
.col1 {
	width:380px;
}
.col2 {
	width:480px;
}
.col3 {
	width:400px;
}
.col4 {
	width:460px;
}
.pad_left1 {
	padding-left:10px;
}
.pad_left2 {
	padding-left:20px;
}
.pad_left3 {
	padding-left:30px;
}
.pad_left4 {
	padding-left:40px;
}
.pad_left5 {
	padding-left:50px;
}
.pad_left6 {
	padding-left:60px;
}
a {
	color:#fff;
	text-decoration: underline;
	outline:none
}
a:hover {
	text-decoration: none
}
 .instrument{
 color:red;
 }
 #aboutcol1 .h3{
  font-family: EurostileSteDOT;
  font-size:12px;
  letter-spacing:1px;
  text-align:justify;
 }
 #aboutcol1 #underneath {
  color: #fff;
  font-family: "EurostileSteDOT";
  font-size: 20px;
  padding-bottom: 7px;
  letter-spacing: 4px;
}
 .border1.img3 {
  margin-bottom: 5px;
}
h2 {
	font-family:'montserrat_subrayadaregular';
	font-weight:normal;
	font-size:20px;
	color:#fff;
	line-height:17px;
	padding:6px 0 6px 0;
}
.h3 {
	font-family:'helvetica neue';
	font-weight:normal;
	font-size:16px;
	color:#c4c4c4;
	line-height:18px;
	padding:0px 0 5px 0;
}
.upper {
	text-transform:uppercase;
}
.color1 {
	color:#fff;
}
.color2 {
	color:#ffae00;
}
.text {
  display: block;
  padding: 0 0 5px;
  /*text-align: justify;*/
text-align:left;
  font-family: helvetica neue;
  letter-spacing: 2px;
  font-size: 14px;
}
.line1 {
	height:1px;
	background:#4a4a4a;
	margin:15px 0;
}
.radius1 {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.border1 {
	border:1px solid #000;
}
.img1 {
	margin-bottom:20px;
	margin-right:20px;
}
.img2 {
	margin-right:20px;
}
.img3 {
	margin-bottom:20px;
}
.button1 {
	display:inline-block;
	height:26px;
	line-height:25px;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:10px;
	font-size:16px;
	font-family:'helvetica neue';
	color:#c4c4c4;
	white-space:nowrap;
	letter-spacing:0px;
	background: #000;
	border:1px solid #5c5c5c;
	padding: 0 17px;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	text-transform:capitalize;
}
.button1:hover {
	color: #000;
	background: #e7e6e6;
}
.about1 {
  padding-bottom: 15px;
  padding-right: 17px;
}
.about1 img {
	border:1px solid #000;
	float: left;
	margin-right: 15px;
}
.events1 {
	padding-bottom: 15px;
	width:97%;
}
.events1 img {
	border:1px solid #000;
	float: left;
	margin-right: 15px;
}
.djs1 {
	padding-bottom: 35px;
	width: 420px;
	float: left;
	margin-right: 40px;
}
.djs1.last {
	margin-right: 0;
}
.djs1 img {
	border:1px solid #000;
	float: left;
	margin-right: 15px;
}
.gal1 {
	width:196px;
	padding-bottom:25px;
	float:left;
	margin-right:30px;
}
.gal1.last {
	margin-right:0px;
}
.gal1 .txt {
	color:#c4c4c4;
}
.photo1 {
	width:194px;
	height:135px;
	margin-bottom:10px;
	border:1px solid #000;
	overflow: hidden;
}
.photo1 a img {
  width: 100%;
  height: 100%;
}
.vid1 {
	width:281px;
	padding-bottom:25px;
	float:left;
	margin-right:18px;
}
.vid1.last {
	margin-right:0px;
}
.vid1 .txt {
	color:#c4c4c4;
}
.video1 {
	width:279px;
	height:135px;
	margin-bottom:10px;
	border:1px solid #000;
	overflow: hidden;
}
.video1 a img {
}
.google_map {
	width: 398px;
	height: 258px;
	border-radius:0px;
	background: #fff;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #000;
	;
}
/*===================== jScrollPane =====================*/

.scroll-pane {
	width: 100%;
	height:409px;
	overflow: auto;
}
/*================= Contacts =========================*/

#note {
	width:450px;
}
.notification_error {
	color:#f00;
	margin-bottom:5px
}
.notification_ok {
	text-align: center;
}
#ajax-contact-form label {
	float:left;
	width: 100px;
	line-height:31px;
	color:#c4c4c4;
}
#ajax-contact-form label.c {
	margin-top:5px;
}
#ajax-contact-form input {
	float:left;
	width:340px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background: #181717;
	border: 1px solid #000;
	margin-bottom:5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#ajax-contact-form input:focus {
	border-color:#5c5c5d;
}
#ajax-contact-form textarea {
	float:left;
	width:340px;
	height:110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background: #181717;
	border: 1px solid #000;
	margin-bottom:5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#ajax-contact-form textarea:focus {
	border-color:#5c5c5d;
}
#ajax-contact-form img {
	float:left;
	width:140px;
	height:53px;
	margin-top:5px;
	margin-left:10px;
}
#ajax-contact-form input.capthca {
	float:left;
	width:97px;
	margin-top:5px;
	margin-right:10px;
}
#ajax-contact-form input.submit {
	width:99px;
	height:38px;
	cursor:pointer;
	background:url(../images/submit.png) left top no-repeat;
	border:none;
	margin:5px 0 0 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-indent:-999%;
}
#ajax-contact-form input.submit:hover {
	background-position:bottom;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com)  */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('bebasneue-webfont.eot');
	src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),  url('bebasneue-webfont.woff') format('woff'),  url('bebasneue-webfont.ttf') format('truetype'),  url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat_subrayadaregular';
	src: url('montserratsubrayada-regular-webfont.eot');
	src: url('montserratsubrayada-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('montserratsubrayada-regular-webfont.woff') format('woff'),  url('montserratsubrayada-regular-webfont.ttf') format('truetype'),  url('montserratsubrayada-regular-webfont.svg#montserrat_subrayadaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Responsive Design*/

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}
 
/*----- Responsive -----*/
 
@media only screen and (max-width: 1024px) {
/*Read More Pop up */
#page_MORE {
  width: 100% !important;
}
#page_MORE .h3 {
  color: #c4c4c4;
  font-family: helvetica neue;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0 9px 2px 3px;
  text-align: justify;
}
.jspContainer {
  height: 100% !important;
  /*overflow-y: auto;*/
  position: relative;
  width: 100% !important;
}
.jspPane {
  position: absolute;
  /*width: 98% !important;*/
}
.scroll-pane {
  height: 409px;
  overflow: auto;
  width: 100% !important;
}
.menu {
	position:relative;
	display:inline-block;
	background-color:#000 !important;
	float:right;
	right: 26%;
	text-align: left;
	top: 51px;
	white-space: nowrap;
	z-index: 10;
}
.menu ul.sf-js-enabled {
	display:none !important;
}
.menu ul {
	/*background: #303030 none repeat scroll 0 0;*/
        background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	left: 0;
	padding: 10px 18px;
	position: absolute;
	top: 60%;
}
.menu ul:after {
	width:0px;
	height:0px;
	position:absolute;
	top:0%;
	left:22px;
	content:'';
	transform:translate(0%, -100%);
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #303030;
}
.menu li {
	margin:5px 0px 5px 0px;
	float:none;
	display:block;
}
.menu a {
	display:block;
}
.toggle-nav {
	background: #303030 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 26px;
	padding: 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	transition: color 0.15s linear 0s;
	top: 48%;
	position: relative;
	text-decoration: none;
}
.toggle-nav:hover, .toggle-nav.sf-js-enabled {
	text-decoration:none;
}
/*Menu Style*/
#menu > li {
	display: block;
	float: none;
	height: 30px;
	margin-right: 1px;
	position: relative;
	white-space: nowrap;
}
#menu > li > a .txt1 {
  color: #7d7d7d;
  display: block;
  font-family: eurostilestedot;
  font-size: 12px;
  height: 100%;
  left: 0;
  line-height: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 5;
}
.menu ul::after {
	border-bottom: 7px solid #303030;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	height: 0;
	left: 90px;
	position: absolute;
	top: 0;
	transform: translate(993%, -100%);
	width: 0;
}
/*For Playlist Pop Up*/
.top1 {
	left: 0;
	margin-top: 1px;
	position: absolute;
	top: 12%;
	width: 364px;
	z-index: 50;
}
/**/
.main2 {
	height: 600px;
	left: 50%;
	margin-left: -500px;
	margin-top: -288px;
	top: 50%;
	width: 1000px;
	z-index: 2;
	position: absolute;
}
}
@media only screen and (min-width:321px) and (max-width:736px) {
.buybutton {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #5c5c5c;
  color: #c4c4c4;
  display: table;
  float: left;
  font-family: "helvetica neue";
  font-size: 16px;
  height: 26px;
  letter-spacing: 0;
  line-height: 25px;
  margin: 12px 51% !important;
  padding: 0 17px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  white-space: nowrap;
  width: 25%;
}
/*Read More Pop Up*/
#content #hwx_MORE {
  height: 100%;
  left: -9px !important;
  position: absolute;
  top: 10px;
  width: 300px;
}
#content #hwx_MORE .jspPane {
  position: absolute;
  width: 96% !important;
}
#page_MORE {
  WIDTH: 100% !important;
}
#page_MORE .jspPane {
  width: 241px !important;
}
#page_MORE .h3 {
  color: #c4c4c4;
  font-family: helvetica neue;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0 9px 2px 3px;
  text-align: justify;
}
.splash li {
	background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	height: 437px;
	margin-left: 0;
	text-align: center;
	width: 241px;
	float:none;
}
.box {
	height: 437px;
	padding: 0;
	position: relative;
	width: 77%;
	/* overflow-y: scroll;*/
  display:block;
}
.main2 {
	height: 600px;
	left: 50%;
	margin-left: -139px;
	margin-top: -403px;
	position: absolute;
	top: 65%;
	width: 100%;
	z-index: 2;
}
#content {
	height: 600px;
	left: 10px;
	top: 0;
	width: 271px;
	z-index: 2;
}
#content > ul > li {
	height: 100%;
	position: absolute;
	width: 90%;
	left: 14px !important;
}
.close {
	display: block;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 30px;
	z-index: 30;
}
.title {
  background: rgba(0, 0, 0, 0) url("../images/arr1.png") no-repeat scroll 9px 19px;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 18px;
  height: 45px;
  line-height: 57px;
  padding-left: 46px;
  text-shadow: 0 -1px 1px #f00;
}
.sound_control .txt1 {
	color: #161616;
	font-family: "BebasNeueRegular";
	font-size: 10px;
	padding-top: 35px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	width: 46px;
}
.top1 {
	left: 0;
	margin-top: 81px;
	position: absolute;
	top: 12%;
	width: 339px;
	z-index: 50;
}
.splash {
	width: 100%;
}
.sound_control {
	background: rgba(0, 0, 0, 0) url("../images/sound_control.jpg") no-repeat scroll 0 0 / 50px 62px;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 50px;
}
.sound_control .over {
	background: rgba(0, 0, 0, 0) url("../images/arr2.png") no-repeat scroll 0 0;
	height: 7px;
	left: 44px;
	position: absolute;
	top: 24px;
	width: 4px;
}
.icons {
	position: absolute;
	right: 35%;
}
.logo {
	display: inline-block;
	left: 5%;
	position: absolute;
	text-decoration: none;
	top: 41px;
	z-index: 10;
}
.logo .txt2 {
  color: #fff;
  font-size: 10px;
   letter-spacing: 2px !important;
  line-height: 11px;
  padding-top: 0;
  text-transform: uppercase;
}
.logo .txt1 {
  color: red;
  font-family: EurostileSteDOT;
  font-size: 12px;
  line-height: 20px;
  padding-top: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing:4px;
}
.first-letter {
  font-size: 14px;
  line-height: 10px !important;
}
/*Toggle Menu Button*/
.toggle-nav {
  background: #303030 none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 26px;
  padding: 6px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  top: 14%;
  transition: color 0.15s linear 0s;
  right: 3%;
}

/*.splash li:nth-child(2) {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}*/
/*----- Tabs -----*/
.tabs {
	width:100%;
	display:inline-block;
}
/*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links li {
	margin:0px 2px;
	float:left;
	list-style:none;
}
.tab-links a {
	background: #7fb5da none repeat scroll 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 5px 15px;
	transition: all 0.15s linear 0s;
	text-decoration: none;
	cursor:pointer;
}
.tab-links a:hover {
	background:#a7cce5;
	text-decoration:none;
}
li.active1 a, li.active1 a:hover {
	background:#fff;
	color:#4c4c4c;
}
.tabrelease {
	display:none;
}
.tabrelease.active1 {
	display:block;
}
#tablink1, #tablink2, #tablink3 {
	display:block;
}
#aboutcol2 {
	display:none;
}
#recordingcol2 {
	display:none;
}
/*About us POP up*/

.box2 {
  padding: 0 0 0 5px;
  height: 505px;
}
h2 {
	color: #fff;
	font-family: "montserrat_subrayadaregular";
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	padding: 1px 0;
}
#aboutcol1 {
	width:96%;
}
#content #page_ABOUT {
  height: 100%;
  position: absolute;
  width: 100%;
}
#aboutcol1 .img3 {
  padding: 0px 0 0 7px;
  width: 96%;
}
.h3 {
	color: #c4c4c4;
	font-family: "BebasNeueRegular";
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 9px 2px 3px;
	text-align: justify;
}
.text {
	display: block;
	padding: 0 1px 0 5px;
	/*text-align: justify;*/
text-align:left;
}
.button1 {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #5c5c5c;
	/*color: #c4c4c4;*/
	color:#000 !important;
	display: inline-block;
	font-family: "Helvetica Neue";
	font-size: 16px;
	height: 27px;
	letter-spacing: 0;
	line-height: 29px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 11px;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	white-space: nowrap;
	font-weight:bold;
	
	/*margin-left: 23%;*/
}
.scroll-pane {
	height: 409px;
	overflow: auto;
	width: 100% !important;
}
.pad_left5 {
	padding-left: 0px;
}
.col2 {
	width: 100%;
}
.about1 img {
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
	width: 20%;
}
.table {
  display: block;
  text-align: justify;
  width: 100%;
}
.about1 {
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 15px;
}
#aboutcol2 .jspContainer {
	height: 473px !important;
}
/*For Artists POp UP*/
#content #page_DJS {
  height: 100%;
  left: 14px !important;
  position: absolute;
  width: 271px;
}
#page_DJS .djs1 {
  float: left;
  margin-right: 40px;
  padding-bottom: 35px;
  width: 230px;
}
#page_DJS .table {
  display: block;
  text-align: justify;
  width: 100%;
}
.djs1 img {
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
	width: 40%;
}
.jspVerticalBar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}
/*For Recording POP Up*/

#page_EVENTS .box2 {
	background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	height: 517px;
	position: relative;
	width: 93%;
	padding:11px 8px 0 15px !important;
}
#recordingcol1 {
  height: 494px !important;
  
  width: 100%;
}
.left.border1.img1 {
	width: 38%;
}
#content #page_EVENTS {
  height: 100%;
  position: absolute;
  width: 100%;
  position: absolute;
  top: 1%;
}
/*Contact us pop up*/
#contactformtab {
	display:none;
}
#maptab {
	width: 100%;
}
#page_CONTACTS .box2 {
	background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	height: 517px;
	padding: 20px 11px 0 6px;
	position: relative;
	width: 85%;
}
.google_map {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	height: 258px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100% !important;
}
iframe {
	width: 100% !important;
}
#content #page_CONTACTS {
	height: 100%;
	left: -3% !important;
	position: absolute;
	width: 315px;
}
#ajax-contact-form input {
	background: #181717 none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 29px;
	margin-bottom: 5px;
	width: 100%;
}
#ajax-contact-form textarea {
	background: #181717 none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 110px;
	margin-bottom: 5px;
	width: 100% !important;
}
#contactformtab {
	width:100%;
}
#ajax-contact-form img {
  float: left;
  height: 32px;
  margin-left: -8px;
  margin-top: 5px;
  width: 88px;
}
#ajax-contact-form input.capthca {
  float: left;
  margin-right: 2px;
  margin-top: 5px;
  width: 84px;
}
#ajax-contact-form label {
	color: #c4c4c4;
	float: left;
	line-height: 31px;
	width: 87px;
}
/*Menu Style*/
.menu {
	position:relative;
	display:inline-block;
	background-color:#000 !important;
	float:right;
	right: 65%;
	text-align: left;
	top: 88px;
	white-space: nowrap;
	z-index: 10;
}
#aboutcol1 #underneath {
  color: #fff;
  font-family: "EurostileSteDOT";
  font-size: 13px;
  letter-spacing: 2px;
  padding-bottom: 7px;
}
#aboutcol1 .h3 {
  font-family: EurostileSteDOT;
  font-size: 10px;
  letter-spacing: 0px;
  text-align: left !important;
  padding: 0 !important;
}
.copyright {
  background: #161616 none repeat scroll 0 0;
  color: #999999;
  float: left;
  padding: 0px 31px 0px 36px;
  position: relative;
  top: 20px;
  font-size: 10px;
}
footer {
  background: rgba(0, 0, 0, 0) url("../images/footer.jpg") repeat-x scroll 0 0;
  bottom: 0;
  height: 49px;
  left: 0;
  line-height: 38px;
  position: absolute;
  width: 100%;
  z-index: 20;
}
}
@media only screen and (max-width:320px) {
#page_about_MORE .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 84%;
  left: 4%;
  position: relative;
  width: 25%;
}
.menu {
	position:relative;
	display:inline-block;
	background-color:#000 !important;
	float:right;
	right: 55%;
	text-align: left;
	top: 88px;
	white-space: nowrap;
	z-index: 10;
}
.menu ul::after {
  border-bottom: 7px solid #303030;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  height: 0;
  left: 58px;
  position: absolute;
  top: 0;
  transform: translate(993%, -100%);
  width: 0;
}
.page_photo_gallery .title {
  left: 2% !important;
  position: relative;
}
.page_photo_gallery .close{
left:274px !important;
 position: absolute;
 top:10px;
}
.pp_content {
  width: 100% !important;
  height: 100%;
}
#pp_full_res > img {
  width: 100% !important;
  height: 100% !important;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 96% !important;
  z-index: 10000;
  left: 10px !important;
}
#gallery-box {
  left: 4%;
  width: 26% !important;
}
#gallery-box .gal1 {
  float: left;
  padding-bottom: 25px;
  width: 100%;
}
#gallery-box .photo1 {
  border: 1px solid #000;
  margin-bottom: 10px;
  overflow: hidden;
  width: 95%;
}
#gallery-box .photo1 a img {
  width: 100%;
  height:100%;
}
#maptab > img {
  width: 100%;
}
.buybutton {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #5c5c5c;
  color: #c4c4c4;
  display: table;
  float: left;
  font-family: "helvetica neue";
  font-size: 16px;
  height: 26px;
  letter-spacing: 0;
  line-height: 25px;
  margin: 12px 51% !important;
  padding: 0 17px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  white-space: nowrap;
  width: 25%;
}
/*Photo gallery*/
.photo1 a img {
  background-color: red;
  width: 96%;
}
/*Photo Gallery end */
.copyright {
  background: #161616 none repeat scroll 0 0;
  color: #999999;
  float: left;
  padding: 0px 31px 0px 36px;
  position: relative;
  top: 20px;
  font-size: 10px;
}
footer {
  background: rgba(0, 0, 0, 0) url("../images/footer.jpg") repeat-x scroll 0 0;
  bottom: 0;
  height: 49px;
  left: 0;
  line-height: 38px;
  position: absolute;
  width: 100%;
  z-index: 20;
}
/*Jplayer*/
.jplayer {
  color: #fff;
  margin-left: 2px;
  margin-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  width: 270px;
}
.player_wrapper {
 /* background-color: #223a73;*/
  border-right: 3px solid #3b6e97;
  height: 367px;
  width: 279px;
}
.top1.active {
	left: 0;
	margin-top: 81px;
	position: absolute;
	top: 12%;
	width: 315px;
	z-index: 50;

}
.top1 {
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 22%;
  width: 333px;
  z-index: 50;
}
/*Jplayer End*/
#aboutcol1 .h3 {
  font-family: EurostileSteDOT;
  font-size: 10px;
  letter-spacing: 0px;
  text-align: left !important;
  padding: 0 !important;
}
#aboutcol1 #underneath {
  color: #fff;
  font-family: "EurostileSteDOT";
  font-size: 14px;
  padding-bottom: 7px;
  letter-spacing: 2px;
}
/*Menu Style*/
.menu {
	position:relative;
	display:inline-block;
	background-color:#000 !important;
	float:right;
	right: 62%;
	text-align: left;
	top: 88px;
	white-space: nowrap;
	z-index: 10;
}

/*Read More Pop Up*/
#content #hwx_MORE {
  height: 600px;
  position: absolute;
  width: 271px;
  left: 10% !important;
}
#content .readmorepopup{
 height: 600px;
  position: absolute;
  width: 271px;
  left: 10% !important;
}
#content #hwx_MORE .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 513px;
  padding: 10px 0 0 8px !important;
  position: relative;
  width: 93%;
}
#content #hwx_MORE .box2 .jspPane {
  position: absolute;
  width: 95% !important;
}
#content #hwx_MORE .jspPane {
  position: absolute;
  width: 95% !important;
}
#content #hwx_MORE  .close {
  display: block;
  height: 30px;
  position: absolute;
  right: 7px;
  top: 8px;
  width: 30px;
  z-index: 30;
}
#page_MORE {
  width: 80% !important;
  position: absolute;
  left: 18% !important;
}

#page_MORE .jspPane {
  width: 215px !important;
}
#page_MORE .h3 {
  color: #c4c4c4;
  font-family: helvetica neue;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0 9px 2px 3px;
  text-align: justify;
}
/*home pop up */
li#page_HOME {
  margin-top: 2px;
  margin-left: -11px;
}
li#page_HOME .close {
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 30px;
  z-index: 30;
}
#content #page_HOME {
  height: 100%;
  left: 15% !important;
  position: absolute;
  width: 74%;
}
/*for contact us pop up*/
#ajax-contact-form img {
  float: left;
  height: 33px;
  margin-left: -29px;
  margin-top: 5px;
  width: 73px;
}
#ajax-contact-form label {
	color: #c4c4c4;
	float: left;
	line-height: 31px;
	width: 87px;
}
#ajax-contact-form input.capthca {
  float: left;
  margin-right: 0;
  margin-top: 5px;
  width: 64px;
}
#contactformtab {
	width:100%;
}
#ajax-contact-form textarea {
	background: #181717 none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 110px;
	margin-bottom: 5px;
	width: 100% !important;
}
#ajax-contact-form input {
	background: #181717 none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 29px;
	margin-bottom: 5px;
	width: 100%;
}
#content #page_CONTACTS {
	height: 100%;
	left: 10% !important;
	position: absolute;
	width: 271px;
}
#contactformtab {
	display:none;
}
#maptab {
	width: 100%;
}
#page_CONTACTS .box2 {
	background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	height: 517px;
	padding: 20px 11px 0 6px;
	position: relative;
	width: 85%;
}
.google_map {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	height: 258px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100% !important;
}
iframe {
	width: 100% !important;
}
#content #page_EVENTS {
  height: 100%;
  position: absolute;
  top: 1%;
  width: 100%;
  left: 29px !important;
}
#page_EVENTS .close {
  display: block;
  height: 30px;
  position: absolute;
  right: 55px;
  top: 15px;
  width: 30px;
  z-index: 30;
}
.splash li {
	background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	height: 437px;
	margin-left: 0;
	text-align: center;
	width: 241px;
	float:none;
}
.box {
	height: 437px;
	padding: 0;
	position: relative;
	width: 77%;
	/*overflow-y: scroll;*/
  display:block;
}
.main2 {
	height: 600px;
	left: -2%;
	margin-left: 0px;
	margin-top: -391px;
	position: absolute;
	top: 65%;
	width: 100%;
	z-index: 2;
}
#content {
	height: 600px;
	left: 10px;
	top: 0;
	width: 100%;
	z-index: 2;
}
.close {
	display: block;
	height: 30px;
	position: absolute;
	right: 25px;
	top: 15px;
	width: 30px;
	z-index: 30;
}
.title {
  background: rgba(0, 0, 0, 0) url("../images/arr1.png") no-repeat scroll 9px 19px;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: bold;
  height: 41px;
  line-height: 54px;
  padding-left: 46px;
  text-shadow: 0 -1px 1px #f00;
}
.sound_control .txt1 {
  color: #161616;
  font-family: "BebasNeueRegular";
  font-size: 7px;
  padding-top: 22px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  width: 33px;
}

.splash {
	width: 100%;
}
.sound_control {
  background: rgba(0, 0, 0, 0) url("../images/sound_control.jpg") no-repeat scroll 0 0 / 33px 38px;
  display: block;
  height: 50px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 34px;
}
.sound_control .over {
  background: rgba(0, 0, 0, 0) url("../images/arr2.png") no-repeat scroll 0 0;
  height: 7px;
  left: 29px;
  position: absolute;
  top: 16px;
  width: 4px;
}
.icons {
	position: absolute;
	right: 35%;
}
.logo {
	display: inline-block;
	left: 3%;
	position: absolute;
	text-decoration: none;
	top: 41px;
	z-index: 10;
}
.logo .txt2 {
  color: #fff;
  font-size: 9px;
  letter-spacing: 2px !important;
  line-height: 12px;
  padding-top: 0;
  text-transform: uppercase;
  font-family: helvetica neue thin;
}
.toggle-nav {
  background: #303030 none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 26px;
  padding: 6px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  top: 15%;
  transition: color 0.15s linear 0s;
  right: 3%;
}
.first-letter {
  font-size: 11px;
  line-height: 10px !important;
}
.logo .txt1 {
  color: red;
  font-family: EurostileSteDOT;
  font-size: 12px;
  line-height: 20px;
  padding-top: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}

/*.splash li:nth-child(2) {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
*/
/*----- Tabs -----*/
.tabs {
	width:100%;
	display:inline-block;
}
/*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links li {
	margin:0px 2px;
	float:left;
	list-style:none;
}
.tab-links a {
  background: #7fb5da none repeat scroll 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 2px 7px;
  text-decoration: none;
  transition: all 0.15s linear 0s;
}
.tab-links a:hover {
	background:#a7cce5;
	text-decoration:none;
}
li.active1 a, li.active1 a:hover {
	background:#fff;
	color:#4c4c4c;
}
.tabrelease {
	display:none;
}
.tabrelease.active1 {
	display:block;
}
#tablink1, #tablink2, #tablink3 {
	display:block;
}
#aboutcol2 {
	display:none;
}
#recordingcol2 {
	display:none;
}
/*About us POP up*/
		.box2 {
	padding:0 0 0 5px;
}
h2 {
	color: #fff;
	font-family: "montserrat_subrayadaregular";
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	padding: 1px 0;
}
#aboutcol1 {
	width:96%;
}
#content #page_ABOUT {
	height: 100%;
	left: 10% !important;
	position: absolute;
	width: 74%;
}
#content #page_ABOUT  .close {
  display: block;
  height: 30px;
  position: absolute;
  right: -16px;
  top: 15px;
  width: 30px;
  z-index: 30;
}
#aboutcol1 .img3 {
	width: 96%;
	padding: 10px 0px 0px 2px;
}
.h3 {
	color: #c4c4c4;
	font-family: "BebasNeueRegular";
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 9px 2px 3px;
	text-align: justify;
}
.text {
	display: block;
	padding: 0 1px 0 5px;
	/*text-align: justify;*/
text-align:left;
}
.button1 {
	background: #000 none repeat scroll 0 0;
	border: 1px solid #5c5c5c;
	color: #c4c4c4;
	display: inline-block;
	font-family: "BebasNeueRegular";
	font-size: 16px;
	height: 27px;
	letter-spacing: 0;
	line-height: 29px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 25px;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	white-space: nowrap;
	margin-left: 23%;
}
.scroll-pane {
	height: 93%;
	overflow: auto;
	width: 100% !important;
}
.pad_left5 {
	padding-left: 0px;
}
.col2 {
	width: 100%;
}
.about1 img {
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
	width: 20%;
}
.table {
	width: 100%;
	text-align: justify;
	display:block;
}
.about1 {
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 15px;
}
#aboutcol2 .jspContainer {
	height: 473px !important;
}
#page_ABOUT .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 515px;
  padding:5px 0px 0 9px;
  position: relative;
  width: 100%;
}
/*For Artists POp UP*/
#content #page_DJS .close {
  display: block;
  height: 30px;
  position: absolute;
  right: 7px;
  top: 9px;
  width: 30px;
  z-index: 30;
}
#content #page_DJS .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 461px;
  padding: 7px 0px 11px 10px;
  position: relative;
  width: 100%;
}
#content #page_DJS {
	height: 100%;
	left: 32px !important;
  position: absolute;
	width: 250px;
}
#page_DJS .djs1 {
  float: left;
  margin-right: 40px;
  padding-bottom: 35px;
  width: 236px;
}
#page_DJS .table {
  display: block;
  text-align: justify;
  width: 100%;
}
.djs1 img {
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
	width: 40%;
}
.jspVerticalBar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}
/*For Recording POP Up*/
#page_EVENTS .box2 {
	background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	height: 517px;
	position: relative;
	width: 74%;
	padding:11px 8px 0 15px !important;
}
#recordingcol1 {
  width: 100%;
  height: 493px !important;
  /*overflow: auto;*/
}
.left.border1.img1 {
	width: 38%;
}
}
@media only screen and (min-width:737px) and (max-width:768px) {
#content > ul > li {
  height: 600px;
  position: absolute;
  width: 100%;
}
.scrollerdiv {
  padding-left: 25px !important;
}
.copyright {
  color: #999999;
  float: left;
  padding-left: 10px;
  background-color: #161616 !important;
  height: 56px;
  position: relative;
  top: 20px;
  width: 100%;
  text-align: center;
}
footer {
  background: rgba(0, 0, 0, 0) url("../images/footer.jpg") repeat-x scroll 0 0;
  bottom: 0;
  height: 50px;
  left: 0;
  line-height: 42px;
  position: absolute;
  width: 100%;
  z-index: 20;
}
/*Artist pop up*/
#page_DJS {
  width: 100% !important;
  position: absolute;
  left: 14px !important;
  top:6%;
}
#page_DJS  .close {
  display: block;
  height: 30px;
  position: absolute;
  right: 6%;
  top: 15px;
  width: 30px;
  z-index: 30;
}
#page_DJS  .djs1 {
  float: left;
  margin-right: 40px;
  padding-bottom: 35px;
  width: 100%;
}
#page_DJS .djs1 img {
  border: 1px solid #000;
  float: left;
  margin-right: 15px;
  width: 20%;
}
#page_DJS .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 507px;
  position: relative;
  width: 93%;
}
li#page_HOME {
  margin-top: 50px;
  position: absolute;
  width: 98% !important;
}
/*About Pop Up*/
#page_ABOUT .box2{
height:587px;
}
#content #page_EVENTS {
  height: 600px;
  position: absolute;
  width: 63%;
  left: 21% !important;
}
#recordingcol1 {
  padding-left: 16px;
  padding-top: 10px;
  width: 410px;
}
#recordingcol2{
display:none;
width: 95%;
}
#recordingtabs {
  display: block!important;
}
#page_EVENTS .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 518px;
  position: relative;
  width: 93%;
}
/*Read More Pop up*/
#page_MORE {
  width: 100% !important;
  position: relative;
  left: 10% !important;
}
#page_MORE .h3 {
  color: #c4c4c4;
  font-family: helvetica neue;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 0 9px 2px 3px;
  text-align: justify;
}
#page_MORE .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 570px;
  padding: 4px 8px 0 20px;
  position: relative;
  width: 78%;
}
#page_MORE  .jspPane {
  position: absolute;
  width: 97% !important;
}
#page_MORE  .jspContainer {
  height: 100% !important;
  position: relative;
  width: 100% !important;
}
/*for contact us pop up*/
#ajax-contact-form input {
	background: #181717 none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 29px;
	margin-bottom: 5px;
	width: 94% !important;
}
#ajax-contact-form textarea {
	background: #181717 none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 110px;
	margin-bottom: 5px;
	width: 94% !important;
}
#ajax-contact-form img {
	float: left;
	height: 38px;
	margin-left: 20px;
	margin-top: 5px;
	width: 170px;
}
#ajax-contact-form label {
	color: #c4c4c4;
	float: left;
	line-height: 31px;
	width: 87px;
}
#ajax-contact-form input.capthca {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: 95px;
}
#contactformtab {
	width:100%;
}
#content #page_CONTACTS {
	height: 100%;
	left: 11% !important;
	position: absolute;
	width: 92%;
}
#contactformtab {
	display:none;
}
#maptab {
	width: 100%;
}
#page_CONTACTS .box2 {
	background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
	height: 517px;
	padding: 20px 11px 0 6px;
	position: relative;
	width: 85%;
}
.google_map {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0;
	height: 258px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100% !important;
}
iframe {
	width: 100% !important;
}
/*END CONTACT US POP UP*/
.main2 {
	height: 600px;
	left: 50%;
	margin-left: -381px;
	margin-top: -349px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 2;
}
#content {
	width: 100%;
	z-index: 2;
}
.splash li {
	margin-left: 1.2%;
}
/*About us POP up*/
		.box2 {
	padding:0 0 0 5px;
}
h2 {
	color: #fff;
	font-family: "montserrat_subrayadaregular";
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	padding: 2px 0;
	margin-top:10px;
}
#aboutcol1 {
	width:96%;
}
#content #page_ABOUT {
	height: 100%;
	position: absolute;
	width: 74%;
	left: 13% !important;
}
#aboutcol1 .img3 {
	width: 96%;
	padding: 10px 0px 0px 17px;
}
.h3 {
	color: #c4c4c4;
	font-family:  helvetica neue;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 9px 2px 3px;
	text-align: justify;
}
.text {
	display: block;
	padding: 0 1px 0 5px;
	/*text-align: justify;*/
text-align:left;
}
.button1 {
	background: #000 none repeat scroll 0 0;
	border: 1px solid #5c5c5c;
	color: #c4c4c4;
	display: inline-block;
	font-family: "BebasNeueRegular";
	font-size: 16px;
	height: 27px;
	letter-spacing: 0;
	line-height: 29px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 25px;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	white-space: nowrap;
	margin-left: 23%;
}
.pad_left5 {
	padding-left: 22px;
}
.scroll-pane {
	height: 470px;
	overflow: auto;
	width: 100%;
}
#aboutcol2 {
	display:none;
}
#abouttabs {
	display:block !important;
}
/*----- Tabs -----*/
.tabs {
	width:100%;
	display:inline-block;
}
/*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links li {
	margin:0px 2px;
	float:left;
	list-style:none;
}
.tab-links a {
	background: #7fb5da none repeat scroll 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 5px 15px;
	transition: all 0.15s linear 0s;
	text-decoration: none;
	cursor:pointer;
}
.tab-links a:hover {
	background:#a7cce5;
	text-decoration:none;
}
li.active1 a, li.active1 a:hover {
	background:#fff;
	color:#4c4c4c;
}
.close {
	display: block;
	height: 30px;
	position: absolute;
	right: 2%;
	top: 15px;
	width: 30px;
	z-index: 30;
}
#page_CONTACTS .close {
	display: block;
	height: 30px;
	position: absolute;
	right: 12%;
	top: 15px;
	width: 30px;
	z-index: 30;
}
}
 @media only screen and (min-width:738px) and (max-width:4000px) {
#tabs {
	display:none !important;
}

}
@media only screen and (min-width:769px) {
#abouttabs {
	display:none !important;
}
/*For Contact Us Pop Up*/
#contacttabs {
	display:none;
}
#recordingtabs {
	display:none !important;
}
}
@media (min-width:321px) and (max-width:360px){
.top1 {
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 22%;
  width: 348px;
  z-index: 50;
}
.page_photo_gallery .close {
  left: 225px !important;
  position: absolute;
  top: 15px;
}
.page_photo_gallery .title {
  left: 2% !important;
  position: relative;
}

#gallery-box {
  left: 4%;
  width: 100% !important;
}
#gallery-box .gal1 {
  float: left;
  padding-bottom: 25px;
  width: 100%;
}
#gallery-box .photo1 {
  border: 1px solid #000;
  margin-bottom: 10px;
  overflow: hidden;
  width: 95%;
}
#gallery-box .photo1 a img {
  width: 100%;
  height:100%
}
#content .readmorepopup {
  height: 600px;
  left: 0% !important;
  position: absolute;
  width: 300px;
  top: 10px;
}
#maptab > img {
  width: 100%;
}
}
@media only screen and (min-width : 200px) and (max-width : 740px) and (orientation : landscape) {
  #page_about_MORE .box2 {
  left: -74px;
  top: 10%;
  width: 155%;
}
.page_photo_gallery .close {
  right: 51px;
}
.page_photo_gallery {
  position: relative;
  top: 8%;
  width: 440px !important;
  margin-left: -27% !important;
}
#gallery-box .photo1 {
  border: 1px solid #000;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}
#gallery-box .gal1 {
  float: left;
  padding-bottom: 25px;
  width: 100%;
}
#gallery-box .photo1 a img {
  height: 100%;
  width: 100%;
}
/*.main2 {
	height: 600px;
	left: 108%;
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 2;
	margin-left: -484px;
	margin-top: -289px;
}*/
#content .readmorepopup{
 height: 600px;
  position: absolute;
  width: 271px;
  left: 10% !important;
}

.main2 {
  height: 600px;
  margin-left: -145px;
  margin-top: -240px;
  position: absolute;
  top: 37%;
  width: 100%;
  z-index: 2;
}
.close {
	right:0px;
}
#content {
  height: 600px;
  left: 10px;
  top: 0;
  width: 274px;
  z-index: 2;
}
#content #page_ABOUT {
  height: 100%;
  position: absolute;
  width: 100%;
  position: absolute;
  top: 8%;
}
#content #page_EVENTS {
  height: 100%;
  position: absolute;
  top: 8%;
  width: 400px;
  left: -17% !important;
}
#page_EVENTS .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 500px;
  padding: 11px 8px 0 15px !important;
  position: relative;
  width: 90%;
}
#content #page_DJS {
  height: 100%;
  left: -51px !important;
  position: absolute;
  top: 8%;
  width: 413px;
}
#page_DJS .djs1 {
  float: left;
  margin-right: 40px;
  padding-bottom: 35px;
  width: 359px;
}
.djs1 img {
  border: 1px solid #000;
  float: left;
  margin-right: 15px;
  width: 30%;
}
.logo {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  top: 27px;
  z-index: 10;
  left:3%;
}
.logo .txt1 {
  font-size: 17px;
}
.logo .txt2 {
  font-size: 14px;
}
.icons {
  position: absolute;
  right: 1%;
}
#content #page_CONTACTS {
  height: 100%;
  left: -24% !important;
  position: absolute;
  width: 451px;
  top: 8%;
}
#page_CONTACTS .box2 {
  background: rgba(0, 0, 0, 0) url("../images/px1.png") repeat scroll 0 0;
  height: 486px;
  padding: 20px 11px 0 6px;
  position: relative;
  width: 85%;
}
#content #page_MORE {
  width: 388px !important;
  left: -36px !important;
  position: absolute;
  top: 49px;
}
#content #page_MORE .jspPane {
  width: 96% !important;
}
.toggle-nav {
  background: #303030 none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 26px;
  padding: 6px;
  position: relative;
  right: 3%;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  top: 50%;
  transition: color 0.15s linear 0s;
}
.title {
  background: rgba(0, 0, 0, 0) url("../images/arr1.png") no-repeat scroll 9px 19px;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 18px;
  height: 45px;
  line-height: 57px;
  padding-left: 46px;
  text-shadow: 0 -1px 1px #f00;
}
.logo .txt2 {
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px !important;
  line-height: 20px;
  padding-top: 0;
  text-transform: uppercase;
  font-family: helvetica neue thin !important;
}
.first-letter {
  font-size: 14px;
  line-height: 19px !important;
}
.copyright {
  color: #999999;
  float: left;
  padding-left: 10px;
  background-color: #161616 !important;
  height: 56px;
  position: relative;
  top: 20px;
  width: 100%;
  text-align: center;
}
footer {
  background: rgba(0, 0, 0, 0) url("../images/footer.jpg") repeat-x scroll 0 0;
  bottom: 0;
  height: 50px;
  left: 0;
  line-height: 42px;
  position: absolute;
  width: 100%;
  z-index: 20;
}
#content #hwx_MORE {
    height: 100%;
    position: absolute;
    width: 400px;
    left: -45px !important;
    top: 8%;
}
}


#ps_MORE h3, #ps_LR_MORE h3 {
  font-family: helvetica neue;
  letter-spacing: 2px;
  font-size: 15px;
}
.buybutton {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #5c5c5c;
  color: #c4c4c4;
  /*display: list-item;*/
  display:table;
  font-family: "helvetica neue";
  font-size: 16px;
  height: 26px;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 10px;
 margin: 12px 24%;
  padding: 0 17px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  white-space: nowrap;
  width: 25%;
  float: left;
}
.imgbut {
  width: 52%;
  margin: 0px -13px;
}
#HWX_MORE_heading2{
font-weight:bold; font-size:18px; color:#fff;padding:10px 0;
}
.text {
  width: 94%;
}
#recordingcol2 .h3 {
  font-size: 14px;
}