/*intro.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Origin*/
/* Version: 1.0 Initial Release*/
/* Author: Unbranded.*/
/* Website: http://www.unbranded.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.left{
	position: absolute;
	width: 50%;
	top: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
		-ms-transition: all .8s ease-in-out;
		 -o-transition: all .8s ease-in-out;
			transition: all .8s ease-in-out;
}
.right{
	position: absolute;
	width: 50%;
	top: 0px;
	right: 0px;
	opacity: 1;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
		-ms-transition: all .8s ease-in-out;
		 -o-transition: all .8s ease-in-out;
			transition: all .8s ease-in-out;
}
.overlay{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
		-ms-transition: all .8s ease-in-out;
		 -o-transition: all .8s ease-in-out;
			transition: all .8s ease-in-out;
}
.home-left:hover > .home-01-item.overlay{
	opacity: 0.9;
}
.home-right:hover > .home-01-item.overlay{
	opacity: 0.9;
}
.home-left{
	position: relative;
}
.home-right{
	position: relative;
}

.home-content-right.owl-theme .owl-controls {
	margin-top: 0px;
	position: absolute;
	right: 90.8%;
	bottom: 80px;
	width: 145px;
}
.home-content-right.owl-theme .owl-controls .owl-buttons div{
	background: transparent;
	border-radius: 0;
	margin: 0px 10px;
	font-size: 30px;
	line-height: 37px;
	padding: 0px 10px;
	height: 40px;
	width: 40px;
	opacity: 1;
	-webkit-transition: all .6s ease-in-out;
	   -moz-transition: all .6s ease-in-out;
		-ms-transition: all .6s ease-in-out;
		 -o-transition: all .6s ease-in-out;
			transition: all .6s ease-in-out;
}

.highlights-item .img{
	display: inline-block;
	margin-right: 28px;
	margin-bottom: 40px;
	border-radius: 50%;
	border: 2px solid;
}
.highlights-item .text{
	display: inline-block;
	vertical-align: middle;
}
.highlights-item .text h4{
	font-size: 24px;
    line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.highlights-item .text h5{
	font-size: 15px;
    line-height: 22px;
	font-style: italic;
	text-align: left;
}

.home-content-right.owl-theme .owl-controls .owl-buttons div{
	display: none;
}
.left-nav, .right-nav{
	cursor: pointer;
	border-radius: 0;
	margin: 0px 10px;
	font-size: 30px;
	line-height: 37px;
	padding: 0px 10px;
	height: 40px;
	width: 40px;
	opacity: 1;
	-webkit-transition: all .6s ease-in-out;
	   -moz-transition: all .6s ease-in-out;
		-ms-transition: all .6s ease-in-out;
		 -o-transition: all .6s ease-in-out;
			transition: all .6s ease-in-out;
}
.left-nav{
	position: absolute;
	right: 10px;
	bottom: 80px;
}
.right-nav{
	position: absolute;
	left: 10px;
	bottom: 80px;
}
