@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;	
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px; 
            border-radius: 10px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#info{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/*------------------style---------------*/

@font-face {
    font-family: 'abram';
    src: url('fonts/abrahamlincoln-webfont.eot');
    src: url('fonts/abrahamlincoln-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abrahamlincoln-webfont.woff') format('woff'),
         url('fonts/abrahamlincoln-webfont.ttf') format('truetype'),
         url('fonts/abrahamlincoln-webfont.svg#abraham_lincolnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'home';
    src: url('fonts/homestead-regular-webfont.eot');
    src: url('fonts/homestead-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/homestead-regular-webfont.woff') format('woff'),
         url('fonts/homestead-regular-webfont.ttf') format('truetype'),
         url('fonts/homestead-regular-webfont.svg#homestead_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}







#section0{
	background:url(img/bg_1.jpg) center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow:hidden;
}


.circle{
	border-radius:180px;
	width:180px;
	height:180px;
	background-color:#477987;
	position: fixed;
left: 91%;
top: 84%;
opacity: 0.8;
overflow:hidden;
}

#section0 h1{
	font-family:'abram';
	font-size:72px;
	text-align:center;
	color:white;
	background-color:#477987;
	width:410px;
	height:74px;
	margin:10px auto;
	padding:0 10px 5px 13px;
}

#section0 p{
	font-family:'home';
	font-size:18px;
	color:#477987;
	text-align:left;
	margin:0 auto;
	width:410px;
	
}

.h1_{
	width:410px;
	margin:10px auto;
}

.logo{
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:105px;
	height:110px;
	margin: 20px;
	top:0;
	position:absolute;
}

.circle h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:white;
	text-align:right;
margin: 40px 25px 0px 0px;
padding: 4px 11px 0 0;
line-height: 15px;
position: static;
text-transform: uppercase;
}


#section1{
	
	background:url(img/bg_2.png) center no-repeat;

	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow:hidden;
	background-color:#fff9de !important;
	-webkit-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}

#section1:hover{
	background:url(img/bg_2hover.png) center no-repeat;

	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:white !important;
}



.section1_left{
	width:30%;
	margin: 0 0 0 11%;
   padding: 0;
   position: relative;
   float:left;
}

.section1_left h1{
	font-family:'abram';
	font-size:48px;
	text-align:left;
	color:#a84541;
	margin-bottom:40px;
}

.section1_left p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#232323;
	text-align:left;
	width: 300px;
}

.section1_right{
	width:35%;
	margin: 12% 0 0 50%;
   padding: 0;
   position: relative;
   left:0px;
}

.section1_right h3{
	font-family:'home';
	font-size:40px;
	color:#a84541;
	-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
display:block;
}

.section1_right p{
font-family: 'home';
font-size: 18px;
color: #232323;
text-align: left;
margin-left: 55%;
margin-top: 150px;
cursor: pointer;
	}
	
	.section1_right p:hover{
		color:#a84541;
	}
	
	#section2{
	background: url(img/bg_3.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-color: #a94743 !important;
	-webkit-transition: all 900ms ease-in-out;
	-o-transition: all 900ms ease-in-out;
	transition: all 900ms ease-in-out;
}



#section2:hover{
	background:url(img/bg_3hover.png) center no-repeat;

	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow:hidden;
	background-color:#a94743 !important;
}


.section2_right{
width: 30%;
margin: 10% 10% 0 11%;
padding: 0;
position: relative;
float: right;
}





.section2_right h2{
	font-family:'abram';
	font-size:48px;
	text-align:left;
	color:white;

padding-top: 40%;
line-height:20px;
position:relative;
top:-196px;
}

.section2_right p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:white;
	text-align:left;

padding-top: 70px;
width:50%;
position:relative;
top:-220px;
width: 300px;
}



	#section3{
	
	background: url(img/bg_4.png) center no-repeat;

	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow:hidden;
	
}


.section3_left{
	width:30%;
	margin: 0 0 0 11%;
   padding: 0;
   position: relative;
   float:left;
}


.section3_left h2{
	font-family:'abram';
	font-size:48px;
	line-height:20px;
	text-align:left;
	color:#477987;
	margin-bottom:40px;
}

.section3_left p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#232323;
	text-align: justify;
	width:300px;
}

.readmore{
	border:#477987 1px solid;
	width:100px;
	height:30px;
	font-family:'home';
	color:#477987;
	text-align:center;
	font-size:12px;
	line-height:30px;
	position: relative;
left: 198px;
cursor:pointer;
}

.readmore:hover{
	border:#a94743 1px solid;
	color:#a94743;
}
	
	.section3_right{
margin: 12% 0 0 50%;
padding: 0;
position: relative;
left: 350px;
top: 350px;
}



.section3_right p{
	font-family: 'home';
	font-size: 18px;
	color: #FCFCFC;
	padding-top: 77px;
	overflow: hidden;
	cursor: pointer;
	position: static;
	margin-top: -200px;
	background-color: rgba(73, 123, 136, 0.93);
	border-radius: 100px;
	height: 123px;
	width: 200px;
	margin-left: 200px;
	text-align: center;
	/*box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.46);*/
	-webkit-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	border:2px solid white;
	
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16, 125, 146, 0.34)), color-stop(100%,rgba(73, 123, 136, 0.93)));
background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,0) 100%);*/
}

.section3_right p:hover{
	color:#a84541;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgbargba(73, 123, 136, 0.93)), color-stop(100%,rgba(16, 125, 146, 0.34)));
background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,0) 100%);
}



#section4{
	margin:0;
	padding:0;
	background-color:white;
}

.section4_left h2{
	font-family:'home';
	font-size:30px;
	color:#a84541;
	text-align:left;
	margin:0;
	padding:0;
	float:left;
	background-color:white;
}

	hr{
	background-color:#a84541;
	height:2px;
	width: 100%;
float: left;
margin-top: -22px;
	float:left;
	}
	
	
	.section4_left{
	width:30%;
	margin: 0 0 0 11%;
   padding: 0;
   position: relative;
   float:left;
}

.section4_right{
width: 30%;
margin: 0% 0% 0 11%;
padding: 0;
position: relative;
float: right;
}

.viewall{	
	width:100px;
	height:30px;
	font-family:'home';
	text-align:center;
	font-size:12px;
	line-height:30px;
	position: relative;
left: 180px;
cursor:pointer;
border:#a94743 1px solid;
color:#a94743;
background-color:white;
}

.viewall:hover{
	border:#477987 1px solid;
	color:#477987;
}

.gallery{
	margin:100px 0 50px 205px;
}

.boximg{
	width:200px;
	height:200px;
	border:1px #a94743 solid;
	overflow:hidden;
	float:left;
	margin-right:20px;
}

.clear{
	clear:both;
}

.imgviewgallery{
	display:none;
}

.boximg:hover .imgviewgallery{
	display:block;
}

#boximg_1{
	background-image:url(img/gallery1.jpg);
	background-repeat:no-repeat;
}

#boximg_2{
	background-image:url(img/gallery2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

#boximg_3{
	background-image:url(img/gallery3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

#boximg_4{
	background-image:url(img/gallery4.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}


#boximg_5{
	background-image:url(img/gallery5.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

#boximg_6{
	background-image:url(img/gallery6.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

.block_prenotazione{
	width:100%;
	height:130px;
	background-color:#497b88;
	margin:500px 0 0 0;
	padding:60px 0 0 11%;
}

.block_prenotazione h2{
	font-family:'home';
	font-size:30px;
	color:#fff;
	text-align:left;
	margin:0;
	padding:0;
}

.block_prenotazione p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;
	float:left;
}

.prenota_btn{	
	width:100px;
	height:30px;
	font-family:'home';
	text-align:center;
	font-size:12px;
	line-height:30px;
cursor:pointer;
border:#fff 1px solid;
color:#fff;
margin-top: -25px;
}

.prenota_btn:hover{
border:#a84541 1px solid;
color:#a84541;
}


#section5{
	margin:0;
	padding:0;
	background-color:white;
}


.boxblog{
	width:88px;
	height:88px;
	border:1px #a94743 solid;
	overflow:hidden;
	float:left;
	margin-right:20px;
	float:left;
	margin-bottom:50px;
	border-radius: 45PX;
}

#boxblog1{
		background-image:url(img/blog1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

#boxblog2{
		background-image:url(img/blog2.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#boxblog3{
		background-image:url(img/blog3.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#boxblog4{
		background-image:url(img/blog4.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#boxblog5{
		background-image:url(img/blog5.png);
	background-repeat:no-repeat;
	background-position:center center;
}

#boxblog6{
		background-image:url(img/blog6.png);
	background-repeat:no-repeat;
	background-position:center center;
}


#boxblog7{
		background-image:url(img/blog7.png);
	background-repeat:no-repeat;
	background-position:center center;
}


#boxblog8{
		background-image:url(img/blog8.png);
	background-repeat:no-repeat;
	background-position:center center;
}


#boxblog9{
		background-image:url(img/blog9.png);
	background-repeat:no-repeat;
	background-position:center center;
}







article{
	width:300px;
}

article h6{
	font-family:'home';
	font-size:18px;
	color:#000000;
	text-align:left;
	line-height:18px;
}

article p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000;
	text-align:left;
}



footer{
	height:300px;
	margin:0;
	padding:0;
	width:100%;
	margin-top: 25px;
}

.social{
	height:60px;
	background-color:#497b88;
}

#socials{
	height:60px;
	width:100%;
	margin:-22px auto 0 auto;
	background-color: rgb(73, 123, 136);
}

footer img:hover{
	cursor:pointer;
	
}

.about{
	width:270px;
	height:165px;
	text-align:left;
	margin: 20px 43px 20px 250px;
	float:left;
}

.about h3{
	font-family:'home';
	font-size:18px;
	color:#497b88;
}

.about p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#383838;
	margin-top:20px;
	font-weight:bold;
}

.footer_line{
	background-image:url(img/footer_line.png);
	background-position:top;
	background-repeat:no-repeat;
	width:103px;
	height:110px;
	float: left;
margin-top: 20px;
margin-right: 80PX;
margin-left: 80PX;
}

.footer_menu{
	width:105px;
	height:110px;
	margin-top: 20px;
	float:left;
}

.footer_menu h3{
	font-family:'home';
	font-size:18px;
	color:#497b88;
}

.footer_menu li{
margin-top: 10px;
list-style: circle;
list-style-position: inside;
text-align: left;
color: #383838;
font-size: 13px;
margin-left: 20px;
	margin-top: 10px;
	line-height:8px;
}

.info{
	width:190px;
	height:110px;
	margin-top:20px;
	float:left;
	margin-left:10px;
}

.info h3{
	font-family:'home';
	font-size:18px;
	color:#497b88;
	text-align:left;
}

.info p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#383838;
	margin-top:20px;
	font-weight:bold;
	text-align:left;
	line-height:18px;
}

.footer{
margin: 5px auto;
width: 100%;
height:100%;
}

.copy{
	clear:both;
	width:100%;
	height:100%;
	background-color:#383838 ;

}

.copy h5{
		text-align:center;
	color:white;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:5;
}





	
	
	menu{
		width: 100px;
height: 50px;
padding: 0;
top: 0;
height: 110px;
margin: 10px;
top: 15px;
position: absolute;
left: 120px;
	}
	
	menu li{
		list-style: circle;
list-style-position: inside;
text-align:left;
color:#383838;
font-size:16px;
font-family: 'abram';
letter-spacing: 3px;
	}
	
	menu li:hover{
		color:#497b88;
	}
	
	.footer_menu li:hover{
			color:#497b88;
	}.section3_right p:hover {
	color: rgba(73, 123, 136, 0.93);
	background-color: #FFFFFF;
	border-color: rgba(73, 123, 136, 0.93);
}

