@media only screen and (min-width: 1280px) {
}

@media (max-width: 979px) {
    #container{
        width: 90%;
    }

    .top_nav
     {
        width: 65%;
    }

    .sub_nav
     {
        width: 100%;
    }

    .sub_nav li{
        width: auto !important;
    }

    .sub_nav li a{
        padding: 0 10px;
    }

    .top_nav li {
        width: 16.66%;
    }

    .weather{
        width: 35%;
    }

    .content{
        width: 100%;
    }

    .content_wrapper{
        width: 61%;
        padding: 2%;
    }

    .news_headline{
        width: 50%;
    }

    .news_date{
        width: 50%;
        float: right;
        text-align: right;
    }
    .contact_info {
        float: none;
        width: 100%;
    }
    .contact_form{
        width: 100%;
    }

    .top_box h2{
        padding-left: 0;
    }
}



@media only screen and (max-width: 767px) {
    .right{
        display: none;
    }
}


@media only screen and (max-width: 639px) {
    .top_nav{
        display: none;
    }
    .weather{
        display: none;
        position: relative;
        width: 100%;
        min-width: 275px;
        top: 0;
    }

    .tide_weather{
        display: none;
    }

    .content_wrapper{
        width: 96%;
        padding: 2%;
    }

    .logo img{
        width: 70%;
    }

    #resp_menu {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    #resp_menu {
        background: url("../img/icons/menu.png") no-repeat scroll 10px 13px / 36px 29px #fff;
        height: 56px;
        width: 56px;
    }

    #resp_tide,
    #resp_weather{
        display: block;
        position: absolute;
        padding-left: 50px;
        padding-top: 8px;
    }

    #resp_weather {
        background: url("../img/icons/flag_blue.png") no-repeat scroll 10px 13px / 36px 29px;
        height: 56px;
        width: 120px;
        right: 0;
        top: 75px;
    }

    #resp_tide {
        background: url("../img/icons/tide_blue.png") no-repeat scroll 10px 13px / 36px 29px;
        height: 56px;
        width: 95px;
        right: 150px;
        top: 75px;
    }

    .weather_link:hover{
        color: #041b2b;
    }

    .gallery_box{
        width: 100%;
    }

}

@media only screen and (max-width: 420px) {
    .contact_form li span {
        width: 110px;
    }
    .contact_form input[type], .contact_form textarea {
        width: 40%;
    }

}


@media only screen and (max-width: 360px) {
    .top_nav{
        display: none;
    }

}

