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

/*
font-family: "futura-pt",sans-serif;

Book				"futura-pt"	400		normal	
 
Book Italic		"futura-pt"	400		italic	
 
Medium				"futura-pt"	500		normal	
 
Medium Italic		"futura-pt"	500		italic
*/

/* From here to the media query is where the mobile and base styles are written. Content is linear and stretched to 100% width. */

body {
font-family: "futura-pt",sans-serif;
font-weight:500;
/*-webkit-font-smoothing: antialiased;*/
-webkit-text-size-adjust: none;
min-width: 320px;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.curved-corners {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.clear:before,
.clear:after {
    content:"";
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.graphicreplacement {
display: block;
position: relative;
}

.graphicreplacement span {
display: block;
position: absolute; top: 0; left: 0;
}

.accessibility {
display: none !important;
}

.clickable-block {
cursor: pointer;
}

#container {
width: 100%;
}

#top-container {
width: 100%;
height: 62px;
z-index: 999;
}

#top {
width: 100%;
height: 62px;
position: absolute;
top: 0;
left: 0;
}

#top h1 {
width: 181px;
height: 62px;
position: absolute;
top: 0;
left: 0;
text-indent: -99999px;
}

#top h1 span {
width: 190px;
height: 62px;
}

/* Main nav */

.touch-button {
position: absolute;
top: 0;
right: 0;
line-height: 62px;
width: 62px;
text-align: center;
cursor: pointer;
}

.menu-button {
position: absolute;
top: 0;
right: 0;
width: 62px;
height: 62px;
line-height: 62px;
}

.menu-button .touch-button {
height: 62px;
display: block;
}

.menu-button .touch-button span {
width: 62px;
height: 62px;
position: absolute;
top: 0;
left: 0;
display: block;
background: url(/images/menu.gif) 0 0 no-repeat;
}

.menu-button .touch-button.open span {
background: url(/images/menu.gif) 0 -62px no-repeat;
}

.item-with-ul .touch-button, .item-with-ul .touch-button span {
line-height: 50px;
height: 50px;
width: 50px;
display: block;
position: absolute;
top: 0;
right: 0;
text-align: right;
}

#nav #nav-ul, #nav #nav-ul ul {
display: none;
}

#nav-ul {
width: 100%;
text-align: left;
z-index: 1000;
list-style: none;
position: absolute;
top: 62px;
}

#nav-ul li {
position: relative;
font-size: 22px;
text-transform: uppercase;
font-weight:500;
border-bottom-width: 1px;
border-bottom-style: solid;
margin: 0 1em;
}

#nav-ul li a {
display: block;
line-height: 50px;
}

#nav-ul li ul {
display: none;
}

#nav-ul li ul li {
height: 50px;
margin: auto;
text-indent: -9999px;
border-bottom: 0;
}

#nav-ul li ul li a {
height: 50px;
opacity: 0.5;
}

#nav-ul li ul li a:hover {
opacity: 1;
}

#nav-ul li ul li a span {
height: 50px;
}



/* Page */

.page {
overflow-x: hidden;
position: relative;
background-color: #f6f6f6;
}

.inner {
padding: 1em;
}

.band-page .inner {
padding: 100px 1em 1em 1em;
}

#home-page #page-3 .inner {
padding: 30px 1em 1em 1em;
}

.band-page #page-4 .inner,
.band-page #page-6 .inner,
.band-page #page-7 .inner,
#home-page #page-7 .inner {
padding: 0 1em 1em 1em;
}

.band-page #page-6 {
padding: 0 1em 150px 1em;
}


#contact-page {
    position: relative;
    z-index:900;
}

#contact-page .inner {
padding: 1em;
}

.no-js .page {
display: none;
}

.no-js h1 {
padding-top: 100px;
}

#home-page #page-3 .slide, #home-page #page-4 {
background-size: cover !important;
}

#home-page #page-3 p {
width: auto;
}

#home-page #page-4 .centre-container ul {
list-style: none;
}

#home-page #page-4 .centre-container ul li {
width: 270px;
height: 220px;
margin: 0 auto;
}

#home-page #page-4 .centre-container ul li a {
width: 270px;
height: 220px;
line-height: 220px;
text-indent: 270px;
overflow: hidden;
}

#home-page #page-4 .centre-container ul li a span {
width: 270px;
height: 220px;
}

/*.band-page #page-4,
.band-page #page-6,
.band-page #page-7 {
padding: 80px 0 30px 0;
}*/ 

#page-5 .background-image {
position: relative;
width: 100%;
height: auto;
margin-bottom: 1em;
}

#links .inner {
padding-bottom: 1em !important;
padding-top: 1em !important;
}

#links .clear-link {
clear: both;
}

#links ul {
list-style: none;
}

#links ul li {
padding-top: 1em;
width: 50%;
float: left;
}

#links ul li ul {
padding-top: 0;
border-top: 0;
}

#links ul li ul li {
padding-top: 0;
width: auto;
float: none;
}


/* Slides */

.slides {
width: 90000px;
}

.slide {
position: relative;
float: left;
overflow: hidden;
}

.band-page #page-3 .slide {
top: 0;
}

.slide img {
width: 100%;
height: auto;
display: block;
}

.static img {
width: 100%;
height: auto;
display: block;
}

/* General content */

.slide-caption {
position: absolute;
color: #FFF;
font-size: 16px;
z-index: 100;
text-transform: uppercase;
bottom: 0;
left: 0;
padding: 0 1em 1em 1em;
}

h1 {
font-weight: 500;
padding: 0 0 1em 0;
font-size: 16px;
}

h2 {
font-weight: 500;
padding: 0 0 1em 0;
font-size: 24px;
}

h3 {
font-weight: 500;
padding: 0 0 1em 0;
font-size: 18px;
text-align: center;
}

p {
font-size: 16px;
padding: 0 0 1em 0;
}

.centre-container {
text-align: center;
}

iframe {
position: relative;
z-index: 30000;
}

.iframe-pad {
width: 280px;
height: 210px;
margin: 0 auto;
z-index: 20000;
}

.band-page #page-4 h2,
.band-page #page-5 h2,
#home-page #page-5 h2 {
text-align: center !important;
padding: 80px 1em 1em 1em;
}

.band-page #page-5 p {
padding: 0 1em 1em 1em;
}


.band-page #page-6 h2,
.band-page #page-7 h2,
#home-page #page-7 h2,
#home-page #page-3a h2,
#specialistmusic-page #page-6a h2,
#globalsounds-page #page-6a h2,
#danceallnight-page #page-6a h2 {
text-align: center !important;
padding: 80px 1em 0 1em;
}

.band-page #page-4 p,
.band-page #page-6 p,
.band-page #page-7 p,
#home-page #page-7 p {
text-align: center;
padding: 0 1em 1em 1em;
}

.band-page #page-6 .iframe-pad {
height: 320px;
}

#musician-menu .inner {
padding: 1em;
}

#musician-menu ul {
list-style: none;
}

#musician-menu ul li {
width: 170px;
height: 170px;
line-height: 170px;
text-align: center;
margin: 0 auto 1em auto;
}

#musician-menu ul li a {
width: 170px;
height: 170px;
z-index: 23000;
}

#musician-menu ul li a span {
width: 170px;
height: 170px;
}

/* Form */

form {
}

fieldset {
border: 0;
text-align: center;
}

label {
color: #FFF;
font-size: 16px;
display: block;
}

input, textarea {
-webkit-appearance: none;
border: 0;
background-color: #CCC;
display: block;
margin: 0 auto 12px auto;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

}

.text-input {
width: 280px;
padding: 4px;
}

select {
width: 280px;
margin: 0 auto 12px auto;
}

textarea {
width: 280px;
height: 200px;
padding: 4px;
}

.button-input {
background-color: #b3243d;
cursor: pointer;
line-height: 72px;
padding: 0;
color: #FFF;
width: 280px;
font-size: 24px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;

}

.invalid {
outline-color: #e23834;
box-shadow: 0 0 4px 2px #e23834;
background: #FFF;
}

input[type="button"] {
padding: 0;
}

form h2 {
color: #FFF;
font-size: 24px;
text-align: center;
}

#contact-page p {
text-align: center;
}

.multifield {
margin: 0 auto;
width: 280px;
}

.multifield span {
display: block;
color: #FFF;
}

.multifield input {
float: left;
width: 3em;
margin-left: 0.5em;
margin-right: 0.5em;
}

.multifield input#mm {
margin-left: 35px;
}

.multifield input#yyyy {
width: 5em;
}

/* Dropdown */

#page-6 p {
padding-bottom: 80px !important;
}

.dropdown-container {
position: absolute;
top: 183px;
left: 0;
width: 100%;
height: 52px;
z-index: 30001;
}

.as-page .dropdown-container {
top: 350px;
}


.dropdown {
width: 280px;
margin: 0 auto;
background: #FFF;
border: 1px solid #CCC;
list-style: none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.dropdown li a {
color: #666;
display: block;
line-height: 50px;
padding-left: 16px;
background: url(/images/dropdown.gif) 240px -50px no-repeat;
}

.dropdown li ul {
list-style: none;
}

.dropdown.closed li ul {
display: none;
}
.dropdown.closed li a {
background: url(/images/dropdown.gif) 240px 0 no-repeat;
}

.dropdown li ul li {
padding-left: 16px;
font-family: Georgia, serif;
font-size: 12px;
font-style: italic;
color: #999;
}

.dropdown li ul li a {
background: none;
line-height: 26px;
}


/* Quickfix by Simon 060414 for disappearing link bug */
.dropdown li ul li a:visited {
color: #444;
}

.dropdown li ul li ul {
padding-bottom: 1em;
}

.dropdown li ul li ul li {
padding-left: 0;
font-size: 14px;
font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-style: normal;
}

.dropdown li ul li ul li a {
color: #333;
}

/* Gallery */

.gallery-ratio, .singers-ratio {
width: 100%;
height: auto;
display: block;
}

.band-page #page-5 .gallery-ratio, .band-page #page-5 .singers-ratio {
display: none;
}

.gallery {
padding-bottom: 110px;
}

.thumbnail-position {
position: absolute;
bottom: 10px;
width: 100%;
}

.thumbnail-container {
width: 258px;
overflow: hidden;
position: relative;
}

.thumbnail-control {
width: 258px;
margin: 0 auto;
padding: 0 30px;
position: relative;
}

.thumbnail-left {
width: 30px;
line-height: 92px;
position: absolute;
left: 0;
top: 0;
background: url(/images/h_nav_left.png) 0 50% no-repeat;
text-indent: -9999px;
}

.thumbnail-right {
width: 30px;
line-height: 92px;
position: absolute;
right: 0;
top: 0;
background: url(/images/h_nav_right.png) 100% 50% no-repeat;
text-indent: -9999px;
}

.thumbnail-control.disable-scroll .thumbnail-left,
.thumbnail-control.disable-scroll .thumbnail-right
{
    background: transparent;
}


.gallery-nav {
height: 86px;
padding-top: 6px;
width: 200000px;
}

.gallery-nav li {
float: left;
list-style: none;
margin: 0 2px;
border: 1px solid #FFF;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
}

.gallery-nav li a img {
display: block;
}

.clients-page h1 {
text-align: center !important;
font-size: 24px;
}

.clients-page h2 {
padding-top: 1em;
text-align: center !important;
color: #FFF;
}

/* left/right swipe arrows */

.h-nav {
list-style: none;
}

.h-nav li {
position: absolute;
z-index: 500;
top: 0;
height: 100%;
width: 50%;
display: block;
}

.h-back {
left: 0;
}

.h-next {
right: 0;
}

.h-nav .dot-nav {
height: 48px !important;
width: 100% !important;
position: absolute;
top: 30px;
}

.h-nav .dot-nav span {
background-image: url(/images/dot_nav.png);
background-position: -304px 0;
background-repeat: no-repeat;
height: 48px !important;
margin: 0 auto;
display: block;
}

.h-nav .dot-nav.dark span {
background-image: url(/images/dot_nav_dark.png);
background-position: -304px 0;
background-repeat: no-repeat;
}

/* Testimonials */

/*#page-6 p {
padding: 0 20px;
}

.quote {
padding-bottom: 110px;
}

.quote p {
padding: 30px 40px 0 40px !important;
font-size: 18px;
font-family: Georgia, serif;
font-style: italic;
}

.quote .author {
padding: 20px 40px 0 40px !important;
font-size: 12px;
color: #999;
font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-style: normal;
}*/

#footer {
}

#footer p {
line-height: 20px;
font-size: 14px;
text-align: center;
padding: 50px 50px 50px 0px;
}

#footer p a {
text-decoration: underline;
}

/* Used to alter styles for screens at least 480px wide (iPhone landscape). */
@media only screen and (min-width: 480px) {
	
/*#main-nav {
width: 174px;
position: fixed;
top: 0;
left: 40px;
}

#main-nav li a {
line-height: 30px;
}

#main-nav li ul {
}

#main-nav.closed li ul {
margin-top: -211px;
}*/

.thumbnail-container, .thumbnail-control {
width: 430px;
}

/* General content */


.iframe-pad {
width: 360px;
height: 270px;
}


}

@media only screen and (min-width: 653px) {
.as-page .dropdown-container {
top: 320px;
}

}
@media only screen and (min-width: 678px) {
.as-page .dropdown-container {
top: 280px;
}

}
@media only screen and (min-width: 690px) {
.as-page .dropdown-container {
top: 250px;
}

}
/* Used to alter styles for screens at least 768px wide (iPad/Tablet portrait). */
@media only screen and (min-width: 768px) {

/* Main nav */

/*#main-nav {
left: 100px;
}*/

/* Centre list */

.centre-container {
float: left;
width: 100%;
overflow: hidden;
position: relative;
}

.centre-container ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
clear: left;
float: left;
position: relative;
left: 50%;
text-align: center;
}

.centre-container ul li {
display: block;
margin: 0 0 0 0;
float: left;
position: relative;
right: 50%;
}

#home-page #page-4 .centre-container ul li {
width: 220px;
height: 179px;
}

#home-page #page-4 .centre-container ul li a {
width: 220px;
height: 179px;
line-height: 179px;
font-size: 12px;
}

#home-page #page-4 .centre-container ul li a span {
width: 220px;
height: 179px;
background-size: cover !important;
}

#home-page #page-3 .inner {
padding: 50px 100px;
}

.band-page #page-5 .slides {
height: 100%;
}

#home-page #page-3 p {
width: 70%;
}

.gallery {
padding-bottom: 0
}

/*.band-page #page-4,
.band-page #page-6,
.band-page #page-7 {
padding: 50px 0;
}*/

.band-page #page-7 p,
#home-page #page-7 p {
padding: 0 100px 1em 100px;
}

.band-page #page-5 h2 {
position: absolute;
top: 50px;
left: 0;
text-align: center;
color: #FFF;
z-index: 100;
padding: 0 100px;
width: 100%;
line-height: 1.2;
}

.band-page #page-5 p {
	padding: 0 100px 1em 100px;
}

/*.band-page #page-5 .slides {
position: absolute;
top: 0;
}

.band-page #page-5 .background-image {
width: 100%;
margin-bottom: 0;
}

.band-page #page-5 .slide p {
position: absolute;
bottom: 50px;
right: 70px;
width: 400px;
padding: 0 50px;
font-size: 16px;
}*/

.band-page #page-5 .gallery-ratio/*, .band-page #page-5 .singers-ratio*/ {
display: block;
}

.band-page #page-6 {
padding: 0 1em 1em 1em;
}

#musician-menu .inner {
padding: 150px 100px 30px 100px;
}

#musician-menu ul {
width: 567px;
}

#musician-menu ul li {
margin: 1em 0.5em 0 0.5em;
}

#links .clear-link {
clear: none;
}

#links ul li {
width: 25%;
}

#links ul li ul li {
width: auto;
}

/* General content */

h1, .slide-caption {
font-size: 38px;
}

.slide-caption {
width: 70%;
padding: 0 0 50px 50px;
}

h2, .clients-page h1 {
font-size: 38px;
}

p, h3 {
font-size: 24px;
}

.inner {
padding: 50px;
}

.band-page #page-4 .inner,
.band-page #page-6 .inner {
padding: 0 1em 50px 1em;
}

#contact-page .inner {
padding: 50px;
}

.band-page .inner {
padding: 100px;
}

.inner p {
width: 70%;
}

#contact-page .inner p {
width: auto;
font-size: 16px;
}

.band-page #page-7 .inner p,
#home-page #page-7 .inner p {
width: auto;
}

.iframe-pad {
width: 640px;
height: 480px;
}

.band-page #page-6 .iframe-pad {
height: 480px;
}

.as-page .dropdown-container {
top: 520px;
}

/* left/right swipe arrows */

.h-nav li {
width: 25%;
}

.h-back {
left: 30px;
background: url(/images/h_nav_left.png) 0 50% no-repeat;
}

.h-next {
right: 30px;
background: url(/images/h_nav_right.png) 100% 50% no-repeat;
}

.h-back.h-dark {
background: url(/images/h_nav_left_dark.png) 0 50% no-repeat;
}

.h-next.h-dark {
background: url(/images/h_nav_right_dark.png) 100% 50% no-repeat;
}

.h-nav .dot-nav {
display: none;
}

/* Gallery */

.thumbnail-container, .thumbnail-control {
width: 688px;
}

/* Form */

form {
}

fieldset {
text-align: left;
float: left;
width: 50%;
padding-right: 1em;
}

label {
}

input, textarea {
margin: 0 0 12px 0;
}

.text-input, select {
width: 100%;
}

#name, #lastname {
width: 47%;
display: inline-block;
margin-right: 12px;
float: left;
}

#lastname {
	float: right;
margin-right: 0;
}

textarea {
width: 100%;
height: 210px;
}

.button-input {
width: 170px;
float: right;
line-height: 46px;
}

form h2 {
font-size: 38px;
text-align: left;
}

#contact-page p {
text-align: left;
}

.multifield span {
float: left;
line-height: 32px;
display: inline;
}

.multifield {
margin: 0 0;
width: auto;
}

.multifield input {
float: left;
margin-left: 1em;
margin-right: 0;
}

.multifield input#mm {
margin-left: 1em;
}


}

/* Used to alter styles for screens at least 1024px wide (iPad/Tablet landscape and desktop). */
@media only screen and (min-width: 1024px) {

.h-menu, .v-menu {
list-style: none;
}

.h-menu li {
float: left;
display: block;
}

.h-menu li a {
display: block;
}

.v-menu li, .v-menu li a {
display: block;
}

#home-page #page-4 .centre-container ul li {
width: 270px;
height: 220px;
}

#home-page #page-4 .centre-container ul li a {
width: 270px;
height: 220px;
line-height: 220px;
}

#home-page #page-4 .centre-container ul li a span {
width: 270px;
height: 220px;
background-size: auto;
}

#musician-menu ul {
padding-top: 30px;
}

#links {
padding-top: 220px;
}


/* Main nav */

#top-container {
height: 220px;
position: absolute;
top: 0;
left: 0;
}

#top {
height: 220px;
width: 1024px;
margin: 0 auto;
position: relative;
top: auto;
left: auto;
}

#top h1 {
width: 300px;
height: 217px;
}

#top h1 span {
width: 300px;
height: 217px;
}

#nav {
position: absolute;
right: 40px;
top: 0;
width: 700px;
height: 220px;
}

#main-toggle, .touch-button, .item-with-ul .touch-button {
display: none;
}

#nav #nav-ul {
width: auto;
position: relative;
top: auto;
padding-top: 83px;
display: block;
}

#nav-ul li {
font-size: 14px;
border-bottom: 0;
margin: 0 0;
position: static;
}

#nav-ul li a {
padding: 0 0.5em;
/*line-height: 100px;*/
}

#nav-ul li:hover ul {
display: block !important;
}

#nav-ul li ul {
position: absolute;
width: 100%;
left: 5px;
padding-top: 3px;
margin-top: -2px;
}

#nav-ul li:hover > a {
color: #FFF;
}

#nav-ul li ul li a {
padding: 0 0;
line-height: 50px;
text-indent: -5000px; /* Knock the menu text our the way */
}

/* General content */

.inner {
padding: 100px;
}

#contact-page .inner {
padding: 100px;
}


.slide-caption {
padding: 0 0 50px 100px;
}

.iframe-pad {
width: 720px;
height: 540px;
}

/* alters to ratio */
.band-page #page-5 .slides {
position: absolute;
top: 0;
}

.band-page #page-5 .background-image {
width: 100%;
margin-bottom: 0;
}

.band-page #page-5 .slide p {
position: absolute;
bottom: 50px;
right: 70px;
width: 400px;
padding: 0 50px;
font-size: 16px;
}

.band-page #page-5 .singers-ratio {
display: block;
}


/* left/right swipe arrows */

.h-nav li {
cursor: pointer;
}

/* Gallery */

.thumbnail-container, .thumbnail-control {
width: 946px;
}

/* Footer */

#footer p {
text-align: left;
padding-left: 50px;
}

.clients-page .player {
width: 640px !important;
}

.as-page #musician-menu ul {
width: 740px !important;
padding-top: 0 !important;
}

.as-page #musician-menu ul li {
width: 130px !important;
height: 130px !important;
line-height: 130px !important;
}

.as-page #musician-menu ul li a {
width: 130px !important;
height: 130px !important;
}

.as-page #musician-menu ul li a span {
width: 130px !important;
height: 130px !important;
background-size: 130px 130px !important;
}

.as-page .dropdown-container {
top: 290px;
}

.as-page #page-6 h2 {
font-size: 30px;
}

}

/* Used to alter styles for screens at above 1140px wide (Desktop). */
@media only screen and (min-width: 1340px) {


#top {
width: 100%;
}

.inner {
width: 1140px;
margin: 0 auto;
padding: 100px 0;
}

.band-page #page-7 p,
#home-page #page-7 p {
width: 1140px;
margin: 0 auto;
padding: 0 0 1em 0;
}

#musician-menu ul, .as-page #musician-menu ul {
width: auto !important;
padding-top: 60px !important;
}

.as-page #musician-menu ul li {
width: 170px !important;
height: 170px !important;
line-height: 170px !important;
}

.as-page #musician-menu ul li a {
width: 170px !important;
height: 170px !important;
}

.as-page #musician-menu ul li a span {
width: 170px !important;
height: 170px !important;
background-size: auto auto !important;
}

.as-page .dropdown-container {
top: 340px;
}
.as-page #page-6 h2 {
font-size: 38px;
}


}
