/* codeDESIGN - parallax_static.css */@charset "utf-8";/* EVENT LISTING TABS */.contact_pic_image_wrapper {	margin: 60px 0px 60px 0px;	padding: 0px 0px 0px 0px;	color: #58595b;	position: relative;}/*.parallax_image_wrapper:after {	content: '';	position: absolute;	top: 0; 	left: 50%;	margin-left: -20px;	width: 0;	z-index: 1;	height: 0;	border-top: solid 20px #dedede;	border-left: solid 20px transparent;	border-right: solid 20px transparent;}*/.layout_contact_pic_telephone {	width: calc(100% + ((100vw - 1170px - 16px) / 2));	background: #dedede;	font-size: 18px;	font-weight: 400;	color:	#58595b;	margin: 30px 0px;}@media only screen and (max-width: 1199px) {	.layout_contact_pic_telephone {		width: 100%;		min-width: 324px;	}}.layout_contact_pic_telephone_image {	float: left;	height: 50px;	padding: 8px;	margin: 0px 15px -3px 15px;	transition: all 0.33s ease-in-out;	-moz-transition: all 0.33s ease-in-out;	-o-transition: all 0.33s ease-in-out;	-webkit-transition: all 0.33s ease-in-out;}.layout_contact_pic_telephone_image_hover {	display: none;	float: left;	height: 53px;	padding: 8px;	margin: 0px 15px -3px 15px;	border-bottom: solid 3px #58595b;	background: #f5f5f5;	transition: all 0.33s ease-in-out;	-moz-transition: all 0.33s ease-in-out;	-o-transition: all 0.33s ease-in-out;	-webkit-transition: all 0.33s ease-in-out;}.layout_contact_pic_telephone:hover .layout_contact_pic_telephone_image {	display: none;}.layout_contact_pic_telephone:hover .layout_contact_pic_telephone_image_hover {	display: block;}.layout_contact_pic_telephone_text {	padding: 15px;}.layout_contact_pic_telephone img {	height: 100%;}