@media (max-width: 1250px) {
    #logo a img {
        max-height: 60px;
    }
    #menu nav a {
        height: 60px;
        font-weight: bold;
        font-size: 14px;
    }

    .mainpage #content {
        padding-top: 60px;
    }

    #content {
        padding-top: 80px;
    }

    #paypal-button span {
        font-size: 14px;
    }

    #menu nav a:nth-last-child(2) {
        padding-right: 30px;
    }

    #more-info, #three-blocks .icon-center, #three-blocks p, #three-blocks .title, #three-blocks strong, #calendar .icon-center, #calendar p, #calendar .title, #calendar strong {
        font-size: 22px;
    }

    #calendar .title,
    #calendar .description {
        margin-bottom: 10px;
    }

    #calendar .icon-center {
        height: 160px;
    }

    #calendar .date .num {
        margin-top: 50px;
    }
}

@media (max-width: 1250px) and (min-width: 992px) {
    #paypal-button span:after {
        display: none;
    }
}

@media (max-width: 992px) {
    #menu nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
        background: white;
        border-top: 1px solid #e8e8e8;
    }

    #menu nav:not(.visible){
        display: none;
    }

    #menu nav a {
        display: block;
        text-align: center;
        padding: 10px 0 !important;
        height: auto;
        line-height: 20px;
    }

    #menu #paypal-button {
        height: auto;
        line-height: 12px;
    }

    #menu .nav-toggler,
    #menu .nav-toggler span {
        position: relative;
        display: block;
        cursor: pointer;
    }

    #menu .nav-toggler span {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 34px;
    }

    #menu .nav-toggler.toggled span:before {
        content: "\f00d";
    }

    #three-blocks {
        background: #cb4e6c;
        padding-bottom: 40px;
    }

    #three-blocks strong {
        color: white;
        font-weight: bold;
    }

    #three-blocks .dimension-handler > img,
    #calendar .dimension-handler > img {
        display: none;
    }

    #three-blocks .btn-primary.pink {
        background: #9abe38;
        border-color: #89ad25;
    }

    #three-blocks .btn-primary.pink.active,
    #three-blocks .btn-primary.pink:hover,
    #three-blocks .btn-primary.pink:focus,
    #three-blocks .btn-primary.pink:active {
        background: #89ad25;
    }

    #calendar .full-absolute {
        background: #ececec;
        padding: 40px 0;
    }

    #calendar .icon-center {
        display: none;
    }

    #calendar .container > .row > div {
        display: block;
        background: white;
        border-radius: 3px;
        margin: 0 0 15px 0;
        padding: 15px;
    }

    #calendar .container > .row > div:after {
        content: "";
        display: block;
        clear: both;
    }

    .subpage #calendar .container > .row > div {
        background: #f9f9f9;
    }

    #calendar .title,
    #calendar .description {
        color: #616161;
        text-align: left;
    }

    #calendar .btn {
        background: none;
        color: #9abe38;
        border: none;
        float: right;
        padding: 4px 10px;
        height: auto;
    }

    #calendar .btn:hover {
        text-decoration: underline;
    }

    #social .container > .row > div {
        display: block;
        margin: 0 0 15px 0;
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
    }

    #social h2:after {
        margin: 10px auto 20px auto;
    }

    footer .container > .row > div {
        margin-bottom: 35px;
    }
}