<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 15px;
    line-height: 100%;
    word-wrap: break-word;
    background-color:#f7f6f6;
}

/* MARGIN */
.m-top{margin-top:30px}
.m-bottom{margin-bottom:30px}

/* TEXT */
.t-center{text-align:center}
.t-left{text-align:left}
.t-right{text-align:right}
.t-bold, b{font-weight:700}
.i-italic, i{font-style:italic}
.t-uppercase{text-transform:uppercase}
.t-capitalize{text-transform:capitalize}
.green{color:#72bf66 !important}
.white{color:#fff !important}
.red{color:#bd0300 !important}
.blue{color:#15262f !important}

h2{
  color:#bd0300;
  font-size:20px;
  font-weight:400;
  margin-bottom:5px;
} 

h3{
  color:#72bf66;
	
  font-size:20px;
  font-weight:900;
  margin-top:20px;
  /*text-transform:capitalize;*/
  height:30px;
} 

/* IMAGES */
.auto-size{width:100%;height:auto}
.max-auto-size{max-width:100%;height:auto}

/* UTILITY */
.grid-container
{
    max-width:1500px;
}
.hide{display:none}
.center{margin:auto}
.relative{position:relative}
.border-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 

a
{
    text-decoration:none;
    outline:0;
}

#mobile-header
{
    display:block;
    text-align:center;
    border-bottom:10px solid #15262f;
    
}

#header{
  text-align:center;
  background:#15262f url(../img/golf-texture.png);
  position:relative;
  padding:0;
}

#logo{
  z-index:200;
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  width:200px;
}

/* SLIDESHOW */
#slideshow{
  border-bottom:10px solid #15262f;
  position:relative;
  line-height:0;
}

#slideshow h1{
  font-weight:100;
  color:#fff;
  padding:20px;
  background-color:rgba(21,38,47,0.8);
  position:absolute;
  top:30%;
  right:15%;
  font-size:42px;
  text-align:right;
  line-height: 100%;
  border-bottom-right-radius:30px;
  max-width:30%;
}

i.nav{
  position:absolute;
  top:50%;
  margin-top:-30px;
  color:#fff;
  font-size:60px;
  cursor:pointer;
  opacity:0.7;
  transition:0.2s;
  z-index:200;
}

i.nav:hover{
 opacity:1;
 color:#72bf66;
 font-size:66px;
 margin-top:-33px;
}

#prev{left:30px}
#next{right:30px}

#main{
  background-color:#e2e9e3;
  padding-bottom:30px;
}


/* MENU */
ul.menu{
  text-align:center;
  padding: 20px 5px;
}

ul.menu li a{
  text-decoration:none;
  color:#fff;
  transition:0.3s;
}

ul.menu li a:hover{
  color:#72bf66;
}

div.white-box:before{
  content: url(../img/flag.png);
  position:absolute;
  top:-3px;
  left:27px;
}

a.box{
  padding:30px 15px 0px 15px;
  margin-top:0px;
  transition:0.3s;
  line-height:0;
  text-decoration:none;
}

a.box:hover{
  margin-top:-10px;
}

a.box h2{
  background:#15262f url(../img/golf-texture.png);
  color:#72bf66;
  padding:20px 16px;
  text-transform:uppercase;
  line-height: 100%;
  border-bottom-right-radius:30px;
  font-size:14px;
}

a.box h2.highlight{
  background:#15262f url(../img/golf-texture-red.png);
  color:#fff !important;
}

#situazione-campo{
    position: absolute;
    width: auto;
    height:300px;
    top: 0;
    bottom:0;
    margin:auto;
    right: 110px;
    z-index: 100;
}

#situazione-campo&gt;img{height:100%;width:auto;}

#map
{   width:100%;
    height:300px;
}

#footer{
  padding:30px;
  text-align:center;
  font-size:12px;
  color:#777;
}

#meteo&gt;div{
    position:relative;
    height:192px
} 

#meteo&gt;div&gt;iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#hotels a{
   display:block
}

#hotels a&gt;div{
   height:125px;
   background-position:center bottom;
   background-repeat:no-repeat;
}

#hotels a:hover&gt;div{
   background-position:center top;
}

#hotels a:hover span.green{
    text-decoration:underline;
}

div.link&gt;a&gt;img{
    height:65px
}

div.w-box{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.9);
	z-index:1000;
	display: flex;
	align-items: center;
	justify-content: center;	
}

div.w-win{
	max-width:800px;
	width:100%;
	text-align:center;
	padding: 35px;
}

div.w-win video{width:100%}

div.w-win a.green
{
cursor:pointer;
text-decoration:underline;
position:relative;
bottom: -5px;
}
    </pre></body></html>