	
	.display-m 	{ display:none}
	select#slct { outline:0; box-shadow:none; border:0 !important; background:#888; background-image:none; font-size:110%;
					  -webkit-appearance: none;
					     -moz-appearance: none;
					      -ms-appearance: none;
					          appearance: none;}

	/* Remove IE arrow */
	select#slct::-ms-expand { display:none;}

	/* Custom Select */
	.select 	{ 	position:relative; display:flex; width:100%; height:3em; line-height:3;
	  				background:#888; overflow: hidden; border-bottom:1px solid #fff}
	select#slct { flex:1; padding:0 .5em; color:#fff; cursor:pointer; }
	
	/* Arrow */
	.select::after { content: '\02C5'; position:absolute; top:0; right:0; padding: 1em 1em; background:#888; color:#fff;
					 cursor:pointer; pointer-events: none; font-size:16px; line-height:1;
					  -webkit-transition: .25s all ease;
					       -o-transition: .25s all ease;
					          transition: .25s all ease;}
	/* Transition */
	.select:hover::after { color:#fff;}


	/* ==========================================================================
	    Media Style
	============================================================================= */
	@media only screen and (max-width:767px) {
	.display-m 	{ display:block;}
	}
