﻿.search,
.search i {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  float: right;
}

.search input {
  display: block;
  width: 30px;
  height: 34px;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 3px solid #06bceb;
  padding-left: 30px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.search label {
  position: absolute;
  width: 37px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  top: 1px;
  left: 0;
  color: #06bceb;
  cursor: pointer;
}

.search label i {
  color: #06bceb;
  font-size: 14px;
}

.search input:focus {
  /*opacity: 1;*/
  width: 200px;
  border-color: #06bceb;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.search input:focus ~ label {
  left: 0;
}

.search input:focus ~ label i {
}
