@media all and (max-width: 959px) {
    
    body {
        padding-top: 60px;
    }
    
    #header, #logo {
        position: fixed;
    }
    
    #header ul li a {
        font-size: 13px;
        padding: 0 8px;
    }
    
    #home-banner h1 {
        font-size: 40px;
        line-height: 42px;
    }
    
    #home-banner p {
        font-size: 25px;
        line-height: 29px;
    }
}

@media all and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    #header .menu-header ul {
        display: none;
        background: #42a460 none repeat scroll 0 0;
        float: none;
        height: auto;
        padding: 20px 30px 0 30px;
        position: fixed;
        top: 60px;
        width: calc(100% - 60px);
    }
    
    #header .menu-header ul li {
        float: none;
    }
    
    #header .menu-header ul li a {
        color: #fff;
        font-size: 16px;
        line-height: 45px;
        border-bottom: 1px solid #4db26c;
        display: block;
    }
    
    li#menu-item-31 a {
        border-bottom: none !important;
    }
    
    .home-box {
        width: 50%;
    }
    
    #content {
        padding: 20px;
    }
}

@media all and (max-width: 767px) {
    
    #home-banner {
        padding: 0 30px;
    }
    
    #home-banner h1 {
        padding-top: 70px;
        font-size: 30px;
        line-height: 32px;
    }
    
    #home-banner p {
        font-size: 20px;
        line-height: 24px;
    }
    
    #home-banner .button {
        font-size: 18px;
    }
    
    .home-box {
        width: 100%;
    }
    
    .home-box-img {
        display: none;
    }
}