body{
	margin: 0;
	font-family: 'Raleway';
	letter-spacing: 0.01em;
    line-height: 25px;
    font-size: 16px;
}

a{
	color: #fff;
	text-decoration: none;
}

h1{
	font-weight: 800;
	font-size: 48px;
	line-height: 54px;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 0.02em;
}

h2{
	font-weight: 700;
    font-size: 20px;
    line-height: 26px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

h3{
	font-weight: 600;
    font-size: 20px;
    line-height: 26px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.subline{
	font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

ul.menu li,
ul.menu{
	list-style: none;
	padding: 0;
	margin:0;
}

.clearfix {
    clear: both;
    display: block;
}

.map-infos {
	position: relative;
	padding-bottom: 25%;
	padding-top: 25px;
	height: 0;
}

.map-infos #map-parent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.location-map-container,
.location-map{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.inline-box{
	display: inline-block;
	width: 50%;
	float: left;
}

.contact-infos .inline-box,
.top-inline-info{
	height: 50vh;
    min-height: 500px;
	position: relative;
}

.top-inline-info .inner{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: right;
    max-width: 700px;
    width: 95%;
}
.contact-infos .inline-box .inner{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
	width: 65%;
    max-width: 700px;
}

.top-inline-info.right .inner{
	right: inherit;
	right: initial;
	left: 0;
	text-align: left;
}

.contact-infos .inline-box.right .inner{
	text-align: right;
}

.top-inline-info .top-text{
	padding: 60px 70px;
	border: 2px solid #fff;
	border-bottom: 0 none;
}

.top-inline-info.left .top-text{
	border-right:  1px solid #fff;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.25);
}
.top-inline-info.right .top-text{
	border-left: 1px solid #fff;
    color: #3e6f87;
    background-color: rgba(255, 255, 255, 0.84);
}

.top-inline-info.right{
    background-color: #ededed;
}

.top-inline-info.left{
	background-color: #5595b5;
}


.contact-infos .inline-box.right{
	background-color: #5595b5;
	color: #fff;
}

.contact-infos .inline-box.left{
    background-color: #f2f2f2;
	color: #5d5d5d;
}

.contact-infos .inline-box.left a{
	color: #5595b5;
}

.contact-infos .inline-box.right a{
	color: #d9fdff;
}

a.appointment-button{
	display: block;
    width: auto;
    padding: 19px;
    text-align: center;
	border-color: #fff;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}

.top-inline-info.right a.appointment-button{
    border-left: 1px solid #fff;
	background-color: #5595b5;
	color: #fff;
}

.top-inline-info.left a.appointment-button{
    border-right: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.75);
	color: #5d5d5d;
	    font-weight: 800;
    border-top: 0 none;
}

.top-inline-info.left a.appointment-button:hover{
    background: #335b6e;
    color: #fff;
}
.top-inline-info.right a.appointment-button:hover{
    background: #3e6f87;
    color: #fff;
}

a.appointment-button{
	position: relative;
}
a.appointment-button span:before{
	content: "";
    width: 50px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
    margin-top: -3px;
}

.top-inline-info.left a.appointment-button span:before{
    background-image: url(../images/cal_grey.svg);
}

.top-inline-info.right a.appointment-button span:before,
.top-inline-info.left a.appointment-button:hover span:before{
	background-image: url(../images/cal_white.svg);
}


footer{
	padding: 85px 30px;
	margin-right: auto;
	margin-left: auto;
    width: 81%;
}

footer ,
footer p,
footer a{
	color: #5d5d5d;
}

footer .footer-inline{
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 50%;
}

footer .footer-inline.footer-middle{
	text-align: center;
}

footer .footer-inline.footer-right{
	text-align: right;
}

footer .footer-inline p{
	margin-top: 0;
}

body.single-mode .top-inline-info .inner{
	left: 50%;
	transform: translate(-50%,-50%);
    text-align: center;
}

body.single-mode .top-inline-info.left .top-text{
	border: 2px solid #fff;
	border-bottom: 0 none;
}

body.single-mode .inline-box{
	display: block;
    width: auto;
    float: none;
}

body.single-mode .contact-infos .inline-box .inner{
	text-align: center;
}

.gmnoprint{
	display: none;
}

.contact-infos{
	overflow: hidden;
}

.appointment-button{
    display: none!important;
}

.top-inline-info.right .top-text,
.top-inline-info.left .top-text,
body.single-mode .top-inline-info.left .top-text{
    border-bottom: 2px solid #fff;
}

.button-mode .appointment-button{
	display: block!important;
}