

html{    background:#FFF no-repeat;
  background-size: cover;
  height:100%;
}

#feedback-page{
	text-align:center;
}
  
.Contact-head, .home-news-event h4 {
  font-family: Kanit;
  font-size: 36px;
  line-height: 60px;
  color: #000;
  text-align: center;
  margin: 0px 0;
  padding-top: 30px; }
  .Contact-head span, .home-news-event h4 span {
    display: block;
    width: 150px;
    border-top: 2px solid #ed1c24;
    margin: 0 auto; }

.Contact-head2, .home-news-event h4 {
  font-family: Kanit;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  text-align: left;
  margin: 10px 0;
  padding-top: 10px }
  .Contact-head2 span, .home-news-event h4 span {
    display: block;
    width: 30%;
    border-top: 2px solid #ed1c24;
    margin: 10px auto; 
	margin-left: 0px;}
	
.video-head, .home-news-event h4 {
  font-family: Kanit;
  font-size: 36px;
  line-height: 60px;
  color: #000;
  text-align: center;
  margin: 30px 0;
  padding-top: 5px }
  .video-head span, .home-news-event h4 span {
    display: block;
    width: 150px;
    border-top: 2px solid #ed1c24;
    margin: 0 auto; }
  
#form-main{
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom: 860px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 650px;
	float: left;
	left: 50%;
	position: absolute;
  	margin-top:30px;
	margin-left: -320px;
  	-moz-border-radius: 7px;
  	-webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: "kanit", 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);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  	padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../../images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../../images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#address{
	background-image: url(../../images/Distance-1.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#address:focus{
	background-image: url(../../images/Distance-1.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone{
	background-image: url(../../images/Mobile-2.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone:focus{
	background-image: url(../../images/Mobile-2.svg);
	background-size: 30px 30px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.select {
	font-family: "kanit", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	display: block;
	position: relative;
	overflow: hidden;
	background: white;
	margin-bottom: 20px;
	border: 0px solid #000;
	border-bottom-color: #CCC;
	border-radius: 0px;
  
}

.select:before, .select:after {
  content: '';
  position: absolute;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 3px outset transparent;
  border-right: 3px outset transparent;
}

.select:before {
  top: 20px;
  border-bottom: 3px solid #999;
}

.select:after {
  top: 16px;
  border-top: 3px solid #999;
}

.select > select {
  position: relative;
  z-index: 2;
  width: 112%;
  height: 55px;
  line-height: 22px;
  padding: 13px 13px 13px 54px;
  padding-right: 0;
  color: #999;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
}

.select > select:focus {
  color: #666;
  outline: 0;
}

#email{
	background-image: url(../../images/Mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../../images/Mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#location{
	background-image: url(../../images/Tag-1.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#category{
	background-image: url(../../images/Tag-1.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../../images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

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

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

#button-blue{
	font-family: 'Kanit', 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:400;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 0;
		margin-right: 3%;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-right: 100%;
	}
}