@media all
{

/* site layout */

/* top level */
#all
{
	width: 100%;
	height: 100%;

	margin-left: auto;
	margin-right: auto;
	
	position: relative;
}


#image, #menu, #center
{
	width: 100%;
	min-width: 1120px;
	max-width: 1170px;
	margin: 0 auto;
}

/* second level */


/* third and following */

/* header */

#header {
	font-size: 15px;
	height: 163px;
	margin: 0 auto;
    background-color: #000000;
    border: none;
}

#header #image
{
	height: 110px;
	background-size: 100%;
}


#header #image img
{
	margin: 1em 1.5em;
}

/* center */

#column_main
{
	width: 75%;
	padding-left: 1.5em;
	float: left;
}

/*Breadcrumb*/

#bar_top
{
/*
	font-size: 0.9em;
    padding-top: 0.5em;
	height: 1em;
	*/
	display: none;
}

/*
#bar_top #left
{
	float: left;
}

#bar_top #right  div.float
{
	float:right;
}

#bar_top #right
{
	text-align:right;
}
*/

#column_right
{
	float: right;
	width: 15%;
	border: none;
	background-image: none;
	margin-top: 5.5em;
}

/* nodereference */
.nodereference .view-footer{
	height:0px;
}

/* footer */

.clear
{
	clear:both;
}

/* hide follow on twitter link */

a[href^="http://twitter.com/vvvvshoutbox"]
{
	display: none;
}

/* GDPR Blocker */

.video-wall {
		font-size: 1em;
		padding: 1em;
		color: #aaa;
		display: flex;
		flex-direction: column;
		border: 1px solid #ddd !important;
		justify-content: center;
		background-color: #eee;
		width: 877px;
		height: 493px
	}

.video-wall  label {
		margin-bottom: 0em;
	}

.video-wall .video-link
    {
        color: #666;      
    }

.video-wall .video-link	a {
		margin-right: 0em;
	}  

.video-wall h1
    {
        font-size: 1.3em;
        font-weight: bold;
        margin: 1em;
        color: #666;
    }

.video-wall .text
    {
        margin: 1em 0em;
    }

.video-wall .text a{
		white-space: nowrap;
	}

.video-wall .buttons
    {
        display: block;
        color: #888;
	}
        
.video-wall .buttons input{
		background-color: #fff;
		margin-bottom: 2em;
		color: #000;
		accent-color: #666;
	}

.video-wall .playButton{
		width: 50px;
		height: 50px;
		background-color: #01ad8e;
		mask-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 18v-12l10 6-10 6z'/%3E%3C/svg%3E" );
		-webkit-mask-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 18v-12l10 6-10 6z'/%3E%3C/svg%3E" );
		background-repeat: no-repeat;
		background-position:50% 50%;
		margin: 2em auto 1em;
		cursor: pointer;
	}

.video-wall .buttons .playButton:hover {
		background-color: #ffa800;
	}

}

