
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

.quoted, .quoted_ken {
    text-align: right;
    color: #000;
    font-style: italic;
    display: block;
    position: relative;
}
.quoted_ken{
    font-style:normal;
}
.person-quoted {
    font-size: 1.3em;
    color: #000;
    font-style: italic;
    display: inline-block;
}

.quote {
    font-style: normal;
    font-size: 1.3em;
    color: #000;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 15px 0 15px;
}
.owl-wrapper-vertical-middle .testimonial{
    margin-top: 20%;
    padding-bottom:20px;
}
.quotation {
    color: #243369;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1em;
    padding-right: 4px;
}


.video_container {
    max-width: 80%;
    text-align:center;
    margin: 0 auto 10px;
    padding: 0;
}

.video_container iframe{
    max-width: 100%;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    overflow: hidden;
    display: none;
    position: relative;
    margin: 0 auto;
    margin-top:25px;
    -ms-touch-action: pan-y;
}
.testimonial_prev {
    display: block;
    text-align: left;
    position: absolute;
    top:52%;
    left:-2%;
    z-index:2;

}
.testimonial_next {
    display: block;
    text-align: right;
    position: absolute;
    top: 52%;
    right: -2%;
    z-index: 2;
}

.testimonial-wrapper {
    position: relative;
    padding: 2em 1em 0 1em;
    text-align: center;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    width: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

hr {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.owl-carousel .owl-item{
    float: left;
    text-align: center;
    width: 50.33%;
    min-height: 20em;
    height: 100%;
    position:relative;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-item:after,
.owl-item:first-child:before {
    content:"";
    position: absolute;
    top: 40%;
    right: -1px;
    margin-top: -75px;
    display: inline-block;
    border-right: 2px #dcdcdc solid;
    height: 200px;
    width: 1px;
}
.owl-item:first-child:before{
    right:auto;
    left:-1px;
}

@media screen and (max-width:800px){
    .testimonial_prev {
        top: 17%;
        left:40%;

    }
    .testimonial_next {
        top:17%;
        right: 40%;

    }
}

@media screen and (max-width:480px){
        .owl-carousel {
    margin-top: 50px;
}
    .owl-item:after{
        display:none;
    }
    .owl-item:first-child:before{
        display:none;
    }
    .testimonial_prev {
        top: 20%;
        left:40%;

    }
    .testimonial_next {
        top:20%;
        right: 40%;

    }
}

