* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

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

ul {
    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;
}