/* CSS for Fonts */
@font-face {
	font-family: 'newrockerregular';
	src: url('../fonts/newrocker-regular-webfont.eot');
	src: url('../fonts/newrocker-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/newrocker-regular-webfont.woff') format('woff'),  url('../fonts/newrocker-regular-webfont.ttf') format('truetype'),  url('../fonts/newrocker-regular-webfont.svg#newrockerregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* End of CSS for Fonts */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
}
body {
	margin: 0 auto;
	float: none;
	padding: 0;
	color: #FFF !important;
	font-family: 'Fjalla One', sans-serif;
	width: 1080px;
	height: 100%;
	background: #FFAA00; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTUwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #FFAA00 0%, #ffffff 100%) no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFAA00), color-stop(100%, #ffffff)) no-repeat; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFAA00 0%, #ffffff 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFAA00 0%, #ffffff 100%) no-repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFAA00 0%, #ffffff 100%) no-repeat; /* IE10+ */
	background: linear-gradient(to bottom, #FFAA00 0%, #ffffff 100%) no-repeat; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAA00', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
	background: url(../images/background.jpg) no-repeat center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: left top;
}
h1 {
	color: #0F70A7;
	margin-bottom: 5px;
}
.header {
	font-size: 22px;
	font-family: 'newrockerregular', Times, serif;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	margin-top: 10px;
	float: left;
}
.heading {
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #000;
	text-align: center;
	font-family: 'newrockerregular', Times, serif;
	font-weight: normal;
	font-size: 26px;
	text-shadow: 0px 0px 10px #177EDD;
	float: none;
	margin-bottom: 15px;
}
p {
	line-height: 1.7em;
}
a {
	text-decoration: none;
	color: #177EDD;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a:hover {
	color: #FFF;
	text-shadow: 0px 0px 5px #FFF;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.custom-hr {
	background: #177EDD;
	border: none;
	width: 100%;
	height: 2px;
	margin: 20px 0px;
	clear: both;
}
#main-container {
	max-width: 1000px;
	width: 100%;
	min-height: 100%;
	position: relative;
	padding: 0px 0px 100px 0px;
	margin: 0px auto;
	float: left;
	-webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.75);
	box-shadow: 0 0 30px 5px rgba(0,0,0,.75);
	background: #141414;
}
#header {
	background: #2D2D2D;
	width: 960px;
	height: 50px;
	float: left;
	padding: 5px 20px;
	border-bottom: 5px solid #177EDD;
}
#nav {
	width: 540px;
	height: 60px;
	float: right;
	margin-top: -5px;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}
#nav ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#nav ul li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: -6px;
}
#nav ul li a {
	display: inline-block;
	float: left;
	position: relative;
	margin-left: 6px;
	color: #FFF;
	height: 43px !important;
	font-size: 17px;
	text-align: center;
	padding: 17px 20px 0px 20px !important;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#nav ul li:hover > a, body.home li.home > a, body.about li.about > a, body.gallery li.gallery > a, body.services li.services > a, body.linkup li.linkup > a {
	color: #FFF;
	float: left;
	text-shadow: 0px 0px 7px #FFF;
	background: #177EDD;
	height: 43px;
	padding: 17px 20px 0px 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#nav ul li ul {
	padding: 0;
	margin: 0;
	position: absolute;
	margin-top: 60px;
	left: 0;
	border-top: 5px solid #223956;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
#nav ul li ul li {
	display: block;
}
#nav ul li ul li a {
	position: relative;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 15px;
	border-bottom: 2px solid #FFF;
	background-color: rgba(34, 57, 86, .85);
	font-family: 'newrockerregular', Times, serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px 4px #000;
}
#nav ul li ul li a:hover {
	text-shadow: none;
}
#nav ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
#bai-logo {
	background: url(../images/logo.png) no-repeat;
	background-size: 300px 45px;
	width: 300px;
	height: 45px;
	float: left;
	display: block;
	margin: 2px 0px 0px 0px;
	padding: 0;
}
#content {
	width: 960px;
	height: 100%;
	float: left;
	padding: 15px 20px 5px 20px;
	margin-bottom: 15px;
	text-align: justify;
}
#slides {
	width: 960px;
	margin: 0px auto;
	height: 420px;
	overflow: hidden;
	background: #000;
	-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.85);
	box-shadow: 0 10px 20px -10px rgba(0,0,0,.85);
}
.slidesjs-container {
	width: 960px !important;
	height: 420px !important;
}
#icon-links {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 0px;
}
#icon-links li {
	margin: 0px 33px 40px;
	display: inline-block;
	width: 250px;
	height: auto;
}
#icon-links li a {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
#icon-links li a:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}
/* CSS for Gallery */
img.item {
	max-width: 200px;
	height: auto;
}

.gallerycontent {
	float: left;
	max-width: 960px;
	width: 100%;
	padding-bottom: 10px;
	margin: 0 auto;
}
.gallerycontent a {
	float: left;
	width: 150px;
	height: 80px;
	cursor: pointer;
}
.gallerycontent a img {
	float: left;
	width: 150px;
	height: 80px;
}
.gallerycontent .rightmost {
	margin-right: 0;
}
.gallerycontent li {
	list-style-type: none;
}
.thumbs a {
	width: 100px;
	height: 100px;
	display: inline-block;
	border: 3px solid #06f;
	margin: 7px;
	position: relative;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	opacity: .6;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-moz-filter: grayscale(100%);
}
.thumbs a:hover {
	opacity: 1;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 1s ease; /* Fade to color for Chrome and Safari */
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
/* End CSS for Gallery */
#fb-box {
	background: #000;
	width: 450px;
	height: auto;
	float: left;
}
.pvs {
	display: none !important;
}
.facebook-heading {
	background: #3B5998;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px;
	margin-top: 0px;
	text-shadow: 2px 2px 5px #000;
}
#footer {
	width: 960px;
	height: auto;
	position: absolute;
	bottom: 0;
	float: left;
	padding: 5px 20px;
	font-size: 16px;
	background: #177EDD;
}
#footer ul {
	list-style-type: none;
	float: none;
	margin: 10px auto;
	display: block;
	text-align: center;
	padding: 0px;
}
#footer ul li {
	display: inline;
}
#footer a {
	color: #FFF;
}
.copyright {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	bottom: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Media Queries CSS */
@media screen and (min-width: 961px) {
#responsive-menu {
	visibility: hidden;
	display: none;
}
.soundcloud-widget {
	display: block;
}
.soundcloud-widget-mobile {
	display: none;
}
}
@media screen and (max-width: 960px) {
body {
	width: 100%;
}
#main-container {
	width: 100%;
}
#nav {
	display: none !important;
}
#nav ul li:hover > a, body.home li.home > a, body.about li.about > a, body.gallery li.gallery > a, body.services li.services > a, body.linkup li.linkup > a {
	float: none;
	height: auto;
	padding: 10px;
}
#header {
	width: 90%;
	height: auto;
	padding: 5px 5%;
}
#bai-logo {
	background-size: 220px 33px;
	width: 220px;
	height: 33px;
	float: none;
	margin: 10px auto;
}
.header {
	display: none;
}
#footer {
	width: 90%;
	padding: 5px 5%;
	height: auto;
}
#responsive-menu {
	visibility: visible !important;
	display: block !important;
	max-width: 100% !important;
}
#content {
	width: 90%;
	padding: 15px 5%;
}
#slides {
	width: 100%;
	height: auto;
}
.slidesjs-container {
	width: 100% !important;
	height: auto !important;
}
.soundcloud-widget {
	display: none;
}
.soundcloud-widget-mobile {
	display: block;
}
.section {
	width: 100% !important;
	float: left !important;
	margin: 0px 0px 30px 0px !important;
	clear: both;
}
/* Music Player */
.ttw-music-player {
	width: 95%;
}
.ttw-music-player .album-cover {
	margin: 0 auto;
	float: none;
}
.ttw-music-player .track-info {
	width: 100%;
	float: none;
	margin: 12px auto 0px;
	text-align: center;
}
.ttw-music-player .player-controls {
	float: none;
	margin: 0 auto;
	width: 96%;
}
.ttw-music-player .progress-wrapper {
	width: 70%;
}
.ttw-music-player .tracklist .title {
	padding-left: 0px;
}
.ttw-music-player .tracklist .duration {
	padding-left: 0px;
	margin-right: 60px;
}
.ttw-music-player .tracklist li {
	list-style-type: none;
}
.ttw-music-player li:nth-child(n+10) .title {
	padding: 0px;
}
/* End of Music Player */
	
#contact-form {
	width: 100%;
	padding: 0px 0px 15px;
}
#fb-box {
	width: 100%;
	max-height: 620px;
	overflow: hidden;
}
#fb-root {
	display: none;
}
.fb_iframe_widget, .fb_iframe_widget span[style], .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
}
@media screen and (max-width: 690px) {
}
@media screen and (max-width: 460px) {
.header {
	display: none;
}
#nav {
	display: none;
}
.heading {
	width: 96%;
	background-position: right;
	font-size: 22px;
	height: auto;
}
}
