.finished-project {
	margin-bottom: 150px;
}
.finished-project-detail {
  margin-bottom: 150px;
}
.finished-project-text {
	font-size: 19px;
	text-align: center;
	font-family: 'FuturaPT-Book';
	margin-bottom: 50px;
}
.finished-project-slide {
	height: 100%;
	width: 100%;
}
.finished-project .owl-carousel .owl-height {
	height: 535px!important;
}
.finished-project .owl-carousel .item {
	margin-top: 55px;
}
.finished-project .owl-carousel .center > .item{
	height: 535px;
	margin: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.finished-project .owl-carousel .center > .item > .finished-project-slide .finished-project-slide-img {
	height: 535px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.finished-project-slide-img {
	height: 425px;
	width: 100%;
	background-size: cover;
}
.finished-project .owl-carousel .center > .item .finished-project-slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
}
.finished-project-slide-content {
	display: none;
	position: absolute;
	bottom: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
width:100%;
}
.finished-project-slide-content p {
	margin-right: 25px;
	font-size: 19px;
	font-family: 'FuturaPT-Book';
	text-transform: uppercase;
}
.watch-project-link {
	color: #fff;
	border: 1px #fff solid;
	padding: 8px 45px;
	font-size: 17px;
}
.watch-project-link:hover {
	color: #754d98;
	border: 1px #754d98 solid;
}
.finished-project .owl-nav img {
	width: 30px;
	-webkit-filter: invert(97%) sepia(2%) saturate(996%) hue-rotate(179deg) brightness(89%) contrast(91%);
	filter: invert(97%) sepia(2%) saturate(996%) hue-rotate(179deg) brightness(89%) contrast(91%);
}
.finished-project .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	-webkit-filter: invert(98%) sepia(11%) saturate(497%) hue-rotate(175deg) brightness(98%) contrast(88%);
	filter: invert(98%) sepia(11%) saturate(497%) hue-rotate(175deg) brightness(98%) contrast(88%);
}
.finished-project .owl-prev {
  left:360px;
  top:1px;
	position: relative;
}
.finished-project .owl-next {
  top:1px;
  right:360px;
	position: relative;
}
.finished-project .owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	bottom: -23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	        justify-content: space-between;
}
.finished-project .owl-theme .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 75px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 400px !important;
  margin-right: 400px !important;
}
.finished-project .owl-theme .owl-dots .owl-dot span {
	width: 90px;
	height: 4px;
	margin: 0;
	border-radius: 0;
	background: #e5e8eb;
}
.finished-project .owl-theme .owl-dots .owl-dot.active span {
	background: #9aa0a6;
}
.m-gallery {
  display:none;
}
.finished-project-detail .owl-nav img {
	width: 30px;
	-webkit-filter: invert(97%) sepia(2%) saturate(996%) hue-rotate(179deg) brightness(89%) contrast(91%);
	filter: invert(97%) sepia(2%) saturate(996%) hue-rotate(179deg) brightness(89%) contrast(91%);
}
.finished-project-detail .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	-webkit-filter: invert(98%) sepia(11%) saturate(497%) hue-rotate(175deg) brightness(98%) contrast(88%);
	filter: invert(98%) sepia(11%) saturate(497%) hue-rotate(175deg) brightness(98%) contrast(88%);
}
.finished-project-detail .owl-prev {
  top:1px;
	position: relative;
}
.finished-project-detail .owl-next {
  top:1px;
	position: relative;
}
.finished-project-detail .owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	bottom: -23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	        justify-content: space-between;
}
.finished-project-detail .owl-theme .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.finished-project-detail .owl-theme .owl-dots .owl-dot span {
	width: 23px;
	height: 4px;
	margin: 0;
	border-radius: 0;
	background: #e5e8eb;
}
.finished-project-detail .owl-theme .owl-dots .owl-dot.active span {
	background: #9aa0a6;
}
.salon .owl-salon .owl-dots {
    margin-left: 400px !important;
    margin-right: 400px !important;
}