/* 
 * 	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;
}
.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;
}
.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(https://test.servicecheck.net/public/wp-content/themes/service/css/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);
}

/*Added by pankaj*/
.shot_discription .owl-controls {display:none !important; margin-top:0 !important;}
.logo_slider .owl-controls {}
.owl-carousel .owl-wrapper {width:100%; margin:0 auto; text-align:center;}
.team-name .owl-item.synced:after {content:""; bottom:0; position:absolute; left:42%; border:20px solid transparent; border-bottom-color:#fff;}
.team-name .owl-item {margin:0 !important; width:20% !important; opacity:0.4; padding-bottom:2em; min-height:140px;}
.team-name .img-name {color:#fff; font-size:1.1em; margin:1em 0 0; vertical-align:top;}
.team-name .img-name span {color:#fff; font-size:15px; display:block;}
.team-name .owl-item img:hover, .owl-carousel .img-name:hover {opacity:1; cursor:pointer;}
.team-name .owl-item.synced {opacity:1;}

.shot_discription {background-color:#fff;}
.shot_discription .owl-item .item {width:850px; display:inline-block; margin:3em auto 1em;}
.shot_discription .item .short_detail {text-align:justify;}
.item .left-icons {width:24%; float:left; text-align:center;}
.item .short_detail {width:73%; float:right; padding-right:15px;}
.item .short_detail p {color:#494949; font-size:18px; line-height:25px;}



.logo_slider .owl-item {margin:0 !important; width: !important;}

@media (min-width:900px) and (max-width:1100px) {
.team-name .owl-wrapper {width:980px !important;}

}

@media (min-width:760px) and (max-width:860px) {
.team-name .owl-wrapper {width:740px !important;}
.team-name .img-name {font-size:1em;}
.team-name .img-name span {font-size:12px;}
.shot_discription .owl-item .item {width:740px;}
}

@media (max-width:750px) {
.team-name .owl-item {min-height:118px;}
.team-name .owl-item img {max-width:70px; max-height:52px;}
.team-name .owl-wrapper-outer {overflow:auto;}
.team-name .owl-wrapper {width:670px !important; overflow-x: auto; overflow-y: hidden;}
.team-name .owl-item.synced:after {bottom:-2px;}
.team-name .img-name {font-size:14px;}
.team-name .img-name span {font-size:11px;}
.shot_discription .owl-item .item {width:98%;}
.item .short_detail p {font-size:15px; line-height:22px;}

}

@media (min-width:480px) and (max-width:740px) {
.team-name .owl-item.synced:after {bottom:-4px;}

}

@media (max-width:450px) {
.item .left-icons, .item .short_detail {width:96%; float:none; padding:0 5px; overflow:hidden;}
.item .short_detail {margin-top:15px;}

}