/*
Theme Name: Meditel
Theme URI: https://www.burningflame.it/
Author: Burning Flame
Author URI: https://www.burningflame.it/
Description: Meditel
Version: 3.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/


/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');


/*
|--------------------------------------------------------------------------
| Commons
|--------------------------------------------------------------------------
*/

body {
	background: #FFF;
	padding-top: 0px;
	font-family: 'Abel', Helvetica, sans-serif;
	color: #696969;
	font-size: 19px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
}
.container {
	margin: 0 auto;
	max-width: 1370px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.input-group-addon img {
	margin: 0px!important;
	max-width: 30px!important;
	height: 24px!important;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td span.active {
	background-color: #008C5A!important;
}
.bootstrap-datetimepicker-widget td.today:before {
	border-bottom: 7px solid #008C5A!important;
}
h1, h2, h3, h4, h5 {
	font-family: 'Ropa Sans', Helvetica, sans-serif;
}
h1 {
	padding-bottom: 40px;
	color: #008C5A;
	text-transform: uppercase;
}
h1:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	padding-top: 25px;
	border-bottom: 1px solid #008C5A;
	text-align: center;
}
h1.white-font:after {
	border-bottom: 1px solid #FFF;
}
.single-header h1:after {
	left: 0px;
	margin-left: 15px;
}
h2 {
	color: #008C5A;
	text-transform: uppercase;
}
h3 {
	color: #008C5A;
	text-transform: uppercase;
}
h4 {
	margin: 5px 0px;
	font-size: 22px;
	line-height: 32px;
}
h5 {
	margin: 5px 0px;
	font-size: 20px;
	line-height: 30px;
}
.green-font {
	color: #008C5A;
}
.white-font {
	color: #FFF;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

header {
	width: 100%;
}
.navbar {
	background: #008C5A;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
}
.logo {
	float: left;
	margin: 20px 0px;
}
.logo img {
	height: 80px;
}
.logo-celebration {
	float: left;
	margin: 20px 0px 20px 20px;
}
.logo-celebration img {
	height: 80px;
}
header nav {
	float: right;
	margin: 0px;
	font-family: 'Ropa Sans', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
header nav .row > div:last-of-type {
	padding-left: 0px;
	padding-right: 0px;
}
header nav ul {
	padding: 0px;
}
header nav ul li {
	display: block;
	float: left;
	margin-left: 0px;
}
.navbar-nav > li > a {
	padding: 15px 12px;
}
header nav #menu-main-menu {
	margin-top: 8px;
}
header nav #menu-secondary-menu {
	margin-top: 15px;
	float: right;
}
header nav #menu-main-menu > li:last-of-type > a {
	padding-right: 0px;
}
header nav #menu-secondary-menu > li {
	margin: 4px 0px 0px 13px;
}
header nav #form-header {
	margin-top: 19px;
}
header nav ul li.btn.btn-default {
	padding: 0px;
	font-size: 17px;
	font-weight: normal;
}
header nav ul li.btn.btn-default a {
	padding: 7px 10px;
}
header nav ul li.btn.btn-default a:hover {
	color: #008C5A!important;
}
header nav ul li.btn.btn-default.active a {
	background: #FFF!important;
	color: #008C5A!important;
}
header nav ul li .dropdown-toggle .caret {
	margin-top: -3px;
	margin-left: 5px;
}
header nav .dropdown-menu {
	background-color: #008C5A;
	padding: 8px 0px;
	border: none;
}
.dropdown-menu li {
	float: none;
}
.navbar-resize {
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.navbar-resize .logo {
	margin: 12px 0px;
}
.navbar-resize .logo img {
	height: 70px;
}
.navbar-resize .logo-celebration {
	margin: 12px 0px 12px 15px;
}
.navbar-resize .logo-celebration img {
	height: 70px;
}
.navbar-resize nav {
	font-size: 16px;
}
.navbar-resize .navbar-nav > li > a {
	padding: 12px 10px;
}
.navbar-resize nav #menu-main-menu {
	margin-top: 0px;
}
.navbar-resize nav #menu-secondary-menu {
	margin-top: 10px;
	float: right;
}
.navbar-resize nav #menu-secondary-menu > li {
	margin: 2px 0px 0px 8px;
}
.navbar-resize nav #form-header {
	margin-top: 12px;
}
.navbar-resize nav ul li.btn.btn-default {
	font-size: 15px;
}
.navbar-toggle {
	margin-top: 25px;
	margin-right: 3px;
	padding: 5px;
	border-radius: 0px;
	border: none;
}
.navbar-default .navbar-toggle {
	background: none;
}
.navbar-default .navbar-toggle:hover {
	background: none;
}
.icon-bar {
	background: #FFF!important;
}


/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/

.flexslider, .flex-viewport {
	background: #008C5A;
	width: 100%;
	height: 450px;
}
.home .flexslider, .home .flex-viewport {
	height: 650px;
}
.flexslider .slides {
	padding: 0px;
}
.flexslider .slides li {
	display: inline-block;
	position: relative;
	background-position: center center;
	width: 100%;
	height: 100%!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.home .flexslider .slides li {
	opacity: 1;
	filter: alpha(opacity=10);
}
/*.home .flexslider .slides li:before {
	position: absolute;
	content: " ";
	background: #000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
}*/
.flex-caption {
	display: table;
	width: 100%;
}
.flex-text {
	display: table-cell;
	vertical-align: middle;
	height: 450px;
	color: #FFF;
}
.home .flex-text {
	vertical-align: bottom;
	height: 580px;
}
.flex-text h1 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: 'Ropa Sans', Helvetica, sans-serif;
	font-size: 55px;
	line-height: 60px;
	text-transform: none;
}
.home .flex-text h1 {
	display: inline;
	background: #008C5A;
	padding: 8px 15px;
	line-height: 66px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.flex-text h1:after {
	display: none;
}
.flex-text .btn-default {
	margin-top: 25px;
	color: #FFF!important;
	border: 1px solid #FFF!important;
}
.home .flex-text .btn-default {
	background: rgba(0,140,90,0.70);
	color: #FFF!important;
	border: 1px solid #FFF!important;
}
.home .flex-text .btn-default:hover {
	background: none;
	color: #008C5A!important;
	border: 1px solid #008C5A!important;
}
.flex-control-nav {
	bottom: 20px!important;
	z-index: 100!important;
}
@media (min-width: 768px) and (max-width: 991px) {

	.flexslider, .flex-viewport {
		height: 300px;
	}
	.home .flexslider, .home .flex-viewport {
		height: 400px;
	}
	.flex-text {
		height: 300px;
	}
	.home .flex-text {
		height: 400px;
	}
	.flex-text h1 {
		font-size: 60px;
		line-height: 65px;
	}

}
@media (max-width: 767px) {

	.flexslider, .flex-viewport {
		height: 200px;
	}
	.home .flexslider, .home .flex-viewport {
		height: 85vh;
	}
	.flex-text {
		height: 200px;
		text-align: center;
	}
	.home .flex-text {
		height: 75vh;
	}
	.flex-text h1 {
		color: #FFF;
		font-size: 40px;
		line-height: 45px;
	}
	.flex-control-nav {
		bottom: 10px!important;
	}

}


/*
|--------------------------------------------------------------------------
| Pages
|--------------------------------------------------------------------------
*/

.generate-triangle {
	width: 100%;
	height: 0;
	padding-top: 100px;
}
.generate-triangle:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: -100px;
}
.home-intro {
	background: url('images/flower-bg.png') right bottom no-repeat;
	padding: 100px 0px 80px 0px;
}
.promo-triangle {
	margin-bottom: 20px;
}
.promo-triangle:after {
	border-bottom: 100px solid transparent;
	border-left: 100vw solid #FFF;
}
.promo-triangle-reverse {
	margin-top: 0px;
}
.promo-triangle-reverse:after {
	border-top: 100px solid transparent;
	border-right: 100vw solid #FFF;
}
.home-promo {
	background: url('images/home-promo-back.jpg') center center no-repeat;
	background-size: cover;
	padding: 0px 0px 0px 0px;
	color: #FFF;
}
.home-promo h4 {
	margin-top: 15px;
}
.home-services {
	padding: 80px 0px 60px 0px;
}
.home-service {
	margin-bottom: 50px;
	text-align: center;
}
.home-service img {
	height: 120px;
}
.home-service h4 {
	margin-top: 20px;
	text-transform: uppercase;
}
.home-venues {
	padding: 40px 0px 80px 0px;
}
.home-promo-app {
	background: url('images/home-banner-app-back.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	text-align: center;
}
.home-promo-app img {
	height: 400px;
}
.home-news {
	padding: 0px;
}
.content-box {
	background: #FFFFFF;
	margin-bottom: 40px!important;
	padding: 20px!important;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	clear: both;
}
.content-box .content-img {
	float: left;
	padding-right: 20px;
}
.content-box .content-img img {
	width: 180px;
	height: 180px;
}
.content-box .title {
	margin-bottom: 4px;
	color: #008C5A;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.content-box h2, .content-box h3 {
	margin-top: 0px;
}
.content-box .meta {
	margin: 5px 0px 5px 0px;
	color: #888;
	font-size: 16px;
	font-style: italic;
}
.content-box .excerpt {
	margin-top: 4px;
	margin-bottom: 14px;
	color: #444;
	line-height: 24px;
	text-align: justify;
}
.content-box .btn.btn-default {
	margin: 0px;
}
.content-box:hover .btn.btn-default {
	background: #008C5A;
	color: #FFF!important;
	border: 1px solid #008C5A;
}
.sanipass-triangle {
	margin-top: 80px;
}
.sanipass-triangle:after {
	border-top: 100px solid transparent;
	border-left: 100vw solid #EBF6F2;
}
.promo-sanipass {
	background: #EBF6F2;
	padding: 40px 0px 80px 0px;
}
.sanipass-img {
	margin-top: -50px;
	height: 300px;
}
.doctor-box {
	background: #FFFFFF;
	margin-bottom: 30px!important;
	padding: 20px!important;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	cursor: pointer;
	clear: both;
}
.single-exams .doctor-box, .single-venues .doctor-box, .single-services .doctor-box {
	text-align: center;
}
.doctor-box .doctor-img {
	float: left;
	padding-right: 20px;
}
.single-exams .doctor-box .doctor-img, .single-venues .doctor-box .doctor-img, .single-services .doctor-box .doctor-img {
	float: none;
	padding-right: 0px;
	margin-bottom: 15px;
}
.doctor-box .doctor-img img {
	margin: 0px!important;
	width: 130px;
	height: 130px;
}
.doctor-box .title {
	color: #008C5A;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.doctor-box .excerpt {
	margin: 10px 0px 14px 0px;
	color: #444;
	font-size: 18px;
	line-height: 24px;
}
.doctor-box:hover .arrow-link {
	text-decoration: none;
	padding-right: 25px;
	color: #00B172;
}
.single-doctor-box {
	background: #FFFFFF;
	margin-bottom: 30px!important;
	padding: 30px!important;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	cursor: pointer;
	clear: both;
}
.single-doctor-img img {
	max-width: 150px!important;
	margin: 0px!important;
}
.single-doctor-details {
	text-align: left;
}
.single-doctor-details hr {
	margin: 10px 0px;
}
.single-doctor-details hr:last-of-type {
	display: none;
}
#map-canvas {
	width: 100%;
	height: 450px;
}
.venue-box {
	background: #FFFFFF;
	margin-bottom: 30px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	transition: box-shadow 0.3s linear;
	-moz-transition: box-shadow 0.3s linear;
	-webkit-transition: box-shadow 0.3s linear;
}
.venue-box:hover {
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}
.venue-image {
	position: relative;
	background: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}
.venue-image-single {
	height: 450px;
}
.venue-image-title {
	padding: 20px;
	font-size: 16px;
	line-height: 26px;
}
.venue-image-title h3 {
	margin: 0px;
}
.venue-box-small .venue-image {
	height: 230px;
}
.venue-box-small .venue-image-title {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 26px;
}
.venue-box-small .venue-image-title h4 {
	margin: 0px;
	text-transform: uppercase;
}
.single-venues .sidebar-box:first-of-type {
	margin-top: 118px;
}
.contacts-box {
	background: #FFFFFF;
	padding: 10px 25px 25px 25px;
	margin-bottom: 30px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	text-align: center;
}
.contacts-section {
	display: none;
	padding: 20px 0px 20px 0px;
}
.contacts-social {
	padding: 20px 0px 40px 0px;
}
.social-icon {
	margin: 20px 0px 0px 0px!important;
	height: 60px!important;
}
#content {
	padding: 0px 0px 40px 0px;
}
.page-header {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	border: none;
	text-align: center;
}
.single-header {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: none;
}
.archive-header {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
}
.link-box {
	background: #FFFFFF;
	padding: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #E9E9E9;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
	transition: color 0.3s linear, background-color 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear;
}
.link-box:hover {
	background: #FAFAFA;
}
.link-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.link-list li {
	padding: 15px 0px;
	border-bottom: 1px solid #E9E9E9;
}
.link-list li:first-child {
	padding-top: 0px;
}
.link-list li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.horizontal-menu-box {
	background: #FFFFFF;
	margin-bottom: 25px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
.horizontal-menu-box .row > div:not(:first-of-type) {
	padding-left: 0px;
}
.horizontal-menu-box .row > div {
	padding-right: 0px;
}
.horizontal-menu-box .row > div > a {
	display: block;
	padding: 18px;
	border-right: 1px solid #E9E9E9;
	transition: color 0.3s linear, background-color 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear;
}
.horizontal-menu-box .row > div:last-of-type > a {
	border-right: none;
}
.horizontal-menu-box .row > div > a.active {
	font-weight: bold;
}
.sidebar {
	padding-top: 0px;
}
.sidebar-box, .widget {
	background: #FFFFFF;
	margin-bottom: 25px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
.sidebar-box h4, .widget h4 {
	margin: 0px;
	padding: 15px 20px 0px 20px;
	color: #008C5A;
	text-transform: uppercase;
}
.sidebar-box ul, .widget ul {
	padding: 0px;
	list-style: none;
}
.sidebar-box li, .widget li {
	border-bottom: 1px solid #E9E9E9;
}
.sidebar-box li:last-child, .widget li:last-child {
	border-bottom: none;
}
.sidebar-box li a, .widget li a {
	display: block;
	padding: 18px 20px 18px 20px;
	transition: color 0.3s linear, background-color 0.3s linear;
	-moz-transition: color 0.3s linear, background-color 0.3s linear;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear;
}
.sidebar-box li a {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sidebar-box .sidebar-box-content, .widget .sidebar-box-content {
	padding: 15px 20px!important;
}
.sidebar-box .sidebar-box-content h3, .widget  .sidebar-box-content h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebar-box form, .widget form {
	padding: 15px 20px!important;
}
.sidebar-box .form-control, .widget .form-control {
	margin-bottom: 15px;
}
.link-box .arrow-link, .sidebar-box li .arrow-link, .doctor-box .arrow-link {
	background: url('images/link-arrow-right.png') right 6px no-repeat;
	background-size: 8px 14px;
	padding-right: 20px;
	transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -webkit-transition: padding 0.2s linear;
}
.link-box:hover .arrow-link, .sidebar-box li:hover .arrow-link, .doctor-box .arrow-link:hover {
	text-decoration: none;
	padding-right: 25px;
}
.label-category {
	background: #008C5A;
	margin-right: 8px;
	padding: 3px 6px;
	color: #FFF;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
}
.label-ssn {
	position: relative;
	background: #008C5A;
	margin-right: 8px;
	top: -1px;
	padding: 2px 5px;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	border-radius: 4px;
}
.link-box .label-ssn {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 33px;
	margin: 0px;
}
.sidebar-box li .label-ssn {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 18px;
	margin: 0px;
}
.legend-ssn {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
}
.legend-ssn .label-ssn {
	float: left;
	margin: 5px 15px 5px 10px;
}
.book-exam-box {
	background: #FFFFFF;
	margin-bottom: 40px;
	padding: 5px 20px 20px 20px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	clear: both;
}
.notice {
	background: #008C5A;
	margin-bottom: 25px;
	padding: 8px 10px;
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	border-radius: 4px;
}
.list-index {
	padding: 10px 0px;
}
.post-not-found {
	padding: 100px 0px;
	text-align: center;
}
.booking-box {
	background: #FFFFFF;
	padding: 10px 25px 25px 25px;
	margin-bottom: 30px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	text-align: center;
}
.booking-box-icon {
	display: inline-block;
	margin: -6px 15px 0px 0px!important;
	height: 25px!important;
}
.booking-online-box {
	background: #FFFFFF;
	margin-bottom: 30px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.booking-online-box .title {
	background: #008C5A;
	padding: 10px 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
.booking-online-box .content {
	padding: 20px;
}
.booking-online-help-icon {
	display: inline-block;
	margin: -5px 10px 0px 0px!important;
	height: 21px!important;
	cursor: pointer;
}
.booking-online-help-icon-right {
	margin: -5px 0px 0px 10px!important;
}
.booking-online-help-icon-description {
	display: none;
}
.booking-online-help {
	margin-top: 10px;
	font-size: 17px;
}
.app-store-btn, .google-play-btn {
	margin: 0px 10px 15px 10px!important;
	height: 50px!important;
}
#popup {
	width: 700px;
	margin: 0px 20px 10px 20px;
	text-align: center;
}
#popup img {
	display: block;
	margin: 25px 0px 15px 0px;
	width: 100%!important;
}


/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/

.schema-accordion-code {
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	overflow: hidden;
}
.schema-accordion-code .accordion-q {
	position: relative;
	margin: 0;
	padding: 14px 56px 14px 16px;
	color: #008C5A;
	font-size: 20px;
	border-bottom: 1px solid #EEEEEE;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.accordion-q:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	width: 56px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
.accordion-q.accordion-q-open:after {
	content: "-";
}
.accordion-a {
	display: none;
	background-color:#fff;
	margin: 0px;
	padding: 20px 25px;
	border-bottom: 1px solid #EEEEEE;
}
.schema-accordion-code .accordion-question:last-child .accordion-a {
	border-bottom: 0px;
}


/*
|--------------------------------------------------------------------------
| Posts
|--------------------------------------------------------------------------
*/

#breadcrumbs {
	padding: 40px 0px 0px 0px;
}
#main article {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
#main article .meta {
	padding-bottom: 15px;
	font-style: italic;
	color: #808080;
}
#main article .post-content {
	text-align: justify;
}
#main article .read-more {
	display: block;
	margin-top: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
#main article img {
	margin: 20px 0px;
}
#main article img.post-thumbnail {
	margin: 0px 0px 30px 0px;
}
#main article img.alignleft {
	float: left;
	margin-right: 15px;
}
#main article img.alignright {
	float: right;
	margin-left: 15px;
}
#main article img.aligncenter {
	display: block;
	margin: 0 auto;
}
.gallery {
	margin-top: 30px!important;
}
.gallery-item .thumbnail {
	border: none;
}
.gallery-item img {
	margin: 0px!important;
	display: inline;
	border: none;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
.attachment #main .post_content img {
	max-width: 100%;
}


/*
|--------------------------------------------------------------------------
| WP-specific post-type styles
|--------------------------------------------------------------------------
*/

.pagination-container {
	padding: 20px 0px;
	text-align: center;
}
.pagination li a {
	color: #008C5A;
}
.pagination li a:hover {
	color: #00B172;
}
.pagination li.active a {
	background: #008C5A;
	border: 1px solid #008C5A;
}
.pagination li.active a:hover {
	background: #00B172;
	border: 1px solid #00B172;
}
.ie8 #main .media-grid img {
	max-height: none !important;
	max-width: none !important;
}
#gallery-nav {
	list-style-type: none;
	margin-left: 0;
}


/*
|--------------------------------------------------------------------------
| Widget
|--------------------------------------------------------------------------
*/

.widget {
	margin-bottom: 18px;
}
.widgettitle {
	margin-bottom: 9px;
}
#tag-cloud {
	margin-bottom: 18px;
	line-height: 160%;
}
#tag-cloud a:hover, .tags a:hover {
	color: #ffffff;
	text-decoration: none;
}
#tag-cloud a {
	white-space: pre;
	text-transform: uppercase;
}
.widget_search form {
	padding-left: 0;
}
#calendar_wrap {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child {
	border-bottom: none;
}
#wp-calendar td  {
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left {
	padding-right: 15px;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

footer {
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	color: #FFF;
}
.main-footer {
	background: #4CAE8B;
	padding: 50px 0px;
}
.footer-logo {
	height: 65px;
	margin-bottom: 10px;
}
.footer-links {
	float: none;
	margin: 0px;
}
.footer-links .menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-links .menu li {
	float: none;
	margin: 0px;
}
.main-footer .social-icon {
	margin-top: 15px;
	height: 60px;
}
.copy-footer {
	background: #008C5A;
	padding: 45px 0px 40px 0px;
}


/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/

label {
	font-weight: 400;
}
.form-control {
	width: 100%!important;
	color: #888888;
	font-size: 17px;
	border: 1px solid #EAEAEA!important;
	border-radius: 0px!important;
	box-shadow: none!important;
}
input[type="text"], input[type="email"] {
	height: auto!important;
	padding: 12px 16px!important;
	border: 1px solid #DDD!important;
}
input[type="checkbox"] {
	margin-top: 16px;
	margin-right: 8px;
	cursor: pointer;
}
textarea {
	padding: 12px 16px!important;
	height: auto!important;
	border: 1px solid #DDD!important;
	resize: vertical;
}
input:focus, textarea:focus {
    outline: none!important;
    border: 1px solid #DDD!important;
    box-shadow: 0 0 4px #DDD!important;
}
.btn-default, .btn-default:disabled {
	background: none;
	margin: 10px 0px;
	padding: 9px 18px;
	height: auto!important;
	font-size: 20px;
	font-weight: 700;
	color: #008C5A!important;
	border: 1px solid #008C5A;
	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, .btn-default:focus {
	background: #008C5A;
	color: #FFF!important;
	border: 1px solid #008C5A;
	outline: 0!important;
}
.btn-default.btn-sm, .btn-default.btn-sm:disabled {
	background: #008C5A;
	padding: 6px 11px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF!important;
	border: 1px solid #008C5A;
	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.btn-sm:hover, .btn-default.btn-sm:focus {
	background: #FFF;
	color: #008C5A!important;
	border: 1px solid #008C5A;
	outline: 0!important;
}
.btn-default.btn-lg, .btn-default.btn-lg:disabled {
	background: none;
	margin: 10px 0px;
	padding: 14px 22px;
	font-size: 24px;
	font-weight: 700;
	color: #008C5A!important;
	border: 1px solid #008C5A;
	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.btn-lg:hover, .btn-default.btn-lg:focus {
	background: #008C5A;
	color: #FFF!important;
	border: 1px solid #008C5A;
	outline: 0!important;
}
.btn-default.btn-alt, .btn-default.btn-alt:disabled {
	color: #FFF!important;
	border: 1px solid #FFF;
}
.btn-default.btn-alt:hover, .btn-default.btn-alt:focus {
	background: #FFF;
	color: #008C5A!important;
	border: 1px solid #FFF;
}
.btn-default.btn-alert, .btn-default.btn-alert:disabled {
	background: #EC6608;
	color: #FFF!important;
	border: 1px solid #FFF;
}
.btn-default.btn-alert:hover, .btn-default.btn-alert:focus {
	background: #FFF;
	color: #008C5A!important;
	border: 1px solid #FFF;
}
#form-search .btn-form-search, #form-search .btn-form-search:active {
	background: url('images/icon-search.png') center center no-repeat;
	background-size: 25px 25px;
	padding: 24px 18px;
	box-shadow: none;
}
#form-search div:last-child {
	padding-left: 0px;
}
#form-header .form-control {
	font-size: 15px;
	line-height: 20px;
	padding: 7px 8px!important;
	border: none!important;
}
#form-header .btn-form-header, #form-header .btn-form-header:active {
	background: url('images/icon-search-white.png') center center no-repeat;
	background-size: 18px 18px;
	padding: 17px 10px;
	box-shadow: none;
}
#form-header div:last-child {
	padding-left: 0px;
}
.form-control::-webkit-input-placeholder {
	color: #b1b1b1;
}
.form-control:-moz-placeholder {
	color: #b1b1b1;
}
.form-control::-moz-placeholder {
	color: #b1b1b1;
}
.form-control:-ms-input-placeholder {
	color: #b1b1b1;
}


/* ---- contatti ---- */


.wpcf7 {
	width: 80%;
	margin-top: 30px!important;
	margin-left: 10%!important;
	text-align: center;
}
.wpcf7 input {
	width: 100%;
	padding: 6px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
}
.wpcf7 input:focus {
	outline: none;
    border-color: #CCC;
    box-shadow: 0 0 3px #DDD;
}
.wpcf7 textarea {
	width: 100%;
	padding: 6px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	resize: vertical;
}
.wpcf7 textarea:focus {
	outline: none;
    border-color: #CCC;
    box-shadow: 0 0 3px #DDD;
}
.wpcf7 select {
	background: #FFF!important;
	width: 100%;
	height: 48px;
	margin-top: 10px;
	border: 1px solid #DDD;
}
.wpcf7 input[type="checkbox"] {
	width: 30px!important;
}
.wpcf7 input[type="submit"] {
	background: none;
	margin: 10px 0px;
	padding: 9px 18px;
	width: auto!important;
	height: auto!important;
	font-size: 20px;
	font-weight: 700;
	color: #008C5A!important;
	border: 1px solid #008C5A;
	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;
}
.wpcf7 input[type="submit"]:hover {
	background: #008C5A;
	color: #FFF!important;
	border: 1px solid #008C5A;
	outline: 0!important;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .wpcf7-response-output {
	margin: 0px 0px 40px 0px;
	padding: 6px 14px;
	width: 100%;
	border: 1px solid #DDD;
	text-align: center;
}
.grecaptcha-badge {
	width: 0px!important;
}


/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #008C5A;
	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: #00B172;
}
.menu-item a {
	color: #FFF!important;
}
.menu-item a:hover {
	color: #D1EDE4!important;
}
.current-menu-item a {
	background: none!important;
	color: #D1EDE4!important;
}
.current-menu-item a:hover {
	color: #D1EDE4!important;
}
.navbar-nav .open a {
	background: none!important;
}
.dropdown-menu li a {
	background: none!important;
	padding: 6px 18px;
	font-size: 18px;
	line-height: 30px;
	color: #FFF!important;
}
.dropdown-menu li a:hover {
	background: none!important;
	font-size: 18px;
	line-height: 30px;
	color: #D1EDE4!important;
}
a.home-promo-link:link, a.home-promo-link:visited, a.home-promo-link:active {
	color: #FFF;
}
a.home-promo-link:hover {
	color: #D1EDE4;
}
a.arrow-link:link, a.arrow-link:visited, a.arrow-link:active {
	background: url('images/link-arrow-right.png') right 6px no-repeat;
	background-size: 8px 14px;
	padding-right: 20px;
	color: #008C5A;
	transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -webkit-transition: padding 0.2s linear;
}
a.arrow-link:hover {
	text-decoration: none;
	padding-right: 25px;
	color: #00B172;
}
.copy-footer a, a.footer-link:link, a.footer-link:visited, a.footer-link:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #85d7ba;
}
.copy-footer a:hover, a.footer-link:hover {
	text-decoration: none;
	color: #D1EDE4;
	border-bottom: 1px solid #FFF;
}


/*
|--------------------------------------------------------------------------
| Responsive: large desktop
|--------------------------------------------------------------------------
*/

@media (min-width: 1400px) {

	.container {
		width: 1370px;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: large desktop
|--------------------------------------------------------------------------
*/

@media (min-width: 1200px) and (max-width: 1399px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: desktop and tablet
|--------------------------------------------------------------------------
*/

@media (min-width: 992px) and (max-width: 1199px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: tablet portrait
|--------------------------------------------------------------------------
*/

@media (min-width: 768px) and (max-width: 991px) {

	.container {
		padding: 0px 2%;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: phone
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

	.container {
		padding: 0px 5%;
	}
	.navbar-header {
		width: 100%;
		margin: 0px!important;
	}
	.logo {
		margin: 10px 0px;
	}
	.logo img {
		height: 55px;
	}
	.logo-celebration {
		margin: 10px 0px 10px 15px;
	}
	.logo-celebration img {
		height: 55px;
	}
	header nav .row > div {
		padding-right: 15px;
	}
	header nav {
		float: none;
		margin: 0px;
	}
	header nav #menu-secondary-menu {
		margin-top: 15px;
		float: none;
	}
	header nav #menu-main-menu {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	header nav ul li {
		display: block;
		float: none;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	header nav .row > div:last-of-type {
		padding-left: 15px;
		padding-right: 15px;
	}
	header nav #menu-secondary-menu > li {
		margin: 10px 15px;
	}
	.home-intro {
		padding: 60px 0px 60px 0px;
	}
	.home-promo-app img {
		height: auto;
	}
	.content-box .content-img {
		float: none;
		margin-bottom: 20px;
	}
	.sanipass-img {
		margin-top: -30px;
		margin-bottom: 30px;
	}
	.btn-form-search {
		display: none;
	}
	.btn-form-header {
		display: none;
	}
	.doctor-box .doctor-img img {
		width: 100px;
		height: 100px;
	}
	.single-doctor-img {
		margin-bottom: 15px;
		text-align: center;
	}
	.venue-image-single {
		height: 280px;
	}
	.single-venues .sidebar-box:first-of-type {
		margin-top: 0px;
	}
	#popup {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	.main-footer {
		text-align: center;
	}
	.footer-logo {
		max-width: 250px;
		height: auto;
	}
	.main-footer .social-icon {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.copy-footer {
		text-align: center;
	}
	.copy-footer .text-right {
		text-align: center;
	}

}


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

@media (max-width: 480px) {

}


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

@media (max-width: 991px) {

	.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;
	}

}
