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



body {
    margin: 0;
    padding: 0;
    border: 0;
	display: flex;
	flex-direction: column;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	
}

h1 {
	color:#222222;
	font-family: latienne-pro, serif;
	font-style: normal;
	font-weight: 700;
	font-size:2.5em;
	margin-bottom: 10px;
}

h2 {
	color:#999;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 10px 0;
}

.feature_text {
	font-family: latienne-pro, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3em;
	padding: 10px;
	margin: 25% 0 0 0;
}

/*hide event*/
.hide_event {
	display: none;
}

/*header*/

header {
	background-color: #ffffff;
	z-index: 10;
}

.nav_container {
  	position: relative;
	margin: 0 auto;
	width: 95%;
	/*width: 70%;
	max-width: 900px;*/
	
}

.nav_container_b {
  	position: relative;
	width: 100%;
	padding: 0 0 0 2%;
	
	
}

.header_info {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 0;
    padding-bottom: 0;
}

.brand_logo {
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
	display: none;
	z-index: 10;
	
}

.brand_logo_b {
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
	display: block;
	z-index: 10;
	
}



.brand_logo_mobile {
	display: block;
	width: 25%;
	margin: auto;
	
}

.mobile_1, .mobile_2 {
	text-align: center;
	width: 100%;
	margin: 0 3% 5px 3%;
	/*padding: 5px;
	border: medium solid #716558;*/
	display: block;
	
	
}

.mobile_1 {
	-webkit-order: 2;
    order: 2;
	margin: 0;
	background: url(/images/bg/leather_bg.jpg)#000;
	background-repeat: repeat;
	
}

@media (min-width:700px) {
	.nav_container_b {
  	width: 90%;
	max-width: 900px;
	padding-left: 25%;
	
	}	
	
	
}

@media (min-width:1055px) {
		
	.mobile_1 {
        display: none;	
    }
	
}

.expand {
	
	overflow: hidden; /*expands parent with child floats*/
	
}

.brand_right {
	position: absolute;
	right: 0;
	top: 5px;
	text-align: center;
	display: block;
	color: #fff;
	margin: 10px;
	
}


.navbar_fill {
	background-color: #ffffff;
	/*padding-top: 10px;*/
}


@media (max-width: 1055px) {
		
		.brand_right {
			display: none;
		}
		.navbar_fill {
		padding-top: 0;
		}
	
		.brand_logo {
		margin: 0 0 0 10px;
		}
		
		
	}

@media (min-width: 768px) {
	.nav_container {
		width: 60%;
		/*padding: 10px 0;*/
		}
	.brand_logo_mobile {
			display: none;
	}
	
	.brand_logo {
			display: block;
		}
}

@media (min-width: 1055px) {
	.nav_container {
			width: 70%;
		max-width: 900px;
	}
}

/*end header & nav*/

.small {
	font-size:12px;
}



/*layout*/




.container {
  	position: relative;
	margin: 0 auto;
	width: 94%;
	max-width: 1100px;
	font-family: helvetica, sans-serif;
	color: #ffffff;
	
}


.container_full {
  	position: relative;
	margin: 0px auto;
	padding: 1% 0;
	width: 100%;
	/*border:thin solid #555555;
	border-right: none;
	border-left: none;*/
}

.container_full a, .container_full a:visited {
  	color: #FFFFFF;
	text-decoration: none;
}

.container_full a:hover, .container_full a:active {
	/* alt color */
	color: #ff6666;
}

@media (max-width: 1055px) {
		.container {
		width: 100%;
		}
		
		
	}

.textblock {
	width: 96%;
	margin: 0 1%;
	padding: 1%;
	text-align: center;
	
}

.textblock_container {
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 1%;
	width: 94%;
	max-width: 1100px;
	
	
}

.textblock_bg_fill {
	background: #ffffff;
	color: #000000;
	
	
}

.google-maps {
        position: relative;
        /*padding-bottom: 50%;*/
		padding-top: 30px;
        height: 0;
        overflow: hidden;
		
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#form-iframe p {
	color: #ffffff;
}


/*//indivdual grid//*/
.grid_container {
	position: relative;
	margin: 0 auto;
	width: 94%;
	max-width: 1100px;
	overflow: hidden; /*expands parent with child floats*/
	display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}



.grid_container_full {
	/*overflow: hidden; /*expands parent with child floats*/
	display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.grid_profile {
	background: #C9171A;
	text-align: center;
	width: 96%;
	margin: 2% 1% 1% 1%;
	border:thin solid #5a6b34;
	padding: 2% 1% 0px 1%;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: auto 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    display: flex;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
	flex-direction: column;
}

.grid_profile_a {
	background: #C9171A;
	text-align: center;
	width: 96%;
	margin: 2% 1% 1% 1%;
	border:thin solid #5a6b34;
	padding: 15px 5px 0px 5px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: auto 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    display: flex;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
	flex-direction: column;
}

/*.grid_profile, .grid_profile_full {
	background: #C9171A;
	text-align: center;
	width: 96%;
	margin: 2% 1% 1% 1%;
	/*border:thin solid #5a6b34;*/
	/*padding: 2% 1% 0px 1%;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: auto 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    display: flex;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
	flex-direction: column;
}*/

.grid_profile, .grid_profile_full img {
	display: block;
	vertical-align: middle;
	margin: 0 0 20px 0;
}



.grid_header {
	color:#434241;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.25em;
	padding: 10px 0 0 0;
}


.grid_subheader1 {
	text-align: center;
	margin-bottom: 5px;		
}

.grid_subheader {
	color:#3a3a3c;
	text-align: center;
	font-size:.85em;
	margin-bottom: 5px;		
}

.grid_content {
	color: #383838;
	text-align: center;
	-webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
	margin: 10px 0;
}



.grid_social {
	color: #000000;
	margin: 10px auto;
}

.grid_social img {
	float: left;
}

.grid_footer {
	color:#3a3a3c;
	text-align: center;
	font-size:.75em;
	margin-bottom: 10px;
}





.grid_subnav_profile {
	color: #ffffff;
	text-align: center;
	width: 46%;
	margin: 1%;
	/*border:thin solid #5a6b34;*/
	padding: 2% 1% 0px 1%;
	/*background-color:#ffffff;*/
	background-size: auto 25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    display: flex;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
	flex-direction: column;
}

.grid_subnav_header {
	color: #ff6666;
	margin-bottom: 10px;
	font-size: 1.25em;	
}

.grid_subnav_content {
	-webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
	margin: 10px 0;
}






@media (min-width:700px) {
	.grid_profile {
    	width: 29%;
		margin: 1%;
		float: left;
		background-size: auto 35%;
    }
	
	.grid_profile_full {
    	width: 21%;
		margin: 1%;
		float: left;	
    }
	
	.grid_subnav_profile {
    	width: 29%;
		float: left;
		text-align: left;
    }
	
	
}



@media (min-width:1225px) {
	
	
	.grid_profile_full {
    	width: 16%;
		margin: 1%;
		float: left;	
    }
	
	.grid_subnav_profile {
    	width: 21%;
		float: left;
		text-align: left;
    }
}

/*end indivdual grid*/




/*backgrounds*/
.bg_home {
	background: url(/images/bg/bg_home.jpg);
	/*background-repeat: repeat;*/
	background-size: cover;
	/*background-attachment: fixed;*/
	
	color: #ffffff;
	
}

.bg_image {
	background: url(/images/bg/blue_texture.jpg)#000;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #ffffff;
}

.bg_black {
	background: #231f20;
	color: #ffffff;
}

.bg_black h1 {
	color: #ffffff;
}

.bg_light_gray {
	background: #cccccc;
	
}

.bg_red {
	background: #d7182a;
	color: #ffffff;
}

.bg_dark_red {
	background: #660000;
	color: #ffffff;
	
}

.bg_white {
	background: #ffffff;
		
}



.white {
	color:#ffffff;
}

/*Disappear*/

.disappear_tablet {
	display: block;
}

.disappear_mobile {
	display: none;
}

.appear_mobile {
	display: block;
}

.appear_tablet {
	display: none;
}

.appear_desktop {
	display: none;
}

@media (min-width:700px) {
	.disappear_mobile {
		display: block;
	}
	
	.disappear_tablet {
		display: none;
	}
	
	.appear_mobile {
		display: none;
	}
	
	.appear_tablet {
		display: block;
	}
}

@media (min-width:1055px) {
	.disappear_tablet {
		display: block;
	}
	
	.appear_tablet {
		display: none;
	}
	
	.appear_desktop {
		display: block;
	}
}
/*End Disappear*/

/*footer*/

.footer {
	padding: 10px 0 0 0;
	overflow: hidden;
	position: relative;
}

.credit {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	width: 100%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #ff6666;	
	float:left;
	text-align: center;
}

.credit a, .credit a:visited {
	color: #ff6666;
	text-decoration: none;
}

.credit a:hover, .credit a:active {
	/* light color */
	color: #d7182a;
}

/*end footer*/

/*navigation*/
nav {
    margin: 0;
    padding: 0;
    border: 0;
	display: block;
}

nav ol, nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
/*end navigation*/

.button {
	background-color: #660000;
	border-radius: 10px;
    border: none;
    color: white;
    padding: 15px 32px;
	margin: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	
}

.button:hover {
	background-color: #d7182a;
}

.button a, .button a:visited, .button a:hover, .button a:active {
  	color: #ffffff;
	
}

.highlight_image {
	width: 96%;
	margin: 2%;
	padding: 0 2% 0 0;
		
}


.hi_right {
	float: none;
}

.hi_left {
	float: none;
}

.highlight_text {
	margin: 0;
	padding: 2%;
	border: none;
}

@media (min-width:700px) {

	.highlight_image {
		width: 46%;
		margin: 2%;
		padding: 0 2% 0 0;
		
	}

	.hi_right {
		float: right;
	}

	.hi_left {
		float: right;
	}

	.highlight_text {
		margin: 10% 0 0 0;
		padding: 2%;
		border: medium solid #d7182a;
	}
	
}

.phone {
	display: block;
	position: absolute;
	top: 15px;
	right: 50px;
	z-index: 10;
}

@media (min-width:700px) {

	.phone {
		display: none;
		
	}

	
}

/*show*/
.show_month_holder {
	width: 10%;
	white-space: nowrap;
}

.show_month {
	background: #660000;
	color:#ffffff;
	text-align: left;
	font-family: latienne-pro, serif;
	font-style: normal;
	font-weight: 700;
	font-size:1.5em;
	padding: 10px;
	display: inline-block;
}

.show_holder {
	overflow: hidden;
	margin: 10px 0 ;
	border-radius: 0 0 25px 25px;
	border: thin solid #666666;
}
.show_image {
	float: none;
	width: 96%;
	margin: 2%;
}

.show_image img {
	display: block;
	vertical-align: middle;
}
.show_info {
	padding: 10px;
	margin: 2%;
}
.show_header {
	color: #660000;
	font-size: 1.25em;
	font-weight: bold;
	margin: 20px 0;
}
.show_support {
	color: #ff6666;
	margin: 10px 0;
}
.show_date {
	color: #666666;
	margin: 10px 0;
}
.show_venue_buy{
	border-top: thin solid #cccccc;	
}

.show_venue{
	color: #999999;
	width: 96%;
	float: none;
	margin: 2%;
	padding: 10px 0;
	border-right: none;
}

.show_button {
	background-color: #660000;
	width: 30%;
	border-radius: 10px;
	border: none;
	color: white;
	padding: 15px 32px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;	
}

.show_button:hover {
	background-color: #d7182a;
}

.show_button a, .show_button a:visited, .show_button a:hover, .show_button a:active {
	color: #ffffff;	
}

@media (min-width:700px) {
	
	.show_holder {
		border-radius: 0 0 25px 0;
	}
	.show_image {
		float: left;
		width: 25%;
		margin: 10px;
	}
	
	.show_info {
		padding: 10px;
		margin: 10px 10px 0 30%;
	}
				
	.show_venue{
		width: 50%;
		float: left;
		margin: 10px 0;
		padding: 10px 0;
		border-right: thin solid #cccccc;
	}

}
	

