/*
 * Container
 *
 * Main styles
 */
#main-container {
    padding: 0;
}

.overlay {
    z-index: 997;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    cursor: pointer; /* This is to work the click event on Mobile (iPhone 5S) */
}

.row-title {
    height: 40px;
    margin: 0;
    padding: 0;
}

.row-title h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #a9cd4c;
}
