/* COMMON */
.hidden {
	display: none;
}
.button-primary {
	background-color: #1EAEDB !important;
	border-color: #1EAEDB !important;;
}
.button-primary:hover {
	background-color: #0FA0CE !important;;
	border-color: #0FA0CE !important;;
}


/* BACKGROUND */
html::before{
	content: "";
	display: block;
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scoll;
}
html::before { background-image: url(images/header/header_19_400.jpg) };

@media (min-width: 400px)  { html::before { background-image: url(images/header/header_19_550.jpg);} }
@media (min-width: 550px)  { html::before { background-image: url(images/header/header_19_750.jpg);} }
@media (min-width: 750px)  { html::beforewd { background-image: url(images/header/header_19_1000.jpg);} }
@media (min-width: 1000px) { html::before { background-image: url(images/header/header_19_1920.jpg);} }


/* HEADER */
header {
	width: 100%;
	height: 500px;
	text-align: center;
	color: #0F0F0F;
	overflow: hidden;
}
header div {
/* 	background-image: url(images/banner/banner_400px.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center; */
	white-space: no-wrap;
	width: 95%;
	margin: 0 auto;
	padding: 20rem 0;
}
header h1 {
	font-weight: 400;
	font-size: 1.8em;
	margin: 0.2em 0 0.1em 0;
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
}
header i {
	background-image: url(images/logo/logo_256px.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	position: relative;
	width: 90%;
	height: 150px;
}
header h2 {
	/* font-family: 'Shadows Into Light', cursive; */
	font-size: 1em;
	margin-top: 1em;
	letter-spacing: 0;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	font-weight: bold;
}
header a {
	color: #fff;
	text-decoration: none;
}


/* HEADER (responsive) */
@media (min-width: 400px) {
	hgroup {
		/* background-image: url(images/banner/banner_550px.png); */
	}
	header h1 {
		font-size: 2em;
	}
	header i {
		background-image: url(images/logo/logo_512px.png);
		height: 200px;
	}
	header h2 {
		font-size: 1.25em;
		margin-top: 1.25em;
	}
}
@media (min-width: 550px) {
	hgroup {
		/* background-image: url(images/banner/banner_750px.png); */
	}
	header h1 {
		font-size: 3em;
	}
	header i {
		height: 250px;
	}
	header h2 {
		font-size: 1.5em;
		margin-top: 1.5em;
	}
}
@media (min-width: 750px) {
	hgroup {
		/* background-image: url(images/banner/banner_1000px.png); */
	}
	header h1 {
		font-size: 3.5em;
	}
	header i {
		background-image: url(images/logo/logo_1024px.png);
		height: 300px;
	}
	header h2 {
		font-size: 1.75em;
		margin-top: 1.75em;
	}
}
@media (min-width: 1200px) {
	header h1 {
		font-size: 5.5em;
	}
	header i {
		/* background-image: url(images/logo/logo_1920px.png); */
		height: 500px;
	}
	header h2 {
		font-size: 2.5em;
	}
}


/* NAVIGATION */
#nav{
	background-color: #fff;
	width: 100%;
}
#nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	max-width: 960px;
}
#nav ul li { 
	float: left; 
	margin: 0;
}
#nav ul li a {
	display: inline-block;
	color: #0F0F0F;
	text-align: center;
	text-transform: uppercase;
	padding: 24px 3rem;
	text-decoration: none;
	transition: 0.3;
	font-size: 1.5rem;
	outline: none;
}
#nav .logo {
	width: 48px;
	height: 48px;
	padding: 12px 3rem;
	overflow: hidden;
	display: block !important;
}
#nav .logo a {
	background-image: url(images/logo/logo_48px.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: inherit;
	height: inherit;
	padding: 0 !important;
}
#nav .social {
	height: 0px;
}
#nav .social a {
	padding: 20px 0.5rem;
}

#nav ul li a:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 0.8);
}
#nav .logo a:hover, #nav .social a:hover {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.8);
}
#nav ul li.icon {
	display: none;
}


/* NAVIGATION (when sticked to top) */
.sticked_to_top {
	position: fixed;
	top: 0;
	z-index: 10;
}
@media (min-width: 810px) {
	.sticked_to_top { background-color: rgba(255, 255, 255, 0.8) !important; }
}


/* NAVIGATION (on small screen) */
@media screen and (max-width: 1050px) {
	#nav ul li a {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media screen and (max-width: 810px) {
	#nav {
		border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	}
	#nav ul li a {
		padding: 12px 4rem;
	}
	#nav ul .logo {
		padding: 0 4rem;
	}
	
	#nav .social {
		padding: 12px 4rem !important;
	}
	#nav .social a {
		display: inline !important;
		padding: 20px 0.5rem !important;
	}
	
	#nav ul li:not(:first-child) {
		display: none;
	}
	#nav ul li.icon {
		float: right;
		display: inline-block;
	}
	#nav ul.responsive {
		position: relative;
	}
	#nav ul.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	#nav ul.responsive li {
		float: none;
		display: inline;
	}
	#nav ul.responsive li a {
		display: block;
		text-align: left;
		padding: 12px 4rem;
	}
}


/* CONTENT */
.container {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 810px) {
	.container {
		padding-top: 4rem;
		padding-bottom: 4rem;
		overflow: hidden;
	}
}
section {
	background: #fff;
	color: #0F0F0F;
	display: block;
}
section h3 {
	font-size: 5rem;
	padding-bottom: 1rem;
	text-align: center;
}
article {
	margin-bottom: 1rem;
}

p {
	text-align: justify;
}
p.pre {
	white-space: pre-line;
}
a.button {
	color: #1EAEDB;
	text-decoration: none;
}
a.button:hover, a.button:active {
	color: #0FA0CE;
}
.button {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin: 0.5em 0;
}

.prev, .next {
	position: absolute;
	font-size: 4rem;
	margin-top: -2rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	top: 50%;
	outline: 0;
	z-index: 1;
}
.prev {
	left: 5%;
}
.next {
	right: 5%;
}
.fa-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
}
@media screen and (max-width: 810px) {
	.prev, .next {
		font-size: 3rem;
		margin-top: -1.5rem;
		text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	}
}

.bx-caption {
	width: auto !important;
	-webkit-border-radius: 0 8px 0 0;
-moz-border-radius: 0 8px 0 0;
border-radius: 0 8px 0 0;
	padding: 0 16px;
}
.bx-caption span{
	font-family: inherit !important;
}


#about .about {
	position: relative;
	display: block;
	margin-bottom: 1rem;
	text-align: center;
}
#about .about .item {
	border: #fff 20px solid;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#about .about img {
	width: 240px;
	height: 240px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	display: block;
	max-width: 100%;
}
@media (min-width: 350px) { #about .about img { border: #E7E7E7 10px solid; } }
#about .about hr {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 0;
}


#media .content {
	position: relative;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#media .link {
 	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
	padding: 5px 10px;
	display: none;
}
#media .nav {
	position: relative;
	height: 100%;
}


#contact, #contact input, #contact textarea, .transparent {
	background-color: rgba(0, 0, 0, 0.4) !important;
	color: #fff;
}
#contact input, #contact textarea {
	border-color: #3A3A3A;
}
#contact input:not([type="submit"]):focus, #contact textarea:focus {
	border-color: #0FA0CE;
}
#contact input[type="submit"]:hover {
	border-color: #888;
}
#contact label {
	font-weight: normal;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 1.2rem;
}
#contact .fa-circle {
	color: rgba(0, 0, 0, 0.4);
}



/* FOOTER */
footer {
	background-color: rgba(0, 0, 0, 0.8);
}
footer, footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #1EAEDB;
}
footer .container {
	padding: 1rem 0 !important;
}
footer .columns {
	padding-top: 6px;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
}
footer .columns:first-child {
	background-image: url(images/logo/logo_32px.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	height: 28px;
	padding-left: 36px;
}
footer .columns:last-child {
	text-align: right;
}
.w3c { 
	width: 108px; 
	display: block; 
	overflow: hidden; 
	margin: 1px auto; 
}
.w3c_html { 
	float: left; 
	width: 54px; 
	height: 17px; 
	display: block; 
	overflow: hidden; 
	background: url(images/w3c_html.png) no-repeat; 
}
.w3c_css { 
	width: 48px; 
	height: 17px; 
	display: block; 
	overflow: hidden; 
	background: url(images/w3c_css.png) no-repeat; 
}
.w3c_html:hover, .w3c_css:hover	{ 
	background-position: 0px -17px 
}
@media screen and (max-width: 650px) {
	footer .columns {
		text-align: center !important;
		padding-left: 0 !important;
	}
}


