/*!
 * based on:
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Droid Serif', serif;
    color: #000;
    background-color: #f6efea;
}

html {
    width: 100%;
    height: 100%;
}

.logo {
    position: relative;
    margin: auto;
    top: 30px;
    width: 200px;
    height: 60px;
    background-image: url("../img/anka-logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    color: transparent;
}

.intro .logo {
    width: 140%;
    height: 140px;
    left: -20%;
}

@media(min-width:992px) {
    .logo {
        width: 250px;
    }
}



/* =============================================================================
   typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    text-transform: lowercase;
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 1.6;
    }
}

a {
    color: #00e9cb;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #009d88;
}

.btn {
    border: none;
}

.btn-default.active.focus, .btn-default.active:focus, 
.btn-default.active:hover, .btn-default.focus:active, 
.btn-default:active:focus, .btn-default:active:hover,
.btn-default:active:focus, .btn-default:active:hover {
    text-decoration: none;
    color: #009d88;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.light {
    font-weight: 400;
}



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

.navbar-custom {
    margin-bottom: 0;
    text-transform: lowercase;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
}

.navbar-custom .navbar-brand div.logo {
    position: absolute;
    top: 0px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #000;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #009d88;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    color: #009d88;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    color: #00e9cb;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #009d88;
}

@media(min-width:768px) {
    .navbar .navbar-brand div.logo {
        top: 10px;
    }

    .navbar-custom {
        position: absolute;
        padding: 40px 0 10px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #fff;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 20px 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #fff;
    }

    .nav > li > a {
        padding: 10px;
    }
}

/* floating menu below intro --- lotsa probs */
@media(min-width:768px) {
    @media(orientation:landscape) {
    }
    @media(max-height:600px) {
        .navbar-custom {
            top: 600px;
        }
    }
    @media(min-height:601px) and (max-height:1200px) {
        .navbar-custom {
            top: 100%;
        }
    }
    @media(min-height:1201px) {
        .navbar-custom {
            top: 1200px;
        }
    }
    /* 
    @media(orientation:portrait) {
            .navbar-custom {
                top: 1200px;
            }
    } */
}


@media(min-width:992px) {
    .navbar .navbar-brand div.logo {
        top: 25px;
    }
}

@media(min-width:1200px) {
    .nav > li > a {
        padding: 15px 10px;
    }
}

.navbar-custom.navbar-shrink {
    position: fixed;
    top: 0px;
}

.social-buttons a {
    float: left;
    width: 40px;
}


/* =============================================================================
   intro
   ========================================================================== */

header {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 700px;
    width: 100%;
    padding: 0 0;
    text-align: center;
    color: #000;
    background: url(../img/intro-bg.jpg) no-repeat top center;
    background-color: #f6efea;
}

header .container {
    height: 100%;
    width: 100%;
    left: 0;
}

header .intro-col {
    position: relative;
    height: 100%;
    width: 50%;
    background: none;
}

header .intro-floater, header .intro-offset {
    position: relative;
    height: 200px;
    top: 50%;
    width: 100%;
}

header .intro-offset {
    position: absolute;
    top: -150px;
}

header div.logo, header .seperator {
    display: none;
}

@media(max-width:1060px) {
    header .container {
        left: 0;
        padding: 0;
    }
    header .intro-col {
        width: 100%;
    }
}

@media(max-width:766px) {
    header .intro-col {
        width: 100%;
    }
    header .intro-offset {
        top: 100px;
    }
}

@media(min-width:768px) and (max-height:700px) {
    header {
        max-height: 700px;
    }
}
@media(min-width:1200px) and (min-height:700px) {
    header {
        max-height: 1200px;
    }
}

@media(min-width:767px) {
    header .intro-col {
        width: 400px;
        background: rgba(255,255,255,.5);
    }
    header div.logo, header .seperator {
        display: inherit;
    }
}

@media(min-width:1280px) {
    header {
        padding: 0 0 0 10%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


/* =============================================================================
   sections
   ========================================================================== */


/*.container {
    width: 970px;
}*/

section {
    margin-top: 10px;
    width: 100%;
    padding: 50px 0;
    background: no-repeat center center scroll #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#about {
    margin-top: 0px;
    background-image: none;
}

section#music {
    background-image: url(../img/music-bg-m.jpg);
}

section#video iframe {
    margin-bottom: 15px;
    width: 336px;
    height: 189px;
}

section#live .container .table-wrap { 
    overflow: auto; 
}

@media(max-width:689px) {
    section#music {
    }
}

@media(min-width:767px) {
    section {
        padding: 100px 0 150px;
    }

    section .container {
        padding: 0 75px;
    }

    #music .container .float-right {
        float: right;
    }

    section#about { margin-top: 110px; }

    section#music { background-image: url(../img/music-bg.jpg); }

    section#video iframe {
        width: 560px;
        height: 315px;
    }
}

@media(min-width:992px) {
    section#about { background-image: url(../img/about-bg.jpg); }
    section#about .container .col-md-5 { min-height: 500px; }
    section#live .container .table-wrap { 
        margin-right: -20px;
        padding-right: 20px;
        height: 600px;
        height: 670px;
    }
    section#live { 
        background-position: top;
        background-image: url(../img/live-bg.jpg); 
    }
}



/* voices */
.quote-wrap { 
    padding-right: 40px;
    margin-bottom: 20px;
}
.quote { 
    padding: 3px 0 0 30px;
    border-left: 2px solid #00e9cb;
}
.quote-author {
    text-align: right;
}

@media(max-width:766px) {
    #voices .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media(min-width:992px) {
    #voices .col-md-6:last-child:not(.col-md-offset-3) {
        margin-left: -15px;
    }
}



/* gallery */
.gallery {
    display: inline-block;
    margin-top: 20px;
}



/* schedule */
table.schedule {
    width: 100%;
}
.schedule tbody { 
    margin: 5px 0; 
    padding: 5px 0;
}

.schedule td {
    text-align: left;
    padding: 2px 5px;
}

.schedule th {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0 5px;
}

.schedule .old th, .schedule tr.old td {
    color: #999;
}

/* headlines */
.schedule tr:first-child { border-bottom: 2px solid #00e9cb; }
.schedule tr:first-child + tr td { padding-top: 5px; }
/* enough space for links */
.schedule tr td:last-child { text-align: right; }
.schedule tr:first-child th:last-child { width: 70px; }
/* only ticket links are italic */
.schedule td:last-child a { font-style: italic; }

.schedule tbody.new-year th { color: #777; }
.schedule tbody.new-year tr:first-child { 
    border-bottom: 1px dashed #bbb;
}

.btn.btn-toggle-dates {
    color: #00E9CB;
}


footer {
    padding: 50px 0;
}

footer .container {
    margin-bottom: 50px;
}

footer #imprint p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
}

footer a {
    color: #000;
    border-bottom: 1px dotted #000;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #000;
    border-bottom: 0;
}




.switch-buttons {
    width: 145px;
    margin: 0 auto;
}

.gallery > div {
    padding: 0;
}
a.thumbnail {
    padding: 0;
    margin: 0 5px 10px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: #009d88;
    background-color: #005146;
}

a.thumbnail img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.5;
}
a.thumbnail:hover img, a.thumbnail:active img, a.thumbnail:focus img {
    opacity: 1;
}

a.thumbnail:hover, a.thumbnail:active, a.thumbnail:focus {
    border: 2px solid #00e9cb;
}



/* =============================================================================
   pretty stuff, interaction
   ========================================================================== */

.seperator {
    position: relative;
    margin: 25px auto;
    width: 100px;
    height: 7px;
    background-image: url("../img/line-double.png");
    background-size: 100% 100%;
}

.seperator.line-single {
    background-image: url("../img/line-single.png");
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 5px;
    padding: 7px 16px;
    border: 2px solid #00e9cb;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: rgba(0,233,203,1.0);
    background: #00e9cb;
    -webkit-transition: background 3s ease-in-out;
    -moz-transition: background 3s ease-in-out;
    transition: background 3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #00e9cb;
    background: rgba(0,233,203,.5);
    background: #fff;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn {
    border-radius: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-default {
    border-color: transparent;
    background-color: #fff;
    color: #000;
    box-shadow: none;
}

.btn-default.active {
    border-color: transparent;
    background-color: #fff;
    color: #00e9cb;
    box-shadow: none;
    border: none;
}

.btn-default:hover, .btn-default.active:hover,
.btn-default:focus, .btn-default.active:focus {
    border-color: transparent;
    background-color: #fff;
    color: #009d88;
    outline: 0;
    box-shadow: none;
}

.switch-buttons .btn-default {
    font-size: 18px;
    font-weight: 700;
    border: none;
}

ul.banner-social-buttons, ul.switch-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

#contact textarea {
    resize: vertical;
}

#contact .btn.main-btn, #contact input.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;

    float: right;
    margin-left: 10px;

    border: 2px solid #00e9cb;
    background-color: #fff;
    color: #00e9cb;

    transition: all 0.1s ease-in-out 0s;
}
#contact .btn.main-btn:hover, #contact input.button:hover {
    border-color: #00e9cb;
    background-color: #00e9cb;
    color: #fff;
}

label { font-weight: 400; }
#contact label {
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
}
em.security-question { margin-left: 7px; }
em.security-question:after { content: "?"; }

.alert {
    border: none;
    border-radius: 0;
}
.alert-success {
    color: #000;
    border-color: #00e9cb;
    background-color: #d5FFFa;
}

.form-control { border-radius: 0; }
.form-control:focus {
    border-color: #00e9cb;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06) inset, 0px 0px 5px rgba(0, 233, 203, 0.6);
}
.form-control.has-error { border-color: #CE8483; }
.form-control.has-error:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06) inset, 0px 0px 5px rgba(169, 68, 66, 0.6);
}

@media(min-width:992px) {
    #cform .row:first-of-type .col-md-6:first-child .form-group { margin-right: -7.5px; }
    #cform .row:first-of-type .col-md-6:nth-child(2) .form-group { margin-left: -7.5px; }
}

.not-humans { display:none; }




/*utility*/

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #00e9cb;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #00e9cb;
}

img::selection {
    background: #00e9cb;
}

img::-moz-selection {
    background: #00e9cb;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.hidden {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}