@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: 'MAC_testo';
	src: url(fonts/AnoRegular-Regular.woff2) format('woff2'),
		url(fonts/AnoRegular-Regular.otf) format('opentype'),
		 url(fonts/AnoRegular-Regular.woff) format('woff'),
		 url(fonts/AnoRegular-Regular.eot) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
 @font-face {
  font-family: 'MAC_testo_bold';
  src: url(fonts/AnoBold-Regular.woff2) format('woff2'),
	  url(fonts/AnoBold-Regularv.otf) format('opentype'),
	   url(fonts/AnoBold-Regular.woff) format('woff'),
       url(fonts/AnoBold-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: #000000;
  font-family: "MAC_testo", Helvetica, Arial, sans-serif;
	font-size: 0.9rem;
	line-height: 20px;
	height: 100%;
    color: #ffffff;
}
strong {
	font-family: "MAC_testo_bold";
}
h3 {
	font-size:1.6rem;
	line-height: 36px;
	font-family: "MAC_testo", times,"Times New Roman",serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 40px 0;
}
h3.headline {
	font-family: 'MAC_testo_bold';
	margin: 100px 0 10px;
	
}
h4 {
	font-size:1.2rem;
	line-height: 26px;
	font-family: "MAC_testo", times,"Times New Roman",serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0 ;
}
h4.date {
	margin: 50px 0 20px;
}
p.avviso {
	font-size: 0.7rem;
	margin-top: 130px;
}
a {
	color: inherit;
	text-decoration: underline;
}
a.btn {
	padding:15px 30px;
	background-color: #ffffff;
	color:#000000;
	text-decoration: none;
}
header {
  background-color: transparent;
	position: absolute;
	width: 100%
}
#nav {
 width: 80%;
 max-width: 300px; /* TODO vedere se ok, prima 125px */
 margin: auto;
 text-align: center;
}
#LogoTop {
	height: auto;
	width: 100%;
	margin: 30px auto;
}
content {
	display: inline-block;
 	width: 100%;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	/*min-height: calc(100% - 180px);*/
	padding-bottom: 10px;
	/*border: 1px solid #ff0000;*/
}
#contentimage {
	display: flex;
	width: 100%;
	/*min-height: calc(100vw * 0.5625);*/
	min-height: 450px;
	/*margin-bottom: 40px;*/
	background-image: url(imgs/MAC_12days_OnTour_hero_mag25.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #000000;
}
#titolo {
	display: block;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0 70px;
	text-align: center;
}
.box {
	    display: flex;
        flex-wrap: wrap;
}
.evento {
	width: 25%;
	float: left;
}
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 .pti_vendita {
	width: 540px;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #999999;
	margin: 10px 0 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: #ffffff;
	opacity: 1;
	font-family: "MAC_testo";
	font-size:12px;
}
content button[type=submit] {
	background-color: #000;
	color: #fff;
	font-size: 1.6em;
	font-family: "MAC_testo_bold",Helvetica, Arial, sans-serif;
	padding: 10px 40px;
	border: none;
	cursor: pointer;
}
div.links{
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin-top:50px;
}
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;
	line-height: 14px;
	border: 1px solid #999999;
	padding: 10px;
}
div.invio {
	display: flex;
	justify-content:center;
    align-content: center;
    position: relative;
    flex-wrap: wrap; /* TODO questo lo lascio? */
}
div.invio p {
	width: 100%;
	max-width:540px;
	text-align: right;
}
div.invio .confirmation-message {
	font-size: 1.6em;
	font-family: "MAC_testo", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0px;
    bottom: 0px;
    text-align: center;
}
footer {
	width: 100%;
	padding: 0;
	font-size: 0.8rem;
	font-family: "MAC_testo", Helvetica, Arial, sans-serif;
	letter-spacing: 0.4px;
	position: absolute;
	background-color: #000000;
	color: #ffffff;
	border-top:1px solid #ffffff;
	margin-top:0px;
}
#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;
}

/*Select con ricerca*/
.select2-container--default .select2-selection--single
    {
      width: 540px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #999999;
    margin: 10px 0 0;
    font-size: 0.84rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
		padding-left: 0;
		padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder
{
	color: #ffffff;
	opacity: 1;
	font-family: "MAC_testo";
	font-size:12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-results__option
{
font-size: 0.84rem;
}

.select2-selection--single .select2-selection__arrow {
    display: none
}

@media screen and (max-width: 850px) {

}
@media screen and (max-width: 768px) {
	#contentimage {
	background-image: url(imgs/MAC_12days_OnTour_hero_mobile_mag25.jpg);
	background-size: cover;
	/*min-height: calc(100vw * 0.8518);*/
		min-height: 300px;
}
	h3 {
	font-size:1.4rem;
		line-height: 30px;
}
	h4 {
	font-size:0.95rem;
		line-height: 20px;
}
	#titolo {
	padding: 0 30px;
}
	.evento {
	width: 33.3333%;
}
	footer p {
		text-align: center;
	}
	#footerbar a {
	display: block;
}	
	div.links {
		flex-direction: column;
	}
	a.btn {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 660px) {	
	.evento {
	width: 100%;
}
	content .pti_vendita, .select2-container--default .select2-selection--single {
	width: 250px;
}
	div.privacy p {
	width: 250px;
}
}
@media screen and (max-width: 500px) {
	
	label {
	padding: 0;
		width: 100%;
}
	.consent {
		width: 85%;
}
	content .data {
	width: 30% !important;
	margin-right: 2.5%;
}
	content .codice {
	width: 100%;
}
	.iti--separate-dial-code{
		width: 100%;
	}
	content .pti_vendita, .select2-container--default .select2-selection--single {
	width: 100%;
}
	div.privacy p {
	width: 100%;
}
	#footerbar p {
	flex-direction: column;
		justify-content: center;
}
	#footerbar a {
	margin-top: 10px;
}
}