ul {
    list-style: none;
}

* {
    text-align: left;
}

.ptpian_list {
    float: right;
    width: 76%;
}

    .ptpian_list li, .ptpian_list li a {
        float: left;
    }

.ptpian_info {
    float: left;
    text-align: center;
    width: 24%;
    padding: 25px 0 0;
}

    .ptpian_info h1 {
        color: #ffd800;
        margin: 30px 0 0;
    }

    .ptpian_info p {
        color: #fff;
    }

    .ptpian_info a {
        color: #ffd800;
        font-size: 15px;
        text-decoration: underline;
        margin: 20px 0 0;
        display: inline-block;
    }

.pagination {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

    .pagination li {
        display: inline;
    }

        .pagination li a {
            border: 1px solid #ccc;
            padding: 5px 15px;
            font-size: 15px;
            background: #fff;
            color: #000;
            transition: none;
            font-weight: 400;
        }

.contactform .tab_container {
    float: left;
    box-shadow: 0 0 4px #aaa;
    padding: 19px;
    width: 95%;
    overflow: auto;
    max-height: inherit;
}

.form_main {
    float: left;
    width: 100%;
}

.heading_box {
    float: left;
    width: 75%;
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 0 0 10px;
    margin-left: 13px;
}

    .heading_box span {
        float: left;
        font-size: 20px;
    }

    .heading_box label {
        font-size: 12px;
        float: right;
        margin: 5px 0 0;
    }

.description .heading_box span, .description a, .description p {
    font-size: 14px;
}

.testimonial {
    float: left;
    width: 96.85%;
    border: 2px solid #ddd;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    opacity: .8;
}

.reveal-modal {
    visibility: hidden;
    top: -3em;
    left: 20%;
    width: 60%;
    background: url(modal-gloss.png) -200px -80px no-repeat #fff;
    position: absolute;
    z-index: 101;
}

    .reveal-modal .close-reveal-modal {
        position: absolute;
        top: 0;
        right: -50px;
        color: #aaa;
        cursor: pointer;
    }

.testimonial li a.close-reveal-modal img {
    width: 50px;
    height: 50px;
}

.description {
    float: left;
    width: 100%;
}

    .description .heading_box h2, .description .heading_box span, .description p {
        float: left;
        width: 100%;
        color: #000;
    }

    .description p {
        margin: 20px 0 0;
    }

    .description a {
        color: #fd8d2b;
        text-decoration: underline;
        float: right!important;
        margin: 30px 0 0 15px;
    }

.testimonial li .description a img {
    width: 31px;
    height: 31px;
    float: left;
    margin: -5px 10px 0 0;
}

.reveal-modal .img_box {
    width: 100%;
}

    .reveal-modal .img_box img {
        border: 2px solid #F9F7F7;
        border-radius: 10px;
    }

        .reveal-modal .img_box img a {
            border: none!important;
        }

.post_answer {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

    .post_answer textarea {
        float: left;
        width: 100%;
        max-width: 100%;
        height: 130px;
        max-height: 130px;
        border: 1px solid #ccc;
        padding: 8px;
        margin: 10px 0 0;
        color: #999;
        font-size: 15px;
        font-weight: 300;
        font-family: 'Open Sans',sans-serif;
    }

    .post_answer .blue_btn {
        padding: 5px 15px;
        font-size: 14px;
        float: left;
        margin: 20px 0 0;
    }

.test_desc_image, .test_desc_name {
    padding-top: 10px;
}

.test_desc {
    min-height: 158px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: all 1.5s ease 0s;
    width: 158px;
}

.testimonial li .smal_cantainer {
    position: relative;
    cursor: pointer;
}

.testimonial li:hover .test_desc {
    opacity: .7;
    background: rgba(248,69,69,.59);
    text-align: center;
}

.test_desc_name {
    color: #fff;
    font-weight: 700;
}

.test_desc_subname {
    color: #fff;
    padding-top: 10px;
}

.testimonial li:hover .test_desc_name, .testimonial li:hover .test_desc_subname {
    opacity: 1;
}

.testimonialWrapper .content {
    min-height: 585px;
}

.cursorPointer {
    cursor: pointer;
}

.cursorDefault {
    cursor: default;
}

.ptpian_list li {
    margin: 0!important;
    background: #F1F1F1;
    border: 2px solid #dddada;
    width: 220px!important;
}

.big-link {
    display: block;
    width: 214px!important;
    height: 220px;
    padding: 5px!important;
}

.test_desc_name, .test_desc_subname {
    text-align: center!important;
    padding: 25px 10px!important;
}

.big-link img {
    width: 100%!important;
    height: 100%!important;
}

.test_desc_subname {
    font-size: 18px!important;
    background: #333;
}

.test_desc_name {
    font-size: 24px;
    background: #900;
}

.img_box img {
    width: 150px;
    border-radius: 0!important;
    height: auto;
    float: left;
    border: 5px solid #CCC!important;
}

.reveal-modal {
    padding: 20px!important;
}

.close-reveal-modal {
    background: url(../images/close.png) center top no-repeat #BF0205;
    width: 50px;
    height: 50px;
    transition: all .5s ease 0s;
}

    .close-reveal-modal:hover {
        background-position: center bottom;
    }

.fb_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 43px;
    background: url(../images/fb_bg.png) left top no-repeat;
}
.f_icon {
    width: 31px;
    height: 31px;
    background: url(../images/f_icon.png) -3px top no-repeat;
    transition: all .5s ease 0s;
    margin-top: -1px;
}
.wp_bg {
    position: absolute;
    left: 80%;
    top: 0;
    width: 43px;
    height: 43px;
    background: url(../images/wp_bg.png) left top no-repeat;
}
.w_icon {
    width: 31px;
    height: 31px;
    background: url(../images/w_icon.png) -3px top no-repeat;
    transition: all .5s ease 0s;
    margin-top: -1px;
    float:right;
    position: absolute;
    left: 17px;
    top: 0;
}
.wp_bg-model {
    position: absolute;
    left: 94%;
    top: 0;
    width: 43px;
    height: 43px;
    background: url(../images/wp_bg.png) left top no-repeat;
}
.w_icon-model {
    width: 31px;
    height: 31px;
    background: url(../images/w_icon.png) -3px top no-repeat;
    transition: all .5s ease 0s;
    margin-top: -1px;
    float:right;
    position: absolute;
    left: 17px;
    top: 0;
}

    .f_icon:hover {
        background-position: -3px bottom;
    }
    .w_icon:hover {
        background-position: -3px bottom;
    }

@media screen and (min-width:320px) and (max-width:480px) {
    .testimonial {
        float: left;
        width: 92%;
        border: 2px solid #ddd;
        margin-left: 10px;
    }

    .big-link {
        width: 260px!important;
        height: 260px;
        padding: 5px!important;
    }

    .ptpian_list li {
        width: 263px!important;
    }
}

@media screen and (min-width:360px) and (max-width:640px) {
    .testimonial {
        float: left;
        width: 92%;
        border: 2px solid #ddd;
    }

    .big-link {
        width: 296px!important;
        height: 296px!important;
        padding: 5px;
    }

    .ptpian_list li {
        width: 300px!important;
    }
    .wp_bg-model {
    position: absolute;
    left: 81%;
    top: 0; 
    width: 43px;
    height: 43px;
    background: url(../images/wp_bg.png) left top no-repeat;
}
.w_icon-model {
    width: 31px;
    height: 31px;
    background: url(../images/w_icon.png) -3px top no-repeat;
    transition: all .5s ease 0s;
    margin-top: -1px;
    float:right;
    position: absolute;
    left: 19px;
    top: 0;
    bottom:3px;
}
}
