body {
    background: #d9d7cb;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9d9892;
    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: 10px 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;
}
 
.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 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; }
 
}