@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

@media only screen and (min-width: 320px) {

	.contactosteocontainer {
	background-color: #ddcdb3;
     width: 100%;
	 height: 1330px;
	 margin-top: 0px;
	 position: relative;
}

  
#contactuscontainer {
	position: relative;
	top: 1000px;
	margin: 0 auto;  
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	z-index: 0;
	}
	
#map_canvas {
	height: 300px;
	width: 100%;
	position: relative;
}

#formheader {
	position: relative;
	width: 200px;
	height: 30px;
	margin-top: 50px;
	margin-left: 0px;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	height: 400px;
	float:left;
	padding-top:0px;
}

#form-div {
	position: absolute;
	background-color: rgba(130,107,81,0.4);
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	width: 80%;
	height: 345px;
	float: left;
	position: absolute;
	margin-top: 0px;
    margin-left: 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 14px;
	border-radius: 0;
	line-height: 18px;
	background-color: #f9f1dc;
	padding: 5px 5px 5px 35px;
	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);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #2f5476;
	color: #2f5476;
	outline: none;
  padding: 5px 5px 5px 35px;
}

.focused{
	color:#2f5476;
	border:#2f5476 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(pictures/name.png);
	background-size: 20px 20px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
   font-family: Arial, Helvetica, sans-serif;
}

#name:focus{
	background-image: url(pictures/name.png);
	background-size: 20px 20px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(pictures/mail.png);
	background-size: 25px 25px;
	background-position: 4px 3px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(pictures/mail.png);
	background-size: 25px 25px;
  background-position: 4px 3px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(pictures/comment.png);
	background-size: 20px 20px;
	background-position: 5px 4px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color: #f9f1dc;
}

#button-blue{
    font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #f9f1dc solid 4px;
	cursor:pointer;
	background-color: #2f5476;
	color: #f9f1dc;
	font-size:18px;
	padding-top:15px;
	padding-bottom:17px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

.ease {
	width: 0px;
	height: 55px;
	background-color: #2f5476;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

}
/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 400px) {
  
  .contactosteocontainer {
	background-color: #ddcdb3;
     width: 100%;
	 height: 1320px;
	 margin-top: 0px;
	 position: relative;
}

#contactuscontainer {
	position: relative;
	top: 1000px;
	margin: 0 auto;  
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	z-index: 0;
	}

#map_canvas {
	height: 300px;
	width: 100%;
	position: relative;
}

#formheader {
	position: relative;
	width: 200px;
	height: 30px;
	margin-top: 50px;
	margin-left: 0px;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	height: 400px;
	float:left;
	padding-top:0px;
}

#form-div {
	position: absolute;
	background-color: rgba(130,107,81,0.4);
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	width: 80%;
	height: 345px;
	float: left;
	position: absolute;
	margin-top: 0px;
    margin-left: 0px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

}
/* Tablet Layout: 670px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 670px) {
	
	.contactosteocontainer {
	background-color: #ddcdb3;
     width: 100%;
	 height: 1320px;
	 margin-top: 0px;
	 position: relative;
}

#contactuscontainer {
	position: relative;
	top: 1000px;
	margin: 0 auto;  
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	z-index: 0;
	}
	
	#formheader {
	position: relative;
	width: 200px;
	height: 30px;
	margin-top: -850px;
	margin-left: 300px;
}

#map_canvas {
	height: 400px;
	width: 100%;
	position: relative;
}

	
	#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	height: 400px;
	float:left;
	padding-top:0px;
}

#form-div {
	position: absolute;
	background-color: rgba(130,107,81,0.4);
    padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:80px;
	width: 350px;
	height: 335px;
	float: left;
	position: absolute;
	margin-top: 0px;
    margin-left: 300px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

}


@media only screen and (min-width: 769px) {
	
	.contactosteocontainer {
	background-color: #ddcdb3;
     width: 100%;
	 height: 1320px;
	 margin-top: 0px;
	 position: relative;
}

#contactuscontainer {
	position: relative;
	top: 1000px;
	margin: 0 auto;  
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	width: 82%;
	z-index: 0;
	}
}