.container .tags {
    text-align: center;
    margin: 20px 0;
}

.container .items {
    margin-top: 20px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-3 {
    margin-bottom: 15px;
    padding: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        width: 25%;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
}

.container .items .item {
    border: 1px solid #d5d5d5;
    margin: 5px;
}

.h5,
h5 {
    font-size: 14px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.container .items .col-lg-3 h5 {
    text-align: center;
    color: #666;
}

.container .items .col-lg-3 .casediv {
    width: 85%;
    position: relative;
    margin: auto;
}

a {
    color: #337ab7;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.container .items .col-lg-3 .caseimg {
    max-width: 100%;
    margin: 10px auto;
    display: block;
    height: 200px;
}

.container .item_btn {
    text-align: center;
    margin-top: 10px;
}

.container .item_btn .view {
    margin: 5px;
}

.container .item_btn .dowmload {
    margin: 5px;
}

.option {
    padding-bottom: 1.563vw;
}

.optionBtnHover {
    background: #2681ff !important;
    color: #fff !important;
}

.option button {
    transition: none;
}

.button_wrapper {
    background: #fff;
    font-size: 0.833vw;
    margin: 0px 18px !important;
    border-radius: 4px !important;
    border: 0;
    line-height: 2.083vw;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
}

.button_wrapper:hover {
    color: #1677ff;
}

.bzmapdis {
    display: none;
}