/*
* 	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;

	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.99;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

/* Styling Pagination*/




/* If PaginationNumbers is true */


/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#owl-test .owl-buttons{ 
    float: right;
    margin-top: -53px;}
#owl-test .owl-prev{background:none;}
#owl-test .owl-next{background:none;  margin-left:-14px;}
#owl-test1 .owl-controls{margin-top: -25px;}

#owl-tenders .owl-buttons{  margin-bottom: 15px;
    margin-top: -16px;}
#owl-Institutions .owl-buttons{ background: #aa998c none repeat scroll 0 0;
    margin-top: -12px;  padding: 6px;}

#owl-photos .owl-prev{background:none; float:left;   margin-left: -22px;
    margin-top: -77px;}
#owl-photos .owl-next{background:none; float:right;  margin-right: -22px;
    margin-top: -77px; }

@media (max-width: 1200px) {
#owl-arrival .owl-buttons{ display:none;}
#owl-Institutions .owl-buttons{  width: 96%;     margin: -11px auto 0;}


}
 @media (max-width: 992px) {
#owl-test .owl-buttons{margin-top:-65px!important;}
#owl-Institutions .owl-buttons{  margin: -13px auto 0;
    width: 88%;
}

}

@media (max-width: 767px) {
#owl-Institutions .owl-buttons{    margin: -13px auto 0;
    width: 286px;
}
#owl-photos .owl-prev{ margin-top:-77px; margin-left:0px;}
#owl-photos .owl-next{ margin-top:-77px; margin-right:0px;}
}