#neutrone{}
@charset "utf-8";
/* CSS Document */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #777;
}
.adam_0_bgimg-1, .adam_0_bgimg-2, .adam_0_bgimg-3{
	position: relative;
	/*opacity: 0.65;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.adam_0_bgimg-1 {
	background-image: url("../img/sport4.jpg");
	min-height: 100%;

}

.adam_0_bgimg-2 {
	background-image: url("../img/wellness5.jpg");
	min-height: 400px;

}

.adam_0_bgimg-3 {
	background-image: url("../img/digital1.jpg");
	min-height: 500px;

}
.adam_0_captionA {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	text-align: center;
	color: #000;
}
.adam_0_captionA span.adam_0_border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.adam_0_caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}
.adam_0_caption span.adam_0_border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.adam_0_caption a {color: #fff; text-decoration: none;}
.adam_0_caption a:hover{color: #fff;text-decoration: none}
.adam_0_caption a:selected{color: #fff;text-decoration: none}

h3 {
letter-spacing: 5px;
text-transform: uppercase;
font: 20px "Lato", sans-serif;
color: #111;
}

.adam_0_le{
	color: #777;
	background-color:white;
	padding:50px 80px;
	text-align: justify;
}
.adam_log{
	position: relative;
	left: 50%;
	margin-left: -100px;
	display: inline-block;
	width: 200px;
}
.adam_0_le a {color: #777; text-decoration: underline; font-weight: bold;}
.adam_0_le a:hover{color: #777;text-decoration: none}
.adam_0_le a:selected{color: #777;text-decoration: none}
@media screen and (max-width: 440px)  {
	.adam_0_le{padding:50px 30px 50px 30px;}
}
	
.adam_0_se-2{
	color:#ddd;
	background-color:#282E34;
	padding:50px 80px;
	/*text-align: justify;*/
}
.adam_0_se-2 img{
	height:130px;
}
.adam_0_se-2 a {color: #ddd; text-decoration: underline; font-weight: bold;}
.adam_0_se-2 a:hover{color: #ddd;text-decoration: none}
.adam_0_se-2 a:selected{color: #ddd;text-decoration: none}
@media screen and (max-width: 440px)  {
	.adam_0_se-2{padding:50px 5px;}
}

.adam_0_se-3{
	color:#ddd;
	background-color:#282E34;
	padding:50px 80px;
	text-align: justify;
}
.adam_0_se-3 img{
	width: 200px;
}
.adam_0_se-3 a {color: #ddd; text-decoration: underline; font-weight: bold;}
.adam_0_se-3 a:hover{color: #ddd;text-decoration: none}
.adam_0_se-3 a:selected{color: #ddd;text-decoration: none}
@media screen and (max-width: 440px)  {
	.adam_0_se-3{padding:50px 5px;}
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {ì
.adam_0_bgimg-1, .adam_0_bgimg-2, .adam_0_bgimg-3 {
background-attachment: scroll;
    }

}