/*---------------------------------------
   SECTION:  ANTRENORI                 
-----------------------------------------*/
.antrenori { padding: 5px 0;
/* background-color: #ece7e6;*/
    color: #ffffff;
	width:90%;
	margin:0 auto;
}
.an_t{font-size: 36px; line-height: 42px; color: #660000; text-align: center;}

.antrenori .color-overlay {
    padding-top: 0px;
    padding-bottom: 0px;
}

.antrenori .feedback {
    max-width: 750px;
    margin: auto;
}

.antrenori .feedback .image {
    font-size: 24px;
    border: 13px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 9px #ece7e6;
            box-shadow: 0px 0px 0px 9px #ece7e6;
    border-radius: 50%;
    width: 195px;
    height: 195px;
    line-height: 80px;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
}

.antrenori .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.antrenori .feedback .message {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #666666;
    text-align: center;
}

.antrenori .feedback .name {
    margin-top: 35px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.antrenori .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}




.antrenori .owl-prev{
	position: absolute; 
	left: 0px; top: 30%; 
	margin-top: -26px; 
	background: url(test_nav_2.png) no-repeat 0 0; 
	width: 16px; 
	height: 26px; 
	font-size: 0px;}

.antrenori .owl-next{
	position: absolute; 
	right: 0px; top: 30%; 
	margin-top: -26px; 
	background: url(test_nav_2.png) no-repeat  -16px 0; 
	width: 17px; 
	height: 26px; 
	font-size: 0px;}



.antrenori .owl-prev:hover{background-position: 0 -26px;}
.antrenori .owl-next:hover{background-position: -16px -26px;}



.antrenori .owl-pagination{text-align: center; overflow: hidden;}
.antrenori .owl-page{width: 20px; height: 20px; background: url(test_but.png) no-repeat 0 0; display: inline-block; margin: 0 3px;}
.antrenori .owl-page.active{background-position:0 -20px ;}
