html, body { height: 100%; }

body
{
	margin: 0;
	padding: 0;
	background: #f7f7f7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	font-size: 100%;
	line-height: 22px;
}

*:focus { outline: none; }

*,
    *:before,
    *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after
{
	content: ' ';
	display: table;
}

.clearfix:after { clear: both; }

#wrap
{
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background: #ffffff;
	font-size: .875rem;
}

#head
{
	border-bottom: 1px solid #375f86;
	padding: 50px 0 15px 0;
}

#head h1
{
	margin: 0;
	font-size: 0;
}

#head img
{
	width: 350px;
	margin-left: 5px;
}

@media all and (max-width: 320px)
{
	#head img { width: 250px; }
}

.column-wrap { vertical-align: top; }
h3,h4,h5 { text-align: center; }

h1
{
	font-size: 30px;
	font-weight: normal;
}

h2
{
	margin-bottom: 5px !important;
	text-transform: uppercase !important;
	font-size: 18px;
	line-height: 18px;
}

h4.leftalign { text-align: left; }

h5
{
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
}

ul.column-wrap
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.left-col
{
	width: 65%;
	float: left;
	padding: 20px 20px 0 0;
}

.right-col
{  
	width: 35%;
	float: left;
	padding: 0;
	position: relative;
	text-align: right;
}

.right-col a { 

   display: block;
}

.full
{
	width: 100%;
	padding: 20px;
	position: relative;
}


.full.header
{
	padding: 10px 20px 6px;
	border-top: 1px solid #375f86;
	border-bottom: 1px solid #375f86;
}

.full.header  h2
{
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}

#mediaspace_wrapper
{
	float: right;
	margin-top: 82px;
	margin-bottom: 82px;
}

.txt-img
{
	float: right;
	margin: 0 20px 20px 20px;
	width: 40%;
}

.dl-link img { border: 2px solid #a5037c; }
.dl-link:hover img { border: 2px solid #4bb2b5; }

h2
{
	font-size: 16px;
	line-height: 16px;
}

td { vertical-align: top; }

a:link, a:visited
{
	text-transform: uppercase;
	font-size: 14px;
	color: #a5037c;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active { color: #4bb2b5; }

a[href^='mailto']:link
{
	font-weight: normal;
	text-transform: none;
}

i { font-size: 15px; }

ol
{
	margin: 0 0 0 24px;
	padding: 0;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h4
{
	margin-bottom: 3px;
	padding: 0;
}

span.label
{
	width: 120px;
	display: inline-block;
	text-transform: uppercase;
}

img#mediaspace_jwplayer_logo { display: none !important; }

.full.footer
{
	text-align: center;
	border-top: 1px solid #375f86;
	margin-top: 30px;
}

.small
{
	background: white;
	display: block;
	padding: 0 5px;
	font-size: 13px;
	margin: 0 auto;
}

a.dl img { margin-right: 20px; }
#mediaspace_jwplayer_playlistcomponent { position: relative !important; }

.fotobar
{
	padding: 0 0 10px 0 !important;
	width: 100%;
	border-bottom: 1px solid #375f86;
}

.fotobar img
{
	float: left;
	width: 20%;
	height: auto;
	border-right: 1px solid white;
}

.fotobar img:last-child() { border-right: none; }

@media only screen and (max-width : 768px)
{
	.videoWrapper
	{
		position: relative;
		padding-bottom: 56.25%;
		/* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	
	.videoWrapper iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.tbild
{
	float: right;
	margin: 0 0 0 20px;
}

@media only screen and (max-width : 420px)
{

}

@media only screen and (max-width : 320px)
{
	#mediaspace { display: none; }
}

@media only screen and (max-width : 768px)
{
	.left-col,
	.right-col
	{
		width: 100%;
		float: inherit;
		text-align: left;
	}
	.middleImg{
	   margin: 140px 0;
	}
	.right-col a
	{
		float: none;
		margin: 20px 0;
		display: block;
	}
	
	#mediaspace_wrapper
	{
		float: none;
		margin-top: 20px;
	}
}

@media print
{
	background-color:#fff; 
			color:#000;
			a:link, a:visited
	{
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}

}
