.divSearch{float: right;padding-top:10px}
.divPhone{float:left;color:#fff;margin-top: 8px;}
.divPhone i{font-size:24px;color: #fff496;}
.divPhone a{color:#fff !important;font-weight:bold;font-size:20px}
.search 
{
	margin-right: 5px;
}

.search > span {
  display: inline-block;
  position: relative;
  filter: drop-shadow(0 1px #0091c2);
}

.search > span:after {
  content: "";
  background: white;
  width: 4px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 0px;
  transform: rotate(135deg);
}

.search > span > input {
  color: white;
  background: transparent;
  width: 28px;
  height: 28px;
  padding: 0px 10px 0px 10px;
  border: solid 3px white;
  outline: none;
  border-radius: 28px;
  transition: width 0.5s;
}

.search > span > input::placeholder {
  color: #efefef;
  opacity: 0;
  transition: opacity 150ms ease-out;
}

.search > span > input:focus::placeholder {
  opacity: 1;
}
.btnSearch{display:none}
.imgSocial{width:33px}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{
	.search > span > input:focus,
	.search > span > input:not(:placeholder-shown) {
	  width: 80px;
	}
	.social{display:none}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) 
{
	.search > span > input:focus,
	.search > span > input:not(:placeholder-shown) {
	  width: 80px;
	}
	.social{display:none}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 
{
	.search > span > input:focus,
	.search > span > input:not(:placeholder-shown) {
	  width: 100px;
	}
	.social{display:none}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{
	.search > span > input:focus,
	.search > span > input:not(:placeholder-shown) {
	  width: 200px;
	}
	.social{display:inline}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) 
{
	.search > span > input:focus,
	.search > span > input:not(:placeholder-shown) {
	  width: 200px;
	}
	.social{display:inline}
}