/* ---- fonts ---- */


@import url(https://fonts.googleapis.com/css?family=Muli:300,400,500);


/* ---- commons ---- */


body {
	background: #FFF;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
}
.container {
	margin: 0 auto;
	max-width: 1300px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.green-font {
	color: #0C7F5A;
}
.white-font {
	color: #FFF;
}
h1 {
	padding: 15px 0px;
	color: #FFF;
	font-size: 36px;
	line-height: 50px;
}
h2 {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
}
section h1 {
	color: #0C7F5A;
}
section h2 {
	color: #0C7F5A;
}
.btn-default {
	background: #FFF;
	padding: 9px 18px;
	font-size: 16px;
	font-weight: 300;
	color: #0C7F5A!important;
	border: 1px solid #0C7F5A!important;
	border-radius: 0px;
	text-transform: uppercase;
	transition: color 0.3s linear, background 0.3s linear;
	-moz-transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default:hover {
	background: #0C7F5A;
	color: #FFF!important;
}
.btn-alt {
	background: none;
	padding: 9px 18px;
	font-size: 16px;
	font-weight: 300;
	color: #FFF!important;
	border: 1px solid #FFF!important;
	border-radius: 0px;
	text-transform: uppercase;
	transition: color 0.3s linear, background 0.3s linear;
	-moz-transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-alt:hover {
	background: #FFF;
	color: #0C7F5A!important;
}


/* ---- header ---- */


header {
	background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(left,  #FFF 0%,#FFF 50%,#04A0C3 50%,#04A0C3 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left,  #FFF 0%,#FFF 50%,#04A0C3 50%,#04A0C3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #FFF 0%,#FFF 50%,#04A0C3 50%,#04A0C3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #FFF 0%,#FFF 50%,#04A0C3 50%,#04A0C3 100%); /* IE10+ */
    background: linear-gradient(to right,  #FFF 0%,#FFF 50%,#04A0C3 50%,#04A0C3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#009CCB',GradientType=1 ); /* IE6-9 */
	width: 100%;
}
header .container {
	background: #FFF;
}
.logo {
	float: left;
	padding: 20px 0px 15px 0px;
}
.logo img {
	width: 100%;
}
header nav {
	background: url(../images/header-bg.png) no-repeat;
	float: right!important;
	margin: 0px!important;
	margin-right: -1px!important;
	padding: 37px 0px 37px 30px;
}
header nav ul li {
	display: block;
	float: left;
	margin-left: 35px;
	font-size: 17px;
	font-weight: 500;
}
header nav ul li:first-of-type {
	margin-left: 40px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
}
header nav ul li .dropdown-menu {
	background-color: #0C7F5A;
	margin-top: 5px;
	padding: 8px 0px;
	border: none;
}
header nav ul li .dropdown-menu li {
	margin-left: 0px;
}
header nav ul li .dropdown-menu li a {
	padding: 6px 15px;
	font-size: 15px;
	font-weight: 300;
}
header nav ul li .dropdown-menu > li > a:hover, header nav ul li .dropdown-menu > li > a:focus {
	background: none;
	color: #DDD;
	text-decoration: none;
}
.caret {
	margin-left: 8px;
	margin-top: -3px;
}
.navbar-collapse {
	margin: 0px;
	padding: 0px;
}
.icon-bar {
	background: #0D815C;
}
.booking-banner {
	background: #3B5898;
	padding: 7px 0px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
}
.booking-banner a {
	color: #FFF!important;
}
.booking-banner .stars {
	margin-top: -5px;
	margin-left: 12px;
	height: 17px;
}
.booking-banner .icon {
	margin-top: -3px;
	margin-left: 50px;
	margin-right: 10px;
	height: 24px;
}
.booking-banner .book-link {
	padding: 4px 6px;
	font-size: 14px;
	border: 1px solid #FFF;
	border-radius: 5px;
}


/* ---- home ---- */


.home-intro {
	background: #7DB7CA url(../images/home-intro.jpg) top center no-repeat;
	background-size: cover;
	padding: 70px 0px;
}
.home-intro .row {
	padding: 12px 0px;
}
.home-intro .row div {
	padding: 0px 0.4%;
}
.home-intro .row .col-sm-offset-1 {
	margin-left: 3.33333333%;
}
.home-intro .row .col-sm-2 {
	width: 18.66666667%;
}
.home-intro .row .col-sm-6 {
	width: 56%;
}
.home-landing {
	padding: 20px 0px;
}
.home-landing h2 {
	padding-top: 5px;
	line-height: 35px;
}
.home-testimonials {
	background: #01A8DB url(../images/footer-bg.png) repeat-y;
	margin-top: 20px;
	width: 100%;
	padding-bottom: 50px;
	color: #FFF;
}
.testimonial-element {
	padding: 10px 50px;
}
.testimonial-element:nth-child(2n+1){
    clear: both;
}
.testimonial-stars {
	margin-top: -5px;
	margin-left: 12px;
}
.show-read-more {
	text-align: justify;
}
.show-read-more .more-text {
	display: none;
}
.show-read-more .read-more {
	color: #FFF;
	text-decoration: underline;
}
.home-contacts {
	margin-top: 60px;
	padding-bottom: 20px;
}
.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
.flip-container, .front, .back {
    width: 240px;
    height: 240px;
}
.flipper {
    position: relative;
    -moz-transform: perspective(1000px);
}
.front, .back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 3.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 3.5s;
    -moz-transform-style: preserve-3d;
    -o-transition: 3.5s;
    -o-transform-style: preserve-3d;
    -ms-transition: 3.5s;
    -ms-transform-style: preserve-3d;
    transition: 3.5s;
    transform-style: preserve-3d;
}
.front {
	background: #02A5D0;
	border-radius: 50%;
	opacity: 0.8;
    z-index: 2;
}
.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-on .front {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.flip-on .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.circle-img-back {
	position: absolute;
    z-index: 50;
}
.circle-img-back img {
	width: 240px;
	height: 240px;
}
.circle-title {
	position: absolute;
	margin: 70px 3% 0px 3%;
	width: 94%;
	color: #FFF;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}
.circle-title2 {
	position: absolute;
	margin: 55px 3% 0px 3%;
	width: 94%;
	color: #FFF;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}
.circle-arrow {
	position: absolute;
	background: url(../images/circle-arrow.png) center center no-repeat;
	margin: 165px 3% 0px 3%;
	width: 94%;
	height: 37px;
}
.circle-video {
	position: absolute;
	background: #02A5D0;
	border: 4px solid #02A5D0;
	border-radius: 50%;
	width: 240px;
	height: 240px;
	z-index: 100;
}
.circle-video img {
	border-radius: 50%;
	width: 232px;
	height: 232px;
	margin-left: -1px;
	z-index: 100;
}
.title-video {
	background: #02A5D0;
	margin: 50px 0px 0px -30px;
	padding: 25px 0px 25px 17px!important;
	border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	opacity: 0.8;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	z-index: -100;
}
.title-video a {
	color: #FFF!important;
}
.slide-img img {
	width: 100%;
}
.map {
	margin-bottom: -8px;
	width: 100%;
	height: 400px;
	border: none;
}
.minislogan-strip {
	background: #01A8DB url(../images/footer-bg.png) repeat-y;
	padding: 7px 0px;
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
}
.slogan-strip {
	background: #FAFAFA;
	padding: 20px 0px;
	color: #6F6F6F;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
}
section {
	width: 100%;
	min-height: 500px;
}
.sidebar {
	padding-right: 30px;
	font-size: 15px;
}
.sidebar-title {
	padding: 50px 0px 20px 0px;
	color: #525252;
	font-size: 36px;
	line-height: 48px;
}
.sidebar ul {
	padding-left: 20px;
}
.sidebar li {
	padding: 4px 0px 4px 5px;
}
.sidebar ul .active {
	font-weight: bold;
}
.content {
	text-align: justify;
}
.content img {
	max-width: 100%;
}
.home-img {
	width: 100%;
}
.page-title {
	padding: 50px 0px 20px 0px;
	color: #0C7F5A;
	font-size: 36px;
	line-height: 48px;
	text-align: left;
	text-transform: uppercase;
}
.page-white-title {
	padding: 50px 0px 20px 0px;
	color: #FFF;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
}
.page-subtitle {
	color: #525252;
	font-size: 21px;
	line-height: 35px;
	text-align: left;
}
.cycle-slideshow {
	margin: 30px 0px 10px 0px;
}
.carousel-img {
	width: 100%;
	height: 200px;
}
#carousel-prev {
	background: url(../images/arrow-left.png) no-repeat;
	width: 26px;
	height: 45px;
	margin-top: 107px;
	margin-left: 14px;
	cursor: pointer;
}
#carousel-next {
	background: url(../images/arrow-right.png) no-repeat;
	width: 26px;
	height: 45px;
	margin-top: 107px;
	margin-left: 5px;
	cursor: pointer;
}
#carousel-prev-struttura {
	background: url(../images/arrow-left.png) no-repeat;
	width: 26px;
	height: 45px;
	margin-top: 107px;
	margin-left: 30px;
	cursor: pointer;
}
#carousel-next-struttura {
	background: url(../images/arrow-right.png) no-repeat;
	width: 26px;
	height: 45px;
	margin-top: 107px;
	margin-left: 21px;
	cursor: pointer;
}
.social-share {
	padding: 10px 0px;
}
.fb-button {
	float: left;
	width: 115px;
}
.twitter-button {
	float: left;
	position: relative;
	top: 6px;
	width: 90px;
}
.gplus-button {
	float: left;
	position: relative;
	top: 6px;
	width: 70px;
}
.farmaci-nav {
	text-align: center;
}
.farmaci-nav .btn {
	background: #FFF;
	margin: 0px 3px 10px 3px;
	font-size: 16px;
	border: 1px solid #0C7F5A;
}
.farmaci-nav .btn:hover {
	background: #12a074;
	color: #FFF;
}
.farmaci-nav .active {
	background: #0C7F5A;
	color: #FFF!important;
	border: 1px solid #0C7F5A;
}
.farmaci-title {
	font-size: 36px;
	line-height: 48px;
	color: #0C7F5A;
	text-align: center;
}
#popup {
	width: 700px;
	margin: 30px;
}
#popup img {
	margin-top: 10px;
	height: 151px;
}
#popup h3 {
	margin-top: 0px;
	color: #0C7F5A;
}
#popup h4 {
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 26px;
}


/* ---- team ---- */


.top-team {
	margin: 20px 0px;
	min-height: 355px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.lower-team {
	margin-top: 15px;
	margin-bottom: 20px;
	min-height: 270px;
	text-align: center;
}
.top-team img, .lower-team img {
	margin-bottom: 15px;
	width: 100%;
}


/* ---- casi clinici ---- */


.caso-clinico-cover {
	background: #f7f7f7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10px 0px;
	min-height: 250px;
}
.caso-clinico-titolo {
	margin-bottom: 20px;
	min-height: 70px;
	font-size: 18px;
	line-height: 32px;
}


/* ---- blog ---- */


.blog-cover {
	background: #f7f7f7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10px 0px;
	min-height: 250px;
}
.blog-titolo {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 32px;
}
.blog-cover-data {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 28px;
}
.blog-data {
	margin: 20px 0px;
	font-size: 15px;
	line-height: 28px;
}
.blog-img {
	margin-bottom: 10px;
}


/* ---- footer ---- */


footer {
	background: #01A8DB url(../images/footer-bg.png) repeat-y;
	margin-top: 50px;
	width: 100%;
	padding: 38px 0px;
	color: #FFF;
	font-size: 15px;
	line-height: 32px;
}
.footer-social {
	margin-top: 8px;
}
.social-icon {
	margin-right: 20px;
}


/* ---- form ---- */


label {
	font-weight: 300;
}
input {
	border: 1px solid #0C7F5A!important;
	border-radius: 0px!important;
}
textarea {
	border: 1px solid #0C7F5A!important;
	resize: vertical;
	border-radius: 0px!important;
}
input:focus, textarea:focus {
    outline: none!important;
    border: 1px solid #0C7F5A!important;
    box-shadow: 0 0 4px #0C7F5A!important;
}
input[type="checkbox"] {
	margin-top: 16px;
	margin-right: 8px;
	cursor: pointer;
}
input[type=submit] {
	border-radius: 0px;
	background: #FFF;
	padding: 9px 18px;
	font-size: 16px;
	font-weight: 300;
	color: #0C7F5A!important;
	border: 1px solid #0C7F5A!important;
}
input[type=submit]:hover {
	background: #0C7F5A;
	color: #FFF!important;
}
.form-landing {
	color: #FFF;
}
.form-landing input, .form-landing textarea {
	border: 1px solid #02A5D0!important;
}
.form-landing input[type=submit] {
	border-radius: 0px;
	background: #FFF;
	padding: 9px 15px;
	font-size: 16px;
	font-weight: 300;
	color: #02A5D0!important;
	border: 1px solid #02A5D0!important;
}
.form-landing input[type=submit]:hover {
	background: #02A5D0;
	color: #FFF!important;
}


/* ---- links ---- */


a:link, a:visited, a:active {
	text-decoration: none;
	color: #0C7F5A;
	transition: color 0.3s linear, background 0.3s linear;
	-moz-transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover {
	text-decoration: none;
	color: #525252;
}
a.nav-link:link, a.nav-link:visited, a.nav-link:active {
	text-decoration: none;
	color: #FFF;
}
a.nav-link:hover {
	text-decoration: none;
	color: #DDD;
}
a.nav-link-attivo:link, a.nav-link-attivo:visited, a.nav-link-attivo:active {
	text-decoration: none;
	color: #DDD;
}
a.nav-link-attivo:hover {
	text-decoration: none;
	color: #FFF;
}
a.footer-link:link, a.footer-link:visited, a.footer-link:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: none;
}
a.footer-link:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}


/* ---- responsive ---- */


/* ---- large desktop ---- */

@media (min-width: 1380px) {

	.container {
		width: 1300px;
	}

}

/* ---- desktop ---- */

@media (max-width: 1379px) {

	.container {
		width: 1060px;
	}
	h1 {
		padding: 0px 1%;
		font-size: 40px;
		line-height: 50px;
	}
	h2 {
		padding: 0px 1%;
		font-size: 16px;
		line-height: 28px;
	}
	header {
		background: -moz-linear-gradient(left,  #FFF 0%,#FFF 50%,#029EC1 50%,#029EC1 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(left,  #FFF 0%,#FFF 50%,#029EC1 50%,#029EC1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #FFF 0%,#FFF 50%,#029EC1 50%,#029EC1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #FFF 0%,#FFF 50%,#029EC1 50%,#029EC1 100%); /* IE10+ */
		background: linear-gradient(to right,  #FFF 0%,#FFF 50%,#029EC1 50%,#029EC1 100%); /* W3C */
	}
	.logo {
		padding: 18px 0px;
	}
	header nav {
		padding: 37px 0px 37px 10px;
	}
	/* header nav ul li {
		display: block;
		float: left;
		margin-left: 10px;
		font-size: 15px;
	} */
	.flip-container, .front, .back {
	    width: 194px;
	    height: 194px;
	}
	.circle-img-back img {
		width: 194px;
		height: 194px;
	}
	.circle-title {
		margin: 57px 3% 0px 3%;
		width: 94%;
		font-size: 19px;
		line-height: 28px;
	}
	.circle-title2 {
		margin: 40px 3% 0px 3%;
		width: 94%;
		font-size: 19px;
		line-height: 28px;
	}
	.circle-arrow {
		margin: 135px 3% 0px 3%;
		width: 94%;
	}
	.circle-video {
		width: 194px;
		height: 194px;
	}
	.circle-video img {
		width: 186px;
		height: 186px;
		margin-left: -1px;
	}
	.title-video {
		margin: 25px 0px 0px -50px;
		padding: 25px 0px 25px 34px!important;
		font-size: 18px;
		line-height: 28px;
	}
	.sidebar {
		font-size: 14px;
	}
	.sidebar-title {
		padding: 40px 0px 20px 0px;
		font-size: 32px;
		line-height: 44px;
	}
	.content {
		font-size: 14px;
	}
	.page-title {
		padding: 40px 0px 20px 0px;
		font-size: 32px;
		line-height: 44px;
	}
	.page-subtitle {
		font-size: 18px;
		line-height: 30px;
	}
	.carousel-img {
		width: 100%;
		height: 180px;
	}
	#carousel-prev {
		margin-top: 97px;
		margin-left: 5px;
	}
	#carousel-next {
		margin-top: 97px;
		margin-left: 0px;
	}
	#carousel-prev-struttura {
		margin-top: 97px;
		margin-left: 25px;
	}
	#carousel-next-struttura {
		margin-top: 97px;
		margin-left: 8px;
	}
	.top-team {
		min-height: 180px;
	}
	.team {
		min-height: 230px;
	}
	.caso-clinico {
		min-height: 250px;
		font-size: 17px;
		line-height: 32px;
	}
	.caso-clinico-titolo {
		padding: 110px 0px;
		height: 250px;
	}
	footer {
		font-size: 14px;
		line-height: 30px;
	}
}

/* ---- tablet ---- */

@media (min-width: 918px) and (max-width: 1091px) {

	.container {
		width: 900px;
		padding: 0px 2%;
	}
	h1 {
		padding: 0px 2%;
		font-size: 31px;
		line-height: 40px;
	}
	h2 {
		padding: 0px 2%;
		font-size: 16px;
		line-height: 23px;
	}
	header {
		background: #FFF;
	}
	header .container {
		padding: 0px;
	}
	.logo {
		padding: 2%;
		max-width: 500px;
		width: 80%;
	}
	.navbar-toggle {
		margin: 4% 3%;
	}
	header nav {
		background: #0D815C;
		float: none!important;
		margin: 0px!important;
		padding: 8px;
		text-align: center;
	}
	header .container .row > div {
		width: 100%;
	}
	header nav ul {
		margin: 0px;
		padding: 0px;
	}
	header nav ul li {
		display: block;
		float: none;
		margin: 8px 0px;
		font-size: 17px;
	}
	header nav ul li:first-of-type {
		margin-left: 0px;
	}
	.dropdown.open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		text-align: center;
	}
	.booking-banner {
		font-size: 15px;
	}
	.booking-banner .stars {
		height: 12px;
	}
	.booking-banner .icon {
		margin-left: 18px;
		height: 18px;
	}
	.home-intro {
		padding: 60px 0px;
	}
	.home-intro .row {
		padding: 8px 0px;
	}
	.flip-container, .front, .back {
	    width: 144px;
	    height: 144px;
	}
	.circle-img-back img {
		width: 144px;
		height: 144px;
	}
	.circle-title {
		margin: 42px 3% 0px 3%;
		width: 94%;
		font-size: 15px;
		line-height: 21px;
	}
	.circle-title2 {
		margin: 29px 3% 0px 3%;
		width: 94%;
		font-size: 15px;
		line-height: 21px;
	}
	.circle-arrow {
		margin: 98px 3% 0px 3%;
		width: 94%;
	}
	.circle-video {
		width: 144px;
		height: 144px;
	}
	.circle-video img {
		width: 136px;
		height: 136px;
		margin-left: -1px;
	}
	.title-video {
		margin: 20px 0px 0px -50px;
		padding: 15px 0px 15px 24px!important;
		font-size: 15px;
		line-height: 25px;
	}
	.sidebar {
		padding-right: 15px;
	}
	.sidebar-title {
		padding: 35px 0px 10px 0px;
		font-size: 30px;
		line-height: 40px;
	}
	.page-title {
		padding: 35px 0px 10px 0px;
		font-size: 30px;
		line-height: 40px;
	}
	.page-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.page-carousel {
		margin: 15px 0px;
		height: 150px;
	}
	.cycle-slideshow {
		margin: 30px 0px 0px 0px;
	}
	.carousel-img {
		width: 100%;
		height: 140px;
	}
	#carousel-prev {
		margin-top: 77px;
		margin-left: 0px;
	}
	#carousel-next {
		margin-top: 77px;
		margin-left: -6px;
	}
	#carousel-prev-struttura {
		margin-top: 77px;
		margin-left: 18px;
	}
	#carousel-next-struttura {
		margin-top: 77px;
		margin-left: 0px;
	}
	.top-team {
		min-height: 220px;
		font-size: 16px;
		line-height: 25px;
	}
	.lower-team {
		min-height: 210px;
		line-height: 25px;
	}
	.caso-clinico {
		min-height: 220px;
		font-size: 15px;
		line-height: 22px;
	}
	.caso-clinico-titolo {
		padding: 80px 0px;
		height: 220px;
	}
	footer {
		background: #0D815C;
		font-size: 14px;
		line-height: 31px;
		text-align: center;
	}
	footer a {
		color: #FFF!important;
	}
	footer div {
		padding-bottom: 20px;
	}
	.footer-social {
		margin-top: 20px;
		margin-bottom: -50px;
	}
	.social-icon {
		margin: 0px 10px;
	}

}


/* ---- phone ---- */

@media (max-width: 917px) {

	.container {
		width: auto;
		padding: 0px 5%;
	}
	h1 {
		padding: 0px 2%;
		font-size: 26px;
		line-height: 32px;
	}
	h2 {
		padding: 0px 2% 10px 2%;
		font-size: 16px;
		line-height: 23px;
	}
	header {
		background: #FFF;
	}
	header .container {
		padding: 0px;
	}
	.logo {
		padding: 4% 2%;
		max-width: 500px;
		width: 80%;
	}
	.navbar-toggle {
		margin: 5% 3%;
	}
	header nav {
		background: #0D815C;
		float: none!important;
		margin: 0px!important;
		padding: 8px;
		text-align: center;
	}
	header nav ul {
		margin: 0px;
		padding: 0px;
	}
	header nav ul li {
		display: block;
		float: none;
		margin: 8px 0px;
		font-size: 17px;
	}
	header nav ul li:first-of-type {
		margin-left: 0px;
	}
	.dropdown.open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		text-align: center;
	}
	.booking-banner {
		padding: 7px 0px 12px 0px;
		font-size: 15px;
		text-align: center;
	}
	.booking-banner .stars {
		height: 15px;
	}
	.booking-banner .text-right {
		margin-top: 4px;
		text-align: center;
	}
	.booking-banner .divider {
		margin-top: 8px;
	}
	.booking-banner .icon {
		margin-left: 0px;
		height: 18px;
	}
	.home-intro {
		padding: 10px 0px;
		text-align: center;
	}
	.home-intro .row {
		padding: 0px 4%;
	}
	.home-intro .row .col-sm-offset-1 {
		margin-left: 0%;
	}
	.home-intro .row .col-sm-2 {
		width: 100%;
		padding: 0%;
	}
	.home-intro .row .col-sm-6 {
		width: 100%;
		padding: 0;
	}
	.home-landing h2 {
		padding-top: 5px;
		line-height: 25px;
	}
	.testimonial-element {
		padding: 10px 25px;
	}
	.home-contacts {
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.flip-container {
	    padding: 8px 0px;
		height: 77px;
	}
	.flipper .front {
		width: 100%;
		height: 70px;
		border-radius: 0%;
		opacity: 0.8;
	}
	.flipper .back {
		display: none;
	}
	.circle-title, .circle-title2 {
		margin: 11px 30% 0px 5%;
		width: 70%;
		font-size: 16px;
		line-height: 24px;
	}
	.circle-arrow {
		margin: 16px 0% 0px 75%;
		width: 25%;
	}
	.circle-video {
		display: none;
	}
	.title-video {
		margin: 0px 0px 20px 0px;
		padding: 8px 5% 8px 5%!important;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.map {
		margin-bottom: -8px;
		width: 100%;
		height: 220px;
		border: none;
	}
	.slide-slogan {
		float: none;
		margin-top: 30px;
		padding: 15px 30px;
		color: #FFF;
		font-size: 26px;
		line-height: 32px;
		border: 2px solid #FFF;
		text-align: center;
	}
	.minislogan-strip, .slogan-strip {
		display: none;
	}
	.sidebar {
		padding-right: 15px;
	}
	.sidebar-title {
		padding: 25px 0px 10px 0px;
		font-size: 30px;
		line-height: 40px;
	}
	.content-home {
		padding-top: 30px;
	}
	.page-title {
		padding: 25px 0px 10px 0px;
		font-size: 30px;
		line-height: 40px;
	}
	.page-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.page-carousel {
		margin: 15px 0px;
		height: 150px;
	}
	.cycle-slideshow {
		margin: 15px 0px -5px 0px;
	}
	.carousel-img {
		width: 100%;
		height: 100px;
	}
	#carousel-prev {
		display: none;
	}
	#carousel-next {
		display: none;
	}
	#carousel-prev-struttura {
		display: none;
	}
	#carousel-next-struttura {
		display: none;
	}
	#popup {
		width: 95%;
		margin: 0px 0px 10px 0px;
		text-align: center;
	}
	.top-team {
		min-height: 280px;
		font-size: 16px;
		line-height: 25px;
	}
	.lower-team {
		min-height: 230px;
		line-height: 25px;
	}
	.caso-clinico {
		min-height: 0px;
		font-size: 15px;
		line-height: 30px;
	}
	.caso-clinico-titolo {
		padding: 20px 15px;
		height: auto;
	}
	.youtube-video iframe {
		height: 250px;
	}
	footer {
		background: #0D815C;
		font-size: 14px;
		line-height: 31px;
		text-align: center;
	}
	footer a {
		color: #FFF!important;
	}
	footer div {
		padding-bottom: 20px;
	}
	.footer-social {
		margin-top: 20px;
		margin-bottom: -50px;
	}
	.social-icon {
		margin: 0px 8px;
	}

}


/* ---- smaller ---- */

@media (max-width: 480px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: collapse sidebar on tablet portait
|--------------------------------------------------------------------------
*/

@media (max-width: 1091px) {

	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

}
