/*==================================================
 Main
==================================================*/

html{
    height: 100%;
}
body{
	min-height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #000;
	background-color: #fff;
    overflow-x: hidden;
}

/*==================================================
 Header
==================================================*/

.header{
    margin-bottom: 35px;
    padding: 15px 0px;
    background-color: #fff;
}
.adv{
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 12px;
    color: #bbb;
}