/* Icon_close */
.custom-close a i {
		transition: all .3s linear !important;
}
.custom-close a i:hover {
   transform: rotate(180deg);
}

body.hide-navigation .header,
body.hide-navigation .footer {
   display: none;
}
