@charset "UTF-8";
body {
}

.billboard{
	height:600px;
	margin:0 0 30px 0;
	position:relative;
	-moz-box-sizing:border-box;
	background-size:auto;
	background-repeat:no-repeat;
	background-position:center;
}
.billboard .container{
	color:#fff;
	padding-top:420px;
	text-shadow:0 2px 10px rgba(0, 0, 0, 0.25);
}
.billboard h1{
	text-shadow:0 0 5px #666;
}
.billboard p{
	font-size:18px;
	text-shadow:0 0 5px #666;
}



/* MARKETING CONTENT
-------------------------------------------------- */
.marketing {
	padding-top:15px;
	padding-bottom:15px;
  padding-right: 15px;
  padding-left: 15px;
  
}
.marketing .row {
	margin-left:0;
	margin-right:0;
}
.marketing .row div{
  margin-bottom: 0;
  text-align: center;
  min-height:210px;
}
.marketing .row div a{
	background:#fff;
	display:block;
	text-decoration:none;
	opacity:1;
	transition:opacity .5s;
	-webkit-transition:opacity .5s; /* Chrome & safari */
    -moz-transition:opacity .5s; /* firefox */
}
.marketing .row div a:hover{
	opacity:.5;
}

.marketing h2 {
	font-size:18px;
  font-weight: normal;
  line-height:1.2em;
  margin:15px 0 5px 0;
  color:#960014;
}
.marketing p{
	color:#666;
	margin:0;
}
.marketing .row div img{
	width:60%;

}


/* News
-------------------------------------------------- */
.headline {
	margin-top:15px;
	margin-bottom:15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top:15px;
  padding-bottom:15px;
}
.headline .row.featurette {
	background: #fff;
}
.headline .col-md-2 {
	background: #fff;
}
.headline .col-md-10 {
	background: #fff;
	border-left: 1px solid #ccc;
}
.headline h1 {
	font-size: 21px;
	text-align: left;
	margin: 10px 0;
	padding: 0;
	line-height: 30px;
}
.headline h2 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.headline p {
	font-size: 12px;
	margin: 0;
}
.home_news_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home_news_list ul li {
	line-height: 1.5em;
	margin: 15px 0;
}
.news_date{
	color:#999;
	margin:0 10px 0 0;
	display:inline-block;
}


/* Event Banner
-------------------------------------------------- */
.eventbanner{
  padding-right:0;
  padding-left:0;
  
}
.eventbanner a:hover{
	text-decoration:none;
}


.event{
  padding-right:0;
  padding-left:0;
  
}
.event a:hover{
	text-decoration:none;
}
.event .carousel{
	height:300px;
}
.event .carousel .item{
	height:300px;

}
.event .carousel-image{
	overflow:hidden; 
	text-align:center; 
	position:relative;
}

.event .carousel-caption{
	
	font-size:16px;
	padding-top:0;
	padding-bottom:0;
	left:10%;
	right:10%;
	top:90px;
	text-align:left;
	margin:0;

	
}
.event .carousel-caption h1{
	max-width:none;
}
.event .carousel-caption p{
	max-width:none;
}
.event .carousel-caption a{
	color:#fff;
	height:300px;
}
.event:hover .carousel-caption a{
	
}

.event-small{
	margin:0 0 10px 0;
}
.event-small div.row{
	
	margin:0 0 5px 0;
	background:#f5f5f5;
}
.event-small div.row:hover{
	

	background:#eee;
}
.event-small div{
	
	padding-left:0;
	padding-right:0;
	
	
}
.event-small a{
	display:block;
}
.event-small div.row .col-xs-4{
	
	
}
.event-small div.row:hover .col-xs-4{
	
}
.event-small img{
	width:100%;
}
.event-small h1{
	font-size:24px;
	margin-top:15px;
	line-height:1.5em;
	margin-bottom:0;
}
.event-small p{
	margin-bottom:30px;
}

.carousel-caption-title{
	margin-right:15px;
}






/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width:480px) {
.billboard{
	height:300px;
	margin:0 0 15px 0;
	background-size:cover;
}
.billboard .container{
	padding-top:210px;
}
.billboard h1{
	font-size:21px;
}
.billboard p{
	font-size:15px;
}

.marketing h2 {
	font-size:12px;
  font-weight: normal;
  line-height:1em;
}
.marketing .row div{
  min-height:150px;
}

.headline{
	margin-left:15px;
	margin-right:15px;
}

.event .carousel{
	height:auto;
}
.event .carousel .item{
	height:auto;
}
.event .carousel-image a{
	margin:0 auto;
	width:100%;
	
}
.event .carousel-image img{
	width:100%;
	margin:0 auto;
}
.event .carousel-caption{

	font-size:16px;
	padding-top:0;
	padding-bottom:0;
	
	left:0;
	right:0;
	bottom:0;
	line-height:30px;
}
.event .carousel .item{
	background:#fff;
}
.event .carousel-caption a{
	color:#333;
	display:block;
	background:#fff;
}

.event .carousel-caption h1{
	font-size:16px;
	margin:0;
	display:inline-block;
}
.event .carousel-caption p{
	font-size:16px;
	margin:0;
	display:inline-block;
}

.event .carousel-indicators{
	bottom:0px;
}
.event .carousel-inner > .item{
	display:block;
}
.container.headline{
	padding:0;
}
.headline .row{
	padding:0;
}
.headline .col-md-10 {
	background: #fff;
	border-left: none;
}
.news_date{
	display:block;
}
.home_news_list ul {
	border-top:1px solid #ccc;
	margin-top:10px;
}
}



@media (min-width: 481px) and (max-width: 767px) {
.marketing .row div{
  
  min-height:150px;
}
.headline h2{
	font-size:16px;
}


.marketing {
    padding-right: 0;
    padding-left: 0;
  }
  
.event .carousel{
	height:auto;
}
.event .carousel .item{
	height:auto;
}
.event .carousel-caption{

	font-size:16px;
	padding-top:0;
	padding-bottom:0;
	top:10px;
	left:0;
	right:0;
	bottom:0;
	line-height:30px;
}
.event .carousel .item{
	background:#fff;
}
.event .carousel-caption a{
	color:#333;
	display:block;
	background:#fff;
}

.event .carousel-caption h1{
	font-size:21px;
	margin:0;
	display:inline-block;
}
.event .carousel-caption p{
	font-size:21px;
	margin:0;
	display:inline-block;
}
.event .carousel-image img{
	width:100%;
}
.event .carousel-inner > .item{
	display:block;
}
.carousel-indicators{
	bottom:0px;
}
.headline .row{
	padding:0;
}
.headline .col-md-10 {
	border-left: none;
}
.news_date{
	display:block;
}
.home_news_list ul {
	border-top:1px solid #ccc;
	margin-top:10px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.marketing .row div{

  min-height:165px;
}
.event .carousel{
	height:240px;
}
.event .carousel .item{
	height:240px;
}
.event .carousel-image a{
	
}
.event .carousel-image img{
	height:240px;
	margin-left:-90px;
}
.carousel-control img{
	padding:89px 0;
}
.event .carousel-caption{
	top:70px;
}
.event .carousel-caption h1{
	font-size:24px;
}
.event .carousel-caption p{
	font-size:13.5px;
}
.headline .col-md-10 {
	border-left: none;
}
.home_news_list ul {
	border-top:1px solid #ccc;
	margin-top:10px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.event .carousel-image img{
	margin-left:-100px;
}
.event .carousel-caption h1{
	font-size:30px;
}
.event .carousel-caption p{
	font-size:18px;
}
}
