body {
	margin:0;
	padding:0;
	color: #6F6F6F;
	background-color: #fff;
	word-wrap: normal;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	color: #565656;
	font-weight: normal;
}
h1, h2 {
	width: 100%;
	padding: 12px 0;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
	padding-top: .7em;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #222;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover,
a:focus {
	color: #555;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
:focus {
	outline:none !important;
}
b, strong {
	font-family: "Open Sans Bold",Helvetica,Arial,sans-serif;
}

.container-fluid {
	background: #444;
	text-align: center;
}
.innercontent {
	padding:15px;
}
.contentwrapper {
	padding-top:20px;
}

/* cookie notice */

#cookie-notice {
	display:block;
	position:fixed;
	min-width:100%;
	height:auto;
	z-index:100000;
	font-size:13px;
	line-height:20px;
	left:0;
	text-align:center;
}
#cookie-notice .button.bootstrap {
	font-family:sans-serif;
	display:inline-block;
	font-style:normal;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	text-decoration:none;
	outline:0;
}
.cookie-notice-container {
	padding:10px;
	text-align:center;
}
.cn-top {
	top:0;
}
.cn-bottom {
	bottom:0;
}
#cookie-notice .button {
	margin-left:10px;
}
#cookie-notice .button.bootstrap {
	margin-right:.3em;
	margin-bottom:0;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.25);
	background-color:#006dcc;
	background-image:-moz-linear-gradient(top,#08c,#04c);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
	background-image:-webkit-linear-gradient(top,#08c,#04c);
	background-image:-o-linear-gradient(top,#08c,#04c);
	background-image:linear-gradient(to bottom,#08c,#04c);
	background-repeat:repeat-x;
	border-color:#04c #04c #002a80;
	border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding:2px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#cookie-notice .button.bootstrap:focus,#cookie-notice .button.bootstrap:hover {
	color:#fff;
	background-color:#04c;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	-moz-transition:background-position .1s linear;
	-o-transition:background-position .1s linear;
	transition:background-position .1s linear;
}

#cookie-notice .button.bootstrap {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  background-image: none;
  width: auto;
  margin-right: 11px;
}
#cookie-notice .button.bootstrap:hover {
  color: #000;
  background-color: #ccc;
}
#cn-accept-cookie {
  display: block;
  float: right;
  width: 40px;
  text-align: right;
  margin-left: 0;
}
#cn-notice-text {
  float: left;
  width: auto;
  max-width: 93%;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 8px;
}
@media (max-width: 991px) {
  #cn-notice-text {
    max-width: 88%;
  }
}
@media (max-width: 767px) {
  #cn-notice-text {
    max-width: 82%;
  }
}
@media (max-width: 479px) {
  #cn-notice-text {
    max-width: 78%;
  }
}

@font-face{font-family:'Open Sans Regular';font-style:normal;font-weight:300;src:local("Open Sans Regular Regular"),url("../fonts/custom/opensans-regular-webfont.woff") format("woff")}
@font-face{font-family:'Open Sans Bold';font-style:normal;font-weight:300;src:local("Open Sans Bold"),url("../fonts/custom/opensans-bold-webfont.woff") format("woff")}
body{font-family:'Open Sans Regular', sans-serif;}

@media (min-width: 768px) {
	.header {
		height: 84px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 18px;
	}
}
	