﻿/*HOME SLIDER*/

.home-owl .item .bg1 {
	background-image: url(../images/banner1.jpg);
	background-position: center;
	background-size: cover;
	
} 

.home-owl .item .bg2 {
	background-image: url(../images/banner2.jpg);
	background-position: center;
	background-size: cover;
} 

.home-owl .item .bg3 {
	background-image: url(../images/banner3.jpg);
	background-position: center;
	background-size: cover;
}

.home-section .inner-section {
	position: relative;
}

.home-section .inner-section:hover .mouse-icon .scroll-down:before {
	background-image: url("../images/201606071806_03.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	opacity: 0.9;
	-webkit-transition-duration: 1.2s;
	  -moz-transition-duration: 1.2s;
	    -ms-transition-duration: 1.2s;
		  -o-transition-duration: 1.2s;
		    transition-duration: 1.2s;
}

.home-owl .item .shadow {
	width: 100%;
	height: 100%;
}

.home-owl-content .heading h1 {
	/*font-size: 80px;*/
	font-size: 4.2rem;
	color: #FFF;
	font-weight: 100;
	text-transform: uppercase;
}

.motto {
	font-size: 15px;
	/*font-style: italic;*/
	font-weight: 300;
	/*color: #FFF;*/
	color: #ccc;
	max-width: 450px;
	margin: 0 auto;
	padding-top: 20px;
}
.mouse-icon {
	display: block;
	position: absolute;
	width: 30px;
	height: 44px;
	bottom: 10%;
	left: 50%;
	cursor: pointer;
}

.mouse-icon .scroll-down:before {
	background-image: url("../images/201606071806_03.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	/*content: "\f078";*/
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	opacity: 0;
}






	/* 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;}
	}
