@CHARSET "UTF-8";

* {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

html {
    background: #f9f9f9;
}

html, body {
    color: #FFFFFF;
    font: normal 14px verdana,arial,tahoma,helvetica;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

html {
    background: url('background.jpg') no-repeat top left;
    background-attachment:fixed;
    height: 100%;
}

#wrapper {
    min-height: 100%;
}

.grid-container {
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
    .grid-container {
        background: rgba(0, 0, 0, 0.3);
    }
}


/** QUI
 * =========================================================== */


.qui-window-popup {
    color: #333333;
}


/** header
 * =========================================================== */

header {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba( 255, 255, 255, 0.7);
    margin: 0 0 40px 0;
    padding: 20px 0;
    text-align: center;
}

header img {
    max-width: 100%;
}

header h1 {
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    header h1 {
        width: 100%;
    }
}

/** menu
 * =========================================================== */

.menu ul {
    margin: 0;
    padding: 0;
}

.menu li {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li a {
    clear: both;
    color: #fff;
    float: left;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

.menu li a.active,
.menu li a:hover {
    background: #fff;
    background: rgba( 255, 255, 255, 0.3);
}

.menu-title {
    color: rgba( 255, 255, 255, 0.5 );
    clear: both;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px;
    width: 100%;
}

/** mobile menu
 * =========================================================== */

.nav-mobile {
    background: rgba( 0, 0, 0, 0.5 );
    float: left;
    width: 100%;
}

.nav-mobile-menu {
    cursor: pointer;
    float: right;
    font-size: 18px;
    padding: 15px;
}

.info {
    cursor: pointer;
}

.nav-mobile-info {
    cursor: pointer;
    float: left;
    font-size: 18px;
    padding: 15px;
}


/** content
 * =========================================================== */

.search-title {
    text-decoration: underline;
    text-align: center;
    margin-bottom: 20px;
}

/** article table
 * =========================================================== */

.article-table {
    width: 100%;
}

.article-table tr:hover {
    background: rgba( 255, 255, 255, 0.3);
    cursor: pointer;
}

.article-table td {
    border-bottom: 1px solid rgba( 255, 255, 255, 0.3);
    padding: 10px;
    text-align: left;
}

.article-table-time {
    width: 200px;
}

.article-table-time.hide-on-desktop {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.article-table-time time {
    margin-left: 10px;
}

.article-table-title a {
    color: #FFFFFF;
    text-decoration: none;
}

.article-table-price {
    text-align: right !important;
    white-space: nowrap;
}

.article-table-image {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 80px;
}

.article-table-image img {
    max-height: 70px;
    max-width: 80px;
    width: auto;
}

/** footer
 * =========================================================== */

footer {
    border-top: 1px solid rgba( 255, 255, 255, 0.3);
    margin: 50px 0;
    padding-top: 50px;
    text-align: center;
}

footer a {
    color: #FFF;
}
