/*CSS TELEFONO ROSA*/

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

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

}
@font-face {
    font-family: 'maven_promedium';
    src: url('../font/mavenpro-medium-webfont.eot');
    src: url('../font/mavenpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mavenpro-medium-webfont.woff') format('woff'),
         url('../font/mavenpro-medium-webfont.ttf') format('truetype'),
         url('../font/mavenpro-medium-webfont.svg#maven_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'maven_probold';
    src: url('../font/mavenpro-bold-webfont.eot');
    src: url('../font/mavenpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mavenpro-bold-webfont.woff') format('woff'),
         url('../font/mavenpro-bold-webfont.ttf') format('truetype'),
         url('../font/mavenpro-bold-webfont.svg#maven_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('../font/lato-bold-webfont.eot');
    src: url('../font/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato-bold-webfont.woff') format('woff'),
         url('../font/lato-bold-webfont.ttf') format('truetype'),
         url('../font/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoitalic';
    src: url('../font/lato-italic-webfont.eot');
    src: url('../font/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato-italic-webfont.woff') format('woff'),
         url('../font/lato-italic-webfont.ttf') format('truetype'),
         url('../font/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
body {
	font-family: 'fugaz_oneregular', sans-serif;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	
	text-decoration: none;
	color:#EE86A9;
}
a.marrone {
	color: #6f301d;
	font-style:italic;
}
a:hover {
	color: #955542;
	text-decoration: none;
}
a:visited {
	color: #f2a2bd;
	text-decoration: none;
}
#separatore-chiaro{
	background-image:url(../images/separatore-chiaro.png);
	background-repeat: no-repeat;
	width: 100%;
	height:10px;
	margin: 50px 0 50px 0;
}
#separatore-scuro-top{
	background-image:url(../images/separatore-scuro-dot.png);
	background-repeat: repeat-x;
	width: 100%;
	height:10px;
	left:0;
	position:absolute;
	margin: -40px 0 30px 0;
}
#separatore-rosa{
	background-image:url(../images/separatore-rosa.png);
	background-repeat: no-repeat;
	width: 100%;
	height:10px;
	margin: 50px 0 50px 0;
}

#contatti{
	font-family: latoregular, sans-serif;
    margin-bottom:40px;
}

#citta{
	color:#000000;
	font-family: 'fugaz_oneregular', sans-serif;
    font-weight:300;
    font-size:22px;
}

#recapiti{
	color:#27221f;

}

#email{
	color:#ee86a9;
    font-weight:bold;
}
#mappa{
background-color:#FFFCF4;
padding:15px;
margin-bottom:20px;
border:5px solid #ccc;
}
/* Navigation */

.menu {
	font-family: 'maven_probold', sans-serif;
	font-size: 13px;
	color:#000000;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	z-index:100;
	position:fixed;
	min-height:100px;
	padding-top: 10px;
}
#logo {
	text-align: right;
	margin: 10px 20px 0 0;
	float:right;
}
#nav {
	text-align: right;
	margin: 30px 0 0 0;
}
.navigation{
	float: left;
	list-style: none;
	margin-left: -30px;
}
.navigation li{
	float: left;
	padding:0 0 0 20px;
    	
}
.navigation li:hover{
	cursor:pointer;
	color: #f2a2bd;
}

.navigation .active{
	cursor:pointer;
	color: #f2a2bd;
}
#dot-menu{
	width:2px;
	height:2px;
	margin: 0 10px 0 20px;
	float:left;
	color: #f2a2bd;
}



/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:55px 0;
	min-height:390px;
	background-size:cover;

}



/* Slide 1 */ 

#slide1{
	background-color:#fffcf4;

}
#slide1 h1 {
	font-size: 90px;
	text-align: center;
	line-height:80px;
	color:#ee86a9;
	margin-top:150px;
}
#slide1 h2 {
	font-size: 20px;
	text-align: center;
	line-height:28px;
	color:#6b6a67;
    font-weight:300;
}

/* Slide 2 */ 

#slide2{
	background-image:url(../images/slide-1.jpg);
	background-color:#FFFCF4;
	color:#ffffff;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
	line-height: 60px;
}
#slide2 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#fffcf4;
    font-weight:300;
}


/* Slide 3 */ 

#slide3{
	background-color:#eba08d;
    border-bottom:20px solid #fffcf4;
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#fffcf4;
    font-weight:300;
}
#slide3 h3 {
	font-size: 25px;
	text-align: left;
	line-height:35px;
	color:#a35d48;
}
p {
	color:#27221f;
	font-family: latoregular, sans-serif;
	line-height:25px;
}



/* Slide 4 */

#slide4{
	background-image:url(../images/slide-2.jpg);
	background-color:#FFFCF4;
	color:#ffffff;
}
#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#fffcf4;
    font-weight:300;
}


/* Slide 5 */

#slide5{
	background-color:#edc242;
    border-bottom:20px solid #fffcf4;
}
#slide5 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide5 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#fffcf4;
    font-weight:300;
}
#slide5 h3 {
	font-size: 30px;
	text-align: left;
	line-height:38px;
	color:#a35d48;
}
p {
	color:#27221f;
	font-family: latoregular, sans-serif;
	line-height:25px;
}
p.risalto {
    font-size:25px;
    font-style: italic;
}


/* Slide 6 */

#slide6{
	background-image:url(../images/slide-3.jpg);
	background-color:#FFFCF4;
	color:#ffffff;
}
#slide6 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
    margin-top: 200px;
}
#slide6 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#fffcf4;
    font-weight:300;
}


/* Slide 7 */

#slide7{
	background-color:#88c3c4;
    border-bottom:20px solid #fffcf4;
}
#slide7 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide7 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#fffcf4;
    font-weight:300;
}
#slide7 h3 {
	font-size: 30px;
	text-align: left;
	line-height:38px;
	color:#a35d48;
}
p {
	color:#27221f;
	font-family: latoregular, sans-serif;
	line-height:25px;
}


/* Slide 8 */

#slide8{
	background-image:url(../images/slide-4.jpg);
	background-color:#FFFCF4;
	color:#ffffff;
}
#slide8 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ee86a9;
	font-weight: 700;
}
#slide8 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#fffcf4;
    font-weight:300;
}


/* Slide 9 */

#slide9{
	background-color:#fffcf4;
    border-bottom:20px solid #fffcf4;
}
#slide9 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide9 h2 {
	font-size: 25px;
	text-align: left;
	line-height:28px;
	color:#ee86a9;
    font-weight:300;
}
#slide9 h3 {
	font-size: 30px;
	text-align: left;
	line-height:38px;
	color:#a35d48;
}
p {
	color:#27221f;
	font-family: latoregular, sans-serif;
	line-height:25px;
}

/* Slide 10 */

#slide10{
	background-color:#ffffff;
    min-height:0px;
}
#slide10 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide10 h2 {
	font-size: 25px;
	text-align: center;
	line-height:28px;
	color:#27221f;
    font-weight:300;
    font-style:italic;
}
#slide10 h3 {
	font-size: 30px;
	text-align: left;
	line-height:38px;
	color:#a35d48;
}
p {
	color:#27221f;
	font-family: latoregular, sans-serif;
	line-height:25px;
}
p.email {
	color:#ee86a9;
	font-family: latoregular, sans-serif;
	line-height:25px;
}
p.sito {
	color:#ee86a9;
	font-family: latoregular, sans-serif;
    font-size:30px;
    font-weight:bold;
}





@media only screen and (min-width: 480px) and (max-width: 767px) { 

#slide1 h1 {
	font-size: 50px;
	text-align: center;
	line-height:60px;
	color:#ee86a9;
	margin-top:200px;
}
#slide8 h1{

	font-size: 40px;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ee86a9;
	font-weight: normal;


}

h2 {

	margin: 0 0 20px 0;
}

#logo {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}
.menu{
	background: #ffffff;
}


.navigation li{
	
	width:100%;
	float:none;
	margin: 3px;
	padding:3px;
	background:#f3f3f3;
}
#separatore-chiaro{
	margin:10px 0 10px 0;
}


.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	min-height:300px;
}

#decorative {
	display:none;
}

#content {
	width:100%;
}
#slide2{
	background-image: url(../images/slide-1-tab.jpg);
	background-size: auto;
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 
}
#slide3{}
#slide4{
	background-image: url(../images/slide-2-tab.jpg);
	background-size: auto;
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 
}
#slide5{}
#slide6{
	background-image: url(../images/slide-3-tab.jpg);
	background-size: auto;
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 

}
#slide7{}
#slide8{
	background-image: url(../images/slide-4-tab.jpg);
	background-size: auto;
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 
}
#slide9{}

#dot-menu{
	display:none;
}

}











@media only screen and (max-width: 479px) { 
#slide1 h1 {
	font-size: 50px;
	text-align: center;
	line-height:60px;
	color:#ee86a9;
	margin-top:190px;
}
#slide8 h1{

	font-size: 40px;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ee86a9;
	font-weight: normal;


}

h2 {

	margin: 0 0 20px 0;
}

#logo {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}
.menu{
	background: #ffffff;
	margin:0px;
}


.navigation li{
	
	width:100%;
	float:none;
	margin: 3px;
	padding:3px;
	background:#f3f3f3;
}
#separatore-chiaro{
	margin:10px 0 10px 0;
}


.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	min-height:300px;
}

#decorative {
	display:none;
}

#content {
	width:100%;
}
#slide2{
	background-image: url(../images/slide-1-tab.jpg);
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 
}
#slide3{}
#slide4{
	background-image: url(../images/slide-2-tab.jpg);
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 
}
#slide5{}
#slide6{
	background-image: url(../images/slide-3-tab.jpg);
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 

}
#slide7{}
#slide8{
	background-image: url(../images/slide-4-tab.jpg);
	-webkit-background-size: 1189px 748px; 
	-webkit-background-repeat: no-repeat; 
}
#slide9{}

#dot-menu{
	display:none;
}
}




@media only screen and (min-width: 768px) and (max-width: 1024px) { 


h2 {

	margin: 0 0 20px 0;
}

#logo {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}
.menu{
	background: #ffffff;
}


.navigation li{
	
	width:20%;
	padding:0;
}
#separatore-chiaro{
	margin:10px 0 10px 0;
}


.slide{
	background-attachment: cover;
	width:100%;
	position: relative;
	min-height:250px;
}

#decorative {
	display:none;
}

#content {
	width:100%;
}
#slide2{
	background-image: url(../images/slide-1-tab.jpg);
	background-size:auto;
	-webkit-background-size:auto;
	background-attachment: scroll;
	-webkit-background-attachment: scroll;


}
#slide3{}
#slide4{
	background-image: url(../images/slide-2-tab.jpg);
	background-size:auto;
	-webkit-background-size:auto;
	background-attachment: scroll;
	-webkit-background-attachment: scroll;

}
#slide5{}
#slide6{
	background-image: url(../images/slide-3.jpg);
	background-size:auto;
	-webkit-background-size:auto;
	background-attachment: scroll;
	-webkit-background-attachment: scroll;


}
#slide7{}
#slide8{
	background-image: url(../images/slide-4-tab.jpg);
	background-attachment: scroll;
	-webkit-background-attachment: scroll;

}
slide8a{



}
#slide9{}

#dot-menu{
	display:none;
}











}


