.clearfix
{
    clear:both;
}

#banner
{
    position: relative;
}

#banner img
{
    max-width:100%;
}
.banner_text
{
    position: absolute;
    width:100%;
    height:100%;
    display:block;
    left:0px;
    top:0px;
}

.banner_text .container
{
    height:100%;
    position: relative;
}

.banner_info
{
    color:#fff;
    text-align:center;
    display:inline-block;
    margin-left:8%;
    margin-top:2%;
    text-transform: uppercase;
    
}
.banner_info h2
{
    font-size:1.8125em;
    font-weight:700;
    letter-spacing:6px;
}
.banner_info p
{
    font-size:12px;
    letter-spacing:2px;
   

}


#nynav
{
    background:url(/../images/nynav_bg.jpg) left bottom repeat-x;
    padding-top:1.6em;
    padding-bottom:1.6em;
    background-color:#f5f5f5;
}

.left_position
{
    padding-left:1.7em;
    color:#8d8d8d;
    font-size:1em;
    display:inline-block;
    background:url(/../images/ny_address.png) left center no-repeat;
}


.left_position a
{
    color:#8d8d8d;
    margin-right:0.2em;
    margin-left:0.2em;
}

.cld_nav
{
    float:right;
    display:inline-block;
    font-size:1em;
    text-align:right;
}
.cld_nav a
{
    color:#8d8d8d;
    margin-left:3em;
    display:inline-block;
    position: relative;
}
.cld_nav a.active
{
    color:#0066cc
}

.cld_nav a.active:after
{
    width:100%;
    height:1px;
    content:'';
    background:#0066cc;
    display:block;
    position: absolute;
    bottom:calc(-1.6em + 1px);
    left:0px;
}

.page_title
{
    padding-top:3.75em;
}
.page_title h1
{
    color:#0066cc;
    font-size:1.5em;
    font-weight:700;
}

.page_title p
{
    color:#999999;
    font-size:1.375em;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family:Arial;
    margin-top:0.3em;
}

.page_title strong
{
    font-weight:400;
}

#mainpage
{
    position: relative;
    padding-bottom:3em;
    background-color:#f5f5f5;
}




@media screen and (max-width:1600px)
{

}


@media screen and (max-width:1440px)
{
    .page_title h1
    {
            font-size:1.3em;
    }

    .page_title p
    {
            font-size:1.1em;
    }
}


@media screen and (max-width:1366px)
{
    .banner_info h2
    {
            font-size:1.6em;
    }
    .banner_info
    {
        margin-top: 3%;
        margin-left: 10%;
    }

}

@media screen and (max-width:1170px)
{
    .page_title
    {
        padding-top:3em;   
    }
}

@media screen and (max-width:812px)
{


        #banner>img { width: 140%;margin-left:-20%; max-width: 140%;}
    .page_title
    {
        padding-top:2em;
    }
}



@media screen and (max-width:640px)
{

        #banner>img
        {
           max-width:100%;
        }
 #banner>img { width: 160%;margin-left:-30%; max-width: 160%;}
        .banner_text .container table:first-child
        {
            display:none;
        }

        .banner_info h2
        {
                font-size:1.25em;
        }
        .page_title h1
        {
                font-size:1.125em;
        }
        .page_title p
        {
                font-size:0.9375em;
        }

        .left_position
        {
            font-size:15px;
        }
    #nynav
    {
        padding-top:1em;
        padding-bottom:13px;
    }

    .cld_nav
    {   
            display:block;
            width:100%;
            float:none;
            text-align:left;
            margin-top:0.5em;
    }
    .cld_nav a
    {
        margin-left:0.5em;
        font-size:14px;
    }

    .cld_nav a.active:after
    {
        bottom: calc(-1em + 1px);
    }
    #mainpage
    {
        padding-left:10px;
        padding-right:10px;
    }

    .page_title
    {
            padding-top:1.5em;
    }
    #maps
    {
        margin-top:1em;
    }
}