/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #1b75a9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 6px;
  padding: 12px 26px;
  border: 1px solid #d0dce3;
  position: relative;
  z-index: 200;
  
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);

	background: rgba(245,247,250,0.42);
	background: -moz-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,0.42)), color-stop(100%, rgba(221,230,236,0.42)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );
	
	
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
-webkit-transition: background .4s linear;
-moz-transition: background .4s linear;
-ms-transition: background .4s linear;
-o-transition: background .4s linear;
transition: background .4s linear;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: url(../../../../img/small-wood-background.jpg) repeat center center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
  border: 1px solid transparent;
  
  	-webkit-box-shadow: inset 1px 0px 4px 0px rgba(0, 0, 0, 0.42);
	-moz-box-shadow:    inset 1px 0px 4px 0px rgba(0, 0, 0, 0.42);
	box-shadow:         inset 1px 0px 4px 0px rgba(0, 0, 0, 0.42);
}

.owl-theme .owl-nav [class*='owl-']:hover:before {
	content: '';
	position: absolute;
	z-index: -1;
	display:inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );	
}

.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: 16px;
	height: 16px;
	margin: 5px 5px;
	display: block;

	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.7), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 0.7), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 0.7), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  
	background: rgba(245,247,250,1);
	background: -moz-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,1)), color-stop(100%, rgba(221,230,236,1)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );

	-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 {
	position:relative;
}

.owl-theme .owl-dots .owl-dot.active span:before, 
.owl-theme .owl-dots .owl-dot:hover span:before {
	content: '';
	position:absolute;
	width: 10px;
	height: 10px;
	
	border-radius: 50%;

	background: rgba(71,153,200,1);
	background: -moz-linear-gradient(top, rgba(71,153,200,1) 0%, rgba(27,117,169,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,153,200,1)), color-stop(100%, rgba(27,117,169,1)));
	background: -webkit-linear-gradient(top, rgba(71,153,200,1) 0%, rgba(27,117,169,1) 100%);
	background: -o-linear-gradient(top, rgba(71,153,200,1) 0%, rgba(27,117,169,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,153,200,1) 0%, rgba(27,117,169,1) 100%);
	background: linear-gradient(to bottom, rgba(71,153,200,1) 0%, rgba(27,117,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4799c8', endColorstr='#1b75a9', GradientType=0 );
	
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.7);
	-moz-box-shadow:    1px 1px 0px 0px rgba(255, 255, 255, 0.7);
	box-shadow:         1px 1px 0px 0px rgba(255, 255, 255, 0.7);

	left: 0px;
	top: 0px;
	margin: 3px;
}