.header,
.header-drop {
    height: 65px;
    width: 100%
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}
.header .avatar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer
}
.header.transparent {
    position: absolute;
    background: 0 0;
    box-shadow: none
}
.hero {
    position: relative;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: visible
}
.hero.landing {
    background-image: url("../img/bg-hotel.jpg")
}
.hero>.container>h1 {
    margin: 80px 0 0;
    font-weight: 500;
    font-size: 46px;
    color: #FFF;
    letter-spacing: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 0.5em;
}
.container {
    max-width: 800px
}
.task .task-box .info {
    width: 100%;
    padding: 20px 20px 20px 60px
}
.footer {
    margin-top: 60px;
    border-top: 1px solid #E7EAEA;
    padding-top: 20px;
    font-size: 14px;
    color: #AEB1B6
}
.footer a {
    display: inline-block;
    color: #AEB1B6;
    margin-right: 6px
}
.footer a:hover {
    color: #AEB1B6;
    text-decoration: underline
}
.footer a:last-child {
    margin-right: 0
}
.progress {
    width: 100%;
    height: 5px;
    border-radius: 99em;
    background-color: #E7EAEA;
    position: relative
}
.progress .progress-bar {
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #0062FF;
    border-radius: 99em;
    -webkit-transition: width .2s linear;
    transition: width .2s linear
}
#landing .padded {
    padding-top: 60px;
    padding-bottom: 60px
}
.flex-center-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.icon-padded {
    display: inline-block;
    margin: 0 5px
}