#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;
}
.bgimg-1, .bgimg-2, .bgimg-3{
	position: relative;
	/*opacity: 0.65;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg-1 {
	background-image: url("../img/4.jpg");
	min-height: 100%;

}

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

}

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

}
.disclaimer {
	position: absolute;
	left: 50%;
	top: 18%;
	width: 90%;
	max-width: 900px;
	height:60px;
	line-height: 60px;
	margin-left: -450px;
	text-align: center;
	color: #000;
	/*background-color: #5A9EE9;
	border-radius: 5px;
	box-shadow: 5px 5px 20px #777777;*/
}
.disclaimer span.border {
	/*background-color: #5A9EE9;
	color: #000;
	padding: 18px;
	font-size: 20px;
	letter-spacing: 3px;*/
}
@media screen and (max-width: 1100px)  {
	.disclaimer{display: none;}
}
.disclaimer_m {
	position: absolute;
	left: 50%;
	top: 15%;
	width: 70%;
	max-width: 300px;
	height:200px;
	//line-height: 60px;
	margin-left: -150px;
	text-align: center;
	color: #000;
	/*background-color: #5A9EE9;*/
	border-radius: 5px;
	padding: 10px;
	transition-property: all;
	transition-duration: 1s;
}
.disclaimer_m span.border {
	/*background-color: #5A9EE9;*/
	color: #000;
	font-size: 20px;
	letter-spacing: 3px;
}
.disclaimer_m span.border img{
	/*background-color: #5A9EE9;*/
	width: 150px;
}
@media screen and (max-width: 430px)  {
	.disclaimer_m{max-width: 200px; margin-left: -100px; padding: 10px; height:220px;}
	.disclaimer_m span.border {font-size: 15px;}
}
@media screen and (min-width: 1101px)  {
	.disclaimer_m{display: none;}
}

.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #000;
}
.caption span.border {
	background-color: #111;
	color: #fff;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.caption span.border2 {
	background-color: transparent;
	color: #f7f7f7;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.caption span.border3 {
	background-color: transparent;
	color: #f7f7f7;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}
.border h1, .border2 h1, .border3 h1{
font-size: 25px;
font-famly:"Lato", sans-serif;
text-transform: uppercase;
font-weight: lighter;
margin: 0px;
padding:0px;
}
.caption a {color: #fff; text-decoration: none;}
.caption a:hover{color: #fff;text-decoration: none}
.caption a:selected{color: #fff;text-decoration: none}

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

.le{
	color: #777;
	background-color:white;
	padding:50px 80px;
	text-align: justify;
}
.le a {color: #777; text-decoration: underline; font-weight: bold;}
.le a:hover{color: #777;text-decoration: none}
.le a:selected{color: #777;text-decoration: none}
@media screen and (max-width: 440px)  {
	.le{padding:50px 30px 50px 30px;}
}
	
.se-2{
	color:#ddd;
	background-color:#282E34;
	padding:50px 80px;
	text-align: justify;
}
.se-2 a {color: #ddd; text-decoration: underline; font-weight: bold;}
.se-2 a:hover{color: #ddd;text-decoration: none}
.se-2 a:selected{color: #ddd;text-decoration: none}
@media screen and (max-width: 440px)  {
	.se-2{padding:50px 5px;}
}
@media screen and (max-width: 440px)  {
	.se-2 img{width: 80%; max-width:250px;}
}

.se-3{
	color:#ddd;
	background-color:#282E34;
	padding:50px 80px;
	text-align: justify;
}
.se-3 a {color: #ddd; text-decoration: underline; font-weight: bold;}
.se-3 a:hover{color: #ddd;text-decoration: none}
.se-3 a:selected{color: #ddd;text-decoration: none}
@media screen and (max-width: 440px)  {
	.se-3{padding:50px 5px;}
}
.success{
	position: absolute;
	z-index: 20;
	width: 400px;
	top: 75px;
	left: 50%;
	margin-left: -200px;
	color: black;
	text-align: center;
	background: #1e90ff;
	border-radius: 5px;
	border: 1px solid #75CAA6;
}
@media screen and (max-width: 440px)  {
	.success{top: 60px;}

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

}