
.horizontal-scroll::-webkit-scrollbar { 
	display: none;  // Safari and Chrome
}

.horizontal-scroll{
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	-ms-overflow-style: none;  // IE 10+
	scrollbar-width: none;  // Firefox
}

.text-wrap{
	white-space: normal;

}

.link-4 {
	white-space: nowrap;
}

.white-bg {
    white-space: normal;
}


 /* Desktop */
@media (min-width: 991px) {
	

	.project:nth-child(odd) > .half-block > .block-typo{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;

	}
	
	.collection-item-scroll:first-child{
		margin-left: 10%;
	}
	
}

@media (min-width: 991px) {
	
	.collection-item-scroll:first-child{
		margin-left: 10%;
	}
	.margin:first-child{
		margin-left: 5% !important;
	}
}
    
  /* Tablet */
  @media (max-width: 991px) {}
​
  /* Iphone Landascape */
  @media (max-width: 767px) {
	  
	.horizontal-timeline{
		overflow: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
		-ms-overflow-style: none;  // IE 10+
		scrollbar-width: none;  // Firefox
	}
  }
​
  /* Iphone Portrait */
  @media (max-width: 479px) {}
  
  
  
.w-input::-webkit-input-placeholder { /* Edge */
  color: white;
}

.w-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.w-input::placeholder {
  color: white;
}

#search::-webkit-input-placeholder, #search-news::-webkit-input-placeholder, #search-assets::-webkit-input-placeholder { /* Edge */
  color: black;
}

#search::-ms-input-placeholder, #search-news::-ms-input-placeholder, #search-assets::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

#search::placeholder, #search-news::placeholder, #search-assets::placeholder {
  color: black;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .text-field-ie {
        color: black !important;
    }
}

@supports (-ms-ime-align:auto) {
    .text-field-ie {
        color: black !important;
    }
}

