/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
}
img {
}
.fl-l {
	float:left;
}


#soundmanager-debug {
 /* SM2 debug container (optional, makes debug more useable) */
 position:absolute;position:fixed;*position:absolute;bottom:10px;right:10px;width:50em;height:18em;overflow:auto;background:#fff;margin:1em;padding:1em;border:1px solid #999;font-family:"lucida console",verdana,tahoma,"sans serif";font-size:x-small;line-height:1.5em;opacity:0.9;filter:alpha(opacity=90);
}




h1, h2, h3 {
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	color:#333;
	font-weight:normal;
}
h2 {
	font-size:22pt;
	margin-bottom:10px;
}
p {
	margin:0;
	padding:0;
	margin-bottom:19px;
}
.h2-space {
	margin-top:20px
}
.p-c {
	text-align:center;
}
.img-resize {
  width:100%;
  height:auto;
}
.large-title {
	font-size:28pt;
}
[class*='col-'] {
	float: left;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width:100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 0px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
}

.push-right {
	float: right;
}


/* structural styles */

.masthead {
	background-color:#000;
}
.masthead .hold-third-column {
	min-height:100px;
}
.masthead .logo {
	text-align:center;
	margin:10px 0px;
}
.masthead .fb {
	margin:50px 20px 0px 0px;
	text-align:right;
}
.navigation {
	background-color:#f02a2a;
	min-height:40px;
}
/* Add a black background color to the top navigation */
.nav {
    background-color: #333;
    overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
 .topnav a:hover {
    background-color: #bd0505;
    color: #fff;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #bd0505;
    color: white;
}
.topnav .active:hover {
	background-color:#bd0505;
}
/* Hide the link that should open and close the topnav on small screens */
 .topnav .icon {
    display: none;
} 

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    border-bottom:1px solid #730303;
  }
} 




.footer {
	background-color:#f02a2a;
	min-height:40px;
}

.copyright {
	font-size:10pt;
	margin:10px;
}
.copyright a {
	color:#333;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}

/* home structure */

.gold-banner {
	background-color:#c2ac6f;
}
.gold-banner h2 {
	color:#333300;
	font-size:16pt;
	text-align:center;
	padding:8px 0px;
}
.blue-lights {	
	background-image:url('images/exper-blue.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#09236d;
}
.blue-lights-stretch {	
	background-image:url('images/exper-blue.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	background-size:cover;
	background-color:#143ba6;
}
.slideshow {
    z-index: 1;
    margin:0 auto;
}
.slideshow ul {
	margin:0;
	padding:0;
    z-index: 1;
}
.slideshow ul li {
}
.slideshow2 {
	margin:0;
	padding:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.slideshow2 ul {
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
.slideshow2 ul img {
	display:block;
	margin-left:auto;
	margin-right:auto;

}
.bxslider {
}
.bxslider img {
	margin:0 auto;
}
.home-content {
	background-color:#f1ece8;
	padding:0px 0px;
}
.home-content p {
	text-align:justify;
	font-size:14pt;
}
.home-content .text-position {
	padding:20px 20px 0px 0px;
}
.home-profiles {
  max-width:266px;
  max-width:100%;
  height:auto;
  padding:20px 0px;
}
.latest-events {
	background-color:#fff;
	padding:20px 20px;
}
.latest-events .p-address {
	text-align:center;
	font-size:12pt;
}
.latest-events .img-resize {
	max-width:720px;
	margin:0 auto;
	display:block;
}
.latest-events a {
	color:#333;
	text-decoration:none;
}
.latest-events a:hover {
	text-decoration:underline;
}

/* Event Hire */

.event-content {
	background-color:#143ba6;
	padding:0px 0px;
	color:#fff;
	overflow:auto;
}
.event-content h2 {
	color:#fff;
}

.event-content p {
	text-align:justify;
	font-size:12pt;
	clear:both;
}
.event-content .p-c {
	text-align:center;
}
.event-content .p-fourteen {
	font-size:14pt;
}
.event-content .text-position {
	padding:20px 50px 0px 50px;
}
.event-content ul {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}
.event-content .ul-l {
	float:left;
	width:50%;
	text-align:center;
	line-height:300%;
}
.event-content ul-l li {
}
.event-content .ul-r {
	float:left;
	width:50%;
	text-align:center;
	line-height:300%;	
}
.event-content .color-bg {
	overflow:auto;
}
.corporate-hire {
	width:100%;
	max-width:1100px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
	background-color:#143ba6;
}
.corporate-hire .img-resize {	
  width:100%;
  max-width:524px;
  height:auto;
  margin:0 auto;
}
/* Internal Page Structure */

.internal-page-content {
	background-color:#143ba6;
	padding:0px 0px;
	color:#fff;
	overflow:auto;
}
.internal-page-content img {
	display:block;
}
.internal-page-content h2 {
	color:#fff;
	margin:0;
	padding:0;
}

.internal-page-content p {
	text-align:justify;
	font-size:12pt;
}
.internal-page-content .text-position {
	padding:20px 50px 0px 50px;
}
.internal-page-content ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.internal-page-content .ul-l {
	float:left;
	width:50%;
}
.internal-page-content .ul-r {
	float:left;
	width:50%;
}
.internal-page-content .color-bg {
	background-color:yellow;
	overflow:auto;
}
.general-bg-photo {	
	background-image:url('images/live-band-bg.jpg');
	background-repeat:no-repeat;
	padding:20px 50px;
	background-color:#020344;
}


/* Meet The Band Page */

.bg-banner-photo {	
	background-image:url('images/the-curves-essex-suffolk-norfolk.jpg');
	background-repeat:no-repeat;
	padding-top:480px;
}

.profiles {
	margin:0px 50px 20px 50px;
}
.profiles h2, p {
	font-size:16pt;
}
.profiles p {
	text-align:justify;
}
.profiles h2 {
	padding-top:5%;	
	font-family: arial, helvetica, sans-serif;
	font-size:16pt;
	margin-bottom:5px;
	text-align:left;
}
.profiles .band-member {
	clear:both;
}
.profiles .band-member img {
	float:left;
	margin-right:20px;
	overflow:auto;
	margin-bottom:20px;
	width:100%;
	max-width:247px;
	height:auto;
	background-size:contain;
}

/* You Tube page */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Contact Us / Testimonials */

.contact-us-text {
	padding:0px 50px;
}
.contact-us-text h2 {
	margin:20px 0px 20px 0px;
	font-size:24pt;
}
.contact-us-text p {
	font-size:14pt;
}
.contact-us-text .fl-l {
	margin-right:20px;
	margin-bottom:20px;
}
form {
	clear:both;
	margin:0px 0px 20px 0px;
	padding:20px 50px 0px 50px;
	background-image:url('images/form-bg.jpg');
	background-repeat:no-repeat;
	border:1px solid #fff;
}
form p {
	margin:0;
	padding:0;
	text-align:left;
}
form a {
	text-decoration:none;
	color:#fff;
}
form a:hover {
	text-decoration:underline;
	color:#fff;
}
form label {
	padding:0px 0px 0px 10px;
}
form input {
	background-color:#1746c2;
	border:1px solid #fff;
	margin-bottom:20px;
	width:70%;
	font-size:16pt;
	color:#fff;
}
form textarea {
	background-color:#1746c2;
	border:1px solid #fff;
	margin-bottom:20px;
	min-height:100px;
	width:70%;
	font-size:16pt;
	color:#fff;

}

form .submit {
}
form .submit:hover {
	background-color:#143ba6;
}

.testimonials {
	background-color:#143ba6;
	border:1px solid #efe372;
	margin:20px 0px 30px 0px;
	margin-left:15%;
	padding:20px;
}
.testimonials p {
	font-style:italic;
	font-size:14pt;
}
.privacy {
}
.privacy h3 {
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
}
.privacy p {
	font-size:14pt;
	color:#666;
}
.privacy .p-c {
	text-align:center;
}
.privacy ul {
	color:#666;
	font-size:14pt;
}
.privacy p a {
	text-decoration:none;
	color:#666;	
}
.privacy p a:hover {
	text-decoration:underline;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}


@media handheld, only screen and (max-width: 900px) {

form input {
	width:100%;
}
form textarea {
	width:100%;
}


}


@media handheld, only screen and (max-width: 850px) {
.event-content ul {
	text-align:center;
}

.event-content .ul-l {
	float:none;
	width:100%;
}
.event-content .ul-r {
	float:none;
	width:100%;
}



}

@media handheld, only screen and (max-width: 775px) {

	
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
.masthead .hold-third-column {
	min-height:0px;
}	
.home-profiles {
	margin:0 auto;
	display:block;
}
.masthead .fb {
	margin:0px auto;
	display:block;
	text-align:center;
}
.home-content .text-position {
	padding:20px 0px 0px 0px;
}

.profiles {
	margin:0px 50px 20px 50px;
}
.profiles p {
	font-size:12pt;
}
.profiles h2 {
	padding-top:0%;
	text-align:center;
}
.profiles .band-member {
	clear:both;
	border:1px solid #fff;
	margin-bottom:20px;
	padding:10px;
}
.profiles .band-member img {
	float:none;
	overflow:auto;
	display:block;
	margin:0 auto 20px auto;
}
.bg-youtube-photo {	
	background-image:url('images/live-band-bg.jpg');
	background-repeat:no-repeat;
	padding:20px 0px;
}
.testimonials {
	margin-left:0%;
}

.event-content .text-position {
	padding:20px 20px 0px 20px;
}
.corporate-hire {
	width:100%;
	max-width:1140px;
	padding:20px 0px 0px 0px;
	margin:0 auto;
}
.corporate-hire .img-resize {	
  width:100%;
  max-width:524px;
  height:auto;
  margin:0 auto;
  display:block;
}
.general-bg-photo {	
	background-image:url('images/live-band-bg.jpg');
	background-repeat:no-repeat;
	padding:20px 10px;
	background-color:#020344;
}
.contact-us-text {
	padding:0px 20px;
}


}
@media handheld, only screen and (max-width: 655px) {
.profiles {
	margin:0px 20px 20px 20px;
}


.profiles p {
	font-size:12pt;
}
.profiles h2 {
	padding-top:0%;
	text-align:center;
}
.profiles .band-member {
	clear:both;
	border:1px solid #fff;
	margin-bottom:20px;
	padding:10px;
}
.profiles .band-member img {
	float:none;
	overflow:auto;
	display:block;
	margin:0 auto 20px auto;
}


}
@media handheld, only screen and (max-width: 500px) {

form {
	clear:both;
	margin:0px 0px 20px 0px;
	padding:20px 20px 0px 20px;
	background-image:url('images/form-bg.jpg');
	background-repeat:no-repeat;
	border:1px solid #fff;
}
form label {
	padding:0px 0px 0px 0px;
}
.internal-page-content .contact-us-text p{
	text-align:justify;
}

.testimonials {
	background-color:#143ba6;
	border:1px solid #efe372;
	margin:20px 0px 30px 0px;
	margin-left:0%;
	padding:10px;
}
.testimonials p {
	font-style:italic;
	font-size:14pt;
}
.home-content p {
	font-size:12pt;
}
.event-content .text-position {
	padding:20px 10px 0px 10px;
}
.event-content ul {
	list-style-type:none;
	margin:0 0 0px 0;
	padding:0;
}
.event-content .ul-l {
	line-height:150%;
}
.event-content .ul-r {
	line-height:150%;
	margin-bottom:20px;
}
.event-content .ul-l li {
	padding:20px 0px;
	border:1px solid #fff;
}
.event-content .ul-r li {
	padding:20px 0px;
	border:1px solid #fff;
}
.event-content ul-l li {
}
.contact-us-text .fl-l {
	float:none;
	margin:0 auto;
	margin-bottom:20px;
}
}