/*
* 	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: 3px 7px 11px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
}

.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(../images/loader.gif) no-repeat center center;
}









.owl-slide-0-background {
	background: url(../images/carousel/0-home.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover; 
	min-height: 400px;
	height: 400px;			
}

.owl-slide-1-background {
	background: url(../images/carousel/1-customers.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover; 
	min-height: 400px;
	height: 400px;		
}

.owl-slide-2-background {
	background: url(../images/carousel/2-growth.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover; 
	min-height: 400px;
	height: 400px;		
			
}

.owl-slide-3-background {
	background: url(../images/carousel/3-operations.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover; 
	min-height: 400px;
	height: 400px;			
}

.owl-slide-4-background {
	background: url(../images/carousel/4-employees.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover; 
	min-height: 400px;
	height: 400px;		
}





.owl-slide-0 {
	background: none;
	z-index: 0;
}

.owl-slide-0-title {
	padding: 120px 0 20px 79px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 300; 	
	font-size: 80px;	
	color: #ffffff;	
}

.owl-slide-0-copy {
	padding: 0 0 0 169px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 300; 	
	font-size: 26px;
	line-height: 120%;	
	color: #00547b;	
	width: 360px;	
}

.owl-slide-0-read-more-long {
	z-index: 1;	 
	position: absolute; 
	background: url(../images/carousel/carousel-read-more-background-long.png) no-repeat; 
	bottom: 0;
	right: 10%; 	
	height: 44px;
	width: 2000px;
}

.owl-slide-0-read-more-short { 
	z-index: 10;
	position: absolute; 
	top: 356px; 
	left: 30px; 
	background: url(../images/carousel/carousel-read-more-background-short-home.png) no-repeat; 
	height: 45px;
	width: 413px;
	padding: 13px 0 0 60px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 400; 	
	font-size: 18px;	
	color: #d6f1f7;		
}





.owl-slide-1 {
	background: url(../images/carousel/carousel-numbers-1.png) no-repeat;
	z-index: 0;
}

.owl-slide-1-title {
	padding: 120px 0 20px 129px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 400; 	
	font-size: 36px;	
	color: #00547b;	
}

.owl-slide-1-copy {
	padding: 0 0 0 169px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 300; 	
	font-size: 26px;
	line-height: 120%;	
	color: #00547b;	
	width: 360px;	
}

.owl-slide-1-read-more-long {
	z-index: 1;	 
	position: absolute; 
	background: url(../images/carousel/carousel-read-more-background-long.png) no-repeat; 
	bottom: 0;
	right: 10%; 	
	height: 44px;
	width: 2000px;
}

.owl-slide-1-read-more-short { 
	z-index: 10;
	position: absolute; 
	top: 356px; 
	left: 100px; 
	background: url(../images/carousel/carousel-read-more-background-short.png) no-repeat; 
	height: 45px;
	width: 288px;
	padding: 13px 0 0 70px;
}





.owl-slide-2 {
	background: url(../images/carousel/carousel-numbers-2.png) no-repeat; 
	margin: 0 0 0 460px;	
}

.owl-slide-2-title {
	padding: 120px 0 32px 129px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 400; 	
	font-size: 36px;	
	color: #ffffff;	
}

.owl-slide-2-copy {
	padding: 0px 0 0 169px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 300; 	
	font-size: 26px;
	line-height: 120%;	
	color: #ffffff;	
	width: 360px;	
}

.owl-slide-2-read-more-long { 
	z-index: 1;
	position: absolute; 
	background: url(../images/carousel/carousel-read-more-background-long.png) no-repeat; 
	bottom: 0;
	right: 10%; 	
	height: 44px;
	width: 2000px;
}

.owl-slide-2-read-more-short { 
	z-index: 10;
	position: absolute; 
	top: 356px; 
	left: 560px; 
	background: url(../images/carousel/carousel-read-more-background-short.png) no-repeat; 
	height: 45px;
	width: 288px;
	padding: 13px 0 0 70px;
}





.owl-slide-3 {
	background: url(../images/carousel/carousel-numbers-3.png) no-repeat; 
}

.owl-slide-3-title {
	padding: 120px 0 32px 129px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 400; 	
	font-size: 36px;	
	color: #ffffff;	
}

.owl-slide-3-copy {
	padding: 0px 0 0 169px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 300; 	
	font-size: 26px;
	line-height: 120%;	
	color: #ffffff;	
	width: 360px;	
}

.owl-slide-3-read-more-long { 
	z-index: 1;
	position: absolute; 
	background: url(../images/carousel/carousel-read-more-background-long.png) no-repeat; 
	bottom: 0;
	right: 10%; 	
	height: 44px;
	width: 2000px;
}

.owl-slide-3-read-more-short { 
	z-index: 10;
	position: absolute; 
	top: 356px; 
	left: 100px; 
	background: url(../images/carousel/carousel-read-more-background-short.png) no-repeat; 
	height: 45px;
	width: 288px;
	padding: 13px 0 0 70px;
}




.owl-slide-4 {
	background: url(../images/carousel/carousel-numbers-4.png) no-repeat; 
}

.owl-slide-4-title {
	padding: 120px 0 32px 129px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 400; 	
	font-size: 36px;	
	color: #00547b;	
}

.owl-slide-4-copy {
	padding: 0px 0 0 169px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 300; 	
	font-size: 26px;
	line-height: 120%;	
	color: #00547b;	
	width: 360px;	
}

.owl-slide-4-read-more-long { 
	z-index: 1;
	position: absolute; 
	background: url(../images/carousel/carousel-read-more-background-long.png) no-repeat; 
	bottom: 0;
	right: 10%; 	
	height: 44px;
	width: 2000px;
}

.owl-slide-4-read-more-short { 
	z-index: 10;
	position: absolute; 
	top: 356px; 
	left: 100px; 
	background: url(../images/carousel/carousel-read-more-background-short.png) no-repeat; 
	height: 45px;
	width: 288px;
	padding: 13px 0 0 70px;
}

.owl-slide-1-read-more-short a,
.owl-slide-2-read-more-short a,
.owl-slide-3-read-more-short a,
.owl-slide-4-read-more-short a { 
	z-index: 1000;
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-weight: 400; 	
	font-size: 18px;	
	color: #d6f1f7;	
}

.owl-slide-1-read-more-short a:hover, 
.owl-slide-2-read-more-short a:hover, 
.owl-slide-3-read-more-short a:hover,
.owl-slide-4-read-more-short a:hover { 	
	color: #ffffff;	
}


