<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* F - da 1600px in poi */

header {
	position: fixed;
	top:30px;
	left:0px;
	width:100%;
	height:100px;
	z-index:3000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header_top {
	top:0px;
	background-color:rgba(0,145,192,1);
}
.navigation {
	position:relative;
	width:1700px;
	max-width:100%;
	height:inherit;
	padding:0px 20px;
	margin:0px auto;
}
.nav_button {
    display: none;
}
.logo_nav {
	position: absolute;
	top:10px;
	width:260px;
	height:300px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:75%;
	background-image:url(../images/logo-resort-giglio-di-mare.png);
	/*image-rendering:auto;*/
	z-index: 200;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.logo_nav_top {
	top:-5px;
	width:120px;
	height:120px;
	background-image:url(../images/pittogramma-resort-giglio-di-mare.png);
	background-color:rgba(245,245,245,1);
}
nav {
	position: relative;
	top:30px;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	z-index: 100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav_top {
}
nav ul {
	position: relative;
	float:right;
	width: auto;
	margin-right:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav ul.nav_left {
	float:right;
	right:50%;
	margin-right:120px;
}
nav ul.nav_right {
	float:left;
	left:50%;
	margin-left:120px;
}
nav ul.nav_left_top {
	margin-right:100px;
}
nav ul.nav_right_top {
	margin-left:100px;
}
nav ul li {
	position: relative;
	float:left;
	list-style-type: none;
	margin:0px 6px;
}
nav ul li a {
	position: relative;
	display: block;
	width: auto;
	padding:0px 10px;
	font-family: azo_sansbold;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px;
	border-color:transparent;
}
nav ul li a:hover {
	border-color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.2);
}
nav ul li a:before {
    position: absolute;
    content: "";
    left: 50%;
	right: 50%;
	bottom: 0px;
	height: 2px;
	background-color:rgba(183,86,115,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:none;
}
nav ul li a:hover:before {
	left: 0%;
	right: 0%;
}
nav ul li.active {
}
nav ul li.active a, nav ul li.active a:hover {
	border-color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.2);
}
nav ul li.active a:before {
	left: 40%;
	right: 40%;

}
.info_bar {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	padding:0px 20px;
	z-index: 1000;
}
.info_bar &gt; .inner {
	position:relative;
}
.info {
	position:relative;
	float:right;
}
.info &gt; .inner {
	position:relative;
}
.info .icon_info {
	position:relative;
	float:left;
	line-height:50px;
	margin-left:10px;
	margin-right:10px;
	font-size: 20px;
	color:rgba(215,90,105,1);
}
.info .txt_info {
	position:relative;
	float:left;
	line-height:50px;
	margin-right:20px;
	font-family: source_sans_proregular;
	font-size:16px;
	letter-spacing: 0px;
	color:rgba(0,0,0,1);
}
.info a {
	position:relative;
	font-family: robotolight;
}
.info a:hover .txt_info {
}
.flag {
	position:relative;
	float:right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flag &gt; .inner {
	position:relative;
}
.flag .my_flag {
	position:relative;
	float:left;
	width:50px;
	height:44px;
	margin:0px 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.flag .my_flag.it {
	background-image: url(../images/it.png);
}
.flag .my_flag.en {
	background-image: url(../images/en.png);
}
.flag .my_flag.de {
	background-image: url(../images/de.png);
}
.flag .my_flag:hover {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.flag .selected {
	opacity:0.4;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.social_footer {
	display:none;
}
.social {
	position:relative;
	float:right;
	margin-left:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social &gt; .inner {
	position:relative;
}
.social .icon_social {
	position:relative;
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	margin:0px 5px;
	text-align:center;
	font-size: 20px;
	color:rgba(255,255,255,1);
	background-color:rgba(169,151,134,0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.my_facebook {
	/*color:#3b5998;*/
}
.my_instagram {
	/*color:#e1306c;*/
}
.my_pinterest {
	/*color:#e60023;*/
}
.my_whatsapp {
	/*color:#25d366;*/
}
.my_email {
	/*color:#0094d9;*/
}
.my_youtube {
}


.my_facebook:hover {
	background-color:#3b5998;
}
.my_instagram:hover {
	background-color:#e1306c;
}
.my_pinterest:hover {
	background-color:#e60023;
}
.my_whatsapp:hover {
	background-color:#25d366;
}
.my_email:hover {
	background-color:#0094d9;
}
.my_youtube:hover {
}






@media (min-width: 1400px) and (max-width: 1599px) { /* E - da 1400px a 1599px */

	.logo_nav {
		width:220px;
		height:260px;
	}
	.logo_nav_top {
		width:120px;
		height:120px;
	}
	nav ul li {
		margin:0px 2px;
	}
	nav ul li a {
	}
	.social .icon_social, .flag .my_flag {
	}

}

@media (min-width: 1200px) and (max-width: 1399px) { /* D - da 1200px a 1399px */

	.logo_nav {
		width:200px;
		height:240px;
	}
	.logo_nav_top {
		width:120px;
		height:120px;
	}
	nav ul li {
		margin:0px 0px;
	}
	nav ul li a {
		padding:0px 6px;
		font-size:13px;
	}
	.social .icon_social, .flag .my_flag {
	}

}

@media (min-width: 1025px) and (max-width: 1199px) { /* C - da 1025px a 1199px */

	#container {
	}
	header {
		height:80px;
	}
	.navigation {
		top:0px;
	}
	.nav_button {
		position: absolute;
		top:0px;
		right:20px;
		display: block;
		width:80px;
		height:80px;
		line-height:80px !important;
		font-size: 40px;
		color:rgba(255,255,255,1);
		cursor: pointer;
		z-index:2000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.logo_nav {
		left:40px;
		width:180px;
		height:220px;
	}
	.logo_nav_top {
		width:100px;
		height:100px;
	}
	.info_bar {
		display:none;
		position:absolute;
		top:100px;
		left:0px;
		padding:0px;
		z-index:3000;
	}
	.flag, .social {
		float:none;
		margin:30px 0px;
	}
	.flag &gt; .inner, .social &gt; .inner {
		display:inline-block;
		vertical-align:top;
	}
	nav {
		display:none;
		top:0px;
		left:0px;
		height:100vh;
		padding-top:100px;
		background-color:rgba(0,145,192,1);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	nav ul {
		display:inline-block;
		vertical-align:top;
		float:none;
		margin-right:0px;
		margin-bottom:150px;
	}
	nav ul li {
		float:none;
		margin:10px 0px;
	}
	nav ul li a {
		font-size: 18px;
	}
	/* Scroll navigation */
	nav {
		position: fixed;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		bottom: 0px;
	}
	nav::-webkit-scrollbar { 
		display: none;
	}
	/* Fine  */

}

@media (min-width: 768px) and (max-width: 1024px) { /* B - TABLET da 768px a 1024px */

	#container {
	}
	header {
		height:80px;
	}
	.navigation {
		top:0px;
	}
	.nav_button {
		position: absolute;
		top:0px;
		right:20px;
		display: block;
		width:80px;
		height:80px;
		line-height:80px !important;
		font-size: 40px;
		color:rgba(255,255,255,1);
		cursor: pointer;
		z-index:2000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.logo_nav {
		left:40px;
		width:180px;
		height:220px;
	}
	.logo_nav_top {
		width:100px;
		height:100px;
	}
	.info_bar {
		display:none;
		position:absolute;
		top:100px;
		left:0px;
		padding:0px;
		z-index:3000;
	}
	.flag, .social {
		float:none;
		margin:30px 0px;
	}
	.flag &gt; .inner, .social &gt; .inner {
		display:inline-block;
		vertical-align:top;
	}
	nav {
		display:none;
		top:0px;
		left:0px;
		height:100vh;
		padding-top:100px;
		background-color:rgba(0,145,192,1);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	nav ul {
		display:inline-block;
		vertical-align:top;
		float:none;
		margin-right:0px;
		margin-bottom:150px;
	}
	nav ul li {
		float:none;
		margin:10px 0px;
	}
	nav ul li a {
		font-size: 18px;
	}
	/* Scroll navigation */
	nav {
		position: fixed;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		bottom: 0px;
	}
	nav::-webkit-scrollbar { 
		display: none;
	}
	/* Fine  */

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) { /* B - TABLET VERTICALE da 768px a 1024px */
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) { /* B - TABLET ORIZZONTALE da 768px a 1024px */
}

@media (max-width: 767px) { /* A - SMARTPHONE da 0px a 767px */

	#container {
	}
	header {
		height:70px;
	}
	.navigation {
		top:0px;
	}
	.nav_button {
		position: absolute;
		top:0px;
		right:0px;
		display: block;
		width:70px;
		height:70px;
		line-height:70px !important;
		font-size: 35px;
		color:rgba(255,255,255,1);
		cursor: pointer;
		z-index:2000;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.logo_nav {
		width:90px;
		height:90px;
		background-image:url(../images/pittogramma-resort-giglio-di-mare.png);
	}
	.logo_nav_top {
		width:90px;
		height:90px;
	}
	.info_bar {
		display:none;
		position:absolute;
		top:70px;
		left:0px;
		padding:0px;
		z-index:3000;
	}
	.flag, .social {
		float:none;
		margin:30px 0px;
	}
	.flag &gt; .inner, .social &gt; .inner {
		display:inline-block;
		vertical-align:top;
	}
	nav {
		display:none;
		top:0px;
		left:0px;
		height:100vh;
		padding-top:90px;
		background-color:rgba(0,145,192,1);
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	nav ul {
		display:inline-block;
		vertical-align:top;
		float:none;
		margin-right:0px;
		margin-bottom:150px;
	}
	nav ul li {
		float:none;
		margin:10px 0px;
	}
	nav ul li a {
		font-size: 16px;
	}
	/* Scroll navigation */
	nav {
		position: fixed;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		/*bottom: 0px;*/
	}
	nav ul::-webkit-scrollbar { 
		display: none;
	}
	/* Fine  */
	.m_logo_footer img {
		max-width:70%;
		margin:auto;
	}

}

@media (max-width: 767px) and (orientation:portrait) { /* A - SMARTPHONE VERTICALE da 0px a 767px */
}

@media (max-width: 767px) and (orientation:landscape) { /* A - SMARTPHONE ORIZZONTALE da 0px a 767px */
}</pre></body></html>