body {
    background: #f9f6f1
}

.logo {
    width: 90%;
    max-width: 100px
}

.navbaro {
    border: 1px solid transparent
}

.navbar-fixed-top {
    position: static
}

.navbaro .brand {
    font-weight: 600;
    position: relative;
    top: 2px;
    padding-right: 1rem
}

.navbaro b {
    color: #7e7f82
}

.subnavbar {
    margin-bottom: -1px
}

.subnavbar-inner {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6
}

.subnavbar .container>ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0
}

.subnavbar .container>ul>li {
    float: left;
    min-width: 90px;
    height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    border-left: 1px solid #d9d9d9
}

.subnavbar .container>ul>li>a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    color: #b2afaa
}

.subnavbar .container>ul>li>a:hover {
    color: #888;
    text-decoration: none
}

.subnavbar .container>ul>li>a>i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 11px;
    margin-bottom: -3px;
    font-size: 20px
}

.accordian li,
.accordian li img,
.image_title a,
.subnavbar .container>ul>li>a>span {
    display: block
}

.subnavbar .container>ul>li.active>a {
    border-bottom: 3px solid #ff7f74;
    color: #383838
}

.panel {
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.accordian {
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35)
}

.accordian ul {
    width: 100%
}

.accordian li {
    position: relative;
    width: 19%;
    float: left;
    border-left: 1px solid #888;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, .5);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.accordian ul:hover li {
    width: 12%
}

.accordian ul li:hover {
    width: 50%
}

.image_title {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%
}

.image_title a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 16px
}

.wello {
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.input-group {
    margin-bottom: 1rem
}

.account-container {
    width: 90%;
    max-width: 50rem;
    display: block;
    margin: 0 auto;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 2px #dadada, inset 0 -3px 0 #e6e6e6
}

.content {
    padding: 16px 28px 23px
}

.login-actions {
    float: left;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.25em
}

.login-actions button {
    float: right
}