@charset "utf-8";

.basic-post-slider { overflow:hidden; position:relative; width:100%; line-height:20px; border-radius:10px; }
.basic-post-slider .txt-normal { letter-spacing:0; font-size:18px; font-weight:200; }
.basic-post-slider .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-slider .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-slider .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-slider .post-image { position:relative; overflow:hidden; padding:0 0px; margin-bottom:0px; border-radius:10px; }
.basic-post-slider .post-image img { border-radius:10px; border:#DADADA 0px solid; }
.basic-post-slider .post-content { overflow:hidden; margin:0px 0px; padding:10px 0 0 0 !important; }
.basic-post-slider .post-subject { overflow:hidden; letter-spacing:-1px; font-size:18px; font-weight:300; line-height:1.3; color:#222; margin-bottom:0px; height:23px !important; }
.basic-post-slider .post-text { font-size:18px; color:#888; margin-top:0px; display:none !important; }
@media only screen and (max-width:496px){
	.basic-post-slider { border-radius:0px; }
	.basic-post-slider .post-image { border-radius:0px; }
	.basic-post-slider .post-image img { border-radius:0px; }
	.basic-post-slider .post-subject { font-size:16px; }
	.basic-post-slider .txt-normal { font-size:15px; }
}


.basic-post-slider .owl-controls .owl-pagination {
    position: relative;
    left: -15px;
    bottom: 0px;
	margin-top: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.basic-post-slider .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: rgba(210,210,210,1);
    transition: all 0.3s ease-in-out;
}
.basic-post-slider .owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    background: rgba(28, 157, 180, 1);
    transition: all 0.3s ease-in-out;
}