/*========================== root ==========================*/
:root {
    --breakpoint-xs: 0;
    --breakpoint-xm: 480px;
    --breakpoint-sm: 768px;
    --breakpoint-md: 992px;
    --breakpoint-lg: 1200px;
}
@-ms-viewport {
    width: device-width;
}
/*========================== grid ==========================*/
.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    *zoom: 1;
    position: relative;
}
.container:before, .container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
@media (max-width: 1499px) {
    .container {
        max-width: 1380px;
    }
}
@media (max-width: 1399px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 1299px) {
    .container {
        max-width: 1180px;
    }
}
@media (max-width: 1199px) {
    .container {
        max-width: 972px;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 748px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 460px;
    }
}
@media (max-width: 479px) {

}
@media (max-width: 369px) {

}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-12 {
    width: 100%;
}
.d-xs-none {
    display: none !important;
}
.d-xs-inline {
    display: inline !important;
}
.d-xs-inline-block {
    display: inline-block !important;
}
.d-xs-block {
    display: block !important;
}
.float-xs-left {
    float: left !important;
}
.float-xs-right {
    float: right !important;
}
.float-xs-none {
    float: none !important;
}
@media (min-width: 480px) {
    .col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12 {
        float: left;
    }
    .col-xm-1 {
        width: 8.33333%;
    }
    .col-xm-2 {
        width: 16.66667%;
    }
    .col-xm-3 {
        width: 25%;
    }
    .col-xm-4 {
        width: 33.33333%;
    }
    .col-xm-5 {
        width: 41.66667%;
    }
    .col-xm-6 {
        width: 50%;
    }
    .col-xm-7 {
        width: 58.33333%;
    }
    .col-xm-8 {
        width: 66.66667%;
    }
    .col-xm-9 {
        width: 75%;
    }
    .col-xm-10 {
        width: 83.33333%;
    }
    .col-xm-11 {
        width: 91.66667%;
    }
    .col-xm-12 {
        width: 100%;
    }
    .d-xm-none {
        display: none !important;
    }
    .d-xm-inline {
        display: inline !important;
    }
    .d-xm-inline-block {
        display: inline-block !important;
    }
    .d-xm-block {
        display: block !important;
    }
    .float-xm-left {
        float: left !important;
    }
    .float-xm-right {
        float: right !important;
    }
    .float-xm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
/*========================== clearfix ==========================*/
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*========================== common ==========================*/
.img-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.img-box img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: none;
}
.img-centered {
    position: relative;
    overflow: hidden;
}
.img-centered img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}