/*************** ADD CUSTOM CSS HERE.   ***************/
#exitPopup{
	display: none !important;
}
#wrapper{
	background: url(bg-789club.jpg) fixed no-repeat;
    background-size: cover;
 }
 .header-button-1 a {
    background-color: rgb(170, 1, 0);
    box-shadow: rgb(170, 1, 0) 0px 5px 30px;
}
.header-button-2 a {
    background-color: rgb(86 0 170);
    box-shadow: rgb(86 0 170) 0px 5px 30px;
}
.breadcrumb {
    background: #141414;
    color: #f4d483;
    padding: 6px 0px;
    font-size: 14px;
}
.breadcrumb p{
	margin-bottom: 0px;
}
.breadcrumb a{
	color: white;
}