<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Voltaire');


.contactmessok { text-align : center; font-weight: bold; font-size: 16px; line-height: 30px;  color: #5FA21B; }
.contactmessnok { text-align : center; font-weight: bold; font-size: 16px; line-height: 30px;  color: #FF0000; }
a[href^="tel:"]:before {
    content: "\260E";
    /* display: block;*/
    margin-right: 0.3em;
}
a[href^="tel:"] {
  font-size:32px; color:#333333; font-family:'Voltaire', Verdana, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height:50px;
  
}
/* CONTACT FORM */
#aptctform-main{
	width:100%;
	/* float:left; */
	padding-top:0px;
}
#aptctform-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 80%;
	/*float:  left;*/
	/* left: 50%; */
	/* position: absolute; */
	margin-top:30px;
	margin:auto;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.aptctfeedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}
.aptctfeedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  	padding: 13px 13px 13px 54px;
}
.aptctcaptcha-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  	border: 3px solid rgba(0,0,0,0);
}
.aptctcaptcha-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  	padding: 13px 13px 13px 54px;
}
.aptctfocused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}
/* Icons ---------------------------------- */
#aptctname{
	background-image: url(/int/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctname:focus{
	background-image: url(/int/icons/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctphone{
	background-image: url(/int/icons/phone.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctphone:focus{
	background-image: url(/int/icons/phone.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctcaptcha{
	background-image: url(/int/icons/password.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctcaptcha:focus{
	background-image: url(/int/icons/password.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctsubject{
	background-image: url(/int/icons/subject.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctsubject:focus{
	background-image: url(/int/icons/subject.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctemail{
	background-image: url(/int/icons/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctemail:focus{
	background-image: url(/int/icons/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}
#aptctcomment{
	background-image: url(/int/icons/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#aptctform-div textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}
#aptctform-div input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}
#aptctbutton-blue{
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
#aptctbutton-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
#aptctform-div submit:hover {
	color: #3498db;
}
.aptctease {
	width: 0px;
	height: 15px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
#aptctform-div submit:hover .aptctease{
  width:100%;
  background-color:white;
}</pre></body></html>