/* -------------------------------------------- */
/* ------------------ HEADER ----------------- */
/* -------------------------------------------- */
.ws_header_block
{
	color: #a0a0a0;
	font-size:14px;
	width:100%;
	background-color:#505050;
	padding-top:60px;
	padding-bottom:60px;
}

.menu_bar
{
	height:60px;
	width:100%;
	background-color:#303030;
}

/* -------------------------------------------- */
/* ---------------- TITLE  -------------------- */
/* -------------------------------------------- */

.ws_title_block
{
	margin:auto;
	display:table;
	background: rgba(0,0,0,0.5);
	padding:80px;
	border-radius:5px;
}

.ws_header_image
{
	margin-right:40px;
}

.ws_header_title
{
    font-size:60px;
    /*color:#101010;*/
    color:white;
    padding:5px;
    vertical-allign:bottom;
    float:left;
}

.ws_header_separator
{
	height:50px;
	width:5px;
}

.ws_header_subtitle
{
    float:left;
    font-size:50px;
    color:orangered;
    padding:5px;
    margin-top:auto;
    margin-left:5px;
}

/* ------------------------------------------ */
/* ------------------ BODY ------------------ */
/* ------------------------------------------ */
.ws_body_block
{
    width:100%;
    background-repeat:no-repeat;
    background-size:contain;
    background-color:white;
    min-height:300px;
}


