* {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Oswald', sans-serif;
	color:#FFF;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html, body {
	height:100%;
	min-height:100%;
}
body {
	color:#333;
	font-size:1em;
	line-height:1.45em;
	font-weight:300;
}
body * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul{
	list-style: disc;
	margin: 0px 0px 0px 20px;
	padding: 0;
}
.noStyling{
	list-style: none;
}
li{line-height: 1.45em;}
/*
ol{counter-reset: item}
li{display: block}
li:before{content: counters(item, ".") " "; counter-increment: item }
*/
a {
	color: #000;
}
a:hover {
	color: #000;
}
a:focus {
	outline: none;
}
a.underline {
	text-decoration:underline;
}
a.underline:hover {
	text-decoration:none;
}

a.underline:hover {
	text-decoration:none;
}

h1 {
	margin:0px 0 20px;
	font: 20px/23px 'Oswald', sans-serif;
	text-transform:uppercase;
	font: 27px/30px 'Oswald', sans-serif;
	font-weight: 700;
	color:#6698B1;
}

h2 {
	margin:10px 0 20px;
	text-transform:uppercase;
	font: 18px/20px 'Oswald', sans-serif;
	font-weight: 300;
	color:#EB008B;
}
h3 {
	margin: 10px 0 20px;
	text-transform:uppercase;
	font: 20px/24px 'Oswald', sans-serif;
	font-weight: 300;
	color:#EB008B;
}
h3 a, h3 a:hover {
	text-decoration: none;
}
h3 span, h3 a.active {
	color: #EB008B;
}

h3.padding {
	padding:0 65px 0 0;
	margin: 0 0 15px;
}
h4 {
	margin: 20px 0 10px;
	font: 16px/22px 'Oswald', sans-serif;
	font-weight:300;
	color:#EB008B;
}
h5 {
	font: 14px/20px 'Oswald', sans-serif;
	margin: 20px 0 20px;
	font-weight:300;
}
h6 {
	font: 12px/18px 'Oswald', sans-serif;
	margin: 10px 0 10px;
	font-weight:300;
}

#topMenu{height:50px;background: #000;color:#FFF;width:100%;text-align: right;padding:5px 0px 0px 0px;box-shadow: 0 8px 6px -6px black;}
.item a{font:'Oswald';color:#6698B1;font-size: 18px;padding:0px 0px 0px 10px;margin:0px;font-weight:700;text-transform: uppercase;}
a.disabled{color:#FFF;}
.navButton{padding-top:5px; font-size:20px;}
#topMenu a:hover{text-decoration: none;}
#cookieWarning{background: rgba(0,0,0, 0.6);color:#FFF;text-align:center;font-weight:400; font-size:0.8em; position: fixed;bottom:0;width:100%;line-height:16px;z-index:999999999;padding:10px;}
.contentBlock{padding:10px;background: rgba(0,0,0,0.8);}
.contentBlock p{font-family: 'Open Sans', sans-serif;font-weight:600;line-height:1.8em}
#owl-demo .item{
	padding: 5px 0px;
	margin: 5px;
	color: #FFF;
	text-align: center;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

