header {
    background: url(https://www.aneda.it/sire/wp-content/uploads/2018/01/bg-sire-group.jpg) no-repeat center left;
}

.lead {
    text-shadow: 1px 1px 2px #000;
	font-size: 30px;
    line-height: 37px;
}

h1 {
    text-shadow: 2px 2px 2px #000;
}

.pad-xl {
    padding: 100px 0px;
}

.pad-x2 {
    padding: 215px 0px;
}

@media (min-width: 1024px){
	.pad-x2 {
		padding: 316px 0px 125px;
	}
}

.pad-lg {
    padding: 125px 0px;
}

.fa-lock {
    color: #d02c37;
    font-size: 22px;
    display: block;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #d02c37;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
}

.fa-envelope-o{
	color: #213e99;
	border: 2px solid #213e99;
}

.btn3d {
    transition:all .08s linear;
    position:relative;
    outline:medium none;
    -moz-outline-style:none;
    border:0px;
    margin-right:10px;
    margin-top:15px;
}
.btn3d:focus {
    outline:medium none;
    -moz-outline-style:none;
}
.btn3d:active {
    top:9px;
}
.btn-default {
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 5px 0 0 #adadad, 0 5px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#fff;
}

.btn {
    border-radius: 17px;
}

#mailpoet_form_1 .mailpoet_paragraph {
    width: 50%;
    display: table-cell;
    padding-right: 2em;
}

label.mailpoet_text_label {
    display: none !important;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
	width: 100% !important;
    margin-left: 2em;
}

input.mailpoet_submit.btn.btn-primary.btn-lg {
    width: 100%;
}

@media (max-width: 480px){
	.newsletter{
		margin-top: 2em;
	}
	
	.google-play{
		text-align: center;
		max-width: 100%;
	}
	
	.apple-store{
		margin-top: 1em;
		text-align: center;
		max-width: 100%;
	}
	
	.btn-responsive{
		width: 100%;
	}
	
	.header-info {
		position: relative;
	}
	
	.logo-responsive{
		width: 100%;
	}
	
	header {    
    height: auto;
	}
}

