.owl-theme .owl-controls {

text-align:left;
	-webkit-tap-highlight-color: transparent;
	
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	background-color:transparent !important;

	
}

#vid-sec.owl-theme .owl-controls {

	text-align:left;
		-webkit-tap-highlight-color: transparent;
		position: absolute;
		bottom:5%;
		width: 150px;
		right:0px;
		z-index: 999;
		
	}


	#vid-sec.owl-theme .owl-controls .owl-nav [class*=owl-] {
		color:rgba(255,255,255,.7);
		font-size: 20px;
		margin: 0px;
		padding: 5px;
		display: inline-block;
		cursor: pointer;
		background-color:transparent !important;
		
	
		
	}
	

#houses.owl-theme .owl-controls {

	text-align:left;
		-webkit-tap-highlight-color: transparent;
		position: absolute;
		bottom:20%;
		width: 120px;
		left:30%;
		z-index: 999;
		
	}

#houses.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 32px;
	margin: 0px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	background-color:transparent !important;
	

	
}


#mission.owl-theme .owl-controls {

	text-align:left;
		-webkit-tap-highlight-color: transparent;
		position: absolute;
		bottom:51px;
		width: 100px;
		right:100px;
		z-index: 999;
		
	}

#mission.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 22px;
	margin: 0px;
	padding: 10px 20px !important;
	display: inline-block;
	cursor: pointer;
	background-color:#1d1d22 !important;
	

	
}





.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
	
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor: default;
	background: #fff;
	
	
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	
	
	
	
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #e5b34b;
	opacity:.5;
	border-radius:50%;
	margin:13px 10px 13px 0px;
	display: block;
	-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-transition: all .3s ease-in-out;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	
	opacity:1;
	width: 30px;
	border-radius:40px !important;
}
