/** --- Info section --- */

section.infos article {
	margin: 1em 0 1.5em;
}

section.infos article > p {
	padding: 0 0.5em 0 0;
}

@media only screen and (min-width: 32em) {
	
	section.infos {
		margin: 0 auto 2em;
		padding-left: 1em;
	}
	
	section.infos article h2 {
		font-size: 1.6em;
	}
	
	section.infos article {
		margin: 1em 0 1em;
		display: inline-block;
		width: 29.5%;
		vertical-align: top;
		margin: 0 1.5%;
	}
	
	section.infos article p.hide-on-mobile {
		display: block;
		font-size: 1.25em;
		padding: 0;
	}
		
	section.infos article div.hide-on-screen {
		display: none;
	}
}

/** --- image section --- */

section.img {
	display: none;
	height: 35em; /*48em;*/
	padding: 2em 1em 1em;
}

/*
section.img div.img {
	background: url("../pic/index.png") no-repeat top center;
	color: #131313;
	height: 100%;
	width: 200%;
	display: block;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
*/

div.imgtxt{
	font-size:5vmin;
	text-align:right;
	width:40%;
	height:100%;
	float:right;
	color:#ff3b00;
}

/** --- form sections --- */

section {
	display: block;
	margin: 0 auto;
}

section.forms {
	margin: 0.5em auto 1em;
	text-align: center;
	font-size: 2em;
	max-width: 12em;
}

section.forms .logo {
	max-width: 100%;
}

section.forms span.slogan {
	display: block;
	color: #eee;
	font-weight: bold;
}

section.forms form {
	margin: 0 1em 0.5em;
	padding: 0.8em 0.5em 0.3em;
	display: block;
	background-color: #48d; /*#ab5d8a;*/
	color: #252525;
	-webkit-border-radius: 3%;
	-moz-border-radius: 3%;
	border-radius: 3%;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.9);
	box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.9);
}

section.forms input {
	width: 100%;
	height: 3.5em;
	margin: 0.5em auto;
	padding: 0.7em;
	font-size: 0.47em;
	display: block;
	border: 1px solid #aaa;
	-webkit-box-shadow:0px 1px 2px rgba(1, 1, 1, 0.3) inset, 0px 0px 0px 1px rgba(1, 1, 1, 0.07);
	-moz-box-shadow:0px 1px 2px rgba(1, 1, 1, 0.3) inset, 0px 0px 0px 1px rgba(1, 1, 1, 0.07);
	box-shadow: 0px 0px 2px rgba(1, 1, 1, 0.3) inset, 0px 0px 0px 1px rgba(1, 1, 1, 0.07);
}

section.forms input:FOCUS {
	-webkit-box-shadow:0px 1px 3px rgba(1, 1, 1, 0.5) inset, 0px 0px 0px 1px rgba(1, 1, 1, 0.07);
	-moz-box-shadow:0px 1px 3px rgba(1, 1, 1, 0.5) inset, 0px 0px 0px 1px rgba(1, 1, 1, 0.07);
	box-shadow: 0px 1px 3px rgba(1, 1, 1, 0.5) inset, 0px 0px 0px 1px rgba(1, 1, 1, 0.07);
}

section.forms input, section.forms .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


section.forms input[placeholder],
section.forms input::-webkit-input-placeholder,
section.forms input:-moz-placeholder,
section.forms input::-moz-placeholder, 
section.forms input:-ms-input-placeholder {
	text-transform: uppercase;
} 

section.forms .btn {
	display: block;
	padding: 0.3em;
	margin: 0.6em auto 0.2em;	
	background-color: #248; /*#6d2e42;*/
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.62em;
	font-weight: bold;
	color: white;
	box-shadow: 1px 2px 4px rgba(50, 50, 50, 0.5);
}

section.forms .btn:HOVER, section.forms .btn:FOCUS {
	position: relative;
	top: 0.1em;
}

section.forms .btn:FIRST-CHILD {
	margin-top: 1em;
}

section.forms .btn:HOVER {
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.4);
}

section.forms .btn.facebook {
	border: 0;
	background-color: #3b5998;
	background-image: linear-gradient(to top, #3b5998, #8b9dc3);
	background-image: -webkit-linear-gradient(to top, #3b5998, #8b9dc3);
	background-image: -moz-linear-gradient(to top, #3b5998, #8b9dc3);
	background-image: -o-linear-gradient(to top, #3b5998, #8b9dc3);
	background-image: -ms-linear-gradient(to top, #3b5998, #8b9dc3);
	margin-bottom: 0.8em;
}

section.forms .subtitle {
	font-size: 0.7em;
	text-transform: uppercase;
	margin: 0.2em 0 0;
}

section.forms .conditions {
	padding-bottom: 1.5em;
	font-size: 0.4em;
}

section.forms .conditions a {
	color: inherit;
}

section.forms .magazines {
	text-align: center;
	width: 100%;
	margin: 1em 0 0;
	color: #853852;
}

section.forms .magazines caption {
	font-size: 0.7em;
}

section.forms .magazines td {
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

section.forms .magazines a {
	display: block;
	margin: 0.2em auto;
	width: 70px;
}

section.forms .comodo {
    margin-top: 1em;
}

section.forms .comodo #comodoTL{
    font-size: 0.5em;
    position: relative;
    top: -1em;
}


@media only screen and (max-width: 20em) {

	section.forms span.slogan {
		font-size: 0.8em;
		line-height: 1.1em;
		margin-bottom: 0.6em;
	}
}


@media only screen and (min-width: 42.5em) {
	
	div.whole-width {
		width: 100%;
		margin-bottom: 2em;
	}
	
	section.img {
		display: block;
		overflow: hidden;
	}

	section.img div.img {
		width: 100%;
		background-position: center center;
	}
	
	section.forms {
		font-size: 2em;
		width: 42%;
		max-width: 11em;
		float: right;
		padding-right: 2%;
		margin: 1em 0 0 1em;
	}
	
	section.forms form {
		margin: 0;
	}
}

@media only screen and (min-width: 50em) {
	
	section.forms {
		padding-right: 3%;
	}
}

@media only screen and (min-width: 63em) {
	section.img div.img {
		width: 100%;
		background-position: center center;
	}
}