/**
 * 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-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -50px;
}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position:absolute;
	margin-top:-50px;
	/*
    left: 50%;
    transform: translate(-50%, 0);
    */
    right: 20px;;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-left: 10px;
}
.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	border-radius: 50%;
	border: 2px solid #c9c9c9;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-radius: 50%;
	background-color: #c9c9c9;
	text-decoration: none;
}
.slider-content h4{
	padding: 0px;
	margin: 0px;
	font-family: 'montserratsemi_bold';
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 25px;
	text-align:center;
	text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.5);
}
.slider-content h5{
	padding: 0px;
	margin: 0px;
	font-family: 'montserratregular';
	color: #FFFFFF;
	font-size: 45px;
	letter-spacing: 3px;
	line-height: 60px;
	text-align:center;
	text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.4);
}
.slider-content h5 strong{
	color: #e2041f;font-family: 'montserratlight';
}


.test-slider .owl-item img {
	display: block;
	width: auto;
}.home-slider .owl-item img {
	display: inline;
	width: auto;
}

.owlthumbs-container{
	position: relative;
	z-index: 997;
	width: 100%;
	display: block;
	text-align: left;
	margin-top: 20px;
}
.owl-thumbs li{
	width: 20%;
	height: 65px;
	display: inline-block;
	padding-right: 10px;
	cursor: pointer;
	margin-bottom: 10px;
	position:relative;
}
.owl-thumbs li .thumb-inside{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.owl-thumbs li:nth-child(5n+5){
	padding-right: 0px;
}
.owl-thumbs li:last-child{

}
.owl-thumbs li.active .thumb-inside{
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: #1b8ea1;
}