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

/* Contact block */

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

.ContactBox.W400 {
	width: 400px;
}

.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 .Photo {
	display: inline-block;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: no-repeat center center;
	background-size: cover;
	margin-bottom: 16px;
}


.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.W400 {
	width: 100%;
}

	
	.ContactBox.Social {
	float: left;
}
}