/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
#slideshow article {
  background-position: center center;
  background-size: cover;
  min-height: 340px;
}
.owl-theme .owl-controls > * {
  display: block;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 90%;
  z-index: 99;
  bottom: 28px; bottom: 2rem;
}
.notsingleslide .owl-controls > * {
  bottom: 0;
  padding: 14px 0;
  position: relative;
}
.owl-pagination {
  bottom: 12px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 42px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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 {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 0;
  display: block;
  height: 1.75rem;
  margin: .5rem;
  width: .75rem;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #a33c8b; border-color: #a33c8b;
}

/* 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;
}

.slidefilter {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slidefilter.style-default {
  box-shadow: 0 0 120px 140px;
  height: 10%;
  left: 30%;
  top: 45%;
  width: 40%;
}
.tal.first-wrapper > .slidefilter.style-default { left: 0; }
.tar.first-wrapper > .slidefilter.style-default { left: 60%; }

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media screen and (min-width: 964px) {	
	.owl-theme .owl-controls > * { text-align: right; }
	article.thumbimg.left { background-size: 81% auto !important; }
	article.thumbimg::after {
		content: '';
		background: #033476;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 52%;
		width: 100%;
		top: 0;
		z-index: 0;
	}
	article.thumbimg .wrap {
		padding-left: 40rem;
		text-align: left; z-index: 1;
	}
}
@media screen and (min-width: 1090px) {	
	article.thumbimg::after { left: 52%; }
	article.thumbimg .wrap { padding-left: 43rem; }
}
@media screen and (min-width: 1200px) { 
	article.thumbimg .wrap { padding-left: 52rem; }
	article.thumbimg::after { left: 58%; }	
}	
@media screen and (min-width: 1300px) { 
	article.thumbimg .wrap { padding-left: 54rem; }
	article.thumbimg.left { background-size: 65% auto !important; }
}
@media screen and (min-width: 1540px) { 
	article.thumbimg .wrap { padding-left: 59rem; }
	article.thumbimg::after { left: 57%; }
}
@media screen and (min-width: 1900px) {
	article.thumbimg .wrap { padding-left: 62rem; }
	article.thumbimg::after { left: 56%; }
	article.thumbimg.left {
		background-size: 56% auto !important;
		min-height: 543px;
	}
}
@media screen and (min-width: 2500px) {
	article.thumbimg .wrap { padding-left: 60rem; }
	article.thumbimg::after { left: 55%; }
}

.slidewrap .title {
	font-size: 2.5rem;
	background: #033476;
	padding: 1.5rem;
}

@media screen and (max-width: 780px) {
	.owl-theme .owl-controls .owl-buttons div { font-size: 14px; }
	.owl-theme .owl-controls .owl-buttons div.owl-next, .owl-theme .owl-controls .owl-buttons div.owl-prev { display: none; }
	.owl-theme .owl-controls .owl-page span { margin-top: 0; margin-bottom: 0; }
	.slidewrap .title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 580px) {
	.first-wrapper { height: auto !important; }
	.first-wrapper .wrap.js-valign { margin-top: 0 !important; max-width: none; width: 100%; }
	.owl-carousel.fullw .owl-controls.clickable {
		background: #033476;
		padding: 0 0 2rem;
	}
	.owl-theme .owl-controls > .owl-pagination { position: static; }
	.first-wrapper.anim .title { animation: none; }
}