/**
 * 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: 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;
}
.home-slider .slider-inline {
	width: 100%;
	margin: auto;
	opacity: 0.99;
	position: relative;
}
.slider-inline-bg {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.home-slider .slider-text {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	text-align: left;
	max-width: 500px;
	opacity: 0.999;
	z-index: 999;
}
.home-slider .slider-text.left {
	left: 50px;
	top: 50%;
	transform: translate(0%, -50%);
	text-align: left;
	max-width: 500px;
}
.home-slider .slider-text.right {
	right: 80px;
	top: 50%;
	transform: translate(0%, -50%);
	text-align: left;
	max-width: 500px;
}
.home-slider .slider-inline * {
	opacity: 0.999;
	z-index: 999;
}
.home-slider .slider-text h1 {
	font-family: 'montserrat_bold';
	color: #fff;
	font-size: 50px;
	margin-bottom: 10px;
	opacity: 0.999;
	line-height: 55px;
}
.home-slider .slider-text h1 span{
	font-size: 52px;
}
.home-slider .slider-text h2 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 31px;
}
.home-slider .slider-text .btn a {
	padding: 10px 15px 10px 15px;
	border-color: #CCC2AC;
	width: auto;
	display: inline;
}
.home-slider .slider-text .btn a.current {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #a5936a;
}
.home-slider .slider-text.black-theme h1{
	color: #35342f;
}
.home-slider .slider-text.black-theme h2{
	color: #35342f;
}
.home-slider .slider-text.white-theme h1{
	color: #ffffff;
}
.home-slider .slider-text.white-theme h2{
	color: #ffffff;
}

.project-slider .slider-inline {
	height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.owl-thumbs li {
	width: 70px;
	height: 52px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	background-size: cover;
	margin-bottom: 10px;
}
.owl-thumbs li:last-child {
	margin-right: 0px;
}
.owl-thumbs li.active {
	border: 1px solid #FFFFFF;
}
.owlthumbs-container {
	width: 100%;
	display: block;
	margin-top: 15px;
}
.test-slider .owl-item {
	text-align: center;
}
.test-slider .owl-item img {
	display: block;
	width: auto;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	max-height: 90px;
}
.home-slider .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	margin-top: -35px;
	left: 50%;
	transform: translate(-50%, 0);
	right: 0px;
}
.home-slider .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-left: 6px;
}
.home-slider .owl-dots .owl-dot span {
	display: block;
	width: 80px;
	height: 9px;
	text-indent: -9999px;
	border-radius: 0%;
	border: 2px solid #ffffff;
	text-decoration: none;
	background: #ffffff;
}
.home-slider .owl-dots .owl-dot.active span, .home-slider .owl-dots .owl-dot:hover span {
	border-radius: 0%;
	background-color: #e3000f;
	text-decoration: none;
	border: 2px solid #e3000f;
}
.home-slider .owl-nav.disabled + .owl-dots {
	margin-top: -50px;
}
