.home01{
	background-size: cover !important;
}
.bg-img1 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/01.jpg') 0 50% fixed no-repeat;
}
.bg-img2 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/02.jpg') 0 50% fixed no-repeat;
}
.bg-img3 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/03.jpg') 0 50% fixed no-repeat;
}
.bg-img4 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/04.jpg') 0 50% fixed no-repeat;
}
.bg-img5 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/05.jpg') 0 50% fixed no-repeat;
}
.bg-img6 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/06.jpg') 0 50% fixed no-repeat;
}
.bg-img7 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/07.jpg') 0 50% fixed no-repeat;
}
.bg-img8 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/08.jpg') 0 50% fixed no-repeat;
}
.bg-img9 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/09.jpg') 0 50% fixed no-repeat;
}
.bg-img10 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/10.jpg') 0 50% fixed no-repeat;
}
.bg-img11 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/11.jpg') 0 50% fixed no-repeat;
}
.bg-img12 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/12.jpg') 0 50% fixed no-repeat;
}
.bg-img13 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/13.jpg') 0 50% fixed no-repeat;
}
.bg-img14 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/14.jpg') 0 50% fixed no-repeat;
}
.bg-img15 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/15.jpg') 0 50% fixed no-repeat;
}
.bg-img16 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/16.jpg') 0 50% fixed no-repeat;
}
.bg-img17 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/17.jpg') 0 50% fixed no-repeat;
}
.bg-img18 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/18.jpg') 0 50% fixed no-repeat;
}
.bg-img19 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/19.jpg') 0 50% fixed no-repeat;
}
.bg-img20 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/20.jpg') 0 50% fixed no-repeat;
}
.bg-img21 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/21.jpg') 0 50% fixed no-repeat;
}
.bg-img22 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/22.jpg') 0 50% fixed no-repeat;
}
.bg-img23 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/23.jpg') 0 50% fixed no-repeat;
}
.bg-img24 {
	background: url('http://saltytiers.com/clients/ffinc/images/main/24.jpg') 0 50% fixed no-repeat;
}

.home01 h1{
	letter-spacing: 15px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 57px;
	display: inline-block;
	font-weight: 700;
}
.home01 h1::after{
	content: '';
	clear: both;
	margin: 0 auto;
	height: 5px;
	width: 95%;
	display: block;
	position: absolute;
	margin-left: 4px;
}
.to-down-wrap{
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 25%;
	left: 50%;
	-moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.to-down{
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -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;

}
.to-down span{
	font-size: 30px;
	line-height: 37px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	-moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
     -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;
}
.to-down:hover{
	 -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: #fff;
}    
.to-down:hover span{
	color: #000;
}
	