/* fiding stuff */
.fnd-lnk {
	display: table-cell;
    width: 3%;
    vertical-align: middle;
}
.bx-rel .fnd-lnk img {
	position: static;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 120%;
	height: 120%;
}
.fnd-remove:before, 
.fnd-close:before, 
.fnd-times:before {
    content: "\2716";
	font-size: 2.4em;
}
/* Full screen search*/
#fnd-cont a{
  color: #fff;
  font-size: 2rem;
	margin: 0;
	padding: 0;
}
#fnd-cont {
  position:fixed;
  width: 100%;
  height: 0;
  background-color: rgba(79,79,79,0.92);
  display: flex;
  align-items: center;
	margin-left: auto;
	margin-right: auto;
  opacity: 0;
  transition: all .5s;
  will-change: transform, opacity;
  z-index: 997;
}
.fnd-mid {
    margin-top: -15%;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fnd-mid p {
	margin: 0;
	padding: 0 0 1% 0;
	color: #ffffff;
	font-size: 1.5rem;
  border-width: 0 0 1px 0;
  border-style: solid #fff;
}
.fnd-mid #searchfield {
	-webkit-appearance:none;
	border: 0;
  height: 2rem;  
  max-width: 50%;
  background-color: #ffffff;
  color: #717A8E;
  flex: 1 0 auto;
  font-size: 2rem;
  outline: 0;
  padding: 2rem 1rem;
}
#terminate {
  position: absolute;
  right: 5%;
  top: 5%;
}
#fnd-cont:target {
  height: 100vh !important;
  width: 100% !important;
  opacity: 1;
  z-index: 999;
}

@media (min-width:1152px) and (max-width:1279px)  {

}
@media (min-width:1280px) and (max-width:1367px){

}
@media (min-width:1368px) and (max-width:1489px){

}
@media (min-width:1490px) and (max-width:1689px){

}
@media (min-width:1600px){

}
@media (min-width:1920px){

}
@media (min-width:370px) and (max-width:567px) {

.fnd-lnk {
    display: table-cell;
    width: 10%;
}
}
@media (min-width:568px) and (max-width:639px) {


.fnd-lnk {
    display: table-cell;
    width: 10%;
}
}
@media (min-width:640px) and (max-width:735px) {


.fnd-lnk {
    display: table-cell;
    width: 10%;
}
}
@media (min-width:736px) and (max-width:979px) {

}
@media (min-width:980px) and (max-width:1151px) {

}
@media (max-width:369px) {


.fnd-lnk {
    display: table-cell;
    width: 10%;
}
}
