
html {
    background: url('../img/background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: none;
    font-size: 16px;
}

img {
    max-width: 100%;
}

.content {
    width: 100%;
    margin-top: 25px;
    padding: 30px 25px;
    background: #10151e;
    color: #fff;
}

.content-sponsors {
    width: 100%;
    margin-top: 25px;
    padding: 30px 35px;
    background: #10151e;
    color: #fff;
}

.content a {
    color: #fff;
}

h1 {
    margin-bottom: 25px;
}

h3 {
    margin: 7px 0 5px 0;
    padding-bottom: 0;
    font-size: 19px;
    font-weight: bold;
}

.btn-tickets {
    margin-top: 15px;
    padding: 25px 60px;
    background: #f00;
    color: #fff;
    font-weight: bold;
}

.btn-tickets:hover {
    background: #b40101;
    color: #fff;
}

.sponsor-img {
    max-width: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: none;
    color: #000;
    font-weight: normal;
}

.ui-accordion .ui-accordion-icons {
    padding: 0;
}

.ui-accordion .ui-accordion-header {
    padding: 0;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    background: #f6f7f6 !important;
    border: 0 !important;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
    padding-bottom: 15px;
}

.ui-widget-content {
    border: 0;
}

.ui-accordion-content hr {
    margin: 12px 0;
    border-top: 1px solid #aaa;
}

.ui-widget {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: #fff !important;
    color: #000 !important;
    padding: 11px 10px 0px 10px !important;
    font-weight: normal !important;
}

.ui-accordion .ui-accordion-header {
    min-height: 42px !important;
    margin: 10px 0 0 0 !important;
}

.ui-accordion-header-icon {
    display: none !important;
}

.ui-accordion .ui-accordion-content {
    padding: 15px !important;
    border: 0 !important;
    border-top: 1px solid #fff !important;
    background: #f7f7f7;
}