/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}





/*
 
 START owl carousel ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
*/
 /*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	background: #ff0080;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
        width: 40px;
        height: 40px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 60px;
	/*background: url(AjaxLoader.gif) no-repeat center center*/
}

/*#team-list .owl-item > div img {
    display: block;
    width: auto;
    max-width: 90%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
    margin: 0 auto;
}
*/
#team-list .owl-item > div{
  text-align: center;
  padding:30px 0px;
  margin:0;
  color: #000;
  font-size:32px;
  -moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
transition: all .2s linear;

}
#team-list .owl-item > div:hover{
  text-align: center;
  margin:0;
  color: #000;
  font-size:32px;
}


.wrapper-with-margin{
    margin:0px 50px;
    margin: 0 auto;
    width: 80%;
    /*max-width: 960px;*/
}
@media only screen and (min-width:750px) {
    .wrapper-with-margin{
        margin:0px auto;
        width: 85%;
    }
}
@media only screen and (min-width:1000px) {
    .wrapper-with-margin{
        margin:0px auto;
        width: 90%;
        /*max-width: 1000px;*/
    }
}

 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	/*padding: 3px 10px;*/
	font-size: 12px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.6;
	width: 35px;
	height: 40px;
	text-indent: -9999px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 20px;
    top: 45%; 
    /*border-radius: 100px;*/
    background: url(../images/arrows-sprite.png) no-repeat 0 0;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
    right:20px;
    top: 45%;
    /*border-radius: 100px;*/
    background: url(../images/arrows-sprite.png) no-repeat -40px 0;
}

@media only screen and (min-width:700px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev{
	    /*left: -35px;*/
	    
		left: 20px;
		top: 45%;
	    /*border-radius: 100px;*/
	    background: url(../images/arrows-sprite.png) no-repeat 0 0;
	}
	 
	.owl-theme .owl-controls .owl-buttons .owl-next{
	    /*right:-47px;*/
	    right: 20px;
		top: 45%;
	    /*border-radius: 100px;*/
	    background: url(../images/arrows-sprite.png) no-repeat -40px 0;
	}
	
}
.owl-buttons div:hover {
	
    opacity:1;
}

/*
  hover controls
*/
/*
.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 35px;
}
.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right:35px;
}
*/

.owl-carousel {
 /*max-width: 980px;*/
 margin: 0 auto;
}
.owl-item {
    
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.owl-item:hover {
    background: #fff;
 }
 

/*
 
 END owl carousel ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
*/

