/*Home section*/



.home-section .inner-section {

	position: relative;

}



.home-owl .item .shadow {

	background-color: rgba(0,0,0,0.5);

	width: 100%;

	height: 100%;

}



.home-owl .item .bg1 {

	background-image: url(http://placehold.it/1920X1080);

	background-size: cover;

	background-color: rgba(0,0,0,0.5);

} 



.home-owl .item .bg2 {

	background-image: url(http://placehold.it/1920X1080);

	background-size: cover;

} 



.home-owl .item .bg3 {

	background-image: url(http://placehold.it/1920X1080);

	background-size: cover;

} 



.home-owl .owl-controls .owl-buttons .owl-prev {

	position: absolute;

	left: 0;

	top: 50%;

	border-radius: 0;

	background: transparent;

	opacity: 1;

	font-family:"new_ciclefina";

	font-weight: 100;

	font-size: 100px;

	transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ie-transform: translateY(-50%);

}



.home-owl .owl-controls .owl-buttons .owl-next {

	position: absolute;

	right: 0;

	top: 50%;

	border-radius: 0;

	background: transparent;

	opacity: 1;

	font-family:"new_ciclefina";

	font-size: 100px;

	transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ie-transform: translateY(-50%);

}





.home-owl-content .sub-heading span {

	font-size: 30px;

	line-height: 37px;

	font-family: "CrimsonText-Italic";

	position: relative;

}



.home-owl-content .sub-heading {

	position: relative;

	width: 80%;

	margin-left: 10%;

}



.sub-heading-custom-element {

	height: 1px !important;

}



.home-owl-content .heading h1 {

	font-size: 80px;

	line-height: 87px;

	font-family: "RalewayHeavy";

}



.home-owl-content .motto {

	margin-top: 10px;

}



.home-owl-content .motto span {

	font-size: 16px;

	line-height: 23px;

	font-family: "RalewayBold"

}



.home-owl-content .motto span.separator {

	position: relative;

	bottom: 4px;

	margin:0px 5px;

}



.owl-theme .owl-controls {

	margin: 0;

}



.mouse-icon {

	display: block;

	position: absolute;

	width: 30px;

	height: 44px;

	border: 2px solid #fff;

	border-radius: 15px;

	bottom: 15%;

	left: 50%;

	cursor: pointer;

	transform: translateX(-50%);

	-moz-transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

	-o-transform: translateX(-50%);

	-ie-transform: translateX(-50%);

}



.mouse-icon .wheel {

	position: relative;

	width: 6px;

	height: 9px;

	border-radius: 50%;

	top: 4px;

	background: #fff;

	margin-left: auto;

	margin-right: auto;

	/* Chrome, Safari, Opera */

	-webkit-animation-name:myfirst;

	-webkit-animation-duration:1s;

	-webkit-animation-timing-function:linear;

	-webkit-animation-delay:0s;

	-webkit-animation-iteration-count:infinite;

	

	-webkit-animation-play-state:running;

	/* Standard syntax */

	animation-name:myfirst;

	animation-duration:1s;

	animation-timing-function:linear;

	animation-delay:0s;

	animation-iteration-count:infinite;

	

	animation-play-state:running;

}



	/* Chrome, Safari, Opera */

	@-webkit-keyframes myfirst

	{

	0%   { top:4px;opacity: 0;}

	30% { top:9px;opacity: 1;}

	100% { top:25px;opacity: 0;}

	}



	/* Standard syntax */

	@keyframes myfirst

	{

	0%   { top:4px;opacity: 0;}

	30% { top:9px;opacity: 1;}

	100% { top:25px;opacity: 0;}

	}

