.owl-theme .owl-controls{
	margin-top:10px;
	text-align:center;
-webkit-tap-highlight-color:transparent;}

.owl-theme .owl-controls .owl-nav .owl-prev{
	color: #ffffff;
    font-size: 14px;
    margin: 5px;
    width: 30px;
    background: #235592;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    -o-transition: background 300ms ease-out;
    -ms-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
    top: 39.8%;
    left: 5px;
}

.owl-theme .owl-controls .owl-nav .owl-prev:hover{
	background: #3b77bf;
	color:#fff;
text-decoration:none;}

.owl-controls .owl-nav .owl-next {
   color: #ffffff;
    font-size: 14px;
    margin: 5px;
    width: 30px;
    background: #235592;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    -o-transition: background 300ms ease-out;
    -ms-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
    top: 39.8%;
    right: 5px;
} .owl-controls .owl-nav .owl-next:hover{background: #3b77bf;color:#fff;}


.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default;
}

.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
*display:inline;}

.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
margin:5px 7px;
background:#87a8c3;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
	background:#0880a9;}
