/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-item{
	float: left;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    /* cursor:url(../images/grabbing.png) 8 8, move; */
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-theme .owl-controls{
	margin-top: 30px;
	text-align: center;
}
.hideTextCar .owl-controls {
margin-top: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #aaa;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	background: #869791;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	visibility: hidden;
}
.hideTextCar .owl-controls .owl-buttons div {
color: #fff;
}
/* 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: 30px;
	height: 6px;
	margin: 5px 2px;
	background: transparent;
	border: 1px solid #ccc;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
background: #ccc;
}

/* 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(../images/AjaxLoader.gif) no-repeat center center
}



/* Prev/Next Links */
.owl-buttons .owl-prev, .owl-buttons .owl-next {
position: absolute;
top: 40%;
left: 0;
}
.owl-buttons .owl-next {
left: auto;
right: 0;
}
.showTextCar .owl-prev:before, .showTextCar .owl-next:before {
position: absolute;
top: 0;
left: 30px;
font-family: stfont;
content: "\f104";
line-height: 38px;
font-size: 24px;
color: #333;
visibility: visible;

height: 40px;
width: 40px;
text-align: center;
background: white;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}

.showTextCar .owl-prev:hover:before, 
.showTextCar .owl-next:hover:before {
color: #eb005d;
}
#page .showTextCar .owl-prev,
#page .showTextCar .owl-next,
#page .showTextCar .owl-prev:before,
#page .showTextCar .owl-next:before {
opacity: 1;
filter: alpha(opacity=100);
}
.showTextCar .owl-next:before {
content: "\f105";
left: auto;
right: 20px;
padding-left: 2px;
}

.showTextCar .owl-buttons .owl-prev {
left: -60px;
}
.showTextCar .owl-buttons .owl-next {
right: -50px;
}

#page .hideTextCar .owl-prev,
#page .hideTextCar .owl-next {
margin: 0;
padding: 0;
}


/* POST GRID LAYOUT */
.postCar .owl-item {
padding-left: 15px;
padding-right: 15px;
}
.postCar .owlCarouselInner {
padding: 20px 15px 35px 15px;
background: #fff;
border-bottom: 1px solid #d5d5d5;
position: relative;
}
.postCar .owlCarouselInner:hover {
-webkit-box-shadow: inset 0 0 1px 0 #ccc;
box-shadow: inset 0 0 1px 0 #ccc;
}
.owl-carousel-posts .owlCarouselInner {
padding-top: 30px;
}

.postCar h4 {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 5px;
}
.postCar h4 a {
color: #222;
}
.postCar h4 a:hover {
color: #000;
}
.postCar p {
margin-top: 20px;
}
.postDateCar {
color: #777;
text-transform: uppercase;
font-size: 12px;
}

.postFormatCar {
position: absolute;
top: -20px;
left: 0;
font-size: 16px;
width: 100%;
}
.postFormatCar span {
-webkit-border-radius: 40px;
border-radius: 40px;
height: 40px;
width: 40px;
line-height: 40px;
margin: 0 auto;
display: block;
}
