﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap');

body{ font-size:16px; font-family: 'Mulish', sans-serif !important; color:#000;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Oswald', sans-serif; font-weight:500; text-transform:uppercase; margin-top:0px;}
a{ color:#1e3e71; font-weight:700; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#000; font-size:17px; line-height:1.5; font-weight:400;}
p{ margin-bottom:10px;}
p strong{ font-weight:700;}
strong{ font-weight:700;}
.container-max{}
.container-fluid{ padding:0 60px;}
.container-fluid.container0{ padding:0px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.row0{ margin:0px;}
.row.row0 > [class*="col-"]{ padding:0;}
.row.row01{ margin-left:-1px; margin-right:-1px;}
.row.row01 > [class*="col-"]{ padding:0 1px;}
.row.row05{ margin-left:-5px; margin-right:-5px;}
.row.row05 > [class*="col-"]{ padding:0 5px;}
.row.row10{ margin-left:-10px; margin-right:-10px;}
.row.row10 > [class*="col-"]{ padding:0 10px;}
.row.row15{ margin-left:-15px; margin-right:-15px;}
.row.row15 > [class*="col-"]{ padding:0 15px;}
.row.row40{ margin-left:-40px; margin-right:-40px;}
.row.row40 > [class*="col-"]{ padding:0 40px;}
.row.row30{ margin-left:-30px; margin-right:-30px;}
.row.row30 > [class*="col-"]{ padding:0 30px;}
.row.row60{ margin-left:-60px; margin-right:-60px;}
.row.row60 > [class*="col-"]{ padding:0 60px;}
.row.flex{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.row.flex > [class*="col-"]{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.row.flex:before, .row.flex:after{ content:none;}
.row.center{ align-items: center;}
.row.bottom{ align-items: end;}
.row.flex [class*="col-"].pull-right{ order:2;}
.mt0{ margin-top:0px !important;}
.countup{ display:inline; font-size:inherit; font-weight:inherit; margin:0px; white-space:normal; color:inherit;}
.countup > *{ float:left; font-size:inherit; font-weight:inherit;}
.text-right{ text-align:right;}
hr{ max-width:100%; margin:20px auto;}
hr.site{ width:100%; max-width:100%; height:1px; margin:0px; border:0px; background:#e1e1e1;}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=tel], textarea{ font-family:'Mulish', sans-serif; height:45px; float:left; font-size:17px; font-weight:400; background:#f7f7f7; border-radius:5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border:1px solid #b9b9b9;}
input[type=file]{ width:100%; height:auto; padding:12px 20px; font-size:14px;}
select{ width:100%; padding:10px; background:#fff; border:1px solid #b9b9b9; color:#000; -webkit-appearance:none;}
textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-group > label{ font-size:15px; text-align:left; font-weight:400; color:#000; position:relative; z-index:10;}
.form-group > label span{ color:#1e3e71; font-size:16px; line-height:24px; float:right; margin-left:5px;}

.chosen-container{ border-radius:5px; font-size:15px; background:#f7f7f7; border-color:#b9b9b9;}
.chosen-container-single .chosen-single{ height:43px; line-height:43px;}
.chosen-container-single .chosen-single span{ font-size:17px; font-weight:400; margin-right:35px;}
.chosen-container .chosen-drop{ border-radius:0px; border-color:#b9b9b9;}
.chosen-container .chosen-results{ border-radius:0px; padding:10px;}
.chosen-container .chosen-results li{ font-size:17px; line-height:30px; font-weight:400; border-radius:0px; color:#000;}
.chosen-container .chosen-results li:hover{ background:#1e3e71; color:#fff; border-radius:5px;}
.chosen-container-single .chosen-single div:after{ line-height:43px; font-size:15px;}
.widget .chosen-single{ font-weight:300; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}

textarea{ height:110px;}
input[type="submit"].btn{ height:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Oswald', sans-serif; font-size:18px; height:auto; padding:15px 25px; line-height:20px; font-weight:500; text-transform:none; text-transform:uppercase; border-radius:10px; vertical-align:middle;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#63c7f2; border:1px solid #63c7f2; color:#fff;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#1e3e71; border-color:#1e3e71; color:#fff;}
.btn.btn-primary{ background:#1e3e71; border:1px solid #1e3e71;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#63c7f2; border-color:#63c7f2; color:#fff;}

a.readmore{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:700; padding-right:15px; color:#1e3e71; text-transform:none;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#1e3e71; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.readmore:after{ content:"\f111"; font-family: 'FontAwesome'; position:absolute; top:1px; right:0px; text-align:right; color:#1e3e71; font-size:6px; }
a.readmore:hover span:before{ width:100%;}
a.readmore.white{ color:#fff;}
a.readmore.white span:before{ background:#fff;}
a.readmore.white:after{ color:#fff;}

a.backpage{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:300; padding-left:15px; color:#000; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#000; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.backpage:after{ content:"\f111"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:left; font-size:11px; }
a.backpage:hover span:before{ width:100%;}

.content .form .row{ margin:0 -15px;}
.content .form .row + .row{ margin-top:0px;}
.content .form .row [class*="col-"]{ padding:0 15px;}

.check{ width:100%; float:left;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight:300; color:#5c5c5c; vertical-align:top;}
.check label:before{ width:24px; height:24px; left:0px; background:#f7f7f7; border:1px solid #b9b9b9; content:""; position:absolute; margin-right:10px; cursor:pointer; border-radius:3px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#000; line-height:24px; float:left;}
.check label span a{ font-weight:700;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:25px; top:25px; background-color:#1e3e71; border-radius:50%;}
.navbar-toggle i{ font-size:16px; color:#fff; line-height:50px;}
.navbar-toggle:hover{ background:#000;}
.navbar-toggle:hover i{ color:#fff;}

.check + input[type="submit"]{ margin-top:20px;}

ul.pagination{text-align:center;}
ul.pagination li{ margin:0 5px; }
ul.pagination li a{ width:40px; height:40px; font-size:18px; line-height:40px; border:0px; border-radius:50%; font-weight:300; background:#f7f7f7;}
ul.pagination li a:hover, ul.pagination li a:focus{ background:#1e3e71; color:#fff;}
ul.pagination li.active a, ul.pagination li.active a:hover,  ul.pagination li.active a:focus{ background:#1e3e71; color:#fff;}
ul.pagination li a.prev{ width:40px; height:40px; border-radius:50%; background:#f7f7f7; background-image:url(../images/icon-prev.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat}
ul.pagination li a.prev:hover{ background-color:#1e3e71;}
ul.pagination li.disabled a.prev:hover{ background-color:#f7f7f7;}
ul.pagination li.disabled a.next:hover{ background-color:#f7f7f7;}
ul.pagination li a.next{ width:40px; height:40px; border-radius:50%; background-color:#f7f7f7; background-image:url(../images/icon-next.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat;}
ul.pagination li a.next:hover{ background-color:#1e3e71;}

.parallax-mirror{ z-index:1 !important;}

/* header */

.header{ width:100%; position:relative; background:#fff; border-bottom:1px solid #fff; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .navbar{ position:relative; text-align:center; padding:0px;}
.header .navbar .logo{ width:100%; height:100px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center;}
.header a.navbar-brand{ width:auto; text-align:center; float:left; font-size:0px; letter-spacing:0px;}
.header a.navbar-brand img{ height:65px; margin:0px; display:block;}
.header .navbar-collapse{ width:100%; background:#1e3e71; float:left; margin:0px;}
.header .navbar .navbar-nav{ width:100%; margin:0px; display:flex; flex-wrap:nowrap; justify-content:center;}
.header .navbar .navbar-nav > li{ float:left; padding:0px;}
.header .navbar .navbar-nav > li:after{ content:""; width:1px; height:30px; position:absolute; top:15px; right:0px; background:rgba(255,255,255,0.5);}
.header .navbar .navbar-nav > li:last-child:after{ display:none;}
.header .navbar .navbar-nav > li > a{ font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size:20px; color:#fff; font-weight:400; padding:20px 10px; margin:0 10px; border:0px; line-height:20px;}
.header .navbar .navbar-nav > li > a span:before{ content:""; width:0px; height:5px; position:absolute; right:0px; bottom:0px; background:#ff0000; transition: all .3s ease-in-out;}
.header .navbar .navbar-nav > li > a:hover{ background:rgba(255,255,255,0.25); color:#fff;}
.header .navbar .navbar-nav > li > a:hover span:before{ width:100%;}
.header .navbar .navbar-nav > li.active > a span:before{ width:100%;}

/* lingue */

.header .languages { float:right; position:absolute; right:40px; top:35px;}
.header .languages ul{ margin: 0px; padding: 0px; float: left; position: relative;}
.header .languages li{ width:auto; float:left; margin:0 10px 0 0;}
.header .languages li:last-child{ margin:0px;}
.header .languages li a{ width:30px; height:30px; float:left; text-indent:-9999px; background-size:100% auto; border-radius:50%; background-repeat: no-repeat; background-position:top center;  filter:grayscale(1);-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .languages li.it a{ background-image:url(../images/flag-it.png);}
.header .languages li.en a{ background-image:url(../images/flag-en.png);}
.header .languages li.active{ border-color:#ccd417;}
.header .languages li a:hover, .header .languages li.active a{ filter:grayscale(0);}


.is-sticky{ z-index:99999;}
.is-sticky .header{ background:#fff; box-shadow:0px 0px 20px rgba(0,0,0,0.1);}
.is-sticky .header .navbar .logo{ height:70px;}
.is-sticky .header a.navbar-brand img{ max-height:45px;}
.is-sticky .header .navbar .navbar-nav > li:after{ height:25px; top:12.5px;}
.is-sticky .header .navbar .navbar-nav > li > a{ font-size:18px; padding:15px 7px; margin:0 7px; border:0px;}
.is-sticky .header .languages{ top:22.5px;}
.is-sticky .header .languages li{ margin-right:5px;}
.is-sticky .header .languages li a{ width:25px; height:25px;}

.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:60px;}

/* blocchi generale */

.block{ padding:60px 0; position:relative; background-color:#fff; z-index:20;}
.block.small{ padding:40px 0;}
.block.gray{ background:#bfbfbf;}
.block.lightgray{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.block.lightblue{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(43,53,121,0.15) 100%);}
.block.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-size:40px; line-height:1; color:#1e3e71; margin-bottom:0px; font-weight:500;}
.block h1:last-child, .block h2:last-child, .block span.h2:last-child{ margin-bottom:0px;}
.block h3{ font-size:26px; line-height:1.4; color:#000; margin-bottom:15px; text-transform:none; font-weight:300;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child, .block ol:last-child{ margin-bottom:0px;}
.block ul li{ position:relative; margin-bottom:0px; padding-left:30px;}
.block ul li:last-child{ margin-bottom:0px;}
.block ul li:before{ content:"\f111"; font-family:FontAwesome;; position:absolute; left:0px; font-size:16px; color:#1e3e71;}
.block h3 + a.readmore{ margin-top:30px;}

.block.presentation h2{ margin-bottom:0px;}
.block.presentation h3{ margin-bottom:0px;}
.block.presentation h2 + h3{ margin-top:20px;}
.block.presentation h2 + p, .block.presentation span.h2 + p{ margin-top:15px;}
.block.presentation h3 + p{ margin-top:15px;}
.block.presentation h3 + ul{ margin-top:15px;}
.block.presentation h3 + .btn{ margin-top:30px;}
.block.presentation h3 + h2{ margin-top:30px;}
.block.presentation h3 + h3{ margin-top:10px;}
.block.presentation p{ }
.block.presentation h2 + ul{ margin-top:20px;}
.block.presentation p + h2, .block.presentation p + span.h2{ margin-top:20px;}
.block.presentation p + h3{ margin-top:15px;}
.block.presentation p + .readmore{ margin-top:20px;}
.block.presentation p + .btn{ margin-top:20px;}
.block.presentation .btn + p{ margin-top:20px;}

.block.landing-intro{ background-size:cover; background-position:center center; padding:200px 0;}
.block.landing-intro .title{ padding:15px 10px; background:rgba(0,0,0,0.4); text-align:center;}
.block.landing-intro .title h1{ font-size:60px; color:#fff; line-height:1;}
.block.landing-intro .subtitle{ padding:15px 10px; background:rgba(0,0,0,0.4); text-align:center; margin-top:10px;}
.block.landing-intro .subtitle h2{ font-family: 'Mulish', sans-serif; font-size:35px; color:#fff; line-height:1.2; text-transform:none;}

.block.landing-logo{ padding:40px 0; background:#f7f7f7; text-align:center;}
.block.landing-logo .logo{ display:inline-block;}
.block.landing-logo .logo img{ height:120px;}

.block.landing-doctor{ padding-bottom:0px;}
.block.landing-doctor .text ul li:before{ content:"\f00c";}

.block.landing-why{ background:#1e3e71;}
.block.landing-why .text{ text-align:center;}
.block.landing-why .text h2{ color:#fff;}
.block.landing-why .text ul li{ position:relative; color:#fff;}
.block.landing-why .text ul li:before{ content:"\f00c"; position:static; margin-right:10px; color:#fff;}

.block.landing-gallery{ background:#63c7f2;}
.block.landing-gallery .square{ width:50px; height:50px; position: absolute; left:50%; transform:translateX(-50%) rotate(45deg); background:#1e3e71; top:-25px; z-index:10;}

.block.landing-positions .text{ display:flex; flex-wrap:nowrap;}
.block.landing-positions .text .icon{ width:50px; height:50px; background:#fff; color:#1e3e71; line-height:50px; text-align:center; border-radius:50%; border:2px solid #1e3e71;}
.block.landing-positions .text .description{ width:calc(100% - 50px); padding-left:20px;}
.block.landing-positions .text .description strong{ color:#1e3e71;}
.block.landing-positions .text .description ul li:before{ content:"\f00c";}

.block.landing-title{ text-align:center; background:#f7f7f7;} 

/* contatti */

.block.landing-contacts{ position:relative; background-size:cover; background-position:center center;}
.block.landing-contacts .square{ width:50px; height:50px; position: absolute; left:50%; transform:translateX(-50%) rotate(45deg); background:#f7f7f7; top:-25px; z-index:10;}
.block.landing-contacts:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.15);}
.block.landing-contacts .module{ width:100%; display:inline-block; padding:40px; display:inline-block; background:#f7f7f7; border-radius:10px;}
.block.landing-contacts .module .form{ margin-top:0px;}
.block.landing-contacts .module .form .form-group{ position:relative;}
.block.landing-contacts .module .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#f7f7f7; padding:0 10px 0 0; z-index:2;}
.block.landing-contacts .module .form input[type="submit"]{ float:left;}
.block.landing-contacts .module .outro{ margin-top:20px; text-align:left;}


/* footer */

.footer{ width:100%; position:relative; display:inline-block; font-family: 'Mulish', sans-serif; width:100%; float:left; background:none; overflow:hidden;}
.footer .footer-extra{ background:#63c7f2; padding:15px 0;}
.footer .footer-extra .row{ padding:0px;}
.footer .footer-extra .copy{ float:left;}
.footer .footer-extra .copy span{ margin:0 3px;}
.footer .footer-extra .copy p{ font-size:13px; line-height:20px;}
.footer .footer-extra .links{ float:right;}
.footer .footer-extra .links span{ margin:0 3px;}
.footer .footer-extra .links p{ font-size:13px; line-height:20px;}
.footer .footer-extra .links a{ font-weight:400; color:#000;}

/* modal */

body.modal-open .header{ filter: blur(4px);}
body.modal-open .wrapper{ filter: blur(4px);}
body.modal-open .footer{ filter: blur(4px);}

.modal{ z-index:999999; border-radius:0px; display:none !important;}
.modal.in { display:flex !important; align-items:center; flex-direction: column; justify-content:center;}
.modal-open .modal{ overflow:auto;}
.modal-backdrop{ z-index:99999; background:#f7f7f7;}
.modal-backdrop.in{ opacity:0.75;}
.modal .modal-dialog{ width:100%; max-width:1000px; margin:0px; overflow:auto !important; box-shadow:0px 0px 100px rgba(0,0,0,0.2);}
.modal.in .modal-dialog{ top:auto; transform:none;}
.modal-body{ padding:30px;}
.modal .modal-content{ border-radius:0px; border:0px;}
.modal .close{ width:40px; height:40px; position:absolute; background-color:#fff; background-image:url(../images/icon-close.png); background-size:30px 30px; background-repeat:no-repeat; background-position:center center; top:0px; right:0px; opacity:1; z-index:9999;}
.modal .modal-body{ border-radius:0px; padding:0px;}
.modal .modal-body .image{ width:100%; background-size:cover; background-position:center center;}
.modal .modal-body .image img{ display:none;}
.modal .modal-body .text{ padding:60px 40px;}
.modal .modal-body .text h3{ font-size:22px; line-height:28px; color:#000; font-weight:300; margin-bottom:10px;}
.modal .modal-body .text h2{ font-size:34px; line-height:34px; color:#000; margin-bottom:10px;}
.modal .modal-body .text h3 + h2{ margin-top:0px;}
.modal .modal-body .text p + .btn{ margin-top:20px;}
.modal .modal-body .text .btn{ width:100%; padding:15px 20px; font-size:20px;}

#scrolltop{ width:48px; height:48px; position:fixed; z-index:999; right:20px; bottom:20px; opacity:0; visibility:hidden; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#scrolltop.show{ opacity:1; visibility:visible;}
#scrolltop a{ width:48px; height:48px; float:left; background:#1e3e71; border-radius:50%; text-align:center;}
#scrolltop a:before{ content:"\f106"; width:50px; height:50px; font-family:FontAwesome; font-size:16px; color:#fff; line-height:50px;}
#scrolltop a:hover{ background:#000;}

.carousel-prev a, .carousel-next a{ width:60px; height:60px; position:absolute; top:50%; margin-top:-30px; background-size:100% auto; z-index:10; cursor:pointer;}
.carousel-prev a{ background-image:url(../images/icon-prev.png); left:-60px;}
.carousel-next a{ background-image:url(../images/icon-next.png); right:-60px;}

form {	margin-bottom: 0px ;}


@media (min-width: 1300px) {

	.container{ width:1300px;}

}

@media (max-width: 1499px) {
	
	.row.row40{ margin-left:-30px; margin-right:-30px;}
	.row.row40 > [class*="col-"]{ padding:0 30px;}
	
	.container{ width:1170px;}	
	
}

@media (max-width: 1199px){
	
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}

	.container{ width:970px;}
	
	.block.landing-positions{ padding-bottom:20px;}
	.block.landing-positions .text{ margin-bottom:40px;}
	
	.block.landing-intro{ padding:150px 0;}
	
	.footer .footer-row{ padding:30px 0;}
	.footer .footer-extra .row > [class*="col-"]{ width:100%;}
	.footer .footer-extra .copy{ width:100%; text-align:center;}
	.footer .footer-extra .links{ width:100%; display:flex; flex-wrap:nowrap; justify-content:center; float:none;}

	.block.landing-contacts .module{ padding:30px;}
	
	.block.landing-logo .logo img{ height:80px;}
	
	.block.landing-gallery{ padding-bottom:40px;}
	.block.landing-gallery .image{ margin-bottom:20px;}
	.block.landing-gallery .image img{ width:100%; height:auto;}
	
	.block.landing-doctor .col-two{ order:3;}
	.block.landing-doctor .col-two .text{ margin-bottom:0px;}
	.block.landing-doctor .col-two .text img{ margin:0 auto;}
	.block.landing-doctor .text{ width:100%; float:left; margin-bottom:20px;}
	
	.block.landing-intro .title h1{ font-size:50px;}
	.block h1, .block h2{ font-size:36px;}
	.block.landing-intro .subtitle h2{ font-size:30px;}
	.block h3{ font-size:24px;}
	p, li{ font-size:16px;}


}

@media (max-width: 1008px) {
	
	
		
}

@media (min-width: 992px) {
	
	.header .navbar-collapse{ display:block;}

}

@media (max-width: 992px) {
	
	.navbar-nav{ padding-bottom:0px;}	
	.footer-row [class*=col-]{ margin:0px;}
	
}

@media (max-width: 991px) {
	
	.navbar-toggle{ display:block;}

	.container{ width:750px;}
	
	.block{ padding:40px 0;}
	.block.landing-positions{ padding-bottom:0px;}

	.block.landing-gallery .square{ width:20px; height:20px; top:-10px;}
	.block.landing-contacts .square{ width:20px; height:20px; top:-10px;}
	
	.block.landing-intro .title h1{ font-size:40px;}
	.block h1, .block h2{ font-size:32px;}
	.block.landing-intro .subtitle h2{ font-size:28px;}
	.block h3{ font-size:22px;}
	
}


@media (max-width: 768px){
	
	.content .row + .row{ margin-top:20px;}
		
	.container{ width:100%; padding:0 25px;}
	
	.block.landing-intro{ padding:100px 0;}
	
	.block.landing-logo{ padding:20px 0;}
	.block.landing-logo .logo img{ height:60px;}
	
	.block.landing-why .text{ text-align:left;}
	.block.landing-why .text ul li{ padding-left:0px;}
	
	.block.landing-intro .title h1{ font-size:38px;}
	.block h1, .block h2{ font-size:30px;}
	.block.landing-intro .subtitle h2{ font-size:26px;}
	.block h3{ font-size:20px;}
		
}

@media (max-width: 640px){
	
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}	
	.footer [class*=col-]{ text-align:inherit;}	
	
	.block.landing-doctor .col-two .text img{ max-width:250px;}
	
	.block.landing-intro .subtitle h2{ font-size:22px;}

}