html,body{
    height:100%;
    margin:0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

body.home {
	overflow: hidden;
}

a {
	color: #383f89;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.half { 
	width: 49.8%;
	height: 100%;
	float: left;
	background-position: center; 
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.logo-home {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 999;
	transform: translateX(-50%) translateY(-50%);
	max-width: 200px;
	
	background: #fff;
	padding: 63px 25px;
	
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.logo img { max-width: 200px; }

.arrow-left {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-100%) translateY(-50%);
	z-index: 99;
	width: 200px;
	height: 80px;
	
	background-repeat: no-repeat;
	background-image: url(../images/arrow-left.png);
	background-position: center right;
	background-size: auto 100%;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#left:hover .arrow-left { background-position: center left; }

.arrow-right {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 200px;
	height: 80px;
	
	background-repeat: no-repeat;
	background-image: url(../images/arrow-right.png);
	background-position: center left;
	background-size: auto 100%;
	
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#right:hover .arrow-right { background-position: center right; }

.footer {
	width: 100%;
	height: auto;
	background:rgba(0,0,0,0.8);
	color:#fff;
	padding:10px 0;
	text-align:center;
	font-size:12px;
}

.footer-home {
	position:absolute;
	bottom:0;

}

.footer a {	
	text-decoration: underline; 
	color:#CCC; 
}

.container.privacy {
	max-width: 1240px;
	margin: 40px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.privacy .uc-embed .uc-embed-container {
	padding: 0 !important;
}

.privacy .uc-embed h2.uc-embed-list-headline {
	display: none;
}

.privacy .uc-embed h3 {
	padding-top: 0 !important;
}

.privacy .uc-embed h3,
.privacy .uc-embed h4,
.privacy .uc-embed button {
	padding-left: 0 !important;
	padding-right: 0 !important;
}