.testimonial-section {position: relative; z-index: 300; }
.testimonial-main .testimonial-quote p:before, 
.testimonial-main .testimonial-quote p:after{color: #fff;}
.carousel-control {background: none; color: #CACACA; font-size: 2.3em; text-shadow: none; margin-top: 30px;}
.carousel-control.left {left: -60px; }
.carousel-control.right {right: -60px; }
.item blockquote {
    margin: 0;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
    font-family: 'Montserrat-UltraLight';
    color: #fff;
    font-style: normal;
    font-weight: normal;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.carousel {
    position: relative;
    padding: 0;
    margin: 0;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.carousel-inner>.item {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d252d;
    background-position: 50%;
    min-height: 700px;
    color: #fff;
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    top: auto;
    position: absolute;
    /*bottom: -18px;*/
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 15;
    width: auto;
    text-align: center;
}
.carousel-indicators li {
/*    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    margin: 0 30px;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);*/

    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;

    margin: 0 4px;
    background-color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100px;
    cursor: pointer;
}

.carousel-indicators li.active, .carousel-indicators li:hover{
/*    background-color:#ffffff;
    border:3px solid #fff;
    transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);*/
    background-color: #36bee8;
}
.carousel-indicators li img{ display: none; }
.carousel-indicators li.active img{ 
/*    width: 100%; 
    height: 100%;*/

}
.carousel-indicators li:before{ display: none; }
.carousel-indicators li:after{ 
/*    content:""; 
    display: block;
    position: absolute; 
    width: 139px; 
    margin: 0 auto; 
    height: 9px; 
    left: -20px; 
    right: 0; 
    bottom: -15px; 
    background-size: 120px 6px;
    transform: none; 
    background: url("../images/shadow.png") no-repeat; */
}
.carousel-indicators li.active:after { 
/*    background: url("../images/shadow-active.png") no-repeat; 
    left: -22px; 
    bottom: -10px; 
    transform: none;  
    background-position: center;*/
}
.carousel-caption {position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6) }
.carousel-caption .btn {text-shadow: none }
.testimonial-description { padding: 200px 0 0;}
.page-template-careers .testimonial-description { width: 53%;}
.page-template-careers .testimonial-description { padding: 222px 0 120px; }
.testimonial_logo { display: table-cell; padding-right: 30px; border-right: 2px solid #8f8d8f; width: 30%; vertical-align: middle; }
.testimonial_text {display: table-cell; padding-left: 60px; width: 70%; vertical-align: top; }


.testimonial-quote{ letter-spacing: 0.2px;  font-family: 'Montserrat-Light'; display: table; width: 100%; }
.testimonial-quote p{ font-size: 30px; line-height: 42px; margin-bottom: 30px; position: relative; }
/*.testimonial-quote p:before, .testimonial-quote p:after{ content: ",,"; font-size: 90px;  font-family: 'ClarendonWideW01-Regular'; color: #61676c; display: inline-block;
    letter-spacing: -6px; vertical-align: super; position: absolute;  }
.testimonial-quote p:before{ transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); 
top: 20px; left: -32px; }
.testimonial-quote p:after{bottom: 40px;}*/
.testimonial-quote span{ display: block; font-size: 15px; line-height: 22px; margin-bottom: 0px; text-transform: none; }
/*.testimonial-quote span.client_name{text-transform: uppercase; font-size: 18px;}*/
.testimonial-quote hr{ background-color: #8f8d8f; margin: 46px 0 45px; opacity: 0.7; }

.testimonial-main.career-testimonial-slider .testimonial-quote span.client_name{ font-size: 24px; line-height: 30px;  font-family: 'Montserrat-SemiBold'; }


@media only screen and (max-width: 1023px){
    .carousel-inner>.item{min-height: 600px;}
    .page-template-platform .carousel-inner>.item{min-height: 640px;}
    .testimonial-description {padding: 112px 0; } 
    .testimonial-quote p{font-size: 25px; line-height: 32px;}
    .testimonial-quote p:before {   display: block; left: 0; margin: 0 auto; position: relative; right: 0; text-align: center; top: 14px;} 
    .testimonial-quote p:after {display: none; }
    /*.testimonial-description{padding: 60px 0 160px;}*/
    .page-template-careers .testimonial-description {width: 100%;}
}
@media only screen and (max-width: 940px){
    .testimonial-quote{ display: block; text-align: center; }
    .testimonial_text{display: block; width: 100%; padding:0;}
    .testimonial_logo{ border:0; width: 100%; padding: 0 0 30px; display: block; }
    .carousel-indicators{bottom: 40px;}
    .testimonial-quote hr{margin: 46px auto 45px;}
}

@media only screen and (max-width: 767px){
/*   .testimonial-quote hr{margin: 30px auto 30px;}
    .testimonial-description{padding: 30px 0px;}
    .carousel-indicators li.active:after{background-size: 80px 5px; left: -46px;}
    .carousel-indicators li:after{background-size: 100px 5px; left: -30px;}
    .carousel-indicators li {
        height: 50px;
        margin: 0 10px;
        padding: 0;
        width: 50px;
    }*/

    .page-template-careers .testimonial-description {padding: 70px 0 47px; }
    .testimonial-quote p {font-size: 20px; line-height: 26px; font-family: 'Montserrat-Light'; }
    .testimonial-quote p:after{display: none;}
    .carousel-inner > .item{min-height: 415px;}
    .page-template-careers .carousel-inner > .item{background-color: #3f454c; background-image: none !important;}
    .page-template-careers .testimonial-description {width: 100%;}

    .testimonial-description{padding: 90px 0;}
    .testimonial-quote span{font-size: 13px; line-height: 18px;}
    .page-template-platform .carousel-inner>.item{min-height: 600px;}
    .testimonial-main.career-testimonial-slider .testimonial-quote span.client_name{ font-size: 14px; line-height: 18px;  font-family: 'Montserrat-Regular'; }
}
@media only screen and (max-width: 413px){
    .testimonial-quote p{ font-size: 18px; line-height: 26px;}
}
@media only screen and (max-width: 370px){
    .testimonial-quote p{ font-size: 16px; line-height: 24px;}
}