
/* START view slider */
.owl-carousel{
	direction: ltr !important;
}
.wpoc-item {
	margin: 10px;
	padding: 0;
}

.wpoc-item .item h3 {
font-size: 30px;
font-weight: 300;
margin: 25px 0 15px;
}

.wpoc-item .item h4 {
margin: 5px 0 0 ;
font-size: 18px ;
}


.wpoc-default-slide{
	width: 100%;
	height: 100%;
	padding: 30px 0;
	text-align: center;
	text-align: center;
	background-color: transparent;
	 /* -webkit-border-radius: 3px; */
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.wpoc-default-slide span{
	width: auto;
	margin: 0 auto;
	display: block;
}
.wpoc-default-slide .wpoc-titles-wrapper{
	height: 40%;
}
.wpoc-default-slide h3{
	margin: 15px 0 0 0;
}
.wpoc-default-slide h4{
	margin: 5px 0 0 0;
	font-weight: 0;
}


.wpoc-default-slide{
    margin: 11px 0;
    font-weight: 300;
    line-height: 22px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.wpoc-default-slide h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}


/* END view slider */