.ShpSearch
	{
	width : 100%;
	margin : 20px 0px 80px 0px;
	
	border: solid 1px #d9d9d9;
	border-radius : 3px;
	
	justify-content : flex-end;
	align-items : center;
	}

.ShpSearchLeft
	{
	flex-grow : 1;
	}
	
.ShpSearchRight
	{
	height : 80px;
	align-items : center;
	cursor : pointer;
	}
	
.ShpSearchRight:hover
	{
	background-color : #f5f5f5;
	}
	
	
.ShpSearch input
	{
	width : 100%;
	height : 80px;
	
	font : normal 16px Montserrat,Calibri,sans-serif;
	color : #434343;
	
	padding : 0px 30px 0px 30px;
	border : solid 1px #ffffff;
	border-radius : 3px;
	}

.ShpSearch img
	{
	height: 25px;
	margin : 0px 30px 0px 30px;
	
	cursor : pointer;
	}

.ShpResults
	{	
	width : 100%;
	padding : 20px;
	}

.ShpResultLine
	{
	justify-content : flex-start;
	align-items:center;
	margin-bottom : 25px;
	}
	
.ShpResultIcon
	{
	margin-right: 10px;
    	font: normal 18px Calibri,sans-serif;
	}
	
.ShpResultLink
	{
	text-decoration: none;
        font: normal 18px Calibri,sans-serif;
        color: #0b5394;
        line-height: 1.5em;
	}
	
.ShpResultLink:hover
	{
	text-decoration : underline;
	}
	
	
/* Smartphone */
@media only screen and (max-width:480px)
	{		
	.ShpSearch
		{
		flex-wrap : nowrap;
		}
	}

	
/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:800px)
	{
	}
