body{
    font-family: 'Poiret One', cursive;
    font-size: 19px;
}
h1{
    font-family: 'Megrim', cursive;
}
#copyright {
    font-size:14px;
}
.centered_title {
    width: 100%;
    text-align: center;
    clear: both;
}
#parallax .centered_title h2, #contact .centered_title h2, .owl_caption {
    text-shadow: 0 2px 1px #333;
}
.navbar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-brand {
    background-image:url(../images/logo/jolly_roger.png);
    background-position:center;
    background-repeat:no-repeat;  
    background-size: 100% auto;
    height: 75px;
    width: 150px;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-nav{
    display:none;
}
@media screen and (min-width: 991px) {
    #parallax{
        min-height:800px;
    }
    .owl-nav {
        position: absolute;
        width: 100%;
        display: block;
        bottom:44%;
    }
    .owl-nav div {
        display:inline-block;
    }
    .owl-nav .fa {
        color:#ffffff;
        font-size:4em;
    }
    .owl-next {
        float:right;
    }
    section{ 
        /* min-height:100vh; */
    }
    /* section.height_def {
        min-height:auto; 
    } */
    footer {
        min-height:50vh;
    }
}

.datepicker-inline {
    width:auto;
}
table{
    width:100%;
}
.datepicker-container:hover .DatePicker {
    /* z-index:9; */
    opacity:1;
}
.DatePicker {
    font-weight: bold;
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    /* z-index: -1; */
    opacity:0;
    background-color: rgba(255,255,255, 0.75);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.DatePicker A {
    color: #343A40;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.DatePicker A:hover {
    background: #B31618;
    color: #FFFFFF;
    text-decoration: none;
}
.modal {
    color: #333333;
}
#about P {
    height: 100%;
    border: #CCCCCC dashed 2px;
}
.event_info.badge_left{
    position: absolute;
    right: 15%;
    width: 125%;
    bottom: 15px;
    text-align: center;
    padding: 15px;
    background: linear-gradient(to right, transparent, red ,  transparent);
}
.event_info.badge_left:before{
    content: "";
    position: absolute;
    left: -25px;
    top: -103px;
    width: 160px;
    height: 160px;
    background-image: url(../images/event_badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
}
.event_info.badge_right{
    position: absolute;
    left: 15%;
    width: 125%;
    bottom: 15px;
    text-align: center;
    padding: 15px;
    background: linear-gradient(to right, transparent, red ,  transparent);
    z-index:1;
}
.event_info.badge_right:before{
    content: "";
    position: absolute;
    right: -25px;
    top: -103px;
    width: 160px;
    height: 160px;
    background-image: url(../images/event_badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
}
.event_bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.foot-logo IMG {
    width: 100%;
}
.credit_card IMG {
    height: 38px;
}
.prices {
    font-size: 24px;
}
.prices_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 0px 40px 0px;
}
.prices_bg_top {
    background-image: url(../images/prices_bg_top.png);
}
.prices_bg_bottom {
    background-image: url(../images/prices_bg_bottom.png);
}
@media screen and (max-width: 768px) {
    .event_info.badge_left{
        position: static;
        width: auto;
    }
    .event_info.badge_right{
        position: static;
        width: auto;
    }
    .DatePicker {
        width: 100%;
    }
    .event_info.badge_left:before{
        display: none;
    }
    .event_info.badge_right:before{
        display: none;
    }
    .prices_bg_top {
        background: none;
    }
    .prices_bg {
        background: none;
    }
    .prices_bg {
        background: none;
        padding: 0px;
    }
}