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

.form-outer{
	max-width: 450px;
	margin: 0 auto;
}

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

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

.montform .feedback-input {
    color: #3c3c3c;
    font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    line-height: 20px;
    background-color: #fbfbfb;
    padding: 10px 12px 9px 43px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #00000000;
}

.montform .feedback-unput {
    color: #888;
    font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
    font-weight: 400;
    font-size: 1px;
    border-radius: 0;
    line-height: 0px;
    background-color: #888;
    padding: 0;
    margin-bottom: 0;
    /* width: 100%; */
    cursor: text;
    border: 0 solid #00000000;
}
/*Inputs styles*/
.montform .feedback-input:focus{
	background: #fff;
	border: 2px solid #3498db;
	color: #3498db;
	outline: none;
	/*padding: 13px 13px 13px 54px;*/
}

.montform .feedback-unput:focus{
	background: #888;
	border: 0 solid #00000000;
	color: #888;
	outline: none;
	/*padding: 13px 13px 13px 54px;*/
}

/* Icons ---------------------------------- */
.montform  #name{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
	background-size: 30px 30px;
    background-position: 5px 4px;
    background-repeat: no-repeat;
}

.montform  #email{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
	background-position: 5px 3px;
	background-repeat: no-repeat;
}

.montform  #comment{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-pencil.svg);
	background-size: 30px 30px;
	background-position: 4px 2px;
	background-repeat: no-repeat;
}

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

.montform  input:hover, .montform  textarea:hover,
.montform  input:focus, .montform  textarea:focus {
	background-color:#e6e6e6;
}

.montform .feedback-unput:hover {
	background-color:#888;
}

.button-blue{
    /*float: left;*/
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor: pointer;
    background-color: #344c6e;
    color: white;
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 500;;
}

.button-blue:hover{
	background-color: #272727;
    color: #ffffff;
}
	
.montform  .submit:hover {
	color: #3498db;
}
	
.ease {
	/*width: 0px;
	height: 74px;*/
	background-color: #fbfbfb;
	transition: .3s ease;
}

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

/* Select Dropdown for yogurt ---------------------------------- */
.select-css {
    display: block;
    font-size: 15px;
    /*font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;*/
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #0000;
    /*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    background-color: #e6e6e6;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}
.select-css:focus {
    border: 2px solid #3498db;
    /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}

/*Styles for small screens*/

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

