* {
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.3;
}
.slides-navigation {
	top: 50%;
}
.slides-navigation a {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	display: block;
	text-decoration: none;
	border: 3px solid #fff;
	color: white;
	font-weight: bold;
	font-size: 40px;
	margin: 0 25px;
	text-shadow: 0 1px 1px #000;
	text-align: center;
	height: 75px;
	width: 80px;
	top: -40px;
	padding: 1px;
	-webkit-box-shadow: 0 1px 1px black;
	-moz-box-shadow: 0 1px 1px black;
	box-shadow: 0 1px 1px black;
	-webkit-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	transition: background 0.15s ease;
}
.slides-navigation a:hover {
	background: #0a1253;
}
@media screen and (max-width: 767px) {
	.slides-navigation {
		display: none;
	}
}
.slides-pagination a {
	width: 15px;
	height: 15px;
	margin: 5px 2px;
	border-color: white;
	-webkit-box-shadow: 0 1px 1px black;
	-moz-box-shadow: 0 1px 1px black;
	box-shadow: 0 1px 1px black;
}
.slides-pagination a.current {
	background: white;
}
@media only screen and (min-width: 1199px) {
	.container {
		width: 85%;
		/*
    padding-right: 0px;
    padding-left: 0px;
*/
		/*
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
*/
	}
}
.contrast {
	text-align: center;
	margin-top: 200px;
}
.contrast h1 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 1px #000;
	margin: 30px 0;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.contrast h1 {
		font-size: 2.94529em;
		margin: 15px 0;
	}
}
.contrast a {
	color: inherit;
	border: 2px solid;
	padding: 10px;
	font-size: 1.3vw;
	margin-top: 20px;
	display: inline-block;
	border-radius: 15px;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
.contrast a:hover {
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid transparent;
	border-radius: 15px;
	text-decoration: none;
	letter-spacing: 2px;
	padding-right: 30px;
}
.contrast a:after {
	content: " \f105";
	font-family: "FontAwesome";
	position: absolute;
	margin-left: -10px;
	transition: all .3s;
	opacity: 0;
}
.contrast a:hover:after {
	margin-left: 10px;
	opacity: 1;
}
.contrast p {
	font-size: 22px;
	line-height: 1.2;
	color: #000;
	padding: 0px 0px;
	text-align: justify;
}
img.keep-original {
	max-width: 100% !important;
	height: auto;
}
.loading-container {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}
.pulse {
	display: none;
	border: 3px solid #999;
	height: 30px;
	width: 30px;
	position: absolute;
	left: -15px;
	top: -15px;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1.0;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}
#connect {
	z-index: 10;
	position: fixed;
	width: 100%;
	list-style: none;
	margin: 0;
	margin-left: 90px;
	padding: 20px;
}
#connect li {
	float: left;
	margin-right: 20px;
	color: white;
}
#connect li span {
	display: block;
	font-size: 15px;
	text-shadow: 0 1px 1px #000;
}
#connect li .version:before {
	content: "v";
}
@media screen and (max-width: 767px) {
	#connect {
		margin-left: 0;
	}
}
.contrast {
	padding: 1px 10px;
	width: 50%;
}