#suggest-search-wrapper {
	max-width: 960px;
	padding: 0px 30px 0px 30px;
	margin: 0 auto;
}

#content h1 {
	padding-bottom: 20px;
}

.livere-h1-font {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}

.livere-span3-font {
	font-size: 16px;
	color: #FFFFFF;
	width: 90%;
	display: inline-block;
}

.livere-span4-font {
	font-size: 14px;
	color: #494949;
}

.input-text-color {
	color: #8F8E88;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

#btn-cancel {
	float: left;
}

#btn-suggest {
	float: right;
}

#btn-suggest:hover, #btn-cancel:hover {
	background-color: #d60036;
	color: #ffffff;
	cursor: pointer;
}

.suggest-content-top {
	margin-top: 30px;
}

.suggest-content-middle {
	margin-top: 32px;
}

.suggest-content-bottom {
	margin-top: 32px;
	display: inline-block;
    width: 100%;
}

#name {
	width: 91%;
}

#email {
	width: 95%;
}

.suggest-content-top-left {
	width: 30%;
	display: inline-block;
	margin-right: 20px;
}

.suggest-content-top-right {
	width: 67%;
	display: inline-block;
}

#suggest-content {
	resize: none;
	width: 97%;
	height: 220px;
}

#suggest-content.input-error {
    border: 3px solid #db9aa9 !important;
}

.align-middle {
	text-align: center;
}

.input-description{
	float: left;
}

.form-button{
	background: #c1c1c1; } 

.none{
	display:none !important;}

.suggest-title-wrapper{
	margin-top: 72px;
	height: auto;
	background: url("/img/title/img_title_green.png") no-repeat;
	background-size: cover;
    background-position: center;
    padding-top: 21px;
    padding-bottom: 25px;
    display:inline-block;
    width: 100%;
    }

.btn_colored {
	color: #8f8e88 !important;
}

.btn_colored:hover {
	color: #ffffff !important;
}

.form-button {
	background: #f6f6f6;
}

@media screen and (max-width: 600px) {
  .livere-h1-font {
  	font-size: 28px;
  } }

@media screen and (max-width: 890px) {
	.suggest-content-top-left {
		width: 100%;
	}
	.suggest-content-top-right {
		margin-top: 15px;
		width: 100%;
	}
	#email, #name, #suggest-content {
		width: 96%;
	}
}

@media screen and (max-width: 400px) {
	#email, #name, #suggest-content {
		width: 91%;
	}
}