
[class^="col-"], [class*=" col-"] {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}


[class^="content-list-type-"] .grid-item, [class*=" content-list-type-"] .grid-item,
[class^="video-list-type-"] .grid-item, [class*=" video-list-type-"] .grid-item,
[class^="image-list-type-"] .grid-item, [class*=" image-list-type-"] .grid-item {
    margin: 10px 0;
}

[class^="col-"].inline-block, [class*=" col-"].inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.inline-block-grid {
    font-size: 0px;
}

.center-aling {
    text-align: center;
}

.item-group [class^="col-"], .item-group [class*=" col-"] {
    padding: 0;
}

.gutter {
    padding: 0 10px !important;
}

.full-size {
    width: 100%;
    float: left;
}

.pull-push {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 1366px) {

    .col-lg-16 {
        width: 100%;
    }
    .col-lg-15 {
        width: 93.75%;
    }
    .col-lg-14 {
        width: 87.5%;
    }
    .col-lg-13 {
        width: 81.25%;
    }
    .col-lg-12 {
        width: 75%;
    }
    .col-lg-11 {
        width: 68.75%;
    }
    .col-lg-10 {
        width: 62.5%;
    }
    .col-lg-9 {
        width: 56.25%;
    }
    .col-lg-8 {
        width: 50%;
    }
    .col-lg-7 {
        width: 43.75%;
    }
    .col-lg-6 {
        width: 37.5%;
    }
    .col-lg-5 {
        width: 31.25%;
    }
    .col-lg-4 {
        width: 25%;
    }
    .col-lg-3 {
        width: 18.75%;
    }
    .col-lg-2 {
        width: 12.5%;
    }
    .col-lg-1 {
        width: 6.25%;
    }
    .col-specific-1 {
        width: 180px !important;
    }

    .col-lg-33 {
        width: 33.333%;
    }
    .col-lg-166 {
        width: 16.666%;
    }
}

@media (min-width: 1037px) and (max-width: 1365px) {
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66%;
    }
    .col-md-10 {
        width: 83.33%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66%;
    }
    .col-md-7 {
        width: 58.33%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66%;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66%;
    }
    .col-md-1 {
        width: 8.33%;
    }

    .col-specific-1 {
        width: 156px !important;
    }

}

@media (min-width: 640px) and (max-width: 1036px) {
    .col-sm-8 {
        width: 100%;
    }
    .col-sm-7 {
        width: 87.5%;
    }
    .col-sm-6 {
        width: 75%;
    }
    .col-sm-5 {
        width: 62.5%;
    }
    .col-sm-4 {
        width: 50%;
    }
    .col-sm-3 {
        width: 37.5%;
    }
    .col-sm-2 {
        width: 25%;
    }
    .col-sm-1 {
        width: 12.5%;
    }
    .col-specific-1 {
        width: 155px !important;
    }

    .col-sm-33 {
        width: 33.333%;
    }
}

@media (max-width: 639px) {

    .mobile-gutter {
        padding: 0 10px !important;
    }

    .col-xs-4 {
        width: 100%;
    }
    .col-xs-3 {
        width: 75%;
    }
    .col-xs-2 {
        width: 50%;
    }
    .col-xs-1 {
        width: 25%;
    }
    .col-specific-1 {
        width: 150px !important;
    }
}