html body.info .fr, html body.info .en, html body.info .es {
	display: none;
}

html:lang(fr) body.info .fr {
	display: block;
}
html:lang(en) body.info .en {
	display: block;
}
html:lang(es) body.info .es {
	display: block;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F6F6F6;
	font-family: "Lato", sans-serif;
	color: #282F36;
	text-align: center;
	cursor: default;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #168E99;
	cursor: pointer;
}

.gold {
	color: #c1a364;
}

#wrapper-info {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background: #F6F6F6;
	text-align: center;
}

#button-close {
	position: absolute;
	padding: 10px 9px 10px 10px;
	cursor: pointer;
	font-size: 0;
	border-radius: 0px;
	top: 0px;
	right: 0px;
	background: transparent;
	display: block;
	z-index: 100;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	border: #ffffff 0px solid;
	display: none;
}

#info-padding {
	padding: 15px 46px 10px;
}

#block-info-logo {
	width: 100%;
	max-width: 260px;
	margin: 10px auto 10px;
}

#block-info-logo a {
	display: block;
}

.block-info {
	padding: 15px 50px 0px;
	margin-bottom: 12px;
}

.block-info a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

#block-info-message {
	margin-bottom: 12px;
	font-size: 0;
}

h1 {
	margin-top: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

h1.h1-big {
	font-size: 20px;
	letter-spacing: 2.5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

p {
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

p.text-justify {
	text-align: justify;
	text-align-last: center;
}

.block-label {
	position: relative;
	width: 100%;
	max-width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.block-label:nth-child(3) {
	margin-left: 16px;
}

label {
	display: block;
	position: relative;
	margin-bottom: -4px;
	cursor: pointer;
}

label span {
	color: #282F36;
	vertical-align: middle;
	display: inline-block;
	text-indent: 5px;
	font-size: 11px;
	text-transform: uppercase;
}

label .fake-checkbox {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}

label .fake-box {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 5px;
	left: 11px;
	border: 2px solid #80918F;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

label .fake-check {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 2px;
	left: 11px;
	border-left: 2px solid #80918F;
	border-bottom: 4px solid #80918F;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-transform: rotate(315deg) scale(0);
	transform: rotate(315deg) scale(0);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.is-checked .fake-box {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.is-checked .fake-check {
	-webkit-transform: rotate(-45deg) scaleY(0.5);
	transform: rotate(-45deg) scaleY(0.5);
}

.block-icon-check {
	width: 100%;
	max-width: 335px;
	margin: 10px auto 0px;
}

p.icon-check {
	background: url("../images/ic_check_black_48px.svg") no-repeat 0 0;
	background-size: 20px 20px;
	text-indent: 25px;
	display: block;
	text-align: left;
	margin: 0px 0px 2px 0px;
	background-size: 12px 12px;
	text-indent: 18px;
	background-position: -2px;
}

@media (max-width: 640px) {
	#info-padding {
		padding: 15px 0px 10px;
	}
	
	.block-info {
		padding: 15px 20px 0px;
	}
}

@media (max-width: 500px) {
	.block-label {
		width: auto;
		max-width: none;
	}
	
	.block-label:nth-child(3) {
		margin-left: auto;
	}
}

@media (max-width: 450px) {
	.block-label {
		width: 120px;
		max-width: 120px;
		display: inline-block;
		margin: 0 auto;
	}
	
	.block-label:last-child {
		width: 240px;
		max-width: 240px;
	}
	
	.block-label:last-child label {
		width: 120px;
		display: inline-block;
	}
}

@media (max-width: 360px) {
	p {
		font-size: 11px;
	}
	
	p.icon-check {
		text-indent: 14px;
	}
	
	.block-info {
		padding: 15px 10px 0px;
	}
}