﻿.header-contact {
  display:none;
}
.contact-info table {
    width:46%;
	margin-left:2%;
	font-size:110%;
}
.contact-info table td:first-child {
     width:18%;
	 vertical-align:top;
	 min-width:40px;
}
.contact-info table td {
  padding:5px 2%;
  vertical-align:middle;
}
.contact-info table td:first-child img {
    background-color:#cccccc;   
	border-radius:50%;
	padding:3px;
	box-shadow: 0px 0px 15px rgb(150,150,150) inset;
}
.contact-info table td:last-child img {
  width:8em;
	padding:3px;
}

/* contact form    */

#fmbtn {
   margin-top:10px; 
	position:relative; 
	float:right; 
	right:5%; 
	width:30%;
	min-width:100px;
}
#sbtnpst, #sbtnpre {
	position: absolute;
	left: 0;
	top: 0;
	padding:5px 5%;
	text-align: center;
	border: none;
	color:#ffffff;	
	background-color:#BDB76B;
	border-radius: 25px;
	cursor:pointer;	
}
#sbtnpst:hover, #sbtnpre:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05); 
   transform:scale(1.05);
}
#sbtnpst:hover {
	background-color:#e9e17f;
}
.contact-form-cnt {
	background-color: #4c6170;
   padding:0 2% 10px 2%;
   width:96%;
   margin-left:2%;
    box-shadow: 0px 0px 15px rgba(100,100,100,0.4) inset;
	border-radius:1em;
	font-size:110%;
}
.contact-form-cnt table {
   color:#aaaaaa;
}
.contact-form-cnt table table {
  width:50%;
}
.contact-form-cnt table table  td {
   padding:8px 0;
}
.contact-form-cnt table table:first-child {
   border-right:1px #d8ddde solid;
} 
.contact-form-cnt table table:last-child {
   width:45%;
   margin-left:5%;
}
.contact-form-cnt input, .contact-form-cnt select {
   width:90%;
   color:#000000;
   font-size:105%;
   background-color: #fffef9;
   border:1px #fdfcf7 solid;
}
.contact-form-cntinput {
   height:1.5em;
}
.contact-form-cnt select {
   height:1.5em;
}
.contact-form-cnt textarea {
   width:90%;
   height:12em;
   color:#000000;
	  font-size:105%;
	 background-color: #fffef9;
	 border:1px #fdfcf7 solid;
}
#cnthid {
	width: 0;
	height: 0;
	border: none;
	visibility: hidden;
}
.contact-form-intro {
  font-size:110%;
  margin:10px 0;
  padding-bottom:10px;
  border-top:1px #ccc solid;
  background-color:#7f929f;
  padding:10px 2% 15px 2%;
  border-radius:0 0 1em 1em;
   color:#ffffff;
   text-align:center;
}
.contact-form-cnt input:focus, .contact-form-cnt select:focus, .contact-form-cnt textarea:focus  {
   background-color: #ffffff;
   	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
 	transition: all 0.5s ease;
}
#vldalerttxt {
	display: none;
	width:90%;
	margin:10px 5%;
	font-size:110%;
}
#vldalerttxt img {
	width:1.5em; 
	top:0.25em;
	margin-right:5px;
}
.vldalerttxt-warning {
  color: #ff0000;
  background-color:#fbe3e4;
  padding:5px 2%;
  border:1px red solid;
}
#vldalerttxt_php {
	color: #ff0000;
	padding:5px 2%;
	width:90%;
	margin:10px 5%;
	font-size:110%;
}
#waiting {
	width: 20%;
	margin-left: 10%;
	text-align: center;
	min-width:250px; 
}
#waiting p {
	color: #aaaaaa;
	padding:5px 2%;
}
#waiting img {
	width: 100%;
}
.email-success, .email-failed {
    font-size:110%; 
	text-align:left; 
	padding:10px 5%; 
	padding:2vw 5%; 
}
.email-success p:first-child {
	color:#009900;
    padding-bottom:10px;
	font-size:120%;
}
.email-failed p:first-child {
	color:#DC143C;
    padding-bottom:10px;	
	font-size:120%;
}



@media only screen and (max-width: 800px), (max-width: 900px) and (min-resolution: 115dpi), (max-width: 1025px) and (min-resolution: 128dpi), (max-width: 1150px) and (min-resolution: 146dpi), (max-width: 1300px) and (min-resolution: 165dpi), (max-width: 1500px) and (min-resolution: 185dpi), (min-resolution: 215dpi) {
#vldalerttxt {
	margin-top: 1.5vw;
}
.vldalerttxt-warning {
	padding: 0 1.5vw 3vw 1.5vw;
}
#vldalerttxt_php {
	padding: 0 1.5vw 3vw 1.5vw;
	margin-top: 1.5vw;
}
#fmbtn {
   margin:2vw 0 4vw 0;
}
}
@media (max-width: 500px), (max-width: 600px) and (min-resolution: 100dpi), (max-width: 700px) and (min-resolution: 120dpi), (max-width: 850px) and (min-resolution: 140dpi),(max-width: 1000px) and (min-resolution: 170dpi), (max-width: 1200px) and (min-resolution: 200dpi) {

.contact-info table{
  width:100%;
  margin-top:10px;
}
#cntctfrm table table {
   width:95%;
}
.contact-form-cnt table table:first-child {
   border-right:none;
} 
.contact-form-cnt table table {
   margin-left:5%;
}
#fmbtn {
    margin:5px 0 30px 0;
	margin:2vw 0 10vw 0;  
}
#waiting {
  margin-left: 0;
}
}
