body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-style: normal;
	font-weight: 400;
}

img{
        max-width: 100%;
}

.container {
	width: 1040px;
	padding: 15px;
	position: relative;
}

.template_pagina {
	width: 960px !important;
	margin-top: 55px;
}

/* -- ELEMENTI GENERICI --*/
.col_dx {
	width: 190px; 
	display: inline-block; 
	vertical-align: top;
	min-height: 300px;
}

.modifica_cms {
	color: #ffffff;
	padding: 5px 10px;
	background: #FF7C10;
	z-index: 9999;
	position: absolute;
}

.colonna_destra {
	float: left; 
	width: 310px; 
	margin-left: 30px; 
	position: relative;
}

.box_prenota {
	background: #01a2bf; 
	padding: 43px 35px;
}

.box_prenota > h2 {
	margin: 0; 
	color: #ffffff; 
	font-size: 28px; 
	line-height: 30px; 
	font-weight: 600;
}

.box_prenota > .cont_prenota {
	margin: 30px 0 15px;
}

.box_prenota > .cont_prenota > p {
	font-size: 14px; 
	line-height: 16px; 
	color: #ffffff; 
	display: inline-block; 
	vertical-align: top;
	margin: 0;
}

.box_prenota > a > .cont_prenota {
	margin: 30px 0 15px;
}

.box_prenota > a > .cont_prenota > p {
	font-size: 14px; 
	line-height: 16px; 
	color: #ffffff; 
	display: inline-block; 
	vertical-align: top;
	margin: 0;
}

.box_prenota > a > .cont_prenota > img {
	display: inline-block; 
	vertical-align: top;
	margin-right: 10px;
}


.box_prenota > .cont_prenota > img {
	display: inline-block; 
	vertical-align: top;
	margin-right: 10px;
}

:focus {
	outline: 0;
}

a:hover, a:focus {
	outline: 0;
}

.ns {
    display: none;
    visibility: hidden;
}
/* -- ELEMENTI GENERICI FINE --*/

/*-- BUTTON --*/
.btn-info {
	background: #ffffff;
	border-radius: 0;
	color: #01a2bf;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
	border: 3px solid #dddddd;
	padding: 7px 25px;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff;
	background: #01a2bf;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-contact {
	background: #01a2bf;
	border-radius: 0;
	color: #ffffff;
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	text-shadow: none;
	border: none;
	padding: 10px 28px 10px 20px;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact:active, .btn-contact.active, .btn-contact.disabled, .btn-contact[disabled] {
	color: #ffffff;
	background: #01a2bf;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-news {
	background: #01a2bf;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-shadow: none;
	border: none;
	padding: 6px 15px;
	white-space: pre-wrap;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-news:hover, .btn-news:focus, .btn-news:active, .btn-news.active, .btn-news.disabled, .btn-news[disabled] {
	color: #ffffff;
	background: #969696;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.btn-prenota {
	background: #01a2bf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #ffffff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	text-shadow: none;
	border: none;
	padding: 6px 15px;
	white-space: pre-wrap;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-prenota:hover, .btn-prenota:focus, .btn-prenota:active, .btn-prenota.active, .btn-prenota.disabled, .btn-prenota[disabled] {
	color: #ffffff;
	background: #969696;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-prenota2 {
	background: #01a2bf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	text-shadow: none;
	border: none;
	padding: 6px 15px;
	white-space: pre-wrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-prenota2:hover, .btn-prenota2:focus, .btn-prenota2:active, .btn-prenota2.active, .btn-prenota2.disabled, .btn-prenota2[disabled] {
	color: #ffffff;
	background: #969696;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*-- FINE BUTTON --*/

/* -- COLORI / BACKGROUND --*/
.grigio {
	background: #f2f2f2;
}

.nero {
	background: #202020;
}
/*-- FINE COLORI / BACKGROUND --*/

/* ANIMAZIONI --*/
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/*-- FINE ANIMAZIONI --*/

/*-- COLONNE -- */
.hover_dottore {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	height: 124px;
}

.hover_dottore:hover > .nascondi {
	visibility: hidden;
}

.hover_dottore:hover > .mostra {
	left: 0;
}

.mostra {
	background: #01a2bf;
	height: 124px;
	width: 170px;
	position: absolute;
	left: -170px;
	top: 0;
}

.mostra > p {
	color: #ffffff !important;
	position: relative;
	top: 50%;
	margin: -10px 0 0 0 !important;
}

.span2 {
	width: 170px;
	margin: 0;
	text-align: center;
	float: left;
}

.span2 > p {
	font-size: 16px;
	color: #838f93;
	line-height: 19px;
}

.span3 {
	width: 190px;
	margin: 0.2em 0;
	text-align: center;
	background: #e5e5e5;
	padding: 15px 0;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.span3:hover {
	background: #ffffff;
}

.span3:hover > p {
	font-size: 16px;
	color: #01a2bf;
	line-height: 19px;
}

.span3:hover > .img_alimentazione {
	background: url(/immagini/ico_alimentazione2.png);
}

.span3:hover > .img_ortopedia {
	background: url(/immagini/ico_ortopedia2.png);
}

.span3:hover > .img_sport {
	background: url(/immagini/ico_sport2.png);
}

.span3:hover > .img_endo {
	background: url(/immagini/ico_endocrinologia2.png);
}

.span3:hover > .img_fisica {
	background: url(/immagini/ico_fisica2.png);
}

.span3:hover > .img_eco {
	background: url(/immagini/ico_ecografia2.png);
}

.span3 > p {
	font-size: 16px;
	color: #838f93;
	line-height: 19px;
}

.img_alimentazione {
	background: url(/immagini/ico_alimentazione.png);
	width: 99px;
	height: 76px;
	display: inline-block;
}

.img_ortopedia {
	background: url(/immagini/ico_ortopedia.png);
	width: 99px;
	height: 76px;
	display: inline-block;
}

.img_sport {
	background: url(/immagini/ico_sport.png);
	width: 99px;
	height: 76px;
	display: inline-block;
}

.img_endo {
	background: url(/immagini/ico_endocrinologia.png);
	width: 99px;
	height: 76px;
	display: inline-block;
}

.img_fisica {
	background: url(/immagini/ico_fisica.png);
	width: 99px;
	height: 76px;
	display: inline-block;
}

.img_eco {
	background: url(/immagini/ico_ecografia.png);
	width: 99px;
	height: 76px;
	display: inline-block;
}

.active > .span3 > .img_alimentazione {
	background: url(/immagini/ico_alimentazione2.png);
}

.active > .span3 > .img_ortopedia {
	background: url(/immagini/ico_ortopedia2.png);
}

.active > .span3 > .img_sport {
	background: url(/immagini/ico_sport2.png);
}

.active > .span3 > .img_endo {
	background: url(/immagini/ico_endocrinologia2.png);
}

.active > .span3 > .img_fisica {
	background: url(/immagini/ico_fisica2.png);
}

.active > .span3 > .img_eco {
	background: url(/immagini/ico_ecografia2.png);
}

.active > .span3 {
	background: #ffffff;
}

.active > .span3 > p {
	font-size: 16px;
	color: #01a2bf;
	line-height: 19px;
	font-weight: 700;
}

.arrow {
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ffffff;
	border-width: 15px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -30px;
	z-index: 2;
	display: none;
}

.active > .span3 > .arrow {
	display: block;
}
/*-- FINE COLONNE --*/


/* -- ACQUISTA O CONTINUA --*/

#cont_acquista {
	width: 500px;
	height: auto;
	float: left;
}

.f_acquista {
	min-height: 250px;
	background: #7AA81D;
	box-shadow: 0 0 25px #c7c7c7, 0 0 35px #999;
}
.cont_acquista_top {
	width:490px; 
	height:64px; 
	float:left; 
	margin-left:5px;
}
/* -- FINE ACQUISTA O CONTINUA --*/

/* -- TEMPLATE PAGINA -- */

/* -- FINE TEMPLATE PAGINA -- */

/* -- NEWS -- */

.text1_news {
	color: #01a2bf;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	margin: 0;
}

.text2_news {
	font-size: 14px;
	line-height: 18px;
	color: #838f93;
	margin: 0;
}

.container_news {
	width: 644px; 
	min-height: 1240px;
	float: left; 
	padding: 30px 25px; 
	border: 3px solid #dddddd; 
	position: relative;
}

.contenitore_span2 {
	float: left;
	width: 290px;
	padding: 0;
	margin: 0 15px;
	position: relative;
	min-height: 500px;
	margin-bottom: 30px;
}

.contenitore_span2 > h2 {
	font-size: 23px;
	line-height: 28px;
	color: #01a2bf;
	margin: 0 0 15px 0;
	min-height: 56px;
}

.contenitore_span2 > a > h3 {
	position: absolute;
	background: url(/immagini/bg_data_news.png) no-repeat;
	width: 89px;
	height: 33px;
	padding: 2px 5px;
	font-size: 17px;
	line-height: 21px;
	color: #ffffff;
	margin: 0;
	bottom: -28px;
	left: -10px;
}

.contenitore_span2 > p {
	margin: 40px 0 20px 0;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	min-height: 108px;
}

.contenitore_span2 > a {
	display: inline-block;
}

.contenitore_span2 > a:hover {
	text-decoration: none;
}

.contenitore_span2 > a > p {
	color: #333333;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}

/* -- LEGGI TUTTA NEWS -- */

/* -- FINE LEGGI TUTTA NEWS -- */

/* -- CONTATTI -- */
.contact-form form input[type="text"] {
	width: 282px;
}
.contact-form form input[type="email"] {
	width: 282px;
}
.contact-form form input[type="password"] {
	width: 282px;
}

.contact-form form textarea {
	width: 282px;
}

.contact {
	margin-top: 26px;
}

.span6 {
	width: 455px;
	margin-left: 0;
	padding: 15px;
}

.span6:last-child {
	padding: 24px;
}

.contact-form {
	border: solid 1px #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 26px;
}

.contact-form > h2 {
	
	font-size: 32px;
	line-height: 35px;
	color: #4f4b47;
}
/* -- FINE CONTATTI -- */

/* -- FORM -- */
input[type="text"], input[type="email"], input[type="password"], textarea {
	border-radius: 0;
	width: 231px;
	margin-right: 0;
}

textarea {
	resize: vertical;
}
/* -- FINE FORM -- */


.social-buttons { display: inline-block; list-style: none; padding: 0; margin: 0; }
.social-buttons > li { display: block; margin: 0; padding: 10px 8px; float: left; }
.social-buttons .socialite { display: block; position: relative; background: url(/images/social-sprite.png) 0 0 no-repeat; }
.social-buttons .socialite-loaded { background: none !important; }

.social-buttons .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
.social-buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }
.text {display: inline-block; margin-top: 15px;}
