/* ---- box6 ---- */
#box6, #box6:empty { display: block !important; min-height: 10px; background-image: url(/images/pattern1.png); }

/* ---- box5 ---- */
#box5 { padding-top: 70px; padding-bottom: 56px; background: #126196; }
#box5 h2 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 24px;
}
#box5 p { font-size: 18px; padding-left: 5%; padding-right: 5%; text-align: center; color: #fff; }
@media screen and (max-width: 1260px) {
    #box5 { padding-top: 60px; padding-bottom: 45px; }
    #box5 h2 { padding-bottom: 20px; }
    #box5 p { line-height: 27px; padding-bottom: 18px; }
}
@media screen and (max-width: 1012px) {
    #box5 h2 { font-size: 40px; line-height: 45px; }
}

/* ---- box7 ---- */
#box7 { background: #1e1c1b; }
#box7 #b7left, #box7 #b7right { float: left; width: 43%; padding: 70px 3.5% 70px 3.5%; }
#box7 #b7left { background: #1e1c1b; }
#box7 #b7right { background: #2e2925; }
#box7 h2 {
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 18px;
}
#box7 p { font-size: 27px; line-height: 35px; color: #929292; line-height: 34px; padding-bottom: 25px; }
#box7 li { color: #fff; list-style-type: disc; margin-left: 24px; font-size: 20px; line-height: 25px; margin-bottom: 11px; }
@media screen and (max-width: 1650px) {
    #box7 #b7left, #box7 #b7right { width: 42%; padding: 70px 4% 70px 4%; }
}
@media screen and (max-width: 1260px) {
    #box7 h2 { font-size: 40px; line-height: 45px; }
    #box7 p { font-size: 22px; line-height: 30px; }
}
@media screen and (max-width: 1012px) {
    #box7 #b7left, #box7 #b7right { width: 86%; padding: 50px 7% 50px 7%; }
    #box7 h2 { font-size: 40px; line-height: 47px; }
}

/* ---- box8 ---- */
#box8 {
    padding-top: 60px;
    padding-bottom: 90px;
    background: url(/images/pattern1.png);
    text-align: center;
    clear: both;
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    z-index: 2;
}
#box8 h2 {
    font-size: 45px;
    line-height: 52px;
    color: #f7232b;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
#box8 p { padding-bottom: 30px; }
#box8 .buttons { height: 60px; line-height: 58px; margin-top: 15px; width: 200px; }
