/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme { position: relative; }
.owl-theme .owl-controls{
	margin-top: -50px;
	text-align: center;
}

/* Styling Next and Prev buttons */


.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 010px;
	font-size: 24px;
	background: rgb(0,0,0);
	filter: Alpha(Opacity=40);/*IE7 fix*/
	opacity: 0.15;
	position: absolute;
	top: 0;
	padding: 0;
	width: 20px;
	height: 350px;
	line-height: 350px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
left: 0;	
}
.owl-theme .owl-controls .owl-buttons .owl-next{
right: 0;	
}
.owl-item .item * { margin-top: 0; line-height: 1.3em; margin-bottom: 0.2em;}
.owl-item .item { padding: 10px; }



/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 8px #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: .99;
	*filter: Alpha(Opacity=100);/*IE7 fix*/
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* Additional CSS added by Brenton */

#blurbs { padding: 0 20px; height: 350px; overflow: hidden; margin: 0 -20px;}
#blurbs .item {
  height: 350px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  list-style-type: none;
}

#blurbs .textbox {
  max-width: 380px;
  padding: 0 10px;
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}
#blurbs .dark {
    background: rgba(18,18,18,.5);
    color: #fff;
  }
#blurbs .light {
    background: rgba(250,250,250,.5);
    color: #000;
}

#blurbs .right {
    float: right;
}
#blurbs .center {
    margin: 0 auto;
}
#blurbs .narrow {
    max-width: 250px;
}
#blurbs .wide {
    max-width: 500px;
}
#blurbs .fullwidth {
    width: 100%;
}

#blurbs .textbox a {
  color:inherit;
}

#blurbs .textbox .continue {
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  padding: 5px;
  text-align: center;
  margin: 10px 0;
  width: 150px;
}
#blurbs .textbox.dark .continue {
  background: rgba(250,250,250,.5);
  color: #000;
}
#blurbs .textbox.light .continue {
  background: rgba(0,0,0,.5);
  color: #fff;
}

#blurbs .textbox a:hover {
  padding: 0 4px;
  margin: 0 -4px;
  text-decoration:none;
  }
  
#blurbs .textbox .continue:hover {
  padding: 5px;
  margin: 10px 0;
}
#blurbs .textbox.light a:hover {
  background: rgba(250,250,250,.5);
  color: #000;
}
#blurbs .textbox.dark a:hover {
  background: rgba(0,0,0,.5);
  color: #fff;
}



/* sidebar */
    
#blurbs.owl-carousel.sidebar {
	display: block;
	height: auto;
	overflow: visible;
}

#blurbs.owl-carousel.sidebar .item { height: auto; background-size: cover; }

#blurbs.owl-carousel.listall .textbox,
#blurbs.owl-carousel.sidebar .textbox {
	max-width: none;
	width: auto;
	max-height: 500px;
	float: none;
	margin: 0;
}

#blurbs.owl-carousel.sidebar .textbox  h1 {
	font-size: 1.5rem;
}


