body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 26px;
    padding-top: 80px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    color: #3c4145;
}

p, ul, li {
    margin: 0;
    padding: 0;
}

ul { margin-bottom: 15px; }

li { margin-left: 26px; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #2f3742;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

p {
    margin-bottom: 15px;
}

a { color: #18b7c9; }
a:hover { color: #18b7c9; text-decoration: underline;  }

input, select { font-family: 'Open Sans', sans-serif; font-weight: 700; }
textarea { font-family: 'Open Sans', sans-serif; font-weight: 700; }
label { font-size: 14px }

.btn-lg { font-weight: 700; font-size: 18px; }

.navbar .container { padding-left: 0; padding-right: 0; }

.navbar-default {
    background-color: #30363d;
    border-color: #30363d;

    -webkit-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.22);
    box-shadow: 0px 4px 7px -1px rgba(0,0,0,0.22);
}

.navbar-fixed-top .nav {
    padding: 15px;
}

.navbar-fixed-top .nav a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-fixed-top .nav li a {
    color: #ffffff;
}

.navbar-fixed-top .nav li a:hover, .navbar-fixed-top .nav li a:focus, .navbar-fixed-top .nav li a:active {
    color: #c2cdda;
}

.navbar-fixed-top .navbar-brand {
    padding: 15px 15px 0 15px;
}

.navbar-fixed-top .navbar-brand img {
    padding: 0 15px;
}

.banner {

}

.banner .board {
    color: #ffffff;
    background: rgba(70, 74, 77, 0.9);

    -webkit-box-shadow: inset 0px 0px 66px -8px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0px 0px 66px -8px rgba(0,0,0,0.6);
    box-shadow: inset 0px 0px 66px -8px rgba(0,0,0,0.6);
}

.banner .board-one {
    text-align: center;
    padding: 150px 0;
    background: url('../images/b/1.jpg') no-repeat bottom right;
    background-size: cover;
}

.banner .board-one .board-content {
    height: 300px;
    background: rgba(0,0,0,0.85);
}

.banner .board-one .board-content img {
    display: block;
    width: 1140px;
    height: 300px;
    margin: 0 auto;
}

.banner .board-one p {

}

.banner .board-two {
    padding: 150px 0;
    background: url('../images/b/2.jpg') no-repeat bottom right;
    background-size: cover;
}

.banner .board-two .board-content {
    height: 300px;
    background: rgba(83,93,112,0.40);
}

.banner .board-two .board-content img {
    display: block;
    width: 1140px;
    height: 300px;
    margin: 0 auto;
}

.about {
    background: #cec5db;
}

.about .container {
    padding: 30px 0 30px 0;
    background: url('../images/about.jpg') no-repeat;
    background-position: top right;
}

.about p {
    padding-right: 515px;
}

.about p:last-child {
    margin: 0;
}

.schedule {
    background: #ebf6f7;
}

.schedule .container {
    padding: 30px 0 30px 0;
}

.schedule p:last-child {
    margin: 0;
}

.schedule-page {
    font-size: 18px;
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.table-schedule th.time {  width: 80px; }

.speakers {
    padding: 30px 0 30px 0;
}

.speakers-list .owl-item { text-align: center; padding: 10px; }
.speakers-list .owl-item .cargo { font-size: 20px; }
.speakers-list .owl-item p { margin: 20px 0 0 0; }
.speakers-list .owl-item img { width: 150px; height: auto; display: inline; }

.speakers-prev, .speakers-next { max-width: 23px; height: auto; margin-top: 105px; cursor: pointer; overflow: hidden; }

.speakers-page { padding: 30px 0 0 0; }

.speakers-page .speakers-row { display: table; height: 100%; padding: 30px; }
.speakers-page .speakers-column { display: table-cell; height: 100%; }
.speakers-page .speakers-column .content-img { text-align: center; padding-bottom: 10px; }
.speakers-page .speakers-column .content { background: #f4f4f4; font-size: 18px; padding: 10px; }
.speakers-page .speakers-column .content .name { text-align: center; font-weight: bold; }
.speakers-page .speakers-column .content .position { text-align: center; font-weight: normal; }
.speakers-page .speakers-column .content .cv { text-align: center; }
.speakers-page .speakers-column .content img { width: 100%; height: auto; border-bottom: 3px solid #DEDEDE; }

.master-sponsors {
    padding: 30px 0 30px 0;
}

.master-sponsors p:last-child {
    margin: 0;
}

.master-sponsors .logos img {
    margin-right: 45px;
}

.support { border-bottom: 1px solid #DEDEDE }

.support .logos { margin-bottom: 30px; text-align: left; }

.support .logos img {
    width: 160px;
    height: auto;
    margin-right: 20px;
}

.sign-up {
    padding: 30px 0 0 0;
}

.sign-up .sign-up-wrapper-content {
    margin-top: 300px;
    position: relative;
    bottom: 0;
    background: rgba(196,189,151,0.9);
}

.sign-up .container {
    padding: 30px 0 15px 0;
}

.sign-up h2 {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(80, 80, 80, 1);
}

.sign-up a { color: #ffffff; }

.sponsor {
    padding: 30px 0 30px 0;
    background: url('../images/sponsor.jpg') no-repeat center center;
    border-bottom: 1px solid #dedede;
}

.sponsor .container { padding: 30px 0 30px 0; }

.sponsor p { padding-right: 515px; }

.sponsor p:last-child {
    margin: 0;
}

.midiakit img { margin: 0 auto; }

.local {
    padding: 30px 0 30px 0;
    color: #ffffff;
    background: url('../images/local.jpg') no-repeat center center;
}
.local .container {
    padding: 30px 0 30px 0;
}

.local h2 { color: #ffffff; }

.local p {
    padding-right: 515px;
}

.local p:last-child {
    margin: 0;
}

.contact {
    padding: 30px 0 30px 0;
    background: #f3f3f3;
    border-top: 1px solid #dedede;
}

.contact .container {
    padding: 30px 0 30px 0;
}

.contact p:last-child {
    margin: 0;
}

.contact img { margin-right: 30px; }

.apply {
    height: 900px;
    font-size: 18px;
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.slides {
    font-size: 18px;
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.slides h4 { padding-top: 40px; padding-left: 20px; text-transform: none; }
.slides .slide-img { width: 150px; height: auto; border: 1px solid #ebebeb; padding: 6px; }

.subscribe-options {
    height: 900px;
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.subscribe-options label {
    margin-left: 20px;
    font-size: 22px;
}

.subscribe-options .alert {
    font-size: 18px;
}

.subscribers-list {
    min-height: 900px;
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.subscribers-details {
    min-height: 900px;
    margin-top: 30px;
    padding: 30px 0 30px 0;
    font-size: 20px;
}

.subscribe-form {
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.payment {
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.midiakit {
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.midiakit img {
    border: 1px solid #666666;
    margin-bottom: 40px;

    -webkit-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.35);
}


.pictures {
    font-size: 18px;
    margin-top: 30px;
    padding: 30px 0 30px 0;
}

.picture-box { margin: 20px 0; }
.picture-box img { }

footer {
    padding: 30px 0 30px 0;
    background: #DEDEDE;
}

footer p {
    text-align: center;
    margin: 0;
}

footer .credits {
    text-align: right;
    font-size: 16px;
}

.text-information { color: #18b7c9; }
.text-alert { color: #c81056 }
.text-red { color: red; }

.missing-fields { display: none; }

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    body {
        padding-top: 40px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar .container { padding-left: 0; padding-right: 15px; }
    .navbar-fixed-top .navbar-brand {
        padding: 0 15px;
    }
    .navbar.navbar-default .navbar-collapse { border-color: #24292f; box-shadow: none; }

    .banner .board-one {
        text-align: center;
        padding: 50px 0;
        background: url('../images/b/1.jpg') no-repeat bottom right;
        background-size: cover;
    }

    .banner .board-one .board-content {
        height: 140px;
        background: rgba(0,0,0,0.85);
    }

    .banner .board-one .board-content img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .banner .board-two {
        padding: 50px 0;
        background: url('../images/b/2.jpg') no-repeat bottom right;
        background-size: cover;
    }

    .banner .board-two .board-content {
        height: 140px;
        background: rgba(196,211,238,0.85);
    }

    .banner .board-two .board-content img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .about {
        background: #cec5db;
    }

    .about .container {
        padding: 30px 15px;
        background: none;
    }

    .about p {
        padding-right: 0;
    }

    .schedule {
        background: #ebf6f7;
    }

    .schedule .container {
        padding: 30px 15px;
    }

    .speakers-prev, .speakers-next { width: 100%; height: auto; margin-top: 105px; cursor: pointer; }

    .master-sponsors {
        text-align: center;
    }

    .master-sponsors .logos img { margin: 0 0 20px 0; }

    .support .logos { text-align: center; }

    .support .logos img {
        width: 40%;
        height: auto;
        margin-right: 20px;
    }

    .sign-up {
        padding: 30px 0 0 0;
    }

    .sign-up .sign-up-wrapper-content {
        padding: 0 15px;
        margin-top: 100px;
        position: relative;
        bottom: 0;
        background: rgba(196,189,151,0.9);
    }

    .sign-up .sign-up-wrapper-content img { width: 24px; height: auto; }

    .sponsor {
        padding: 30px 15px;
        background: url('../images/sponsor.jpg') no-repeat center center;
    }

    .sponsor p { padding-right: 0; }

    .local {
        padding: 30px 0;
        background: url('../images/local.jpg') no-repeat center left;
    }
    .local .container {
        padding: 0 15px;
    }

    .local p {
        padding-right: 0;
    }

    .contact {
        padding: 30px 0;
    }

    .contact .container {
        padding: 0 15px;
    }

    .contact img { margin-right: 30px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}