


/* HTML5 display-role reset for older browsers */


ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button {
	padding: 0;
	margin: 0;
	border: none;
}

input:focus,
button:focus {
	outline: none;
}



.back-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.container {
	margin: auto;
}

.rect-outer {
	position: relative;
}

.rect-outer .rect-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-intro .container {
	width: 90%;
	max-width: 1500px;
	margin:0 auto;
}

.section-intro .photo-slider-wrap {
	position: relative;
}

.section-intro .slider-arrow {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
	
	z-index: 3;
	transition: .5s;
	cursor: pointer;
	padding: 0px;
	background: rgba(0, 0, 0, 0);
}

.section-intro .slider-arrow:hover {
	background: rgba(0, 0, 0, 0);
}

.section-intro .slider-arrow.slide-next {
	right: 6px;
	z-index: 4;
}


.section-intro .photo-slider {
	width: 100%;
	height: 600px;
	position: relative;
}

.section-intro .photo-slider .caption {
	font-size: 30px;
	color: white;
	transition: .5s;
	font-weight: 700;
	text-transform: uppercase;
}

.section-intro .photo-slider > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0px;
}

.section-intro .photo-slider > div.active {
	z-index: 3;
	opacity: 1;
	
}

.section-intro .photo-slider > div.prev .caption {
	opacity: 0;
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.section-intro .photo-slider > div.next {
	z-index: 2;
	opacity: 1;
}

.section-intro .photo-slider > div.next .caption {
	opacity: 0;
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.section-intro .photo-slider-thumb {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-intro .photo-slider-thumb .caption {
	color: white;
	transition: .5s;
}

.section-intro .photo-slider-thumb > div {
	width: 25%;
	height: 150px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

@media (max-width: 700px) {
	.section-intro .photo-slider-thumb > div {
		width: 50%;
	}
	.section-intro .photo-slider {
	width: 100%;
	height: 600px;
	position: relative;
}
}

.section-intro .photo-slider-thumb > div:hover > div:before {
	opacity: 1;
}

.section-intro .photo-slider-thumb > div > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 10px;
}

.section-intro .photo-slider-thumb > div > div.prev .caption {
	opacity: 0;
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.section-intro .photo-slider-thumb > div > div.next {
	z-index: 2;
	opacity: 1;
}

.section-intro .photo-slider-thumb > div > div.next .caption {
	opacity: 0;
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.section-intro .photo-slider-thumb > div > div:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: .5s;
}

.section-intro .photo-slider-thumb > div > div.next {
	z-index: 1;
}
@media screen and (min-width:325px) and (max-width:480px) {
	.slide-next img {
		height: 40px;
		width: 40px;
	}
	
	
}

/*# sourceMappingURL=style.css.map */
