body {
	padding-top: 70px;
}

#txtNaamHints {
	height: auto;
	width: 100%;
	z-index: 999;
	position: absolute;
}

#txtNaamHints ul {
	width: 100%;
	width: calc(100% - 50px);
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

#txtNaamHints li {
	background: white;
	width: auto;
	padding: 0px 10px 0px 10px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #66AFE9;
	border-right: 1px solid #66AFE9;
	border-bottom: 1px dotted #66AFE9;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

#txtNaamHints li:hover {
	background: #66AFE9;
	color: white;
}

#txtNaamHints li.inactive:hover {
	background: white;
	color: #333;
	cursor: normal;
}


#txtNaamHints li:last-child {
	border-bottom: 1px solid #66AFE9;
}

.controls {
        margin-top: 16px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input {
        background-color: #fff;
        padding: 0 11px 0 13px;
        width: 400px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
      }

      #pac-input:focus {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 14px;  /* Regular padding-left + 1. */
        width: 401px;
      }

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

.item {
  background-size: cover;
}

.item1 {
  background-image: url('..//images/item1.jpg');
    background-position: left bottom;
}

.item2 {
  background-image: url('..//images/item2.jpg');
    background-position: left bottom;
}

.item3 {
  background-image: url('..//images/item3.jpg');
    background-position: left bottom;
    
}


.blue-button {
background-color:#429C07;
color:#fff;
border:solid 1px #6C147C;
border-radius:5px;
<!--padding:3px 5px; -->
padding:15%;
transition: all 0.3s ease-in-out 0s;

.blue-button:hover
{
	background-color: 
	#6C147C;
	
}	