/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #138808;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.image-zoom-container {
	list-style: none;
	font-size: 0px;
}
.zoom-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom-container img {
	display:inline-block;
	width:100%;
	-webkit-transition: all 5s ease; /* Safari and Chrome */
    -moz-transition: all 5s ease; /* Firefox */
    -ms-transition: all 5s ease; /* IE 9 */
    -o-transition: all 5s ease; /* Opera */
    transition: all 5s ease;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
     transform:scale(1.5);
}

#search{ 
  background: transparent;
    border: navajowhite;
    color: #fff;
    font-size: 24px;
	border-bottom:1px solid #333;
}
.search-button {
  float: right;
}

.search-button button {
  border: none;
  background: transparent url('http://webdesign-finder.com/lifecoach/wp-content/themes/lifecoach/images/menu-search.png') no-repeat center center/cover;
  padding: 1.9em 20px;
  color: white;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
}

.search-popup label {
  color: white;
}

.search-form {
  display: block;
  margin: 7em 4em;
  position: relative;
  right: -100%;
}

.form {
  position: relative;
}

.form input {
  outline: none;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #dad6d5;
  background-color: transparent;
  width: 100%;
  padding: 1em 0;
  color: #dad6d5;
}

.form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form input:focus::-moz-placeholder {
  opacity: 0;
}

.form input:-ms-input-placeholder {
  opacity: 0;
}

.form input:focus:-moz-placeholder {
  opacity: 0;
}

.form label {
  position: absolute;
  top: 25%;
  right:10px;
  cursor:pointer;
}




.show {
  /*width:100%;*/
  display:inline-block;
  /*padding:0 30px 0 0;*/
}

.small-img {
  width:95%;
  height: 70px;
  margin-top: 10px;
  position: relative;
  right:0;
  padding:0 30px 0 0;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left { transform: rotate(180deg) }

.small-img .icon-right { right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity:.5; }

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }



@media (max-width: 1280px) {
	.container {
		width: auto;
		padding: 0;
	}
#search {
    background: transparent;
    border: navajowhite;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #333;
}
}


@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 768px) {

	.zoom-container {
		width: 100%;
		padding:10px;
	}

}

@media (max-width: 480px) {
	
	.zoom-container {
		width: 100%;
	}
	#search{ 
    font-size: 20px;
	border-bottom:1px solid #333;
}
	
}