@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
body {
	
	font-size:14px;
font-family: 'Roboto', sans-serif;
font-weight:400;
    
	
}
html, body {
    height: 100%;
}

.map {
    -webkit-filter:  grayscale(100%);
       -moz-filter:  grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter:  grayscale(100%);
}

.prova {
	min-height: 100%;    height: auto !important;    height: 100%;   
}

a {
    color: #DD7662;
}
img {
	 max-width: 100%;
  height: auto;
}


.carousel-control.right {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, .5) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, .5) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(255, 255, 255, .5)));
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255, 255, 255, .5) 100%);
}


.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, .5) 0,rgba(0,0,0,.0001) 100%);
background-image: -o-linear-gradient(left,rgba(255, 255, 255, .5) 0,rgba(0,0,0,.0001) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(255, 255, 255, .5)),to(rgba(0,0,0,.0001)));
background-image: linear-gradient(to right,rgba(244, 244, 244, .5) 0,rgba(0,0,0,.0001) 100%);
}

.icon-lg{	font-size:50px!important; }


.home h1, h1.titolo-pagine {
    color: #444444;
    font-family: 'Great Vibes', cursive;
    font-size: 57px;
}


.pagine h2 {
	color:#DD7662;
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}

.home h2 {
    color: #000;
    font-size: 14px;
    
    font-weight: lighter;
    
}

.servizi h1 {
    font-size: 20px;
    font-weight: lighter;
    
}

.servizi p {
    font-size: 12px;
    font-weight: lighter;
    
}

.pagina-servizi h1{
	font-size: 25px;
	font-family: 'Great Vibes', cursive;
	color:#5B5B5B;
	
	font-weight:300;
	
}

.btn {
	padding:0px;
	border:0px;
	border-radius:none;
}
#struttura {
    background: url(/themes/villaemilia/img/foto-home.png) no-repeat; 
    height: 357px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    
}

#struttura h1 {
    
    font-family: 'Great Vibes', cursive;
    font-size: 55px;
    color: #DD7662;
    background: url(/themes/villaemilia/img/sfondo-bianco.png) repeat; 
    padding: 14px 0px 14px 0px;
    margin-top: 70px;
}

#struttura h2 a {
    
    
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    text-decoration: none;
}

footer {
    background: url(/themes/villaemilia/img/sfondo-footer.jpg) no-repeat; 
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 420px;
    color: #fff;
    font-size: 12px;
    
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer h1 {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}
footer h1 a {
    color: #fff;
    text-decoration: none;
}

footer ul.menu-footer li a {
   
    color: #000;
    text-decoration: none;
    font-size: 11px;
}
footer ul.menu-footer li {
    display: inline-block;
    list-style: none;
	padding:0px 10px 0px 10px;
	
}

footer .link {
	border-left:#fff 1px solid;
}

.navbar {
	
min-height: 100px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:none;

}
.fotoheader {
	width:100%;
}

div[role=contentinfo] ul li, div[role=contentinfo] {
    font-size: 25px;
    color: #DD7662;
    list-style: none;
}


/* -------------------------------------------------- GALLERIA HOME -------------------------------------------------- */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}




/* -------------------------------------------------- MENU PRINCIPALE -------------------------------------------------- */



.sfondo-menu {
    
    background: url(/themes/villaemilia/img/sfondo-menu.png) repeat;
    padding: 20px 0px 20px 14px;
    margin-top: 50px;
    width: 57%;
}


.sfondo-slogan {
   background: url(/themes/villaemilia/img/sfondo-slogan.png) repeat; 
    width: 40%;
    padding: 20px;
    color: #fff;
}
.sfondo-slogan h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 35px;
}

.menu {
    position: absolute;
    z-index: 99999999;
}


.navbar {
    display: none;
}

.menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 20px 0px 0px;
}

.menu ul li a {
    color: #fff;
    font-size: 14px;
}

.menu ul li a:hover {
    text-decoration: underline;
	
}




/*-------------------------------------------------- MENU SECONDARIO ----------------------------------------*/

.menu-pagine ul li {
	display:inline-block;
	padding:0px 14px 0px 14px;
}

.menu-pagine ul li a {
	color:#000;
	font-size:14px;
	padding-bottom:5px;
}


.menu-pagine ul li a:hover {
	background:url(/themes/villaemilia/img/linea.jpg) no-repeat bottom;
	text-decoration:none;
}




.menu-pagine {
	/*
	border-bottom:#ccc 10px solid;
	*/
	padding-top:50px;
}








.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(/themes/villaemilia/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}





@media only screen and (max-width: 487px) {

}





input, textarea {
	width:100%;

line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.webform-calendar {
	width:24px;
}

input.webform-submit.button-primary.form-submit {
	width:200px;
}

input#edit-submitted-allego-cv-upload-button {
	width:200px;
	margin-top:10px;
}




@media only screen and (min-width: 300px) and (max-width: 998px) {
	
.menu-pagine ul li {
	
	padding:0px 4px 0px 4px;
	
}
	
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
    .navbar {
    display: block;
}
    .menu, .menu-pagine, .logo-pagine {
        display: none;
    }

}




@media only screen and (min-width: 300px) and (max-width: 422px) {
	

}

@media only screen and (min-width: 300px) and (max-width: 780px) {
	

	.navbar {
    display: block;
}
    .menu, .menu-pagine, .logo-pagine {
        display: none;
    }
	
	h1.titolo-pagine {
		font-size:35px;
	}
	

	
}
