.categories-list li{
    background: none;
    padding: 0;
    width: 50%;
    float: left;
    overflow: hidden;
}
.categories-list li .cpwrap {
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}
.categories-list li h2 {
    margin: 10px 0 10px 10px;
}
.categories-list .cpimage {
    position: relative;
    text-align: center;
    min-height: 200px;
    line-height: 100px;
}
.categories-list .cpimage img{
    display: inline-block;
    margin: 12% 0 0 0;
}
.cproduct{
    background: none;
    padding: 0;
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}
.cproduct-inner {
    position: relative;
}
.cproduct h1, .cproduct h2, .cproduct h3,
.cproduct h4, .cproduct h5, .cproduct h6 {
    display: inline-block;
    background: #888;
    padding: 2px 10px 4px 10px;
    color: #fff;
}
.cproduct h1 a, .cproduct h2 a, .cproduct h3 a,
.cproduct h4 a, .cproduct h5 a, .cproduct h6 a {
    font-weight: normal;
    color: #fff;
}
.cproduct .cpimage {
    position: relative;
    text-align: center;
    min-height: 200px;
    line-height: 100px;
}
.cproduct .cpimage img{
    display: inline-block;    
}
.cproduct:hover .cpimage img{
    opacity:0.7;    
}
.product-blog {
    position: relative;
    overflow: hidden;
    text-align: justify;
}
.product-blog-box1 {
    position: relative;
    overflow: hidden;
}
.product-blog-box1 .moreimages,
.product-blog-box1 .moreimages a,
.product-blog-box1 .moreimages span {
    float: left;
    width: 250px !important;
    height: 200px;
    overflow: hidden;
}
.product-blog-box1 .moreimages img {
    width: 250px !important;
    height: 200px !important;
    overflow: hidden;
}
.product-blog-box1 .desc{
    float: right;
    width: 400px;
    overflow: hidden;
}
.product-blog-box1 .desc hr{
    border-top: 1px dotted #333;
}
.product-blog .tabinfo{
    margin: 20px 0 0 0;
}
.blogproduct {
    text-align: justify;
}
.blogproduct .item{
    float: left;
    width: 31% !important;
    overflow: hidden;
}
.blogproduct .productitem{
    position: relative;
    height: 230px;
    overflow: hidden;
    text-align: center;
}
.blogproduct .productitem .producttitle a{
    font-weight: normal;
}
.blogproduct .productitem img.productimg {
    position: relative;
    width: 215px; 
    height: 140px;
    margin: 0 0 10px 0;
}
 .blogproduct .productitem:hover img{
    opacity: 0.8;
}   
.blogproduct .column-2 {
    margin: 0 23px;
}
.ticon,
.picon {
    position: absolute;
    top: 15px;
    right: 15px;
}
.blogproduct .producttitle {
    text-align: center;   
}
.blogproduct .productitem .producttitle a{
    display: inline-block;
    background: #888;
    padding: 2px 10px 4px 10px;
    color: #fff;
}
.productbooking .formFieldset{
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    padding: 10px 15px;
    border: 1px dashed #ccc;
}

.productbooking .formFieldset legend{    
    padding: 0 10px 0 0 !important;
}
.rsform-block-captcha .formBody {
    position: relative;
    overflow: hidden;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
}
.productbooking .rsform-captcha-box {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 !important;
}

.rsform-block-submit input {
    margin: 10px 0;
    padding: 8px 58px;
    background: #bed77b;
    cursor: pointer;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #6d4019;
}
.rsform-submit-button {
    margin: 10px 0;
    padding: 8px 58px;
    background: #633209;
    cursor: pointer;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.rsform-submit-button:hover {
    background: #9c7f67;
    cursor: pointer;
}

.rsform-block-captcha a{
    display: inline-block;
}