.center {
    text-align: center !important;
}
.carousel_testimonials {
    width: 100%;
}

.carousel_testimonials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.carousel_testimonials li {
    width: 920px;
    height: auto;
    padding: 20px;
    display: block;
    float: left;
}
.carousel_testimonials li h5 {
    color: #000;
    opacity: 0.3;
}

.t-prev, .t-next {
    float: none;
    width: 30px;
    height: 30px;
    padding: 20px;
    /*margin-left: 10px;*/
    opacity: 0.8;
}

.t-prev:hover,
.t-next:hover {
    opacity: 1;
}
.t-prev i, .t-next i {
    font-size: 30px;
}
.calo-flex-center {
        display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.testimonial .client_identity {
    margin: 16px 0px 0px 36px;
    font-weight: bold;
}

.testimonial blockquote:before {
    left: 0;
    position: absolute;
    top: 0;
    margin: 0px;
    width: 30px;
    /*height: 30px;*/
}

.testimonial blockquote:before, .testimonial blockquote:after {
    background: transparent;
    content: '';
    height: 30px;
}
.testimonial blockquote:after {
    height: 0px;
}
.testimonial blockquote {
    color: #7B7B7B;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 0px 36px;
    position: relative;
}

.testimonial blockquote p {
    font-size: 20px;
    margin: 0px;
    /*text-align: center;*/
}
/*
NEWS
*/
.container-news {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.container-news h1 {
    text-align: center;
    margin-bottom: 70px;
}

.list_carousel {
    width: 100%;
    height: auto;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    background-color: #eee;
    width: 440px;
    height: 614px;
    padding: 0;
    margin: 20px;
    display: block;
    float: left;
    border-radius: 13% 13% 0px 0px;
}

.list_carousel li h5 {
    color: #000;
    margin-bottom: 3px;
}

.list_carousel li img {
    border-radius: 13% 13% 0px 0px;
}

p.news-date {
    font-style: italic;
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #a1a1a1;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

#news-navigation {
    /*width: 160px;
    height: 70px;
    margin: 0 auto;*/
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.prev {
    float: none;
    width: 30px;
    height: 30px;
    padding: 0px;
    margin-right: 36px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.next {
    float: none;
    margin-left: 0px;
    width: 30px;
    height: 30px;
    padding: 0px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.prev i,
.next i {
    font-size: 30px;
}

.news {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.news .image {
    width: 440px;
    height: 404px;
    overflow: hidden;
}

.news img {
    display: block;
    width: 100%;
    height: auto;
}

.news .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    border-radius: 13% 13% 0px 0px;
}

.news:hover .mask {
    opacity: 1;
}
.news a.icon {
    height: 76px;
    width: 76px;
    padding: 20px;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -39px;
    position: absolute;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.news a.icon.zoom {
    /*background: url(../images/plus.png) 20px 20px no-repeat #FFF;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news a.icon.zoom:hover {
    /*background: url(../images/plus.png) 20px 20px no-repeat #FFF;*/
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.news-intro {
    float: left;
    padding: 20px;
    height: 180px;
    width: 400px;
}

.news-intro>div {
    height: 53px;
    overflow: hidden;
}

.news-intro h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_page {
    width: 800px;
}

.news_content {
    padding: 40px;
    width: auto;
}

.news-details {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/*
TEXT SLIDER
*/
.flex-text {
    position: relative;
    text-align: center;
}

.flex-text .slides>li {
    font-size: 30px;
    line-height: 100px;
    min-height: 110px;
    font-weight: bold;
    text-transform: uppercase;
}