
div.default ul.sp-portfolio-filter {
    background: grey none repeat scroll 0 0;
    font-family: b mitra;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 2px;
}
div.default ul.sp-portfolio-filter li {
    display: inline-block;
}
div.default .btn.active {
    background-color: #e25a48;
    color: white;
}
div.default .btn.btn-primary {
    background-color: #006dcc;
    color: #fff;
}
div.default .btn.btn-primary:hover {
    background-color: #04c;
}
div.default .col-1 {
    width: 100%;
}
div.default .col-2 {
    width: 50%;
}
div.default .col-3 {
    width: 33%;
}
div.default .col-4 {
    width: 24%;
}
div.default .col-5 {
    width: 20%;
}
div.default .col-6 {
    width: 16%;
}
div.default .col-7 {
    width: 14%;
}
div.default .col-8 {
    width: 12.5%;
}
div.default .col-9 {
    width: 11%;
}
div.default .col-10 {
    width: 10%;
}
div.default {
    background: transparent url("../../../../images/p.png") repeat scroll 0 0;
    margin-top: 6px;
    padding: 5px;
}
div.default ul.sp-portfolio-items {
    display: block;
    list-style: outside none none;
    margin: -10px;
    padding: 0;
    position: relative;
}
div.default ul.sp-portfolio-items > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 0;
}
div.default .sp-portfolio-item-inner {
    margin: 3px;
}
div.default .sp-portfolio-thumb, div.default .sp-portfolio-item-details {
    overflow: hidden;
    position: relative;
}
div.default .sp-portfolio-thumb img {
    width: 100%;
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 300ms ease 0s;
    width: 100%;
}
div.default .sp-portfolio-thumb:hover .sp-portfolio-overlay {
    opacity: 1;
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay > div {
    height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
div.default .sp-portfolio-thumb .sp-portfolio-overlay > div > a {
    background: white none repeat scroll 0 0;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    width: 90px;
}
div.default .sp-portfolio-loadmore {
    text-align: center;
}
div.default .btn {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}
div.default .sp-portfolio-loadmore .btn {
    border-radius: 6px;
    color: white;
    float: none;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    min-width: 100px;
    padding: 0 20px;
}
div.default .sp-portfolio-loadmore .btn.hide, div.default .sp-portfolio-loadmore .btn .icon-spinner, div.default .sp-portfolio-loadmore .btn.loading span {
    display: none;
}
div.default .sp-portfolio-loadmore .btn.loading .icon-spinner {
    display: block;
    font-size: 24px;
    line-height: 50px;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.rtl .isotope .isotope-item {
    transition-property: right, top, transform, opacity;
}
