html, body {
    background: #e9e9e9;
}

#line-top {
    width: 100%;
    height: 5px;
    background-color: #e04324;
}
#top {
    width: 100%;
    height: 700px;
    background-color: #e9e9e9;
    background-image: url(../img/bg-top.jpg);
    background-repeat:no-repeat;
    background-position: center center;
}
.head {
    height: 550px;
}
.box {
    margin: 0 auto;
    max-width: 900px;
}
.text {
    margin: 0 auto;
    max-width: 900px;
}
.text-box {
    max-width: 360px;
    float: right;
    position: relative;
    top: 70px;
}
.orange {
    color: #e04324;
}
.padding {
    padding: 30px 30px;
}
.img-mob {
    display: none;
}
.img-mob2 {
    display: none;
}
.border {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.box-button {
    width: 100%;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e04324;
    color: #ffffff;
    font-size: 18px;
}
.w {
    width: 96%
}
@media only screen and (max-width: 768px) {
    .img-size {
        display: none;
    }
    .img-mob {
        display: block;
    }
}

@media only screen and (max-width: 608px) {
    #top {
        background-image: url(../img/bg-top2.jpg);
        height: 446px;
    }
    .text-box {
        top: 20px;
    }
    .head {
        height: 440px;
    }
    .img-size2 {
        display: none;
    }
    .img-mob2 {
        display: block;
    }
    .padding {
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 377px) {
    .text-box {
        top: 15px;
    }
    .head {
        height: 460px;
    }
    
    
}