/*
* 	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 .owl-prev {
	color: #2D4482;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 10px;
	font-size: 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#fff;
	opacity:1;
	position: absolute;
    left: 0;
	top:40%;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	color: #2D4482;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding:  10px;
	font-size: 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color:#fff;
	position: absolute;
    right: 0;
	top:40%;
}

#owl-news .owl-controls .owl-buttons .owl-prev {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding: 6px 12px;
	font-size: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #2d4482;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	position: absolute;
    left: 0%;
	top:45%;
}

#owl-news .owl-controls .owl-buttons .owl-next{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding: 6px 12px;
	font-size: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #2d4482;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	position: absolute;
    right: 0%;
	top:45%;
}
#owl-jobs .owl-controls .owl-buttons .owl-prev {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	margin-top:-10px;
	padding: 6px 12px;
	font-size: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #2d4482;
	
	position: absolute;
    left: 30%;
	top:90%;
}

	
#owl-jobs .owl-controls .owl-buttons .owl-next{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	margin-top:-10px;
	padding: 6px 12px;
	font-size: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #2d4482;
	
	position: absolute;
    right: 30%;
	top:90%;
}

/* 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: 0.5;
	text-decoration: none;
}

#owl-news .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
}

#owl-home {
  padding: 20px 0px 40px 0px;
}

#owl-home .slider_link{
  display: block;
  cursor: pointer;
  background: #e14520;
  padding: 5px 5px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#owl-home .slider_text{
  display: block;
  background: #fff;
  opacity: 0.9;
  padding: 10px 10px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.home-item-news-list{
  display: block;
  background: #fff;
  opacity: 0.9;
  border: 1px solid #2D4482;
  padding: 5px; 
  margin: 5px;
}

.item .news-title-home{
  display: block;
  padding: 10px 10px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.home-item-news-list a:hover{
	color: #e14520;
}
 
.testimonial{
    padding: 10px 0px 0px 0px;
    text-align:center;
    position: relative;
    margin: 0 15px;
}

.testimonial .content{
    padding: 25px 35px;
    font-weight: bold;
    text-transform:uppercase;
    color: #fff;
    position: relative;
    border: 3px solid #fff;
    border-top: 0px none;
}
.testimonial .content:before{
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}
.testimonial .content:after{
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.testimonial .testimonial-title{
    font-size: 16px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    color:#e74c3c;
}
.testimonial .testimonial-title small{
    display: block;
    color:#f5f5f5;
    font-size: 12px;
    margin-top:10px;
}
.testimonial .description{
    font-size: 25px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e74c3c;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 1;
}
@media only screen and (max-width: 990px) {
    .testimonial .content:before,
    .testimonial .content:after {
        width:50%;
    }
	
		.owl-theme .owl-controls .owl-buttons .owl-prev {
	
	font-size: 35px;
   
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	
	font-size: 35px;
	
}
	
}
@media only screen and (max-width: 640px) {
	
	
    .testimonial:before{
        left:50%;
    }
    .testimonial .content{
        padding: 30px 35px;
    }
    .testimonial .description{
        font-size: 14px;
    }
	
	.owl-theme .owl-controls .owl-buttons .owl-prev {
	
	font-size: 25px;
	top:35%;
   
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	
	font-size: 25px;
	top:35%;
	
}
}
@media only screen and (max-width: 480px) {
    .testimonial:before{
        font-size: 30px;
        top: 0;
    }

	
}
#owl-news .owl-controls .owl-buttons .owl-next{
right:0%; opacity:1;	
}
#owl-news .owl-controls .owl-buttons .owl-prev {
left:0%; opacity:1;
}

#owl-jobs .owl-controls .owl-buttons .owl-next{right:0%;top:45%;}
#owl-jobs .owl-controls .owl-buttons .owl-prev{left:0%;top:45%;}	

	


#testimonial-slider .owl-controls .owl-buttons .owl-next {
	display: inline-block;
	margin: 0px;
    padding: 6px 12px;
	font-size: 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 15px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.8;
	position: absolute;
	right: 20%;
	top:80%;
}

#testimonial-slider  .owl-controls .owl-buttons .owl-prev {
	display: inline-block;
	margin: 0px;
    padding: 6px 12px;
	font-size: 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.8;
	position: absolute;
    left: 20%;
	top:80%;
}