/* RETINA */
@media screen and (min-width: 1440px) {
}

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

@media screen and (max-width: 1340px){
.et_pb_column.et_pb_column_1_4.et_pb_column.et_pb_section_video_on_hover.et_pb_section_parallax_hover.et_pb_css_mix_blend_mode_passthrough, .et_pb_module.et_pb_text.et_pb_text.et_pb_section_video_on_hover.et_pb_text_align_center.et_pb_bg_layout_light {
    height: 380px;
}
}

/* 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) {
}

/* IPAD LANDSCAPE */
@media screen and (max-width: 1080px) {
}


/* DIVI BreakPoint */
@media screen and (min-width: 981px) {	

}
@media screen and (max-width: 980px) {
    /* max-width -- mobile */
.et_pb_menu .et_pb_menu__menu {
    display: flex !important;
	}
.et_mobile_nav_menu, .mobile_nav.closed {
	display:none !important;
	}
.jb-hidden-element {
 opacity: 1 !important;
}
.et_pb_module.et_pb_text.et_pb_text.et_pb_section_video_on_hover.et_pb_text_align_center.et_pb_bg_layout_light {
    padding-bottom: 80px !important;
}
}

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

span.et_pb_image_wrap:after {
	display:none;
}
	.et_pb_menu .et_pb_menu__menu {
    display: none !important;
	}
.et_mobile_nav_menu, .mobile_nav.closed {
	display:block !important;
	}
}

/* Generic Tablets */
@media only screen and (max-width: 767px){
}
@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) {
}

/*IPHONE 5 LANDSCAPE */
@media only screen and (max-width: 547px) {
}
.et_pb_column_1_tb_footer {
    padding-top: 30px;
    margin-top: -5vh;
}
@media only screen and (max-width: 566px) {
		
	/* footer partners */
footer img.wp-image-369.alignnone.size-full {
    padding-top: 35px;
	margin-left: -17px;
}
img.wp-image-374.alignnone.size-medium {
    margin-top: -40px;
}
footer img.wp-image-654.alignnone.size-medium {
    margin-left: -16px;
    margin-top: 22px;
}
img.wp-image-372.alignnone.size-medium {
    margin-top: -41px;
}
}
	@media only screen and (max-width: 768px) and (min-width: 767px)
	{

footer .et_pb_column_1_tb_footer {
    margin-top: 0vh !important;
}
}

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

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

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

/* HTC, GALAXY PORTRAIT */
@media only screen and (max-width: 360px) {
}

/* 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 ) {
}