﻿.hero-section {
	min-height: 100vh;
	height: 600px;
	position: relative;
	overflow: hidden
}

.hero-section #hero-bg1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	/*opacity: 1;*/
	-webkit-transition: opacity 1s, -webkit-transform 15s;
	transition: opacity 1s, -webkit-transform 15s;
	-o-transition: opacity 1s, transform 15s;
	transition: opacity 1s, transform 15s;
	transition: opacity 1s, transform 15s, -webkit-transform 15s;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.hero-section .main-slider-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.hero-section div#page-scroll {
	font-size: 36px;
	line-height: normal;
	letter-spacing: 1.8px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: SourceSansPro;
	font-weight: 200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-bottom: 140px
}
@media (max-width: 767px) {
    .hero-section div#page-scroll {
        font-size: 25px;
    }
}
.hero-section div#page-scroll .page-scroll-line {
	width: 120px;
	height: 1px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	position: relative;
	bottom: 0;
	top: 80px
}
.hero-section div#page-scroll .page-scroll-line:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 32px;
	background: #fff;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto 0
}
.hero-section div#page-scroll .page-scroll-line-inside {
	position: absolute;
	top: 0;
	border-bottom: 1px solid #fff;
	-webkit-transition: .45s cubic-bezier(.77, 0, .3, 1);
	-o-transition: .45s cubic-bezier(.77, 0, .3, 1);
	transition: .45s cubic-bezier(.77, 0, .3, 1);
	left: 0;
	right: 0;
	-webkit-animation: moving 4s infinite;
	        animation: moving 4s infinite;
	-webkit-animation-timing-function: cubic-bezier(.57, 3, .1, 1);
	        animation-timing-function: cubic-bezier(.57, 3, .1, 1)
}

.home-page div#page-scroll {
	font-size: 36px;
	line-height: normal;
	letter-spacing: 1.8px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: SourceSansPro;
	font-weight: 200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-bottom: 140px
}
@media (max-width: 767px) {
    .home-page div#page-scroll {
        font-size: 25px;
    }
}
.home-page div#page-scroll .page-scroll-line {
	width: 120px;
	height: 1px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	position: relative;
	bottom: 0;
	top: 80px
}
.home-page div#page-scroll .page-scroll-line:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 32px;
	background: #fff;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto 0
}
.home-page div#page-scroll .page-scroll-line-inside {
	position: absolute;
	top: 0;
	border-bottom: 1px solid #fff;
	-webkit-transition: .45s cubic-bezier(.77, 0, .3, 1);
	-o-transition: .45s cubic-bezier(.77, 0, .3, 1);
	transition: .45s cubic-bezier(.77, 0, .3, 1);
	left: 0;
	right: 0;
	-webkit-animation: moving 4s infinite;
	        animation: moving 4s infinite;
	-webkit-animation-timing-function: cubic-bezier(.57, 3, .1, 1);
	        animation-timing-function: cubic-bezier(.57, 3, .1, 1)
}