/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	padding: 0;
	margin-top: 0px !important;
	/*text-align: center;
changed= added padding
	*/
}

/* 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;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	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{
	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: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* 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
}



/***************ADDED****************/
/******* Mykraft Theme Slider *******/
/************************************/
#slider-container {
	float: left;
	width: 100%;
	height: auto;
	/*background-size: 100%;*/
	/*background-repeat: no-repeat;*/
}
#slider-container img {
    display: block;
    margin: 0 auto;
}
#owl-container {
    height: auto;
    float: left;
	display: block;
	margin: 0 auto;
	display: block;
}
.owl-featured-image {
	margin: 0 auto !important;
	padding:0 !important;
	width: 100%;
	background: none;
}
.owl-item {
    padding: 0;
	margin: 0;
}
.owl-item-content{
    background: #E2E2E2;
	border: 3px solid #F2F2F2;
	padding: 0px !important;
}
.owl-item-excerpt{
	padding: 1px 10px;
	color: #FFF !important;
	font-size: 15px;
    font-style: italic;
    font-weight: 700;
}
.owl-item-excerpt-background{
    background: #000;
	width: 100%;
	bottom: 0;
	position: absolute;
}
.owl-item-content p{
	margin: 0px !important;
}
.owl-background { 
    margin: 0 auto;
    max-width: 100%;
	width: 100%;
	height: auto;
	position: relative;
    padding: 0px;
	}
#slider-title {
    font-size: 20px;
    line-height: 21px;
	font-style: italic;
	font-weight: 700;
	color: #FFF;
	padding: 10px;
	text-shadow: black 2px 2px 4px;
	position: absolute;
}
.owl-background .owl-item img{
	display: block;
	width: 100%;
	height: auto;
}
.owl-item-excerpt-background {
    opacity: 0.7;
}

.owl-pagination{
    background: #2B3542;
	text-align: center;
	height: 34px;
	width: 100%;
	padding: 8px 0 0 0;
}

@media screen and (max-width: 768px) {
	.owl-pagination{
	height: 25px;
	padding: 0;
	}
}
/***Hide Mykraft slider excerpts***/
@media screen and (max-width: 480px) {
	.owl-item-excerpt, .owl-item-excerpt-background {
	display: none;
    }
}