<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****Form****/
fieldset {
    border: 0 !important;
}
.contact-form {
    border:0 !important;
}
#form {
	padding-top: 1px;
    border:0 !important

}
#form input {
	border: 1px solid #ffffff;
    font-family: 'Belleza', sans-serif !important;
	text-transform: uppercase;
	background: #ffffff;
	font-size:14px;
	color:#615C58;
	float:left;
}

#form textarea {
	border: 1px solid #ffffff;
    font-family: 'Belleza', sans-serif !important;
	text-transform: uppercase;
	background: #ffffff;
	font-size:14px;
	color:#615C58;
	float:left;
}
/*
#form input.desktop {
	width: 100%;
	line-height: 20px;
	height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    z-index:900;
	padding: 4px 7px;
	margin:3px;
	float:left;
}

#form textarea.desktop {
	width: 100%;
	line-height: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    z-index:900;
	padding: 4px 7px;
	margin:3px;
	height: 150px;
	overflow: auto;
	resize:none;
	float:left;
}

#form input {
	font-size:12px;
	color:#575756;
	line-height: 20px;
	border: 1px solid #006448;
	padding: 4px 7px;
	text-transform: uppercase;
	background:  #fff;
	width: 100%;
	height: 28px;
	float:left;
    font-family: "Open Sans",Arial,serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    z-index:900;
}

#form textarea {
	font-size:12px;
	color:#575756;
	height: 298px;
	overflow: auto;
	border: 1px solid #006448;
	padding: 4px 7px;
	background: #fff;
	line-height: 20px;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	float:left;
    font-family: "Open Sans",Arial,serif;
	margin: 0;
	
}*/
#form label {
	position:relative;
	display: block;
	/*min-height: 40px;*/
	width: 100%;
	float: left;
}
/*
#form label.mobile {
	display: table !important;
	height:10px;
    background-color:yellow;
}*/


#form .error, #form .empty {
	background-color:transparent !important;
	font-style:italic !important;
	color: #ff0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 8px;
	float:left;
}


#form .error-empty {
	display:none;
	float:left;
}

.button {
	background-color: #ffffff !important;
    padding:7px !important;
    font-family: 'Belleza', sans-serif !important;
	color:#615C58;
    font-size:18px !important;
    margin-top:10px;
	float:right;
	margin-left:10px;
	margin-right:0 !important;
}
.button:hover {
	text-decoration:none;
	background-color: #615C58 !important;
	color:#ffffff !important;
}


.btns {
	position:relative;
	padding-top: 11px;
	text-align: left;
    margin-top:10px;

}


.content .btns a.btn {
	margin: 0 16px 0px 0px !important;
	cursor: pointer;
	min-width: 10px;



}

.content .btns a:first-child {
	margin-left: 0 !important;
}

#form .message {
	width: 100%;
}

.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	/*display: none;*/
	position: absolute;
	width: 100%;
	border: 0px solid #fff;
	color:#fff;
	background: url(../images/ta_bg.png) 0 bottom repeat-x #AD7D4C;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}


.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

#form {
	padding-top: 0;	
}

#form label {
	float: none !important;	
	width: 100%;
}

#form input {
	margin-bottom: 10px;
}

#form label.message {
	width: 100% !important;
}


#form .success {
	width: 100%;
}

.btns {
	padding-right: 0;
}

#form label.email {
	width: 100%;
	margin: 0;
}

}

@media only screen and (max-width: 767px) {
  .map {
	margin-bottom: 25px;
}
  .btns {
		padding-bottom: 0;  
  }
  
  #form textarea {
		height: 300px !important;  
  }
   
}
@media only screen and (max-width: 479px) {
 
  #form textarea {
		height: 200px !important;  
  } 
  #form input {
	  float:none;
  }
}</pre></body></html>