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

.slider{}

.slider-home{
  width: 100%;
  background-color: #F7F7F7;
  height: 300px;
  overflow: hidden;	
  margin-top: 3px;	
  position: relative;
  z-index: 1;		
}

.slider-bg{
  background-color: #f7f7f7;
}

.slider-item-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	z-index: 0;
}

.slider-item-bg img {
	width: 100%;
        background-color: white;
}

.suppliers{
  width: 80%;
  margin-top: 30px;
  padding: 0 50px;
  position: relative;
  z-index: 1;					
}

.suppliers h3{
  display: block;	
  width: auto;
  max-width: 800px;
  _width: 800px;			
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background: url(../images/suppliers-brd.gif) left bottom repeat-x;
  font-size: 14pt;	
  font-weight: normal;			
}

.carousel-suppliers div.item{
  margin: 0 1px;	
  border: 1px solid #7E7E7E;			
  height: 75px;	
}

.carousel-suppliers div.item-inner{
  display: table;	
  width: 100%;	
}

.carousel-suppliers div.item-inner div{	
  overflow: hidden;
  width: 100%;		
  height: 75px;	
  display: table-cell;
  vertical-align: middle;	
  text-align: center;	
}

.carousel-suppliers div.item-inner div img{
  height: auto;
  max-height: 100%;
  _height: 100%;			
}

.owl-theme .owl-controls{
	margin: 10px 20px 0 0;
	text-align: right;
}

/* Styling Next and Prev buttons */
.carousel-suppliers .owl-controls .owl-buttons div{
	width: 15px;
	height: 27px;
}

.carousel-suppliers .owl-controls .owl-buttons div.owl-prev{
    left: 15px;	
	background: url(../images/suppliers-arr-L.png) no-repeat;
}

.carousel-suppliers .owl-controls .owl-buttons div.owl-next{
    right: 15px;
	background: url(../images/suppliers-arr-R.png) no-repeat;	
}

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	position: absolute;	
	bottom: 25px;	
	z-index: 3;	
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;	
}

.owl-carousel-main .owl-controls .owl-buttons div{
	width: 110px;
	height: 110px;
	margin-top: -55px;	
}

/* 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=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-carousel-main .owl-controls .owl-buttons div.owl-prev{
    left: 30px;	
	background: url(../images/slider-arr-L.png) no-repeat;
}

.owl-carousel-main .owl-controls .owl-buttons div.owl-next{
    right: 30px;
	background: url(../images/slider-arr-R.png) no-repeat;	
}

/* Styling Pagination*/

.owl-pagination{
  position: absolute;
  right: 5%;
  bottom: 0px;			
}

.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: 13px;
	height: 12px;
	margin: 0 3px;
	background: url(../images/nav-off.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span{
	background: url(../images/nav-on.png) no-repeat;
}

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

/* 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("../images/slider-loading.gif") no-repeat center center
}

.slider-img {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;			
}

.slider-img img{
  width: 100%;
}

.slider-data{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 40%;
  padding-top: 30px;
  padding-left: 20px;							
}

.sd-ttl{
  padding-bottom: 10px;	
  font-size: 20pt;
  line-height: 100%;
  position: relative;
  z-index: 2;			
}

.sd-link{	
  padding-top: 35px;
  position: relative;
  z-index: 2;
}

.sd-link A:link, .sd-link A:visited{
  float: left;	
  display: block;
  padding: 15px 30px;
  background-color: #F7F7F7;
  border: 5px solid #FED011;	
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  font-size: 10pt;								
}

.sd-link A:hover{
  background-color: #FED011;
  color: #FFF;		
}

.owl-item .item {
  position: relative;
	height: 300px;
}

@media screen and (max-width: 1450px) {
	.slider-data{
		width: 55%;
	}
}

@media screen and (max-width: 1270px) {
	.sd-ttl{
		font-size: 25pt;
	}
}

@media screen and (max-width: 1100px) {
	.slider-data{
		width: 70%;
	}
}

@media screen and (max-width: 800px) {
	.slider-img{
		display: none;
	}	
	.slider-data{
		width: 90%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.slider-home{
		height: auto;
		min-height: 300px;
		_height: 300px;
	}
}

@media screen and (max-width: 515px) {
	.suppliers{
		width: 90%;
		padding: 0;
	}
	.owl-buttons{
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.sd-ttl{
		font-size: 20pt;
	}
}
