body {
	background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1B1B1B;
    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: 100;
    color: #1B1B1B;
    line-height: 50px;
}
h3 {
    font-size: 22px;
    font-weight: 300;
    color: #1B1B1B;
    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 10px 0;
}
.top-content h1 {
    color: #1B1B1B;
}
.top-content .description {
    margin: 20px 0 10px 0;
    color: #1B1B1B;
	padding-left:25px;
	padding-right:25px;
}
.top-content .description a {
    color: #1B1B1B;
    border-bottom: 2px dotted #1B1B1B;
}
.top-content .description a:hover, .top-content .description a:focus {
    border: 0;
}
.top-content .top-big-link {
    margin-top: 35px;
}
.form-box {
    padding-top: 0px;
}
.form-top {
    padding: 25px 25px 15px 25px;
    background: rgba(247,244,237,0.8);
    text-align: left;
}
.form-top h3 {
    margin-top: 0;
}
.form-bottom {
    padding: 25px 25px 30px 25px;
    background: rgba(235,230,224,0.9);
    text-align: left;
}
.form-bottom form textarea {
    height: 100px;
}
.form-bottom form .input-error {
    border-color: #d05a4e;
}
.toptitle {
    background: rgba(247,244,237,0.9);
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 25px;
}
.img-logo {
    max-width: 100px;
    position: absolute;
    right: 20px;
    top: 20px;
}

/***** Media queries *****/


@media (max-width: 990px) {
.inner-bg {
    padding: 90px 0 10px 0;
}
}

@media (min-device-width : 375px) and (max-device-width : 667px) {
.img-logo {
    max-width: 100px;
}
h1, h2 {
    font-size: 23px;
}
}

@media (min-device-width : 768px) and (max-device-width : 1024px) {
.img-logo {
    max-width: 170px;
}
h1, h2 {
    font-size: 25px;
}

}
