.plate-card{
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    border-radius: 5px;
    background: #aa8453;
    width: 100%;
    padding: 4px;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}
.plate-card .plate-panel{
    padding-top:12px;
    padding-bottom: 12px;
    border-radius: 2px;
}

.plate-card .plate-panel h3.plate-header{
    font-size: 2.2rem !important;
    font-family: Arial,"Sarabun",Serif;
    font-weight: bolder;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.plate-card .plate-panel .plate-meta{
    font-size: 1.0rem;
    font-weight: bolder;
}

.plate-footer .plate-sum{

}
.plate-footer .plate-price{
    color: #B6875D !important;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .plate-card{
        border-radius: 3px;
        padding: 2px;
        margin-bottom: 1px !important;
    }
    .plate-card .plate-panel{
        padding-top:8px;
        padding-bottom: 8px;
        border-radius: 2px;
    }
    .plate-card .plate-panel h3.plate-header{
        font-size: 1.8rem !important;
    }
    .plate-card .plate-panel .plate-meta{
        font-size: 0.9rem;
    }
}




.plate-white{
    background: #000000 !important;
}
.plate-white .plate-panel{
    background-color: #FFFFFF;
    border-color: #000000;
}
.plate-white h3.plate-header{
    color: #000000 !important;
}
.plate-white .plate-meta{
    color: #000000 !important;
}

.plate-special{

}
.plate-special .plate-panel{
    background: url("../images/plate-special-bg.png") no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    background-size: cover;
}
.plate-special .plate-panel h3.plate-header{
    color: #000000 !important;
}
.plate-special .plate-panel .plate-meta{
    color: #000000 !important;
}




.plate-gold{

}
.plate-gold .plate-panel{
    background: url("../images/plate-gold-bg.png") no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    background-size: cover;
}
.plate-gold .plate-panel h3.plate-header{
    color: #000000 !important;
}
.plate-gold .plate-panel .plate-meta{
    color: #000000 !important;
}

.plate-green{
    background: #305B3D !important;
}
.plate-green .plate-panel{
    background-color: #FFFFFF;
}
.plate-green .plate-panel h3.plate-header{
    color: #305B3D !important;
}
.plate-green .plate-panel .plate-meta{
    color: #305B3D !important;
}


.plate-blue{
    background: #113D90 !important;
}
.plate-blue .plate-panel{
    background-color: #FFFFFF;
}
.plate-blue .plate-panel h3.plate-header{
    color: #113D90 !important;
}
.plate-blue .plate-panel .plate-meta{
    color: #113D90 !important;
}