/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/


.image-blog-post-block  .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.image-blog-post-block   .owl-buttons{
    position: absolute;
    top: 45%;
    width: 100%;
}


.image-blog-post-block  .owl-pagination{
	display:none !important;
}



.image-blog-post-block .owl-buttons  .owl-prev{
	position:absolute;
	left:0;
	top:0;
	    padding: 10px 19px !important;
    font-size: 20px !important;
}
.image-blog-post-block .owl-buttons  .owl-next{
	position:absolute;
	right:0;
	top:0;
  padding: 10px 19px !important;
    font-size: 20px !important;
}


.owl-carousel {
    margin: 0 !important;
	padding:0 !important;
}


 .owl-theme .owl-controls {
    margin-top: 15px;
    text-align: center;
}



.portfolio-simple-carousel   .owl-controls {
    margin-top: -50px;
	z-index:77;
    text-align: center;
	opacity:0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.portfolio-simple-carousel:hover .owl-controls {
	opacity:1 !important;
}

.portfolio-simple-carousel  .owl-buttons{
	display:none !important;
}

.wrap-gallery-item{
	padding-bottom:50px;
}


.wrap-gallery-item  .owl-item img{
	width:100%;
	height:auto;
}



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	background: rgba(0,0,0,.4);
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius:0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
	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;
    position: relative;
    z-index: 79;
}
.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: #2b2e33;
}
.white-control.owl-theme .owl-controls .owl-page span{
	background: transparent;
	border: 1px solid #fff;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.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;
	background-color:#28ad62;
}
.white-control.owl-theme .owl-controls .owl-page.active span,
.white-control.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #fff;
}

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