/**
 * Project:		Yukon Energy 2016
 * Style Sheet:	Yec Search
 * Sites:		1 - Yukon Energy, 2 - Resource Plan
/* ---------------------------------------- */

ul li.header-search{
	border: 1px solid rgba(0, 130, 186, 0.85);
	border-radius: 20px;
	padding: 0 .5em;
	position: relative;
}
	ul li.header-search label{
		display: none;
	}
	ul li.header-search button{
		text-indent: -9999px;
		width: 15px;
		height: 15px;	
		background: transparent url(/assets/layout/icon-search.png) no-repeat 0 0;
		background-size: cover;
		border: none;
		float: left;
		margin-right: .5em;
		margin-top: .3em;
	}
	ul li.header-search input[type=search]{
		border: none;
		width: 100px;
		font-size: 85%;
		-webkit-appearance: none;
		margin: 0;
	}
	ul li.header-search input:focus{
		outline:none!important;
	}
	
	
	.search-result p{
		position: relative;
		overflow: hidden;
		height: 70px;
	}
	.search-result p:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2.5em;
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 2em);
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 2em);
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255) 2em);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 2em);
	}


@media only screen and (min-width: 1250px) and (min-height: 760px) {

	ul li.header-search input[type=search]{
		width: 150px;
	}	
	
}
