@charset "UTF-8";
/* CSS Document */
h1{
color:#666;
	font-size: 1.2em;
}
.form-container {
   border: 0px solid #edddcc;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 1px 0;
   text-decoration: none;
   vertical-align: middle;
   padding:20px;
   width:100%;
   margin:0 auto;	
   }
.form-field {
	border: 1px solid #5c5145;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #c9b7a2;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.6) 0 1px 1px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.6) 0 1px 1px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.6) 0 1px 1px;
	padding:10px;
	width: 90%;
   }
.form-field:focus {
   background: #f7f0c6;
   color: #000000;
   }
.form-container h2 {
   text-shadow: #000000 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:18px;
   color: #666;
   }
.submit-container {
   margin:8px 0;
   text-align:left;
   }
.submit-button{
   border: 1px solid #999999;
   background: #dddddd;
  
   background-image: -ms-linear-gradient(top, #f7f0c6 0%, #5c5145 100%);
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #666;
   padding: 8.5px 18px;
   margin-right:10px;
   font-size: 12px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #6e1010;
   background: rgba(32,53,125,1.00);
   color: #ffffff;
   }
.submit-button:active {
   border: 1px solid #ffffff;
   background: #999999;
   color: #ffffff;
   }
#contact #wrapper{
	position:relative;
}
#contact #main{
	background-repeat:no-repeat;
	width:800px;
	height:650px;
	float:left;
	margin:300px 0 90px 350px;
}
#contact #wrapper #gif p{
	position:absolute;
	top:300px;
	right:200px;
}



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

.form-container {
   border: none;
   -webkit-border-radius: none;
   -moz-border-radius: none;
   border-radius: none;
   -webkit-box-shadow:none;
   -moz-box-shadow: none;
   box-shadow: none;
   text-decoration: none;
   vertical-align: middle;
   width:90%;
   margin:0 auto;	
   }
.form-field {
	border: 1px solid #5c5145;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #c9b7a2;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.6) 0 1px 1px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.6) 0 1px 1px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.6) 0 1px 1px;
	padding:none;
	width: 90%;
   }
.form-field:focus {
   background: #f7f0c6;
   }
.form-container h2 {
   text-shadow: #000000 0 1px 0;
   font-size:18px;
   margin: 0 0 0 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:18px;
   }
.submit-container {
   margin:8px 0;
   text-align:left;
   }
.submit-button{
   border: 1px solid #999999;
   background: #dddddd;
  
   background-image: -ms-linear-gradient(top, #f7f0c6 0%, #5c5145 100%);
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   padding: 8.5px 18px;
   margin-right:10px;
   font-size: 12px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #6e1010;
   background: rgba(32,53,125,1.00);
   color: #ffffff;
   }
.submit-button:active {
   border: 1px solid #ffffff;
   background: #999999;
   color: #ffffff;
   }
#contact #wrapper{
	position:relative;
}
#contact #main{
	background-repeat:no-repeat;
	width:800px;
	height:650px;
	float:left;
	margin:300px 0 90px 350px;
}
#contact #wrapper #gif p{
	position:absolute;
	top:300px;
	right:200px;
}
.tel-number a {
    color:#333;
    text-decoration:none;
    }
}