/*.specialists-slider .item {
    min-height: 350px;
}

.specialists-slider .item img {
    opacity: 1;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.specialists-slider .item:hover img {
    opacity: 0.8;
    transition-delay: 0s;
}

.specialists-slider .item-title {
    margin-top: 5px;
    font-size: 110%;
    text-align: center;
}*/

.specialists-item {
    margin: 5px 5px 10px 5px;
}
.specialists-item a {
    height: 400px;
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    /*background-size: 100%;*/
	*background-size: cover;

    -webkit-box-shadow: 0px 3px 8px 0px rgba(118, 118, 118, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(118, 118, 118, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(118, 118, 118, 0.2);

    /*-webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;*/
    transition: background-size 0.5s ease;
}
.specialists-item a:hover {
    /*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
    background-size: 110%;
}

.specialists-item-text {
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    padding: 10px 15px;
    min-height: 105px;
    transition: all 0.5s ease-out;
    margin-bottom: -65px;
}
.specialists-item a:hover .specialists-item-text {
    margin-bottom: 0px;
}

.specialists-item-title {
    font-size: 16px;
    line-height: 20px;
}

.specialists-item-desc {
    font-size: 13px;
    color: #313131;
    margin-top: 5px;
}

.item-detail-link {
    background: #3A6B6A;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    margin: 15px 0px;
    /*display: none;*/

}
.specialists-item a:hover .item-detail-link {
    display: block;
}

/*
.specialists-slider .owl-prev,
.specialists-slider .owl-next {
    position: absolute;
    top: 135px;
    background: #008f84 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 22px !important;
    color: #fff !important;
    font-size: 22px !important;
    margin: 0px !important;
    opacity: 0.7;
}
.specialists-slider .owl-prev:hover,
.specialists-slider .owl-next:hover {
    opacity: 1;
}
.specialists-slider .owl-prev {
    left: 0px;
}
.specialists-slider .owl-next {
    right: 0px;
}
.specialists-slider.owl-carousel button:focus {
    outline: 0px !important;
}*/

.specialists-slider .item-description {
	text-align: center;
	font-size: 90%;
}