не долго почему то работало... через несколько дней проблема вернулась...
В шаблоне Xeon в модуле "Команда" не выводится одна из карточек сотрудников, а именно самая левая. На ее месте пустота...
Видно по ссылке -
http://svc-laptop.ru#sp-team-wrapper .container {
background: #fff;
}
#sp-team-wrapper p.lead {
margin-bottom: 50px;
}
#sp-team-wrapper .item {
text-align: center;
}
#sp-team-wrapper .item p {
line-height: 0;
font-size: 14px;
color: #999;
}
#sp-team-wrapper .item .member {
display: inline-block;
height: auto;
max-width: 60%;
}
#sp-team-wrapper .item .member .img-circle {
border: 1px solid #ddd;
padding: 4px;
}
#sp-team-wrapper .left-arrow,
#sp-team-wrapper .nav-right {
position: absolute;
top: 30%;
font-size: 65px;
}
#sp-team-wrapper .nav-right {
right: 0;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(1) {
-webkit-animation: scaleUp 200ms linear 0 both;
-moz-animation: scaleUp 200ms linear 0 both;
-ms-animation: scaleUp 200ms linear 0 both;
-o-animation: scaleUp 200ms linear 0 both;
animation: scaleUp 200ms linear 0 both;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(2) {
-webkit-animation: scaleUp 200ms linear 100ms both;
-moz-animation: scaleUp 200ms linear 100ms both;
-ms-animation: scaleUp 200ms linear 100ms both;
-o-animation: scaleUp 200ms linear 100ms both;
animation: scaleUp 200ms linear 100ms both;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(3) {
-webkit-animation: scaleUp 200ms linear 200ms both;
-moz-animation: scaleUp 200ms linear 200ms both;
-ms-animation: scaleUp 200ms linear 200ms both;
-o-animation: scaleUp 200ms linear 200ms both;
animation: scaleUp 200ms linear 200ms both;
}
#sp-team-wrapper .carousel.scale .active .row-fluid > div:nth-child(4) {
-webkit-animation: scaleUp 200ms linear 400ms both;
-moz-animation: scaleUp 200ms linear 400ms both;
-ms-animation: scaleUp 200ms linear 400ms both;
-o-animation: scaleUp 200ms linear 400ms both;
animation: scaleUp 200ms linear 400ms both;