.pc-hide {
    display: none;
}

.check-price-wrap {
    padding-top: 28px;
    padding-bottom: 10px;
    height: 477px;
    width: 100%;
    position: relative;
    /*background: url("../images/price-checker-bg.gif") no-repeat 130px 0px;*/
    background:rgba(254, 225, 225, 0.5) !important;
}

.check-price-wrap p.slogan, 
.check-price-wrap h2,
.price-display-container p,
.check-price-submit-container {
    text-align: center;
}

.check-price-wrap p.slogan {
    padding: 5px;
}

.check-price-wrap h2 {
    font-weight: 700;
}
 
.check-price-form-wrap {
    left: 50%;
    margin-left: -211.5px;
    position: absolute;
    top: 38%;
}

form#check-price-submit {
    padding: 25px 75px;
    background-color:rgba(0, 0, 0, 0.25);
}

form#check-price-submit .input {
    width: 100%;
    height: 40px;
    font-size:100%;
    font-weight: bold;
    text-align: center;
}

.price-display-container {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    float: left;
    font-weight: bold;
}

.price-display-container label {
    font-weight: 700;
    font-size: 30px;
}

.price-display-container p {
    border: 1px solid red;
    width: 90%;
}

#price-bottom-text {
    position: absolute;
    bottom: 5px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    padding: 3px;
}

#price-bottom-text em {
    font-size: 12px;
}

@media (min-width: 924px) and (max-width: 1000px) {
    .check-price-wrap {
        height: 517px;
    }
}

@media (max-width: 923px) {
    .check-price-wrap {
        padding-top: 28px;
        padding-bottom: 10px;
        height: 627px;
        width: 100%;
        position: relative;
        background: none;
    }
    .check-price-wrap {
        padding-top: none;
        position: relative;
        margin-top: -100px;
    }

    .check-price-form-wrap {
        top: 44%;
    }
}

@media only screen and (max-width: 526px) {
    .check-price-form-wrap { 
        width: 100%;
        left: 0;
        margin-left: 0;
    }
  
    .check-price-wrap {
        padding-top: 30px;
    }

    form#check-price-submit {
        padding: 25px 8px;
    }

    form#check-price-submit input[type="submit"] {
        width: 204px;
        font-size: 13px !important;
    }

    .price-display-container {
        margin-top: -9px;
    }
}
