.top_black{
	width: 100%;
	height: 92px;
	background:#000;
	margin-bottom: 10px;		
}

.header {
    border-bottom: 1px solid #7b7b7b; width: 100%;
}

.header IMG {
    max-width: 100%;
}

.footer {
    border-top: 1px solid #7b7b7b; width: 100%; color: #7b7b7b;
    padding-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.hidden {
    display: none;
}

.card .card-image {
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 15px;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}