* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
    cursor: pointer !important;
    transition:all 0.4s !important;
}

.img-responsive {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.img-none {
    display: none !important;
}

.img-position-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
    transition: all 1s;
}

.tr-04 {
    transition: all .4s !important;
}

.tr-10 {
    transition: all 1s !important;
}

.container {
    width: 1200px !important;
    margin: 0 auto !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-center {
    text-align: center !important;
}