@media (max-width:1199px)
{
    .container
    {
        width:95%;
    }
    header figure
    {
        width:20%;
        margin-top:20px;
    }
    article#copyright p br
    {
        display:none;
    }
    nav#menu
    {
        width:75%;
    }

}

@media (max-width:1023px)
{
    .container
    {
        width:95%;
    }

    header figure
    {
        width:20%;
    }

    nav#menu
    {
        width:80%;
    }
    nav#menu ul
    {
        width:100%;
    }

    nav#menu ul li
    {
        margin-left:10px;
    }

    article#copyright
    {
        width:300px;
    }
    article#copyright p br
    {
        display:block;
    }

    article#copyright p span
    {
        width:100%;
        float:left;
    }
    section#content_top
    {
        height:200px;
    }

    figure.fig
    {
        width:22%;
        margin-left:2.67%;
        margin-right:2.66%;

    }

    /*    figure#fig4
        {
            margin-left:19%;
        }*/

    .banner1
    {
        background-position:-300px -400px;
    }


}

@media (max-width:819px)
{
    .container
    {
        width:95%;
    }
    header figure
    {
        width:230px;
    }



    #inner_menu
    {
        display:none;
    }
    article#copyright
    {
        width:280px;
    }

    article#social
    {
        width:200px;
    }
    article#social .social_icon
    {
        margin-left:10px;
        margin-right:0px;
    }

    .banner1
    {
        background-position:-400px -400px;
    }
    nav#menu ul
    {

        position:relative;
        width:100%;
        margin-top:29px;

    }

    nav#menu ul li,nav#menu ul li#current
    {

        position:absolute;
        margin:0px;
        padding:0px;
        float:left;
        width:120%;
        text-align:center;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
        -o-border-radius:0px;
        border-radius:0px;
        display:inline;
        margin-left:-20%;
        padding-top:10px;
        padding-bottom:10px;

        background:#fff;
        display:none;
    }

    nav#menu ul li#current
    {
        background:#afbc65;
    }
    nav#menu ul li#current a
    {
        color:#fff;
        text-decoration:none;

    }
    nav#menu ul li:nth-child(7)
    {
        top:37px;
    }
    nav#menu ul li:nth-child(6)
    {
        top:76px;
    }
    nav#menu ul li:nth-child(5)
    {
        top:115px;
    }

    nav#menu ul li:nth-child(4)
    {
        top:154px;
    }

    nav#menu ul li:nth-child(3)
    {
        top:193px;
    }

    nav#menu ul li:nth-child(2)
    {
        top:232px;
    }

    nav#menu ul li:nth-child(1)
    {
        top:271px;
    }


    nav#menu
    {
        width:120px;
        float:right;
        height:40px;
        border:#afbc65 solid 1px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        -o-border-radius:5px;
        border-radius:5px;
        margin-top:30px;

    }

    nav#menu span
    {
        display:block;
        color:#afbc65;
        font-size:20px;

        width:60px;
        float:right;
        text-align:left;
        width:100%;
        line-height:40px;
        text-indent:10px;
        cursor:pointer;

    }

    nav#menu span img
    {
        width:30px;
        float:left;
        margin:0px;
        margin:5px;

    }
    section.right_cont figure img
    {
        max-width:80%;

        margin:0px;
        margin-left:10%;
    }

}

@media (max-width:639px)
{
    .container
    {
        width:95%;
    }

    .banner1
    {
        background-position:-500px -400px;
    }

    header figure
    {
        width:250px;
    }



    figure#fig4
    {
        margin-left:2.5%;
    }
    figure.fig
    {
        width:39%;
        margin-left:2.5%;
        margin-right:2.5%;

    }


    /*    figure#fig5
        {
            margin-left:27.5%;
        }*/

    footer
    {
        height:280px;
    }

    section#content_top
    {
        width:100%;
        height:300px;
    }

    article#f_menu
    {
        width:100%;
        float:left;
        height:60px;
        position:relative;
        top:100px;
    }

    article#f_menu ul
    {
        width:320px;
        height:100%;
        position:absolute;
        left:0;
        right:0;
        top:0;
        margin:auto;
    }

    article#f_menu ul li
    {
        width:25%;
        text-align:center;

    }
    article#f_menu ul li a
    {
        font-size:14px;
    }

    article#f_menu ul li:nth-child(5)
    {
        margin-left:12.5%;
    }

    article#social
    {
        width:200px;
        position:absolute;
        left:0;
        top:0;
        right:0;
        margin:auto;
        top:30px;
    }

    article#copyright
    {
        position:absolute;
        left:0;
        top:0;
        right:0;
        text-align:center;
        margin:auto;
        top:180px;
    }


}

@media (max-width:409px)
{
    header figure
    {
        width:220px;
    }

    nav#menu
    {
        width:40px;
    }
    nav#menu span
    {
        width:40px;
        height:40px;
        overflow:hidden;
    }
    nav#menu span img
    {
        margin-left:5px;
    }
    nav#menu ul
    {
        margin-top:29px;
        width:150px;
        float:right;

    }

    nav#menu ul li
    {

    }

    section#aboutus p
    {
        font-size:18px;
    }


    .banner1
    {
        background-position:-600px -400px;
    }
    section#content_top
    {
        height:500px;

    }
    figure.fig
    {
        width:80%;
        margin-left:10%;

    }
    figure#fig4
    {
        float:left;
        margin-left:10%;
    }

    figure#fig5
    {
        float:left;
        margin-left:10%;
    }

    article#f_menu
    {
        width:100%;
        height:80px;
    }

    article#f_menu ul
    {
        width:100%;
    }
    footer
    {
        height:350px;
    }
    article#copyright
    {
        top:240px;
    }

    article#f_menu ul li
    {
        width:50%;
        float:left;
        margin:0px;

    }

    article#f_menu ul li:nth-child(5)
    {
        width:50%;
        float:left;
        margin:0px;

    }
    article#f_menu ul li:nth-child(7)
    {
        margin-left:25%;
    }

    article#copyright
    {
        width:100%;
    }


}


@media (max-width:295px)
{
    header figure
    {
        width:180px;
    }
}
