/*
 * 	Owl theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
    margin-top: 10px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    padding: 20px 20px;
    text-transform: uppercase;
    font-family: 'FCBARCELONA-Regular';
    background: #004087;
    display: inline-block;
    cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-'] i{
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #111230;
    color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    cursor: default; 
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}
.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: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme-products .owl-dots .owl-dot:hover span {
    background: #4DC7A0; 
}
@media screen and (max-width: 991px){
	.hide-small-view {
		display: none;
	}
}


.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme-products .owl-dots .owl-dot:hover span {
    background: #154284;
}
.owl-theme .owl-dots .owl-dot span {
    background: #cccccc;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}