/* ==========================================================================
   Author: ParadigmNEXT
   ========================================================================== */
   
   /* Google Fonts
   
   family=Cantarell:400,400italic,700,700italic|Radley:400,400italic
   	font-family: 'Cantarell', sans-serif;
	font-family: 'Radley', serif;
   */

/* Customizing Bootstrap */
.row {
	margin-left: 0;
	margin-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}
body {background:#fff;}
/* header style */
.header {
	background: rgba(256, 256, 256, 0.6);
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	display: block;
	z-index: 100;
	width: 100%;
	height: auto;
}
.logo {
	padding: 8px 0;
}
.logo img {
	width: 200px;
	height: auto;
}
#event_center h2, #event_center h2.single-line {
	background: #fff;
	color: #000;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-size:36px;
	font-family: 'Cantarell', sans-serif;
	font-weight: 100;
	font-style: italic;
	min-height: 110px;
}
#event_center h2 span {
	font-family: 'Cantarell', sans-serif;
	font-weight: bold;
	font-style: italic;
}
#event_center h2.single-line {
	line-height: 80px;
}
h2 a:link, h2 a:focus, h2 a:visited {color:#000;}
.sub-wrap {
	background: none repeat scroll 0 0 rgba(256, 256, 256, 0.6);
	height: auto;
	margin: -100px auto 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}
a.sub-scrpt {
	color: #fff;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	font-family: 'Radley', serif;
	font-size: 24px;
	text-transform:uppercase;
	line-height:1em;
}
a.sub-scrpt span {
	font-style:italic;
}
#left-wrap-1 {

}
#left-wrap-2 {

}
#right-wrap-1 {

}
footer p {
	background: #fff;
	color: #000;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0;
}
a:link, a:focus, a:visited {
	border: none;
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #666;
}
img, img:focus {
	border: none;
}

/* Camera Slider */
.camera_caption > div {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	color: #000;
	font-family: 'Cantarell', sans-serif;
	font-size:28px;
	text-transform:uppercase;
	letter-spacing:-0.3px;
}
.camera_caption > div a {
	background: #fff;
	float:right;
	color:#000;
	padding:0 5px;	
}

@media(max-width:767px){
	/* Camera Slider */
.camera_caption > div {
	font-size:18px;
}
.camera_caption > div a {
	font-size:28px;
	float:none;
	text-align:center;
	clear:both;

}
}