.search{
}

ul.alphabet__letters {
	padding: 0 25px;
}

ul.alphabet__letters > li {
	color: #323232;
	display: inline-block;
	vertical-align: middle;
}

ul.alphabet__letters > li > a {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	color: #9B9B9B;
	padding: 10px 0 20px 0;
	transition: font-size .2s, padding .2s;
}

ul.alphabet__letters > li > a.enabled {
	color: #323232;
}

.enabled:hover {
	font-size: 40px;
	padding: 0px;
}

.search-header{
	text-align: center;
	transition: opacity 0.5s linear;
	z-index: 10;
	opacity: 1;
	background-color: #f9f9f9;
}

.search-header input{
	width:160px;
	display:inline-block;
}

.search-header input::-webkit-input-placeholder {
   text-align: center;
   color: #9B9B9B;
}

.search-header input:-moz-placeholder { /* Firefox 18- */
   text-align: center;
   color: #9B9B9B;
}

.search-header input::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
   color: #9B9B9B;
}

.search-header input:-ms-input-placeholder {
   text-align: center;
   color: #9B9B9B;
}

.search-header input.form-control {
    height: inherit;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    background-image: none;
		border-bottom: 2px solid #8A8A8A;
		border-left: none;
		border-right: none;
		border-top: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
		padding-top: 10px;
}

.search-group-letter{
	height: 60px;
	width: 28px;
	color: #323232;
	font-size: 50px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}

.search-group{
    width: 100%;
	/* display: inline-block; */
	/* float: left; */
    /* margin-bottom: 20px; */
}
.search-group-float{
	float: left !important;
}
.saerch-clear-both{
	clear: both;
}
.search-item{
	height: 640px;
	width: 640px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.list-letter{
	margin-right: 5px;
}
@media (max-width: 768px){
	.search-header{
		position: fixed;
		width: 100%;
	}
	.list-letter{
		margin-right: 0px;
	}
	.mobileSearchButton{
		margin-right: 15px;
	}
}
