@charset "UTF-8";
@import url("../fa/css/font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,900");

/* Codice per evitare webkit-padding=40px di default */

/* * {
  margin: 0;
  padding: 0;
}*/

/* Icon */

	.icon {
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 1.25em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0.2em;
			}

			.icon.circle.fa-twitter {
				background: #00AAFF;
				color: white;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
				background:#2270FF;
				color: white;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
				background:#FF423C;
				color: white;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-github {
				background: #dcad8b;
				color: white;
			}

				.icon.circle.fa-github:hover {
					background: #e1b89b;
				}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: white;
			}

				.icon.circle.fa-dribbble:hover {
					background: #df93b8;
				}

		.icon.feature {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
			opacity: 0.35;
			text-align: center;
		}

			.icon.feature:before {
				font-size: 5em;
				line-height: 1em;
			}

		.icon > .label {
			display: none;
		}
/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			line-height: 1em;
			padding-left: 0.5em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

	ul.feature-icons {
		
		cursor: default;
		overflow: hidden;
		position: relative;
		
	}

		ul.feature-icons li {
			display: block;
			float: left;
			text-align: center;
			width: 50%;
		}

			ul.feature-icons li .icon {
				display: inline-block;
				font-size: 6.25em;
				height: 1.25em;
				line-height: 1.25em;
				width: 1em;
			}

	ul.buttons {
		cursor: default;
	}

		ul.buttons:last-child {
			margin-bottom: 0;
		}

		ul.buttons li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.buttons li:first-child {
				padding: 0;
			}

		ul.buttons.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.buttons.vertical li:first-child {
				padding: 0;
			}
/*modifica mattia */
body{
overflow-x:hidden; 

}

.col-md-20 {width: 20%;}

/*per bottone escort */

/* modifica bottone entra. Il suo css è in bootstrapmin (.btn-primary), qui ci assegno una classe solo x ridimensionarlo */
.btn-entra {
   padding: 6px 50px;
    
}

.offerta
{
	background:#252525; 
	width:100%;
	height:auto; 
	margin: 0 auto;
	border-radius: 18px;
	font-family: sans;
	color:white;
	padding: 10px 30px;
	margin-bottom:30px;
	font-size:23px;
	line-height: 200%;

}
.size{font-size:30px!important;}

.promoestate{
	width: 100%;
    height: 200px;
	padding: 10px 30px;
	margin-bottom:30px;
	background: url("/img/promo-estate2019-desktop.jpg") no-repeat;
}

.promo{
	width: 100%;
    height: 200px;
	padding: 10px 30px;
	margin-bottom:30px;
	background: url("/img/promo-fine-anno-2018-desktop.png") no-repeat;
}

/*modifica mobile per menù tendina */
@media (max-width: 767px) {
						.navbar-nav>li>a {
							padding-top: 10px;
							padding-bottom: 10px;
							line-height: 20px;
							margin-left: 20px;}
							.col-md-20 {width: 100%;}
							/*modifiche per tendina lingue centrato
							.navbar-header{display: none !important;}*/
								#container2{overflow-x:hidden;}
						/*modifica mobile per banner premio fedeltà */
							.offerta{
										font-size:15px;
										line-height: 180%;
									 }
							
							.size{font-size:20px!important;}
							
							.promoestate{
									width: 100%;
								    height: 300px;
									background: url("/img/promo-estate2019-mobile.jpg") no-repeat;
									background-size: 100%;
								}
							.promo{
									width: 100%;
								    height: 300px;
									background: url("/img/promo-fine-anno-2018-mobile.png") no-repeat;
									background-size: 100%;
								}

							
							}

@media (max-width: 767px) and (orientation : landscape) {
	.promoestate{
			width: 100%; 
		    height: 430px;		   
		    background: url(/img/promo-estate2019-mobile.jpg) no-repeat;
		    background-size: 90%;
		    margin-left: 3%;
		}
	.promo{
			width: 100%;
			height: 300px;
			background: url("/img/promo-fine-anno-2018-mobile.png") no-repeat;
			background-size: 100%;
		}

}