/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

/** SURVOL **/
#block-fdei-domain-switcher-domain-list li{
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
}
#block-fdei-domain-switcher-domain-list li:hover{
	background-color:#d22b57;
}
 
.block-twitter-timeline{
	position:absolute!important;
	bottom:0;
	right:0;
	height:30.429em!important;/*426 base 14*/
}
.block-twitter-timeline iframe{
	max-height:30.429em!important;/*426 base 14*/
}
#block-fdei-domain-switcher-domain-list h2.block-title{
	width:8.8em;
	padding-right:15px;
	box-sizing:border-box;
}
.node-federation-regionale.view-mode-full .field-name-field-coords,
.node-federation-regionale.view-mode-full .field-name-field-coords-2,
.node-federation-regionale.view-mode-full .field-name-field-coords-3,
.node-federation-regionale.view-mode-full .field-name-field-coords-4,
.node-federation-regionale.view-mode-full .field-name-field-coords-5,
.node-federation-regionale.view-mode-full .field-name-field-coords-6 {
	position: absolute;
	top: 0;
	right: -13.8em;
}

@media all and (min-width: 979px) and (min-device-width: 979px),  (min-width: 800px) and (orientation:landscape){

	#region-footer-second.grid-24 .region-inner{
		display: flex;
	}
}