@charset "utf-8";
/* CSS Document */
/* Copyright 2015 Propaganda Design Inc. */

/*-------------------------------------------------------------------
	Less than 960px
-------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.wrapper { width:90%; }
	header .wrapper { width:100%; }
	.house-picture { height:315px; }
	.logo-drouin, .logo-aieux { background-size:40%;}
	.underlay { display:none; }

}

/*-------------------------------------------------------------------
	Less than 768px
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.house { width:100%; display:block; }
	.house-navigation > li > a { font-size:18px; line-height:18px; }
}

/*-------------------------------------------------------------------
	Less than 595px (Mobile)
-------------------------------------------------------------------*/
@media screen and (max-width: 595px) {
	.l-grid > div { float:none !important; padding:0 0 0 0 !important; width:100% !important; margin:0 auto !important; }
	.navigation { width:100%; float:none; }
	.navigation > ul > li > ul { zoom:1; filter:alpha(opacity=100); opacity:1; display:block; position:relative; }
	.navigation > ul > li, .navigation > ul > li > ul > li, .navigation > ul > li a { width:100%; display:block; }
	.navigation > ul li a { padding-left:5% !important; padding-right:5% !important; }
	.navigation > ul li ul li a { padding-left:7% !important; padding-right:7% !important; }
	.show { display:block; }
	.hide { display:none; }
	.header-picture { height:170px; }
	.footer-navigation { display:none; }
	footer { overflow:hidden; }
	footer, #l-wrap:after { height:auto; }
	#l-wrap { min-height:0; margin-bottom:-0;  }
	.has-blue-bg p { font-size:18px; }
	.house { margin:0 0 20px 0; }
	.house-navigation > li { width:100%; float:none; }
	h1 { font-size:40px; line-height:42px; }
	h2 { font-size:20px; }
	p, ul { font-size: 18px; line-height: 29px; }
	.header-picture { margin-bottom:10px; }
	.header-picture:before, .header-picture:after { padding-bottom: 28px; }
	
	/* Navigation trigger */
	.navigation-trigger { width: 30px; height: 20px; margin:5% 5% 5% 0; float:right; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; }
	.navigation-trigger span { display: block; position: absolute; height: 1px; width: 100%; background: #FFF; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
	.navigation-trigger span:nth-child(1) { top: 0px; }
	.navigation-trigger span:nth-child(2),.navigation-trigger span:nth-child(3) { top:9px; }
	.navigation-trigger span:nth-child(4) { top: 18px; }
	.navigation-trigger.open span:nth-child(1) { top: 9px; width: 0%; left: 50%; }
	.navigation-trigger.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
	.navigation-trigger.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
	.navigation-trigger.open span:nth-child(4) { top: 9px; width: 0%; left: 50%; }
}


/*-------------------------------------------------------------------
	Retina Displays
-------------------------------------------------------------------*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
	.logo { background:url(../images/common/logo@2x.png); background-size:contain; }
	.footer-logo { background:url(../images/common/footer-logo@2x.png); background-size:contain; }
}
