/* ------------- GENERAL / SITE-WIDE  (start) ------------- */

/* FlexSlider Gallery - Force mobile to function like desktop (no dots): */
.touch .hasSlideshow .blockImg .flex-direction-nav {
    /*display: inline;*/
}
.touch .hasSlideshow .blockImg .flex-control-nav {
    /*display: none;*/
}

/* ------------- GENERAL / SITE-WIDE  (end) ------------- */


/* ------------- HERO  (start) ------------- */

.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 {
    position: relative;
}

.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 .blockImg {
    padding-top: 0 !important;
}


/* Customize text: */
.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 .blockText {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 500px;
    max-width: 80%;
    
    z-index: 1;
    
    text-shadow: 0px 0px 5px #000000;
}

.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 .contentTitle {
    position: relative;
    padding-bottom: 14px;
}

.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 .contentTitle:after {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 1px;
    height  : 1px;
    width   : 50px;
    border-bottom: 5px solid #FFF;
    
    box-shadow: 0px 0px 5px #000;
}

.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 .blockInnerContent {
    padding-top: 11px;
}

/* Hide gallery arrows: */
.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 .flex-direction-nav {
    display: none;
}
.blockWrap_b2d10dca2da940f5a8a54ca51a4fa472 .hasSlideshow .blockImg .flex-control-nav {
    display: none;
}


/* Topo: */
.blockWrap_c5c4f9ae90d14cc49163eb13d14e100f {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    
    opacity: 0.75;
    
    /*z-index: 2;*/
}

/* Copyright text: */
.block_b123f2a560fc48649f5006754ba8a680 {
    position: relative;
}

.block_b123f2a560fc48649f5006754ba8a680 .blockText {
    position: absolute;
    padding: 0;
    bottom: 6px;
    right: 6px;
    width: auto;
}



/* Scroll Down Arrow: */
.container {
    position: absolute;
    top: 0;
	display: flex;
	/*background-color: #26a1ff;*/
	width: 100vw;
	height: 100vh;
}

.container-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto auto 0 auto;
	/*background-color: red;*/
}

.text-label {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	color: #fff;
}

.arrow-circle-down {
	display: block;
	width: 42px;
	height: 16px;
	margin: 16px 0;
	/*fill: #fff;*/
}

.bounce {
	-webkit-animation: bounce 4s;
	        animation: bounce 4s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}





/* ------------- HERO  (end) ------------- */


/* ------------- ABOUT  (start) ------------- */

/* Items list: */
.block_c188e068e1fe4c29b5b87e697d70f999 .itemsCollectionContent {
    max-width: 80%;
    margin: auto;
}

/* ------------- ABOUT  (end) ------------- */