/* Navigations
-----------------------------------------------*/
.navbar-collapse {
    -webkit-box-shadow: none; box-shadow: none; border: 0; padding: 0;
}

.nav-container {
    background-color: rgba(22,40,76,0.76); padding: 12px 10px 16px;
    border: 1px solid #fff;
}

.navbar { clear: both; margin: 0; min-height: inherit; border-radius: 0; border: 0;}
.navbar-nav { padding: 0; margin: 0;}
.navbar-nav a {
    position: relative;
}

.navbar-nav > li > a {
    padding: 0;
    color: #fff;
    font-size: 15px;
    outline: none;

    transition:  all 600ms ease-in-out 0s;
    font-weight: normal;

}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, 
.navbar-nav .open > a, .navbar-nav .open > a:focus, .navbar-nav .open > a:hover,
.navbar-nav > li.current_page_item > a {
    transition:  all 0s ease-in-out 0s;
    background-color: transparent;
    color: #00aeef;
}


.caret {
    color: #00aeef;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    margin: 3px 0 0 10px;
    border: 0;
    width: 6px; height: 5px;
    background: url(../images/caret.png) 0 0 no-repeat;
}

.sub-nav {display: none; padding: 0;list-style: none;}
.open > .sub-nav { display: block;}

.navbar-collapse.in {overflow: inherit;}

a.navbar-toggle {
    width: 44px;
    margin: 4px 0 0;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    float: none;
}
a.navbar-toggle span {
    background-color: #FFFFFF;
    transition: background-color 200ms ease-in-out 0s;
    border: 0;
    height: 5px;
    display: block;
}
a.navbar-toggle:hover span, a.navbar-toggle:focus span {
    background-color: #00AEEF;
}
a.navbar-toggle span + span {
    margin-top: 7px;
}
.navbar-toggle span:first-child { border-top-width: 0;}
.navbar-toggle span:last-child { border-bottom-width: 0;}


.tickets {
    font-family: 'Oleo Script', cursive;
    font-size: 24px; color: #c8893c; height: 59px;
    background: url(../images/tickets.png) 50% 0 no-repeat;
    display: inline-block;
    text-align: center;
    line-height: 59px;
    width: 158px;
}
.tickets:hover { color: #fff; }


/* @ MEDIA
-----------------------------------------------*/
@media only screen and (min-width: 1200px) {
    .nav-container {}
}
@media only screen and (min-width: 992px){
    .navbar-nav > li:not(:last-child){ padding-right: 24px;}
    .header .col-md-10, .header .col-md-2 {
        float: none; vertical-align: top; display: table-cell;
    }
}


@media only screen and (min-width: 768px){
    

    .caret {
        z-index: 1;
        position: absolute;
        right: 25px;
        top: 12px;        
    }

    .navbar-nav > li > a {
        padding: 5px 20px 3px;
    }

    

    .sub-nav {
        position: absolute; z-index: 1;
        width: 175px; padding: 0;
        background-color: rgba(20, 23, 29, 0.95);
    }
    .sub-nav li:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.51); }
    .sub-nav a {
        font-size: 11px; text-transform: uppercase;
        color: #fff;
        display: block;
        padding: 12px 15px 12px;
        text-transform: uppercase;
        transition: all 200ms ease-in-out 0s;
    }
    .sub-nav a:hover {color: #C8833E; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}

@media only screen and (max-width: 991px) {
    .tickets { margin-top: 15px;}
}

@media only screen and (max-width: 767px) {
    .navbar-nav { padding-top: 9px;}

    a.navbar-toggle {display: inline-block;}
    .navbar-nav > li.current_page_item > a:before {display: none;}

    .nav-container {text-align: center; position: relative;}


   
    .navbar-nav > li > a { padding: 16px 23px; border-top: 1px dotted rgba(255, 255, 255, 0.38);
    }
    .sub-nav a { font-size: 12px;display: block;padding: 0; margin-bottom: 13px; color: rgba(255, 255, 255, 0.57);}

    .caret { color: #00aeef; position: absolute; right: 25px; top: 22px; z-index: 2; border-right: 6px solid transparent; border-left: 6px solid transparent; border-top: 6px dashed;
    }
}


@media only screen and (max-width: 479px) {

}