@media only screen  /* OPTION available only in NON ipad tablet with height less than 768px*/
and (max-device-height : 767px) 
and (orientation : landscape) {
#menuOpened { top: 0px !important; }

/* @group Navcontainers  + breadcrumcontainer ON/OFF was at 800px */
.navcontainer { display: none !important; }
.breadcrumbcontainer2 {display: block !important;}

#navcontainer3menu { display: block !important;}

#navcontainer3 {/* display: block; */}


#navcontainer2 {	display: block !important;}
/* @end */

/* @group EX3+social fixed / scroll */
.f-navcontainer #navcontainer3menu [class^="fa fa-"],
.f-navcontainer #extraContainer3menu [class*=" fa-"],

.f-navcontainer #extraContainer3 span.social a,
.f-navcontainer #extraContainer3 {
	display: none;
	position: relative !important;
}

/* @end */

/* @group logo small off */

#logo_small_ex3_off, .logo_small_ex3_off, #logo_small, .logo_small {
	display: none;
	position: relative !important;
}

/* @end */

}


@media only screen and (min-width: 801px) and (min-height: 601px) {/* the limit is 768px for the iPad - 780px is a safe value*/
/* Hide the toolbar on responsive simulation*/
#navcontainer3 {
    display: none !important;
}
}