*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration:none;
}

object,
embed,
video,
iframe,
iframe[style]{
    max-width: 100%;
    height: auto;
}

*:focus { outline: none; }

img{
    max-width: 100%;
    vertical-align: middle;
}

ul, li{
    list-style: none;
}

fieldset{border: 0;}
input,
select,
textarea{padding: 10px; width: 100%;}
input.btn{width: auto; cursor: pointer;}

.container{
    float: left;
    width: 100%;
}

.clear{
    clear: both;
}

.fontzero{
    font-size: 0;
}

.section_title{
    font-size: 1em;
    text-align: center;
    color: #333;
}