/* RESPONSIVE */
.responsive-menu, .l-side .search {
    display: none;
}

.l-side .nav, .l-side .twitter, .l-side .signup, .l-side .contact {
    display: block;
}

div.show-1000 {
    display: none;
}

@media only screen   
and (min-width: 1000px) and (max-width: 1220px) {
    div.break-1220>div {
        width: 100% !important;
        padding: 0;
        margin: 0 0 1em 0;
        float: none;
    }
    
    .container {
        width: 960px;
    }
    
    div.rye-grid>div.span2 {
        width: 279px;
    }
    
    div.rye-grid>div.span6 {
        width: 659px;
    }
    
    .social-links li.telephone {
        margin-left: 0;
    }
    
    ul.inline>li {
        padding: 0 7px;
    } 
    
    .l-body .carousel .carousel-content, .carousel-nav div a {
        height: 242px;
    }
    
    .item-nav {
        width: 100%;
    }
    
    .thumbs-grid>.box, .thumbs-grid>.box:nth-child(4n) {
        margin-right: 1.8%;
        width: 32%;
    }

    .thumbs-grid>.box:nth-child(3n) {
        margin-right: 0;
    }
    
    .js-masonry>.box {
        margin-right: 0 !important;
        width: 31.5%;
    }
    
    div.show-1000 {
        display: none;
    }

}

@media only screen   
and (max-width: 999px) {
    .responsive-menu, .l-side .search {
        display: block;
    }
    
    div.break-1000>div {
        width: 100% !important;
        padding: 0;
        margin: 0 0 1em 0;
        float: none;
    }
    
    div.show-1000 {
        display: block;
    }
    
    .container {
        width: 660px;
    }
    
    div.rye-grid>div.span2, div.rye-grid>div.span6 {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
    }
    
    
    .l-parent-grid {
        background: none;
    }
    
    .item-nav {
        width: 100%;
    }
    
    .l-side .partners, .l-head, .l-side .nav, .l-side .twitter, .l-side .signup, .l-side .contact, .l-side .search {
        display: none;
        border-color: #888;
    }
    
    .l-side .logo {
        margin-bottom: 15px;
        border-bottom-color: #888;
    }
    
    .l-side ul.responsive-menu {
        margin: 0;
        border-bottom: 1px solid #888;
        padding-bottom: 15px;
        margin-bottom: 11px;
    }
    
    .l-body .carousel .carousel-content, .carousel-nav div a {
        height: 243px;
    }
    
    .l-body .carousel-caption {
        display: none;
    }
    
    .thumbs-grid>.box, .thumbs-grid>.box:nth-child(4n) {
        margin-right: 1.8%;
        width: 32%;
    }

    .thumbs-grid>.box:nth-child(3n) {
        margin-right: 0;
    }
    
    h1 {
        margin-top: 0;
        line-height: 130%;
    }
    
    .carousel-wrapper {
        margin-bottom: 1.5em;
    }
    
    .top-pad {
        padding-top: 0em;
    }
    
    .js-masonry>.box {
        margin-right: 0 !important;
        width: 31.5%;
    }
    
    ul.nav ul {
        display: block;
    }
}

@media only screen   
and (max-width: 699px) {
    .container {
        width: 460px;
    }
    
    .l-body .carousel .carousel-content, .carousel-nav div a {
        height: 168px;
    }
    
    div.break-700>div {
        width: 100% !important;
        padding: 0;
        margin: 0 0 1em 0;
        float: none;
    }
    
    .thumbs-grid>.box, .thumbs-grid>.box:nth-child(4n), .thumbs-grid>.box:nth-child(3n) {
        margin-right: 1.8%;
        width: 49.1%;
    }
    
    .thumbs-grid>.box>.text {
        position: relative;
    }

    .thumbs-grid>.box:nth-child(2n) {
        margin-right: 0;
    }
    
    .featuredbox>.box {
        max-width: 273px;
    }
    
    .l-footer .break-700>.right {
        text-align: left;
    }
    
    .js-masonry>.box {
        margin-right: 0 !important;
        width: 48%;
    }
    
    .event .image {
        margin-left: 85px;
    }
    
    .float-left, .float-right {
        float: none;
        margin: 1em 0;
    }
}  

@media only screen   
and (max-width: 499px) {
    .container {
        width: 92%;
        padding: 0 4% 0 4%;
    }
    
    .carousel-wrapper {
        display: none;
    }
    
    .js-masonry>.box {
        margin-right: 0 !important;
        width: 47%;
    }
    
    .calendar-box {
        width: 100%;
        float: none;
    }

    .calendar-box-text, .event .image {
        margin-left: 0px;
    }

    .calendar-box-text h2 {
        margin-top: 1em;
    }
}
