*{
    padding: 0;
    margin: 0;
}
img{
    outline: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
.txtal_l{
    text-align: left;
}
.txtal_r{
    text-align: right;
}
.txtal_c{
    text-align: center;
}
.i_block{
    display: inline-block;
}

.no-padding{
    padding:0;
}

.top{
    position: absolute;
    top:0;
}
.row{
    margin: 0;
}
.pd100{
    padding:100px;
}
.b_shadow{
    box-shadow: 0 0 5px #ccc;
}
ul.styleLi li{
    list-style-type: disc;
    white-space: normal;
}
input[type='checkbox']{
    -webkit-appearance:checkbox;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.fs14{
    font-size:14px;
}
.clearBoth{
    clear: both;
}
.outbox{
    max-width:1200px;
    margin:0 auto;
}
.img-full{
    width: 100%;
}
@media screen and (max-width:1300px){
    .clearBoth-1300{
        clear: both;
    }
}
@media screen and (max-width:992px){
    .clearBoth-992{
        clear: both;
    }
}