#header .btn {
	padding: 7px 20px;
	font-weight: normal;
}

.btn-primary
{
    background-color: #3276b1;
    border-color: #3276b1;
}
.btn-primary:hover
{
    background-color: #296199;
    border-color: #296199;
}

a, .footer-holder ul a {
    color: #3276b1;
}
a:hover, .footer-holder ul a:hover {
    color: #296199;
}

.logo img {
	max-height: 60px;
    margin-top: -10px;
}

.visual {
    background: url(../images/white_wall_hash.png);
}
.visual h1 {
    color: #153260;
    font-size: 4rem;
}
.text-box h2 {
    font-size: 4rem;
}
.visual .text-block {
    padding: 40px 0;
}
.visual-list p {
    font-size: 1.6rem;
}
.box-plus-list p {
    line-height: 22px;
}
.visual p.tagline {
    color:#666666;
}
.box-plus-list p > span {
    background-color: #153260;
    color: #ffffff;
    line-height: 24px;
    width: 24px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 8px;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.footer-holder:before {
    display: none;
}
.footer-holder {
        padding: 90px 15px;
}
.footer-holder .phone {
    font-size: 2rem;
}
.visual-list h3 {
    font-size: 2.4rem;
}

h2 {
    color:#153260;
}

.text-box {

}

@media only screen and (max-width: 992px) {
    #header .btn {
	    padding: 7px 20px;
        height: auto;
    }
    .visual .text-block {
        background-color:rgba(255, 255, 255, 0.8);
        padding: 10px;
        margin: 0 -15px;
    }
    .visual h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 479px) {
    .visual .bg-stretch {
        bottom: 0;
    }
    #header .logo {
        width: auto;
        max-height: 60px;
        float: none !important;
        margin: 0 auto;
    }
    #header .logo img {
        max-height: 60px;
        display: block;
        text-align: center;
        margin: 20px auto 20px;
    }
    #header .btn {
        float: none !important;
        margin: 20px 10px 10px;
        text-align: center;
        display: block;
    }
    .text-box {
        font-size: 1.6rem !important;
        line-height: 2.2rem;
    }
    .footer-holder {
        padding-top: 120px;
    }
}