/* ---------------------------- */
/* --------- COMMON ----------- */
/* ---------------------------- */

/* ---------------------------- */
/* -------- APP BASED --------- */
/* ---------------------------- */
.table-nonfluid {
    width: auto !important;
}

.text-black {
    color: #000;
}

@font-face {
    font-family: 'EchinosParkScript';
    src: url('/fonts/EchinosParkScript.ttf');
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.ttf');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    color: #fff;
    background-color: #0a3364;
    font-family: 'Lato', Avenir, Arial, Helvetica, sans-serif;
    margin-bottom: 350px;
}

body.light {
    color: #0a3364;
    background-color: #fff;
}

@media (max-width: 768px) {
    body {
        margin-bottom: 350px;
    }
}

a {
    color: #fff;
}

body.light main a {
    color: #0a3364;
    text-decoration: underline;
}

body.light main a.btn {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

p {
    text-align: justify;
}

hr.dashed {
    border-top-style: dashed;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 992px) {
    .col-md-offset-0_5 {
        margin-left: 5%;
    }
}

.large-nawias {
    margin-top: -15px;
    font-size: 100px;
}

@media (max-width: 350px) {
    .large-nawias {
        display: none;
    }

    .koncert > div {
        width: 100%;
    }
}

/*!* -------- HEADER --------- *!*/

#wrap > header {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    color: #0a3364;
    position: relative;
}

#wrap > header > #logo {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    outline: none;
    max-width: 600px;
    font-family: 'EchinosParkScript', Verdana, Arial, Geneva, Helvetica, sans-serif;
    padding: 0 15px 10px 15px
}

#wrap > header > #logo > strong {
    font-size: 50px;
    color: #0a3364;
    margin: 0 auto;
    font-weight: normal;
    position: relative;
    top: 10px;
}

@media (max-width: 500px) {
    #wrap > header > #logo > strong {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    #wrap > header > #logo {
        max-width: 400px;
    }

    #wrap > header > #logo > strong {
        font-size: 40px;
    }
}

#wrap > header > #logo > img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#wrap > header > #logo:hover, #wrap > header > #logo:focus {
    text-decoration: none;
    color: #0a3364;
}

#wrap > header > div.flags {
    position: absolute;
    right: 30px;
    top: 15px;
}

div.flags > a {
    display: inline-block;
    padding: 10px;
    color: #0a3364;
    text-align: center;
    font-weight: bold;
}

div.flags > a.active {
    text-decoration: underline;
}

.navbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    min-height: 0;
    margin-top: -140px;
    margin-bottom: 90px;
}

.navbar-header {
    float: right;
    margin-top: 15px;
}

.navbar .flags {
    float: left;
    margin-top: -45px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

@media (max-width: 767px) {
    .navbar-header {
        float: right;
        margin-top: -50px;
    }

    .navbar .navbar-nav {
        width: 100%;
        border-top: none;
        border-bottom: none;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .navbar {
        margin-top: 0;
        margin-bottom: 0;
        background: #fff;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

.navbar .navbar-toggle {
    border: none;
    margin-right: 6px;
}

.navbar .navbar-toggle .icon-bar {
    background: #0a3364;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar ul > li > * {
    font-size: 1.2em;
    height: 50px;
    color: #0a3364;
}

.navbar ul li a, .navbar ul li a:focus, .navbar ul li a:active {
    background: #fff;
}

.navbar ul li a:hover, .navbar ul li.active a {
    text-decoration: underline;
    background: #fff;
    outline: none;
}

@media (min-width: 768px) {
    .navbar ul > li {
        position: relative;
        width: 150px;
    }

    .navbar ul li a:hover, .navbar ul li.active a {
        text-decoration: none;
        border-bottom: 2px solid #0a3364;
    }
}

@media (min-width: 1024px) {
    .navbar ul li.middle {
        margin-left: 230px;
    }
}

/* -------- MAIN --------- */
.container.carousel-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: -1px;
}

.carousel-inner img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.carousel-indicators li {
    border: 1px solid #0a3364;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.carousel-indicators {
    bottom: 0;
}

#cta {
    font-size: 1.2em;
    margin-bottom: 15px;
    margin-top: 15px;
}

.btn-primary {
    background: #0a3364;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 10px;
    }
}

/*@media (max-width: 768px) {*/
/*.carousel-inner .item img {*/
/*width: 700px;*/
/*height: auto;*/
/*max-width: none;*/
/*}*/
/*}*/

/*@media (max-width: 650px) {*/
/*.carousel-inner .item img {*/
/*margin-left: -15%;*/
/*border-bottom:1px solid red;*/
/*}*/
/*}*/

/*@media (max-width: 600px) {*/
/*.carousel-inner .item img {*/
/*margin-left: -20%;*/
/*border-bottom:1px solid green;*/
/*}*/
/*}*/

/*@media (max-width: 500px) {*/
/*.carousel-inner .item img {*/
/*margin-left: -150px;*/
/*border-bottom:1px solid yellow;*/
/*}*/
/*}*/

main {
    font-size: 15px;
}

.motto {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    color: #0a3364;
}

.motto h2 {
    font-family: 'EchinosParkScript', Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 35px;
    margin: 30px 0;
}

@media (min-width: 768px) {
    .motto h2 {
        font-size: 45px;
    }
}

@media (min-width: 992px) {
    .motto h2 {
        font-size: 55px;
    }
}

h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.page-header {
    border: none;
    margin: 0;
    padding: 0;
}

.page-header h1 {
    font-size: 60px;
    text-align: center;
    letter-spacing: 5px;
    margin: 15px 0 25px;
    font-family: 'EchinosParkScript', Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.bio {
    margin-top: 10px;
}

.trainings .every {
    display: inline-block;
}

.trainings h3 {
    margin-bottom: -12px;
}

.trainings .every > span {
    font-size: 80px;
    margin-left: 15px;
    margin-right: 10px;
}

.trainings .every strong {
    position: relative;
    top: -21px;
    display: inline-block;
    width: 50px;
}

.trainings ul {
    padding-left: 0;
    display: inline-block;
    list-style-type: none;
    position: relative;
    top: -7px;
}

.trainings ul li {
    line-height: 35px;
}

.trainings ul li strong {
    padding-right: 5px;
    position: relative;
    top: 1px;
    margin-right: 2px;
    border-right: 1px solid #ffffff;
}

.trainings ul.more-top li {
    position: relative;
    top: -16px;
}

.contact-wrapper div.row > div {
    margin-bottom: 50px;
}

.contact-wrapper div.row > div hr {
    width: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-wrapper div.row > div h4 {
    margin-bottom: 0;
}

.contact-wrapper div.row > div.person strong {
    display: block;
}

/*!** About us **!*/
/*.person {*/
/*margin-top: 10px;*/
/*}*/
/*.person h3 {*/
/*margin-top: 10px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*.person, .person.first {*/
/*margin-top: 20px;*/
/*}*/
/*.person h3 {*/
/*margin-top: 0;*/
/*}*/
/*.about-us-wrapper {*/
/*margin-top: 20px;*/
/*}*/
/*}*/
/** Concerts **/
.concerts-wrapper {
    margin-top: 20px;
    font-size: 14px; /* default font size is 15, but here it breaks stuff */
}

.calendar .concert-list {
    margin-bottom: 20px;
}

.calendar .concert-list .date {
    width: 150px;
    height: 50px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.calendar .concert-list h2 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

/*!** Contact **!*/
/*.contact .scene {*/
/*margin-bottom: 20px;*/
/*}*/
/*.mail-phone {*/
/*font-size: 18px;*/
/*line-height: 20px;*/
/*margin-top: 15px;*/
/*}*/
/*@media (min-width: 768px) {*/
/*.contact .contact-panel {*/
/*margin-top: 40px;*/
/*}*/
/*.mail-phone {*/
/*margin-top: 0;*/
/*}*/
/*}*/
/*.mail-phone em {*/
/*display: inline-block;*/
/*width: 35px;*/
/*height: 35px;*/
/*line-height: 34px;*/
/*border: none;*/
/*font-size: 20px;*/
/*color: #fff;*/
/*text-align: center;*/
/*margin-bottom: 15px;*/
/*margin-right: 15px;*/
/*opacity: 1;*/
/*}*/
/*.mail-phone em.envelope {*/
/*background: #ff6600;*/
/*font-size: 16px;*/
/*}*/
/*.mail-phone em.phone {*/
/*background: #3b5998;*/
/*}*/
/*.mail-phone .phone-wrapper {*/
/*font-size: 17px;*/
/*}*/
/*.mail-phone a:hover em {*/
/*opacity: 0.9;*/
/*}*/
/*!** Gallery **!*/
/*.gallery h3 {*/
/*font-size: 18px;*/
/*}*/
/*@media (max-width: 768px) {*/
/*.gallery-image {*/
/*margin-top: 15px;*/
/*}*/
/*.gallery-image:first-of-type {*/
/*margin-top: 0;*/
/*}*/
/*}*/
/*@media (min-width: 768px) {*/
/*.gallery-image:nth-of-type(n + 4) {*/
/*margin-top: 30px;*/
/*}*/
/*}*/
.container-smaller {
    max-width: 100%;
}

/*!* -------- FOOTER --------- *!*/

.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    .site-footer {
        height: 141px;
    }
}

.site-footer > div.container > div.row:first-of-type {
    border-top: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

body.light .site-footer > div.container > div.row:first-of-type {
    border-top: 1px solid #0a3364;
}

body.light .site-footer a {
    color: #0a3364;
}

.site-footer .copyright {
    padding-top: 10px;
    text-align: left;
}

.site-footer .contact-section .row {
    margin-top: 15px;
}

.social-icons {
    text-align: right;
}

@media (max-width: 768px) {
    .site-footer .copyright {
        text-align: center;
    }

    .social-icons {
        margin-top: 10px;
        text-align: center;
    }
}

.social-icons a {
    display: inline-block;
    outline: none;
    text-align: right;
}

.social-icons a strong {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    font-size: 30px;
    margin: 0 10px;
    color: #0a3364;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

body.light .social-icons a strong {
    background: #0a3364;
    color: #fff;
}

.social-icons a.facebook:hover strong {
    color: #3b5998;
}

.social-icons a.youtube:hover strong {
    color: #c8302a;
}

.old-concerts-delimiter {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
    border-radius: 5px;
    line-height: 0.1em;
    margin: 10px 0 40px;
}

.old-concerts-delimiter span {
    background: #0a3364;
    padding: 0 10px;
}

.sponsors .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -5px;
    justify-content: space-between;
}

.sponsors span {
    display: inline-block;
    color: #000;
    padding: 15px;
    margin: 5px;
}

.sponsors .img-thumbnail {
    height: 130px;
    padding: 10px;
    margin: 5px;
}

.sponsors .img-thumbnail.dark {
    background-color: #343a40 !important;
    border: 1px solid #343a40;
}

@media (max-width: 992px) {
    .sponsors .wrapper {
        justify-content: center;
    }
}

#trending-link {
    position: absolute;
    left: 50px;
    top: 65px;
    transform-origin: 0 0;
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    z-index: 10;
}

#trending-link a {
    background: #0a3364;
    display: block;
    color: #fff;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 1.2em;
    border-radius: 15px 15px 0 0;
    box-shadow: 3px -2px 4px 0 #000;
    font-weight: bold;
    /*text-transform: uppercase;*/
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#trending-link a:hover {
    text-decoration: none;
    box-shadow: 5px -2px 12px 0 #000;
}

@media (max-width: 768px) {
    #trending-link {
        left: 33px;
    }

    #trending-link a {
        padding: 10px;
        font-size: 0.8em;
    }
}

body.repertoire main {
    padding-bottom: 30px;
}

body.repertoire main nav {
    text-align: center;
}

body.repertoire main nav a {
    margin-left: 15px;
}

body.repertoire main nav a:hover {
    color: #fff;
}

body.repertoire main nav a:first-of-type {
    margin-left: 0;
}

body.repertoire main article .info {
    line-height: 30px;
}

body.repertoire main .dance-list .group article {
    margin-top: 50px;
}

@media (min-width: 992px) {
    body.repertoire main .dance-list .group article:nth-child(2n + 3) {
        clear: both;
    }

    body.repertoire main .dance-list .group article {
        margin-top: 100px;
    }
}


body.repertoire main .dance-list .group article:nth-child(-n+2) {
    margin-top: 0;
}

body.repertoire div.group h2 {
    border-bottom: 2px solid white;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 30px 5% 20px;
}

body.repertoire main article .info .chor strong {
    margin-left: 10px;
}

body.repertoire main article a.icon {
    display: inline-block;
    line-height: 30px;
    margin-left: 15px;
}

body.repertoire main article h3 {
    display: inline-block;
}

body.repertoire main article a.icon span {
    font-size: 24px;
}

body.repertoire main article a.icon.youtube:hover strong {
    color: #c8302a;
}

body.repertoire main article section.description {
    text-align: justify;
    margin-top: 10px;
}

/*body.repertoire main article */
section.thumbs {
    margin-top: 20px;
    display: flex;
}

/*body.repertoire main article */
section.thumbs a {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

/*body.repertoire main article */
section.thumbs a:first-of-type {
    margin-left: 0;
}

/*body.repertoire main article */
section.thumbs img {
    /*height: 100%;*/
    /*width: 100%;*/
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

section.sylwester fieldset legend {
    font-size: 18px;
    margin-bottom: 5px;
    color: #0a3364;
    padding-top: 15px;
}

section.sylwester fieldset {
    margin-top: 30px;
}

section.sylwester .ticket-types fieldset:first-of-type {
    margin-top: 0;
}

section.sylwester .ticket-types label {
    width: 150px;
    position: relative;
    top: 2px;
}

section.sylwester .ticket-types span {
    position: relative;
    top: 2px;
}

section.sylwester .ticket-types input {
    text-align: center;
    display: inline-block;
    width: 70px;
}

section.sylwester .ticket-types > div.row {
    margin-top: 30px;
}

section.sylwester .ticket-types > div.row:first-of-type {
    margin-top: 0;
}

section.sylwester .ticket-types {
    margin: 0;
}

section.sylwester .ticket-types .seating-preference {
    margin-top: 5px;
}

section.sylwester .price-total {
    margin-top: 30px;
}

section.sylwester .price-total strong {
    display: block;
    float: left;
    font-size: 18px;
}

section.sylwester .price-total hr:first-of-type {
    margin-bottom: 10px;
}

section.sylwester .price-total hr:last-of-type {
    margin-top: 15px;
}


section.sylwester .price-total div {
    display: block;
    text-align: right;
}

section.sylwester .agreement {
    border: 1px solid #d3d3d3;
    background: #f9f9f9;
    color: #000;
    height: 78px;
    display: inline-block;
    border-radius: 3px;
    margin: 0;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
}

section.sylwester .agreement.has-error {
    border: 1px solid #a94442;
}

section.sylwester .agreement .checkbox {
    margin: 0;
}

section.sylwester .agreement .checkbox > label {
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    margin-top: 2px;
    color: #199819;
    position: relative;
    display: inline-block;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    background-color: #fff;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

section.sylwester .agreement.has-error .checkbox .cr {
    border: 2px solid #a94442;
}

@media (max-width: 768px) {
    section.sylwester .captcha {
        margin-top: 15px;
    }

    section.sylwester .agreement .checkbox > label {
        margin-top: 12px;
        line-height: 30px;
    }
}

.checkbox.bigger .cr {
    font-size: 1.5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.sylwester .checkbox label input[type="checkbox"] {
    display: none;
}

.sylwester .checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.sylwester .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

section.sylwester input[type=submit] {
    outline: 0;
}

.asterisk {
    font-weight: bold;
    color: #c82333;
}

.agreement-text {
    font-size: 12px;
}