@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " ("attr(href) ")"
	}

	abbr[title]:after {
		content: " ("attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important
	}
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:782px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.428571429
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:782px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014\A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\A0\2014"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

code,
kbd {
	padding: 2px 4px;
	font-size: 90%
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px
}

.container:after,
.container:before {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:992px) {
	.container {
		max-width: 1024px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1024px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px
}

.container-fluid:after,
.container-fluid:before {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row:after,
.row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.3333333333%
}

.col-xs-2 {
	width: 16.6666666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.3333333333%
}

.col-xs-5 {
	width: 41.6666666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.3333333333%
}

.col-xs-8 {
	width: 66.6666666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.3333333333%
}

.col-xs-11 {
	width: 91.6666666667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1,
.col-xs-pull-2,
.col-xs-pull-3,
.col-xs-pull-4,
.col-xs-pull-5,
.col-xs-pull-6,
.col-xs-pull-7,
.col-xs-pull-8,
.col-xs-pull-9,
.col-xs-pull-10,
.col-xs-pull-11,
.col-xs-pull-12 {
	right: c
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.3333333333%
}

.col-xs-push-2 {
	left: 16.6666666667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.3333333333%
}

.col-xs-push-5 {
	left: 41.6666666667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.3333333333%
}

.col-xs-push-8 {
	left: 66.6666666667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.3333333333%
}

.col-xs-push-11 {
	left: 91.6666666667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:782px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-1 {
		width: 8.3333333333%
	}

	.col-sm-2 {
		width: 16.6666666667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.3333333333%
	}

	.col-sm-5 {
		width: 41.6666666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.3333333333%
	}

	.col-sm-8 {
		width: 66.6666666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.3333333333%
	}

	.col-sm-11 {
		width: 91.6666666667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1,
	.col-sm-pull-2,
	.col-sm-pull-3,
	.col-sm-pull-4,
	.col-sm-pull-5,
	.col-sm-pull-6,
	.col-sm-pull-7,
	.col-sm-pull-8,
	.col-sm-pull-9,
	.col-sm-pull-10,
	.col-sm-pull-11,
	.col-sm-pull-12 {
		right: c
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.3333333333%
	}

	.col-sm-push-2 {
		left: 16.6666666667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.3333333333%
	}

	.col-sm-push-5 {
		left: 41.6666666667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.3333333333%
	}

	.col-sm-push-8 {
		left: 66.6666666667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.3333333333%
	}

	.col-sm-push-11 {
		left: 91.6666666667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-1 {
		width: 8.3333333333%
	}

	.col-md-2 {
		width: 16.6666666667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.3333333333%
	}

	.col-md-5 {
		width: 41.6666666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.3333333333%
	}

	.col-md-8 {
		width: 66.6666666667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.3333333333%
	}

	.col-md-11 {
		width: 91.6666666667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1,
	.col-md-pull-2,
	.col-md-pull-3,
	.col-md-pull-4,
	.col-md-pull-5,
	.col-md-pull-6,
	.col-md-pull-7,
	.col-md-pull-8,
	.col-md-pull-9,
	.col-md-pull-10,
	.col-md-pull-11,
	.col-md-pull-12 {
		right: c
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.3333333333%
	}

	.col-md-push-2 {
		left: 16.6666666667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.3333333333%
	}

	.col-md-push-5 {
		left: 41.6666666667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.3333333333%
	}

	.col-md-push-8 {
		left: 66.6666666667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.3333333333%
	}

	.col-md-push-11 {
		left: 91.6666666667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-md-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-md-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-1 {
		width: 8.3333333333%
	}

	.col-lg-2 {
		width: 16.6666666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.3333333333%
	}

	.col-lg-5 {
		width: 41.6666666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.3333333333%
	}

	.col-lg-8 {
		width: 66.6666666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.3333333333%
	}

	.col-lg-11 {
		width: 91.6666666667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1,
	.col-lg-pull-2,
	.col-lg-pull-3,
	.col-lg-pull-4,
	.col-lg-pull-5,
	.col-lg-pull-6,
	.col-lg-pull-7,
	.col-lg-pull-8,
	.col-lg-pull-9,
	.col-lg-pull-10,
	.col-lg-pull-11,
	.col-lg-pull-12 {
		right: c
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.3333333333%
	}

	.col-lg-push-2 {
		left: 16.6666666667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.3333333333%
	}

	.col-lg-push-5 {
		left: 41.6666666667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.3333333333%
	}

	.col-lg-push-8 {
		left: 66.6666666667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.3333333333%
	}

	.col-lg-push-11 {
		left: 91.6666666667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777
}

caption,
th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:781px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	margin: 0;
	min-width: 0
}

fieldset,
legend {
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	padding-top: 7px
}

.form-control,
output {
	display: block;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 34px
	}

	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:782px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:782px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:782px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:782px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
	background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
	background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
	background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
	background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: 400;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px
}

.btn-sm,
.btn-xs {
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:after,
.nav:before {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li,
.nav>li>a {
	position: relative;
	display: block
}

.nav>li>a {
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid;
	border-color: #ddd #ddd transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:782px) {

	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a {
	border: 1px solid #ddd
}

@media (min-width:782px) {

	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: DroidSans, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.428571429;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	left: 5px
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.carousel,
.carousel-inner {
	position: relative
}

.carousel-inner {
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
	.carousel-inner>.item {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		transform: translate3d(100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		transform: translate3d(-100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		transform: translateZ(0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	background-color: transparent
}

.carousel-control.left {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001))
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5))
}

.carousel-control:focus,
.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203A"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #046a74;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #046a74
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:782px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

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

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:781px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:781px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:781px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:781px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:782px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:782px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:782px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:782px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:781px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:782px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

#wp-admin-bar-comments,
#wp-admin-bar-updates,
#wp-admin-bar-wp-logo {
	display: none !important
}

#wpadminbar {
	position: fixed !important
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes open {
	0% {
		max-height: 0;
		visibility: hidden;
		overflow: hidden
	}

	to {
		max-height: 500px;
		visibility: visible;
		overflow: inherit
	}
}

@keyframes open {
	0% {
		max-height: 0;
		visibility: hidden;
		overflow: hidden
	}

	to {
		max-height: 500px;
		visibility: visible;
		overflow: inherit
	}
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

@-webkit-keyframes come-in {
	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes come-in {
	to {
		transform: translateY(0);
		opacity: 1
	}
}

.panel-body .company-image-column {
	opacity: .1;
	visibility: hidden
}

.come-in {
	transform: translateY(130px);
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-animation: come-in 1s ease forwards;
	animation: come-in 1s ease forwards
}

.come-in:nth-child(2n) {
	-webkit-animation-duration: .9s;
	animation-duration: .9s
}

.come-in:nth-child(odd) {
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}

@font-face {
	font-family: DroidSans;
	src: url(../fonts/DroidSans.eot);
	src: url(../fonts/DroidSans.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidSans.woff) format("woff"), url(../fonts/DroidSans.ttf) format("truetype"), url(../fonts/DroidSans.svg#DroidSans) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: DroidSansBold;
	src: url(../fonts/DroidSans-Bold.eot);
	src: url(../fonts/DroidSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidSans-Bold.woff) format("woff"), url(../fonts/DroidSans-Bold.ttf) format("truetype"), url(../fonts/DroidSans-Bold.svg#DroidSans-Bold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "DroidSerif";
	src: url(../fonts/DroidSerif.eot);
	src: url(../fonts/DroidSerif.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidSerif.woff) format("woff"), url(../fonts/DroidSerif.ttf) format("truetype"), url(../fonts/DroidSerif.svg#DroidSerif) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Material Icons;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/material_icons/MaterialIcons-Regular.eot);
	src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/material_icons/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/material_icons/MaterialIcons-Regular.woff) format("woff"), url(../fonts/material_icons/MaterialIcons-Regular.ttf) format("truetype")
}

i {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100%
}

[class^=icon-] {
	width: 32px;
	height: 32px
}

.icon-unfold {
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: 50%;
	float: right;
	background-image: url(../icons/icon-unfold-more.svg)
}

.icon-unfold.active {
	background-image: url(../icons/icon-unfold-less.svg)
}

.icon-logo-big {
	width: 192px;
	height: 35px
}

.icon-logo-big,
.logo .icon-logo {
	background-image: url(../icons/logo-big.svg)
}

.logo .icon-logo {
	width: 100%;
	height: 100%;
	background-position: 50%
}

.icon-share {
	font-size: 32px !important
}

section.benefits [class^=icon-] {
	width: 80px;
	height: 80px;
	display: block;
	float: left
}

.icon-networking {
	background-image: url(../icons/icon-networking.svg)
}

.icon-flip-chart {
	background-image: url(../icons/icon-flip-chart.svg)
}

.icon-speech-bubble {
	background-image: url(../icons/icon-speech-bubble.svg)
}

.icon-portal {
	background-image: url(../icons/icon-portal.svg)
}

.icon-efficiency {
	background-image: url(../icons/icon-efficiency.svg)
}

.social [class^=icon-] {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	margin: 0 15px 15px
}

.icon-facebook {
	background-image: url(../icons/icon-facebook.svg)
}

.icon-facebook:hover {
	background-image: url(../icons/icon-facebook-color.svg)
}

.icon-twitter {
	background-image: url(../icons/icon-twitter.svg)
}

.icon-twitter:hover {
	background-image: url(../icons/icon-twitter-color.svg)
}

.icon-linkedin {
	background-image: url(../icons/icon-linkedin.svg)
}

.icon-linkedin:hover {
	background-image: url(../icons/icon-linkedin-color.svg)
}

.icon-xing {
	background-image: url(../icons/icon-xing.svg)
}

.icon-xing:hover {
	background-image: url(../icons/icon-xing-color.svg)
}

[class^=icon-agenda] {
	width: 60px;
	height: 60px
}

.icon-cocktail {
	background-size: 30px;
	background-position: 50%;
	background-image: url(../icons/icon-cocktail.svg)
}

.icon-agenda-cocktail {
	background-image: url(../icons/agenda_icons/icon-agenda-cocktail.svg)
}

.icon-agenda-coffee {
	background-image: url(../icons/agenda_icons/icon-agenda-coffee.svg)
}

.icon-agenda-eat {
	background-image: url(../icons/agenda_icons/icon-agenda-eat.svg)
}

.icon-agenda-idea {
	background-image: url(../icons/agenda_icons/icon-agenda-idea.svg)
}

.icon-agenda-podium {
	background-image: url(../icons/agenda_icons/icon-agenda-podium.svg)
}

.icon-agenda-rocket {
	background-image: url(../icons/agenda_icons/icon-agenda-rocket.svg)
}

.icon-agenda-speach {
	background-image: url(../icons/agenda_icons/icon-agenda-speach.svg)
}

.icon-agenda-stars {
	background-image: url(../icons/agenda_icons/icon-agenda-stars.svg)
}

.icon-agenda-task {
	background-image: url(../icons/agenda_icons/icon-agenda-task.svg)
}

.material-icons {
	font-family: Material Icons;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga"
}

header,
main {
	transition: opacity .3s linear, padding-top .3s ease
}

.slide-out footer,
.slide-out header,
.slide-out main {
	opacity: 0
}

*,
:after,
:before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
}

pre {
	overflow: visible
}

.small,
small {
	font-size: inherit
}

html {
	height: 100vh
}

@media (max-width:782px) {
	html {
		font-size: 15px
	}
}

body {
	height: 100%;
	font-family: DroidSans, sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 24px;
	padding-top: 100px;
	visibility: hidden
}

body.loaded {
	visibility: visible
}

body.is-loading {
	overflow: hidden
}

@media (max-width:782px) {
	body {
		padding-top: 120px
	}
}

#smoothBody,
#wp-body-classes {
	height: 100%
}

#wp-body-classes {
	display: flex;
	flex-direction: column
}

.navigation .container {
	width: auto
}

.container {
	width: 100%
}

main {
	flex: 1 0 auto
}

iframe {
	border: none
}

hr {
	border-top: 2px solid #979797
}

.clear:after,
.clear:before {
	content: " ";
	display: table
}

.clear:after {
	clear: both
}

p {
	font-family: DroidSans, sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 24px;
	margin: 15px 0
}

p b,
p strong {
	color: #585858;
	font-family: DroidSans-Bold, sans-serif
}

p.small {
	font-size: 16px
}

.h1,
h1 {
	font-family: DroidSans, sans-serif;
	font-size: 35px;
	color: #046a74;
	line-height: 45px;
	margin: 50px 0 20px
}

.h1 strong,
h1 strong {
	font-weight: 400
}

.h1.not-found,
h1.not-found {
	margin-top: 150px
}

.h2,
h2 {
	font-size: 32px;
	color: #046a74;
	line-height: 45px;
	margin-top: 50px;
	margin-bottom: 20px
}

.h2,
.h3,
h2,
h3 {
	font-family: DroidSans, sans-serif
}

.h3,
h3 {
	font-size: 22px;
	color: #585858;
	line-height: 32px;
	margin: 20px 0
}

.h4,
h4 {
	font-family: DroidSans-Bold, sans-serif;
	color: #046a74;
	line-height: 26px
}

.h4,
.h5,
h4,
h5 {
	font-size: 18px
}

.h5,
h5 {
	font-family: DroidSans, sans-serif;
	color: #585858;
	line-height: 24px;
	margin: 15px 0
}

.flex-align-center {
	display: flex;
	align-items: center
}

blockquote {
	padding: 0 0 0 50px;
	margin: 0;
	font-size: medium;
	border-left: none;
	position: relative
}

blockquote p {
	margin-top: 0
}

blockquote:before {
	font-family: Material Icons;
	content: "\E244";
	color: #046a74;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	left: 0;
	top: -10px;
	font-size: 50px;
	line-height: 50px;
	position: absolute
}

.v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.customize-partial-refreshing {
	opacity: .5 !important
}

.float-left {
	float: left
}

.margin-top-50 {
	margin-top: 50px
}

@media (max-width:782px) {
	.margin-top-50 {
		margin-top: 35px
	}
}

a:focus,
a:hover {
	color: #046a74;
	text-decoration: inherit
}

ol,
ul {
	font-family: DroidSans, sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 26px;
	padding-left: 25px;
	margin: 15px 0
}

.uppercase {
	text-transform: uppercase
}

.back-to-top {
	position: fixed;
	z-index: 9000;
	bottom: 30px;
	left: 30px;
	width: 70px;
	height: 70px;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
	line-height: 70px;
	font-size: 50px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: visibility .3s linear, opacity .3s linear
}

.back-to-top.visible {
	visibility: visible;
	opacity: 1
}

.back-to-top:after {
	content: "\E316"
}

.row-centered {
	text-align: center
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
	vertical-align: top
}

.wp-link {
	cursor: pointer
}

.big-link {
	font-family: DroidSans-Bold, sans-serif;
	font-size: 18px;
	color: #046a74;
	letter-spacing: 2.25px;
	line-height: 45px;
	float: right
}

@media (max-width:782px) {
	.big-link {
		float: left
	}
}

.big-link span {
	display: inline-block
}

.big-link i {
	float: right;
	line-height: 45px;
	font-size: 32px
}

.relative {
	position: relative
}

.forty-px-height {
	height: 40px
}

.btn {
	max-width: 400px;
	line-height: 24px
}

p:empty:before {
	display: none
}

@media (max-width:782px) {
	.container {
		padding-left: 20px;
		padding-right: 20px
	}
}

.section-review .tile {
	padding: 15px;
	height: 200px
}

@media (min-width:782px) {
	.section-review .tile {
		height: 270px
	}
}

.section-review .tile p {
	font-family: DroidSans-Bold, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin: 10px auto 0;
	max-width: 300px
}

.section-review .tile.blue {
	background: #046a74
}

.section-review .tile.green {
	background: #5b9a34
}

.section-review .tile.grey {
	background: #ececec
}

.section-review .tile.grey i,
.section-review .tile.grey p {
	color: #585858
}

.section-review .tile .material-icons {
	font-size: 60px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0
}

.two-column-col {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left
}

@media (max-width:600px) {
	.two-column-col {
		width: 100% !important
	}
}

main {
	padding-bottom: 50px;
	background-color: #fff
}

@media (max-width:782px) {
	main {
		overflow: hidden
	}
}

.section-headline {
	margin-top: 50px;
	margin-bottom: 20px
}

.section-headline h1,
.section-headline h2 {
	margin: 0
}

section {
	width: 100%;
	margin-bottom: 20px
}

section.grey {
	background: #ececec;
	padding: 10px 20px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

section img.size-full,
section img.size-large {
	width: 100%;
	height: auto
}

section.section-person-carousel {
	position: relative;
	margin-top: 50px
}

section.section-person-carousel .row {
	margin-left: -30px;
	margin-right: -30px
}

section.section-person-carousel .slick-slide {
	margin: 0 15px 30px
}

section.section-next-events,
section.section-prev-events {
	position: relative;
	margin-bottom: 50px
}

section.section-next-events>.row,
section.section-prev-events>.row {
	margin-left: -30px;
	margin-right: -30px
}

section.benefits {
	margin-bottom: -25px
}

section.benefits .icon-tile p {
	margin: 0 0 0 80px;
	max-width: 260px
}

section.benefits .icon-tile {
	padding-top: 20px;
	padding-bottom: 20px
}

section.benefits .row+.row {
	margin-top: 30px
}

section.matching-tool img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block
}

section .content-wrapper,
section .text-wrapper {
	margin: 0 80px
}

@media (max-width:782px) {

	section .content-wrapper,
	section .text-wrapper {
		margin: 0 20px
	}
}

@media (max-width:480px) {

	section .content-wrapper,
	section .text-wrapper {
		margin: 0
	}
}

section.overview .text-wrapper>:first-child {
	margin-top: 75px
}

@media (max-width:782px) {
	section.overview .text-wrapper>:first-child {
		margin-top: 50px
	}
}

section.event-section .list {
	text-align: left
}

section.event-section .list span {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	display: block;
	float: left
}

section.event-section .list .project-list-link {
	font-size: 16px;
	color: #777;
	text-align: left;
	line-height: 20px;
	display: inline-block;
	width: 100%
}

@media (max-width:782px) {

	section.event-section .left-side,
	section.event-section .right-side {
		padding-left: 20px;
		padding-right: 20px
	}

	section.event-section .border {
		display: none
	}
}

section.event-section .border {
	position: absolute;
	width: 1px;
	height: 90%;
	background-color: #777;
	top: 0;
	right: 15px
}

section.event-section .left-event-item,
section.event-section .right-event-item {
	margin-bottom: 15px;
	margin-top: 15px
}

.project-list-link {
	display: inline-block;
	transition: margin .1s linear
}

.project-list-link:before {
	opacity: 0;
	transition: opacity .1s linear
}

.project-list-link .event-title {
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	width: 100%
}

.project-list-link:hover {
	margin-left: 20px;
	position: relative
}

.project-list-link:hover:before {
	display: inline-block;
	font-family: Material Icons;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	line-height: 45px;
	left: -32px;
	font-size: 32px;
	opacity: 1;
	content: "\E315"
}

section.author .quote {
	min-height: auto
}

section.author .quote p {
	display: inline-block
}

.author,
.people {
	margin: 0;
	position: relative;
	border-bottom: 1px solid #ccc
}

.author .left-content,
.people .left-content {
	margin: 20px 0 0;
	display: flex;
	align-items: center
}

@media (max-width:360px) {

	.author .left-content,
	.people .left-content {
		flex-direction: column
	}
}

.author .person-description,
.people .person-description {
	padding-left: 20px
}

.author blockquote,
.people blockquote {
	margin: 20px 0
}

@media (max-width:768px) {

	.author.flex-align-center,
	.people.flex-align-center {
		flex-direction: column
	}
}

.author .quote-column,
.people .quote-column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 160px
}

.author hr,
.people hr {
	margin-left: 10px;
	margin-right: 10px;
	width: 100%
}

.author .image-wrapper,
.people .image-wrapper {
	position: relative;
	max-width: 120px;
	margin: 0 auto
}

.author .contact-information-wrapper,
.people .contact-information-wrapper {
	padding-right: 0
}

@media (max-width:420px) {

	.author .person-description,
	.people .person-description {
		width: 100%
	}
}

.author .xing-icon-wrapper,
.people .xing-icon-wrapper {
	height: 180px
}

@media (max-width:480px) {

	.author .xing-icon-wrapper,
	.people .xing-icon-wrapper {
		display: none
	}
}

.author .fix-height,
.people .fix-height {
	height: 180px
}

.author:last-of-type,
.people:last-of-type {
	border-bottom: none;
	padding-bottom: 0
}

.author:first-of-type,
.people:first-of-type {
	padding-top: 0
}

.author .company-people-image img,
.people .company-people-image img {
	display: block;
	margin: 0 auto
}

.author .company-image-wrapper,
.people .company-image-wrapper {
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0;
	background-color: hsla(0, 0%, 92.5%, .5);
	padding: 5px
}

.author .company-image-wrapper img,
.people .company-image-wrapper img {
	width: auto;
	height: auto;
	max-height: 55px;
	margin-right: 20px;
	right: 0
}

.author .company-image-wrapper .company-image-container,
.people .company-image-wrapper .company-image-container {
	display: inline-block;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%
}

@media (max-width:782px) {

	.author .company-image-wrapper .company-image-container,
	.people .company-image-wrapper .company-image-container {
		width: 70%
	}
}

.author .quote,
.people .quote {
	display: table;
	min-height: 150px;
	margin-bottom: 15px;
	margin-top: 15px
}

@media (max-width:782px) {

	.author .quote,
	.people .quote {
		margin-top: 20px;
		min-height: 120px
	}
}

@media (max-width:480px) {

	.author .quote,
	.people .quote {
		margin-left: 16.66667%;
		width: 83.33333%
	}

	.author .quote p,
	.people .quote p {
		font-size: 14px !important;
		line-height: 18px
	}
}

.author .quote p,
.people .quote p {
	display: table-cell;
	vertical-align: middle;
	word-wrap: inherit
}

.author .quote p:before,
.people .quote p:before {
	font-family: Material Icons;
	content: "\E244";
	color: #046a74;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	left: -50px;
	font-size: 52px;
	position: absolute
}

.author .people-image,
.people .people-image {
	text-align: right;
	min-height: 60px;
	min-width: 60px
}

.author .people-image img,
.people .people-image img {
	position: relative;
	top: -20px
}

.author .social-image-wrapper,
.people .social-image-wrapper {
	position: absolute;
	width: 50px;
	height: 50px;
	float: left;
	bottom: -20px;
	left: -20px
}

@media (max-width:782px) {

	.author .social-image-wrapper,
	.people .social-image-wrapper {
		height: 50px;
		position: absolute
	}
}

@media (max-width:480px) {

	.author .contact-information h5,
	.author .contact-information li,
	.people .contact-information h5,
	.people .contact-information li {
		font-size: 14px !important;
		line-height: 18px
	}
}

.author .contact-information h5,
.people .contact-information h5 {
	font-size: 16px;
	margin-top: 0
}

.author .contact-information ul,
.people .contact-information ul {
	padding: 0
}

.author .contact-information ul li,
.people .contact-information ul li {
	font-size: 16px;
	list-style: none;
	margin: 0
}

.author .round,
.people .round {
	border-radius: 50%
}

.author img,
.people img {
	max-width: 100%;
	height: auto !important;
	max-height: 120px
}

.author img.xing-icon,
.people img.xing-icon {
	border-radius: 0;
	width: 50px;
	height: 50px
}

.author a,
.people a {
	color: #777
}

.author a.xing-link,
.people a.xing-link {
	text-align: center;
	display: inherit;
	position: absolute;
	right: 15px
}

article {
	display: inline-block;
	width: 100%
}

article h1,
article h2 {
	margin-top: 50px
}

article .panel p,
article section p {
	margin: 15px 0
}

article img.size-full {
	width: 100%;
	height: auto
}

article p {
	margin: 0
}

article p:empty {
	display: none
}

article p.p1,
article p.p2,
article p.p3 {
	margin: 15px 0
}

article li {
	margin: 5px 0
}

article .content-wrapper,
article .text-wrapper {
	margin: 0 80px
}

@media (max-width:782px) {

	article .content-wrapper,
	article .text-wrapper {
		margin: 0 20px
	}
}

@media (min-width:992px) {
	article .company-heading .image-column-wrapper:last-of-type {
		display: none
	}
}

@media (max-width:540px) {
	article .company-heading .image-column-wrapper:last-of-type {
		display: none
	}
}

@media (max-width:540px) {
	.company-image-column {
		width: 50% !important
	}
}

.company-image-column .logo-container {
	height: 150px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

@media (max-width:480px) {
	.company-image-column .logo-container {
		height: 110px
	}
}

.company-image-column .spacing-wrapper {
	background-color: #ececec;
	padding: 20px 30px;
	margin: 0 0 30px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.embed-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	background: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

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

.modal-presentation img {
	transform: scale(.9);
	transition: transform .2s linear
}

.modal-presentation img:hover {
	transform: scale(1)
}

header {
	visibility: hidden
}

.loaded header {
	visibility: visible
}

header h1 {
	font-size: 50px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	max-width: 768px;
	padding-bottom: 40px;
	font-family: DroidSans, sans-serif;
	word-wrap: break-word;
	-webkit-hyphens: inherit;
	-ms-hyphens: inherit;
	-o-hyphens: inherit;
	hyphens: inherit
}

header h1 span {
	font-size: 35px
}

@media (max-width:782px) {
	header h1 {
		line-height: 40px;
		font-size: 35px;
		max-width: 480px
	}

	header h1 span {
		font-size: 25px
	}
}

header .hidden-header-image {
	overflow: hidden;
	visibility: hidden;
	opacity: 0
}

header .hero-stage {
	position: relative;
	height: 50vw;
	min-height: 380px;
	max-height: 450px;
	overflow: hidden
}

header .hero-stage .bxslider-next,
header .hero-stage .bxslider-prev {
	float: right;
	color: #585858;
	font-size: 45px;
	cursor: pointer
}

header .hero-stage .overlay {
	position: absolute;
	opacity: .5;
	background-image: radial-gradient(at top center, rgba(0, 0, 0, .6) 0, transparent 90%);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	pointer-events: none
}

header .hero-stage .text-center {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	z-index: 100;
	width: 70%;
	overflow: hidden;
	transform: translate(-50%, -50%)
}

.hero-stage {
	transition: height .3s ease
}

nav.navigation {
	background: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
	z-index: 1200;
	position: fixed;
	top: 0;
	width: 100%
}

nav.navigation>.container {
	position: relative
}

nav.navigation .main-menu-container {
	display: inline-block;
	float: right;
	padding-right: 10px
}

@media (max-width:940px) {
	nav.navigation .main-menu-container {
		float: left;
		padding-right: 0
	}
}

.admin-bar nav.navigation {
	top: 32px
}

@media (max-width:782px) {
	.admin-bar nav.navigation {
		top: 46px
	}
}

nav.navigation .logo {
	position: absolute;
	float: left;
	width: 230px;
	height: 100%;
	top: 0;
	padding-right: 30px;
	-webkit-backface-visibility: hidden
}

nav.navigation .logo img {
	width: 100%;
	max-width: 200px
}

nav.navigation .logo .icon-logo {
	max-width: 230px
}

@media (max-width:1024px) {
	nav.navigation .logo {
		width: 210px
	}
}

@media (max-width:940px) {
	nav.navigation .logo {
		width: 70px
	}

	nav.navigation .logo .icon-logo {
		background-image: url(../icons/logo-small.svg)
	}
}

@media (max-width:782px) {
	nav.navigation .logo {
		position: inherit;
		width: 230px;
		text-align: center;
		margin: 50px auto 30px;
		height: 40px;
		padding: 0;
		box-sizing: content-box;
		float: none;
		z-index: 100
	}

	nav.navigation .logo .icon-logo {
		background-image: url(../icons/logo-big.svg)
	}
}

@media (max-width:420px) {
	nav.navigation .logo a {
		position: relative
	}

	nav.navigation .logo a .icon-logo {
		max-width: 180px
	}
}

nav.navigation .logo a {
	height: 100%;
	display: inline-block;
	width: 100%;
	max-width: 230px;
	z-index: 400
}

nav.navigation .menu-item.active .sub-nav-wrapper .indicator {
	opacity: 1
}

nav.navigation .menu-right {
	display: inline-block;
	float: right;
	width: 100%;
	padding: 0 55px 0 45px;
	z-index: 300
}

nav.navigation .menu-right.active .mobile-nav-button {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
	background-color: #fff
}

nav.navigation .mobile-menu-icon {
	display: none
}

@media (min-width:781px) {
	nav.navigation .main-menu-container {
		transition: none
	}
}

@media (max-width:782px) {
	nav.navigation {
		position: absolute
	}

	nav.navigation .mobile-menu-icon {
		display: block;
		color: #05a1ae;
		position: absolute;
		top: 20px
	}

	nav.navigation .mobile-click-container {
		display: inline-block;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		height: 120px
	}

	nav.navigation .menu-right {
		padding: 0;
		left: 0;
		top: 0;
		transform: translateY(-100%);
		position: absolute
	}

	nav.navigation .menu-right .event-link,
	nav.navigation .menu-right .page-menu {
		opacity: 0;
		transition: opacity .3s ease
	}

	nav.navigation .menu-right.active {
		transform: translateY(0);
		transition: transform .3s ease
	}

	nav.navigation .menu-right.active .event-link,
	nav.navigation .menu-right.active .page-menu {
		opacity: 1
	}

	nav.navigation .menu-right.inactive {
		transition: transform .3s ease
	}

	.slide-out nav.navigation .menu-right {
		transform: translateY(-100%) !important
	}

	.slide-out nav.navigation .menu-right .mobile-nav-button {
		box-shadow: none;
		background-color: transparent
	}

	nav.navigation .language-switch {
		top: 52px !important;
		padding-right: 20px !important
	}

	nav.navigation .main-menu-container {
		width: 100%;
		height: auto !important;
		cursor: pointer;
		box-shadow: none;
		overflow: hidden;
		transition: top .3s ease-in-out, opacity .3s linear, box-shadow .3s linear
	}

	nav.navigation .main-menu-container .mobile-nav-button {
		cursor: pointer;
		display: block;
		bottom: -60px;
		position: absolute;
		float: right;
		border-top: 20px solid #046a74;
		height: 60px;
		width: 100%;
		background-size: 60px 40px;
		background-position: 70px -10px;
		background-repeat: no-repeat;
		background-color: transparent;
		background-image: url(../icons/icon-menu-buttom.svg);
		transition: box-shadow .3s ease, background-color .3s ease
	}

	nav.navigation .main-menu-container ul {
		width: 100%;
		height: auto !important;
		padding: 20px 0 0 !important
	}

	nav.navigation .main-menu-container ul .sub-menu {
		padding: 20px 70px !important;
		width: 100% !important
	}

	nav.navigation .main-menu-container ul li {
		width: 100%;
		text-align: center;
		padding: 0 !important
	}

	nav.navigation .main-menu-container ul li a.wp-link:before {
		display: inline-block;
		font-family: Material Icons;
		-webkit-font-smoothing: antialiased;
		content: "\E313";
		opacity: .6;
		font-size: 42px;
		vertical-align: middle;
		position: absolute;
		line-height: 50px;
		height: 50px;
		width: 50px;
		right: 10px
	}

	nav.navigation .main-menu-container ul li a {
		color: #fff;
		display: block;
		line-height: 50px !important;
		padding: 0 !important
	}

	nav.navigation .main-menu-container ul li .sub-nav-wrapper {
		position: relative;
		top: 0;
		height: 0;
		box-shadow: none;
		background-color: #ececec
	}

	nav.navigation .main-menu-container ul li .sub-nav-wrapper a {
		color: #046a74 !important;
		width: 100%;
		line-height: 42px !important
	}

	nav.navigation .main-menu-container ul li .sub-nav-wrapper .indicator {
		background-color: #ececec;
		box-shadow: none;
		top: -7.5px
	}

	nav.navigation .main-menu-container ul li .sub-nav-wrapper .indicator:after {
		display: none
	}

	nav.navigation .main-menu-container ul li.active .sub-nav-wrapper {
		height: 100%
	}

	nav.navigation .main-menu-container ul li.active a.wp-link {
		padding-bottom: 10px
	}

	nav.navigation .main-menu-container ul li.active a.wp-link:before {
		content: "\E316";
		opacity: 1
	}

	nav.navigation .event-menu,
	nav.navigation .navigation-menu {
		background-color: #046a74;
		width: 100%
	}

	nav.navigation .event-menu .event-link {
		width: 100%;
		text-align: center;
		color: #fff !important;
		display: block;
		line-height: 50px !important;
		padding: 0 !important;
		margin-bottom: 10px
	}

	nav.navigation .event-menu .event-link:before {
		display: inline-block;
		font-family: Material Icons;
		-webkit-font-smoothing: antialiased;
		content: "\E313";
		opacity: .6;
		font-size: 42px;
		vertical-align: middle;
		position: absolute;
		line-height: 50px;
		height: 50px;
		width: 50px;
		right: 10px
	}
}

nav.navigation .event-menu {
	float: right
}

nav.navigation .event-menu .event-link {
	font-family: DroidSans-Bold, sans-serif;
	font-size: 14px;
	color: #585858;
	cursor: pointer;
	float: right;
	line-height: 35px;
	display: block;
	padding: 32.5px 0
}

nav.navigation .event-menu .event-link:hover {
	text-decoration: none
}

nav.navigation .close-menu-link {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 32px;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	z-index: 1000
}

@media (max-width:782px) {
	nav.navigation .close-menu-link {
		color: #046a74
	}
}

nav.navigation .event-list {
	position: fixed;
	padding: 25px 0 0;
	display: inline-block;
	right: 0;
	background-color: #046a74;
	width: 100%;
	float: right;
	top: 100px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s linear, visibility .3s linear;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.admin-bar nav.navigation .event-list {
	top: 132px
}

nav.navigation .event-list.active {
	visibility: visible;
	opacity: 1;
	top: 100px
}

@media (max-width:782px) {
	nav.navigation .event-list.active {
		top: 0
	}
}

.admin-bar nav.navigation .event-list.active {
	top: 132px
}

nav.navigation .event-list .project-list-link {
	color: #fff
}

@media (max-width:782px) {
	nav.navigation .event-list .project-list-link .material-icons {
		color: #046a74 !important
	}
}

nav.navigation .event-list p {
	font-size: 22px;
	color: #fff;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 20px
}

@media (max-width:782px) {
	nav.navigation .event-list p {
		color: #046a74
	}
}

nav.navigation .event-list .overview-link {
	text-align: right
}

nav.navigation .event-list .overview-link .project-list-link:before {
	display: none
}

nav.navigation .event-list .overview-link i.material-icons {
	font-size: 32px;
	color: #fff;
	line-height: 26px;
	position: relative;
	top: 9px;
	left: 5px
}

nav.navigation .event-list .overview-link span {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block
}

@media (max-width:782px) {
	nav.navigation .event-list {
		position: relative;
		top: 0 !important;
		box-shadow: none;
		background-color: #ececec;
		height: 0;
		padding: 0;
		transition: height .3s ease, opacity .3s linear, visibility .3s linear
	}

	nav.navigation .event-list>.container {
		padding-top: 20px
	}

	nav.navigation .event-list.active {
		height: 100%
	}

	nav.navigation .event-list .event-title,
	nav.navigation .event-list a,
	nav.navigation .event-list span {
		color: #046a74 !important
	}

	nav.navigation .event-list .indicator {
		background-color: #ececec !important;
		box-shadow: none !important;
		top: -7.5px !important
	}

	nav.navigation .event-list .indicator:after {
		display: none !important
	}

	nav.navigation .event-list .border {
		display: none
	}

	nav.navigation .event-list .left-side,
	nav.navigation .event-list .right-side {
		width: 100%
	}

	nav.navigation .event-list .left-event-item,
	nav.navigation .event-list .right-event-item {
		padding: 10px 0 !important;
		margin-left: 8.33333%;
		width: 83.33333%
	}
}

nav.navigation .event-list .left-side .border {
	position: absolute;
	width: 1px;
	height: 90%;
	background-color: #fff;
	top: 0;
	right: 0
}

nav.navigation .event-list .left-event-item,
nav.navigation .event-list .right-event-item {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	min-height: 50px
}

nav.navigation .event-list .left-event-item .center-wrapper,
nav.navigation .event-list .right-event-item .center-wrapper {
	display: inline-block
}

nav.navigation .event-list .left-event-item span,
nav.navigation .event-list .right-event-item span {
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	display: block;
	float: left
}

nav.navigation .event-list .right-event-item {
	padding-left: 40px
}

nav.navigation .event-list .indicator {
	position: absolute;
	height: 25px;
	width: 25px;
	top: -12.5px;
	right: 200px;
	background: #046a74;
	transform: rotate(45deg);
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .5)
}

nav.navigation .event-list .indicator:after {
	content: "";
	background: #046a74;
	position: relative;
	height: 25px;
	display: inline-block;
	width: 25px;
	top: 4px;
	left: 3px;
	z-index: 23
}

.ie9 nav.navigation .event-list .indicator {
	transform: none;
	background-color: transparent;
	background-image: url(../img/ie9-sub-nav.png);
	background-size: cover;
	height: 20px;
	width: 32px;
	top: -17px;
	box-shadow: none
}

.ie9 nav.navigation .event-list .indicator:after {
	content: none
}

@media (max-width:782px) {
	.ie9 nav.navigation .event-list .indicator {
		top: -17px !important;
		background-color: transparent !important;
		background-image: url(../img/ie9-sub-nav-white.png)
	}
}

nav.navigation .navigation-menu {
	float: right;
	z-index: 2000
}

nav.navigation .navigation-menu .children {
	display: none
}

nav.navigation .navigation-menu>ul>.menu-item>a {
	display: block;
	line-height: 35px;
	padding: 32.5px 0
}

@media (max-width:782px) {
	nav.navigation .navigation-menu>ul>.menu-item>a {
		margin-bottom: 10px
	}
}

nav.navigation .navigation-menu ul {
	margin: 0;
	float: right;
	padding: 0;
	display: inline-block;
	list-style: none
}

nav.navigation .navigation-menu ul li {
	float: left;
	padding-left: 15px
}

nav.navigation .navigation-menu ul li.active .sub-nav-wrapper {
	visibility: visible;
	opacity: 1
}

@media (max-width:782px) {
	nav.navigation .navigation-menu ul li.active .sub-nav-wrapper {
		top: 0
	}
}

nav.navigation .navigation-menu ul li.active .sub-menu {
	position: static;
	visibility: visible
}

nav.navigation .navigation-menu ul .sub-nav-wrapper {
	position: fixed;
	height: 60px;
	right: 0;
	background-color: #046a74;
	width: 100%;
	float: right;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	transition: height .3s ease, opacity .3s ease-in-out, visibility .3s ease-in-out;
	visibility: hidden;
	opacity: 0
}

nav.navigation .navigation-menu ul .sub-nav-wrapper .indicator {
	position: absolute;
	height: 25px;
	width: 25px;
	top: -12.5px;
	right: 200px;
	background: #046a74;
	transform: rotate(45deg);
	box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, .5)
}

nav.navigation .navigation-menu ul .sub-nav-wrapper .indicator:after {
	content: "";
	background: #046a74;
	position: relative;
	height: 25px;
	display: inline-block;
	width: 25px;
	top: 4px;
	left: 3px;
	z-index: 23
}

@media (max-width:782px) {
	nav.navigation .navigation-menu ul .sub-nav-wrapper .indicator {
		transition: opacity .3s ease;
		opacity: 0
	}
}

.ie9 nav.navigation .navigation-menu ul .sub-nav-wrapper .indicator {
	transform: none;
	background-color: transparent;
	background-image: url(../img/ie9-sub-nav.png);
	background-size: cover;
	height: 20px;
	width: 33px;
	top: -17px;
	box-shadow: none
}

.ie9 nav.navigation .navigation-menu ul .sub-nav-wrapper .indicator:after {
	content: none
}

@media (max-width:782px) {
	.ie9 nav.navigation .navigation-menu ul .sub-nav-wrapper .indicator {
		background-color: transparent !important;
		background-image: url(../img/ie9-sub-nav-white.png)
	}
}

nav.navigation .navigation-menu ul .sub-menu {
	height: 100%;
	margin-right: auto;
	width: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	position: static;
	visibility: hidden;
	transition: visibility .3s ease-in-out
}

nav.navigation .navigation-menu ul .sub-menu.container {
	position: static
}

nav.navigation .navigation-menu ul .sub-menu li {
	float: right;
	position: relative;
	padding: 0 17px;
	z-index: 100
}

nav.navigation .navigation-menu ul .sub-menu li a {
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	display: inline-block
}

nav.navigation .navigation-menu ul .sub-menu li:last-child:before {
	display: none
}

nav.navigation .navigation-menu ul .sub-menu li:before {
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	top: 14px;
	left: 0;
	position: absolute;
	background-color: #fff
}

@media (max-width:782px) {
	nav.navigation .navigation-menu ul .sub-menu li:before {
		display: none
	}
}

nav.navigation .navigation-menu a {
	font-family: DroidSans-Bold, sans-serif;
	font-size: 14px;
	color: #585858;
	cursor: pointer
}

nav.navigation .navigation-menu a:focus,
nav.navigation .navigation-menu a:hover {
	text-decoration: none
}

nav.navigation .language-switch {
	height: 35px;
	right: 0;
	top: 32px;
	position: absolute;
	line-height: 25px;
	padding-right: 30px;
	z-index: 100
}

nav.navigation .language-switch a {
	display: inline-block;
	float: left
}

nav.navigation .language-switch i {
	line-height: 35px;
	color: #585858
}

nav.navigation .language-switch span {
	text-transform: uppercase;
	color: #585858;
	line-height: 35px;
	font-size: 16px;
	display: inline-block;
	float: left
}

nav.navigation .language-switch span.divider {
	margin: 0 3px
}

footer {
	background-color: #ececec;
	padding: 50px 0
}

footer hr {
	margin: 0 0 50px
}

footer h3 {
	margin-top: 0;
	text-transform: uppercase
}

footer .footer-column {
	margin-bottom: 30px
}

footer .copyright,
footer .social {
	margin-bottom: 35px
}

footer .contact {
	margin-bottom: 50px
}

footer .contact ul {
	margin: 30px 0 0;
	list-style: none;
	padding: 0;
	font-size: 16px;
	line-height: 24px
}

footer .contact .newsletter-ul {
	margin-top: 50px
}

footer .copyright {
	font-size: 14px;
	line-height: 24px
}

footer ul {
	list-style: none;
	padding: 0;
	font-size: 16px;
	line-height: 24px
}

footer ul.footer-event-list {
	margin-left: 0;
	padding-top: 5px
}

footer ul.footer-event-list li {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%
}

footer ul.footer-event-list a {
	display: inline-block
}

footer ul.footer-event-list a .event-title {
	text-align: left;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	padding-right: 20px
}

footer ul a {
	word-break: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	color: #777;
	font-size: 14px
}

footer ul .date {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	display: block;
	float: left;
	color: #777 !important
}

footer>ul {
	padding-left: 20px;
	padding-top: 30px
}

footer .wp-link {
	display: none
}

footer .open-newsletter-modal {
	margin-top: 20px
}

.front-page section.section-news .single-news-front-page {
	position: relative;
	background: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	margin-bottom: 20px
}

.front-page section.section-news .single-news-front-page>.row {
	margin: 0
}

.front-page section.section-news .single-news-front-page .click-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

@media (max-width:460px) {
	.front-page section.section-news .single-news-front-page .news-image {
		height: 200px !important;
		width: 100%;
		padding: 0
	}

	.front-page section.section-news .single-news-front-page .news-description {
		width: 100%;
		margin: 200px 0 0
	}

	.front-page section.section-news .single-news-front-page .news-description.no-image {
		margin-top: 0
	}
}

.front-page section.section-news .single-news-front-page .news-image {
	position: absolute;
	height: 100%;
	padding-left: 0
}

.front-page section.section-news .single-news-front-page .news-image .news-image-container {
	height: 100%;
	display: block;
	background-size: cover;
	background-position: 50%
}

.front-page section.section-news .single-news-front-page .news-description span.date {
	margin: 20px 0;
	display: block
}

.front-page section.section-news .single-news-front-page .news-description h3 {
	width: 80%
}

.front-page section.section-news .single-news-front-page .news-description h3 a {
	color: #585858
}

.nav-tabs-container {
	position: absolute;
	left: 0;
	z-index: 300;
	display: inline-block;
	padding: 0 30px;
	width: 100%;
	transition: padding .2s linear
}

.nav-tabs-container .container {
	padding: 0;
	max-width: 964px
}

@media (max-width:782px) {
	.nav-tabs-container {
		padding: 0 20px
	}

	.nav-tabs-container.fixed {
		top: 60px !important
	}

	.admin-bar .nav-tabs-container.fixed {
		top: 105px !important
	}
}

@media (max-width:640px) {
	.nav-tabs-container.fixed {
		top: 120px !important
	}

	.admin-bar .nav-tabs-container.fixed {
		top: 165px !important
	}
}

.nav-tabs-container.fixed {
	position: fixed;
	padding: 0;
	top: 60px
}

.admin-bar .nav-tabs-container.fixed {
	top: 92px
}

.nav-tabs-container.gone .container-inner {
	opacity: 0;
	visibility: hidden;
	bottom: 55px
}

.nav-tabs-container .container-inner {
	position: relative;
	opacity: 1;
	visibility: visible;
	bottom: 0;
	max-width: 964px;
	max-height: 55px;
	margin: 0 auto;
	width: 100%;
	background: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	padding: 0;
	transition: max-width .1s linear, opacity .2s linear, visibility .2s linear, bottom .2s linear
}

.nav-tabs-container .show-content {
	text-align: right;
	cursor: pointer
}

.nav-tabs-container .show-content p {
	padding-right: 10px
}

.nav-tabs-container .show-content span {
	margin-right: 10px;
	float: right
}

.nav-tabs {
	border-radius: 0;
	border: none !important;
	cursor: pointer;
	margin: 0
}

.nav-tabs>li a {
	color: #046a74;
	border: none !important;
	font-weight: 400;
	background-color: transparent !important;
	opacity: .6;
	text-transform: uppercase;
	padding: 15px;
	line-height: 24px
}

@media (max-width:480px) {
	.nav-tabs>li a span {
		display: none
	}
}

.nav-tabs>li.active {
	border-bottom: 2px solid #046a74
}

.nav-tabs>li.active a {
	color: #046a74 !important;
	opacity: 1
}

.nav-tabs .material-icons {
	position: absolute;
	bottom: 10px;
	font-size: 35px
}

.nav-tabs .map {
	margin-left: 45px
}

.ribbon-menu {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 900
}

.ribbon-menu .ribbon-menu-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 100
}

.ribbon-menu .ribbon-menu-background:after {
	box-shadow: inset 0 0 0 200px hsla(0, 0%, 100%, .05);
	filter: blur(10px)
}

.ribbon-menu .container {
	height: 60px;
	position: relative;
	z-index: 200;
	overflow: scroll;
	display: flex;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.ribbon-menu .container::-webkit-scrollbar {
	display: none
}

.ribbon-menu.fixed {
	position: fixed;
	bottom: auto;
	top: 0
}

@media (max-width:782px) {
	.ribbon-menu.fixed {
		top: 0
	}
}

.admin-bar .ribbon-menu.fixed {
	top: 32px
}

@media (max-width:782px) {
	.admin-bar .ribbon-menu.fixed {
		top: 45px
	}
}

.ribbon-menu .calendar-download,
.ribbon-menu a {
	cursor: pointer;
	color: #fff;
	position: relative;
	display: inline-block;
	background-color: transparent;
	float: left;
	transition: background-color .1s linear
}

.ribbon-menu .calendar-download.active,
.ribbon-menu a.active {
	background-color: rgba(4, 106, 116, .7)
}

.ribbon-menu .calendar-download i,
.ribbon-menu a i {
	line-height: 60px;
	height: 60px;
	font-size: 32px;
	width: 50px;
	float: left;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0
}

.ribbon-menu .calendar-download span,
.ribbon-menu a span {
	line-height: 60px;
	display: inline-block;
	float: left;
	font-size: 16px;
	padding: 0 15px 0 50px;
	min-width: 60px;
	overflow: hidden;
	white-space: nowrap;
	transition: opacity .1s linear
}

.remodal .person {
	height: 160px;
	width: 100%;
	max-width: 420px;
	display: block;
	margin: 0 auto 50px
}

@media (max-width:480px) {
	.remodal .person {
		margin-bottom: 30px
	}
}

.remodal .person .person-image {
	text-align: center;
	max-width: 145px;
	position: relative;
	margin-top: -10px;
	width: 33.3333333333%
}

.remodal .person .person-image img {
	border-radius: 50%
}

.remodal .person .person-description {
	padding-left: 30px;
	width: 66.6666666667%
}

.remodal .person .person-description .employee {
	max-width: 60px
}

.remodal .person .person-description img {
	border-radius: 0;
	margin-top: 10px;
	max-width: 170px;
	width: 100%
}

.remodal .person .company-image-wrapper {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: -40px;
	padding-top: 10px;
	background: hsla(0, 0%, 100%, .8)
}

.remodal .person .company-image-wrapper .company-image-container {
	display: inline-block;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 100%
}

.remodal .person .resume {
	transition: height .3s linear;
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden
}

.remodal .person .resume hr {
	clear: both;
	display: inline-block;
	width: 100%
}

.remodal .person span.title {
	display: block;
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 16px;
	color: #585858
}

.remodal .person span.position {
	display: inline-block;
	word-break: break-word;
	margin-right: 10%;
	font-size: 14px
}

@media (max-width:782px) {
	.remodal .person span.title {
		line-height: 17px
	}

	.remodal .person span.position {
		margin-right: 0
	}
}

section.agenda .agenda-tab-content {
	position: relative
}

section.agenda .agenda-tab-content .agenda-scroll-content {
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0)
}

section.agenda .agenda-tab-content .icon-column {
	z-index: 30
}

section.agenda .agenda-tab-content .tab-content {
	padding-top: 40px;
	padding-bottom: 20px
}

section.agenda .agenda-tab-content .agenda-fade {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	z-index: 200
}

section.agenda .agenda-tab-content .agenda-fade.top {
	top: 0
}

section.agenda .agenda-tab-content .agenda-fade.bottom {
	bottom: 0
}

section.agenda .agenda-footer {
	cursor: pointer;
	position: relative;
	top: -15px;
	z-index: 300
}

section.agenda .agenda-footer i {
	display: inherit;
	font-size: 80px;
	color: #046a74;
	text-align: center
}

section.agenda .agenda-footer i:after {
	content: "\E148"
}

section.agenda .agenda-footer.active i:after {
	content: "\E15D"
}

section.agenda .information-box {
	background: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	margin-bottom: 50px;
	padding: 10px 15px;
	position: relative;
	right: 2px
}

section.agenda .information-box h4 {
	margin-bottom: 5px;
	z-index: 100;
	position: relative
}

section.agenda .information-box .indicator {
	position: absolute;
	height: 25px;
	width: 25px;
	top: 17px;
	left: -14px;
	transform: rotate(-45deg);
	background-color: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

section.agenda .information-box .indicator:after {
	content: "";
	background: #ececec;
	position: relative;
	height: 28px;
	display: inline-block;
	width: 28px;
	top: 2px;
	left: 0;
	z-index: 20
}

section.agenda .person-wrapper {
	margin-bottom: 50px
}

section.agenda .person-wrapper .person {
	height: 130px;
	display: inline-block;
	width: 100%
}

@media (max-width:480px) {
	section.agenda .person-wrapper .person {
		position: relative
	}
}

section.agenda .person-wrapper .person .person-image {
	text-align: center;
	max-width: 120px;
	position: relative;
	margin-top: -10px;
	width: 40%
}

section.agenda .person-wrapper .person .person-image img {
	border-radius: 50%
}

section.agenda .person-wrapper .person .person-description {
	padding-left: 30px;
	width: 60%
}

section.agenda .person-wrapper .person .person-description .employee {
	max-width: 60px
}

section.agenda .person-wrapper .person .person-description img {
	border-radius: 0;
	margin-top: 10px;
	max-width: 170px;
	width: 100%
}

section.agenda .person-wrapper .person .company-image-wrapper {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: -62px;
	padding-top: 10px;
	background: hsla(0, 0%, 100%, .8)
}

section.agenda .person-wrapper .person .company-image-wrapper .company-image-container {
	display: inline-block;
	height: 45px;
	min-width: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	transform: translateX(-10%)
}

section.agenda .person-wrapper .person.clickable {
	cursor: pointer
}

section.agenda .person-wrapper .person .resume {
	transition: height .3s linear;
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden
}

section.agenda .person-wrapper .person .resume hr {
	clear: both;
	display: inline-block;
	width: 100%
}

section.agenda .person-wrapper .person span.title {
	display: block;
	margin-bottom: 5px;
	color: #585858
}

section.agenda .person-wrapper .person span.position {
	display: inline-block;
	word-break: break-word;
	color: #777
}

section.agenda h3 {
	margin: 20px 0 10px
}

section.agenda .tab-pane .column {
	display: inline-block;
	width: 100%
}

@media (max-width:480px) {
	section.agenda .tab-pane [class^=icon-agenda] {
		width: 35px;
		height: 35px
	}

	section.agenda .tab-pane .line {
		left: 32px !important
	}

	section.agenda .tab-pane .information-box .indicator {
		height: 15px;
		width: 15px;
		top: 12px;
		left: -7px
	}
}

@media (max-width:370px) {
	section.agenda .tab-pane .icon-column {
		position: absolute
	}
}

section.agenda .tab-pane .information-column {
	padding-left: 40px
}

@media (max-width:768px) {
	section.agenda .tab-pane .information-column {
		padding-left: 70px
	}
}

@media (max-width:480px) {
	section.agenda .tab-pane .information-column {
		padding-left: 40px
	}
}

@media (max-width:370px) {
	section.agenda .tab-pane .information-column {
		padding-left: 70px;
		width: 100%
	}
}

section.agenda .tab-pane .information-column p {
	margin: 0 0 10px !important
}

section.agenda .tab-pane .lecture {
	position: relative
}

section.agenda .tab-pane .lecture .line {
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #046a74;
	left: 44px;
	margin-top: 10px;
	margin-bottom: 10px
}

section.agenda .tab-pane .lecture:last-child .line {
	display: none
}

section.overview p {
	margin: 10px 0
}

section.overview .one-column {
	margin-bottom: 30px
}

section.overview .one-column .justified-gallery {
	margin-bottom: 0
}

section.overview .one-column section.grey {
	position: relative;
	margin-bottom: 0
}

section.overview .two-columns {
	margin-bottom: 30px
}

section.overview .two-columns:first-child h1 {
	margin: 50px 0 20px
}

section.overview .two-columns h1 {
	margin: 20px 0
}

section.overview .two-columns h1.visible-xs {
	margin: 50px 0 20px
}

section.overview .two-columns .justified-gallery {
	margin-bottom: 0
}

section.overview .two-columns section.grey {
	position: relative;
	margin-bottom: 0
}

section.overview .two-column-box {
	margin-bottom: 30px
}

section.overview .two-column-box .justified-gallery {
	margin-bottom: 0
}

section.overview .two-column-box section.grey {
	position: relative;
	margin-bottom: 0
}

section.overview .two-column-box section.grey section.grey {
	box-shadow: none;
	padding: 0
}

section.overview .one-column .row>div p:first-child .btn,
section.overview .two-column-box .row>div p:first-child .btn,
section.overview .two-columns .row>div p:first-child .btn {
	margin-top: -20px
}

section.evening-event,
section.location {
	margin: 0;
	display: inline-block;
	background: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

section.evening-event .top-container,
section.location .top-container {
	display: inline-block;
	float: left;
	width: 100%
}

section.evening-event .map-wrapper,
section.location .map-wrapper {
	float: left;
	display: inline-block;
	width: 33.3333333333%
}

@media (max-width:690px) {

	section.evening-event .map-wrapper,
	section.location .map-wrapper {
		width: 100%
	}
}

section.evening-event .map-wrapper .google-map,
section.location .map-wrapper .google-map {
	box-shadow: none
}

section.evening-event .event-information,
section.location .event-information {
	float: left;
	display: inline-block;
	padding: 20px;
	width: 66.6666666667%;
	min-height: 200px
}

@media (max-width:690px) {

	section.evening-event .event-information,
	section.location .event-information {
		width: 100%
	}
}

section.evening-event .event-information h5,
section.location .event-information h5 {
	color: #585858;
	max-width: 400px
}

section.evening-event .event-information h3,
section.location .event-information h3 {
	margin-top: 0;
	margin-bottom: 15px
}

section.evening-event .text-wrapper,
section.location .text-wrapper {
	margin-bottom: 75px
}

@media (max-width:782px) {

	section.evening-event .text-wrapper,
	section.location .text-wrapper {
		margin-bottom: 50px
	}
}

section.evening-event .google-map,
section.location .google-map {
	height: 400px
}

section.cooperation-partner .cooperation-partner-col-wrapper {
	background-color: #ececec;
	margin: 0 0 30px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	overflow: hidden;
	position: relative;
	height: 350px;
	transition: height .3s linear
}

section.cooperation-partner .cooperation-partner-col-wrapper.active .show-more-text .material-icons:after {
	content: "\E15D"
}

section.cooperation-partner .cooperation-partner-col-wrapper .inner {
	width: 100%;
	padding: 30px 30px 60px;
	display: inline-block
}

section.cooperation-partner .cooperation-partner-col-wrapper .show-more-text {
	cursor: pointer;
	z-index: 50;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	background-color: transparent;
	text-align: center;
	background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0), #ececec 80%, #ececec)
}

section.cooperation-partner .cooperation-partner-col-wrapper .show-more-text .material-icons {
	font-size: 40px
}

section.cooperation-partner .cooperation-partner-col-wrapper .show-more-text .material-icons:after {
	content: "\E148"
}

section.cooperation-partner .logo-container {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 60%;
	margin: 20px auto 50px;
	max-width: 500px;
	height: 100%
}

.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	*zoom: 1;
	touch-action: pan-y
}

.bx-wrapper img {
	max-width: 100%;
	display: block
}

.bxslider {
	margin: 0;
	padding: 0;
	-webkit-perspective: 1000
}

ul.bxslider {
	list-style: none
}

.bx-viewport {
	-webkit-transform: translateZ(0)
}

.bx-wrapper {
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/loader.gif) 50% no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0
}

.bx-wrapper .bx-prev {
	left: 10px
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
	background-position: 0 0
}

.bx-wrapper .bx-next {
	right: 10px
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
	background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	text-indent: -9999px
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}

.bx-wrapper .bx-controls-auto {
	text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, .75);
	width: 100%
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}

.bx-wrapper {
	border: none;
	background: #fff;
	box-shadow: none;
	height: 100%
}

.bx-wrapper .bx-viewport {
	height: 100% !important
}

.bx-wrapper .bx-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 200;
	background-color: rgba(0, 0, 0, .3)
}

.bx-wrapper .bx-controls-direction {
	float: right;
	height: 0
}

.bx-wrapper .bx-controls-direction a {
	color: #fff;
	position: inherit;
	text-indent: inherit;
	font-size: 0;
	top: 0;
	margin-top: 0;
	outline: 0;
	width: 45px;
	height: 45px;
	z-index: 9999;
	text-align: center;
	font-family: Material Icons;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga"
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
	content: "\E314";
	font-size: 45px
}

.bx-wrapper .bx-controls-direction a.bx-next:after {
	content: "\E315";
	font-size: 45px
}

.bx-wrapper .bx-pager {
	position: relative;
	width: auto;
	bottom: 0;
	text-align: left;
	padding: 10px;
	display: inline-block
}

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
	width: 15px;
	height: 15px;
	margin: 5px 8px;
	display: inline-block;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: transparent
}

.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active,
.bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover {
	background-color: #fff
}

.bx-wrapper .bxslider {
	height: 100%
}

.bx-wrapper .bxslider li {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	height: 100%
}

.bx-next-prev-container {
	position: absolute;
	bottom: 0;
	margin-left: 50%;
	transform: translateX(-50%)
}

.google-map {
	width: 100%;
	height: 600px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	background-color: #ececec
}

@media (max-width:690px) {
	.google-map {
		max-height: 250px
	}
}

.google-map .gm-style-iw b,
.google-map .gm-style-iw p {
	color: #585858
}

.google-map .gm-style-iw p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px
}

.google-map .gm-style-iw #content {
	max-width: 170px
}

.google-map .gm-style-iw #content #bodyContent p {
	line-height: 16px;
	margin-bottom: 0
}

body.is-loading:before {
	content: "";
	height: 60px;
	width: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: 20px;
	z-index: 11000;
	position: fixed;
	display: inline-block;
	-webkit-animation: rotation .8s linear infinite;
	animation: rotation .8s linear infinite;
	border: 6px solid rgba(4, 106, 116, .15);
	border-top-color: rgba(4, 106, 116, .8);
	border-radius: 100%
}

.admin-bar body.is-loading:before {
	margin-left: -30px;
	margin-top: 40px
}

.ie9 body.is-loading:before {
	border: none;
	height: 90px;
	width: 90px;
	margin-left: -45px;
	margin-top: -45px;
	-webkit-animation: none;
	animation: none;
	background-image: url(../img/loader.gif);
	background-size: cover
}

.loader {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	visibility: visible;
	opacity: 1;
	transition: opacity .3s linear, visibility .3s linear
}

.loader:before {
	content: "";
	height: 60px;
	width: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 11000;
	position: absolute;
	display: inline-block;
	-webkit-animation: rotation .8s linear infinite;
	animation: rotation .8s linear infinite;
	border: 6px solid rgba(4, 106, 116, .15);
	border-top-color: rgba(4, 106, 116, .8);
	border-radius: 100%
}

.ie9 .loader:before {
	border: none;
	height: 90px;
	width: 90px;
	margin-left: -45px;
	margin-top: -45px;
	-webkit-animation: none;
	animation: none;
	background-image: url(../img/loader.gif);
	background-size: cover
}

.loaded .loader {
	visibility: hidden;
	opacity: 0
}

.loaded .loader:before {
	content: none
}

body #smoothBody #wp-body-classes form .frm_form_title,
body #smoothBody #wp-body-classes form .frm_screen_reader {
	display: none
}

body #smoothBody #wp-body-classes form .divider {
	border-top: 2px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 50px
}

body #smoothBody #wp-body-classes form .frm_section_heading h3 {
	border-top: none !important;
	font-size: 34px !important;
	color: #046a74 !important;
	line-height: 36px !important;
	margin: 0 0 50px !important
}

body #smoothBody #wp-body-classes form .frm_text_block {
	margin: 0
}

body #smoothBody #wp-body-classes form .frm_style_anmeldung.with_frm_style .frm_text_block input,
body #smoothBody #wp-body-classes form .frm_style_anmeldung.with_frm_style .frm_text_block label.frm_primary_label {
	margin-left: 0
}

body #smoothBody #wp-body-classes form .checkbox label,
body #smoothBody #wp-body-classes form .radio label {
	padding: 0;
	margin: 0
}

body #smoothBody #wp-body-classes form label {
	font-weight: 400 !important;
	font-family: DroidSans, sans-serif !important;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 0;
	color: #777
}

body #smoothBody #wp-body-classes form .frm_error_style {
	background-color: #f2dede !important;
	border: 1px solid #ebccd1 !important;
	border-radius: 0 !important;
	color: #d22828 !important;
	font-size: 18px !important;
	margin: 30px 0;
	display: inline-block;
	width: 100%
}

body #smoothBody #wp-body-classes form .frm_message {
	border: 1px solid #d6e9c6;
	background-color: #dff0d8 !important;
	color: #5b9a34 !important;
	border-radius: 0 !important;
	margin: 0 0 30px
}

body #smoothBody #wp-body-classes form .frm_message p {
	color: #5b9a34
}

body #smoothBody #wp-body-classes form .frm_error_style,
body #smoothBody #wp-body-classes form .frm_message,
body #smoothBody #wp-body-classes form .frm_success_style {
	padding: 15px
}

body #smoothBody #wp-body-classes form .frm_error_style p,
body #smoothBody #wp-body-classes form .frm_message p,
body #smoothBody #wp-body-classes form .frm_success_style p {
	margin: 0 !important
}

body #smoothBody #wp-body-classes form .frm_error {
	line-height: 30px;
	font-size: 16px;
	color: #d22828;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto;
	display: inline-block;
	border-top: 1px solid red;
	margin-top: 10px;
	padding: 10px 0
}

body #smoothBody #wp-body-classes form .frm_combo_inputs_container {
	display: inline-block;
	width: 100%
}

body #smoothBody #wp-body-classes form .frm_inline {
	margin-left: 0;
	margin-right: 2.5%;
	clear: none;
	width: auto !important;
	min-width: 25% !important;
	max-width: 100%
}

@media only screen and (max-width:600px) {
	body #smoothBody #wp-body-classes form .frm_inline {
		min-width: 100% !important
	}
}

body #smoothBody #wp-body-classes form .frm_inline.frm_blank_field {
	width: 100% !important
}

body #smoothBody #wp-body-classes form .form-field {
	position: relative;
	margin-bottom: 40px;
	min-width: 31.66%
}

body #smoothBody #wp-body-classes form .form-field span.frm_required {
	color: #d22828
}

body #smoothBody #wp-body-classes form .form-field br {
	display: none
}

body #smoothBody #wp-body-classes form .form-field p small {
	font-size: 16px;
	color: #777;
	line-height: 26px
}

body #smoothBody #wp-body-classes form .form-field strong {
	font-size: 16px
}

body #smoothBody #wp-body-classes form .form-field.checkbox,
body #smoothBody #wp-body-classes form .form-field.radio {
	margin: 50px 0 !important
}

body #smoothBody #wp-body-classes form .form-field.checkbox>.frm_primary_label,
body #smoothBody #wp-body-classes form .form-field.radio>.frm_primary_label {
	font-size: 18px !important;
	color: #046a74 !important;
	font-weight: 700 !important;
	line-height: 26px !important;
	padding: 0 0 20px !important
}

body #smoothBody #wp-body-classes form .form-field.select {
	width: auto;
	min-width: 31.33%;
	display: inline-block;
	float: left
}

body #smoothBody #wp-body-classes form .form-field.scale .frm_scale {
	float: left;
	margin-right: 30px
}

body #smoothBody #wp-body-classes form .form-field.time select {
	width: auto !important;
	margin: 0 10px
}

body #smoothBody #wp-body-classes form .form-field.address .frm_blank_field input,
body #smoothBody #wp-body-classes form .form-field.address .frm_blank_field select {
	border: 1px solid #e69694 !important
}

body #smoothBody #wp-body-classes form .form-field.address.frm_blank_field>.frm_description {
	display: none
}

body #smoothBody #wp-body-classes form .form-field.address>.frm_description {
	border-top: 1px solid #7a7a7a;
	width: auto;
	padding-top: 10px;
	margin-top: 0;
	display: inline-block
}

body #smoothBody #wp-body-classes form .form-field.email,
body #smoothBody #wp-body-classes form .form-field.phone,
body #smoothBody #wp-body-classes form .form-field.select,
body #smoothBody #wp-body-classes form .form-field.text,
body #smoothBody #wp-body-classes form .form-field.textarea,
body #smoothBody #wp-body-classes form .form-field.url {
	min-height: 45px
}

body #smoothBody #wp-body-classes form .form-field.email.active label,
body #smoothBody #wp-body-classes form .form-field.phone.active label,
body #smoothBody #wp-body-classes form .form-field.select.active label,
body #smoothBody #wp-body-classes form .form-field.text.active label,
body #smoothBody #wp-body-classes form .form-field.textarea.active label,
body #smoothBody #wp-body-classes form .form-field.url.active label {
	top: -36px;
	margin: 0;
	font-size: 16px;
	color: #046a74;
	line-height: 36px
}

body #smoothBody #wp-body-classes form .form-field.email.active input,
body #smoothBody #wp-body-classes form .form-field.email.active textarea,
body #smoothBody #wp-body-classes form .form-field.phone.active input,
body #smoothBody #wp-body-classes form .form-field.phone.active textarea,
body #smoothBody #wp-body-classes form .form-field.select.active input,
body #smoothBody #wp-body-classes form .form-field.select.active textarea,
body #smoothBody #wp-body-classes form .form-field.text.active input,
body #smoothBody #wp-body-classes form .form-field.text.active textarea,
body #smoothBody #wp-body-classes form .form-field.textarea.active input,
body #smoothBody #wp-body-classes form .form-field.textarea.active textarea,
body #smoothBody #wp-body-classes form .form-field.url.active input,
body #smoothBody #wp-body-classes form .form-field.url.active textarea {
	border-bottom: 1px solid #046a74 !important
}

body #smoothBody #wp-body-classes form .form-field.email.frm_blank_field .frm_error,
body #smoothBody #wp-body-classes form .form-field.phone.frm_blank_field .frm_error,
body #smoothBody #wp-body-classes form .form-field.select.frm_blank_field .frm_error,
body #smoothBody #wp-body-classes form .form-field.text.frm_blank_field .frm_error,
body #smoothBody #wp-body-classes form .form-field.textarea.frm_blank_field .frm_error,
body #smoothBody #wp-body-classes form .form-field.url.frm_blank_field .frm_error {
	border-top: none;
	padding: 0;
	line-height: 22px;
	margin-top: 20px
}

body #smoothBody #wp-body-classes form .form-field.email.frm_blank_field .frm_description,
body #smoothBody #wp-body-classes form .form-field.email.frm_blank_field:after,
body #smoothBody #wp-body-classes form .form-field.email.frm_blank_field:before,
body #smoothBody #wp-body-classes form .form-field.phone.frm_blank_field .frm_description,
body #smoothBody #wp-body-classes form .form-field.phone.frm_blank_field:after,
body #smoothBody #wp-body-classes form .form-field.phone.frm_blank_field:before,
body #smoothBody #wp-body-classes form .form-field.select.frm_blank_field .frm_description,
body #smoothBody #wp-body-classes form .form-field.select.frm_blank_field:after,
body #smoothBody #wp-body-classes form .form-field.select.frm_blank_field:before,
body #smoothBody #wp-body-classes form .form-field.text.frm_blank_field .frm_description,
body #smoothBody #wp-body-classes form .form-field.text.frm_blank_field:after,
body #smoothBody #wp-body-classes form .form-field.text.frm_blank_field:before,
body #smoothBody #wp-body-classes form .form-field.textarea.frm_blank_field .frm_description,
body #smoothBody #wp-body-classes form .form-field.textarea.frm_blank_field:after,
body #smoothBody #wp-body-classes form .form-field.textarea.frm_blank_field:before,
body #smoothBody #wp-body-classes form .form-field.url.frm_blank_field .frm_description,
body #smoothBody #wp-body-classes form .form-field.url.frm_blank_field:after,
body #smoothBody #wp-body-classes form .form-field.url.frm_blank_field:before {
	display: none
}

body #smoothBody #wp-body-classes form .form-field.email.frm_blank_field input,
body #smoothBody #wp-body-classes form .form-field.email.frm_blank_field select,
body #smoothBody #wp-body-classes form .form-field.email.frm_blank_field textarea,
body #smoothBody #wp-body-classes form .form-field.phone.frm_blank_field input,
body #smoothBody #wp-body-classes form .form-field.phone.frm_blank_field select,
body #smoothBody #wp-body-classes form .form-field.phone.frm_blank_field textarea,
body #smoothBody #wp-body-classes form .form-field.select.frm_blank_field input,
body #smoothBody #wp-body-classes form .form-field.select.frm_blank_field select,
body #smoothBody #wp-body-classes form .form-field.select.frm_blank_field textarea,
body #smoothBody #wp-body-classes form .form-field.text.frm_blank_field input,
body #smoothBody #wp-body-classes form .form-field.text.frm_blank_field select,
body #smoothBody #wp-body-classes form .form-field.text.frm_blank_field textarea,
body #smoothBody #wp-body-classes form .form-field.textarea.frm_blank_field input,
body #smoothBody #wp-body-classes form .form-field.textarea.frm_blank_field select,
body #smoothBody #wp-body-classes form .form-field.textarea.frm_blank_field textarea,
body #smoothBody #wp-body-classes form .form-field.url.frm_blank_field input,
body #smoothBody #wp-body-classes form .form-field.url.frm_blank_field select,
body #smoothBody #wp-body-classes form .form-field.url.frm_blank_field textarea {
	border: 1px solid #e69694 !important
}

body #smoothBody #wp-body-classes form .form-field.email .frm_primary_label,
body #smoothBody #wp-body-classes form .form-field.phone .frm_primary_label,
body #smoothBody #wp-body-classes form .form-field.select .frm_primary_label,
body #smoothBody #wp-body-classes form .form-field.text .frm_primary_label,
body #smoothBody #wp-body-classes form .form-field.textarea .frm_primary_label,
body #smoothBody #wp-body-classes form .form-field.url .frm_primary_label {
	font-size: 16px;
	color: #777;
	margin: 0 20px;
	line-height: 45px;
	padding: 0;
	white-space: nowrap
}

body #smoothBody #wp-body-classes form .form-field.email label,
body #smoothBody #wp-body-classes form .form-field.phone label,
body #smoothBody #wp-body-classes form .form-field.select label,
body #smoothBody #wp-body-classes form .form-field.textarea label,
body #smoothBody #wp-body-classes form .form-field.text label,
body #smoothBody #wp-body-classes form .form-field.url label {
	position: absolute;
	top: 0;
	z-index: 100;
	cursor: text;
	pointer-events: none;
	transition: top .15s linear, margin .15s linear, color .15s linear, line-height .15s linear
}

body #smoothBody #wp-body-classes form .frm_checkbox {
	position: relative
}

body #smoothBody #wp-body-classes form .frm_checkbox label {
	cursor: pointer
}

body #smoothBody #wp-body-classes form .frm_checkbox label:after,
body #smoothBody #wp-body-classes form .frm_checkbox label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0
}

body #smoothBody #wp-body-classes form .frm_checkbox label:before {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, .54);
	border-radius: 2px;
	cursor: pointer;
	transition: background .3s
}

body #smoothBody #wp-body-classes form .frm_checkbox input[type=checkbox] {
	outline: 0
}

body #smoothBody #wp-body-classes form .frm_checkbox input[type=checkbox]:checked+label:before {
	background: #046a74;
	border: none
}

body #smoothBody #wp-body-classes form .frm_checkbox input[type=checkbox]:checked+label:after {
	transform: rotate(-45deg);
	top: 5px;
	left: 4px;
	width: 12px;
	height: 6px;
	border-color: #fff;
	border-style: none none solid solid;
	border-width: 2px
}

body #smoothBody #wp-body-classes form .frm_checkbox,
body #smoothBody #wp-body-classes form .frm_radio {
	margin-bottom: 8px
}

body #smoothBody #wp-body-classes form .frm_checkbox input,
body #smoothBody #wp-body-classes form .frm_radio input {
	visibility: hidden;
	margin-left: -30px
}

body #smoothBody #wp-body-classes form .frm_checkbox label,
body #smoothBody #wp-body-classes form .frm_radio label {
	font-size: 16px !important;
	color: #777 !important;
	line-height: 24px !important;
	margin-left: 50px !important
}

body #smoothBody #wp-body-classes form input,
body #smoothBody #wp-body-classes form input[type=checkbox] {
	position: inherit
}

body #smoothBody #wp-body-classes form .frm_radio,
body #smoothBody #wp-body-classes form .frm_scale {
	margin: 16px 0
}

body #smoothBody #wp-body-classes form .frm_radio.frm_inline,
body #smoothBody #wp-body-classes form .frm_scale.frm_inline {
	display: inline-block
}

body #smoothBody #wp-body-classes form .frm_radio input[type=radio],
body #smoothBody #wp-body-classes form .frm_scale input[type=radio] {
	display: none
}

body #smoothBody #wp-body-classes form .frm_radio input[type=radio]:checked+label:before,
body #smoothBody #wp-body-classes form .frm_scale input[type=radio]:checked+label:before {
	border-color: #046a74
}

body #smoothBody #wp-body-classes form .frm_radio input[type=radio]:checked+label:after,
body #smoothBody #wp-body-classes form .frm_scale input[type=radio]:checked+label:after {
	transform: scale(1)
}

body #smoothBody #wp-body-classes form .frm_radio label,
body #smoothBody #wp-body-classes form .frm_scale label {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	margin-left: 0 !important;
	cursor: pointer;
	vertical-align: bottom
}

body #smoothBody #wp-body-classes form .frm_radio label:after,
body #smoothBody #wp-body-classes form .frm_radio label:before,
body #smoothBody #wp-body-classes form .frm_scale label:after,
body #smoothBody #wp-body-classes form .frm_scale label:before {
	position: absolute;
	content: "";
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color
}

body #smoothBody #wp-body-classes form .frm_radio label:before,
body #smoothBody #wp-body-classes form .frm_scale label:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #777
}

body #smoothBody #wp-body-classes form .frm_radio label:after,
body #smoothBody #wp-body-classes form .frm_scale label:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #046a74
}

body #smoothBody #wp-body-classes form select {
	height: 45px
}

body #smoothBody #wp-body-classes form input[type=email],
body #smoothBody #wp-body-classes form input[type=file],
body #smoothBody #wp-body-classes form input[type=number],
body #smoothBody #wp-body-classes form input[type=password],
body #smoothBody #wp-body-classes form input[type=search],
body #smoothBody #wp-body-classes form input[type=tel],
body #smoothBody #wp-body-classes form input[type=text],
body #smoothBody #wp-body-classes form input[type=url],
body #smoothBody #wp-body-classes form select,
body #smoothBody #wp-body-classes form textarea {
	min-height: 45px;
	line-height: 17px !important;
	background-color: #f2f2f2;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1);
	position: relative;
	border-radius: 2px
}

body #smoothBody #wp-body-classes form .frm_form_fields_active_style,
body #smoothBody #wp-body-classes form .frm_form_fields_error_style,
body #smoothBody #wp-body-classes form .frm_form_fields_style,
body #smoothBody #wp-body-classes form .frm_style_divi.with_frm_style .chosen-container-multi .chosen-choices,
body #smoothBody #wp-body-classes form .frm_style_divi.with_frm_style .chosen-container-single .chosen-single,
body #smoothBody #wp-body-classes form .frm_style_divi.with_frm_style .frm_scroll_box .frm_opt_container,
body #smoothBody #wp-body-classes form input[type=email],
body #smoothBody #wp-body-classes form input[type=number],
body #smoothBody #wp-body-classes form input[type=password],
body #smoothBody #wp-body-classes form input[type=phone],
body #smoothBody #wp-body-classes form input[type=search],
body #smoothBody #wp-body-classes form input[type=tel],
body #smoothBody #wp-body-classes form input[type=text],
body #smoothBody #wp-body-classes form input[type=url],
body #smoothBody #wp-body-classes form select,
body #smoothBody #wp-body-classes form textarea {
	position: relative;
	color: #585858 !important;
	background-image: none !important;
	border: 0 solid #ccc !important;
	border-radius: 2px !important;
	width: 100% !important;
	max-width: 100%;
	font-size: 16px !important;
	padding: 14px !important;
	box-sizing: border-box;
	outline: none !important;
	font-weight: 400
}

body #smoothBody #wp-body-classes form .frm_error,
body #smoothBody #wp-body-classes form div.description,
body #smoothBody #wp-body-classes form div.frm_description,
body #smoothBody #wp-body-classes form p.description {
	font-size: 16px;
	line-height: 22px;
	margin-top: 20px;
	font-weight: 400
}

body #smoothBody #wp-body-classes form h3+div.frm_description {
	margin-top: -35px;
	margin-bottom: 50px
}

body #smoothBody #wp-body-classes form input[type=email],
body #smoothBody #wp-body-classes form input[type=number],
body #smoothBody #wp-body-classes form input[type=password],
body #smoothBody #wp-body-classes form input[type=phone],
body #smoothBody #wp-body-classes form input[type=search],
body #smoothBody #wp-body-classes form input[type=tel],
body #smoothBody #wp-body-classes form input[type=text],
body #smoothBody #wp-body-classes form input[type=url],
body #smoothBody #wp-body-classes form select {
	height: 45px
}

body #smoothBody #wp-body-classes form .frm_form_submit_style,
body #smoothBody #wp-body-classes form button,
body #smoothBody #wp-body-classes form input[type=button],
body #smoothBody #wp-body-classes form input[type=submit] {
	transition: all .3s ease;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 15px 20px;
	display: inline-block;
	background: #046a74;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	border-radius: 2px;
	border: none;
	font-family: DroidSans-Bold, sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2.25px;
	line-height: 19px;
	outline: none;
	text-align: left
}

body #smoothBody #wp-body-classes form .frm_form_submit_style:hover,
body #smoothBody #wp-body-classes form button:hover,
body #smoothBody #wp-body-classes form input[type=button]:hover,
body #smoothBody #wp-body-classes form input[type=submit]:hover {
	color: #fff
}

body #smoothBody #wp-body-classes form .frm_form_submit_style:active,
body #smoothBody #wp-body-classes form button:active,
body #smoothBody #wp-body-classes form input[type=button]:active,
body #smoothBody #wp-body-classes form input[type=submit]:active {
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background-image: none
}

header body #smoothBody #wp-body-classes form .frm_form_submit_style,
header body #smoothBody #wp-body-classes form button,
header body #smoothBody #wp-body-classes form input[type=button],
header body #smoothBody #wp-body-classes form input[type=submit] {
	background: rgba(0, 0, 0, .3) !important;
	border: 2px solid #fff !important
}

.frm_form_field {
	clear: both
}

.frm_form_field.frm_repeat_buttons {
	margin-bottom: 30px
}

.frm_form_field.frm_repeat_buttons a.frm_button {
	color: #777;
	font-size: 16px
}

.frm_form_field.frm_repeat_buttons a.frm_button i:before {
	font-size: 20px
}

.frm_combo_inputs_container,
.frm_form_fields .frm_fields_container,
.frm_form_fields .frm_section_heading,
.frm_grid_container {
	display: inherit;
	grid-template-columns: none;
	grid-auto-rows: 0;
	grid-gap: 0;
	grid: none
}

.frm_form_field.frm2,
.frm_form_field.frm4,
.frm_form_field.frm6,
.frm_form_field.frm8,
.frm_form_field.frm9,
.frm_form_field.frm_eighth,
.frm_form_field.frm_fifth,
.frm_form_field.frm_four_fifths,
.frm_form_field.frm_fourth,
.frm_form_field.frm_half,
.frm_form_field.frm_inline,
.frm_form_field.frm_last,
.frm_form_field.frm_last_eighth,
.frm_form_field.frm_last_fifth,
.frm_form_field.frm_last_fourth,
.frm_form_field.frm_last_half,
.frm_form_field.frm_last_inline,
.frm_form_field.frm_last_seventh,
.frm_form_field.frm_last_sixth,
.frm_form_field.frm_last_third,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_right_fifth,
.frm_form_field.frm_right_fourth,
.frm_form_field.frm_right_half,
.frm_form_field.frm_right_inline,
.frm_form_field.frm_right_third,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_seventh,
.frm_form_field.frm_sixth,
.frm_form_field.frm_third,
.frm_form_field.frm_three_fifths,
.frm_form_field.frm_three_fourths,
.frm_form_field.frm_two_fifths,
.frm_form_field.frm_two_thirds,
.frm_submit.frm2,
.frm_submit.frm4,
.frm_submit.frm6,
.frm_submit.frm8,
.frm_submit.frm9,
.frm_submit.frm_eighth,
.frm_submit.frm_fifth,
.frm_submit.frm_fourth,
.frm_submit.frm_half,
.frm_submit.frm_inline,
.frm_submit.frm_seventh,
.frm_submit.frm_sixth,
.frm_submit.frm_third {
	clear: none;
	float: left;
	margin-left: 2.5%
}

.frm_form_field.frm_first,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_first_half,
.frm_form_field.frm_first_inline,
.frm_form_field.frm_first_seventh,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_first_third,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_left_half,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_left_third,
.frm_form_field.frm_left_two_thirds {
	clear: left;
	float: left;
	margin-left: 0
}

.frm_form_field.frm_alignright {
	float: right !important
}

.frm_form_field.frm6,
.frm_form_field.frm_first_half,
.frm_form_field.frm_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_submit.frm6,
.frm_submit.frm_half {
	width: 48.75%
}

.frm_form_field.frm4,
.frm_form_field.frm_first_third,
.frm_form_field.frm_last_third,
.frm_form_field.frm_left_third,
.frm_form_field.frm_right_third,
.frm_form_field.frm_third,
.frm_submit.frm4,
.frm_submit.frm_third {
	width: 31.66%
}

.frm_form_field.frm8,
.frm_form_field.frm_first_two_thirds,
.frm_form_field.frm_last_two_thirds,
.frm_form_field.frm_left_two_thirds,
.frm_form_field.frm_right_two_thirds,
.frm_form_field.frm_two_thirds,
.frm_submit.frm8 {
	width: 65.82%
}

.frm_form_field.frm3,
.frm_form_field.frm_first_fourth,
.frm_form_field.frm_fourth,
.frm_form_field.frm_last_fourth,
.frm_form_field.frm_left_fourth,
.frm_form_field.frm_right_fourth,
.frm_submit.frm3,
.frm_submit.frm_fourth {
	width: 23.12%
}

.frm_form_field.frm9,
.frm_form_field.frm_three_fourths,
.frm_submit.frm9 {
	width: 74.36%
}

.frm_form_field.frm_fifth,
.frm_form_field.frm_first_fifth,
.frm_form_field.frm_last_fifth,
.frm_form_field.frm_left_fifth,
.frm_form_field.frm_right_fifth,
.frm_submit.frm_fifth {
	width: 18%
}

.frm_form_field.frm_two_fifths {
	width: 38.5%
}

.frm_form_field.frm_three_fifths {
	width: 59%
}

.frm_form_field.frm_four_fifths {
	width: 79.5%
}

.frm_form_field.frm2,
.frm_form_field.frm_first_sixth,
.frm_form_field.frm_last_sixth,
.frm_form_field.frm_sixth,
.frm_submit.frm2,
.frm_submit.frm_sixth {
	width: 14.58%
}

.frm_form_field.frm_first_seventh,
.frm_form_field.frm_last_seventh,
.frm_form_field.frm_seventh,
.frm_submit.frm_seventh {
	width: 12.14%
}

.frm_form_field.frm_eighth,
.frm_form_field.frm_first_eighth,
.frm_form_field.frm_last_eighth,
.frm_submit.frm_eighth {
	width: 10.31%
}

.frm_form_field.frm_first_inline,
.frm_form_field.frm_inline,
.frm_form_field.frm_last_inline,
.frm_form_field.frm_left_inline,
.frm_form_field.frm_right_inline,
.frm_submit.frm_inline {
	width: auto
}

.frm_full,
.frm_full .wp-editor-wrap,
.frm_full input:not([type=checkbox]):not([type=radio]):not([type=button]),
.frm_full select,
.frm_full textarea {
	width: 100% !important
}

.frm_full .wp-editor-wrap input {
	width: auto !important
}

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

	.frm_form_field.frm2,
	.frm_form_field.frm4,
	.frm_form_field.frm6,
	.frm_form_field.frm8,
	.frm_form_field.frm9,
	.frm_form_field.frm_eighth,
	.frm_form_field.frm_fifth,
	.frm_form_field.frm_first_fourth,
	.frm_form_field.frm_first_half,
	.frm_form_field.frm_first_third,
	.frm_form_field.frm_first_two_thirds,
	.frm_form_field.frm_four_fifths,
	.frm_form_field.frm_fourth,
	.frm_form_field.frm_half,
	.frm_form_field.frm_last_fourth,
	.frm_form_field.frm_last_half,
	.frm_form_field.frm_last_third,
	.frm_form_field.frm_last_two_thirds,
	.frm_form_field.frm_left_fourth,
	.frm_form_field.frm_left_half,
	.frm_form_field.frm_right_fourth,
	.frm_form_field.frm_right_half,
	.frm_form_field.frm_seventh,
	.frm_form_field.frm_sixth,
	.frm_form_field.frm_third,
	.frm_form_field.frm_three_fifths,
	.frm_form_field.frm_three_fourths,
	.frm_form_field.frm_two_fifths,
	.frm_form_field.frm_two_thirds,
	.frm_submit.frm2,
	.frm_submit.frm4,
	.frm_submit.frm6,
	.frm_submit.frm8,
	.frm_submit.frm9,
	.frm_submit.frm_eighth,
	.frm_submit.frm_fifth,
	.frm_submit.frm_fourth,
	.frm_submit.frm_half,
	.frm_submit.frm_seventh,
	.frm_submit.frm_sixth,
	.frm_submit.frm_third {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		clear: both;
		float: none
	}
}

.frm_first_repeat {
	border-top: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important
}

.frm_first_repeat .frm_remove_form_row {
	display: none
}

.frm_repeat_sec {
	border-top: 2px solid #e8e8e8;
	margin-top: 40px;
	padding-top: 40px
}

#cookie-notice {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	padding: 10px;
	width: 500px;
	min-width: 200px !important;
	color: #fff !important;
	border: 2px solid #046a74;
	background-color: #046a74 !important;
	position: fixed;
	height: auto;
	float: right;
	z-index: 100000;
	text-align: center;
	bottom: 30px;
	right: 30px !important;
	left: auto !important
}

@media (max-width:782px) {
	#cookie-notice {
		width: calc(100% - 200px)
	}
}

#cookie-notice .cookie-notice-container {
	padding: 0 !important
}

#cookie-notice span {
	font-size: 16px;
	float: left;
	width: 80%;
	text-align: left
}

#cookie-notice a {
	float: right;
	transition: all .3s ease;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 10px 15px !important;
	height: 100%;
	margin: 0 !important;
	display: inline-block !important;
	background: #fff !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) !important;
	border-radius: 2px !important;
	border: none;
	font-family: DroidSans-Bold, sans-serif !important;
	font-size: 18px !important;
	color: #046a74 !important;
	letter-spacing: 2.25px;
	line-height: 19px !important;
	outline: none !important;
	white-space: inherit;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto
}

main.front-page .tags,
main.news-detail .tags,
main.news-overview .tags {
	position: relative;
	z-index: 400
}

main.front-page .tags a,
main.news-detail .tags a,
main.news-overview .tags a {
	background: #d8d8d8;
	border-radius: 3px;
	padding: 3px 5px;
	font-family: DroidSans-Bold, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 10px;
	margin: 5px 5px 5px 0
}

main.front-page .tags a:hover,
main.news-detail .tags a:hover,
main.news-overview .tags a:hover {
	background: #989898
}

main.front-page .arrow-link,
main.news-detail .arrow-link,
main.news-overview .arrow-link {
	color: #777;
	font-family: DroidSans-Bold, sans-serif;
	display: inline-block;
	margin-bottom: 10px
}

main.front-page .arrow-link span,
main.news-detail .arrow-link span,
main.news-overview .arrow-link span {
	line-height: 24px;
	display: inline-block;
	float: left
}

main.front-page .arrow-link i,
main.news-detail .arrow-link i,
main.news-overview .arrow-link i {
	float: left
}

main.front-page .breadcrumb,
main.news-detail .breadcrumb,
main.news-overview .breadcrumb {
	display: inline-block;
	padding: 10px 15px
}

main.front-page .breadcrumb .arrow-link,
main.news-detail .breadcrumb .arrow-link,
main.news-overview .breadcrumb .arrow-link {
	position: relative;
	left: -7px;
	margin: 4px 0 0
}

main.front-page .breadcrumb .news-tag,
main.news-detail .breadcrumb .news-tag,
main.news-overview .breadcrumb .news-tag {
	margin: 0;
	float: right
}

main.news-overview section.single-news {
	position: relative;
	background: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

main.news-overview section.single-news>.row {
	margin: 0
}

main.news-overview section.single-news .click-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

@media (max-width:460px) {
	main.news-overview section.single-news .news-image {
		height: 200px !important;
		width: 100%;
		padding: 0
	}

	main.news-overview section.single-news .news-description {
		width: 100%;
		margin: 200px 0 0
	}

	main.news-overview section.single-news .news-description.no-image {
		margin-top: 0
	}
}

main.news-overview section.single-news .news-image {
	position: absolute;
	height: 100%;
	padding-left: 0
}

main.news-overview section.single-news .news-image .news-image-container {
	height: 100%;
	display: block;
	background-size: cover;
	background-position: 50%
}

main.news-overview section.single-news .news-description span.date {
	margin: 20px 0;
	display: block
}

main.news-overview section.single-news .news-description h3 {
	width: 80%
}

main.news-overview section.single-news .news-description h3 a {
	color: #585858
}

main.news-overview section.month-section,
main.news-overview section.tags-section {
	padding: 10px 0
}

main.news-overview section.month-section a,
main.news-overview section.tags-section a {
	color: #777;
	width: 100%;
	display: inline-block;
	padding: 8px 15px
}

main.news-overview section.month-section a:hover,
main.news-overview section.tags-section a:hover {
	color: #046a74
}

main.news-overview .page-numbers {
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 2px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	color: #585858;
	float: left
}

main.news-overview .page-numbers i {
	font-size: 32px
}

main.news-overview .page-numbers.current {
	background-color: #046a74;
	color: #fff
}

main.news-detail .section-headline .arrow-link {
	left: -7px;
	position: relative
}

main.news-detail .share-icon-container {
	text-align: right
}

main.news-detail .news-hero-container {
	height: 50vw;
	min-height: 380px;
	max-height: 450px
}

main.news-detail .news-author-wrapper {
	margin-bottom: 20px
}

main.news-detail .news-author-wrapper .author-column {
	padding-top: 15px;
	padding-bottom: 15px
}

main.news-detail .news-author-wrapper .author-column .author-row {
	height: 100%;
	display: flex;
	align-items: center
}

main.news-detail .news-author-wrapper .author-column .contact-information ul {
	margin: 0
}

section.news-text .h1,
section.news-text .h2,
section.news-text .h3,
section.news-text .h4,
section.news-text .h5,
section.news-text .h6,
section.news-text h1,
section.news-text h2,
section.news-text h3,
section.news-text h4,
section.news-text h5,
section.news-text h6 {
	font-weight: 400
}

section.news-text .h2,
section.news-text h2 {
	color: #585858;
	font-size: 32px;
	line-height: 45px;
	margin: 15px 0
}

section.news-text .h3,
section.news-text h3 {
	color: #585858;
	border-top: 2px solid #585858;
	border-bottom: 2px solid #585858;
	padding: 20px 0;
	font-size: 32px;
	line-height: 45px
}

section.news-text .h4,
section.news-text h4 {
	font-family: DroidSans, sans-serif;
	color: #585858;
	font-size: 22px;
	line-height: 32px
}

section.news-text .h5,
section.news-text h5 {
	font-family: DroidSans-Bold, sans-serif;
	font-size: 18px;
	color: #585858;
	line-height: 24px;
	margin: 15px 0
}

.share-icon-container {
	z-index: 520;
	position: relative
}

.share-button {
	float: right;
	top: -10px
}

.share-button,
.toggle {
	position: relative;
	width: 35px
}

.toggle {
	height: 35px;
	z-index: 10;
	display: block;
	border-radius: 25px;
	cursor: pointer;
	color: #c8c7c0;
	left: 2px;
	top: 6px
}

.toggle:hover:after {
	color: #989898
}

.toggle:after {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	font-family: Material Icons;
	content: "share";
	color: #bbb;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	line-height: 35px;
	font-size: 30px;
	text-align: center;
	left: -2px
}

.toggle-input {
	display: none
}

.toggle-input:checked+.toggle:hover:after {
	color: #989898
}

.toggle-input:checked+.toggle:after {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	font-family: Material Icons;
	content: "close";
	color: #bbb;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	line-height: 35px;
	font-size: 35px;
	text-align: center;
	left: -2px
}

.network-list li {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	list-style-type: none;
	opacity: 0;
	transition: all .25s cubic-bezier(.43, 1.17, .69, 1.24);
	padding: 5px;
	box-sizing: content-box;
	border-radius: 50%;
	background-color: #fff
}

.network-list .tooltip-inner a,
.network-list .tooltip-inner a:hover {
	color: #fff
}

.network-list a.share-clicker {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	line-height: 50px;
	text-indent: 120%;
	text-decoration: none
}

.network-list a:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 25px;
	font-family: FontAwesome;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	line-height: 35px;
	text-indent: 0
}

.network-list [class^=icon-] {
	width: 35px;
	height: 35px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat
}

input:checked~.network-list li {
	opacity: 1
}

input:checked~.network-list li:first-child {
	left: -50px
}

input:checked~.network-list li:nth-child(2) {
	left: -95px
}

input:checked~.network-list li:nth-child(3) {
	left: -140px
}

input:checked~.network-list li:nth-child(4) {
	left: -185px
}

@media (max-width:480px) {
	input:checked~.network-list li {
		left: -4px !important
	}

	input:checked~.network-list li:first-child {
		top: 50px
	}

	input:checked~.network-list li:nth-child(2) {
		top: 95px
	}

	input:checked~.network-list li:nth-child(3) {
		top: 140px
	}

	input:checked~.network-list li:nth-child(4) {
		top: 185px
	}
}

@-webkit-keyframes bar1 {
	0% {
		content: "\F1E0";
		width: 46px;
		height: 50px;
		background-color: transparent;
		transform: rotate(0deg) scale(1);
		top: 0;
		left: 0;
		opacity: 1
	}

	50% {
		background-color: transparent;
		content: "\F1E0";
		width: 46px;
		height: 50px;
		top: 0;
		left: 0;
		transform: rotate(0deg) scale(.2);
		opacity: 0
	}

	50.001% {
		background-color: #fff;
		left: 10px;
		top: 22px;
		content: "";
		height: 3px;
		width: 30px
	}

	60% {
		transform: rotate(0deg) scale(1);
		opacity: 1
	}

	to {
		transform: rotate(45deg) scale(1)
	}
}

@keyframes bar1 {
	0% {
		content: "\F1E0";
		width: 46px;
		height: 50px;
		background-color: transparent;
		transform: rotate(0deg) scale(1);
		top: 0;
		left: 0;
		opacity: 1
	}

	50% {
		background-color: transparent;
		content: "\F1E0";
		width: 46px;
		height: 50px;
		top: 0;
		left: 0;
		transform: rotate(0deg) scale(.2);
		opacity: 0
	}

	50.001% {
		background-color: #fff;
		left: 10px;
		top: 22px;
		content: "";
		height: 3px;
		width: 30px
	}

	60% {
		transform: rotate(0deg) scale(1);
		opacity: 1
	}

	to {
		transform: rotate(45deg) scale(1)
	}
}

@-webkit-keyframes bar2 {
	0% {
		background-color: transparent;
		transform: rotate(0deg) scale(.2);
		opacity: 0
	}

	50% {
		background-color: transparent;
		transform: rotate(0deg) scale(.2);
		opacity: 0
	}

	60% {
		transform: rotate(0deg) scale(1);
		opacity: 1
	}

	to {
		transform: rotate(-45deg) scale(1)
	}
}

@keyframes bar2 {
	0% {
		background-color: transparent;
		transform: rotate(0deg) scale(.2);
		opacity: 0
	}

	50% {
		background-color: transparent;
		transform: rotate(0deg) scale(.2);
		opacity: 0
	}

	60% {
		transform: rotate(0deg) scale(1);
		opacity: 1
	}

	to {
		transform: rotate(-45deg) scale(1)
	}
}

.tooltip.bottom {
	margin-top: 10px
}

.tooltip.bottom .tooltip-arrow {
	top: -5px;
	left: 50%;
	margin-left: -10px;
	border-width: 0 10px 10px;
	border-bottom-color: #585858
}

.tooltip.left {
	margin-left: -10px
}

.tooltip.left .tooltip-arrow {
	margin-top: -10px;
	border-width: 10px 0 10px 10px;
	right: -5px;
	border-left-color: #585858;
	border-right-color: #585858
}

.tooltip .tooltip-inner {
	min-width: 140px;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #585858
}

@media (min-width:783px) {
	.single-events nav.navigation {
		position: absolute
	}

	.single-events nav.navigation>.container {
		position: static
	}

	.single-events nav.navigation .navigation-menu ul .sub-nav-wrapper {
		position: absolute
	}

	.single-events nav.navigation .event-menu .event-list {
		position: absolute;
		top: 100px !important
	}
}

.panel {
	border: none;
	background-color: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.panel.speaker-panel {
	background-color: transparent;
	box-shadow: none;
	margin-left: -10px;
	margin-right: -10px
}

.panel.speaker-panel .panel-heading {
	background-color: #ececec;
	margin: 0 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.panel.speaker-panel .panel-heading i.material-icons {
	top: -12px
}

.panel.speaker-panel .panel-heading p {
	text-align: right;
	margin: 0
}

.panel.speaker-panel .panel-body {
	padding: 0 10px
}

.panel.speaker-panel .panel-body hr {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px
}

.panel.speaker-panel .panel-body .panel-speaker-container-wrapper {
	display: inline-block;
	padding: 30px 15px 0;
	min-height: 300px
}

@media (max-width:380px) {
	.panel.speaker-panel .panel-body .panel-speaker-container-wrapper {
		width: 100% !important
	}
}

@media (max-width:620px) {
	.panel.speaker-panel .panel-body .panel-speaker-container-wrapper {
		width: 50%
	}
}

.panel.speaker-panel .panel-body .panel-speaker-container {
	height: 100%
}

.panel.speaker-panel .panel-body .panel-speaker-container .panel-speaker-wrapper {
	height: 100%;
	background: #ececec;
	padding: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.panel.speaker-panel .panel-body span.title {
	display: block;
	margin-bottom: 5px;
	color: #585858;
	margin-left: 10px;
	margin-right: 10px
}

.panel.speaker-panel .panel-body span.position {
	display: inline-block;
	color: #777;
	margin-left: 10px;
	margin-right: 10px
}

.panel.speaker-panel .panel-body .company-people-image {
	padding-bottom: 0
}

.panel.speaker-panel .panel-body .company-people-image img {
	max-height: 145px
}

.panel.speaker-panel .panel-body .company-image-wrapper {
	background-color: hsla(0, 0%, 92.5%, .5);
	/*top: -15px;*/
	top: 2px;
	height: 55px
}

.panel .panel-heading {
	border-radius: 0;
	border: none !important;
	cursor: pointer;
	padding: 13px 15px
}

.panel .panel-heading h4 {
	margin: 0;
	position: relative;
	padding-left: 60px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto
}

.panel .panel-body {
	padding: 10px 20px
}

.panel.companies,
.panel.lecture {
	display: inline-block;
	width: 100%;
	margin-bottom: 0
}

.panel.companies,
.panel.companies .panel-heading,
.panel.lecture,
.panel.lecture .panel-heading {
	box-shadow: none;
	background-color: transparent
}

.panel.companies .panel-body,
.panel.lecture .panel-body {
	padding: 0
}

.panel.lecture .panel-body {
	padding-bottom: 15px
}

.panel.lecture .panel-body p {
	margin: 0 !important
}

.panel.lecture .panel-heading {
	padding: 0
}

.panel.lecture .panel-heading i {
	display: inherit;
	font-size: 48px;
	color: #bbb;
	position: absolute;
	text-align: right;
	right: -15px;
	bottom: -15px
}

.panel.lecture .panel-heading i:after {
	content: "\E313"
}

.panel.lecture .panel-heading.in i:after {
	content: "\E316"
}

.panel.companies .panel-heading i {
	display: inherit;
	font-size: 80px;
	color: #046a74;
	text-align: center
}

.panel.companies .panel-heading i:after {
	content: "\E148"
}

.panel.companies .panel-heading.in i:after {
	content: "\E15D"
}

.panel.normal .panel-heading {
	position: relative
}

@media (max-width:480px) {
	.panel.normal .panel-heading i {
		font-size: 32px !important;
		top: 0 !important
	}

	.panel.normal .panel-heading h4 {
		padding-left: 30px
	}
}

.panel.normal .panel-heading i {
	color: #046a74;
	font-size: 52px;
	position: absolute;
	top: 0;
	left: 10px
}

.panel.normal .panel-heading i:after {
	content: "\E313"
}

.panel.normal .panel-heading.in i:after {
	content: "\E316"
}

.section-person-carousel .slick-list,
.section-person-carousel .slick-track {
	transition: height .15s ease
}

.section-person-carousel .slick-dotted.slick-slider {
	margin-bottom: 40px !important
}

.section-person-carousel .slick-person-carousel {
	padding-left: 0;
	padding-right: 0
}

.section-person-carousel .slick-person-carousel .slick-dots {
	width: 100% !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
	left: 0 !important;
	bottom: -40px !important
}

.section-person-carousel .slick-person-carousel .slick-next,
.section-person-carousel .slick-person-carousel .slick-prev {
	top: 50% !important;
	bottom: unset !important
}

.section-person-carousel .slick-person-carousel .slick-next {
	right: 10px !important
}

.section-person-carousel .slick-person-carousel .slick-prev {
	left: 10px !important
}

@media (max-width:782px) {
	.section-person-carousel .person img {
		position: relative;
		left: 50%;
		margin-left: -70px;
		margin-bottom: 20px
	}
}

@media (max-width:600px) {
	.section-person-carousel .quote i {
		font-size: 40px !important;
		left: -30px !important
	}
}

@media (max-width:480px) {
	.section-person-carousel .person-image-container {
		width: 100%;
		margin: 0
	}

	.section-person-carousel .person-description {
		width: 80%;
		margin-left: 15%
	}

	.section-person-carousel .person-description p {
		margin-right: 30px
	}

	.section-person-carousel .person {
		height: auto !important
	}

	.section-person-carousel .person .v-center {
		transform: none;
		position: inherit;
		top: inherit
	}
}

.section-person-carousel .person {
	height: 180px
}

.section-person-carousel .person img {
	max-width: 140px;
	border-radius: 50%
}

.section-person-carousel .quote {
	margin-bottom: 20px
}

.section-person-carousel .quote i {
	color: #046a74;
	font-size: 60px;
	position: absolute;
	left: -50px;
	top: -15px
}

.section-person-carousel .company-logo {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain;
	max-height: 70px
}

.section-carousel {
	margin-top: 50px;
	position: relative;
	margin-bottom: 70px
}

.section-carousel p {
	margin-bottom: 10px
}

.carousel i {
	font-size: 45px;
	color: #046a74
}

.carousel .carousel-inner {
	margin-bottom: 100px
}

.carousel .carousel-control {
	opacity: 1 !important;
	top: 50%;
	width: 45px
}

.carousel .carousel-control.left {
	left: 0;
	background-image: none
}

.carousel .carousel-control.left i {
	float: left
}

.carousel .carousel-control.right {
	right: 0;
	background-image: none
}

.carousel .carousel-control.right i {
	float: right
}

@media (max-width:782px) {
	.carousel .carousel-control i {
		font-size: 48px
	}

	.carousel .person img {
		position: relative;
		left: 50%;
		margin-left: -70px;
		margin-bottom: 20px
	}
}

@media (max-width:480px) {
	.carousel .person-image-container {
		width: 100%;
		margin: 0
	}

	.carousel .person-description {
		width: 90%;
		margin-left: 10%
	}

	.carousel .person-description p {
		margin-right: 30px
	}

	.carousel .person {
		height: auto !important;
		margin-top: 20px
	}

	.carousel .person .v-center {
		transform: none;
		position: inherit;
		top: inherit
	}
}

.carousel .person {
	height: 180px
}

.carousel .person img {
	max-width: 140px;
	border-radius: 50%
}

.carousel .quote {
	margin-bottom: 50px
}

.carousel .quote i {
	font-size: 60px;
	position: absolute;
	left: -50px;
	top: -15px
}

.carousel .company-logo {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain;
	max-height: 70px
}

.carousel .carousel-indicators {
	bottom: -40px;
	margin: 0 !important;
	position: absolute;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
	text-align: center
}

.carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 5px 8px
}

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
	position: absolute;
	display: inline-block;
	overflow: hidden
}

.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>a>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption,
.justified-gallery>figure>.caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-family: sans-serif
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible,
.justified-gallery>figure>.caption.caption-visible {
	display: initial;
	filter: "alpha(opacity=70)";
	opacity: .7;
	transition: opacity .5s ease-in
}

.justified-gallery>.entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: none
}

.justified-gallery>.entry-visible>a>img,
.justified-gallery>.entry-visible>img {
	filter: "alpha(opacity=100)";
	opacity: 1;
	transition: opacity .5s ease-in
}

.justified-gallery>.jg-filtered {
	display: none
}

.justified-gallery>.spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial
}

.justified-gallery>.spinner>span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #000;
	border-radius: 6px
}

figure img {
	transition: transform .2s linear, opacity .3s linear !important
}

figure figcaption.caption {
	display: initial !important;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease !important
}

figure figcaption.caption.caption-visible {
	transform: translateY(0);
	visibility: visible
}

.justified-gallery-column {
	padding: 5px
}

.navigation-wrapper {
	display: inline-block;
	width: 100%
}

.page-navigation {
	display: inline-block;
	margin-bottom: 20px
}

.page-navigation a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: left;
	text-align: center;
	border-radius: 2px;
	font-family: DroidSans, sans-serif;
	font-size: 22px;
	color: #585858
}

.page-navigation a[data-selected=true] {
	color: #fff;
	background-color: #046a74
}

.page-navigation a[data-next=true] {
	margin-left: 10px
}

.page-navigation a[data-previous=true] {
	margin-right: 10px
}

.page-navigation i {
	font-size: 32px;
	line-height: 40px;
	width: 40px
}

.next-events,
.prev-events {
	margin-bottom: -30px
}

.card-wrapper {
	width: 100%;
	float: left;
	padding-bottom: 30px
}

.card-container {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:940px) {
	.card-container {
		width: 33.3333333333%
	}
}

@media (max-width:940px) {
	.card-container {
		width: 50%
	}
}

@media (max-width:640px) {
	.card-container {
		width: 100%
	}
}

.benefit-card-wrapper {
	margin-bottom: 30px
}

@media (max-width:600px) {
	.benefit-card-wrapper {
		width: 100% !important
	}
}

.card {
	background-color: #ececec;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	border-radius: 2px;
	position: relative;
	display: block
}

.card.big {
	margin-bottom: 50px
}

.card.big h2 {
	color: #777;
	margin: 0
}

.card.big .card-content {
	padding: 50px 30px
}

.card .card-header {
	height: 150px;
	background-color: #d8d8d8
}

.card .card-header i,
.card .card-header img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.card .card-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(4, 106, 116, .2);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	max-height: 160px !important;
	min-height: 160px !important
}

.card .card-content {
	padding: 20px 40px 20px 20px
}

.card p {
	font-size: 22px;
	color: #777;
	line-height: 28px;
	margin: 0;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none
}

@media (max-width:782px) {
	.card p {
		font-size: 20px;
		line-height: 28px
	}
}

.card h3 {
	margin: 0
}

.card h4 {
	margin-top: 0
}

.card i.material-icons {
	font-size: 48px;
	position: absolute;
	right: 0;
	bottom: 10px
}

.btn,
input[type=submit] {
	transition: all .3s ease;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 15px 20px;
	display: inline-block;
	background: #046a74;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	border-radius: 2px;
	border: none;
	font-family: DroidSans-Bold, sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2.25px;
	line-height: 24px;
	outline: none;
	white-space: pre-line;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto
}

.btn.focus,
.btn:focus,
.btn:hover,
input[type=submit].focus,
input[type=submit]:focus,
input[type=submit]:hover {
	color: #fff
}

.btn:active,
input[type=submit]:active {
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background-image: none
}

header .btn,
header input[type=submit] {
	background: rgba(0, 0, 0, .3) !important;
	border: 2px solid #fff !important
}

@media (max-width:782px) {

	.btn,
	input[type=submit] {
		font-size: 17px;
		line-height: 22px;
		padding: 12px
	}
}

@media (max-width:480px) {

	.btn,
	input[type=submit] {
		font-size: 15px;
		line-height: 22px;
		max-width: 90%
	}
}

.has-ripple {
	position: relative;
	overflow: hidden;
	transform: translateZ(0)
}

.ripple {
	display: block;
	position: absolute;
	pointer-events: none;
	border-radius: 50%;
	transform: scale(0);
	background: #fff;
	opacity: 1
}

.ripple-animate {
	-webkit-animation: ripple;
	animation: ripple
}

@-webkit-keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2)
	}
}

@keyframes ripple {
	to {
		opacity: 0;
		transform: scale(2)
	}
}

html.remodal-is-locked {
	overflow: hidden;
	touch-action: none
}

.remodal,
[data-remodal-id] {
	display: none
}

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	content: ""
}

.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%
}

.remodal-is-initialized {
	display: inline-block
}

.remodal-bg.remodal-is-opened,
cc .remodal-bg.remodal-is-opening {
	filter: blur(3px)
}

.remodal-overlay {
	background: rgba(51, 51, 51, .8)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
	padding: 20px 20px 0
}

.admin-bar .remodal-wrapper {
	margin-top: 32px
}

@media (max-width:782px) {
	.admin-bar .remodal-wrapper {
		margin-top: 46px
	}
}

.remodal {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 35px;
	transform: translateZ(0);
	color: #2b2e38;
	background: #fff
}

.remodal p {
	max-width: 960px
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
	vertical-align: middle
}

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color .2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent
}

.remodal-close:focus,
.remodal-close:hover {
	color: #2b2e38
}

.remodal-close:before {
	font-family: DroidSans, sans-serif !important;
	font-size: 42px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\D7";
	text-align: center
}

.remodal-cancel,
.remodal-confirm {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	transition: background .2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0
}

.remodal-confirm {
	color: #fff;
	background: #81c784
}

.remodal-confirm:focus,
.remodal-confirm:hover {
	background: #66bb6a
}

.remodal-cancel {
	color: #fff;
	background: #e57373
}

.remodal-cancel:focus,
.remodal-cancel:hover {
	background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
	padding: 0;
	border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
	0% {
		transform: scale(1.05);
		opacity: 0
	}

	to {
		transform: none;
		opacity: 1;
		filter: blur(0)
	}
}

@keyframes remodal-opening-keyframes {
	0% {
		transform: scale(1.05);
		opacity: 0
	}

	to {
		transform: none;
		opacity: 1;
		filter: blur(0)
	}
}

@-webkit-keyframes remodal-closing-keyframes {
	0% {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(.95);
		opacity: 0;
		filter: blur(0)
	}
}

@keyframes remodal-closing-keyframes {
	0% {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(.95);
		opacity: 0;
		filter: blur(0)
	}
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes remodal-overlay-opening-keyframes {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes remodal-overlay-closing-keyframes {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.lt-ie9 .remodal-overlay {
	background: #2b2e38
}

.lt-ie9 .remodal {
	width: 700px
}

.remodal {
	text-align: left;
	text-transform: none
}

.remodal[data-remodal-id=modal-booking] {
	max-width: 500px
}

.remodal .row {
	margin: 0
}

.remodal .btn {
	min-width: 70%;
	margin-bottom: 20px
}

@media (max-width:782px) {
	.remodal .btn {
		min-width: 90%
	}
}

.remodal h4 {
	display: none;
	color: #d22828
}

.remodal.wrong-password {
	border: 1px solid #d22828 !important
}

.remodal.wrong-password h4 {
	display: inline-block
}

.remodal.wrong-password input {
	border: 1px solid #d22828 !important
}

.remodal input[type=email],
.remodal input[type=password],
.remodal input[type=text],
.remodal select {
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	color: #585858;
	background-image: none;
	border-radius: 2px;
	border: 0 solid #ccc !important;
	font-size: 18px;
	padding: 0 15px;
	box-sizing: border-box;
	outline: none;
	font-weight: 400;
	min-height: 45px;
	height: 45px;
	line-height: 22px;
	background-color: #f2f2f2;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .1)
}

.remodal label {
	font-size: 16px;
	color: #777;
	line-height: 24px;
	font-weight: 400
}

.remodal.partner p a {
	margin-top: 20px;
	clear: both;
	display: inline-block
}

.remodal.partner .logo-wrapper {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px
}

.remodal.partner .logo-container {
	height: 100px;
	max-width: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}

#newsletter-registration {
	max-width: 800px
}

#newsletter-registration span {
	display: inline-block
}

#newsletter-registration .column-left {
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 45px
}

#newsletter-registration .column-right button {
	margin-top: 20px;
	min-width: 50%
}

#newsletter-registration .newsletter-message {
	border-bottom: 2px solid #979797;
	padding-bottom: 20px
}

@media (max-width:781px) {
	#newsletter-registration .column-left {
		margin-bottom: 0
	}

	#newsletter-registration .column-right input[type=email],
	#newsletter-registration .column-right input[type=password],
	#newsletter-registration .column-right input[type=text],
	#newsletter-registration .column-right select {
		margin-top: 0
	}
}

#newsletter-registration input[type=checkbox],
#newsletter-registration input[type=radio] {
	visibility: hidden;
	margin-left: -30px
}

#newsletter-registration input[type=checkbox]+label,
#newsletter-registration input[type=radio]+label {
	font-size: 16px;
	color: #777;
	line-height: 24px
}

#newsletter-registration input[type=checkbox] {
	outline: 0;
	display: none
}

#newsletter-registration input[type=checkbox]:checked+label:before {
	background: #046a74;
	border: none
}

#newsletter-registration input[type=checkbox]:checked+label:after {
	transform: rotate(-45deg);
	top: 5px;
	left: 4px;
	width: 12px;
	height: 6px;
	border-color: #fff;
	border-style: none none solid solid;
	border-width: 2px
}

#newsletter-registration input[type=checkbox]+label {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	cursor: pointer;
	vertical-align: bottom;
	margin-bottom: 10px
}

#newsletter-registration input[type=checkbox]+label:after,
#newsletter-registration input[type=checkbox]+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0
}

#newsletter-registration input[type=checkbox]+label:before {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, .54);
	border-radius: 2px;
	cursor: pointer;
	transition: background .3s
}

#newsletter-registration input[type=radio] {
	outline: 0;
	display: none
}

#newsletter-registration input[type=radio]:checked+label:before {
	border-color: #046a74
}

#newsletter-registration input[type=radio]:checked+label:after {
	transform: scale(1)
}

#newsletter-registration input[type=radio]+label {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	cursor: pointer;
	vertical-align: bottom;
	margin-bottom: 10px
}

#newsletter-registration input[type=radio]+label:after,
#newsletter-registration input[type=radio]+label:before {
	position: absolute;
	content: "";
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color
}

#newsletter-registration input[type=radio]+label:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #777
}

#newsletter-registration input[type=radio]+label:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #046a74
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

.pswp * {
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.pswp__scroll-wrap {
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	right: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img,
.pswp__item {
	position: absolute;
	left: 0;
	top: 0
}

.pswp__img {
	width: auto;
	height: auto
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	transition: opacity .2s;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	transform: translateY(6px);
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
	color: #000;
	text-decoration: none
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #ddd
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb
}

.pswp__caption__center {
	text-align: left;
	max-width: 600px;
	margin-left: 15px;
	padding: 10px;
	float: left;
	font-size: 18px;
	color: #046a74;
	line-height: 36px;
	font-weight: 700;
	opacity: .75
}

.pswp__ui--idle .pswp__caption__center {
	opacity: 0
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp--css_animation .pswp__preloader--active,
.pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(-140deg)
	}

	to {
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(-140deg)
	}

	to {
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 56px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(33, 33, 33, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

.pswp {
	z-index: 120000
}

.pswp__button--arrow--right {
	right: 30px
}

.pswp__button--arrow--left {
	left: 30px
}

i.pswp__button {
	width: 80px;
	height: 80px;
	background-color: rgba(33, 33, 33, .6) !important;
	border-radius: 4px
}

i.pswp__button:before {
	content: none
}

i.pswp__button.material-icons {
	font-size: 80px;
	color: #046a74
}

.pswp__bg {
	background-color: #212121
}

.material-icons.pswp__button,
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: transparent
}

.pswp__counter {
	left: auto;
	right: 20px;
	top: 20px;
	font-size: 18px;
	color: #046a74;
	line-height: 20px;
	font-weight: 700;
	opacity: 1;
	padding: 0
}

.pswp__button--close {
	float: left;
	width: auto;
	padding: 10px
}

.pswp__button--close span {
	font-size: 18px;
	color: #046a74;
	line-height: 36px;
	font-weight: 700
}

.pswp__button--close .material-icons {
	font-size: 36px;
	float: left;
	color: #046a74
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-carousel {
	padding-left: 0;
	padding-right: 0
}

.slick-arrow {
	color: #046a74 !important;
	width: 45px !important;
	height: 45px !important;
	z-index: 100
}

.slick-arrow i {
	font-size: 45px !important;
	position: absolute;
	left: 0;
	top: 0
}

.slick-prev {
	right: 70px;
	left: auto !important
}

.slick-next,
.slick-prev {
	bottom: -60px;
	top: auto !important
}

.slick-next {
	right: 25px !important
}

.slick-list {
	padding-left: 15px;
	padding-right: 15px
}

.carousel-background-left {
	left: -30px;
	background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .0001))
}

.carousel-background-left,
.carousel-background-right {
	height: calc(100% - 50px);
	width: 40px;
	position: absolute;
	top: 0;
	z-index: 100
}

.carousel-background-right {
	right: -30px;
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .0001), #fff)
}

.slick-dots {
	width: auto !important;
	margin-left: 25px !important;
	bottom: auto !important;
	padding-right: 120px !important;
	text-align: left !important
}

.slick-dots li {
	margin: 5px 6px !important;
	text-indent: -999px;
	border: 1px solid #046a74;
	border-radius: 10px;
	background-color: transparent
}

.slick-dots li,
.slick-dots li button {
	width: 10px !important;
	height: 10px !important
}

.slick-dots li button {
	padding: 0 !important
}

.slick-dots li button:before {
	width: 10px !important;
	height: 10px !important;
	color: transparent !important
}

.slick-dots li.slick-active {
	background-color: #046a74
}

.slick-loading .slick-list {
	background: #fff url(../img/loader.gif) 50% no-repeat
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "\2190"
}

[dir=rtl] .slick-prev:before {
	content: "\2192"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "\2192"
}

[dir=rtl] .slick-next:before {
	content: "\2190"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

/* Additional CSS */

html {
	scroll-padding-top: 130px;
}