html, body {
margin: 0;
padding: 0;
line-height:0;
overflow-x:hidden;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
font-weight:normal;
color:#555555;
margin: 0;
padding: 0;
padding-top:140px;
}

body.home{
	padding-top:0px;
}

a{text-decoration:none; color:#555555;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

form, p{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
	display:block;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	color:#a40018;
	font-size:32px;
	margin-bottom: 20px;
}

h2{
	display:block;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#252122;
	font-size:20px;
	margin-top:-16px;
}

section{
	max-width:2560px;
	margin:0px auto;
}

.wrap{
	width:1220px;
	max-width:1220px;
	margin: 0px auto;
	position: relative;
	padding:32px 0px;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#252122;
	font-size:22px;
}

.wrap p{
	margin:0.75em 0em;
}


header{
	width: 100%;
	min-height:139px;
	position: fixed;
	top: 0;
	z-index:99;
}

body.fixed header, body.fix header{
	background-color:#e4e4e3;
}

header .wrap{
	padding:0px;
	font-size:0;
}

.langs{
	display:block;
	text-align:right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:11px;
	line-height:29px;
	height:29px;
	margin-right:12px;
}

.langs a{
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}


body.fixed .langs, body.fixed .langs a, body.fix .langs, body.fix .langs a{
	color:#555;
}

.langs a:hover, .langs a.sel{
	color:#aaa;
}

body.fixed .langs a:hover, body.fixed .langs a.sel, body.fix .langs a:hover, body.fix .langs a.sel{
	color:#a40018;
}

.logo{
	display:block;
	position:absolute;
	left:12px;
	top:15px;
	width:270px;
	height:102px;
	background-image:url(../img/bialiveHead.png);
	background-repeat:no-repeat;
	background-position:left top;
		transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

body.fixed .logo, body.fix .logo{
	background-position:left bottom;
}

a.insMobile{
    display: none;
}

a#menuMobile {
    display: none;
}

#menuOverlay{
    display: none;
}

.menu{
	display:block;
	float:right;
	border-bottom:1px solid #fff;
	text-align:right;
	margin-right:12px;
}

body.fixed .menu, body.fix .menu{
	border-bottom:1px solid #555;
}

.menu li{
	display:inline-block;
	vertical-align:middle;
	padding:0px 15px;
	line-height:46px;
	height:46px;
}

.menu li:first-child{
	padding-left:30px;	
}
.menu li:last-child{
	padding-right:30px;	
}


.menu li a{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:22px;
			transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

body.fixed .menu li a, body.fix .menu li a{
	color:#555;
}

.menu li a:hover, .menu li a.sel{
	color:#aaa !important;
}

body.fixed .menu li a:hover, body.fixed .menu li a.sel, body.fix .menu li a:hover, body.fix .menu li a.sel{
	color:#a40018 !important;
}

header .tel{
	display:block;
	float:left;

	margin-left:355px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:20px;
	height:44px;
	line-height:44px;
}

header .tel a{
	color:#fff;
	font-size:22px;
	font-weight:bold;
}

body.fixed .tel, body.fixed .tel a, body.fix .tel, body.fix .tel a{
	color:#555;
}

header .button{
	margin-top:0px;
	border-top:0px;
	display:block;
	float:right;
	margin-right:12px;
	color:#fff;
	border:1px solid #fff;
	border-top:0px;
    width: auto;
}

header .button:before{
	border: 1px solid #fff;
	background-image:url(../img/calendar.png);
}

body.fixed header .button, body.fix header .button{
	color:#555;
	border:1px solid #555;
	border-top:0px;
}

header .button:hover{
	background:none;
}

header .button:hover:before {
	background:none !important;
	background-image:url(../img/calendar.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}


body.fixed header .button:before, body.fix header .button:before{
	color:#555;
	border:1px solid #555;
	background-image:url(../img/calendarGrey.png) !important;
}

#swiper-gallery {
	height:618px;
	width: 100%;
}


#swiper-gallery .swiper-slide {
	height:618px;
	width: 100%;
	display: inline-block;
	position: relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


#swiper-gallery .overlay {
	display: block;
  position: absolute;
	left:0px;
	bottom:30px;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#fff;
	font-size:32px;
	z-index:40;
}


#swiper-gallery .overlay .wrap{
	/*width:75%;
	max-width:75%;*/
	padding:0px;
	text-align:left;
	color:#fff;
	font-size:32px;
}

#swiper-gallery .overlay .wrap strong{
	display:block;
	font-size:45px;
}

.urgency .wrap{
	border:1px solid #c0bfbe;
	padding:0px 0px;
}

.urgency .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}

.urgency .wrap ul li{
	padding:28px 0px;
}

.urgency .wrap ul li:first-child{
	background-color:#efefee;
	text-align:center;
	width:25%;
}

.urgency .wrap ul li:first-child em{
	display:block;
	width:134px;
	height:134px;
	border-radius:50%;
  position: relative;
	background-color:#a40018;
	margin:0px auto;
	margin-bottom:20px;
}

.urgency .wrap ul li:first-child em img{
	position: absolute;
  top: 50%;
	left:50%;
  transform: translate(-50%,-50%);
	filter: brightness(0) invert(1);
}

.urgency .wrap ul li:first-child a{
	display:block;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	color:#a40018;
	font-size:32px;
}

.urgency .wrap ul li:last-child{
	text-align:center;
	width:67%;
	margin-right:4%;
}

.questions {
	margin-top:42px;
}

.questions h1{
		text-transform:uppercase;
}

.questions .wrap{
	border:1px solid #c0bfbe;
	padding:0px 0px;
	background-color:#efefee;
}

.questions .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}

.questions .wrap ul li{
	padding:28px 0px;
}

.questions .wrap ul li:first-child{
	width:31%;
	padding:0px;
}

.questions .wrap ul li:first-child img{
	width:100%;
	height:100%;
  object-fit: cover;
}

.questions .wrap ul li:last-child{
	text-align:center;
	width:63%;
	margin-right:3%;
}

.questions .wrap ul li:last-child strong{
	font-weight:300;
	text-transform:uppercase;
	font-size:24px;
}

.servicesHome{
	background-image:url(../img/bgServices.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	background-attachment:fixed;
}

.servicesHome h1{
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
}

.servicesHome .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
	color:#bbbbbb;
	font-size:20px;
}

.servicesHome .wrap ul li{
	width:25.25%;
	margin:20px 0px;
	margin-bottom:40px;
    text-align: center;
}


.servicesHome .wrap ul li a{
	color: #bbbbbb;
}

.servicesHome .wrap ul li a strong{
	display:block;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
						transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.servicesHome .wrap ul li a em{
	display:block;
	font-style:normal;
	width:134px;
	height:134px;
	border-radius:50%;
	background-color: rgba(242, 242, 242, 0.2);
	margin:0px auto;
	margin-bottom:20px;
	position:relative;
	text-align:center;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.servicesHome .wrap ul li a:hover em{
	background-color:#a40018;
}

.servicesHome .wrap ul li a em img{
	position: absolute;
  top: 50%;
	left:50%;
  transform: translate(-50%,-50%);
	filter: brightness(0) invert(1);
}

.newsHome .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	color:#252122;
	font-size:20px;
	text-align:left;
}

.newsHome .wrap ul li{
	width:30.75%;
	border:1px solid #d3d2d1;
	position:relative;
	margin-bottom: 40px;
}

.newsHome .wrap ul.evenly{
	justify-content:left;
}

.newsHome .wrap ul.evenly li:nth-child(3n+2){
	margin-left:3.55%;
	margin-right:3.55%;
}

.newsHome ul li img.prev{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
}


.newsHome ul li i{
	display:block;
	height:240px;
	overflow:hidden;
	font-style:normal;
}

.newsHome ul li i img{
	width: 100%;
	height:100%;
	object-fit: cover;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.newsHome ul li strong{
	display:block;
	width:86%;
	font-size:24px;
	margin:5px auto;
	min-height:60px;
	margin-top:15px;
}

.newsHome ul li span{
	display:block;
	width:86%;
	margin:0px auto;
	min-height:168px;
}

.newsHome ul li a{
	display:block;
	width:86%;
	margin:0px auto;
	text-transform:uppercase;
	color:#a40018;
	font-weight:300;
	font-size:16px;
	margin-bottom:20px;
}

.newsHome ul li a:hover{
	text-decoration:underline;
}

.logosHome .wrap{
	padding:20px 0px;
	padding-top:0px;
}

.logosHome .wrap ul{
	/*display: flex;
	flex-flow: row wrap;
	justify-content:space-evenly;*/
	display:block;
	text-align:center;
}

.logosHome .wrap ul li{
	display:inline-block;
	vertical-align:middle;
	margin:0px 28px;
}

.covid .wrap ul{
  display: flex;
	flex-flow: row wrap;
	justify-content:center;
	width:56%;
	margin:0px auto;
}

.covid .wrap ul li{
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	width:100%;
	text-align:left;
	padding-left:110px;
	min-height:90px;
	margin-bottom:18px;
	position:relative;
}

.covid .wrap ul li strong{
	color:#a40018;
}

.covid .wrap ul li a{
	color:#a40018;
	text-decoration:underline;
}

.covid .wrap ul li span{
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.clinics .wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #252122;
	font-size: 24px;
	text-align:center;
	border: 1px solid #d3d2d1;
	margin-bottom:40px;
}

.clinics .wrap ul.odd{
	flex-direction:row-reverse;
}

.clinics .wrap ul li:first-child {
    width:34%;
}

.clinics .wrap ul li:first-child div{
	padding:54px;
	padding-bottom:0px;
}

.clinics .wrap ul li strong{
	display:block;
	text-align:center;
	color:#a40018;
	font-size:32px;
	margin-bottom:15px;
}

.clinics .wrap ul li span{
	font-size:20px;
	display:block;
	text-align:center;
	line-height:22px;
	margin-bottom:25px;
}

.clinics .wrap ul li em{
	font-size:24px;
	line-height:31px;
	height:31px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:25px 0px;
	font-style:normal;
	color:#a40018;
	/*text-decoration:underline overline;*/
	border-top:1px solid #a40018;
	border-bottom:1px solid #a40018;
}

.clinics .wrap ul li a.mailto {
	font-size:20px;
}

.clinics .wrap ul li a.wsp {
    line-height: 38px;
    height: 38px;
    display:inline-block;
		vertical-align:middle;
    margin-top: 20px;
    text-decoration:none;
    padding-left: 49px;
    background-image: url(../img/wsp.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.clinics .wrap ul li a.location {
    line-height: 37px;
    height: 37px;
    display:inline-block;
		vertical-align:middle;
    margin-top: 16px;
    text-decoration: underline;
    padding-left: 40px;
    background-image: url(../img/pin.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.clinics .wrap ul li:last-child{
    width:66%;
		max-height:544px;
		overflow:hidden;
}

.swiper-containerL img{
	width:100%;
	height:100%;
  object-fit: cover;
}


.form form{
	display:block;
	width:70%;
	margin:0px auto;
	margin-top:35px;	
	text-align:left;
}

.form .wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.form .wrap ul li{
	width:49%;
}

.form form label{
	display: inline-block;
	line-height: 48px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	color: #696969;
	font-weight:300;
	padding-bottom:18px;
	padding-right:12px;
	padding-left:18px;
}

.form form img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 18px;
}

.form form .lopd{
	display: inline-block;
	vertical-align: middle;
	width:75%;
	margin-top:16px;
}

.form form .lopd label{
    font-size:16px;
    line-height:normal;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
}

.form form .lopd label a{
    text-decoration: underline;
}

.form form .lopd label a:hover{
    text-decoration: none;
}

#formSending, #formOk{
	display: none;
	width: 70%; 
	margin: 0px auto;
	margin-top:60px;
	text-align: center;
	font-size:26px;
	color: #a40018;
}


.team .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	color:#252122;
	font-size:20px;
	text-align:left;
	margin-top:35px;
}

.team .wrap ul li{
	width:30.75%;
	border:1px solid #d3d2d1;
	position:relative;
	margin-bottom:40px;
	padding-bottom:25px;
}

.team .wrap ul.evenly{
	justify-content:left;
}

.team .wrap ul.evenly li:nth-child(3n+2){
	margin-left:3.55%;
	margin-right:3.55%;
}

.team ul li i{
	display:block;
	height:350px;
	overflow:hidden;
	font-style:normal;
}

.team ul li i img{
	width: 100%;
	height:100%;
	object-fit: cover;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.team ul li strong{
	display:block;
	width:90%;
	font-size:24px;
	margin:0px auto;
	margin-top:16px;
	margin-bottom:9px;
}

.team ul li span{
	display:block;
	width:90%;
	margin:0px auto;
	margin-bottom:3px;
	text-transform:uppercase;
}

.team ul li em{
	display:block;
	width:90%;
	margin:0px auto;
	font-style:normal;
	font-size:16px;
}

.team ul li a{
	display:block;
	float:right;
	width:42px;
	height:42px;
	margin-right:7%;
	background-image:url(../img/plus.png);
	background-repeat:no-repeat;
	background-position:center center;
		transition: all 0.65s ease-in-out;
	-webkit-transition: all 0.65s ease-in-out;
	-moz-transition: all 0.65s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}

.team ul li a:hover{
	transform: rotate(360deg);
}

.LBBg{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	height:100vh;
	width:100%;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:100;
}

.LBBg .wrap{
	padding:0px;
	margin-top:12px;
}

.LBContent{
	width:65%;
	margin:0px auto;
	background-color:#cac9c7;
	position:relative;
	min-height:350px;
}

.LBBg .wrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #252122;
	font-size: 20px;
	text-align: left;
}

.LBBg .wrap ul li {
		width: 50%;
}

.LBBg .wrap ul li:last-child{
	padding-top:145px;
}

.LBBg .wrap ul li img{
	margin-left:1.5%;
	margin-bottom:10px;
}

.LBBg .wrap ul li img.doc {
    width: 100%;
    height: 100%;
    object-fit: cover;
		margin:0px;
}

.LBBg .wrap ul li strong{
	display:block;
	width:86%;
	font-size:24px;
	margin:0px auto;
	margin-top:16px;
	margin-bottom:9px;
}

.LBBg .wrap ul li span{
	display:block;
	width:86%;
	margin:0px auto;
	margin-bottom:3px;
}

.LBBg .wrap ul li em{
	display:block;
	width:86%;
	margin:0px auto;
	font-style:normal;
	font-size:16px;
}

.LBBg .wrap .LBInfo{
	background-color:#fff;
	padding:32px 40px;
	text-align:left;
	font-size:20px;
}

a.LBClose{
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	width:42px;
	height:42px;
	background-image:url(../img/lbClose.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.textAL{
    display: block;
    max-width: 85%;
    margin: 0px auto;
    text-align: left;
}

.services .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
	color:#252122;
	font-size:20px;
}

.services h1{
	font-weight:300;
	color:#252122;
	text-transform:uppercase;
    margin-bottom: 38px;
}

.services .wrap ul li{
	width:25.25%;
	margin:0px;
	margin-bottom:60px;
    text-align: center;
}


.services .wrap ul li a{
	color: #252122;
	display:block;
	position:relative;
}

.services .wrap ul li a strong{
	display:block;
	text-align:center;
	color:#a40018;
	text-transform:uppercase;
	font-size:24px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.services .wrap ul li a em{
	display:block;
	font-style:normal;
	width:134px;
	height:134px;
	border-radius:50%;
	background-color:#e4e4e3;
	margin:0px auto;
	margin-bottom:20px;
	position:relative;
	text-align:center;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.services .wrap ul li a em span{
    display: block;
    width: 42px;
    height: 42px;
		position:absolute;
		right:-42px;
		bottom:0px;
		filter: grayscale(100%);
		opacity:0.7;
    background-image: url(../img/plus_red.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
		
}

.services .wrap ul li a:hover em{
	background-color:#a40018;
}

.services .wrap ul li a em img{
	position: absolute;
  top: 50%;
	left:50%;
  transform: translate(-50%,-50%);
		transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.services .wrap ul li a:hover em img{
	filter: brightness(0) invert(1);
}

.services .wrap ul li a:hover em span{
	filter:none;
	opacity:1;
}

.service .wrap ul {
    display: block;
    max-width: 85%;
    margin: 0px auto;
    text-align: left;
}

.service h1{
	text-transform:uppercase;
}

.service h2{
	text-transform:none;
}

.service img{
    display: block;
    margin: 0px auto;
}

img.mainService{
	border:1px solid #acabad;
	max-width:70%;
    display: block;
    margin: 0px auto;
}

.faqs h1{
	text-transform:uppercase;
}

.faqs h2{
	text-transform:none;
}

.faqs .wrap ul{
	display:block;
	max-width:85%;
	margin:0px auto;
	text-align:left;
	margin-top:30px;
}

.faqs .wrap ul li{
	display:block;
	width:100%;
	padding:11px 0px;
	font-size:22px;
	color:#252122;
  border-bottom: 1px solid #d2d2d2;
}

.faqs .wrap ul li a{
	color:#252122;
	display:block;
	padding-left:66px;
	min-height:40px;
	background-image:url(../img/plus_faqs_hover.png);
	background-image:url(../img/plus_faqs.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.faqs .wrap ul li a.active{
	background-image:url(../img/plus_faqs_hover.png);
}

.faqs .wrap ul li a strong{
	display:block;
	margin-bottom:7px;
	padding-top:7px;
}

.faqs .wrap ul li a span{
	display:none;
	padding-bottom:7px;
}

.faqs .buttonAsk{
    margin: 0px auto !important;
    margin-top: 20px !important;
}

.urgency .buttonAsk{
    margin: 0px auto !important;
    margin-top: 20px !important;
}

.newsDetail .wrap ul{
	display:block;
	max-width:85%;
	margin:0px auto;
	text-align:left;
	margin-top:30px;
}

.newsDetail img{
    display: block;
    margin: 0px auto;
}

.share{
	display:block;
	text-align:center;
	margin-top:35px;
	font-size:20px;
	line-height:30px;
	position:relative;
}

.share a.sm{
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
margin:0px 1px;
background-image: url(../img/sm.png);
background-position: left center;
opacity: 0.85;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
}

.share a.sm:hover{
opacity:1;
}
.share a.facebook{
background-position: 0px center;	
}
.share a.twitter{
background-position: -35px center;	
}
.share a.whatsapp{
background-position: -213px center;
}


.locations .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    color: #252122;
    font-size: 24px;
}

.locations .wrap ul:first-child{
			width:100%;
		/*background-image:url(../img/pixel.gif);
		background-repeat:repeat-y;
		background-position:center top;*/
		margin-bottom:12px;
}

.locations .wrap ul li {
    width:32.5%;
    border: 1px solid #d3d2d1;
		text-align:center;
		font-size: 24px;
    padding: 25px 0px;
}

.locations .wrap ul.iframe li {
    border: 0px;
    padding: 0px;
}

.locations .wrap ul li strong{
	display:block;
	text-align:center;
	color:#a40018;
	font-size:32px;
	margin:0px auto;
	margin-bottom:15px;
	max-width:88%;
}

.locations .wrap ul li span{
	font-size:20px;
	display:block;
	margin:0px auto;
	text-align:center;
	line-height:22px;
	margin-bottom:25px;
	min-height:52px;
	max-width:88%;
}

.locations .wrap ul li a.mailto {
	font-size:20px;
}

.locations .wrap ul li a.wsp {
    line-height: 38px;
    height: 38px;
    display:inline-block;
		vertical-align:middle;
    margin-top: 20px;
    text-decoration:none;
    padding-left: 49px;
    background-image: url(../img/wsp.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.locations .wrap ul li a.location {
    line-height: 37px;
    height: 37px;
    display:inline-block;
		vertical-align:middle;
    margin-top: 16px;
    text-decoration: underline;
    padding-left: 40px;
    background-image: url(../img/pin.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.locations .wrap ul li iframe{
	border: 1px solid #d3d2d1 !important;
}


.advDetail h1{
	text-transform:uppercase;
}

.advDetail .wrap ul{
	display:block;
	max-width:85%;
	margin:0px auto;
	text-align:center;
	margin-top:30px;
}

.advDetail .wrap{
	border-bottom: 1px solid #d3d2d1;
}

footer{
	background-color:#e4e4e3;
	border-top:3px solid #a40018;
}

footer .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	color:#252122;
	font-size:20px;
	text-align:left;
}

footer .wrap ul a{
	color:#252122;
}

footer .wrap ul a:hover{
	color:#a40018;
}

footer .wrap{
	padding:13px 0px;
}

footer .wrap ul li{

}

footer .wrap ul li.logoFoot img{

}

footer .wrap ul li.smFoot a{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	margin:0px 3px;
	margin-top:10px;
	background-image:url(../img/sm.png);
	background-position:left center;
	opacity: 0.75;
	filter: grayscale(100%);
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

footer .wrap ul li.smFoot a:hover{
	opacity: 1;
	filter:none;
}

footer .wrap ul li.smFoot a.facebook{
	background-position:0px center
}
footer .wrap ul li.smFoot a.twitter{
	background-position:-35px center
}

footer .wrap ul li.smFoot a.instagram{
	background-position:-176px center
}

footer .wrap ul li .button{
	margin-top:8px;
    width: auto;
    display: inline-block;
}

footer .wrap ul li .button:first-child{
	margin-right:16px;
}

footer .wrap ul.lastFoot{
	margin-top:14px;
	font-size:18px;
}

footer .wrap ul.lastFoot strong{
	font-weight:300;
	text-transform:uppercase;
	display:block;
	color:#a40018;
	font-size:24px;
}

footer .wrap ul.lastFoot em{
    display: block;
	font-weight:300;
	color:#a40018;
	font-style:normal;
    margin-bottom: 15px;
}

footer .wrap ul.lastFoot span, footer .wrap ul.lastFoot a{
	display:block;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
    min-height: 30px;
    line-height: 26px;
    font-size: 17px;
}

footer .wrap ul.lastFoot a.p{
    background-image: url("../img/mark.png");
}
footer .wrap ul.lastFoot span.c{
    background-image:url("../img/c.png");
    line-height: normal;
}

footer .wrap ul.lastFoot a.m{
    background-image: url("../img/m.png");
}

footer .wrap ul.lastFoot span.t{
    background-image: url("../img/t.png");
}

footer .wrap ul.lastFoot a.w{
    background-image: url("../img/w.png");
}


footer .wrap ul.lastFoot a.location{
	line-height:37px;
	height:37px;
	display:block;
	text-decoration:underline;
	padding-left:40px;
	background-image:url(../img/pin.png);
	background-repeat:no-repeat;
	background-position:left top;
}

footer .wrap ul.lastFoot a.location:hover{
	text-decoration:none;
}


footer .wrap ul.lastFoot li.menuFoot{
	padding-top:20px;
}

footer .wrap ul.lastFoot li.menuFootFirst{
	padding-left:42px;
	border-left:1px solid #a09f9f;
}

footer .wrap ul.lastFoot li.menuFoot a{
	display:block;
	margin:2px 0px;
		transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

footer .wrap ul.lastFoot li.menuFoot a.mainLink{
	font-size:24px;
	text-transform:uppercase;
}

footer .wrap ul.lastFoot li.menuFoot a:hover{
	color:#a40018;
}

.bottom .wrap{
	padding:8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2e2b27;
    text-align: center;
}

.bottom .wrap a{
	color:#2e2b27;
}

.bottom .wrap a:hover{
	color:#a40018;
}

.button{
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	color:#252122;
	font-size:22px;
	border:1px solid #252122;
	padding:0px 30px;
	height:49px;
	min-height:49px;
	line-height:49px;
	text-transform:uppercase;
	display:inline-block;
    display: block;
    margin:0px auto;
    width: 20%;
	margin-top:20px;
				transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.button:hover{
	background-color:#efefee;
}

form .button{
    float: right;
}

.buttonAsk{
	position:relative;
	color:#555;
    margin-left: 58px;
}

.buttonAsk:before {
    display: block;
    position: absolute;
    left: -61px;
    top: -1px;
    content: '';
    width: 27px;
    height: 27px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #555;
    font-size: 22px;
    padding: 11px 16px;
    background-image: url(../img/calendarGrey.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #252122;
    border-right: 0px;
						transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.buttonAsk:hover:before {
	background-color:#efefee;
}

.buttonBack{
background-image: url(../img/back.png);
background-repeat: no-repeat;
background-position: 30px center;
padding-left:60px;
display:block;
position:absolute;
left:7.5%;
top:0px;
margin-top:17px;
    width: auto;
}

.breadcrumb .wrap{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#2e2e2e;
text-align:left;
padding:10px 0px;
padding-bottom:0px;
}

.breadcrumb .wrap a, .breadcrumb .wrap span{
	color:#696969;
	font-weight:normal;
}

.breadcrumb .wrap a:hover{
	text-decoration:underline;
}

.kitDigital{

}

.kitDigital .wrap{
    padding: 15px 0px;
    text-align: center;
}

.kitDigital img{
    max-width: 90%;
    display: inline-block;
}

#cookies{
width:100%;
background-color:#012c4a;
filter:alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
position:fixed;
left:0px;
bottom:0px;
z-index:999;
display:none;
}

#cookies div{
width:88%;
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
color:#FFFFFF;
text-align:center;
padding:10px 0px;
margin:0px auto;
line-height:16px;
}

#cookies a{
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
color:#FFFFFF;
text-decoration:underline;
}

#cookies a.xx{
display:block;
position:absolute;
top:10px;
right:12px;
width:10px;
height:10px;
background-image:url(../img/cookiesClose.gif);
background-repeat:no-repeat;
background-position:left top;
text-decoration:none;
}

section:after, footer:after, .content:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #696969;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #696969;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #696969;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #696969;
}

.customInput {
	border: 0;
	height: 48px;
	line-height: 48px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	color: #696969;
	font-weight:300;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	display: inline-block;
	vertical-align:middle;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	width:100%;
	margin: 0px;
	padding: 0px;
	margin-bottom:18px;
	text-indent:18px;
	cursor: default;
}

input[type="date"]{
	text-indent:10px;
}

textarea.customInput {
	line-height:normal;
	text-indent:0px;
	padding-left:18px;
	padding-top:10px;
	height:114px;
	width:100%;
}

select.customInput{
	text-indent:0px;
	padding-left:18px;
}


input[type="date"]::-webkit-calendar-picker-indicator {
		background: transparent;
		bottom: 0;
		color: transparent;
		cursor: pointer;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
}

.customInput.error{
	border:1px solid #a40018;
}


.captcha{
	margin-right:18px;
	width:66.333%;
}

.formSending, .formOk {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    color: #f99404;
    text-align: center;
    padding:50px 0px;
		display:none;
}