@media(max-width:1000px) {
    .site-title {
        text-align: center;
    }
    .site-title>a>img {
        /* width: 250px; */
        height: auto;
        text-align: center;
		margin-bottom: 30px;
		margin-top: 20px;
		min-height: 75px;
		width: auto;
    }
    .hero-1 {
        width: 100%;
        min-height: 300px;
        height: auto;
    }
    .main-header .mainrow {
        flex-direction: column;
        margin: 0;
    }
    .main-header .col-md-9 {
        margin: 0;
    }
    .typeahead__container_top.typeahead__container {
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }
    .typeahead__container_top .typeahead__txt {
        font-size: 10px;
        text-align: left;
    }
    .section-todays-schedule {
        display: none;
    }
    /*.slick-autoplay {
        margin: 0 40px;
    }*/
    .section-events-list {
        margin-left: 20px;
        margin-right: 20px;
    }
    #site-navigation {
        display: none;
    }
    .section-events-list .see_all {
        display: flex;
    }
    .swiper-button-next, .swiper-button-prev{
    	top: 41% !important;
    }
    .top-header .top-right .navbar {
        margin: 0;
    }
    .top-header .top-left {
        /* float: left; */
        width: auto;
        top: -14px;
        left: 10px;
        position: relative;
    }
    .top-header .top-right {
        /* width: 50%; */
        /* display: block; */
        /* float: right; */
        /* position: relative; */
        /* top: -14px; */
        position: absolute;
        top: 0;
        right: 0;
    }
    .top-header .top-right .navbar-toggle {
        position: absolute;
        top: 0;
        right: 15px;
        padding: 0px 20px;
        margin: 0;
        float: none !important;
    }
    .top-header .top-right .offcanvas-toggle .icon-bar {
        background: #fff;
    }
    .top-header .top-right>ul {
        display: none;
    }
    .top-header .top-right .navbar {
        display: block;
    }
    .navbar-offcanvas {
        display: block;
        top: -6px;
        right: 250 !important;
        z-index: 9999999;
        background: #001926;
    }
    .navbar-offcanvas ul {
        flex-direction: column;
    }
    .navbar-offcanvas ul li {
        width: 100%;
    }
    .navbar-offcanvas ul li>div {
        display: inline !important;
    }
    .navbar-offcanvas ul li a {
        color: #fff;
        font-size: 14px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        padding: 10px 15px;
    }
    .navbar-offcanvas .sep {
        border-bottom: 1px solid #fff;
        margin-right: 21px;
    }
    .section-event-category .section-content ul li a img {
        width: 30px;
    }
    .section-event-category .section-content ul li a span {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .top-header .top-right .navbar-toggle {
        top: 12px;
    }
}

@media(min-width:480px) {
    .top-header .top-right .navbar-toggle {
        top: 12px;
    }
}

@media(min-width:992px) {}

@media(min-width:1000px) {
    .navbar-offcanvas {
        display: none;
    }
    .top-header .top-right .navbar {
        display: none;
    }
    #site-navigation {
        display: block;
    }
}


/*--------------------------------------------------------------
  Media Queries
--------------------------------------------------------------*/


/* width 1200px up */

@media screen and (min-width: 75em) {}


/* 992px and 1200px */

@media only screen and (min-width: 62px) and (max-width: 75em) {}


/* width: 991px; */

@media screen and (max-width: 61.938em) {}


/* width 768px */

@media screen and (max-width: 48em) {}


/* width 480px */

@media screen and (min-width: 480px) {}