/* Page Banner */

#Page_Banner {
    background-image: url(../images/hunter-center/banner.jpg);
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
}

h2.left {
    font-size: 50px;
}

#section-1 {
    background-color: rgba(242, 242, 242, 0.5);
}

#section-1 h3 {
    font-size: 28px;
}

#section-1 .box {
    background-color: #f2f2f2;
    border: 1px solid #e4e4e4;
    padding: 20px;
    line-height: 40px;
}

#section-1 .box-left {
    padding-bottom: 60px;
}

#section-2 .col-md-5th {
    width: 19% !important;
    padding: 0px 2px !important;
    margin: 0px 2px !important;
    background-color: #f2f2f2;
}

#section-2 .title {
    padding: 10px 0px !important;
    margin: 0px 0px;
    background-color: #ff6666;
    color: #ffffff;
    font-weight: bold;
}

#section-2 .content {
    padding: 10px 5px !important;
    margin: 0px 0px;
    text-align: left;
}

#section-2 .shot {
    padding-bottom: 50px !important;
}

#section-2 .btn-box {
    padding: 0px 0px;
}

#section-2 .btn-danger {
    background-color: #23ac38 !important;
    color: #ffffff !important;
    border: 0;
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
}

#section-3 {
    background-color: #f2f2f2;
}

#section-3 .content {
    line-height: 40px;
}

#section-4 .content {
    padding: 8px 0px;
    background-color: #f2f2f2;
    border-radius: 10px 0px 0px 10px;
    margin-bottom: 5px;
}

#section-4 .content span {
    color: #ffffff;
    background-color: #ff6666;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 30px;
    margin-right: 20px;
    border-radius: 10px 0px 0px 10px;
}

#section-5 {
    background-color: #f2f2f2;
}

#section-5 table {
    font-size: 20px;
}

#section-5 th {
    background-color: #ffc1c1;
    border: 2px solid #f2f2f2;
    text-align: center;
    font-weight: bold;
    color: #000000;
    padding: 5px;
}

#section-5 td {
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    text-align: center;
    padding: 5px;
}

#section-5 td.title {
    background-color: #ffe8e8;
}

@media only screen and (max-width: 768px) {
    h2.left {
        text-align: left !important;
    }
    #section-1 .box-left {
        padding-bottom: 20px;
    }
    #section-2 .col-md-5th {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    #section-2 .shot {
        padding-bottom: 5px !important;
    }
    #section-2 .btn-box {
        padding: 0px 20px;
    }
}