@charset "UTF-8";
/* CSS Document */

/*@import url("https://use.typekit.net/nqy3pfp.css");
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,700');
@import url("font-awesome.min.css");*/

@font-face {
  font-family: 'JM_testo';
  src: url(fonts/LarsMalonePro-Regular.otf) format('opentype'),
	   url(fonts/LarsMalonePro-Regular.woff) format('woff'),
       url(fonts/LarsMalonePro-Regular.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JM_titolo';
  src: url(fonts/MaloneSerif-Regular.otf) format('opentype'),
	   url(fonts/MaloneSerif-Regular.woff) format('woff'),
       url(fonts/MaloneSerif-Regular.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
	height: 100%;
}
body {
  margin:0;
  padding:0;
  background-color: #FCF9EE;
  font-family: "JM_testo", Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
    color: black;
}
h3 {
	font-size:2rem;
	font-family: "JM_titolo", times,"Times New Roman",serif;
	font-weight: normal;
	margin-bottom: 0px;
	color: #000;
}
h4 {
	font-size:1.5rem;
	font-family: "JM_titolo", times,"Times New Roman",serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #000;
}
a {
	color: inherit;
	text-decoration: underline;
}
header {
  background-color: #FCF9EE;
}
#nav {
 width: 70%;
 max-width: 125px;
 margin: auto;
 text-align: center;
}
#LogoTop {
	height: auto;
	width: 100%;
	margin: 15px auto;
}
content {
	display: inline-block;
 	width: 100%;
	color: #666666;
	text-align: center;
	background-color: #FCF9EE;
	min-height: calc(100% - 180px);
	padding-bottom: 50px;
	/*border: 1px solid #ff0000;*/
}
#contentimage {
	display: flex;
	width: 100%;
	min-height: 800px;
	margin-bottom: 40px;
	background-image: url(imgs/JoMalone_main_23.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #000;
}
#titolo {
	display: block;
	margin: 50px auto;
	max-width: 1200px;
	padding: 0 70px;
	text-align: center;
}

label {
	display: inline-block;
	text-align: left;
	padding: 0 20px;
	margin-bottom: 10px;
}
label.consent {
	padding: 0;
}
content .codice {
	width: 250px;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #999999;
	margin: 10px 0;
    font-size: 0.84rem;
}
content .tel {
	width: 162px;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #999999;
	margin: 10px 0;
}
content .data {
	width: 73px;
	margin-right: 10px;
}
content .last {
	margin-right: 0;
}
content input::placeholder {
	color: #000;
	opacity: 1;
	font-family: "JM_testo";
	font-size:12px;
}
content button[type=submit] {
	background-color: #000;
	color: #fff;
	font-size: 1.6em;
	font-family: "JM_titolo",times,"Times New Roman",serif;
	padding: 10px 40px;
	border: none;
}
div.privacy {
	display: flex;
	justify-content:center;
}
div.privacy p {
	width: 100%;
	max-width:540px;
	text-align: left;
}
div.privacy p.disclaimer {
	font-size: 0.7rem;
	border: 1px solid #999999;
	padding: 10px;
}
div.invio {
	display: flex;
	justify-content:center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
}
div.invio p {
	width: 100%;
	max-width:540px;
	text-align: right;
}
div.invio .confirmation-message {
	font-size: 1.6em;
	font-family: "JM_titolo", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0px;
    bottom: 0px;
    text-align: center;
}
footer {
	width: 100%;
	padding: 0;
	font-size: 0.8rem;
	font-family: "JM_testo", Helvetica, Arial, sans-serif;
	letter-spacing: 0.4px;
	position: absolute;
	background-color: #fff;
	color: #000;
}
#footerbar {
	width: 100%;
}
#footerbar p {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 20px 30px;
	text-align: center;
}
.warning-text
{
    font-size: 0.8rem;
    color: darkred;
	margin-bottom: 10px;
}
div.invio .alert-text
{
    font-size: 0.8rem;
    color: darkred;
    text-align: center;
    /*display: inline-block;*/
    margin: 10px;
    vertical-align: bottom;
    
}
.iti 
{
    font-size: 0.84rem;
    color: initial;
}
@media screen and (max-width: 768px) {
	
	
	h4 {
	font-size:1.1rem;
}
	#titolo {
	padding: 0 30px;
}
	footer p {
		text-align: center;
	}
	#footerbar a {
	display: block;
}	
}
@media screen and (max-width: 500px) {
	
	label {
	padding: 0;
}
	content .data {
	width: 70px;
	margin-right: 12px;
}
	#footerbar p {
	flex-direction: column;
		justify-content: center;
}
	#footerbar a {
	margin-top: 10px;
}
}