/* ------------------------------------------------------ iPad Mini Portrait Responsive Updates, February 2016 ------------ */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  { 


a#washingtondc{
display:none;
}

a#washingtondc2{
display:inline;
}

a#newhaven{
display:none;}

a#newhaven2{
display:inline;}


#inquiryform{
display:none;
}



div#iphone_nav {
    display: inline;
    z-index: 99999;
    position: fixed;
    margin-top: -40px!important;
    top: 0;
}
#iphone_menu {
    padding: 20px;
    background-color: #06C;
    font: 400 14px "Oswald", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 360%;
    z-index: 9999;
    position: fixed;
    top: 50px;
    right: 0px;
    width: 780px;
}
#iphone_menu ul {
    list-style: none;
}
.section.group.about {
    padding-top: 100px;
}

 }

/* ------------------------------------------------------ iPad Mini  Responsive Updates, February 2016 ------------ */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 

a#washingtondc{
display:none;
}

a#washingtondc2{
display:inline;
}

a#newhaven{
display:none;}

a#newhaven2{
display:inline;}


#inquiryform{
display:none;
}


#fifty {
    float: left;
    display: block;
max-width:180!important;
    padding: 30px 10px 0px 10px!important;
width:145px!important;
    margin-left: 20px;
}

 }
