/** RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
pre {
	max-width: 100%;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
ul, ol {
	list-style: none;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	border-left: none !important;
	font-size: inherit !important;
}
a:focus,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}
a.btn:focus,
a.btn:hover,
a.btn:active {
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
}
button, input[type="text"], input[type=textfield], input[type="submit"], input[type=search], select {
	-webkit-appearance: none;
	border-radius: 0;
}
.clear,
.clearfix {
	clear: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: lightgray 5000s ease-in-out 0s;
	box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

/* TYPO */
html,
body {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-weight: 300;
	font-size: 1rem;
}
a,
a:focus,
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	height: 100%;
	width: 100%;
}

/* content */
.container {
	height: 100%;
	width: 100%;
}
.container .content {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	width: 100%;
	height: calc(100% - 185px);
	background-image: url(../images/water-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.container .content .content-img,
.container .content .content-text {
	width: 100%;
	height: auto;
}
.container .content .content-img {
	margin-top: 15%;
}
.container .content .content-img img {
	width: 60%;
	margin: 0 auto;
}
/* text*/
.container .content .content-text {
	padding: 2rem 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.8);
}
.container .content .content-text p {
	line-height: 1.7;
	font-size: 2rem;
}
.container .content .content-text p span.name {
	text-transform: uppercase;
}
.container .content .content-text .social-media {
	margin-top: 1rem;
}
.container .content .content-text .social-media img {
	width: 40px;
	height: 40px;
}
/* partners */
.container .partners {
	position: relative;
	width: 100%;
	height: 185px;
	display: flex;
  align-items: center;
	padding: 0 2rem;
}
.container .partners .swiper .swiper-wrapper {
	display: flex;
	align-items: center;
}
.container .partners .swiper .swiper-wrapper .swiper-slide {
	text-align: center;
}
.container .partners .swiper .swiper-wrapper .swiper-slide img {
	max-height: 170px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	font-size: 1rem !important;
	color: #000000 !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0 !important
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0 !important;
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.swiper-pagination.disabled,
.swiper-button-prev.disabled,
.swiper-button-next.disabled {
	display: none;
}

/* MEDIA QUERIES */

/* both */
@media screen and (max-width: 992px), screen and (max-height: 992px) {

	.container .content {
		height: calc(100% - 120px);
	}
	.container .partners {
		height: 120px;
	}
	.container .content .content-text p {
		font-size: 1.2rem;
	}
	.container .content .content-text .social-media img {
		width: 30px;
		height: 30px;
	}

}
@media screen and (max-width: 580px), screen and (max-height: 580px) {

	.container .content .content-text p {
		font-size: 1rem;
	}

}

/* only height */
@media screen and (max-height: 680px) {

	.container .content {
		align-items: flex-start;
	}
	.container .content .content-img {
		margin-top: 4rem;
	}
	.container .content .content-img img {
    width: 40%;
	}
	.container .content .content-text {
		padding: 1rem;
		display: flex;
		flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	}
	.container .content .content-text .social-media {
		margin-top: 0;
	}
	.container .content .content-text .social-media img {
		width: 25px;
		height: 25px;
	}
	.container .content .content-text p.contact {
		padding: 0 1rem;
	}

}

@media screen and (max-height: 580px) {

	.container .content .content-img {
		margin-top: 2rem;
	}
	.container .content .content-img img {
    width: 30%;
	}

}
/* end height */

/* only width */

@media screen and (max-width: 580px) {

	.container .content .content-img img {
    width: 100%;
	}
	.container .content .content-text .social-media {
		width: 100%;
	}

}
@media screen and (max-width: 320px) {

	.container .content .content-text p span {
		display: block;
	}
	.container .content .content-text p span.spacer {
		display: none;
	}

}
