form#quote_form {
	padding:0 20px;
	margin-bottom:60px;
    width:80%;
    margin:0 auto;
}
.success, .error {
	font-size:1.2em;
	font-weight:normal;
	padding:0 0 0 40px;
}
.error {color:#f00}
.success {color:#15A40A}
legend {
	font-size:1.2em;
	border:none;
}
fieldset {
	width:90%;
	border:none;
	margin-left:20px;
}
label {font-size:1.2em}
input, textarea, select {
    background:#fff;
	border:1px solid #D7D0D2;
	font-size:1.2em;
	font-weight:normal;
	padding:2px 8px;
}
input:focus, textarea:focus {background:#f9f9f9 !important}
input, select {
	width:100%;
	height:60px;
}
input.enter-code {width:215px}
input.submit {
	width:180px;
	height:60px;
	font-size:1.2em;
	color:#fff;
	background:#2C67A4;
	text-decoration:none;
	border:1px solid #275E94;
}
input.submit:hover {
	cursor:pointer;
	color:#2C67A4;
	background:#fff;
}
input.submit, input.submit:hover {
	transition: all 0.5s ease, background 0.5s ease;
}
textarea {
	width:100%;
	height:200px;
}
input:focus, textarea:focus {background:#f1f1f1}
.red {color:#f00}
.audio-icon {margin-bottom:10px}
a.refresh:link, a.refresh:visited{color:limegreen; text-decoration:none}
a.refresh:hover, a.refresh:active, a.refresh:focus{text-decoration:underline; outline:0}
.enter-captcha {clear:both}


/*---------------------------------------------------------------------------------------*\
                                      RESPONSIVE
\*---------------------------------------------------------------------------------------*/
@media only screen and (min-width:1921px) and (max-width: 2560px) {
}

@media only screen and (min-width:1441px) and (max-width: 1920px) {
}

@media only screen and (min-width:1025px) and (max-width: 1440px) {
}

@media only screen and (min-width:801px) and (max-width: 1024px) {
}

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

@media only screen and (max-width:800px) and (orientation: landscape) {
}

@media only screen and (max-width: 979px) {
	form#quote_form {
	padding:5% 4% 0;
	width:92%;
}
input.enter-code {width:142px}
}