/* Add here all your CSS customizations */
.top-header {
    color: #FFF;
    background: #FFFFFF url(../../images/bg.jpg) no-repeat center fixed;
}
.top-message .btn1 {
    padding: 18px 20px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
}
.btn-8 {
     box-shadow: none;
}
.btn1:hover {
    background: #2195de;
}
.welcome {
    padding: 100px 0 100px;
}
.welcome p {
    margin-top: 10px;
}
.newsletter input {
    min-width: 280px;
}
.newsletter .btn {
    height: 41px;
}
.contact-info li {
    font-size: 24px;
}
.cinfo {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.cinfo-social-buttons {
    margin-top: 12px;
    float: inherit;
}
footer {
    padding: 25px 0;
}
