.container {
    max-width: 100%;
}
.cursor {
	cursor: pointer;
}
.cptn, .fl-contact-form label {display:none}
.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
    border: 0;
    padding: 5px 10px;
    color: #eb008b;
}
#page hr {
    background: #fff;
    height: 2px;
    margin: 60px 0;
}
#page table tr td {
	padding:5px 10px;
	border-color: rgba(255,255,255, 0.35);
}
#page table {
	border-color: rgba(255,255,255, 0.35);
}
html, #page-body {
    overflow-x: hidden;
}

@media screen and (max-width: 768px) {
.header-fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
}
}


 