
body {
	background: rgba(3, 37, 48, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(3, 37, 48, 1) 30%, rgba(0, 32, 42, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%, rgba(3, 37, 48, 1)), color-stop(100%, rgba(0, 32, 42, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(3, 37, 48, 1) 30%, rgba(0, 32, 42, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(3, 37, 48, 1) 30%, rgba(0, 32, 42, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(3, 37, 48, 1) 30%, rgba(0, 32, 42, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(3, 37, 48, 1) 30%, rgba(0, 32, 42, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#032530', endColorstr='#00202a', GradientType=1);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, 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;
}

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

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #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: 35px;
}

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

.form-top {
	padding: 25px 25px 15px 25px;
	background: #f7f4ed;
	text-align: left;
}

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

/*
.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #ebe6e0;
	text-align: left;
}
*/

.form-bottom {
    padding: 0 0 0 0;
    background: #efefef;
    text-align: left;
}

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

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


/***** 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; }

}
