/* ------------------------------------------------------ iPhone 6 PLUS Portrait  Responsive Updates, February 2016 ------------ */


@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

a#prevslide{
display:none;}
a#nextslide{
display:none;
}
a#slidePause{
display:none;
}

a#washingtondc{
display:none;
}

a#washingtondc2{
display:inline;
}

a#newhaven{
display:none;}

a#newhaven2{
display:inline;}


#inquiryform{
display:none;
}
 }




/* ------------------------------------------------------ iPhone 6 PLUS Landscape  Responsive Updates, February 2016 ------------ */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 

a#prevslide{
display:none;}
a#nextslide{
display:none;
}
a#slidePause{
display:none;
}

a#washingtondc{
display:none;
}

a#washingtondc2{
display:inline;
}

a#newhaven{
display:none;}

a#newhaven2{
display:inline;}


#inquiryform{
display:none;
}



}