.testwrap {
}

.cust-test {
   -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.cust-test img {
    width: 100%;
}

.test {
    background: #fff;
    padding: 30px;
}

.testm:before {
    border-color: transparent #fff;
    content: "";
    margin: -60px 0 10px;
    position: relative;
    z-index: 999;
    border-width: 25px 0 25px 25px;
    border-style: solid;
    display: block;
    width: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.test-text {
    font-size: 12px;
}

.test-title {
    font-size: 18px;
    font-weight: 700;
}

.testm span {
    font-size: 10px;
    color: #666;
}


.pagebutton,.pagebutton.current {
    background: transparent;
    padding: 0;
    text-align: center;
}

.pagebutton.current:before {
    content: '●';
    color: #333;
    font-size: 36px;
    display: block;
}

.pagebutton:before {
    content: '○';
    color: #333;
    font-size: 36px;
    display: block;
}

.pagebutton span {
    display: none;
}
	
@media screen and (max-width: 1000px) {
.theteam .firstcol,.theteam .centercol,.theteam .lastcol {
    width: 23.076923076923% !important;
    float: left !important;
}

.theteam .centercol,.theteam .lastcol {
    margin-left: 2.5641025641026% !important;
}
}

@media screen and (max-width: 768px) {
.theteam .firstcol,.theteam .centercol,.theteam .lastcol {
    width: 48.717948717949% !important;
    float: left !important;
}

.theteam .oddcol {
    margin-left: 0 !important;
    margin-bottom: 2.5% !important;
}

.theteam .evencol {
    margin-left: 2.5641025641026% !important;
    margin-bottom: 2.5% !important;
}
}

@media screen and (max-width: 480px) {
.theteam .firstcol,.theteam .centercol,.theteam .lastcol {
    width: 100% !important;
    float: none !important;
}

.theteam .oddcol,.theteam .evencol {
    margin-left: 0 !important;
    margin-bottom: 2.5% !important;
}
}