/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
  	text-align: center;
  	-webkit-tap-highlight-color: transparent; 
}

.owl-theme .owl-nav [class*='owl-'] {
	display: inline-block;
    cursor: pointer;
	background:#fff;
	color:#777;
	border:1px solid #d5d5d5;
	font-size:18px;
	line-height:18px;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 5px 12px;
	margin: 5px;
 	border-radius: 3px;
}
    
.owl-theme .owl-nav [class*='owl-']:hover {
    border:1px solid #b5b5b5;
    text-decoration: none; 
}

.owl-theme .owl-nav > div.disabled:hover {
	border:1px solid #d5d5d5;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    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 .owl-dots .owl-dot:hover span {
    background: #869791; 
}


.rsca .owl-controls .owl-buttons div:hover {
	border:1px solid #b5b5b5;
}

.rsca-retro-dark .owl-controls .owl-buttons .owl-prev, 
.rsca-retro-dark .owl-controls .owl-buttons .owl-next,
.rsca-retro-dark .owl-controls .owl-page span {
	background: #444;
	border: 1px solid #151515;
	color: #999;
}

.rsca-retro-dark .owl-controls .owl-page.active span {
	background: #555;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	color: #bbb;
}

.rsca-retro-dark .owl-controls .owl-buttons .owl-prev:hover, 
.rsca-retro-dark .owl-controls .owl-buttons .owl-next:hover,
.rsca-retro-dark .owl-controls.clickable .owl-page:hover span {
	background: #555;
	border: 1px solid #151515;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	color: #bbb;
}