/* ----------------------------- */

/* ==desktop and HD devices      */

/* ----------------------------- */

@media (min-width: 577px) {
  /* rules for big resources and big screens like: background-images, font-faces, etc. */
  
  	.item-type-filter-resume {
		background-color:#eeeeee;
		padding: 5px 10px;
	}

	.gallery .animate-hover {
		height: 310px;
	    padding:5px 10px 0 10px;
	    overflow:hidden;
	}
	.gallery .animate-hover:hover .show-on-hover-gallery,
	.animate-hover.is-hover .show-on-hover,
	.animate-hover:hover .show-on-hover {
		display:block ;
	}
	
	.gallery .animate-hover.is-hover,
	.gallery .animate-hover:hover {
	    height: 420px;
	    padding-bottom:20px;
	    background: none repeat scroll 0 0 #FFFFFF;
	    box-shadow: 0 0 5px 1px #999999;
	    position:absolute;
		z-index:3;
	/* 	width:110%; */
	/* 	padding-left:10%; */
	/* 	padding-right:10%; */
	/* 	left:-5%; */
	
		width:207px;
		padding-left:20px;
		padding-right:20px;
		left:-10px;
	}
	
	/* hide show stuff if gallery / list , hover / not hover.*/
	
	/* hide icomoon*/
	.product-filters .cockpitButton:before {
		content:"";
	}
	
		
 
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* style adjustments for high density devices */
}

/* ---------------------------------- */

/* ==Responsive large / small / tiny  */

/* ---------------------------------- */

@media (min-width: 1000px) {
  /* layouts for large screens */

  .large-hidden {
    display: none !important;
  }

  .large-visible {
    display: block !important;
  }

  .large-no-float {
    float: none;
  }

  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }

  .large-col {
    display: table-cell;
    vertical-align: top;
  }

  /* widths for large screens */

  .large-w25 {
    width: 25% !important;
  }

  .large-w33 {
    width: 33.3333% !important;
  }

  .large-w50 {
    width: 50% !important;
  }

  .large-w66 {
    width: 66.6666% !important;
  }

  .large-w75 {
    width: 75% !important;
  }

  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  
  .large-w100 {
  	width:100%!important;
  }
  .large-wauto {
  	    width: auto !important;
  }

  /* margins for large screens */

  .large-man {
    margin: 0 !important;
  }
  
  .large-pln {
    padding-left: 0 !important;
  }
  .large-pll {
    padding-left: 3em !important;
  }
   .large-prl {
    padding-right: 3em !important;
  }
  
}

@media (max-width: 999px) {
 
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }

   .medium-hidden {
    display: none !important;
  }

  .medium-visible {
    display: block !important;
  }

  .medium-no-float {
    float: none;
  }

  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .medium-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  .medium-col {
    display: table-cell !important;
    vertical-align: top !important;
  }

  .medium-w25 {
    width: 25% !important;
  }

  .medium-w33 {
    width: 33.3333% !important;
  }

  .medium-w50 {
    width: 50% !important;
  }

  .medium-w66 {
    width: 66.6666% !important;
  }

  .medium-w75 {
    width: 75% !important;
  }

  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }

  /* margins for small screens */

	.medium-man {
		margin: 0 !important;
	}

	.medium-pan {
		padding: 0 !important;
	}
	

  
 }


@media (max-width: 770px) {
  /* quick reset in small resolution and less */

  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }

  /* layouts for small screens */

  .small-hidden {
    display: none !important;
  }

  .small-visible {
    display: block !important;
  }

  .small-no-float {
    float: none;
  }

  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  .small-col {
    display: table-cell !important;
    vertical-align: top !important;
  }

  /* widths for small screens */

  .small-w25 {
    width: 25% !important;
  }

  .small-w33 {
    width: 33.3333% !important;
  }

  .small-w50 {
    width: 50% !important;
  }

  .small-w66 {
    width: 66.6666% !important;
  }

  .small-w75 {
    width: 75% !important;
  }

  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  
   .gallery .hidden-gallery-mode.small-w100 {
   	display:none !important;
   }
  
  .small-w100 {
	width:100% !important;
  }

  /* margins for small screens */

	.small-man {
		margin: 0 !important;
	}

	.small-pan {
		padding: 0 !important;
	}
  
  	.global-search-category input[type="search"],
	.mnf-home-topbar,
	.body-container,
	.frame {
		width:100%;
		max-width:100%;
		margin-left:0;
		margin-right:0;
	}
	
	.frame {
		margin-left:0;
	}
	
	.tile_products .frame_middle {
		float:none !important;
		width:100%;
	}
	.tile_products .frame_middle_container {
		padding-left : .5em !important;
		padding-right : .5em !important;
	}
	
	.tile_products .is-complete {
		padding-right:0;
	}
	
	.is-complete .box-section-right .tile {
		padding:.5em!important;
	}
	
	.result-pagination {
		font-size:2em;
		margin-top:0!important;
	}
	
	.global-search-category {
		text-align:center;
	}
 
	.inputFieldSearchShadowed  + input {/* submit */
		margin-top:1em;
	}
	
	.global-search-category input {
		float:none;
	}
	.global-search-category select {
		width:100%;
		float:none;
	} 
	
	.frame_left {
		float:none;
		width:auto;
	}
  
	.result-listing .is-thumb {
		margin-bottom:2em;
	}



	/* left filter on products list */
	.product-filters .filter-list,
	.product-filters .btn-more {
		display:none;	
	}
	
	.product-filters .cockpitButton {
		margin-top:1em!important;
	}
	
	.product-filters .cockpitButton.icomoon:before {
		content:"\e605";
	}
	
	.item-type-nav a {
	
	}


  
}




@media (max-width: 576px) {
  
 
  /* quick tiny resolution reset */
	.mod,
	.col,
	fieldset {
		display: block !important;
		float: none !important;
		clear: none !important;
		width: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border: 0;
	}
	
	.knacss .right,
	.knacss .end,
	.knacss .left,
	.knacss .start {
		float:none;
	}
	
	.company_contact_main dt.left,
	.product-picture-gallery li.left,
	.knacss .tiny-left,
	.knacss .tiny-start {
		float:left;
	}
	
	.knacss .tiny-right,
	.knacss .tiny-end {
		float:right;
	}
	
	
	.tiny-txtleft {
		text-align:left !important;
	}
	.tiny-txtcenter {
		text-align:center !important;
	}
	
	.tiny-line {
		clear: both !important;
	}
	.tiny-line:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.tiny-w100 iframe {
		max-width: 100%;
		height: auto!important;
	}
	
	.autogrid2.tiny-w100 > * {
		display: block !important;
		float: none !important;
		clear: none !important;
		width: auto !important;
	}
	
	.modal_content.filter-list a,
	.modal_content .filter-list a {
		width:100%;
		box-sizing: border-box;
	} 
	
	
	/* menu filter for search */
	.tile_filters.overlay-open {
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	  	transition: opacity .35s, visibility .35s, height .35s;
	  	overflow: scroll;
 		visibility: visible;
  		height: 100%;
  		width:100% !important;
	}
	

	
	body.scroll-forbidden {
		overflow: hidden;
	}
	
	
  /*
	.row {
		display: block !important;
		width: 100% !important;
	}
	th,
  	td {
		display: block !important;
		width: auto !important;
		text-align: left !important;
	}
	thead {
		display: none;
  	}
 	
*/

	.tiny-flatten-table th,
  	.tiny-flatten-table td {
		display: block !important;
		width: auto !important;
		text-align: left !important;
		margin:0.5em 0;
	    padding:0;
	}
	
	.tiny-flatten-table .InputField, 
	.tiny-flatten-table .OptionField,
	.tiny-flatten-table .textField {
	    border: 1px solid;
	    border-color: #BBBBC0 #D0D0D0 #D0D0D0 #BBBBBB;
	    width: 100%!important;
	    box-sizing: border-box;
	    margin-left:0 !important;
	    margin-right:0 !important;
	}
	
	#simplemodal-container,
	#simplemodal-wrap {
		max-width:310px !important;
	}
	
	.basic-modal-content {
		width:300px !important;
		max-width:300px !important;
	}
	
	#simplemodal-container .modal_bottom,
	#simplemodal-container .modal_title {
		width:295px;
	}
	
	#simplemodal-container {
		background: url('https://static3.mynetfair.com/images/filter/modal_bg_w320_flower_logo.gif') no-repeat !important;
	}
	
	#simplemodal-container a.modalCloseImg {
		background:transparent;
		right:0px;
	}
	
	#simplemodal-container .modal_title,
	#simplemodal-container.mnf-modal .modal_title {
		left:35px;
		font-size:16px;
		color:#00aeef;
		top:7px;
		padding-top:0;
	}

	#simplemodal-container .modal_title_in,
	#simplemodal-container.mnf-modal .modal_title_in {
		position:inherit;
	}

	.box-image {
		text-align:center;
	}

  .w300p,
  .w400p,
  .w500p {
    width: auto;
    float: none;
  }

  .tiny-hidden {
    display: none !important;
  }

  .tiny-visible {
    display: block !important;
  }

  .tiny-no-float {
    float: none;
  }

  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }

  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }

 
	.tiny-w25 {
		width: 25% !important;
	}

  .tiny-w33 {
    width: 33.3333% !important;
  }

  .tiny-w50 {
    width: 50% !important;
  }

  .tiny-w66 {
    width: 66.6666% !important;
  }

  .tiny-w75 {
    width: 75% !important;
  }

	.modal_content.filter-list,
	.modal_content .filter-list,
	.tiny-w100,
	.tiny-wauto,
	.product-properties .label-like {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  
  .product-properties .label-like {
  	padding:0 !important;
  }
  .product-properties .label-like + p.mod {
  	padding-left:1em !important;
  }
  
 
  #AddNewLicenceDivID.mediumReferencesDiv  {
  	height:auto;
  }
  
  /* margins for tiny screens */

  .tiny-man {
    margin: 0 !important;
  }

  .tiny-pan {
    padding: 0 !important;
  }
  
   .global-search-category {
	text-align:center;
   }
 
	.inputFieldSearchShadowed  + input {/* submit */
		margin-top:1em;
	}
  
  .global-search-category input {
	float:none;
  }
  .global-search-category select {
  	width:100%;
  	float:none;
  } 
  
  .mnf-quick-search {
  	margin-top:1em;
  }
  
  .mnf-home-features {
  	overflow:hidden;
  	margin:2em auto;
  }
  
  
	.footer_link li {
		margin:1%;
		width:46%;
		padding:0;
	}
	
	.mnf-header-logo {
		float:none;
		text-align:center;		
	}

	.user-logged-title::after, .user-logged-title::before {
		content: "\A ";
		white-space: pre;
	}
	
	.mnf-home-modal-container {
		width:100%;
		max-width:100%;
	}
	
	.knacss span.product-type-icon {
		width:25px !important;
		margin-right:.3em !important;
	}
  
	.knacss span.product-type-icon,
	.knacss span.product-type-icon + span {
		display:inline-block !important;
	}
	


	 
	 
	.result-listing.gallery .is-thumb,
	.result-listing .is-thumb {
	    background: transparent none repeat scroll 0 0 !important;
	    padding: 0;
	    width: 100%;
	}
	
	.display-mode-nav {/* hide grid / list selection */
		display:none;
	}
	
	.knacss .colonne-factice-left {
		background:none;
		overflow:hidden;
		margin-top:0!important;
	}
	
	.knacss .box-section-left {
		width:100%;
		overflow:hidden;
		padding:0.5em 0 !important;
	}
	
	.result-listing {
		padding-right:0;
		margin-top:4em;
	}
	
	.box-section-left > .box-title,
	.is-thumb .product-notepad,
	.is-thumb .box-section-middle,
	.is-thumb .box-section-right,
	.is-thumb .box-section-left .box-title
	.is-thumb .box-section-middle,
	.is-thumb .product-brand-title {
		display:none !important;	
	}
	
	.is-thumb .image-thumb {
		float:left;
		margin-left : 1em !important;
		margin-right: 1em;
		width:100px !important;
		height:100px !important;
		padding:.3em;
	}
	
	.is-thumb .box-section-left .product-company-brand-title {
		display:block!important;
	}
	.is-thumb .box-title {
		margin-left:1em !important;
	
	}
	
	.cta-banner-register {
		display:block;
		margin-left:auto;
		margin-right:auto;
		width:100%;
		height:auto !important;
	}
	
	.product-type-choice.current {
		background:transparent;
	}
	
	.item-type-nav {
		padding:0;
		margin:0;
	}
	
	.home_slider .theme-light .nivo-caption {
		background: #004682 none repeat scroll 0 0;
		width: 100%;
		top:50px;
	}
	.nivo-caption br {
		clear: none;
		content: " ";
		display: none;	
	}
		
	
	.home_slider_loading {/* while loading set the height otherwise page jumps. */
		height:200px !important;
	}
	
	.header-searchbar > * {
		width:98% !important;
		padding:0 1% !important;
		text-align:center !important;
		margin:0 auto !important;
	}
	
		
	.header-searchbar .container_inputFieldSearch, 
	.header-searchbar .container_dropdownFieldSearch {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		float: none !important;
		height: auto;
		padding: 0;
		width: 100%;
	}
	
	.container_submitFieldSearch {
		float:none !important;
		margin-left:auto;
		margin-right:auto;
		margin-top:1em;
	}
	
	.header-searchbar .container_inputFieldSearch input,
	.header-searchbar .container_dropdownFieldSearch select {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: 1px solid #999;
		border-radius: 7px !important;
		box-shadow: 0 5px 5px 0 #666;
		float: none !important;
		padding: 10px 0;
		width: 100%;
	}
	
	.header-searchbar  > form {
		margin-top:1em;
	}
	
	.header-logo-catchphrase {
		text-align:center;
	}
	
	/* big box */
	 .fluid-float-company-box {
	 	margin-right:0;
	 	padding-left:0;
	 }
	 .box-section-middle {
	 	padding:0!important;
	 }
	 
	 .product-video iframe {
	    height: auto !important;
	    max-width: 100%;
	}
	
	/* grid of logos */
	.product-similar-products li,
	.product-showroom-recommendation li,
	.product-showroom-pos li  {
		float:left;
		width:50%;	
	}
	
	.footer_link {
		margin-top:5em;
		background:#00aeef;
		padding:10px;
		font-size:12px;
		border:0;
	}
	
	.footer_link a {
		color:#FFF !important;
	}
	
	
	/* company profile */
	.homeBox_390_mid,
	.companyBox_180_mid {
		width:100%;
		border:0;
		background:transparent;
		padding:0;
	}
	
	.mnf_company_profile_left_qrcode,
	.homeBox_390_top,
	.homeBox_390_bot,
	.companyBox_180_top,
	.companyBox_180_bot,
	.companyBox_790_top,
	.companyBox_790_bot {
		display:none;
	}
	
	.companyBox_790_mid,
	.text_mobi_demo,
	.homeBox_390_mid,
	.frame_middle_left,
	.frame_middle_container,
	.frame_middle,
 	.frame_left {
  		float:none;
  		width:100%;
  		padding-left:0!important;
  		padding-right:0!important;
 	 }
 	 
 	#companyProfilInfosDivID .homeBox_390_mid_container {
 	 	padding-left:1em;
 	 }
 	 
 	 .company-profile-country-logo {
 	 	float:left !important;
 	 }
 	 
 	 .google_advert_filter_bottom {
		margin-top:1em;
		text-align:center;
	}
	
	.banner_deco_inner {
		background: rgba(255,255,255,.95);
		margin:0 auto;
		padding:1em;
	}
	
	/* FIX is-fixed menu , cancel topp and positionning for fixed menu that is not fixed on small devices */
	.company_profile_menu {
		top:0!important;
	}
	#stickycompanymenu_placeholder {
		height:0 !important;
	}
	
	.page-productscout .producscout-article .article-picture-inner,
	.section-article {
		padding-top:0em !important;
	}
	
	.page-productscout .producscout-article .article-picture {
		height:auto;
		background-repeat:no-repeat;
	}
	
	
	.productscout-properties-example > div {
		margin: 1.5em 1.5em 3em !important;
	}
	
	.overlay-menu {
		position:unset !important;
	}
	
	.result-pagination a,
	.result-pagination {
		margin-top:1.5em !important;
	}
	
	.result-pagination .icomoon-after {
		text-decoration:none;
	}
	 
	
	
	
}



/* quick print reset */
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    font-size: 12pt;
    background-color: #fff !important;
    color: #333 !important;
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  blockquote,
  ul,
  ol {
    color: #000 !important;
    margin: auto !important;
  }

  .print {
    display: block;
  }

  .no-print {
    display: none;
  }

/* hide slider and advertisement */
.home_slider {
	display:none;
}

  img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  /* no orphans, no widows */

  p,
  blockquote {
    orphans: 3;
    widows: 3;
  }

  /* no breaks inside these elements */

  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }

  /* page break before main headers */

  h1 {
    page-break-before: always;
  }

  /* no breaks after these elements */

  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid;
  }

  a {
    color: #000 !important;
    text-decoration: underline !important;
  }

  /* displaying URLs */
	/* hidden from now because of javascript:noop and too much clutter
  a[href]:after {
    content: " (" attr(href) ")";
  }*/

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
    
  
}/* ----------------------------- */
