body.minimize {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container {
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    height: 78px;
    border-bottom: 2px solid #d2d2d2;
    display: table;
    z-index: 100;
    vertical-align: middle;
    background: white;
}

header .header-content a {
    line-height: 76px;
    height: 100%;
    border-left: 1px solid #d2d2d2;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    color: #858f9d;
}

header .header-content p {
    line-height: 76px;
    margin: 0;
}

header .header-content a:active,
header .header-content a:focus,
header .header-content a:hover {
    text-decoration: none;
}

h1, h2, h3 {
    color: #959595;
    color: #ed1c24;
}

/* Wrappers */
#wrapper {
    width: 100%;
    overflow-x: hidden;
    background-size: cover;
    background: url('../images/content-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

#page-wrapper {
    height: 100%;
    margin: 0 0 0 280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#page-wrapper .content {
    margin: 78px auto;
    z-index: 0;
    padding: 20px 0 0 48px;
}

#page-wrapper.minimize {
    margin: 0 0 0 85px;
}

.btn {
    padding: 5px 25px;
}

.sidebar {
    padding: 20px 30px 20px 20px;
    position: fixed;
    color: white;
    background: url(../images/sidebar-bg.png) no-repeat top;
    background-size: cover;
    z-index: 2;
    width: 280px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .navbar-small-button {
    display: none;
}

.sidebar .navbar-minimalize img {
    transform-style: preserve-3d;
    display: block;
    transition: all .2s ease-in-out;
}

.sidebar .navbar-minimalize:hover img {
    transform: scale(1.1);
}

.sidebar .navbar-minimalize.minimize img {
    transform: rotateZ(180deg);
    display: none;
}

.sidebar .navbar-small-button.minimize {
    display: block;
}

.sidebar a:active,
.sidebar a:focus,
.sidebar a:hover,
.sidebar a {
    color: white;
}

.sidebar .sidebar-ul li a img {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.sidebar .sidebar-ul li a:hover img {
    margin-left: 10px;
}

.sidebar .user-badge h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16pt;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar .user-badge .location {
    color: #9f1318;
    padding-left: 5px;
}

.sidebar.minimize .span-create,
.sidebar.minimize .logo,
.sidebar.minimize .location,
.sidebar.minimize h3,
.sidebar.minimize label,
.sidebar .user-badge.minimize a,
.sidebar .user-badge.minimize h3,
.sidebar .user-badge.minimize .location {
    display: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition : all 200 ms ease-out;
    -o-transition : all 200 ms ease-out;
    transition : all 200 ms ease-out;
}

.sidebar.minimize .btn {
    padding: 5px;
}

.sidebar .user-badge-small {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.sidebar .user-badge-small.minimize {
    display: none;
}

.sidebar .sidebar-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-ul > li {
    padding: 15px 0;
}

.sidebar .sidebar-ul > li img {
    margin-right: 15px;
}

.sidebar .sidebar-ul > li a:hover {
    color: #9f1318;
}

.sidebar.minimize {
    width: 85px;
}

.sidebar.minimize a:hover label {
    display: block;
    position: fixed;
    left: 85px;
    background: white;
    color: black;
    padding: 10px 20px;
    width: 200px;
    margin-top: -30px;
}

.container {
    z-index: 0;
}

#maps {
    display: block;
    height: 100%;
    z-index: 0;
    margin-left: -12px;
}

.user-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loading {
    overflow-x: hidden;
    position: absolute;
    top: 0;
    padding-left: 5px;
    display: none;
}

.filter-row .btn {
    color: #858f9d;
    color: white;
    background: transparent;
    display: block;
    float: left;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #858f9d;
    border: 2px solid white;
}

.filter-row .btn.active {
    color: #858f9d;
    background: #858f9d;
    background: white;
}

.filter-row .btn:active,
.filter-row .btn:focus,
.filter-row .btn:hover {
    color: white;
    background: #79828f;
    border: 2px solid #79828f;

    color: #858f9d;
    background: white;
    border: 2px solid white;
}

.filter-row .btn:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.filter-row .btn:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.filter-row .btn.middle {

}

.search {
    background: white;
    position: relative;
    z-index: 100;
}

.search input[type=search],
.search input[type=text] {
    border: none;
    height: 75px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.search .input-group-addon {
    color: #858f9d;
    background: none;
    border: none;
}

.search .results-container {
    display: none;
    background: white;
    position: absolute;
    width: 100%;
    height: auto;
    margin: 3px 0 0 50px;
    -webkit-box-shadow: 2px 2px 5px 2px #A3A3A3;
    box-shadow: 2px 2px 5px 2px #A3A3A3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 76px;
    margin-left: 0;
}

.search .item.city .icon .fa {
    padding-top: 25%;
}

.search .results-container .item {
    padding: 10px;
}

.search .results-container .more-results {
    display: none;
}

.search .results-container .results .item {
    border-break: 1px solid #d2d2d2;
}

.individual-overview .item {
    background: white;
    position: relative;
    margin: 20px 0;
    -webkit-box-shadow: 2px 2px 5px 2px #A3A3A3;
    box-shadow: 2px 2px 5px 2px #A3A3A3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.individual-overview .item h3 {
    padding-right: 20px;
}

.individual-overview .item .manage {
    width: 100%;
    height: 42px;
    border-top: 1px solid #e9e9e9;
    position: absolute;
    bottom: 0;
    display: table;
    vertical-align: middle;
}

.individual-overview .item .manage a {
    color: #858f9d;
}

.individual-overview .item .manage a:focus,
.individual-overview .item .manage a:active,
.individual-overview .item .manage a:hover {
    text-decoration: none;
    color: #79828f;
}

.individual-overview .item .manage i {
    padding: 0 10px;
}

.individual-overview .item .manage a:active,
.individual-overview .item .manage a:focus,
.individual-overview .item .manage a:hover {
    color: #747d89;
}

.individual-overview .item .manage .manage-divider {
    color: #858f9d;
    border-right: 1px solid #e9e9e9;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
}

.individual-overview .item .manage .manage-divider:first-child {
    width: 25%;
}

.individual-overview .item .manage .manage-divider:last-child {
    border: none;
}

.individual-overview .item .manage a > img {
    margin-right: 10px;
}

.individual-overview .item .user-img {
    margin: 20px 0 0 20px;
}

.individual-overview .item .edit-content {
    min-height: 275px;
}

.individual-overview .item h2,
.individual-overview .item h3 {
    color: #959595 !important;
}

.individual-overview .item .cover h3 {
    color: white !important;
}

.individual-overview .item .edit-content p {
    padding: 20px;
}

.individual-overview .item .cover {
    width: 100%;
    height: 100%;
}

.individual-overview .item .cover {
    position: relative;
    height: 275px;
    overflow: hidden;
    z-index: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.individual-overview .item .cover .cover-img {
    width: 100% !important;
}

.individual-overview .item .cover .cover-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 173px;
    background: url(../images/frontpage/header-fade.png) repeat-x bottom;
}

.individual-overview .item .cover .cover-text {
    position: absolute;
    bottom: 20px;
    color: white;
    z-index: 2;
    padding-left: 20px;
}

.individual-overview .item .description {
    padding: 0 0 20px 20px;
}

.individual-overview .item:focus,
.individual-overview .item:active,
.individual-overview .item:hover {
    cursor: pointer;
}

.newedit .info-row {
    color: gray;
}

.newedit h3 {
    color: #ed1c24;
}

.newedit label {
    color: #ed1c24;
}

.participants-col h3,
.jump-detail .jump-content h3 {
    color: #959595;
    font-size: 20px;
}

.participants-col {
    height: 100%;
    background: white;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}