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

strong{
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

a{
    text-decoration: none;
}

object,
embed,
video,
iframe,
iframe[style]{

    height: auto;
}

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

ul{
    list-style: none;
}

fieldset{
    border: 0;
}

input,
select,
textarea{
    padding:10px;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius:0px;
}

input{
    font-size: 0.975em;
}

input.btn{
    width: auto;
    cursor: pointer;
}

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

.fontzero{
    font-size: 0;
}

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

.clear{
    clear:both;
}