@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

*, div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  background: #e8eaf6;
  background: #efefef;
  -webkit-font-smoothing: antialiased;
  text-align: center;
	margin: 0;
}


.container {
  display: block;
  width: 70%;
  margin: 20px auto 0 auto;
  background: #fff;
  height: 100vh;
	overflow: scroll;
}

.sw {
  float: left;
  width: 100%;
  height: 80px;
  background: #533687;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.1);
}
.sw form {
  float: left;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sw a.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
  height: 100%;
  max-width: 80px;
  margin-right: 10px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.sw a.logo svg {
  max-height: 100%;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.sw .search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  outline: none;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  height: 50px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  -webkit-appearance: none;
	font-size: 18px;
}
.sw .search:focus {
  height: 80px;
  margin-left: -15px;
  padding: 10px 15px;
}
.sw .search:focus + .go {
  height: 80px;
  margin-right: -15px;
  max-width: 80px;
  color: #533687;
}
.sw .search:focus + .go + a.logo {
  visibility: hidden;
  opacity: 0;
  max-width: 0px;
  margin-right: 0;
}
.sw .go {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  max-width: 50px;
  display: inline-block;
  border: none;
  background: #fff;
  color: #ccc;
  height: 50px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  font-size: 21px;
  outline: none;
}

.content {
  float: left;
  width: 100%;
  clear: both;
  padding: 15px;
  text-align: center;
}
.content h1 {
  font-family: 'Roboto', sans-serif;
  color: #333;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
  margin-top: 50px 0 0 0;
}
.content p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
.content p a {
  color: #533687;
  text-decoration: none;
}
.content p a:hover {
  text-decoration: underline;
}
.content cite {
  color: #aaa;
}






#result_container ul {
	width: 100%;
  max-width: 600px;
  margin: auto;
	padding: 0;
}

#result_container li {
	background: #fff;
	box-shadow: 0 1px 2px #999;
	font-family: sans-serif;
	height: 30px;
	line-height: 30px;
	list-style: none;
	margin: 10px auto;
	padding: 20px 10px;
	text-align: center;
	transform: translateZ(0);
	transition: box-shadow 0.25s ease-in;
	width: auto;
	max-width: 500px;
	box-sizing: content-box;
}

#result_container li:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#result_container li[aria-selected=true] {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-device-width : 1024px) {

	.container {
	  width: 100%;
	  margin: 0px auto 0 auto;
	}
}
