/* RETINA */
@media screen and (max-width: 1468px) {
	#main-banner.banner-thick .et_pb_row{
		background-position: bottom left !important;
		background-size: 1200px 316px !important;
	}

}
@media screen and (max-width: 1440px) {

	#main-banner.banner-thin .et_pb_row{
		background-position: bottom left !important;
		background-size:1150px !important;
	}
}

@media screen and (max-width: 1400px){

	.lang-en #main-banner .et_pb_row .et_pb_column{
		margin: 0 0 15px 30px;
		line-height:1.3em;
	}
}

@media screen and (max-width: 1368px) {

	#main-banner.banner-thin .et_pb_row{
		background-position: bottom left !important;
		background-size:100% !important;
		min-height: 220px;
	}

	#main-banner.banner-thin:before{
		bottom:0px;
	}
}
/* MAC BOOK */
@media screen and (max-width: 1440px) and (min-width: 1367px) {
}

/* DESKTOP 1 */
@media screen and (max-width: 1366px) and (min-width: 1296px) {
}

/* DESKTOP 2 */
@media screen and (max-width: 1295px) and (min-width: 1081px) {
}

@media screen and (max-width: 1280px) {
	#main-banner.banner-thick .et_pb_row{
		background-position: bottom right !important;
		background-size: 100% !important;
		min-height: 290px;
	}
	#main-banner.banner-thin .et_pb_row{
		background-position: bottom left !important;
		background-size:1012px !important;
	}
	#main-banner.banner-thin:before{
		bottom:0px;
		height:100px;
	}
	#main-banner.banner-thick:before{
		bottom:0px;
		height:172px;
	}
	.lang-fr #main-banner .et_pb_row .et_pb_column{
		margin: 0 0 15px 30px;
		line-height:1.3em;
	}
}

@media screen and (max-width: 1180px){

	#main-banner.banner-thin .et_pb_row{
		background-position: bottom left !important;
		background-size:100% !important;
		min-height: 187px;
	}
	#main-banner.banner-thin:before{
		bottom:0px;
		height:92px;
	}
	.lang-fr #main-banner .et_pb_row .et_pb_column{
		margin: 0 0 15px 30px;
		line-height:1.3em;
		font-size:14px;
	}
}

/* IPAD LANDSCAPE */
@media screen and (max-width: 1080px) {
	#main-banner.banner-thick .et_pb_row{
		background-position: bottom left !important;
		background-size: 852px 232px !important;
	}

	#main-banner.banner-thin .et_pb_row{
		background-position: bottom left !important;
		background-size:100% !important;
	}

	.lang-fr #main-banner .et_pb_row .et_pb_column{
		margin: 0 0 15px 30px;
		line-height:1.3em;
		font-size:13px;
	}
}


/* DIVI BreakPoint */
@media screen and (min-width: 981px) {
    /* min-width -- desktop */
}
@media screen and (max-width: 980px) {
    /* max-width -- mobile */
	.et_pb_title_container h1 {
		font-size: 22px;
		font-weight:bold;
	}
	#top-menu{
		display:none;
	}
	#main-header #et-top-navigation{
		height:0;
		position: absolute;
		top: 30px;
	}
	#main-header > .container{
		width:100%;
	}
	.et_mobile_menu{
		top:40px;
	}
	.et_header_style_left .logo_container{
		top:0;
	}
	#main-banner.banner-thick .et_pb_row{
		min-height: 33vw;
		width: 100%;
		background-size: 102% !important;
		background-position: bottom left !important;
	}
	#main-banner.banner-thin .et_pb_row{
		min-height: 30vw;
		width: 100%;
		background-size: 102% !important;
		background-position: bottom left !important;
	}

	.lang-en #main-banner .et_pb_row .et_pb_column{
		margin: 0 0 10px 25px;
		width: 50%;
		line-height: 1.3em;
		font-size:15px;
	}
	.lang-fr #main-banner .et_pb_row .et_pb_column{
		margin: 0 0 10px 30px;
		width: 50%;
	}
	.et_section_specialty .et_pb_widget_area_left .widget_nav_menu{
		width:100%;
	}
	.et_section_specialty .et_pb_widget_area_left .widget_nav_menu ul{
		display:flex;
		justify-content: center;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		padding:10px 0 20px 0 !important;
		flex-wrap:wrap;
	}
	.et_section_specialty .et_pb_widget_area_left .widget_nav_menu ul li{
		border:none;
		margin-right:20px;
		margin-top:10px;
		text-align: center;
	}
	.et_section_specialty .et_pb_widget_area_left{
		display:flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top:50px;
	}
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:first-child img,
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:nth-child(2) img{
		height:100% !important;
		width:auto !important;
	}
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:first-child,
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:nth-child(2){
		margin:0 0 40px 0;
		width:50%;
		display: flex;
		justify-content: center;
		max-height:150px;
	}
	.et_section_specialty .et_pb_widget_area_left .widget_text .social-container{
		margin: 0 auto;
	}
	.et_section_specialty > .et_pb_row{
		display:flex;
		flex-direction: column;
	}
	.et_section_specialty > .et_pb_row > .et_pb_column_1_4{
		order:2;
	}
	.et_section_specialty > .et_pb_row > .et_pb_column_3_4{
		order:1;
	}

}

@media only screen and (max-width:900px){
	.lang-en #main-banner .et_pb_row .et_pb_column{
		margin: 0 0 10px 25px;
		width: 50%;
		line-height: 1.3em;
		font-size:13px;
	}
}

/* Generic Tablets */
@media only screen and (max-width: 767px){
	#main-banner{
		height: 0;
		margin-bottom: 70px;
	}
	.et_header_style_left #logo{
		max-width:250px;
		width:100%;
		margin-top: 6px;
	}
	#acx-gallery > a{
		width:32%;
	}
	#acx-gallery:after {
		content: "";
		width: 32%;
	}
	.section_title_links{
		margin-bottom:50px !important;
	}
}
@media only screen and (max-width: 700px){
}

/* IPHONE 6+ LANDSCAPE */
@media only screen and (max-width: 736px){
}

/* IPHONE 6 LANDSCAPE */
@media only screen and (max-width: 667px){
}

/* HTC, GALAXY LANDSCAPE */
@media only screen and (max-width: 640px) {
	.lg-actions .lg-next{
		right:0 !important;
	}
	.lg-actions .lg-prev{
		left:0 !important;
	}
}

/*IPHONE 5 LANDSCAPE */
@media only screen and (max-width: 568px) {
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:first-child,
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:nth-child(2){
		max-height:120px;
	}
	.section_title_links a{
		display:block;
	}
}
@media only screen and (max-width: 520px) {
}

/* IPHONE 4 LANDSCAPE */
@media only screen and (max-width: 480px) {
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:first-child,
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:nth-child(2){
		max-height:100px;
	}
	.social-container{
		padding:15px 15px 10px 15px;
	}
	.social-container h3{
		font-size:15px;
	}
	a.big-link{
		font-size:24px;
	}
	.home #main-banner{
		height: 0;
		margin-bottom: 50px;
	}
	#main-banner {
		height: 0;
		margin-bottom: 70px;
	}
	.et_section_specialty .et_pb_widget_area_left .widget_nav_menu ul{
		flex-direction: column;
		align-items: center;
	}

	#acx-gallery > a{
		width:100%;
		max-height:none;
		overflow: visible;
		margin-bottom:10px;
	}
	#acx-gallery:after {
		content: "";
		width: 32%;
	}
	.fur_flex{
		flex-direction: column;
	}
	.fur_flex img{
		margin-right: 0;
	}
	.fur_flex div{
		text-align: center;
		margin-top:12px;
		margin-bottom:40px;
	}
}

/* IPHONE 6+ PORTRAIT */
@media only screen and (max-width: 414px) {
}

/* IPHONE 6 PORTRAIT */
@media only screen and (max-width: 375px) {
	#popmake-24893 .check_availability {
		width: 100%;
	}
	/* ---------------------------------------- */
	/* Sidebar - cart*/
}

/* HTC, GALAXY PORTRAIT */
@media only screen and (max-width: 360px) {
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:first-child,
	.et_section_specialty .et_pb_widget_area_left > .widget_media_image:nth-child(2){
		max-height:80px;
	}

	.et_header_style_left #logo{
		max-width:180px;
		width:100%;
		margin-top: 14px;
	}
}

/* IPHONE 4, IPHONE 5 PORTRAIT */
@media only screen and (max-width: 320px) {
}

/*--------------------------------- TARGET ONLY SPECIFIC DEVICES ------------------------------------------*/
/* TARGET IPAD */
@media only screen and (max-width: 768px) and (min-width: 767px) {
}
@media only screen and (max-width: 1024px) and (min-width: 1023px) {
}

/* TARGET iPHONE 5S */
@media only screen and (device-width: 640px) and (device-height: 1136px) and (orientation: portrait) {
}
@media screen and (max-device-width: 1136px) and (orientation: landscape) and (device-aspect-ratio: 40/71) {
}

/* TARGET IPHONE 5 */
@media only screen and (device-width: 568px) and (orientation: landscape) {
}
@media only screen and (device-width: 320px) and (orientation: portrait) {
}

/* TARGET IPHONE 4 */
@media only screen and (device-width: 320px) and (orientation: portrait) {
}
@media only screen and (device-width: 480px) and (orientation: landscape) {
}

/* TARGET HTC ONE AND GALAXY S5 */
@media only screen and (device-width: 360px) and (orientation: portrait) {
}
@media only screen and (device-width: 640px) and (orientation: landscape) {
}

/* TARGET IPHONE 6 */
@media only screen and (device-width: 375px) and (orientation: portrait) {
}
@media only screen and (device-width: 667px) and (orientation: landscape) {
}

/* TARGET IPHONE 6+ */
@media only screen and ( device-width: 414px ) and ( orientation: portrait ) {
}
@media only screen and ( device-width: 736px ) and ( orientation: landscape ) {
}
