@charset "utf-8";
/* CSS Document */
#right{
	/*position: fixed;*/
	position: relative;
	height: 0px;
	top:-15px;
}

#rightContactInfo{
	width: 100%;
	
}

.headerTitle{
 width: 73.25%;	
	
}

/* Large screens ----------- */


/* Desktops and laptops ----------- */ @media only screen and (max-width : 1824px) {...}  


/* iPads (landscape) ----------- */ @media only screen and (max-width : 1224px) {...}  


/* iPads (portrait) ----------- */ @media only screen and (max-width : 1024px) {...}  


/* Smartphones (landscape) ----------- */ @media only screen and (max-width : 768px) {...}  


/* Big smartphones (portrait) (ie: Galaxy 3 has 360)*/ @media only screen and (max-width : 640px) {...}  


/* Smartphones (portrait) (ie: Galaxy 1) */ @media only screen and (max-width : 321px) {...}


@media only screen and (max-height : 410px) {
	#right{
	height: auto;
	position: relative;	
	margin-bottom: 30px;
	margin-top: 30px;
	}
	
	#rightFixedTitle, #rightFixed{
	width: 73.25%;
	left: 0px;	
	}
	
	#rightTable{
	width: 54%;	
	position: relative;
	left: 112px;
	}
	
	#homeThumb{
	position: relative;
	left: -225px;
	float: left;
	margin-bottom: -135px;	
	
	}
	
	.scaleHide{
	display: none;	
	}
	
	#rightContactInfo{
	width: auto;	
	}
	
	.headerTitle, .idTabs{
	width: 98.5% !important;
		
	}
	
	 .TabContainer{
		width: 93.25% !important;
		 
	 }
	 
	 .dxis-passePartout{
 		margin: auto;
		 
	 }
	
	}

	@media only screen and (max-width: 1020px) and (min-width: 978px) {
		#right {
			position: relative;
			width:100%;
		}
		#rightFixedTitle, #rightFixed{
			width: 100%;
		}
	}

	@media only screen and (max-width: 977px) {
		#right {
			position:absolute;
			top: 0px;
			margin-bottom: 50px;
		}
	}
	
	@media only screen and (max-width : 975px) {
	#right{
	height: auto;
	position: relative;	
	margin-bottom: 30px;
	margin-top: 30px;
	}
	
	#rightFixedTitle, #rightFixed{
	width: 73.25%;
	left: 0px;	
	}
	
	#rightTable{
	width: 54%;	
	position: relative;
	left: 112px;
	}

	#homeThumb{
	position: relative;
	left: -225px;
	float: left;
	margin-bottom: -135px;	
	
	}
	
	.scaleHide{
	display: none;	
	}
	
	#rightContactInfo{
	width: auto;	
	}
	
	.headerTitle, .idTabs{
	width: 98.5% !important;
		
	}
	
	 .TabContainer{
		width: 93.25% !important;
		 
	 }
	 
	 .dxis-passePartout{
 		margin: auto;
		 
	 }
	
	}