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

.owl-theme .owl-item {
	padding: 15px;
}

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

/* Styling Next and Prev buttons */
.owl-theme .owl-controls.outside .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	z-index: 101;
}
.owl-prev {
    left: 15px;
}
.owl-next {
    right: 15px;
}
.owl-theme .owl-controls.outside .owl-buttons .owl-prev {
	left: -2.5em;
}
.owl-theme .owl-controls.outside .owl-buttons .owl-next {
	right: -2.5em;
}
.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    margin: 0 5px;
    line-height: 1.875em !important;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-size: 25px;
    top: 7.5em;
    z-index: 99;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
	behavior: url('PIE.htc');
}
.owl-theme .owl-controls .owl-buttons div:hover {
	border-color: #FA6F57;
	color: #FA6F57;
}
/* 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;
}
.product {
    position: relative;
    border: 1px solid #dedede;
    border-radius: 1px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
}
.owl-item:hover .product,
.owl-item:focus .product{
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.14);
    top: -2px;
}
.product .entry-media {
    position: relative;
    background: transparent !important;
    text-align: center;
}
.product .entry-main {
    background: #fff;
    text-align: center;
    color: #1f1f1f;
}
.entry-main > .headline {
    margin: 0;
    border: none;
}

.product .entry-title {
    min-height: 48px;
    margin: 0;
    line-height: 48px;
    text-transform: uppercase;
    word-break: break-all;
    text-overflow: ellipsis;
}
/* preloading images */
