* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 16px;
    color:#000;
}
a {
    color:inherit;
    text-decoration: none;
    outline: none;
}
input:focus,
a:focus {
    outline: none;
}
p,h1,h2,h3 {
    margin: 0;
    font-weight: normal;
    line-height: 100%;
}
h1,h2,h3 {
    text-transform: uppercase;
	/*word-break: break-all;*/
}
img,a {
    border:none;
}
ul ,ol {
    padding: 0;
    margin: 0;
}
ul li {
    list-style-type: none;
}
.cl {
    clear: both;
}
.center {
    text-align: center;
}
.t_c {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.t_con {
    display: table-cell;
    vertical-align: middle;
}