#cookie-bar {
    background:#1f4f93;
}

#form-main {
	width:100%;
}

#form-div {
	background-color:rgba(255, 255, 255, 0.10);
	border-style:solid;
    border-width:1px;
    border-color:#FFFFFF;
    border-radius:3px;
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
	padding-bottom:114px;
	width: 624px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.feedback-input {
	color:#FFFFFF;
	font-family:'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 1;
	line-height: 22px;
	background-color:rgba(255, 255, 255, 0.30);
	padding: 25px 50px 30px 50px;
	margin-bottom: 10px;
	width:100%;
	height:80px;
	box-sizing: border-box;
  	border: 1px solid rgba(0,0,0,1);
  	border-color:#FFFFFF;
}

input::-webkit-input-placeholder {
	color: #FFFFFF;
}
 
input:-moz-placeholder { 
	color: #FFFFFF;  
}
 
input::-moz-placeholder {  
	color: #FFFFFF;  
}
 
input:-ms-input-placeholder {  
	color: #FFFFFF;  
}

textarea::-webkit-input-placeholder {
	color: #FFFFFF;
}
 
textarea:-moz-placeholder { 
	color: #FFFFFF;  
}
 
textarea::-moz-placeholder {  
	color: #FFFFFF;  
}
 
textarea:-ms-input-placeholder {  
	color: #FFFFFF;  
}

#name {
}

#email {
}

#subject {
}

#comment {
	height:297px;
}

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

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:rgba(255, 255, 255, 0.30);
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#submitButton {
	float:left;
	margin-top:20px;
	margin-bottom:50px;
	margin-left:222px;
	width:183px;
	height:48px;
	border: #fbfbfb solid 1px;
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.30);
	color:white;
	font-family:'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 22px;
}

#yenohDiv {
	display: none;
}

.sendError {
	padding-top:0px;
	padding-bottom:50px;
	color:red;
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	border-radius: 0;
	line-height: 22px;
	text-align: center;
}

.sendError-br-mobile br {
	display:none;
}


.sendSuccess {
	padding-top:0px;
	padding-bottom:50px;
	color: #FFFFFF;
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	border-radius: 0;
	line-height: 22px;
	text-align: center;
}
		
.ease {
	width: 0px;
	height: 14px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}


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

#form-div {
	width: 300px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:54px;
}

.feedback-input {
	height:50px;
	font-size:18px;
	padding: 12px 20px 12px 20px;
}

#comment {
	height:190px;
}

#submitButton {
	font-size:18px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:58px;
}

.sendError-br-mobile br {
	display:inline;
}

}