@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

-------------------------------------------------------------------*/
/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------


/* VENUE */

#venue {
    padding-top: 0;
    margin-bottom: -50px;
    padding-bottom: 5px;
}

#venue .venue {
	background-image: url(../images/img-site/bg-venue.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	height: 750px;
	display: table;
	width: 100%;
	margin-bottom: -20px;
}

#venue .venue .venue-inner {
	color:#b0b0b0;
	background:rgba(0,0,0, 0.7);
	display:table-cell;
	vertical-align:middle;
	
}

.venue-inner h2 {
	color:#ffffff;
	margin-top:0;
}

#venue h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #FF2894;
	margin-top: 12px;
	margin-bottom: 15px;
}

#venue h3 {
	margin-top:10px;
}

#venue h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #FF2894;
 	margin-top: 12px;
  	margin-bottom: 15px;
}

.venue-inner h4 {
	color:#ffffff;
}

#venue i {
	color: #FF2894;
}

.venue-inner .lead {
	color:#b0b0b0;
}

.venue-info {
	margin-bottom:45px;
}
