body {
	border-top: 15px solid #e4e4e4;
    font-family: georgia,times new roman,helvetica;
    margin: 0 auto;
}
p {
	text-align: justify;
}
a {
	color: #000000;
}
/*.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }*/
.google-map {
	height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;
}
.google-map object {
	height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
/*object {
    border: 0 none;
    height: 450px;
    margin: 0;
    width: 980px;
}*/
#container {
	margin: 0 auto;
}
#header {
	margin: auto;
    max-width: 980px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#nav {
	height: 125px;
    line-height: 75px;
    text-align: center;
}
#wrap {
	display: flex;
    justify-content: space-between;
    width: 100%;
}
#menu-bar {
	display: flex;
    justify-content: space-between;
    width: 100%;
}
#menu {
    display: flex;
    justify-content: space-between;
    list-style: outside none none;
    margin: 0 auto;
    padding: 12px;
    width: 100%;
}
#menu li {
    padding: 10px;
    vertical-align: middle;
}
#menu li:hover {
    background-color: #77b245;
    border-radius: 5px;
    color: white;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
}
/*#menu li:hover:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #77b245 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0;
}*/
/* creates triangle */
#menu li:hover:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #77b245 transparent;
  margin-left: -10px;
}
#logo {
	display: inline-block;
	width: 200px;
}
#menu li a {
	text-decoration: none;
	/*color: #000000;*/
    font-weight: bold;
    text-align: center;
}
#menu li a:hover, #menu li:hover a {
	color: #ffffff;
}
.first {
    margin-left: 25px;
}
.select {
	background-color: #e4e4e4;
    border-radius: 5px;
    color: white;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
}
/*.select:after {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 0; 
}*/
.select:after {
	content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #e4e4e4 transparent;
  margin-left: -10px;
}
.select a {
  color: #77b245;
}
.img-logo {
	max-width: 100%;
    vertical-align: middle;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #77b245  ;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
    display: block;
    /*margin-left: -25px;*/
    margin-top: 150px;
    text-align: center;
}
.block {
	display: block !important;
}
#page-content {
	margin: 0 auto;
    padding-bottom: 10px;
}
.all-width {
	background: #e4e4e4 none repeat scroll 0 0;
    margin-bottom: 10px;
}
#go-left {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #77b245;
    border: 0 none;
    float: left;
    line-height: 360px;
    vertical-align: middle;
}
#go-right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #77b245;
    border: 0 none;
    float: right;
    line-height: 360px;
    margin-top: -360px;
}
.ausili-anziani-disabili-life {
	display: flex;
    height: auto;
    margin: 0 auto;
    max-width: 980px;
    padding: 10px;
}
.servizi-title {
	align-self: center;
}
.italic{
	font-style: italic;
}
.servizi-img {
	align-self: center;
}
.servizi-text {
	float: left;
	align-self: center;
}
.left, .right {
	padding: 0 15px;
}
.center {
	padding: 15px 0;
	font-style: italic;
}
.servizi-title h1 {
	background: #77b245 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 24px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
.servizi-text h2 {
	background: #77b245 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.img-centered {
	margin:0 auto;
}
textarea, input {
	border:1px solid #77b245;
}
input {
	height: 30px;
}
.link {
	background: #77b245;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
.photogallery-index {
	display: flex;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    width: 980px;
}
.photogallery-box {
	height: auto;
    margin: 0 auto;
    width: 250px;
}
.photogallery-box h2 {
    height: 2em;
}
.photogallery-box p {
	width: 250px;
}
.container {
	/*height: 980px;*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 900px;
}
.galleria-miniatura {
	float: left;
    margin-left: 60px;
    width: 100px;
}
.thumb {
	margin-bottom: 10px;
    margin-top: 620px;
}
.big {
  position: absolute;
  top: -900px;
  left: 20px; 
  -webkit-transition: top 1s ease;
  -moz-transition: top 1s ease;
  -o-transition: top 1s ease;
  -ms-transition: top 1s ease;
  transition: top 1s ease;
}
.featured {
	left: 20px;
    top: 90px;
    z-index: 0;
}
a:hover .thumb {
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
a:hover .big {
  top: 90px;
  z-index: 3;
}
.descrizione-miniatura {
	width: 100px;
}
.back-to-index p {
	padding: 15px;
    text-align: center;
}
.more-info {
	margin-bottom: 10px;
}
.info {
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 900px;
    padding: 10px;
    text-align: center;
}
hr {
	color: #77b245;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.min-width-30 {
	min-width: 30%;
}
.info-servizi {
	align-self: flex-start;
    max-width: 280px;
    text-align: left;
	padding: 1px;
}
.info-servizi h4 {
	color: #000000;
    text-transform: uppercase;
}
.info-servizi strong, label {
	background: #77b245;
	color: #ffffff;
}
.info-servizi ul {
	font-size: 14px;
    list-style: outside none none;
    padding: 0 0 15px;
}
.info-servizi li {
	margin-bottom: 15px;
}
.info-servizi p {
	font-size: 14px;
}
#SkypeButton_Call_life-italia_1 p {
	margin-bottom: -5px;
    margin-top: -20px;
}
#SkypeButton_Call_life-italia_1 a {
 	background: #77b245 none repeat scroll 0 0;
    color: #ffffff !important;
 }
 #SkypeButton_Call_life-italia_1 ul {
 	border: 2px solid #77b245 !important;
 }
.icon-col {
	color: #77b245;
}
#footer {
    color: #000000;
    padding: 15px;
}
#footer::before {
    border-top: 2px solid #77b245;
    content: "";
    display: block;
    margin: 0 auto;
    max-width: 960px;
}
.text-center {
    text-align: center !important;
}
.form div{
	padding: 10px;
}
/*Responsive Styles*/
@media screen and (min-width : 801px) {
	input[type=checkbox]:checked ~ #menu {
		display: block;
		margin: 0;
	}
}
@media screen and (max-width : 800px) {
	#header {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#nav {
		height: auto;
	}
	#wrap {
		display: block;
	}
	/*Make dropdown links appear inline*/
	#menu {
		position: static;
		display: none;
		padding: 0;
	}
	/*Create vertical spacing*/
	#menu li {
		height: auto;
		line-height: 40px;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		border-bottom: 1px solid #77b245;
	}
	.select::after {
		content: none;
	}
	.select {
		/*background: none;*/
	}
	.select a {
		/*color: #000000;*/
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display: block;
		left: 0;
		position: absolute;
		top: 200px;
		width: 100%;
	}
	#menu-bar {
		display: block;
		margin-bottom: 60px;
	}
	#menu {
		margin-bottom: -60px;
	}
	#menu li:hover:after {
		content: none;
	}
	#menu li:hover {
		content: none;
		/*background: none;*/
		height: auto;
		line-height: 40px;
	}
	#menu li a:hover {
		background: #77b245;
	}
	.all-width {
		margin-bottom: unset !important;
	}
	#go-left, #go-right {
		display: none;
	}
	.slider, .slider div {
		height: unset !important;
		position: unset !important;
		width: unset !important;
	}
	#page-content {
    	padding-top: 25px;
	}
	.ausili-anziani-disabili-life {
		/*display: unset !important;*/
		display: initial;
		float: none !important;
		padding: 20px !important;
	}
	.servizi-img {
		padding: 0 15px;
		text-align: center;
	}
	.servizi-text, .italic, .servizi-title p,
	.servizi-title h3 {
		padding: 0 15px;
	}
	.info {
		flex-direction: column;
	}
	.info-servizi {
		min-width: 100%;
		text-align: center;
		font-size: 20px;
	}
	.info-servizi p, .info-servizi ul{
		text-align: center;
		font-size: 20px;
	}
	hr {
		display: none;
	}
	/*object {
	    max-width: 980px;
	}*/
	textarea{
		width:100%;
		margin-top: 10px;
		border:1px solid #77b245;
		border-radius:5px;
		margin-bottom: 20px;
		resize:none;
	}
}
@media screen and (max-width : 516px) {
	hr {
		display: none;
	}
}
@media screen and (max-width : 753px) {
	.last {
		display: none;
	}
}
@media screen and (max-width : 980px) {
	object {
		pointer-events: none;
	}
}
/*@media screen and (max-width : 550px) {
	.more-info {
		margin-bottom: unset !important;
	}
	.info {
		display: unset !important;
		justify-content: unset !important;
	}
	.info-servizi {
		margin-top: 40px;
		max-width: unset !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	.info-servizi h4 {
		text-align: center;
	}
}*/