/****************************************/
/* CONTACT 								*/
/****************************************/

#page-contact-sec-1 {
	overflow: hidden;
}

#page-contact-sec-1 > .section-container{
	opacity: 0;
	-webkit-transform: translate3D(0,20px,0);
	   -moz-transform: translate3D(0,20px,0);
		-ms-transform: translate3D(0,20px,0);
		 -o-transform: translate3D(0,20px,0);
			transform: translate3D(0,20px,0);
	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		 -o-transition: all 0.6s ease;
			transition: all 0.6s ease;
}
#page-contact-sec-1.active > .section-container{
	opacity: 1;
	-webkit-transform: translate3D(0,0,0);
	   -moz-transform: translate3D(0,0,0);
		-ms-transform: translate3D(0,0,0);
		 -o-transform: translate3D(0,0,0);
			transform: translate3D(0,0,0);
}





/*
#page-contact-sec-1 .section-container {
	
}
#page-contact-sec-1 .section-container > .section-content {
	vertical-align: middle;
	text-align: center;
}
#page-contact-sec-1 .section-container > .section-content > .content-img {
	max-width: 100%;
	max-height: 100%;
}
*/







/*
#page-contact {
	line-height: 1.25em;
	font-size: 24px;
	color: #000;
}

#page-contact .box p {
	padding: 0.8em 0;
}
#page-contact .hline {
	max-width: 732px;
	height: 1px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}

#page-contact .strong {
	font-weight: bold;
	color: #fff;
}
#page-contact .smaller {
	font-size: 0.75em;
}


html.no-mobile .phonecall-button,
html.mobile .phonecall-button-nomobile {
	display: none;
}
*/


/****************************************/



@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	#page-contact-sec-1 .content-img {
		width: 60%;
	}	
}
@media (min-width: 1200px) {
}
@media (min-width: 1580px) {
}
