@charset "UTF-8";
/* CSS Document */

/* Contact block */



.TxtPage .ColumnL {
	float:left;
	display: inline-block;
	width: 100%;
	margin-right: -700px;
	padding-right: 700px;
	text-align: left;
}


.TxtPage .ColumnR {
	position: relative;
	display: inline-block;
	float: left;
	width: 700px;
	text-align: right;
}

.TxtPage h3 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.TxtPage .ColumnR img {
	max-width: 100%;
}







.ContactBox {
	display: inline-block;
	width: 400px;
	text-align: center;
	font-size: .85em;
	line-height: 1.8em;
	margin: 20px 20px 0 0;
	text-align: left;
	vertical-align: top;
}

.ContactBox h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 0;
}

.ContactBox p {
	font-size: 1.0em;
	font-weight: 200;
}

.ContactLogo {
	margin: 0 0 20px 0;
	width: 200px;
	max-width: 100%;
}


.ContactBox p.Pin::After {
	content:url(../../modules/contact/img/IcoPin.svg);
	display: inline-block;
	vertical-align: top;
	margin-left:5px;
}


.ContactBox a {
	text-decoration: none;
}

.ContactBox a:hover {
	text-decoration: underline;
}


.ContactBox.Social {
	width: auto;
	text-align: left;
	float: right;
}

.ContactBox.Social a:hover {
	text-decoration: none;
}

.ContactBox.Social img {
	height: 22px;
	margin: 4px 15px 0 0;
	opacity: .7;
}

.ContactBox.Social img:hover {
	opacity: 1;
}


.ContactBox .Social img:hover {
	opacity: 1;
}

.ContactBox .vCard {
	position: relative;
	color:#007c95;
	display: block;
	font-size: .85em;
	line-height: 1.25em;
	width: 50px;
	margin-left: 56px;
}

.ContactBox .vCard::before {
	content: '';
	display: block;
	position: absolute;
	top:-2px;
	left:-56px;
	width: 50px;
	height: 30px;
	background: url(../../modules/contact/img/IcoVcard.svg) no-repeat center center;
	background-size: 48px auto;
}



.QRBox {
	display: inline-block;
	width: 200px;
	height: 200px;
	float: right;
}

.QRBox img {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 992px)
{
	.QRBox {
	display: block;
	float: none;
	margin-top: 20px;
	}
}


@media (max-width: 768px)
{
	.ContactBox {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.ContactBox.Social {
	float: left;
	}
	
	.TxtPage .ColumnL {
	float:none;
	display: block;
	width: 100%;
	margin-right: 0px;
	padding-right: 0px;
}


	.TxtPage .ColumnR {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	}

	
	
}