.fixed {
  background-color: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000000;
}


.grid_txt,.grid_section .grid_txt{
	height: 100%;
}

.gridline_section_catch,
.gridline_section_catch a,
.grid_section_catch,
.grid_section_catch a,
.grid_section_txt,
.gridline_section_txt,
.gridline_section_txt a{
	color: #ffffff;
}



.blink.imgliq::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.blink.imgliq.black_tm::before {
  background-color: rgba(0, 0, 0, 0.3);
}

.blink.imgliq:hover::before {
  background-color: rgba(204, 0, 0, 0.3);
}