/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding-bottom:40px
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.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;
}
	
.owl-carousel .owl-item{
	float: left;
	text-align:center
}
.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);
}


.dt-sc-testimonial.type7 {
    text-align: center;
    position: relative;
    padding: 0px 8% 0px;
	color:#fff
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-author {
    margin-bottom: 20px;
}
.dt-sc-testimonial.type7 .dt-sc-testimonial-author  img{
	max-width: 100%;
    height: auto;
    display: inherit;
	border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote {
    margin: 0px 0px 20px 0px;
}
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q {
    position: relative;
    width: 100%;
    display: inline-block;
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q:before {
    content: '\201c';
    width: 45px;
    height: 56px;
    display: inline-block;
    font-size: 55px;
    position: absolute;
    right: 0;
    left: 0px;
    margin: 0 auto;
    line-height: 67px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    bottom: -85px;
    font-family: 'Open Sans', sans-serif;
	color:#00bcd5
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite {
    font-size: 28px;
    font-style: normal;
    color: #f9f9f9;
    padding: 85px 0 0px;
	clear: both;
    display: inline-block;
    width: 54.3%;
    margin-top: 25px;
    position: relative;
    z-index: 1;
	
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:before {
	background: #00bcd5;
	left: 0px;
}
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:after {
	background: #00bcd5;
	left: auto;
    right: 0px;
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:before, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite:after {
    content: "";
    position: absolute;
    margin: 0 auto;
    font-weight: normal;
    width: 46%;
    height: 2px;
    text-align: center;
    font-style: normal;
    top: 28px;
}
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite small {
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
}

.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q:before {
    background: url(../images/quote_bg.png) center center no-repeat;
    background-size: 45px 56px;
}
