html {
	position: relative;
  	min-height: 100%;
	background-color: #f8f8f8;
}

body {
	margin-bottom: 50px;
	background-color: #f8f8f8;
}

.cf-search-field {
	background-color: #ffffff;
	border-radius: 18px;
	border-color: #e2e2e2;
}

.cf-text-xxs {
	font-size: 10px
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-left {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
	font-size: 16px;
}

.has-search .form-control-right {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
	font-size: 20px;
	right: 16px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #888888;
  font-size: 12px;
}