/* 1300px felett */
@media screen and (min-width: 1300px) {
    .main-event-container {
        max-width: 1200px
    }
}

/* 1300px alatt */
@media screen and (max-width: 1300px) {
    .main-event-section {
        padding-top: 10px;
    }
    .main-event-container {
        max-width: 1000px
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
    body{
        padding-top: 132px;
    }

}

/* 992px felett */
@media screen and (min-width:992px) {
    .affix .secondary-nav-menu {
        position: absolute;
        top: -50px;
        right: 15px;
    }
    .main-nav-menu .dropdown:hover>.dropdown-menu, .main-nav-menu .dropdown-menu.active {
        display: block;
    }
    .main-nav-menu .dropdown-toggle::after {
        display: none
    }
    .main-nav-menu li .nav-link {
        border-bottom: 2px solid #C3C2C3;
    }
    .main-nav-menu li .nav-link:hover, .main-nav-menu .nav-item.active .nav-link {
        border-bottom: 2px solid #B39559;
        color: #414143 !important
    }
}


/* 992px - 1300px között */
@media screen and (max-width:1300px) and (min-width:992px) {
    .main-event-container {
        max-width: 800px
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .main-event-container {
        max-width: 600px
    }
    
    .event-detail-calendar-wrapper {
        display: block !important
    }
    .event-detail-calendar-wrapper button {
        margin: 5px 0
    }
}

/* 992px alatt */
@media screen and (max-width:992px) {
    .top-event-item-date {
        display: none !important
    }
    .filter-item-wrapper .filter-item {
        padding: 0 20px
    }
    .secondary-nav-menu {
        justify-content: flex-start;
        flex-wrap: wrap;
        border-bottom: 1px solid #eeeeee;
    }
    .secondary-nav-icon-link {
        display: none;
    }
    .arrange-with-us-wrapper a, .arrange-with-us-wrapper a:hover {
        border-bottom: 0;
    }
    .navbar-collapse {
        border-top: 1px solid rgb(238 238 238);
        margin-top: 5px;
        padding-top: 10px;
    }
    .arrange-with-us-wrapper a, .main-nav-menu li .nav-link {
        color: #414143 !important;
    }
    .main-nav-menu .nav-item .dropdown-item {
        background: #E7E8E8;
        border-bottom: 2px solid #F6F6F6;
    }
    .main-nav-menu .nav-item.dropdown .dropdown-toggle::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: transparent #C3C5C5 transparent transparent;
        float: right;
        cursor: pointer;
        margin-top: 5px;
    }
    .main-nav-menu .nav-item.dropdown.active.show .dropdown-toggle::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #C3C5C5 transparent;
        float: right;
        cursor: pointer;
        margin-top: 5px;
    }
    .main-nav-menu .nav-item .dropdown-menu {
        padding: 0;
    }
    .main-nav-menu .nav-item:not(.show) {
        border-bottom: 1px solid #EEEEEE;
    }
    .main-nav-menu .nav-item:last-of-type {
        border-bottom: 0
    }
    .main-nav-menu .nav-item.dropdown.active.show {
        padding-bottom: 0;
    }
    footer .footer-item:nth-of-type(2), footer .footer-item:nth-of-type(4) {
        border: 0
    }
    footer .footer-item:nth-of-type(4), footer .footer-item:nth-of-type(5) {
        margin-top: 20px
    }
    .program-list-item .top-event-item-info-tags a {
        font-size: 18px !important;
    }
    .top-event-item-action {
        padding: 10px 0 10px 0;
    }
    .main-nav-menu .nav-item {
        align-self: flex-start;
    }

}

/* 768px alatt */
@media screen and (max-width:768px) {
    .top-event-item-info-outer {
        flex-wrap: wrap;
    }
    .top-event-item-info-inner {
        flex: 0 0 100%;
    }
    .filter-item-wrapper {
        margin-top: 10px
    }
    .filter-item-wrapper .filter-item {
        padding: 0 10px
    }
    .filter-section-inner-page .filter-item-wrapper .filter-item {
        padding-left: 0
    }
    .program-list-item-action {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
        width: 100%;
        text-align: right;
    }
    .program-list-item-right {
        margin-top: 10px;
    }
    .top-event-item-info-tags {
        width: 100%;
        margin-top: 5px
    }
    .program-list-item .top-event-item-info-tags a {
        font-size: 16px !important;
    }
    .program-list-tab .nav-item {
        width: 100%;
    }
    .program-list-tab .nav-item:last-of-type {
        text-align: left;
    }
    .event-detail-content-right {
        margin-top: 15px;
        border-top: 1px solid #ececec;
        padding-top: 15px;    
    }
    .program-list-filter-right .program-list-filter-label {
        padding-left: 0;
    }
    .program-list-filter-right .program-list-checkox-wrapper {
        border-left: 0;
        padding-left: 0;
    }
}

/* 576px alatt */
@media screen and (max-width: 576px) {
    body {
        padding-top: 77px;
    }
    .navbar-brand img {
        height: 50px
    }
    .top-event-item-info h3 {
        font-size: 20px;
    }
    .top-event-item-info-tags a {
        font-size: 10px;
    }
    .top-event-item-image img {
        max-width: 100%;
        height: auto;
    }
    .top-event-item-info-outer {
        padding-left: 10px;
    }
    .top-event-item-info {
        padding: 0 15px;
    }
    .mobile-top-event-venue-date-wrapper {
        margin-bottom: 10px
    }
    .top-event-item-action button {
        font-size: 14px;
    }
    .top-event-item-info-link {
        padding-top: 0;
    }
    .top-event-item-info-element span {
        font-size: 19px;
    }
    .top-event-item-info-tags {
        line-height: 1;
        width: 100%;
    }
    footer {
        padding: 20px 0 60px 30px;
    }
    footer .footer-item {
        border: 0;
        padding-bottom: 10px;
        margin-top: 15px;
    }
    .footer-sponsors img {
        display: inline-block;
        max-width: 85px
    }
    .footer-item:after {
        content: "";
        width: 200px;
        height: 1px;
        border: 1px solid #E8BFBE;
        position: absolute;
        bottom: 0;
        left: 15px;
    }
    footer .footer-item:nth-of-type(3):after {
        display: none
    }
    footer .footer-item .secondary-nav-icon-link {
        display: inline-block;
    }
    .program-list-item .top-event-item-info-link h2 {
        font-weight: 700;
        font-size: 26px;
    }
    .top-event-item-info-link h1 {
        font-size: 26px
    }
    .top-event-item-info-sub-title {
        font-size: 20px;
    }
    .event-detail-info-outer .top-event-item-info-tags a {
        font-size: 16px;
    }
    .program-list-checkox-wrapper .form-check span {
        padding-right: 10%;
    }
    table.event-calendar-table tr td {
        font-size: 22px;
        padding: 10px 5px
    }
    .event-calendar-prev-month span, .event-calendar-next-month span {
        display: none
    }
    .event-calendar-prev-month:before {
        border-width: 10px 10px 10px 0;
    }
    .event-calendar-next-month:after {
        border-width: 10px 0 10px 10px;
    }
}

/* 450px alatt */
/* @media screen and (max-width: 450px) {
    .top-event-item-image img {
        width: 110px;
    }
} */

/* 400px alatt */
@media screen and (max-width: 400px) {
    .filter-item-wrapper {
        flex-wrap: wrap
    }    
}