.top content {float: left;}

body {
}

.top content strong { font-weight: 600; }

.top content a, .top content a:hover, .top content a:focus {
	color: /*#d05a4e*/;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.top content .form-top h1, .top content .form-top h2 {
	margin-top: 10px;
	font-size: 30px;
    font-weight: 600;
    color: #615c58;
    line-height: 42px;
}

.top content .form-top h3 {
	font-size: 22px;
    font-weight: 300;
    color: black/*#615c58*/;
    line-height: 30px;
}

/*img { max-width: 100%; }

::-moz-selection { background: #d05a4e; color: #fff; text-shadow: none; }
::selection { background: #d05a4e; color: #fff; text-shadow: none; }*/


/***** Top content *****/
/*
.inner-bg {
    padding: 40px 0 170px 0;
}
*/
/*.top-content h1 { color: #fff; }*/

.top-content .description {
	margin: 20px 0 10px 0;
	color: #fff;
}

.top-content .description a { color: #fff; border-bottom: 2px dotted #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border: 0; }

.top-content .top-big-link {
	margin-top: 0px;
}

.form-box {
	padding-top: 40px;
}

.form-top {/*form-top nested h3 and paragraph*/
	padding: 25px 25px 12.5px 25px;
	background: rgba(255,255,255,1);
	text-align: left;
}

.form-top h3 {color: black; margin-top: 0; }

.form-bottom {
	padding: 12.5px 25px 30px 25px;
	background: rgba(255,255,255,.65);
	text-align: left;
}

.form-bottom form textarea {
	max-width: 100%; height: 100px;
}

.form-bottom form .input-error {
	border-color: :#b60103;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	/*.inner-bg { padding: 40px 0 110px 0; }*/

}
