
    .cbp-spmenu {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #00323c !important;
}
.cbp-spmenu ul {
  list-style: none;
  padding-left: 0;
  float: none;
}
.cbp-spmenu ul li {
  float: none;
  padding: 0;
}
.cbp-spmenu > ul > li {
  float: none;
  border-bottom: 2px solid #fff;
}
.cbp-spmenu > ul > li > a {
  color: #ffffff;
  text-transform: none;
  padding: 0 30px;
  line-height: 80px;
  font-size: 25px;
  display: block;
  font-weight: bold;
}
.cbp-spmenu > ul > li > a:hover {
  text-decoration: none;
  background: none;
  color: #999999;
}
.cbp-spmenu > ul > li.has-child > a {
  float: left;
  width: calc(100% - 65px);
}
.cbp-spmenu > ul > li > .subnav1 {
  background: url(/typo3conf/ext/j77_template/Resources/Public/Img/pfeil-ebene1_ausklappen.svg) center no-repeat;
  background-size: 26px;
  cursor: pointer;
  width: 50px;
  float: right;
  text-align: center;
  height: 40px;
  margin: 20px 0;
}
.cbp-spmenu > ul > li > ul > li {
  display: none;
  border-bottom: none;
}
.cbp-spmenu > ul > li > ul > li a {
  border: none;
}
.cbp-spmenu > ul > li > ul > li > a {
  color: #00323c !important;
  font-size: 18px;
  line-height: 25px;
  padding: 20px 30px;
  margin: 0;
  display: block;
  text-transform: none;
}
.cbp-spmenu > ul > li > ul > li > a:hover {
  text-decoration: none;
  color: #999999;
}
.cbp-spmenu > ul > li > ul > li.has-child > a {
  float: left;
  width: calc(100% - 65px);
}
.cbp-spmenu > ul > li > ul > li > .subnav {
  background: url(/typo3conf/ext/j77_template/Resources/Public/Img/pfeil-ebene2_ausklappen.svg) calc(100% - 15px) 27px no-repeat;
  background-size: auto;
  cursor: pointer;
  width: 50px;
  float: right;
  text-align: center;
  height: 65px;
}
.cbp-spmenu > ul > li > ul > li > ul > li {
  background-size: 5px;
  display: none;
}
.cbp-spmenu > ul > li > ul > li > ul > li a {
  color: #00323c !important;
  font-size: 18px;
  display: block;
  padding: 23px 0 23px 60px;
  line-height: 25px;
}
.cbp-spmenu > ul > li > ul > li > ul > li a:hover {
  text-decoration: none;
  color: #999999;
}
.cbp-spmenu > ul > li > ul > li > ul > li > ul {
  list-style: square;
  margin-left: 32px;
  padding-left: 15px;
}
.cbp-spmenu > ul > li > ul > li > ul > li > ul > li a {
  font-size: 12px;
  padding: 5px 0;
  color: yellow !important;
}
.cbp-spmenu > ul > li > ul > li > ul > li > ul > li a:hover {
  text-decoration: none;
}
.cbp-spmenu > ul > li > ul > li.sub-nav-visible > .subnav {
  background: url(/typo3conf/ext/j77_template/Resources/Public/Img/pfeil-ebene2_zuklappen.svg) calc(100% - 15px) 27px no-repeat;
  background-size: auto;
}
.cbp-spmenu > ul > li > ul > li.sub-nav-visible > ul > li {
  display: block;
}
.cbp-spmenu > ul > li.sub-nav-visible1 > .subnav1 {
  background: url(/typo3conf/ext/j77_template/Resources/Public/Img/pfeil-ebene1_zuklappen.svg) center no-repeat;
  background-size: 26px;
}
.cbp-spmenu > ul > li.sub-nav-visible1 > ul > li {
  display: block;
  background: #ededed;
}
.cbp-spmenu > ul > li.sub-nav-visible1 > ul > li > ul {
  background: #ffffff;
}
.cbp-spmenu > ul > li.sub-nav-visible1 > ul > li > ul > li a {
  padding: 23px 0 23px 60px;
  line-height: 25px;
}
.cbp-spmenu-vertical {
  width: 75% !important;
  z-index: 9999 !important;
}
.cbp-spmenu-vertical .navbar-nav {
  margin: 0;
}
.cbp-spmenu-right {
  right: -75% !important;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0 !important;
}
.cbp-spmenu-push-toleft {
  left: -75% !important;
}
.cbp-spmenu-push-toleft #top {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 600;
}
#page-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0px;
  border-bottom: 1px solid #eee;
}
#page-header-box {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cbp-spmenu a {
    color: #fff !important;
  }
  .cbp-spmenu a:hover {
    color: #999 !important;
  }
}




/**
 * @file
 * Generic theme-independent base styles.
 */

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1; /* IE7 */
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber-inactive.png);
  background-position: 100% center; /* LTR */
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-image: url(../../misc/throbber-active.gif);
  background-position: 100% center; /* LTR */
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resizable-textarea .grippie {
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin-left: -1em; /* LTR */
  overflow: hidden;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  background: url(../../misc/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em; /* LTR */
  padding: 0.42em 0.5em; /* LTR */
  width: 13px;
}
a.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
div.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right; /* LTR */
}

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}
.progress .percentage {
  float: right; /* LTR */
}
/* Throbber */
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  background: transparent url(../../misc/throbber-active.gif) no-repeat 0px center;
  float: left; /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline;
}
/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block;
}

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}




/**
 * @file
 * Styles for menus and navigation markup.
 */

/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
ul li.expanded {
  list-style-image: url(../../misc/menu-expanded.png);
  list-style-type: circle;
}
ul li.collapsed {
  list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
  list-style-type: disc;
}
ul li.leaf {
  list-style-image: url(../../misc/menu-leaf.png);
  list-style-type: square;
}
li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em;
}

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  border-right: 1px solid #ccc; /* LTR */
  display: inline;
  padding: 0 1em;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}



/**
 * @file
 * Styles for system messages.
 */

div.messages {
  background-position: 8px 8px; /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px; /* LTR */
}

div.status {
  background-image: url(../../misc/message-24-ok.png);
  border-color: #be7;
}
div.status,
.ok {
  color: #234600;
}
div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning {
  background-image: url(../../misc/message-24-warning.png);
  border-color: #ed5;
}
div.warning,
.warning {
  color: #840;
}
div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(../../misc/message-24-error.png);
  border-color: #ed541d;
}
div.error,
.error {
  color: #8c2e0b;
}
div.error,
table tr.error {
  background-color: #fef5f1;
}
div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em; /* LTR */
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}



/**
 * @file
 * Basic styling for common markup.
 */

/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right; /* LTR */
}

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right; /* LTR */
}
.more-help-link a {
  background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
  padding: 1px 0 1px 20px; /* LTR */
}

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}
.pager-current {
  font-weight: bold;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
  padding-left: 15px; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(../../misc/progress.gif);
}


/* General styles for all menus */
.cbp-spmenu {
	background: #FFF;
	position: fixed;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	padding: 1em;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

/**
 * @file
 * Main stylesheet for Date module.
 */

/* Force start/end dates to float using inline-block, where it works, otherwise inline. */
.container-inline-date {
  clear: both;
}
.container-inline-date .form-item {
  float: none;
  margin: 0;
  padding: 0;
}
.container-inline-date > .form-item {
  display: inline-block;
  margin-right: 0.5em; /* LTR */
  margin-bottom: 10px;
  vertical-align: top;
}
.container-inline-date .form-item .form-item {
  float: left; /* LTR */
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px; /* LTR */
}

.container-inline-date .date-spacer {
  margin-left: -5px; /* LTR */
}

.views-right-60 .container-inline-date div {
  margin: 0;
  padding: 0;
}

.container-inline-date .date-timezone .form-item {
  clear: both;
  float: none;
  width: auto;
}

/* The exposed Views form doesn't need some of these styles */
.container-inline-date .date-padding {
  padding: 10px;
  float: left;
}
.views-exposed-form .container-inline-date .date-padding {
  padding: 0;
}

/* Fixes for date popup css so it will behave in Drupal */
#calendar_div,
#calendar_div td,
#calendar_div th {
  margin: 0;
  padding: 0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
  border-collapse: separate;
  margin: 0;
  width: 185px;
}

.calendar td {
  padding: 0;
}

/* formatting for start/end dates in nodes and views */
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}

.date-prefix-inline {
  display: inline-block;
}

.date-clear {
  clear: both;
  display: block;
  float: none;
}

.date-no-float {
  clear: both;
  float: none;
  width: 98%;
}

.date-float {
  clear: none;
  float: left;
  width: auto;
}

/* Add space between date option checkboxes ('All day' & 'Collect End Date') */
.date-float .form-type-checkbox{
  padding-right: 1em;
}

/* Add space between the date and time portions of the date_select widget. */
.form-type-date-select .form-type-select[class$=hour] {
  margin-left: .75em; /* LTR */
}

.date-container .date-format-delete {
  float: left;
  margin-top: 1.8em;
  margin-left: 1.5em;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}

.date-container .select-container {
  clear: left;
  float: left;
}

/* Calendar day css */
div.date-calendar-day {
  background: #F3F3F3;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  color: #999;
  float: left;
  line-height: 1;
  margin: 6px 10px 0 0;
  text-align: center;
  width: 40px;
}

div.date-calendar-day span {
  display: block;
  text-align: center;
}
div.date-calendar-day span.month {
  background-color: #B5BEBE;
  color: white;
  font-size: .9em;
  padding: 2px;
  text-transform: uppercase;
}
div.date-calendar-day span.day {
  font-size: 2em;
  font-weight: bold;
}
div.date-calendar-day span.year {
  font-size: .9em;
  padding: 2px;
}

/* Admin styling */
.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
  margin-left: 1.3em;
}

#edit-field-settings-granularity .form-type-checkbox {
  margin-right: .6em; /* LTR */
}

.date-year-range-select {
  margin-right: 1em;
}



/* Field display */
.field .field-label {
  font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
  float:left; /*LTR*/
}

/* Form display */
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table th.field-label {
  padding-left: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: .5em; /*LTR*/
}

form .field-add-more-submit {
  margin: .5em 0 0;
}



.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}



#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em; /* LTR */
}
#permissions tr.odd .form-item,
#permissions tr.even .form-item {
  white-space: normal;
}
#user-admin-settings fieldset .fieldset-description {
  font-size: 0.85em;
  padding-bottom: .5em;
}

/**
 * Override default textfield float to put the "Add role" button next to
 * the input textfield.
 */
#user-admin-roles td.edit-name {
  clear: both;
}
#user-admin-roles .form-item-name {
  float: left; /* LTR */
  margin-right: 1em; /* LTR */
}

/**
 * Password strength indicator.
 */
.password-strength {
  width: 17em;
  float: right;  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right; /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #C4C4C4;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47C965;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left; /* LTR */
  margin: 0;
  width: 36.3em;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .user-picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-bottom: 1px solid #ccc;
}
.profile dl {
  margin: 0 0 1.5em 0;
}
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin: 0 0 1em 0;
}

.views-exposed-form .views-exposed-widget {
  float: left; /* LTR */
  padding: .5em 1em 0 0; /* LTR */
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}

.views-exposed-form label {
  font-weight: bold;
}

.views-exposed-widgets {
  margin-bottom: .5em;
}

/* table style column align */
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}

/* Remove the border on tbody that system puts in */
.views-view-grid tbody {
  border-top: none;
}

.view .progress-disabled {
  float: none;
}


/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}


.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}

.ctools-owns-lock {
  background: #FFFFDD none repeat scroll 0 0;
  border: 1px solid #F0C020;
  padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(../images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(../images/status-active.gif) center center no-repeat;
}



.locale-untranslated {
  font-style: normal;
  text-decoration: line-through;
}

#locale-translation-filter-form .form-item-language,
#locale-translation-filter-form .form-item-translation,
#locale-translation-filter-form .form-item-group {
  float: left; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
  /**
   * In Opera 9, DOM elements with the property of "overflow: auto"
   * will partially hide its contents with unnecessary scrollbars when
   * its immediate child is floated without an explicit width set.
   */
  width: 15em;
}
#locale-translation-filter-form .form-type-select select {
  width: 100%;
}
#locale-translation-filter-form .form-actions {
  float: left; /* LTR */
  padding: 3ex 0 0 1em; /* LTR */
}
.language-switcher-locale-session a.active {
  color: #0062A0;
}
.language-switcher-locale-session a.session-active {
  color: #000000;
}


/**
 * @file
 * Front-end styling for the display of webforms.
 */
input.webform-calendar {
  display: none;
  padding: 3px;
  vertical-align: top;
}
html.js input.webform-calendar {
  display: inline;
}
.webform-container-inline label {
  display: inline;
  margin-right: 1em;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}
.webform-container-inline div.description {
  display: block;
}
.webform-container-inline div.messages {
  display: block;
  float: left;
}
.webform-container-inline div.ajax-progress-bar div {
  display: inherit;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	    -ms-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 {
	-moz-box-sizing: content-box;
	     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;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        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;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td, th {
	padding: 0;
}

@media print {
	*, *:before, *:after {
		background: transparent!important;
		box-shadow: none!important;
		color: #000!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: '';
	}

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

thead {
		display: table-header-group;
	}

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

img {
		max-width: 100%!important;
	}

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

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

select {
		background: #fff!important;
	}

.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 th, .table-bordered td {
		border: 1px solid #ddd!important;
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(/typo3conf/ext/j77_template/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.eot);
	src: url('/typo3conf/ext/j77_template/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url(/typo3conf/ext/j77_template/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.woff2) format('woff2'),url(/typo3conf/ext/j77_template/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.woff) format('woff'),url(/typo3conf/ext/j77_template/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.ttf) format('truetype'),url('/typo3conf/ext/j77_template/Resources/Public/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
}

.glyphicon-asterisk:before {
	content: '\2a';
}

.glyphicon-plus:before {
	content: '\2b';
}

.glyphicon-euro:before, .glyphicon-eur:before {
	content: '\20ac';
}

.glyphicon-minus:before {
	content: '\2212';
}

.glyphicon-cloud:before {
	content: '\2601';
}

.glyphicon-envelope:before {
	content: '\2709';
}

.glyphicon-pencil:before {
	content: '\270f';
}

.glyphicon-glass:before {
	content: '\e001';
}

.glyphicon-music:before {
	content: '\e002';
}

.glyphicon-search:before {
	content: '\e003';
}

.glyphicon-heart:before {
	content: '\e005';
}

.glyphicon-star:before {
	content: '\e006';
}

.glyphicon-star-empty:before {
	content: '\e007';
}

.glyphicon-user:before {
	content: '\e008';
}

.glyphicon-film:before {
	content: '\e009';
}

.glyphicon-th-large:before {
	content: '\e010';
}

.glyphicon-th:before {
	content: '\e011';
}

.glyphicon-th-list:before {
	content: '\e012';
}

.glyphicon-ok:before {
	content: '\e013';
}

.glyphicon-remove:before {
	content: '\e014';
}

.glyphicon-zoom-in:before {
	content: '\e015';
}

.glyphicon-zoom-out:before {
	content: '\e016';
}

.glyphicon-off:before {
	content: '\e017';
}

.glyphicon-signal:before {
	content: '\e018';
}

.glyphicon-cog:before {
	content: '\e019';
}

.glyphicon-trash:before {
	content: '\e020';
}

.glyphicon-home:before {
	content: '\e021';
}

.glyphicon-file:before {
	content: '\e022';
}

.glyphicon-time:before {
	content: '\e023';
}

.glyphicon-road:before {
	content: '\e024';
}

.glyphicon-download-alt:before {
	content: '\e025';
}

.glyphicon-download:before {
	content: '\e026';
}

.glyphicon-upload:before {
	content: '\e027';
}

.glyphicon-inbox:before {
	content: '\e028';
}

.glyphicon-play-circle:before {
	content: '\e029';
}

.glyphicon-repeat:before {
	content: '\e030';
}

.glyphicon-refresh:before {
	content: '\e031';
}

.glyphicon-list-alt:before {
	content: '\e032';
}

.glyphicon-lock:before {
	content: '\e033';
}

.glyphicon-flag:before {
	content: '\e034';
}

.glyphicon-headphones:before {
	content: '\e035';
}

.glyphicon-volume-off:before {
	content: '\e036';
}

.glyphicon-volume-down:before {
	content: '\e037';
}

.glyphicon-volume-up:before {
	content: '\e038';
}

.glyphicon-qrcode:before {
	content: '\e039';
}

.glyphicon-barcode:before {
	content: '\e040';
}

.glyphicon-tag:before {
	content: '\e041';
}

.glyphicon-tags:before {
	content: '\e042';
}

.glyphicon-book:before {
	content: '\e043';
}

.glyphicon-bookmark:before {
	content: '\e044';
}

.glyphicon-print:before {
	content: '\e045';
}

.glyphicon-camera:before {
	content: '\e046';
}

.glyphicon-font:before {
	content: '\e047';
}

.glyphicon-bold:before {
	content: '\e048';
}

.glyphicon-italic:before {
	content: '\e049';
}

.glyphicon-text-height:before {
	content: '\e050';
}

.glyphicon-text-width:before {
	content: '\e051';
}

.glyphicon-align-left:before {
	content: '\e052';
}

.glyphicon-align-center:before {
	content: '\e053';
}

.glyphicon-align-right:before {
	content: '\e054';
}

.glyphicon-align-justify:before {
	content: '\e055';
}

.glyphicon-list:before {
	content: '\e056';
}

.glyphicon-indent-left:before {
	content: '\e057';
}

.glyphicon-indent-right:before {
	content: '\e058';
}

.glyphicon-facetime-video:before {
	content: '\e059';
}

.glyphicon-picture:before {
	content: '\e060';
}

.glyphicon-map-marker:before {
	content: '\e062';
}

.glyphicon-adjust:before {
	content: '\e063';
}

.glyphicon-tint:before {
	content: '\e064';
}

.glyphicon-edit:before {
	content: '\e065';
}

.glyphicon-share:before {
	content: '\e066';
}

.glyphicon-check:before {
	content: '\e067';
}

.glyphicon-move:before {
	content: '\e068';
}

.glyphicon-step-backward:before {
	content: '\e069';
}

.glyphicon-fast-backward:before {
	content: '\e070';
}

.glyphicon-backward:before {
	content: '\e071';
}

.glyphicon-play:before {
	content: '\e072';
}

.glyphicon-pause:before {
	content: '\e073';
}

.glyphicon-stop:before {
	content: '\e074';
}

.glyphicon-forward:before {
	content: '\e075';
}

.glyphicon-fast-forward:before {
	content: '\e076';
}

.glyphicon-step-forward:before {
	content: '\e077';
}

.glyphicon-eject:before {
	content: '\e078';
}

.glyphicon-chevron-left:before {
	content: '\e079';
}

.glyphicon-chevron-right:before {
	content: '\e080';
}

.glyphicon-plus-sign:before {
	content: '\e081';
}

.glyphicon-minus-sign:before {
	content: '\e082';
}

.glyphicon-remove-sign:before {
	content: '\e083';
}

.glyphicon-ok-sign:before {
	content: '\e084';
}

.glyphicon-question-sign:before {
	content: '\e085';
}

.glyphicon-info-sign:before {
	content: '\e086';
}

.glyphicon-screenshot:before {
	content: '\e087';
}

.glyphicon-remove-circle:before {
	content: '\e088';
}

.glyphicon-ok-circle:before {
	content: '\e089';
}

.glyphicon-ban-circle:before {
	content: '\e090';
}

.glyphicon-arrow-left:before {
	content: '\e091';
}

.glyphicon-arrow-right:before {
	content: '\e092';
}

.glyphicon-arrow-up:before {
	content: '\e093';
}

.glyphicon-arrow-down:before {
	content: '\e094';
}

.glyphicon-share-alt:before {
	content: '\e095';
}

.glyphicon-resize-full:before {
	content: '\e096';
}

.glyphicon-resize-small:before {
	content: '\e097';
}

.glyphicon-exclamation-sign:before {
	content: '\e101';
}

.glyphicon-gift:before {
	content: '\e102';
}

.glyphicon-leaf:before {
	content: '\e103';
}

.glyphicon-fire:before {
	content: '\e104';
}

.glyphicon-eye-open:before {
	content: '\e105';
}

.glyphicon-eye-close:before {
	content: '\e106';
}

.glyphicon-warning-sign:before {
	content: '\e107';
}

.glyphicon-plane:before {
	content: '\e108';
}

.glyphicon-calendar:before {
	content: '\e109';
}

.glyphicon-random:before {
	content: '\e110';
}

.glyphicon-comment:before {
	content: '\e111';
}

.glyphicon-magnet:before {
	content: '\e112';
}

.glyphicon-chevron-up:before {
	content: '\e113';
}

.glyphicon-chevron-down:before {
	content: '\e114';
}

.glyphicon-retweet:before {
	content: '\e115';
}

.glyphicon-shopping-cart:before {
	content: '\e116';
}

.glyphicon-folder-close:before {
	content: '\e117';
}

.glyphicon-folder-open:before {
	content: '\e118';
}

.glyphicon-resize-vertical:before {
	content: '\e119';
}

.glyphicon-resize-horizontal:before {
	content: '\e120';
}

.glyphicon-hdd:before {
	content: '\e121';
}

.glyphicon-bullhorn:before {
	content: '\e122';
}

.glyphicon-bell:before {
	content: '\e123';
}

.glyphicon-certificate:before {
	content: '\e124';
}

.glyphicon-thumbs-up:before {
	content: '\e125';
}

.glyphicon-thumbs-down:before {
	content: '\e126';
}

.glyphicon-hand-right:before {
	content: '\e127';
}

.glyphicon-hand-left:before {
	content: '\e128';
}

.glyphicon-hand-up:before {
	content: '\e129';
}

.glyphicon-hand-down:before {
	content: '\e130';
}

.glyphicon-circle-arrow-right:before {
	content: '\e131';
}

.glyphicon-circle-arrow-left:before {
	content: '\e132';
}

.glyphicon-circle-arrow-up:before {
	content: '\e133';
}

.glyphicon-circle-arrow-down:before {
	content: '\e134';
}

.glyphicon-globe:before {
	content: '\e135';
}

.glyphicon-wrench:before {
	content: '\e136';
}

.glyphicon-tasks:before {
	content: '\e137';
}

.glyphicon-filter:before {
	content: '\e138';
}

.glyphicon-briefcase:before {
	content: '\e139';
}

.glyphicon-fullscreen:before {
	content: '\e140';
}

.glyphicon-dashboard:before {
	content: '\e141';
}

.glyphicon-paperclip:before {
	content: '\e142';
}

.glyphicon-heart-empty:before {
	content: '\e143';
}

.glyphicon-link:before {
	content: '\e144';
}

.glyphicon-phone:before {
	content: '\e145';
}

.glyphicon-pushpin:before {
	content: '\e146';
}

.glyphicon-usd:before {
	content: '\e148';
}

.glyphicon-gbp:before {
	content: '\e149';
}

.glyphicon-sort:before {
	content: '\e150';
}

.glyphicon-sort-by-alphabet:before {
	content: '\e151';
}

.glyphicon-sort-by-alphabet-alt:before {
	content: '\e152';
}

.glyphicon-sort-by-order:before {
	content: '\e153';
}

.glyphicon-sort-by-order-alt:before {
	content: '\e154';
}

.glyphicon-sort-by-attributes:before {
	content: '\e155';
}

.glyphicon-sort-by-attributes-alt:before {
	content: '\e156';
}

.glyphicon-unchecked:before {
	content: '\e157';
}

.glyphicon-expand:before {
	content: '\e158';
}

.glyphicon-collapse-down:before {
	content: '\e159';
}

.glyphicon-collapse-up:before {
	content: '\e160';
}

.glyphicon-log-in:before {
	content: '\e161';
}

.glyphicon-flash:before {
	content: '\e162';
}

.glyphicon-log-out:before {
	content: '\e163';
}

.glyphicon-new-window:before {
	content: '\e164';
}

.glyphicon-record:before {
	content: '\e165';
}

.glyphicon-save:before {
	content: '\e166';
}

.glyphicon-open:before {
	content: '\e167';
}

.glyphicon-saved:before {
	content: '\e168';
}

.glyphicon-import:before {
	content: '\e169';
}

.glyphicon-export:before {
	content: '\e170';
}

.glyphicon-send:before {
	content: '\e171';
}

.glyphicon-floppy-disk:before {
	content: '\e172';
}

.glyphicon-floppy-saved:before {
	content: '\e173';
}

.glyphicon-floppy-remove:before {
	content: '\e174';
}

.glyphicon-floppy-save:before {
	content: '\e175';
}

.glyphicon-floppy-open:before {
	content: '\e176';
}

.glyphicon-credit-card:before {
	content: '\e177';
}

.glyphicon-transfer:before {
	content: '\e178';
}

.glyphicon-cutlery:before {
	content: '\e179';
}

.glyphicon-header:before {
	content: '\e180';
}

.glyphicon-compressed:before {
	content: '\e181';
}

.glyphicon-earphone:before {
	content: '\e182';
}

.glyphicon-phone-alt:before {
	content: '\e183';
}

.glyphicon-tower:before {
	content: '\e184';
}

.glyphicon-stats:before {
	content: '\e185';
}

.glyphicon-sd-video:before {
	content: '\e186';
}

.glyphicon-hd-video:before {
	content: '\e187';
}

.glyphicon-subtitles:before {
	content: '\e188';
}

.glyphicon-sound-stereo:before {
	content: '\e189';
}

.glyphicon-sound-dolby:before {
	content: '\e190';
}

.glyphicon-sound-5-1:before {
	content: '\e191';
}

.glyphicon-sound-6-1:before {
	content: '\e192';
}

.glyphicon-sound-7-1:before {
	content: '\e193';
}

.glyphicon-copyright-mark:before {
	content: '\e194';
}

.glyphicon-registration-mark:before {
	content: '\e195';
}

.glyphicon-cloud-download:before {
	content: '\e197';
}

.glyphicon-cloud-upload:before {
	content: '\e198';
}

.glyphicon-tree-conifer:before {
	content: '\e199';
}

.glyphicon-tree-deciduous:before {
	content: '\e200';
}

.glyphicon-cd:before {
	content: '\e201';
}

.glyphicon-save-file:before {
	content: '\e202';
}

.glyphicon-open-file:before {
	content: '\e203';
}

.glyphicon-level-up:before {
	content: '\e204';
}

.glyphicon-copy:before {
	content: '\e205';
}

.glyphicon-paste:before {
	content: '\e206';
}

.glyphicon-alert:before {
	content: '\e209';
}

.glyphicon-equalizer:before {
	content: '\e210';
}

.glyphicon-king:before {
	content: '\e211';
}

.glyphicon-queen:before {
	content: '\e212';
}

.glyphicon-pawn:before {
	content: '\e213';
}

.glyphicon-bishop:before {
	content: '\e214';
}

.glyphicon-knight:before {
	content: '\e215';
}

.glyphicon-baby-formula:before {
	content: '\e216';
}

.glyphicon-tent:before {
	content: '\26fa';
}

.glyphicon-blackboard:before {
	content: '\e218';
}

.glyphicon-bed:before {
	content: '\e219';
}

.glyphicon-apple:before {
	content: '\f8ff';
}

.glyphicon-erase:before {
	content: '\e221';
}

.glyphicon-hourglass:before {
	content: '\231b';
}

.glyphicon-lamp:before {
	content: '\e223';
}

.glyphicon-duplicate:before {
	content: '\e224';
}

.glyphicon-piggy-bank:before {
	content: '\e225';
}

.glyphicon-scissors:before {
	content: '\e226';
}

.glyphicon-bitcoin:before {
	content: '\e227';
}

.glyphicon-btc:before {
	content: '\e227';
}

.glyphicon-xbt:before {
	content: '\e227';
}

.glyphicon-yen:before {
	content: '\00a5';
}

.glyphicon-jpy:before {
	content: '\00a5';
}

.glyphicon-ruble:before {
	content: '\20bd';
}

.glyphicon-rub:before {
	content: '\20bd';
}

.glyphicon-scale:before {
	content: '\e230';
}

.glyphicon-ice-lolly:before {
	content: '\e231';
}

.glyphicon-ice-lolly-tasted:before {
	content: '\e232';
}

.glyphicon-education:before {
	content: '\e233';
}

.glyphicon-option-horizontal:before {
	content: '\e234';
}

.glyphicon-option-vertical:before {
	content: '\e235';
}

.glyphicon-menu-hamburger:before {
	content: '\e236';
}

.glyphicon-modal-window:before {
	content: '\e237';
}

.glyphicon-oil:before {
	content: '\e238';
}

.glyphicon-grain:before {
	content: '\e239';
}

.glyphicon-sunglasses:before {
	content: '\e240';
}

.glyphicon-text-size:before {
	content: '\e241';
}

.glyphicon-text-color:before {
	content: '\e242';
}

.glyphicon-text-background:before {
	content: '\e243';
}

.glyphicon-object-align-top:before {
	content: '\e244';
}

.glyphicon-object-align-bottom:before {
	content: '\e245';
}

.glyphicon-object-align-horizontal:before {
	content: '\e246';
}

.glyphicon-object-align-left:before {
	content: '\e247';
}

.glyphicon-object-align-vertical:before {
	content: '\e248';
}

.glyphicon-object-align-right:before {
	content: '\e249';
}

.glyphicon-triangle-right:before {
	content: '\e250';
}

.glyphicon-triangle-left:before {
	content: '\e251';
}

.glyphicon-triangle-bottom:before {
	content: '\e252';
}

.glyphicon-triangle-top:before {
	content: '\e253';
}

.glyphicon-console:before {
	content: '\e254';
}

.glyphicon-superscript:before {
	content: '\e255';
}

.glyphicon-subscript:before {
	content: '\e256';
}

.glyphicon-menu-left:before {
	content: '\e257';
}

.glyphicon-menu-right:before {
	content: '\e258';
}

.glyphicon-menu-down:before {
	content: '\e259';
}

.glyphicon-menu-up:before {
	content: '\e260';
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	background-color: #b9b9b9;
	color: #333;
	font-family: Effra,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
}

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

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

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

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

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

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

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

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

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

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

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

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

[role='button'] {
	cursor: pointer;
}

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

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 {
	color: #777;
	font-weight: 400;
	line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 10px;
}

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

@media (min-width:1199px) {
	.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;
}

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

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

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

.text-success {
	color: #3c763d;
}

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

.text-info {
	color: #31708f;
}

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

.text-warning {
	color: #8a6d3b;
}

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

.text-danger {
	color: #a94442;
}

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

.bg-primary {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
	list-style: none;
	margin-left: -5px;
	padding-left: 0;
}

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

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

dt, dd {
	line-height: 1.428571429;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

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

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

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

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

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

.initialism {
	font-size: 90%;
}

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

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

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

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}

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

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

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

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

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

code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}

kbd {
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	color: #fff;
	font-size: 90%;
	padding: 2px 4px;
}

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

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

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

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

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

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

.container:after {
	clear: both;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

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

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

.container-fluid:after {
	clear: both;
}

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

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

.row:after {
	clear: both;
}

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

.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 {
	right: 8.3333333333%;
}

.col-xs-pull-2 {
	right: 16.6666666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.3333333333%;
}

.col-xs-pull-5 {
	right: 41.6666666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.3333333333%;
}

.col-xs-pull-8 {
	right: 66.6666666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.3333333333%;
}

.col-xs-pull-11 {
	right: 91.6666666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.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:768px) {
	.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 {
		right: 8.3333333333%;
	}

.col-sm-pull-2 {
		right: 16.6666666667%;
	}

.col-sm-pull-3 {
		right: 25%;
	}

.col-sm-pull-4 {
		right: 33.3333333333%;
	}

.col-sm-pull-5 {
		right: 41.6666666667%;
	}

.col-sm-pull-6 {
		right: 50%;
	}

.col-sm-pull-7 {
		right: 58.3333333333%;
	}

.col-sm-pull-8 {
		right: 66.6666666667%;
	}

.col-sm-pull-9 {
		right: 75%;
	}

.col-sm-pull-10 {
		right: 83.3333333333%;
	}

.col-sm-pull-11 {
		right: 91.6666666667%;
	}

.col-sm-pull-12 {
		right: 100%;
	}

.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 {
		right: 8.3333333333%;
	}

.col-md-pull-2 {
		right: 16.6666666667%;
	}

.col-md-pull-3 {
		right: 25%;
	}

.col-md-pull-4 {
		right: 33.3333333333%;
	}

.col-md-pull-5 {
		right: 41.6666666667%;
	}

.col-md-pull-6 {
		right: 50%;
	}

.col-md-pull-7 {
		right: 58.3333333333%;
	}

.col-md-pull-8 {
		right: 66.6666666667%;
	}

.col-md-pull-9 {
		right: 75%;
	}

.col-md-pull-10 {
		right: 83.3333333333%;
	}

.col-md-pull-11 {
		right: 91.6666666667%;
	}

.col-md-pull-12 {
		right: 100%;
	}

.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 {
		right: 8.3333333333%;
	}

.col-lg-pull-2 {
		right: 16.6666666667%;
	}

.col-lg-pull-3 {
		right: 25%;
	}

.col-lg-pull-4 {
		right: 33.3333333333%;
	}

.col-lg-pull-5 {
		right: 41.6666666667%;
	}

.col-lg-pull-6 {
		right: 50%;
	}

.col-lg-pull-7 {
		right: 58.3333333333%;
	}

.col-lg-pull-8 {
		right: 66.6666666667%;
	}

.col-lg-pull-9 {
		right: 75%;
	}

.col-lg-pull-10 {
		right: 83.3333333333%;
	}

.col-lg-pull-11 {
		right: 91.6666666667%;
	}

.col-lg-pull-12 {
		right: 100%;
	}

.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 {
	color: #777;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}

th {
	text-align: left;
}

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

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

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

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

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

.table .table {
	background-color: #b9b9b9;
}

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

.table-bordered {
	border: 1px solid #ddd;
}

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	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-'] {
	display: table-column;
	float: none;
	position: static;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type='search'] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

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

input[type='file'] {
	display: block;
}

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

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

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

output {
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.428571429;
	padding-top: 7px;
}

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

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

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

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

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

.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'], input[type='time'], input[type='datetime-local'], input[type='month'] {
		line-height: 34px;
	}

input[type='date'].input-sm, .input-group-sm > input[type='date'].form-control, .input-group-sm > input[type='date'].input-group-addon, .input-group-sm > .input-group-btn > input[type='date'].btn, .input-group-sm input[type='date'], input[type='time'].input-sm, .input-group-sm > input[type='time'].form-control, .input-group-sm > input[type='time'].input-group-addon, .input-group-sm > .input-group-btn > input[type='time'].btn, .input-group-sm input[type='time'], input[type='datetime-local'].input-sm, .input-group-sm > input[type='datetime-local'].form-control, .input-group-sm > input[type='datetime-local'].input-group-addon, .input-group-sm > .input-group-btn > input[type='datetime-local'].btn, .input-group-sm input[type='datetime-local'], input[type='month'].input-sm, .input-group-sm > input[type='month'].form-control, .input-group-sm > input[type='month'].input-group-addon, .input-group-sm > .input-group-btn > input[type='month'].btn, .input-group-sm input[type='month'] {
		line-height: 30px;
	}

input[type='date'].input-lg, .input-group-lg > input[type='date'].form-control, .input-group-lg > input[type='date'].input-group-addon, .input-group-lg > .input-group-btn > input[type='date'].btn, .input-group-lg input[type='date'], input[type='time'].input-lg, .input-group-lg > input[type='time'].form-control, .input-group-lg > input[type='time'].input-group-addon, .input-group-lg > .input-group-btn > input[type='time'].btn, .input-group-lg input[type='time'], input[type='datetime-local'].input-lg, .input-group-lg > input[type='datetime-local'].form-control, .input-group-lg > input[type='datetime-local'].input-group-addon, .input-group-lg > .input-group-btn > input[type='datetime-local'].btn, .input-group-lg input[type='datetime-local'], input[type='month'].input-lg, .input-group-lg > input[type='month'].form-control, .input-group-lg > input[type='month'].input-group-addon, .input-group-lg > .input-group-btn > input[type='month'].btn, .input-group-lg input[type='month'] {
		line-height: 46px;
	}
}

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

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

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

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

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

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

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

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

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

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

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

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

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

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

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

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

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

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

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

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

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

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

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

.has-feedback {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
	color: #737373;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1199px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.333333px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
	background-color: #656669;
	border-color: #58595c;
	color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-color: #4c4d4f;
	border-color: #3a3b3d;
	color: #fff;
}

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

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #656669;
	border-color: #58595c;
}

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

.btn-success {
	background-color: #49a234;
	border-color: #408f2e;
	color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-color: #387b28;
	border-color: #2b601f;
	color: #fff;
}

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

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	background-color: #49a234;
	border-color: #408f2e;
}

.btn-success .badge {
	background-color: #fff;
	color: #49a234;
}

.btn-info {
	background-color: #00b9b9;
	border-color: #0088c1;
	color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-color: #0076a7;
	border-color: #005d83;
	color: #fff;
}

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

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	background-color: #00b9b9;
	border-color: #0088c1;
}

.btn-info .badge {
	background-color: #fff;
	color: #00b9b9;
}

.btn-warning {
	background-color: #f58229;
	border-color: #f47411;
	color: #fff;
}

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

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

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
	background-color: #f58229;
	border-color: #f47411;
}

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

.btn-danger {
	background-color: #ee3042;
	border-color: #ec182c;
	color: #fff;
}

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

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

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
	background-color: #ee3042;
	border-color: #ec182c;
}

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

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

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

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

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

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

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

.btn-sm, .btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}

.btn-xs, .btn-group-xs > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}

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

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

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

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	     -o-transition: opacity .15s linear;
	        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 {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition-duration: .35s;
	        transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	        transition-property: height,visibility;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}

.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px dashed;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}

.dropup, .dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	        box-shadow: 0 6px 12px rgba(0,0,0,.175);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}

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

.dropdown-menu > li > a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.428571429;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #337ab7;
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-decoration: none;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 1.428571429;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-backdrop {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	left: auto;
	right: 0;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 4px solid;
	border-top: 0;
	content: '';
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 2px;
	top: auto;
}

@media (min-width:1199px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}

.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group, .btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
	float: left;
	position: relative;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
	z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
	content: ' ';
	display: table;
}

.btn-toolbar:after {
	clear: both;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
	border-bottom-width: 0;
	border-width: 5px 5px 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
	content: ' ';
	display: table;
}

.btn-group-vertical > .btn-group:after {
	clear: both;
}

.btn-group-vertical > .btn-group > .btn {
	float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-left: 0;
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified > .btn-group .btn {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'], [data-toggle='buttons'] > .btn input[type='checkbox'], [data-toggle='buttons'] > .btn-group > .btn input[type='radio'], [data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
	clip: rect(0,0,0,0);
	pointer-events: none;
	position: absolute;
}

.input-group {
	border-collapse: separate;
	display: table;
	position: relative;
}

.input-group[class*='col-'] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}

.input-group-addon {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}

.input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] {
	margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}

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

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

.nav:after {
	clear: both;
}

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

.nav > li > a {
	display: block;
	padding: 10px 15px;
	position: relative;
}

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

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

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

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

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

.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 {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.428571429;
	margin-right: 2px;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #b9b9b9;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	color: #555;
	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:hover, .nav-pills > li.active > a:focus {
	background-color: #337ab7;
	color: #fff;
}

.nav-stacked > li {
	float: none;
}

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

.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 {
	margin-bottom: 5px;
	text-align: center;
}

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

@media (min-width:1199px) {
	.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 {
	border-radius: 4px;
	margin-right: 0;
}

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

@media (min-width:1199px) {
	.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.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #b9b9b9;
	}
}

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

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

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

.navbar {
	border: 1px solid transparent;
	margin-bottom: 20px;
	min-height: 50px;
	position: relative;
}

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

.navbar:after {
	clear: both;
}

@media (min-width:1199px) {
	.navbar {
		border-radius: 4px;
	}
}

.navbar-header:before, .navbar-header:after {
	content: ' ';
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width:1199px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch;
	overflow-x: visible;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-collapse:before, .navbar-collapse:after {
	content: ' ';
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:1199px) {
	.navbar-collapse {
		border-top: 0;
		box-shadow: none;
		width: auto;
	}

.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		overflow: visible!important;
		padding-bottom: 0;
	}

.navbar-collapse.in {
		overflow-y: visible;
	}

.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:1199px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width:1199px) {
	.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
}

.navbar-static-top {
	border-width: 0 0 1px;
	z-index: 1000;
}

@media (min-width:1199px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top, .navbar-fixed-bottom {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}

@media (min-width:1199px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0;
}

.navbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}

.navbar-brand {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 15px 15px;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

@media (min-width:1199px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width:1199px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media (max-width:1199px) {
	.navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width:1199px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

.navbar-nav > li {
		float: left;
	}

.navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}

.navbar-form {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	        box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin-bottom: 8px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 8px;
	padding: 10px 15px;
}

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

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

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

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

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

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

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

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

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

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

.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width:1199px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width:1199px) {
	.navbar-form {
		border: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		width: auto;
	}
}

.navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 0;
}

.navbar-btn {
	margin-bottom: 8px;
	margin-top: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
	margin-bottom: 10px;
	margin-top: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
	margin-bottom: 14px;
	margin-top: 14px;
}

.navbar-text {
	margin-bottom: 15px;
	margin-top: 15px;
}

@media (min-width:1199px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width:1199px) {
	.navbar-left {
		float: left!important;
	}

.navbar-right {
		float: right!important;
		margin-right: -15px;
	}

.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: transparent;
	color: #5e5e5e;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #333;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #ccc;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

@media (max-width:1199px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #333;
	}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #e7e7e7;
		color: #555;
	}

.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		background-color: transparent;
		color: #ccc;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #090909;
	color: #fff;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #444;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}

@media (max-width:1199px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #fff;
	}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #090909;
		color: #fff;
	}

.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		background-color: transparent;
		color: #444;
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 20px;
	padding: 8px 15px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	color: #ccc;
	content: '/\\00a0';
	padding: 0 5px;
}

.breadcrumb > .active {
	color: #777;
}

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

.pagination > li {
	display: inline;
}

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

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

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

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

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

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

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

.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 {
	font-size: 12px;
	padding: 5px 10px;
}

.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;
}

.pager {
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}

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

.pager:after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li > a, .pager li > span {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}

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

.pager .next > a, .pager .next > span {
	float: right;
}

.pager .previous > a, .pager .previous > span {
	float: left;
}

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

.label {
	border-radius: .25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	padding: .2em .6em .3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover, a.label:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.label-default {
	background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}

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

.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #286090;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	background-color: #777;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
	padding: 1px 5px;
	top: 0;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	background-color: #fff;
	color: #337ab7;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover, a.badge:focus {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.jumbotron {
	background-color: #eee;
	color: inherit;
	margin-bottom: 30px;
	padding: 30px 15px;
}

.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 15px;
}

.jumbotron > hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width:1199px) {
	.jumbotron {
		padding: 48px 0;
	}

.container .jumbotron, .container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}

.jumbotron h1, .jumbotron .h1 {
		font-size: 63px;
	}
}

.thumbnail {
	background-color: #b9b9b9;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.428571429;
	margin-bottom: 20px;
	padding: 4px;
	-webkit-transition: border .2s ease-in-out;
	     -o-transition: border .2s ease-in-out;
	        transition: border .2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.thumbnail .caption {
	color: #333;
	padding: 9px;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #337ab7;
}

.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}

.alert h4 {
	color: inherit;
	margin-top: 0;
}

.alert .alert-link {
	font-weight: 700;
}

.alert > p, .alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

to {
		background-position: 0 0;
	}
}

.progress {
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.progress-bar {
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	        box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	color: #fff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	text-align: center;
	-webkit-transition: width .6s ease;
	     -o-transition: width .6s ease;
	        transition: width .6s ease;
	width: 0;
}

.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:      -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:         linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	     -o-animation: progress-bar-stripes 2s linear infinite;
	        animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:      -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:         linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:      -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:         linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:      -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:         linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:      -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-image:         linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-right, .media > .pull-right {
	padding-left: 10px;
}

.media-left, .media > .pull-left {
	padding-right: 10px;
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-bottom: 5px;
	margin-top: 0;
}

.media-list {
	list-style: none;
	padding-left: 0;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 0;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
	background-color: #f5f5f5;
	color: #555;
	text-decoration: none;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
	z-index: 2;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}

.list-group-item-success {
	background-color: #dff0d8;
	color: #3c763d;
}

a.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
	background-color: #d0e9c6;
	color: #3c763d;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
	background-color: #3c763d;
	border-color: #3c763d;
	color: #fff;
}

.list-group-item-info {
	background-color: #d9edf7;
	color: #31708f;
}

a.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
	background-color: #c4e3f3;
	color: #31708f;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
	background-color: #31708f;
	border-color: #31708f;
	color: #fff;
}

.list-group-item-warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	background-color: #faf2cc;
	color: #8a6d3b;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
	background-color: #8a6d3b;
	border-color: #8a6d3b;
	color: #fff;
}

.list-group-item-danger {
	background-color: #f2dede;
	color: #a94442;
}

a.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	background-color: #ebcccc;
	color: #a94442;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
	background-color: #a94442;
	border-color: #a94442;
	color: #fff;
}

.list-group-item-heading {
	margin-bottom: 5px;
	margin-top: 0;
}

.list-group-item-text {
	line-height: 1.3;
	margin-bottom: 0;
}

.panel {
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
}

.panel-body {
	padding: 50px 25px;
}

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

.panel-body:after {
	clear: both;
}

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

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

.panel-title {
	color: inherit;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

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

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

.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-radius: 0;
	border-width: 1px 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-left-radius: 3px;
	border-top-right-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-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

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

.list-group + .panel-footer {
	border-top-width: 0;
}

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

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

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

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.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, .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-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-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 {
	border-top-left-radius: 3px;
}

.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, .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-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-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 {
	border-top-right-radius: 3px;
}

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

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr: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 {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.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, .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 {
	border-bottom-left-radius: 3px;
}

.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, .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 {
	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 th, .panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

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

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

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

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .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 {
	border-bottom: 0;
}

.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-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 {
	border-bottom: 0;
}

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

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

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

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

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

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	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 {
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

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

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15);
}

.well-lg {
	border-radius: 6px;
	padding: 24px;
}

.well-sm {
	border-radius: 3px;
	padding: 9px;
}

.close {
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	opacity: .2;
	text-shadow: 0 1px 0 #fff;
}

.close:hover, .close:focus {
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
	text-decoration: none;
}

button.close {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0,-25%);
	    -ms-transform: translate(0,-25%);
	     -o-transform: translate(0,-25%);
	        transform: translate(0,-25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	   -moz-transition:    -moz-transform .3s ease-out;
	     -o-transition:      -o-transform .3s ease-out;
	        transition:         transform .3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	     -o-transform: translate(0,0);
	        transform: translate(0,0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	margin: 10px;
	position: relative;
	width: auto;
}

.modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	        box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	position: relative;
}

.modal-backdrop {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
	padding: 15px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	line-height: 1.428571429;
	margin: 0;
}

.modal-body {
	padding: 15px;
	position: relative;
}

.modal-footer {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}

.modal-footer:before, .modal-footer:after {
	content: ' ';
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}

@media (min-width:1199px) {
	.modal-dialog {
		margin: 30px auto;
		width: 600px;
	}

.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		        box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

.modal-sm {
		width: 300px;
	}
}

@media (min-width:1199px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	display: block;
	filter: alpha(opacity=0);
	font-family: 'Prelo','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	z-index: 1070;
}

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

.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 {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.popover {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	        box-shadow: 0 5px 10px rgba(0,0,0,.2);
	display: none;
	font-family: 'Prelo','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.428571429;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	white-space: normal;
	z-index: 1060;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin: 0;
	padding: 8px 14px;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: '';
}

.popover.top > .arrow {
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}

.popover.top > .arrow:after {
	border-bottom-width: 0;
	border-top-color: #fff;
	bottom: 1px;
	content: ' ';
	margin-left: -10px;
}

.popover.right > .arrow {
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}

.popover.right > .arrow:after {
	border-left-width: 0;
	border-right-color: #fff;
	bottom: -10px;
	content: ' ';
	left: 1px;
}

.popover.bottom > .arrow {
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}

.popover.bottom > .arrow:after {
	border-bottom-color: #fff;
	border-top-width: 0;
	content: ' ';
	margin-left: -10px;
	top: 1px;
}

.popover.left > .arrow {
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}

.popover.left > .arrow:after {
	border-left-color: #fff;
	border-right-width: 0;
	bottom: -10px;
	content: ' ';
	right: 1px;
}

.carousel {
	position: relative;
}

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

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

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

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

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

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

.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0,0,0);
		        transform: translate3d(0,0,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 {
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=50);
	font-size: 20px;
	left: 0;
	opacity: .5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	top: 0;
	width: 15%;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image:      -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-image:         linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image:      -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-image:         linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
	left: auto;
	right: 0;
}

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

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

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

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

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

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

.carousel-control .icon-next:before {
	content: '\203a';
}

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

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

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

.carousel-caption {
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	z-index: 10;
}

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

@media screen and (min-width:1199px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		font-size: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}

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

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

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

.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before, .clearfix:after {
	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 {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}

.hidden {
	display: none!important;
}

.affix {
	position: fixed;
}

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

.visible-xs {
	display: none!important;
}

.visible-sm {
	display: none!important;
}

.visible-md {
	display: none!important;
}

.visible-lg {
	display: none!important;
}

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

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

table.visible-xs {
		display: table;
	}

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

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

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

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

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

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

table.visible-sm {
		display: table;
	}

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

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

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

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

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

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

table.visible-md {
		display: table;
	}

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

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

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

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

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

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

table.visible-lg {
		display: table;
	}

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

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

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

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

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

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

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

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

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

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

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

table.visible-print {
		display: table;
	}

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

th.visible-print, td.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;
	}
}

@font-face {
	font-family: 'Effra';
	font-style: normal;
	font-weight: 400;
	src: url(/typo3conf/ext/j77_template/Resources/Public/fonts/Effra_Regular.woff);
}

@font-face {
	font-family: 'Effra';
	font-style: bold;
	font-weight: 700;
	src: url(/typo3conf/ext/j77_template/Resources/Public/fonts/Effra_Bold.woff);
}

html {
	overflow-y: scroll;
}

body {
	color: #57585b;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:focus {
	box-shadow: none!important;
	outline: 0!important;
}

input:-webkit-autofill {
	background-color: transparent!important;
}

ul, ol {
	margin: 0!important;
}

p {
	margin-bottom: 20px!important;
}

#block-locale-language h2 {
	display: none;
}

.footer-box > img {
	overflow: hidden;
}

.language-link:hover {
    color: #e5e5e5 !important;
    text-decoration: none;
}

.language-link.active, .language-link.active:hover {
    font-size: 18px;
    color: #FFF !important;
    text-decoration: none;
}

.field-items ul {
	margin-bottom: 20px!important;
}

.field-name-field-tags .field-item {
	float: left;
}

.field-name-field-tags a {
	border: solid 1px #e2e2e2;
	font-size: 14px;
	margin-right: 5px;
	padding: 5px;
}

header {
	background-color: #fff;
	height: 180px;
	margin: 0 auto;
}

.header-line-height select {
	margin-top: 20px;
}

#logo {
	float: left;
	height: 125px;
}

#logo img {
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.header-line-height {
	line-height: 73px;
}

.header-languages > li > a {
	text-transform: uppercase;
}

.region-header-social, .region-header-language, .region-header-regions, .local-region {
	line-height: 45px;
	float: left;
}

.region-header-search {
	float: right;
}

.direction-rtl .local-region span {
	margin-right: 7px;
}

.direction-ltr .local-region span {
	margin-right: 7px;
}

.local-region {
	color: #707175;
	font-size: 19px;
}

.social-header-wrap {
	float: left;
}

.social-header-wrap img {
	margin-right: 20px;
	width: 21px;
}

.social-footer-wrap img {
	width: 28px;
}

@media (min-width:1199px) {
	#header-right-menu-wrap {
		display: block!important;
	}
}

footer {
	background-color: #fff;
	margin: 0 auto;
}

footer h4 {
	color: #757474;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
	text-transform: none;
}

footer .copy-text {
	color: #757474;
	font-size: 18px;
	font-weight: medium;
}

footer .region-footer-copyright p {
	margin: 0!important;
}

.direction-rtl #block-nexia-social-footer img {
	margin-left: 10px;
}

.direction-rtl #block-nexia-social-footer a {
	color: #7e7d7d;
}

.direction-ltr #block-nexia-social-footer img {
	margin-right: 10px;
}

.direction-ltr #block-nexia-social-footer a {
	color: #7e7d7d;
}

.footer-copy {
	background-color: #fff;
	height: 95px;
	margin: 0 auto;
	width: 100%;
}

.footer-copy img.logo {
	margin: 24px 0 !important;
}

.footer-copy img.ata {
	margin: 38px 0 22px !important;
	height: 35px;
}

.footer-copy-top {
	margin-bottom: 40px;
	margin-top: 40px;
}

.footer-copy-top p {
	font-size: 13px;
}

.social-footer-wrap {
	margin-bottom: 20px;
}

#at15pf {
	height: 29px;
}

.bottom-padding {
	margin-bottom: 29px;
}

.content-wrap {
	background-color: #fff;
}

.site-content {
	background-color: #ebebeb;
	margin: 0 auto;
	overflow-x: hidden;
}

.site-top-padding {
	padding-bottom: 30px;
	padding-top: 30px;
}

.hero-banner {
	background-position: center;
	background-repeat: no-repeat;
	height: 487px;
}

.hero-banner div {
	color: #fff;
	font-size: 27px;
	line-height: 36px;
	margin: 0 auto;
	padding-left: 38px;
	padding-top: 80px;
	text-transform: uppercase;
	width: 348px;
}

.header-box {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 5px rgba(0,0,0,.1);
	min-height: 355px;
	position: relative;
}

.header-box .box-title {
	color: #2d2d2d;
	font-size: 18px;
	font-weight: none;
	margin: 15px;
	max-height: 20px;
	overflow: hidden;
	text-transform: none;
}

.header-box .text {
	color: #2d2d2d;
	font-size: 25px;
	font-weight: medium!important;
	line-height: 30px;
	margin: 15px;
	text-decoration: none;
}

.header-box .text.text-size-3 {
	font-weight: bold;
	font-size: 20px;
	line-height: initial;
}

.header-box .text.text-size-2 {
	font-size: 25px;
	line-height: 30px;
}

.header-box .read-more {
	color: #00b9b9;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
}

.header-box-link:focus, .footer-box-link:focus {
	text-decoration: none;
}

.header-box-link:hover {
	text-decoration: none;
}

.header-box-link:hover .read-more {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow.png);
	color: #000;
}

.header-box-link:hover .text {
	color: #00b9b9;
}

/*
.region-home-three {
	margin-top: -182px;
}
*/

.col-lg-3 .header-box {
	min-height: 310px;
}

.col-lg-3 .header-box .text {
	font-size: 20px;
	line-height: initial;
}

.col-lg-3 .header-box .text.text-size-3 {
	font-size: 20px;
	line-height: initial;
}

.col-lg-3 .header-box .text.text-size-2 {
	font-size: 25px;
	line-height: 30px;
}

.footer-box {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 5px rgba(0,0,0,.1);
	height: 310px;
	position: relative;
}

.footer-box .box-title {
	color: #2d2d2d;
	font-size: 18px;
	font-weight: none;
	margin: 15px;
	max-height: 20px;
	overflow: hidden;
	text-transform: none;
}

.footer-box h3 {
	color: #2d2d2d;
	font-size: 20px;
	font-weight: medium;
	margin: 15px;
	max-height: 68px;
	overflow: hidden;
	text-transform: none;
}

.footer-box .read-more {
	bottom: 0;
	left: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	position: absolute;
}

.footer-box-link:hover {
	text-decoration: none;
}

.footer-box-link:hover .read-more {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow.png);
	color: #000;
}

.footer-box-link:hover h3 {
	color: #00b9b9;
}

.footer-image {
	margin-bottom: 20px;
	margin-top: 50px;
}

.region-home-newsletter {
	background-color: #029ada;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 5px rgba(0,0,0,.1);
	height: 367px;
}

.region-home-newsletter .content {
	height: 250px;
	position: relative;
}

.region-home-newsletter .content .mc-field-group {
	color: #fff;
	margin: 0 auto;
	padding-bottom: 19px;
	width: 330px;
}

.region-home-newsletter .content .indicates-required {
	color: #fff;
	padding-right: 20px;
	text-align: right;
}

.region-home-newsletter .content input[type=text], .region-home-newsletter .content input[type=email] {
	border-radius: 0;
	color: #000!important;
	padding: 5px;
	width: 330px;
}

.region-home-newsletter .content .newsletter-text > p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 7px!important;
	padding: 10px 20px 0 20px;
}

.region-home-newsletter .content .newsletter-button, .region-home-newsletter .content input[type=submit] {
	background-color: #49b5e4;
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/newsletter-arrow.png);
	background-position: 326px 14px;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	height: 50px;
	line-height: 40px;
	margin-bottom: 4px;
	padding-left: 20px;
	text-align: left;
	width: 100%;
}

.region-home-newsletter .content .newsletter-button:hover {
	background-color: #5bbce7;
}

.region-home-newsletter h2 {
	color: #fff;
	font-size: 25px;
	font-weight: none;
	margin: 0;
	padding: 20px;
	text-transform: none;
}

#block-nexia-home-global-news a, #block-nexia-home-global-news a:hover {
	color: #2d2d2d!important;
	font-size: 18px;
}

.global-news {
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 5px rgba(0,0,0,.1);
	height: 367px;
	position: relative;
}

.global-news .global-news-wrap {
	left: 0;
	position: absolute;
	top: 0;
	width: 370px;
}

.global-news .global-news-wrap .global-news-title {
	background-color: #fff;
	border-top: 5px solid #49a234;
	padding: 15px;
	width: 370px;
}

.global-news .global-news-wrap .global-news-subtext {
	background-color: #29a5da;
	color: #fff;
	font-size: 22px;
	padding: 15px;
	width: 370px;
}

.global-banner-link:hover .global-news-subtext {
	background-color: #029ada;
}

.tabs {
	border: none!important;
	margin: 0 auto!important;
	max-width: 1168px;
	padding-top: 30px!important;
	text-align: right;
}

.tabs .primary, .tabs li > a {
	border: none!important;
}

.tabs li > a {
	background-color: #fff!important;
	color: #000;
	font-weight: medium!important;
	margin-left: 10px;
	margin-right: 0!important;
	padding: 3px 17px!important;
}

.tabs li > a:hover {
	color: #00b9b9!important;
}

.messages.status {
	background-color: #a4a4a7;
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/success-icon.png);
	background-position: 25px 10px;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: medium;
	margin: 0 auto;
	padding: 10px 10px 10px 60px;
}

.messages.error {
	background-color: #e40046;
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/error-icon.png);
	background-position: 25px 10px;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: medium;
	margin: 0 auto;
	padding: 10px 10px 10px 60px;
}

.messages.error ul {
	list-style: none;
}

.messages.error ul li {
	color: #fff;
}

.box-shadow {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.breadcrumb-wrap {
	background-color: #fff!important;
	border-bottom: 1px solid #ededed;
	color: #9e9ea1;
	display: inline-block;
	height: auto;
	min-height: 40px;
	width: 100%;
}

.breadcrumb-wrap #breadcrumb {
	background-color: transparent!important;
	padding-top: 9px;
}

.breadcrumb-wrap #breadcrumb .breadcrumb {
	background-color: transparent!important;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.breadcrumb-wrap .share-wrap .share-icon {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/share.svg);
	background-position: 100% 2px;
	background-size: 20px;
	background-repeat: no-repeat;
	color: #00B9B9 !important;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-right: 0;
	margin-top: 8px;
	padding-right: 30px;
}

.breadcrumb-wrap .share-wrap .share-icon:hover {
/*	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/share-hover.png); */
	color: #00323C !important;
	text-decoration: none;
}

.breadcrumb-wrap .share-wrap .print-icon {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/print-icon.svg);
	background-size: 20px;
	background-position: 100% 2px;
	background-repeat: no-repeat;
	color: #00B9B9 !important;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-right: 30px;
	margin-top: 8px;
	padding-right: 30px;
}

.breadcrumb-wrap .share-wrap .print-icon:hover {
/*	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/print-icon-hover.svg); */
	color: #00323C !important;
	text-decoration: none;
}

.breadcrumb-wrap a {
	color: #00b9b9;
	font-size: 14px;
	font-weight: medium;
}

.breadcrumb-wrap .delimiter {
	padding: 0 5px;
}

.content-bg {
	background-color: #fff;
	padding: 15px;
}

.content-bg h1 {
	margin-top: 0;
}

.white-bg {
	background-color: #fff;
}

.content-right-bg {
	background-color: #f0f0f0;
}

.content-inner {
	padding: 0 20px 20px 20px;
}

.page-top {
	border-bottom: 1px solid #f3f3f3;
	height: 40px;
}

.page-top > div {
	height: 36px;
}

.left-column {
	background-color: #0099d8;
}

.content-column {
	background-color: #fff;
}

.right-column {
	background-color: #f0f0f0;
}

.column-wrap {
	margin-bottom: 30px;
	overflow: hidden;
}

.field-name-field-thumbimage img {
	margin-bottom: 10px;
}

.category-wrap:last-child, .event-row:last-child {
	border: none!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.publication-link {
	margin-bottom: 10px;
}

.search-link-result {
	margin-bottom: 10px;
}

#edit-search-api-views-fulltext-wrapper {
	padding: 0!important;
}

.profile-filter-box h2 {
	color: #2d2d2d;
}

.profile-filter-box #facetapi_select_facet_form_2, .profile-filter-box #facetapi_select_facet_form_1 {
	width: 95%!important;
}

.profile-filter-box .form-item {
	margin: 5px 0!important;
}

.profile-filter-box .block-facetapi, .profile-filter-box .block-views {
	float: left;
	width: 50%;
}

.profile-filter-box .block-facetapi h2, .profile-filter-box .block-views h2 {
	background-color: transparent!important;
	color: #2d2d2d;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0!important;
}

.block-facetapi h2 {
	background-color: #008ac4;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 15px 20px;
}

.block-facetapi .facetapi-facetapi-links {
	list-style: none!important;
	margin: 0!important;
}

.block-facetapi .facetapi-facetapi-links li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block-facetapi .facetapi-facetapi-links li a {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	padding: 10px 0 10px 35px!important;
}

.block-facetapi .facetapi-facetapi-links li a span {
	display: inline-block;
}

.block-facetapi .facetapi-facetapi-links li a:hover {
	background-color: #0073a4;
	color: #fff!important;
	text-decoration: none;
}

.view-related-tags {
	margin-bottom: 20px;
}

.view-related-tags .views-field-title {
	margin: 5px 0;
}

.region-article-right {
	margin-left: -15px;
	margin-right: -15px;
}

#block-views-events-upcoming-events, .side div[id^='block-block-'], .side .block-nexia, .side .block, .side .block-block {
	border-bottom: 1px solid #d8d8d8;
}

#block-views-events-upcoming-events h2, .side div[id^='block-block-'] h2, .side .block-nexia h2, .side .block h2, .side .block-block h2 {
	color: #57585b;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#block-views-events-upcoming-events .btn, .side div[id^='block-block-'] .btn, .side .block-nexia .btn, .side .block .btn, .side .block-block .btn {
	min-width: 100%!important;
}

.side {
	padding: 0;
}

.side .block {
	padding: 0 15px;
}

.taxonomy-term-description strong {
	color: #57585b;
	font-size: 21px;
	font-weight: 400;
}

.node-article.node-teaser {
	margin-bottom: 20px;
}

.node-article.node-teaser p {
	margin-bottom: 10px!important;
}

.article-link {
	color: #00b9b9;
	font-size: 21px;
	font-weight: medium;
}

.submitted {
	color: #3f9c35!important;
	font-size: 18px!important;
	font-weight: medium!important;
	padding-bottom: 20px;
	padding-top: 10px;
}

.submitted .article-term-link {
	color: #3f9c35;
}

.submitted-teaser {
	color: #57585b;
	font-size: 18px;
	font-weight: medium;
}

.authors-info {
	color: #3f9c35;
}

.author-wrap {
	margin-bottom: 20px;
}

.author-wrap .author-name {
	color: #57585b;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	padding-left: 20px;
}

.author-wrap .author-name a {
	color: #57585b;
	font-size: 18px;
}

.author-wrap .author-name span {
	font-weight: 400;
}

.events-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-description {
	margin-bottom: 10px!important;
	margin-top: 10px;
}

.category-wrap {
	border-bottom: 1px solid #ededed;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.article-listing-link {
	color: #57585b;
}

.tweet-wrap {
	margin: 0 auto;
	text-align: center;
}

.profile-email-button .btn {
	min-width: 100%;
}

.field-name-field-profile-picture {
	margin-bottom: 20px;
	margin-top: 15px;
}

.user-picture {
	margin: 15px 0;
}

.profile-name-wrap {
	border-bottom: solid 1px #ededed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.profile-name {
	color: #2d2d2d;
	font-size: 25px;
}

.profile-name span {
	color: #57585b;
	font-size: 21px;
}

.profile-name .sub-profile-items {
	font-size: 18px;
}

.profile-name .sub-profile-items a {
	font-size: 18px;
}

.profile-name .sub-profile-items .field-label {
	display: none;
}

.profile-link {
	color: #57585b;
	font-size: 18px;
}

.profile-bio-title {
	color: #57585b;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.profile-numbers {
	margin: 20px 0;
}

.profile-numbers span {
	font-weight: 700;
}

.profile-social img {
	margin-left: 8px;
}

.profile-filter-box {
	background-color: #cecece;
	margin-bottom: 20px;
	margin-top: -15px;
	min-height: 233px;
}

.profile-name-top {
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.profile-tabs li {
	margin-left: -15px;
	margin-right: -15px;
}

.profile-tabs li.active {
	background-color: #d8d8d8;
}

.profile-tabs a {
	color: #57585b;
	display: block;
	font-size: 18px;
	padding: 10px 10px 10px 15px;
}

.profile-connect {
	margin-bottom: 10px;
	text-align: right;
}

.menu-mlid-1977 {
	background-color: #0073a4;
}

.office-phone {
	font-size: 18px!important;
}

.office-contacts {
	margin-top: 20px!important;
}

#map-canvas {
	height: 400px;
	width: 100%;
}

.office-locations {
	margin-top: 30px;
}

.office-locations-column a {
	border-bottom: 1px solid #e2e2e2;
	display: block;
	padding: 10px 0;
}

.node-offices .field-name-field-location {
	margin-top: 20px;
}

#block-webform-client-block-84 h2 {
	display: none;
}

.office-title {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
}

.office-name-title {
	font-weight: 700;
}

.google_map_field_display, .google-map-field {
	height: 400px!important;
	margin-top: 0;
	width: 100%!important;
}

.google-map-field-label {
	display: none;
}

.error-page-margin {
	padding-bottom: 30px;
	padding-top: 30px;
}

.error-page-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 5px rgba(0,0,0,.1);
	margin: 0 auto;
	max-width: 970px;
	padding: 30px;
}

.error-page-wrap .error-page-title {
	color: #3f9c35;
	font-size: 95px;
	font-weight: medium;
}

.error-page-wrap img {
	float: right;
}

.sitemap-wrap {
	background-color: #fff;
}

.sitemap-title {
	background-color: #fff!important;
	border-bottom: 1px solid #ededed;
	color: #2d2d2d;
	font-size: 25px;
	padding: 15px;
}

.sitemap-row .menu {
	padding: 0;
}

.sitemap-row .menu li {
	list-style: none!important;
}

.event-expired {
	background-color: #e40046;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px;
}

.event-link {
	color: #00b9b9;
	font-size: 21px;
	font-weight: medium;
}

.event-row {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	padding-top: 20px;
}

.event-date-info {
	margin-bottom: 10px!important;
	margin-top: 10px!important;
}

.view-pagination {
	padding-bottom: 30px;
}

.view-pagination .pager .first > a {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-double-arrow-left.png);
	background-position: 11px 13px;
	background-repeat: no-repeat;
	padding-left: 31px;
}

.view-pagination .pager .first > a:hover {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-double-arrow-left.png);
}

.view-pagination .pager .pager-previous > a {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-arrow-left.png);
	background-position: 11px 13px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.view-pagination .pager .pager-previous > a:hover {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow-left.png);
}

.view-pagination .pager .pager-next > a {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-arrow-right.png);
	background-position: 55px 13px;
	background-repeat: no-repeat;
	padding-right: 25px;
}

.view-pagination .pager .pager-next > a:hover {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow.png);
}

.view-pagination .pager .last > a {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-double-arrow-right.png);
	background-position: 51px 13px;
	background-repeat: no-repeat;
	padding-right: 31px;
}

.view-pagination .pager .last > a:hover {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-double-arrow-right.png);
}

.view-pagination .pager .pager-current {
	background-color: #e3e3e3;
	border: 1px solid #fff;
	padding: 5px 14px!important;
}

.view-pagination .pager li {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	        box-shadow: 0 0 5px rgba(0,0,0,.1);
	margin: 0 5px;
	padding: 0;
}

.view-pagination .pager li > a, .view-pagination .pager li > span {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
}

.view-pagination .pager li > a:hover, .view-pagination .pager li > a:focus {
	background-color: #e3e3e3;
	border: 1px solid #fff;
}

.top-border-1 {
	border-top: 5px solid #656669;
}

.top-border-2, .top-border-odd {
	border-top: 5px solid #0db04a;
}

.top-border-3, .top-border-even {
	border-top: 5px solid #00b9b9;
}

.collapse {
	display: block;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.messages.status {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/success-icon@2x.png);
		background-size: 22px 22px;
	}

.messages.error {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/error-icon@2x.png);
		background-size: 22px 22px;
	}

.share-icon {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/share@2x.png);
		background-size: 20px 20px;
	}

.share-icon:hover {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/share-hover@2x.png);
		background-size: 20px 20px;
	}

.print-icon {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/print-icon@2x.png)!important;
		background-size: 20px 20px;
	}

.print-icon:hover {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/print-icon-hover@2x.png)!important;
		background-size: 20px 20px;
	}

.footer-box-link:hover .read-more {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow@2x.png);
		background-size: 7px 8px;
	}

.pager .first > a {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-double-arrow-left@2x.png)!important;
		background-size: 14px 8px;
	}

.pager .first > a:hover {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-double-arrow-left@2x.png)!important;
		background-size: 14px 8px;
	}

.pager .pager-previous > a {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-arrow-left@2x.png)!important;
		background-size: 7px 8px;
	}

.pager .pager-previous > a:hover {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow-left@2x.png)!important;
		background-size: 7px 8px;
	}

.pager .pager-next > a {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-arrow-right@2x.png)!important;
		background-size: 7px 8px;
	}

.pager .pager-next > a:hover {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow@2x.png)!important;
		background-size: 7px 8px;
	}

.pager .last > a {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-double-arrow-right@2x.png)!important;
		background-size: 14px 8px;
	}

.pager .last > a:hover {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-double-arrow-right@2x.png)!important;
		background-size: 14px 8px;
	}
}

.locale-untranslated {
	text-decoration: none;
}

ul.language-switcher-locale-url {
	list-style: none;
	margin: 0 0 0 20px !important;
	line-height: 50px;
	padding: 0;
}

ul.language-switcher-locale-url li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.messages.warning {
	display: none;
}

#cookie-bar {
	background: #00b9b9;
	color: #fff;
	line-height: 24px;
	min-height: 42px;
	padding: 8px 10px;
	text-align: center;
}

#cookie-bar.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	color: #fff;
	margin: 0!important;
	padding: 0!important;
}

#cookie-bar a {
	color: #fff;
}

#cookie-bar .cb-enable {
	background: #80cded;
	color: #000;
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
	padding: 0 6px;
	text-decoration: none;
}

#cookie-bar .cb-enable:hover {
	background: #76b9d5;
}

#cookie-bar .cb-disable {
	background: #900;
}

#cookie-bar .cb-disable:hover {
	background: #b00;
}

#cookie-bar .cb-policy {
	background: #03b;
}

#cookie-bar .cb-policy:hover {
	background: #05d;
}

#worldwide-locations-header > li > a:hover {
	color: #ccc!important;
	text-decoration: none;
}

.header-regions {
	background-color: #6e6e6e;
	color: #fff;
	height: 33px;
	margin: 0 auto;
}

.header-regions ul {
	display: block;
	float: right;
	text-align: right;
}

.header-regions li:first-child {
	border-left: 2px solid #828282;
}

.header-regions li {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/grey-arrow.png);
	background-position: 138px 13px;
	background-repeat: no-repeat;
	background-size: 8px 7px;
	border-right: 2px solid #828282;
	height: 33px;
	line-height: 33px;
	padding-left: 14px;
	text-align: left;
	width: 161px;
}

.header-regions a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding-left: 10px;
}

ul.menu li {
	margin: 0;
}

.footer-links, .region-footer-services .menu {
	list-style-type: none;
	margin: 0 0 15px !important;
	padding: 0!important;
}

.footer-links li.active, .region-footer-services .menu li.active {
	background-color: transparent!important;
}

.footer-links li, .region-footer-services .menu li {
	list-style: none!important;
	margin-bottom: 5px!important;
}

.footer-links li a, .region-footer-services .menu li a {
	color: #45b5e4;
	display: initial!important;
	font-size: 16px;
	padding: 0!important;
}

.footer-links li a:focus, .footer-links li a:hover, .region-footer-services .menu li a:focus, .region-footer-services .menu li a:hover {
	background-color: transparent!important;
	color: #FFF!important;
	text-decoration: none !important;
}

#footer-menu {
	margin-bottom: 0;
}

#footer-menu a {
	color: #08bbbb;
}

#footer-menu a:hover,
#footer-menu a:focus {
	color: #FFF !important;
	text-decoration: none;
}

#header-right-menu {
	float: left;
	line-height: 50px;
	margin: 0;
}

#header-right-menu li {
	padding: 0;
	margin: 0 0 0 30px;
}

#header-right-menu a {
	color: #00b9b9;
	font-size: 18px;
}

#header-right-menu a:hover {
	color: #c1dbbf!important;
	text-decoration: none;
}

#header-right-menu a:focus {
	text-decoration: none;
}

#left-menu-collapse .menu {
	list-style: none;
	padding: 0;
}

#left-menu-collapse .menu .active.active-trail {
	background-color: #0073a4;
}

#left-menu-collapse .menu .active-trail {
	background-color: #008ac4;
}

#left-menu-collapse .menu .expanded > .menu {
	margin-left: 0!important;
}

#left-menu-collapse .menu .expanded > .menu a {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png);
	background-position: 20px 17px;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	padding: 10px 15px 10px 35px!important;
}

#left-menu-collapse .menu li.active {
	background-color: #008ac4;
}

#left-menu-collapse .menu li {
	list-style: none;
	list-style-image: none!important;
	list-style-type: none!important;
	margin: 0!important;
	padding: 0;
}

#left-menu-collapse .menu li a {
	background-image: none;
	background-position: 20px 17px;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	padding: 10px 10px 10px 20px!important;
}

#left-menu-collapse .menu li a:hover {
	background-color: #0073a4;
	color: #fff!important;
	text-decoration: none;
}

#menu-wrap {
	background-color: #3f9c35;
	color: #fff;
	margin: 0 auto;
	min-height: 44px;
}

#menu-wrap .container {
	height: 45px;
}

.main-menu {
	display: flex;
	width: calc(100% - 40px);
	list-style: none;
	padding: 0 0;
}

.main-menu > li {
	/*
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/light-dark-arrow-down.png);
	background-position: 87% 50%;
	background-repeat: no-repeat;
	background-size: 8px 7px;
	*/
	line-height: 45px;
	flex-grow: 1;
	list-style: none!important;
	margin: 0!important;
	width: auto;
}

.main-menu > li > a {
	color: #00b9b9;
	font-size: 18px;
	display: block;
	line-height: 130px;
}

/*
.main-menu > li > a:after {
    content: "";
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/light-dark-arrow-down.svg) right center no-repeat;
    width: 20px;
    height: 11px;
    display: inline-block;
}
*/


.main-menu > li > a:hover, .main-menu > li > a:focus {
	text-decoration: none;
	color: #00323C !important;
}

/*
.main-menu > li:hover > a:after{
	background: url(/typo3conf/ext/j77_template/Resources/Public/Img/light-dark-arrow-down-hover.svg) right center no-repeat;
}
*/

.main-menu .dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	width: 100%;
	padding: 0;
	background: #00323C;
}

.main-menu .dropdown-menu > ul {
	list-style: none;
	margin: 0 auto !important;;
	padding: 0 15px;
	display: flex;
}

.main-menu .dropdown-menu > ul > li {
	flex-grow: 1;
	padding: 0 15px;
}

.main-menu .dropdown-menu > ul > li:first-child {
	padding-left: 0;
}

.main-menu .dropdown-menu > ul > li:last-child {
	padding-right: 0;
}


.main-menu .dropdown-menu > ul > li > a {
	color: #FFF;
	display: block;
	font-weight: bold;
	line-height: 25px;
	padding-top: 25px;
	min-height: 80px;
}

.main-menu .dropdown-menu > ul > li > a:hover {
	color: #00b9b9 !important;
	text-decoration: none;
}

.main-menu .simple {
	position: relative;
}

.main-menu .simple .dropdown-menu {
	left: -15px;
	width: auto;
	background: #00323C;
	padding: 25px 0;
}

.main-menu .simple .dropdown-menu > ul {
	display: block;
	width: auto;
	padding: 0;
	column-count: 2;
}

.main-menu .simple .dropdown-menu > ul > li {
	padding: 0 15px !important;
	line-height: 27px;
}

.main-menu .simple .dropdown-menu > ul > li > a {
	color: #FFF;
	line-height: 27px;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0;
	display: inline;
}

.open > ul, .open-sub > .sub-menu, .open > .sub-menu {
	display: block;
}

.sub-menu {
	list-style: none;
	padding: 0 0 10px 0;
	line-height: 20px;
}

.sub-menu > li {
	padding: 5px 0;
}

.sub-menu > li > a {
/*	font-weight: bold; */
	color: #FFF;
}

.sub-menu > li > a:hover {
	color: #00b9b9 !important;
	text-decoration: none;
}


.menu-information {
	background-color: #f7f7f7;
	min-height: 250px;
	padding: 0 30px 0 30px;
}

.menu-information p {
	color: #000;
	line-height: 25px;
}

.menu-information h2 {
	color: #000;
	font-size: 19px;
	font-weight: medium;
}

.left-menu-button {
	background: transparent;
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-cross.png);
	background-position: 95%;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 0 10px 20px;
	text-align: left;
	width: 100%;
}

.left-menu-button.collapsed {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-down.png);
}

.navbar-toggle .icon-bar {
	background-color: #00b9b9;
	height: 3px;
	width: 25px;
}

.navbar-toggle {
	float: right;
	margin: 44px 0 44px 15px
}

#sitemap-bottom-menu {
	list-style: none;
	margin-top: -15px!important;
	padding: 0;
}

#sitemap-bottom-menu li {
	border-bottom: solid 1px #ededed;
	padding: 10px 0 10px 15px;
}

#sitemap-bottom-menu li a {
	font-size: 25px;
}

.sitemap-row {
	border-bottom: solid 1px #ededed;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.block-menu-block h2 {
	color: #00b9b9;
	font-size: 20px;
	margin-bottom: 30px;
}

.menu-block-9 ul li, .menu-block-10 ul li, .menu-block-11 ul li, .menu-block-12 ul li, .menu-block-13 ul li {
	margin: 10px 0!important;
}

.menu-block-9 ul li a, .menu-block-10 ul li a, .menu-block-11 ul li a, .menu-block-12 ul li a, .menu-block-13 ul li a {
	background-image: none;
	color: #00b9b9;
	display: initial;
	padding-left: 0!important;
	padding-top: 10px;
}

.menu-block-9 ul li a:hover, .menu-block-10 ul li a:hover, .menu-block-11 ul li a:hover, .menu-block-12 ul li a:hover, .menu-block-13 ul li a:hover {
	background: transparent;
	color: #000!important;
	text-decoration: underline;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.main-menu > li {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-down@2x.png);
		background-size: 8px 7px;
	}

.first-item > ul > li {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right@2x.png);
		background-size: 8px 7px;
	}

.header-regions li {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/grey-arrow@2x.png);
		background-size: 7px 8px;
	}
}

#edit-submitted-file-upload-button {
	background-color: #0db04a;
	border: none;
	color: #fff;
	font-size: 10px;
	margin-top: 10px;
}

.form-actions {
	display: inline;
}

.form-actions input[type=submit] {
	background-color: #00b9b9;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 9px;
	text-transform: uppercase;
}

.form-actions input[type=submit]:hover {
	background-color: #008bc5;
}

.form-actions input[type=submit]:disabled {
	background-color: grey;
}

input, textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #555;
	padding: 5px;
}

.form-managed-file {
	display: inline-table!important;
}

.node-webform label {
	display: inline-block;
	margin-right: 0;
	width: 100px;
}

label.option {
	width: auto!important;
}

label[for=edit-search-api-views-fulltext] {
	display: none;
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 0;
}

.views-exposed-widget {
	float: right!important;
	padding: 10px 0 0 10px!important;
}

#search-block-form {
	display: inline;
	white-space: nowrap;
}

#search-input-header {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: none;
	position: absolute;
	right: 38px;
	top: 98px;
	vertical-align: middle;
	width: 150px;
	z-index: 2;
}

.form-select, #edit-search-api-views-fulltext {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.428571429;
	padding: 6px 12px;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	width: 100%!important;
}

#edit-submit-search, #edit-submit-people-search {
	background-color: #00b9b9;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 4px 9px;
	text-transform: uppercase;
	width: 100px;
}

#edit-submit-search:hover, #edit-submit-people-search:hover {
	background-color: #008bc5;
}

#edit-reset {
	background-color: #656669;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 4px 9px;
	text-transform: uppercase;
	width: 100px;
}

#edit-reset:hover {
	background-color: #5b5c5f;
}

#edit-search-api-views-fulltext-wrapper, #edit-search-api-views-fulltext {
	width: 100%;
}

#edit-search-api-views-fulltext-wrapper {
	padding: 0;
}

#search-icon-one {
	background-color: transparent!important;
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/search-icon.svg);
	background-repeat: no-repeat;
	border: 0;
	height: 18px;
	outline: 0;
	vertical-align: middle;
	width: 18px;
}

#search-icon-one:hover {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/search-icon-hover.svg);
}

#search-form:focus {
	outline: none!important;
}

.region-home-newsletter input {
	border: none!important;
}

#block-webform-client-block-84 input {
	width: 100%;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	#search-icon-one {
		background-size: 18px 18px;
	}

#search-icon-one:hover {
		background-size: 18px 18px;
	}
}

.flag-icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	line-height: 1em;
	position: relative;
	width: 1.3333333333em;
}

.flag-icon:before {
	content: '\00a0';
}

.flag-icon.flag-icon-squared {
	width: 1em;
}

.flag-icon-ad {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ad.svg);
}

.flag-icon-ad.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ad.svg);
}

.flag-icon-ae {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ae.svg);
}

.flag-icon-ae.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ae.svg);
}

.flag-icon-af {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/af.svg);
}

.flag-icon-af.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/af.svg);
}

.flag-icon-ag {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ag.svg);
}

.flag-icon-ag.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ag.svg);
}

.flag-icon-ai {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ai.svg);
}

.flag-icon-ai.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ai.svg);
}

.flag-icon-al {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/al.svg);
}

.flag-icon-al.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/al.svg);
}

.flag-icon-am {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/am.svg);
}

.flag-icon-am.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/am.svg);
}

.flag-icon-ao {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ao.svg);
}

.flag-icon-ao.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ao.svg);
}

.flag-icon-aq {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/aq.svg);
}

.flag-icon-aq.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/aq.svg);
}

.flag-icon-ar {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ar.svg);
}

.flag-icon-ar.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ar.svg);
}

.flag-icon-as {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/as.svg);
}

.flag-icon-as.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/as.svg);
}

.flag-icon-at {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/at.svg);
}

.flag-icon-at.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/at.svg);
}

.flag-icon-au {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/au.svg);
}

.flag-icon-au.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/au.svg);
}

.flag-icon-aw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/aw.svg);
}

.flag-icon-aw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/aw.svg);
}

.flag-icon-ax {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ax.svg);
}

.flag-icon-ax.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ax.svg);
}

.flag-icon-az {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/az.svg);
}

.flag-icon-az.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/az.svg);
}

.flag-icon-ba {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ba.svg);
}

.flag-icon-ba.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ba.svg);
}

.flag-icon-bb {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bb.svg);
}

.flag-icon-bb.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bb.svg);
}

.flag-icon-bd {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bd.svg);
}

.flag-icon-bd.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bd.svg);
}

.flag-icon-be {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/be.svg);
}

.flag-icon-be.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/be.svg);
}

.flag-icon-bf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bf.svg);
}

.flag-icon-bf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bf.svg);
}

.flag-icon-bg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bg.svg);
}

.flag-icon-bg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bg.svg);
}

.flag-icon-bh {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bh.svg);
}

.flag-icon-bh.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bh.svg);
}

.flag-icon-bi {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bi.svg);
}

.flag-icon-bi.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bi.svg);
}

.flag-icon-bj {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bj.svg);
}

.flag-icon-bj.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bj.svg);
}

.flag-icon-bl {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bl.svg);
}

.flag-icon-bl.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bl.svg);
}

.flag-icon-bm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bm.svg);
}

.flag-icon-bm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bm.svg);
}

.flag-icon-bn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bn.svg);
}

.flag-icon-bn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bn.svg);
}

.flag-icon-bo {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bo.svg);
}

.flag-icon-bo.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bo.svg);
}

.flag-icon-bq {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bq.svg);
}

.flag-icon-bq.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bq.svg);
}

.flag-icon-br {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/br.svg);
}

.flag-icon-br.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/br.svg);
}

.flag-icon-bs {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bs.svg);
}

.flag-icon-bs.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bs.svg);
}

.flag-icon-bt {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bt.svg);
}

.flag-icon-bt.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bt.svg);
}

.flag-icon-bv {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bv.svg);
}

.flag-icon-bv.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bv.svg);
}

.flag-icon-bw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bw.svg);
}

.flag-icon-bw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bw.svg);
}

.flag-icon-by {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/by.svg);
}

.flag-icon-by.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/by.svg);
}

.flag-icon-bz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/bz.svg);
}

.flag-icon-bz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/bz.svg);
}

.flag-icon-ca {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ca.svg);
}

.flag-icon-ca.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ca.svg);
}

.flag-icon-cc {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cc.svg);
}

.flag-icon-cc.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cc.svg);
}

.flag-icon-cd {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cd.svg);
}

.flag-icon-cd.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cd.svg);
}

.flag-icon-cf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cf.svg);
}

.flag-icon-cf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cf.svg);
}

.flag-icon-cg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cg.svg);
}

.flag-icon-cg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cg.svg);
}

.flag-icon-ch {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ch.svg);
}

.flag-icon-ch.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ch.svg);
}

.flag-icon-ci {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ci.svg);
}

.flag-icon-ci.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ci.svg);
}

.flag-icon-ck {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ck.svg);
}

.flag-icon-ck.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ck.svg);
}

.flag-icon-cl {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cl.svg);
}

.flag-icon-cl.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cl.svg);
}

.flag-icon-cm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cm.svg);
}

.flag-icon-cm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cm.svg);
}

.flag-icon-cn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cn.svg);
}

.flag-icon-cn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cn.svg);
}

.flag-icon-co {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/co.svg);
}

.flag-icon-co.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/co.svg);
}

.flag-icon-cr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cr.svg);
}

.flag-icon-cr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cr.svg);
}

.flag-icon-cu {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cu.svg);
}

.flag-icon-cu.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cu.svg);
}

.flag-icon-cv {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cv.svg);
}

.flag-icon-cv.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cv.svg);
}

.flag-icon-cw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cw.svg);
}

.flag-icon-cw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cw.svg);
}

.flag-icon-cx {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cx.svg);
}

.flag-icon-cx.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cx.svg);
}

.flag-icon-cy {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cy.svg);
}

.flag-icon-cy.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cy.svg);
}

.flag-icon-cz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/cz.svg);
}

.flag-icon-cz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/cz.svg);
}

.flag-icon-de {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/de.svg);
}

.flag-icon-de.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/de.svg);
}

.flag-icon-dj {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/dj.svg);
}

.flag-icon-dj.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/dj.svg);
}

.flag-icon-dk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/dk.svg);
}

.flag-icon-dk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/dk.svg);
}

.flag-icon-dm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/dm.svg);
}

.flag-icon-dm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/dm.svg);
}

.flag-icon-do {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/do.svg);
}

.flag-icon-do.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/do.svg);
}

.flag-icon-dz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/dz.svg);
}

.flag-icon-dz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/dz.svg);
}

.flag-icon-ec {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ec.svg);
}

.flag-icon-ec.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ec.svg);
}

.flag-icon-ee {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ee.svg);
}

.flag-icon-ee.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ee.svg);
}

.flag-icon-eg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/eg.svg);
}

.flag-icon-eg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/eg.svg);
}

.flag-icon-eh {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/eh.svg);
}

.flag-icon-eh.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/eh.svg);
}

.flag-icon-er {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/er.svg);
}

.flag-icon-er.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/er.svg);
}

.flag-icon-es {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/es.svg);
}

.flag-icon-es.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/es.svg);
}

.flag-icon-et {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/et.svg);
}

.flag-icon-et.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/et.svg);
}

.flag-icon-fi {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/fi.svg);
}

.flag-icon-fi.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/fi.svg);
}

.flag-icon-fj {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/fj.svg);
}

.flag-icon-fj.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/fj.svg);
}

.flag-icon-fk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/fk.svg);
}

.flag-icon-fk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/fk.svg);
}

.flag-icon-fm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/fm.svg);
}

.flag-icon-fm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/fm.svg);
}

.flag-icon-fo {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/fo.svg);
}

.flag-icon-fo.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/fo.svg);
}

.flag-icon-fr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/fr.svg);
}

.flag-icon-fr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/fr.svg);
}

.flag-icon-ga {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ga.svg);
}

.flag-icon-ga.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ga.svg);
}

.flag-icon-gb {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gb.svg);
}

.flag-icon-gd {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gd.svg);
}

.flag-icon-gd.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gd.svg);
}

.flag-icon-ge {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ge.svg);
}

.flag-icon-ge.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ge.svg);
}

.flag-icon-gf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gf.svg);
}

.flag-icon-gf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gf.svg);
}

.flag-icon-gg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gg.svg);
}

.flag-icon-gg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gg.svg);
}

.flag-icon-gh {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gh.svg);
}

.flag-icon-gh.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gh.svg);
}

.flag-icon-gi {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gi.svg);
}

.flag-icon-gi.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gi.svg);
}

.flag-icon-gl {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gl.svg);
}

.flag-icon-gl.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gl.svg);
}

.flag-icon-gm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gm.svg);
}

.flag-icon-gm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gm.svg);
}

.flag-icon-gn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gn.svg);
}

.flag-icon-gn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gn.svg);
}

.flag-icon-gp {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gp.svg);
}

.flag-icon-gp.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gp.svg);
}

.flag-icon-gq {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gq.svg);
}

.flag-icon-gq.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gq.svg);
}

.flag-icon-gr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gr.svg);
}

.flag-icon-gr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gr.svg);
}

.flag-icon-gs {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gs.svg);
}

.flag-icon-gs.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gs.svg);
}

.flag-icon-gt {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gt.svg);
}

.flag-icon-gt.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gt.svg);
}

.flag-icon-gu {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gu.svg);
}

.flag-icon-gu.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gu.svg);
}

.flag-icon-gw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gw.svg);
}

.flag-icon-gw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gw.svg);
}

.flag-icon-gy {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/gy.svg);
}

.flag-icon-gy.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/gy.svg);
}

.flag-icon-hk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/hk.svg);
}

.flag-icon-hk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/hk.svg);
}

.flag-icon-hm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/hm.svg);
}

.flag-icon-hm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/hm.svg);
}

.flag-icon-hn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/hn.svg);
}

.flag-icon-hn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/hn.svg);
}

.flag-icon-hr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/hr.svg);
}

.flag-icon-hr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/hr.svg);
}

.flag-icon-ht {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ht.svg);
}

.flag-icon-ht.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ht.svg);
}

.flag-icon-hu {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/hu.svg);
}

.flag-icon-hu.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/hu.svg);
}

.flag-icon-id {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/id.svg);
}

.flag-icon-id.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/id.svg);
}

.flag-icon-ie {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ie.svg);
}

.flag-icon-ie.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ie.svg);
}

.flag-icon-il {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/il.svg);
}

.flag-icon-il.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/il.svg);
}

.flag-icon-im {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/im.svg);
}

.flag-icon-im.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/im.svg);
}

.flag-icon-in {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/in.svg);
}

.flag-icon-in.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/in.svg);
}

.flag-icon-io {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/io.svg);
}

.flag-icon-io.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/io.svg);
}

.flag-icon-iq {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/iq.svg);
}

.flag-icon-iq.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/iq.svg);
}

.flag-icon-ir {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ir.svg);
}

.flag-icon-ir.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ir.svg);
}

.flag-icon-is {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/is.svg);
}

.flag-icon-is.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/is.svg);
}

.flag-icon-it {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/it.svg);
}

.flag-icon-it.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/it.svg);
}

.flag-icon-je {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/je.svg);
}

.flag-icon-je.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/je.svg);
}

.flag-icon-jm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/jm.svg);
}

.flag-icon-jm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/jm.svg);
}

.flag-icon-jo {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/jo.svg);
}

.flag-icon-jo.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/jo.svg);
}

.flag-icon-jp {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/jp.svg);
}

.flag-icon-jp.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/jp.svg);
}

.flag-icon-ke {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ke.svg);
}

.flag-icon-ke.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ke.svg);
}

.flag-icon-kg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/kg.svg);
}

.flag-icon-kg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/kg.svg);
}

.flag-icon-kh {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/kh.svg);
}

.flag-icon-kh.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/kh.svg);
}

.flag-icon-ki {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ki.svg);
}

.flag-icon-ki.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ki.svg);
}

.flag-icon-km {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/km.svg);
}

.flag-icon-km.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/km.svg);
}

.flag-icon-kn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/kn.svg);
}

.flag-icon-kn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/kn.svg);
}

.flag-icon-kp {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/kp.svg);
}

.flag-icon-kp.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/kp.svg);
}

.flag-icon-kr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/kr.svg);
}

.flag-icon-kr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/kr.svg);
}

.flag-icon-kw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/kw.svg);
}

.flag-icon-kw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/kw.svg);
}

.flag-icon-ky {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ky.svg);
}

.flag-icon-ky.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ky.svg);
}

.flag-icon-kz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/kz.svg);
}

.flag-icon-kz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/kz.svg);
}

.flag-icon-la {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/la.svg);
}

.flag-icon-la.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/la.svg);
}

.flag-icon-lb {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/lb.svg);
}

.flag-icon-lb.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/lb.svg);
}

.flag-icon-lc {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/lc.svg);
}

.flag-icon-lc.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/lc.svg);
}

.flag-icon-li {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/li.svg);
}

.flag-icon-li.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/li.svg);
}

.flag-icon-lk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/lk.svg);
}

.flag-icon-lk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/lk.svg);
}

.flag-icon-lr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/lr.svg);
}

.flag-icon-lr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/lr.svg);
}

.flag-icon-ls {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ls.svg);
}

.flag-icon-ls.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ls.svg);
}

.flag-icon-lt {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/lt.svg);
}

.flag-icon-lt.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/lt.svg);
}

.flag-icon-lu {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/lu.svg);
}

.flag-icon-lu.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/lu.svg);
}

.flag-icon-lv {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/lv.svg);
}

.flag-icon-lv.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/lv.svg);
}

.flag-icon-ly {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ly.svg);
}

.flag-icon-ly.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ly.svg);
}

.flag-icon-ma {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ma.svg);
}

.flag-icon-ma.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ma.svg);
}

.flag-icon-mc {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mc.svg);
}

.flag-icon-mc.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mc.svg);
}

.flag-icon-md {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/md.svg);
}

.flag-icon-md.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/md.svg);
}

.flag-icon-me {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/me.svg);
}

.flag-icon-me.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/me.svg);
}

.flag-icon-mf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mf.svg);
}

.flag-icon-mf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mf.svg);
}

.flag-icon-mg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mg.svg);
}

.flag-icon-mg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mg.svg);
}

.flag-icon-mh {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mh.svg);
}

.flag-icon-mh.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mh.svg);
}

.flag-icon-mk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mk.svg);
}

.flag-icon-mk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mk.svg);
}

.flag-icon-ml {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ml.svg);
}

.flag-icon-ml.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ml.svg);
}

.flag-icon-mm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mm.svg);
}

.flag-icon-mm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mm.svg);
}

.flag-icon-mn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mn.svg);
}

.flag-icon-mn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mn.svg);
}

.flag-icon-mo {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mo.svg);
}

.flag-icon-mo.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mo.svg);
}

.flag-icon-mp {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mp.svg);
}

.flag-icon-mp.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mp.svg);
}

.flag-icon-mq {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mq.svg);
}

.flag-icon-mq.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mq.svg);
}

.flag-icon-mr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mr.svg);
}

.flag-icon-mr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mr.svg);
}

.flag-icon-ms {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ms.svg);
}

.flag-icon-ms.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ms.svg);
}

.flag-icon-mt {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mt.svg);
}

.flag-icon-mt.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mt.svg);
}

.flag-icon-mu {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mu.svg);
}

.flag-icon-mu.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mu.svg);
}

.flag-icon-mv {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mv.svg);
}

.flag-icon-mv.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mv.svg);
}

.flag-icon-mw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mw.svg);
}

.flag-icon-mw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mw.svg);
}

.flag-icon-mx {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mx.svg);
}

.flag-icon-mx.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mx.svg);
}

.flag-icon-my {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/my.svg);
}

.flag-icon-my.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/my.svg);
}

.flag-icon-mz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/mz.svg);
}

.flag-icon-mz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/mz.svg);
}

.flag-icon-na {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/na.svg);
}

.flag-icon-na.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/na.svg);
}

.flag-icon-nc {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/nc.svg);
}

.flag-icon-nc.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/nc.svg);
}

.flag-icon-ne {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ne.svg);
}

.flag-icon-ne.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ne.svg);
}

.flag-icon-nf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/nf.svg);
}

.flag-icon-nf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/nf.svg);
}

.flag-icon-ng {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ng.svg);
}

.flag-icon-ng.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ng.svg);
}

.flag-icon-ni {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ni.svg);
}

.flag-icon-ni.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ni.svg);
}

.flag-icon-nl {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/nl.svg);
}

.flag-icon-nl.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/nl.svg);
}

.flag-icon-no {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/no.svg);
}

.flag-icon-no.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/no.svg);
}

.flag-icon-np {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/np.svg);
}

.flag-icon-np.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/np.svg);
}

.flag-icon-nr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/nr.svg);
}

.flag-icon-nr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/nr.svg);
}

.flag-icon-nu {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/nu.svg);
}

.flag-icon-nu.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/nu.svg);
}

.flag-icon-nz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/nz.svg);
}

.flag-icon-nz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/nz.svg);
}

.flag-icon-om {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/om.svg);
}

.flag-icon-om.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/om.svg);
}

.flag-icon-pa {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pa.svg);
}

.flag-icon-pa.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pa.svg);
}

.flag-icon-pe {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pe.svg);
}

.flag-icon-pe.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pe.svg);
}

.flag-icon-pf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pf.svg);
}

.flag-icon-pf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pf.svg);
}

.flag-icon-pg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pg.svg);
}

.flag-icon-pg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pg.svg);
}

.flag-icon-ph {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ph.svg);
}

.flag-icon-ph.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ph.svg);
}

.flag-icon-pk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pk.svg);
}

.flag-icon-pk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pk.svg);
}

.flag-icon-pl {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pl.svg);
}

.flag-icon-pl.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pl.svg);
}

.flag-icon-pm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pm.svg);
}

.flag-icon-pm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pm.svg);
}

.flag-icon-pn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pn.svg);
}

.flag-icon-pn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pn.svg);
}

.flag-icon-pr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pr.svg);
}

.flag-icon-pr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pr.svg);
}

.flag-icon-ps {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ps.svg);
}

.flag-icon-ps.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ps.svg);
}

.flag-icon-pt {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pt.svg);
}

.flag-icon-pt.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pt.svg);
}

.flag-icon-pw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/pw.svg);
}

.flag-icon-pw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/pw.svg);
}

.flag-icon-py {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/py.svg);
}

.flag-icon-py.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/py.svg);
}

.flag-icon-qa {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/qa.svg);
}

.flag-icon-qa.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/qa.svg);
}

.flag-icon-re {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/re.svg);
}

.flag-icon-re.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/re.svg);
}

.flag-icon-ro {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ro.svg);
}

.flag-icon-ro.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ro.svg);
}

.flag-icon-rs {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/rs.svg);
}

.flag-icon-rs.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/rs.svg);
}

.flag-icon-ru {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ru.svg);
}

.flag-icon-ru.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ru.svg);
}

.flag-icon-rw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/rw.svg);
}

.flag-icon-rw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/rw.svg);
}

.flag-icon-sa {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sa.svg);
}

.flag-icon-sa.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sa.svg);
}

.flag-icon-sb {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sb.svg);
}

.flag-icon-sb.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sb.svg);
}

.flag-icon-sc {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sc.svg);
}

.flag-icon-sc.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sc.svg);
}

.flag-icon-sd {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sd.svg);
}

.flag-icon-sd.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sd.svg);
}

.flag-icon-se {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/se.svg);
}

.flag-icon-se.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/se.svg);
}

.flag-icon-sg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sg.svg);
}

.flag-icon-sg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sg.svg);
}

.flag-icon-sh {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sh.svg);
}

.flag-icon-sh.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sh.svg);
}

.flag-icon-si {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/si.svg);
}

.flag-icon-si.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/si.svg);
}

.flag-icon-sj {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sj.svg);
}

.flag-icon-sj.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sj.svg);
}

.flag-icon-sk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sk.svg);
}

.flag-icon-sk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sk.svg);
}

.flag-icon-sl {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sl.svg);
}

.flag-icon-sl.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sl.svg);
}

.flag-icon-sm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sm.svg);
}

.flag-icon-sm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sm.svg);
}

.flag-icon-sn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sn.svg);
}

.flag-icon-sn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sn.svg);
}

.flag-icon-so {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/so.svg);
}

.flag-icon-so.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/so.svg);
}

.flag-icon-sr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sr.svg);
}

.flag-icon-sr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sr.svg);
}

.flag-icon-ss {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ss.svg);
}

.flag-icon-ss.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ss.svg);
}

.flag-icon-st {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/st.svg);
}

.flag-icon-st.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/st.svg);
}

.flag-icon-sv {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sv.svg);
}

.flag-icon-sv.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sv.svg);
}

.flag-icon-sx {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sx.svg);
}

.flag-icon-sx.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sx.svg);
}

.flag-icon-sy {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sy.svg);
}

.flag-icon-sy.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sy.svg);
}

.flag-icon-sz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/sz.svg);
}

.flag-icon-sz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/sz.svg);
}

.flag-icon-tc {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tc.svg);
}

.flag-icon-tc.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tc.svg);
}

.flag-icon-td {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/td.svg);
}

.flag-icon-td.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/td.svg);
}

.flag-icon-tf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tf.svg);
}

.flag-icon-tf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tf.svg);
}

.flag-icon-tg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tg.svg);
}

.flag-icon-tg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tg.svg);
}

.flag-icon-th {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/th.svg);
}

.flag-icon-th.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/th.svg);
}

.flag-icon-tj {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tj.svg);
}

.flag-icon-tj.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tj.svg);
}

.flag-icon-tk {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tk.svg);
}

.flag-icon-tk.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tk.svg);
}

.flag-icon-tl {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tl.svg);
}

.flag-icon-tl.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tl.svg);
}

.flag-icon-tm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tm.svg);
}

.flag-icon-tm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tm.svg);
}

.flag-icon-tn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tn.svg);
}

.flag-icon-tn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tn.svg);
}

.flag-icon-to {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/to.svg);
}

.flag-icon-to.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/to.svg);
}

.flag-icon-tr {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tr.svg);
}

.flag-icon-tr.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tr.svg);
}

.flag-icon-tt {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tt.svg);
}

.flag-icon-tt.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tt.svg);
}

.flag-icon-tv {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tv.svg);
}

.flag-icon-tv.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tv.svg);
}

.flag-icon-tw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tw.svg);
}

.flag-icon-tw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tw.svg);
}

.flag-icon-tz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/tz.svg);
}

.flag-icon-tz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/tz.svg);
}

.flag-icon-ua {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ua.svg);
}

.flag-icon-ua.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ua.svg);
}

.flag-icon-ug {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ug.svg);
}

.flag-icon-ug.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ug.svg);
}

.flag-icon-um {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/um.svg);
}

.flag-icon-um.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/um.svg);
}

.flag-icon-us {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/us.svg);
}

.flag-icon-us.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/us.svg);
}

.flag-icon-uy {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/uy.svg);
}

.flag-icon-uy.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/uy.svg);
}

.flag-icon-uz {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/uz.svg);
}

.flag-icon-uz.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/uz.svg);
}

.flag-icon-va {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/va.svg);
}

.flag-icon-va.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/va.svg);
}

.flag-icon-vc {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/vc.svg);
}

.flag-icon-vc.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/vc.svg);
}

.flag-icon-ve {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ve.svg);
}

.flag-icon-ve.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ve.svg);
}

.flag-icon-vg {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/vg.svg);
}

.flag-icon-vg.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/vg.svg);
}

.flag-icon-vi {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/vi.svg);
}

.flag-icon-vi.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/vi.svg);
}

.flag-icon-vn {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/vn.svg);
}

.flag-icon-vn.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/vn.svg);
}

.flag-icon-vu {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/vu.svg);
}

.flag-icon-vu.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/vu.svg);
}

.flag-icon-wf {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/wf.svg);
}

.flag-icon-wf.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/wf.svg);
}

.flag-icon-ws {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ws.svg);
}

.flag-icon-ws.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ws.svg);
}

.flag-icon-ye {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/ye.svg);
}

.flag-icon-ye.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/ye.svg);
}

.flag-icon-yt {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/yt.svg);
}

.flag-icon-yt.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/yt.svg);
}

.flag-icon-za {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/za.svg);
}

.flag-icon-za.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/za.svg);
}

.flag-icon-zm {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/zm.svg);
}

.flag-icon-zm.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/zm.svg);
}

.flag-icon-zw {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/4x3/zw.svg);
}

.flag-icon-zw.flag-icon-squared {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/flags/1x1/zw.svg);
}

a {
	color: #00b9b9;
	font-size: 18px;
}

a:hover {
	color: #000!important;
	text-decoration: underline;
}

h1 {
	color: #2d2d2d;
	font-size: 25px;
	font-weight: medium;
}

h2 {
	color: #57585b;
	font-size: 21px;
	font-weight: 400;
}

h3 {
	color: #57585b;
	font-size: 18px;
	text-transform: uppercase;
}

h4 {
	color: #7e7d7d;
	font-size: 18px;
	font-weight: none;
}

h4, h5, h6 {
	color: #49a234;
	font-size: 18px;
	text-transform: uppercase;
}

p {
	color: #57585b;
	font-size: 18px;
}

.large-link {
	font-size: 21px;
}

.small-text {
	font-size: 75%;
}

.intro-text {
	color: #029ada;
	font-size: 20px;
	font-weight: 400;
}

figure {
	margin-bottom: 15px;
	max-width: 100%;
}

figcaption {
	background-color: #f0f0f0;
	color: #57585b;
	font-size: 18px;
	padding: 20px 15px 20px 15px;
	text-align: left;
	width: 100%;
}

figure.pull-right {
	margin-left: 20px;
}

figure.pull-left {
	margin-right: 20px;
}

figure br {
	display: none;
}

.well {
	background-color: #f1f1f1;
	border: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	clear: both;
	color: #57585b;
	font-size: 18px;
}

.well-clear {
	background-color: #fff;
	border: 2px solid #f1f1f1;
	clear: both;
	padding: 19px;
}

.well-green {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	clear: both;
	color: #49a234;
	font-size: 25px;
	padding: 10px 20px 10px 20px;
}

ul.list-tick, ul.list-arrow {
	list-style: none;
	margin-left: 15px!important;
	padding: 0;
}

ul.list-tick li {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/list-tick.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

ul.list-tick li, ul.list-arrow li, ol li, ul li, td {
	color: #57585b;
	font-size: 18px;
}

ul.list-arrow li {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/list-arrow.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.read-more {
	color: #999;
	display: inline-block;
	font-size: 18px;
	padding-right: 14px;
}

blockquote {
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blockquote-left.png);
	background-position: middle left;
	background-repeat: no-repeat;
	border-left: 0!important;
	color: #57585b;
	margin: 5px;
	padding-bottom: 18px;
	padding-left: 55px;
	padding-right: 20px;
	padding-top: 0;
}

blockquote p {
	font-size: 25px;
}

blockquote.pull-right {
	background-position: 8px 1px;
	border-right: 0;
	padding-left: 64px;
	padding-right: 0;
	text-align: left;
	width: 45%;
}

blockquote.pull-left {
	border-right: 0;
	margin-right: 5%;
	padding-right: 0;
	text-align: left;
	width: 45%;
}

p .btn {
	margin-bottom: 5px;
}

.btn {
	border: 0;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	min-width: 195px;
	padding: 9px;
	text-align: left;
	text-transform: uppercase;
}

.btn:focus, .btn:hover {
	color: #fff!important;
}

.btn-success:hover {
	background-color: #42922f;
}

.btn-info:hover {
	background-color: #008bc5;
}

.btn-warning:hover {
	background-color: #dd7525;
}

.btn-danger:hover {
	background-color: #d72b3c;
}

.btn-primary:hover {
	background-color: #5b5c5f;
	color: #fff;
}

.btn-primary:focus, .btn-primary:active {
	background-color: #656669!important;
}

.btn-yellow {
	background: #fec232;
	color: #fff;
}

.btn-yellow:hover {
	background-color: #e5ae2d;
	color: #fff;
}

@media screen and (max-width:1199px) {
	blockquote.pull-right, blockquote.pull-left {
		width: 100%;
	}

.image-box.pull-right {
		margin-left: 0;
	}

.image-box.pull-left {
		margin-right: 0;
	}
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	ul.list-tick li {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/list-tick@2x.png);
		background-size: 16px 12px;
	}

ul.list-arrow li {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/list-arrow@2x.png);
		background-size: 15px 13px;
	}

.read-more {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/grey-arrow@2x.png);
		background-size: 7px 8px;
	}

.read-more:hover {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow@2x.png);
		background-size: 7px 8px;
	}

blockquote {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blockquote-left@2x.png);
		background-size: 33px 28px;
	}

blockquote.right {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blockquote-right@2x.png);
		background-size: 33px 28px;
	}
}

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

@media screen and (max-width:1199px) {
	.profile-filter-box {
		padding-top: 1px;
	}

.menu-block-wrapper.collapse, #filter-search.collapse {
		display: none;
	}

.menu-block-wrapper.collapse.in, #filter-search.collapse.in {
		display: block;
	}

.left-column {
		margin-bottom: 35px;
		min-height: 30px!important;
	}

.hero-banner {
		height: 362px;
	}

.messages.error, .region-home-newsletter, .region-home-newsletter .content .newsletter-button, .global-news, .global-news .global-news-wrap .global-news-subtext, .global-news .global-news-wrap .global-news-title, .global-news .global-news-wrap {
		width: 100%;
	}

#footer-menu {
		float: none;
	}

.region-home-newsletter input[type=text], .region-home-newsletter input[type=email] {
		width: 304px!important;
	}

.region-home-newsletter input[type=submit] {
		background-position: 95% 14px;
	}

.header-box.top-border-3 {
		margin-bottom: 0;
	}

.footer-box h3 {
		max-height: 47px;
	}

.header-box {
		margin-bottom: 30px;
		min-height: 160px;
		position: relative;
	}

.header-box .box-title, .header-box .text, .header-box .read-more {
		margin-left: 324px;
		padding-left: 15px;
		position: initial;
	}

/*
.header-box .text {
		height: auto!important;
		margin-top: 6px;
	}
*/

.header-box .box-title {
		border-bottom: 1px solid #ccc;
		color: #000;
		font-size: 18px;
		line-height: 45px;
		margin-bottom: 0;
		margin-right: 0;
		margin-top: 0;
		max-height: 43px;
		overflow: hidden;
		padding: 0 15px;
	}

.header-box img {
		height: 155px;
		left: 0;
		position: absolute;
		top: 0;
	}

.sub-menu {
		width: 400px!important;
	}

.sub-items li {
		border-bottom: 1px solid #ccc;
		border-top: none;
	}

.sub-items li:first-child {
		border-bottom: 1px solid #ccc;
	}

.column-count-2 li:last-child {
		border: none;
	}

.hero-banner div {
		font-size: 20px;
		line-height: 26px;
		padding-left: 77px;
		padding-top: 60px;
	}
}

@media (min-width:1199px) {
	.container {
		width: 1200px;
	}
}

@media (max-width:1199px) {
	#block-webform-client-block-84 input {
		width: 100%;
	}

#header-right-menu-wrap {
		display: none;
	}

#header-right-menu-wrap #header-right-menu {
		position: absolute;
		right: 15px;
		top: 44px;
		z-index: 999;
	}

#header-right-menu-wrap #header-right-menu li {
		background-color: #3f9c35;
		display: block;
		padding-left: 24px;
		width: 180px;
	}

#header-right-menu-wrap #header-right-menu li a {
		display: block;
	}

#header-right-menu-wrap #header-right-menu li:hover {
		background-color: #3b822a;
	}

.sub-menu {
		width: 749px;
	}

.region-home-newsletter .content .newsletter-text > p {
		padding-top: 0;
	}

.region-home-newsletter .content input[type=text], .region-home-newsletter .content input[type=email] {
		width: 254px;
	}

.region-home-newsletter .content input[type=submit] {
		background-position: 95% 14px;
	}

.region-home-newsletter .content .mc-field-group {
		margin-left: 19px;
		padding-bottom: 13px;
		width: 292px;
	}

.header-regions li {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/grey-arrow.png);
		background-position: 133px 13px;
		background-repeat: no-repeat;
		background-size: 8px 7px;
		border-right: 2px solid #828282;
		height: 33px;
		line-height: 33px;
		padding-left: 0;
		text-align: left;
		width: 154px;
	}

.header-right-menu-button {
		padding-top: 14px;
		position: absolute;
		right: 20px;
	}

.header-right-menu-button .icon-bar {
		background-color: #fff;
		height: 3px;
		width: 25px;
	}
}

@media screen and (max-width:1199px) {
	body {
		margin-top: 0;
	}

.profile-filter-box .views-exposed-widgets {
		padding-bottom: 20px;
	}

.profile-filter-box .form-select, .profile-filter-box #edit-search-api-views-fulltext {
		width: 100%!important;
	}

.profile-filter-box #facetapi_select_facet_form_2, .profile-filter-box #facetapi_select_facet_form_1 {
		width: 100%!important;
	}

.profile-filter-box .block-facetapi, .profile-filter-box .block-views {
		float: none;
		width: 100%;
	}

.fixed-mobile-header {
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1030;
	}

#mobile-sub-menu {
		margin-top: -1px;
	}

.error-page-wrap img {
		float: none!important;
		margin: 0 auto;
	}

.error-align {
		text-align: center;
	}

.sub-menu {
		width: 100%!important;
	}

#header-right-menu-wrap {
		display: block!important;
	}

#header-right-menu-wrap #header-right-menu {
		position: relative!important;
		right: 0;
		top: 0;
	}

#header-right-menu-wrap #header-right-menu li {
		width: 100%;
	}

#header-right-menu-wrap #header-right-menu li a {
		padding-left: 0;
	}

.search-wrap-mobile {
		background-color: #00b9b9;
		height: 44px;
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 10px;
		padding-top: 7px;
	}

.search-wrap-mobile input[type=text] {
		background-color: transparent;
		border: none;
		box-shadow: none;
		color: #fff;
		font-size: 18px;
		margin-left: 12px;
		width: 87%;
	}

.search-wrap-mobile input::-webkit-input-placeholder {
		color: #fff;
	}

.search-wrap-mobile input:-moz-placeholder {
		color: #fff;
	}

.search-wrap-mobile input::-moz-placeholder {
		color: #fff;
	}

.search-wrap-mobile input:-ms-input-placeholder {
		color: #fff;
	}

.search-wrap-mobile #search-icon-mobile {
		background-color: transparent!important;
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/search-icon-white.png);
		background-repeat: no-repeat;
		border: 0;
		float: right;
		height: 18px;
		margin-right: 8px;
		margin-top: 7px;
		outline: 0;
		vertical-align: middle;
		width: 18px;
	}

.search-wrap-mobile input {
		display: inline;
	}

.hero-banner {
		background-position: center top;
		height: 336px;
		position: relative;
	}

.hero-banner div {
		background-color: rgba(0,154,218,.5);
		bottom: 0;
		font-size: 20px;
		padding: 15px;
		position: absolute;
		width: 100%;
	}

.local-region {
		padding-right: 10px;
	}

.region-header-regions {
		float: none;
		padding-right: 0!important;
	}

.mobile-language-header {
		color: #707175;
		float: left;
		font-size: 19px;
		margin-left: 10px;
	}

.mobile-sub-button {
		margin-top: -26px;
	}

.region-header-language {
		float: left!important;
		padding-right: 20px;
	}

.mobile-region-drop {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/grey-arrow-down.png);
		background-position: 29px 32px;
		background-repeat: no-repeat;
		background-size: 8px 7px;
		height: 42px;
		line-height: 0;
		padding-right: 5px;
		padding-top: 25px;
	}

#search-icon-one {
		margin-top: 25px;
	}

.region-home-three {
		margin-top: 0;
	}

.messages.error, .region-home-newsletter, .region-home-newsletter .content .newsletter-button, .global-news, .global-news .global-news-wrap .global-news-subtext, .global-news .global-news-wrap .global-news-title, .global-news .global-news-wrap {
		width: 100%;
	}

.region-header-search {
		margin-right: 20px;
	}

#footer-menu {
		float: none;
	}


.region-home-newsletter {
		height: 348px;
	}

.region-home-newsletter input[type=text] {
		width: 304px;
	}

.region-home-newsletter .mc-field-group {
		padding-bottom: 22px;
	}

.region-home-newsletter .newsletter-button {
		background-position: 300px 14px;
	}

.header-box.top-border-3 {
		margin-bottom: 20px;
	}

.header-box {
		margin-bottom: 20px;
		min-height: 30px;
		position: relative;
	}

.header-box .text, .header-box .read-more {
		margin-left: 20px;
		margin-left: 0;
	}

.header-box .box-title {
		border: none;
		color: #000;
		min-height: 48px;
		line-height: 42px;
		margin-left: 0;
		overflow: hidden;
		padding: 0 15px;
	}

.header-box img {
		height: auto;
		position: relative;
	}

.footer-box {
		height: auto;
		margin-bottom: 20px;
	}

.footer-box .read-more {
		position: relative;
	}

.footer-box h3 {
		font-size: 25px;
		max-height: 80px;
	}

.profile-social {
		float: left!important;
		margin-top: 5px;
	}

.profile-social img {
		margin-left: 0;
		margin-right: 3px;
		width: 20%;
	}

.global-news {
		background-image: none!important;
		box-shadow: none!important;
		height: auto;
		margin-bottom: 30px;
		min-height: 119px;
	}

.global-banner-link:hover {
		text-decoration: none;
	}

.global-news-wrap {
		position: relative!important;
	}

.global-news-banner, .newsletter-box {
		padding: 0;
	}

.region-home-newsletter {
		height: 348px;
	}

.region-home-newsletter .mc-field-group {
		margin-left: 0!important;
		padding: 0 20px;
		width: 100%!important;
	}

.region-home-newsletter input[type=text], .region-home-newsletter input[type=email] {
		width: 100%!important;
	}

.region-home-newsletter input[type=submit] {
		background-position: 95% 14px!important;
	}

.view-content > div {
		padding: 0 0 10px 0;
	}

.region-home-four {
		margin-top: 30px;
	}

.copy-text {
		margin-bottom: 20px;
		text-align: center;
	}

#footer-menu {
                margin: 20px 0!important;
		text-align: center;
	}

.remove-padding {
		margin: 0;
		padding: 0;
	}

.left-column {
		margin-bottom: 30px;
		min-height: auto!important;
	}

input {
		width: 100%;
	}

.event-row {
		padding-bottom: 20px!important;
		padding-top: 20px!important;
	}

.bottom-padding {
		margin-bottom: 0!important;
	}

.collapse {
		display: none;
	}

.mobile-sub-menu {
		background-color: #e6e6e6;
		border-bottom: solid 1px #ccc;
		padding: 15px 15px;
	}

.mobile-languages {
		color: #707175;
		padding-bottom: 10px;
		padding-left: 20px;
	}

.mobile-worldwide select {
		width: 100%!important;
	}

#menu-wrap {
		min-height: auto;
		position: absolute;
		width: 100%;
	}

#menu-wrap .column-count-2 > ul > li:last-child {
		border-bottom: none!important;
	}

#menu-wrap .main-menu {
		width: 100%;
	}

#menu-wrap .main-menu .additional-item.open, #menu-wrap .main-menu .open-sub {
		background-color: #3b822a!important;
	}

#menu-wrap .main-menu .additional-item.open > a, #menu-wrap .main-menu .open-sub > a {
		color: #fff!important;
	}

#menu-wrap .main-menu .additional-item.open .open-sub {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-cross.png)!important;
	}

#menu-wrap .main-menu .additional-item .sub-menu {
		position: relative;
		top: 0;
	}

#menu-wrap .main-menu .additional-item .sub-menu .sub-items li {
		border-bottom: 1px solid #ccc;
		border-top: none;
	}

#menu-wrap .main-menu .first-item > ul {
		box-shadow: none;
		position: relative;
	}

#menu-wrap .main-menu .first-item > ul li {
		width: 100%;
	}

#menu-wrap .main-menu .first-item > ul .sub-menu {
		left: 0;
		position: relative;
	}

#menu-wrap .main-menu .first-item > ul .sub-menu .sub-items li {
		border-bottom: 1px solid #ccc;
		border-top: none;
	}

#menu-wrap .main-menu li {
		background-position: 95% 19px;
		float: none;
	}

#menu-wrap .main-menu li .sub-menu {
		width: 100%;
	}

#menu-wrap .main-menu .first-item.open, #menu-wrap .main-menu .additional-item.open, #menu-wrap .main-menu .open-sub {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/white-cross.png);
	}

.pull-menu {
		z-index: 999;
	}

.header-line-height {
		line-height: 67px;
	}

#edit-search-api-views-fulltext {
		width: 100%;
	}
}

@media screen and (max-width:1199px),(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.mobile-region-drop {
		background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/grey-arrow-down@2x.png)!important;
	}
}

@media screen and (max-width:1199px) {
	body {
		overflow: hidden;
	}

img {
		width: 100%;
	}

.hero-banner {
		background-size: cover;
		margin-bottom: 16px;
	}

#menu-wrap #header-right-menu li {
		float: none!important;
		padding-left: 0!important;
	}

.main-menu .sub-menu {
		max-width: 100%!important;
	}

footer img {
		max-width: 450px!important;
	}
}

.news-img-wrap .outer {
	margin: 3px;
}

/* Angepasst 25.05.2018 */
/*@media (min-width:1199px){body .region.region-home-three .col-lg-3,body .region.region-home-three .row{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}body .region.region-home-three .col-lg-3 .header-box-link{max-width:100%;width:100%}body .region.region-home-three .col-lg-3 .header-box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:auto;height:100%}body .region.region-home-three .header-box .read-more{position:relative!important;-webkit-align-self:flex-start;-ms-align-self:flex-start;align-self:flex-start}body .region.region-home-three .header-box img{max-height:130px}body .region.region-home-three .col-lg-3 .header-box .text.text-size-3{height:auto!important;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}}*/
/*Anpassungen28.05.18*/
.region.region-home-three .header-box-link {
	min-height: 350px;
}

/* Everscreen */
.dark-teal {
    background: #00323C;
}

header .dark-teal {
    height: 50px;
}

header {
    position: relative;
}

header .row,
header .row > div {
    position: static;
}

.open > ul {
    display: flex;
}

footer .firstsection {
    background: #00323c;
}

footer .firstsection h4 {
    color: #FFF;
}

footer .firstsection .footer-links a {
    color: #08bbbb;
}

footer .footer-legal {
    background: #00323c;
}

footer .footer-legal .list-inline > li {
    padding: 0 15px;
}

footer .footer-legal .list-inline > li:first-child {
    padding-left: 0;
}

footer .footer-legal .list-inline > li:last-child {
    padding-right: 0;
}

.header-box img + .box-title {
    display: none;
}

.flexslider {
    border: 0;
    margin: 0;
    background: none;
}

.flexslider .caption-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.flexslider .caption-title {
    font-size: 18px;
    color: #FFF
}

.flexslider .caption-body h1,
.flexslider .caption-body h2 {
    font-weight: bold;
    font-size: 44px;
    color: #FFF;
}

.flexslider .caption-body h3 {
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
}

.flexslider .caption-body h4 {
    font-weight: bold;
    font-size: 25px;
    color: #FFF;
}

.flexslider .caption-body h5 {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
}

.flexslider .caption-body p {
    font-weight: bold;
    font-size: 30px;
    color: #FFF
}

.flexslider .caption-link a {
    background: #08bbbb;
    padding: 0 15px;
    color: #00323c;
    line-height: 50px;
    display: inline-block;
    min-width: 242px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
}

.flexslider .caption-link:hover a {
    color: #FFF !important;
    text-decoration: none;
}

/*
.flexslider .flex-control-nav {
    display: none;
}
*/

.flexslider .flex-control-nav {
    bottom: 40px;
}


.flexslider .flex-control-nav ol {
    padding: 0;
    margin: 0 -15px !important;
}

.flexslider .flex-control-nav li {
    color: #FFF;
    margin: 0;
    padding: 0 15px;
}

.flexslider .flex-control-nav li a {
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    cursor: pointer;
    width: auto;
    height: auto;
    background: none;
    text-indent: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 0;
}

.flexslider .flex-control-nav li a h2 {
    font-size: 25px;
    margin: 0 0 10px;
}

.flexslider .flex-control-nav li a:hover,
.flexslider .flex-control-nav li:hover a {
    text-decoration: none !important;
}


.flexslider .flex-direction-nav a {
    opacity: 1 !important;
    z-index: 10;
    text-shadow: none;
    background: #FFF;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.flexslider .flex-direction-nav a:before {
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
}

.flexslider .flex-prev {
    left: 30px !important;
}

.flexslider .flex-next {
    right: 30px !important;
}

.flexslider .slidercontent {
    position: relative;
}

/* Everscreen Aussehen neu */
.frame-background, .frame-grey, .frame-news, .frame-news-bg, .frame-news-card, .frame-teal, .frame-white, .frame-dark {
    margin: 0 -100%;
    padding: 45px 0;
}

.frame-background h1, .frame-grey h1, .frame-news h1, .frame-news-bg h1, .frame-news-card h1, .frame-teal h1, .frame-white h1, .frame-dark h1,
.frame-background h2, .frame-grey h2, .frame-news h2, .frame-news-bg h2, .frame-news-card h2, .frame-news-bg h1, .frame-teal h2, .frame-white h2, .frame-dark h2 {
    margin: 0 0 15px !important;
    font-weight: bold;
    font-size: 44px !important;
    max-height: none;
    text-transform: none;
}

.frame-background h3, .frame-grey h3, .frame-news h3, .frame-news-bg h3, .frame-news-card h3, .frame-teal h3, .frame-white h3, .frame-dark h3 {
    margin: 0 0 15px !important;
    font-weight: bold;
    font-size: 30px !important;
    max-height: none;
    text-transform: none;
}

.frame-background h4, .frame-grey h4, .frame-news h4, .frame-news-bg h4, .frame-news-card h4, .frame-teal h4, .frame-white h4, .frame-dark h4 {
    margin: 0 0 15px !important;
    font-weight: bold;
    font-size: 25px !important;
    max-height: none;
    text-transform: none;
}

.frame-background h5, .frame-grey h5, .frame-news h5, .frame-news-bg h5, .frame-news-card h5, .frame-teal h5, .frame-white h5, .frame-dark h5 {
    margin: 0 0 15px !important;
    font-weight: bold;
    font-size: 18px !important;
    max-height: none;
    text-transform: none;
}

.frame-background h1, .frame-background h2, .frame-background h3, .frame-background h4, .frame-background h5 {
    color: #FFF;
}

.frame-grey h1, .frame-grey h2, .frame-grey h3, .frame-grey h4, .frame-grey h5,
.frame-news h1, .frame-news h2, .frame-news h3, .frame-news h4, .frame-news h5,
.frame-news-bg h1, .frame-news-bg h2, .frame-news-bg h3, .frame-news-bg h4, .frame-news-bg h5,
.frame-news-card h1, .frame-news-card h2, .frame-news-card h3, .frame-news-card h4, .frame-news-card h5,
.frame-teal h1, .frame-teal h2, .frame-teal h3, .frame-teal h4, .frame-teal h5,
.frame-white h1, .frame-white h2, .frame-white h3, .frame-white h4, .frame-white h5,
.frame-dark h1, .frame-dark h2, .frame-dark h3, .frame-dark h4, .frame-dark h5 {
     color: #00323c;
}

.frame-background {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/bg_service.jpg) top center no-repeat ;
    background-size: cover;
}

.frame-news,
.frame-news-card {
    background: #FFF;
}

.frame-news-bg {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/bg_aktuelles.jpg) top center no-repeat;
    background-size: cover;
}

.frame-teal {
    background: #08bbbb;
}

.frame-white {
    background: #ffffff;
}

.frame-dark {
    background: #ffffff;
}

.frame-white + .frame-dark,
.frame-white + .frame-white,
.frame-white + .frame-news,
.frame-white + .frame-news-card,
.frame-dark + .frame-dark,
.frame-dark + .frame-white,
.frame-dark + .frame-news,
.frame-dark + .frame-news-card {
    padding-top:  0;
    margin-top: -30px;
}

.frame-background p {
    color: #FFF;
}

.frame-grey p, .frame-news p, .frame-news-bg p, .frame-news-card p, .frame-teal p, .frame-white p, .frame-dark p {
    color: #00323c;
}

.frame-grey ul, .frame-news ul, .frame-news-bg ul, .frame-news-card ul,.frame-teal ul, .frame-white ul, .frame-dark ul,
.frame-grey ul li, .frame-news ul li, .frame-news-bg ul li, .frame-news-card ul li, .frame-teal ul li, .frame-white ul li, .frame-dark ul li {
    color: #00323c;
    font-size: 18px;
}

.frame-background .btn,
.frame-grey .btn,
.frame-white .btn,
.frame-dark .btn {
    text-transform: none;
    background: #08bbbb;
    text-align: center;
    width: 100%;
    color: #00323C;
}

.frame-background .btn {
    padding: 0;
    line-height: 50px;
}

.frame-background .btn:hover,
.frame-grey .btn:hover,
.frame-dark .btn:hover,
.frame-white .btn:hover {
    color: #FFF !important;
}

.frame-teal .btn {
  background: #FFF;
  color: #00323d;
  text-align: center;
  text-transform: none;
}

.frame-teal .btn:hover {
    color: #08bbbb !important;
}

.frame-background .header-box,
.frame-teal .header-box,
.frame-news .header-box,
.frame-news-bg .header-box,
.frame-news-card .header-box,
.frame-background .row,
.frame-grey .row,
.frame-teal .row,
.frame-dark .row,
.frame-white .row {
    border: none;
    background: none;
    box-shadow: none;
    min-height: auto !important;
}

.frame-dark .header-box,
.frame-white .header-box {
    min-height: auto !important;
}

.frame-dark .header-box .read-more {
    display: none;
}

.frame-white .header-box .read-more {
    background: none;
    padding: 0 25px 25px;
}

.frame-dark .header-box .text {
    padding: 25px 25px;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 15px !important;
}

.frame-white .header-box .text {
    padding: 25px 25px;
    font-weight: bold;
    font-size: 18px;
}

.frame-dark .top-border-5 {
    margin-bottom: 30px;
    background: #00323C;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.frame-white .top-border-5 {
    margin-bottom: 30px;
    border: 3px solid #00323c;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.frame-dark .top-border-5 .box-title,
.frame-white .top-border-5 .box-title {
    display: none;
}

.frame-grey .ce-gallery img,
.frame-teal .ce-gallery img,
.frame-dark .ce-gallery img,
.frame-white .ce-gallery img,
.frame-news .header-box img {
    width: 100%;
    height: auto;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/*
.frame-grey img,
.frame-teal img,
.frame-white img,
.frame-news .header-box img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
*/

.frame-news .header-box .box-title,
.frame-news-card .header-box .box-title {
    display: none;
}

.frame-news .header-box  .newsContainer .read-more,
.frame-news-bg .header-box  .newsContainer .read-more,
.frame-news-card .header-box  .newsContainer .read-more {
    background: #FFF;
    display: block;
    margin: 0;
    font-weight: bold;
}

.frame-news-bg .header-box  .newsContainer .read-more,
.frame-news-card .header-box  .newsContainer .read-more {
    padding: 15px 15px 15px 30px !important;
    position: static !important;
    border-bottom-right-radius: 30px;
}

.frame-news-card .header-box  .newsContainer .read-more {
    border-bottom: 3px solid #00323c;
    border-left: 3px solid #00323c;
    border-right: 3px solid #00323c;
}

.frame-news .header-box .newsContainer .subline,
.frame-news .header-box .newsContainer .subline a,
.frame-news-bg .header-box .newsContainer .subline,
.frame-news-bg .header-box .newsContainer .subline a,
.frame-news-card .header-box .newsContainer .subline,
.frame-news-card .header-box .newsContainer .subline a {
    font-size: 18px;
    font-weight: bold;
    color: #00323c;
}

.frame-news .header-box .newsContainer .subline {
    margin: 15px 0;
}

.frame-news-bg .header-box .newsContainer .subline,
.frame-news-card .header-box .newsContainer .subline {
    background: #FFF;
    border-top-left-radius: 30px;
    padding: 30px 30px 0;
    margin: 15px 0 0 !important;
}

.frame-news-card .header-box .newsContainer .subline {
    border-top: 3px solid #00323c;
    border-left: 3px solid #00323c;
    border-right: 3px solid #00323c;
}

.frame-news .header-box .newsContainer .teasertext {
  color: #00323c;
  font-size: 18px !important;
  padding-bottom: 60px;
}

.frame-news .header-box .newsContainer .singleNews,
.frame-news-bg .header-box .newsContainer .singleNews,
.frame-news-card .header-box .newsContainer .singleNews {
    margin: 0 15px 30px;
    position: relative;
}

.frame-news .header-box > a .box-title {
    color: #00323c;
}

.frame-news-bg .header-box > a .box-title,
.frame-news-card .header-box > a .box-title {
    color: #FFF;
}

.frame-news .header-box > a .box-title,
.frame-news-bg .header-box > a .box-title,
.frame-news-card .header-box > a .box-title {
    margin: 0 0 15px !important;
    font-weight: bold;
    font-size: 44px !important;
    max-height: none;
    padding: 0 15px;
    display: inline-block;
}

.frame-news .news .header-box > .read-more,
.frame-news-bg .news .header-box > .read-more,
.frame-news-card .news .header-box > .read-more {
    display: none;
}

.breadcrumb-wrap {
    height: auto;
    border: none;
    min-height: auto;
    display: block;
    background: none !important;
}

.breadcrumb-wrap #breadcrumb {
    background: none !important;
    line-height: 40px;
    padding-top: 0;
}

.breadcrumb-wrap a {
    color: #00323c !important;
}

.breadcrumb-wrap .share-wrap .share-icon {
    background-position: right center;
    margin: 0 !important;
    line-height: 40px;
}

.breadcrumb-wrap .share-wrap .print-icon {
    background-position: right center;
    margin: 0 30px 0 0 !important;
    line-height: 40px;
}

a.standort, span.standort {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/ico-standort.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 25px;
    line-height: 25px;
}

a.telefon, span.telefon {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/ico-telefon.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 25px;
    line-height: 25px;
}

a.mail, span.mail {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/ico-mail.svg) left center no-repeat;
    background-size: 18px;
    padding-left: 25px;
    line-height: 25px;
}

/* Everscreen Ansprechpartner */
.tx-nexia-contact a {
    font-weight: bold;
}

.tx-nexia-contact a.mail,
.tx-nexia-contact a.telefon {
    font-weight: normal;
    color: #00B9B9;
}

.tx-nexia-contact a.mail:hover,
.tx-nexia-contact a.telefon:hover {
    color: #00323C;
    text-decoration: none;
}

.tx-nexia-contact ul {
    padding-bottom: 0;
}

.tx-nexia-contact .grey {
    background: #e5e5e5;
    padding: 30px 15px;
    margin: 25px 0 30px;
}

.tx-nexia-contact .grey select {
    width: 100%;
    background: #FFF;
    border: none;
    height: 50px;
    padding: 0 15px;
    color: #00323c;
}

.tx-nexia-contact .grey label {
    color: #00323C;
}

.tx-nexia-contact .description,
.tx-nexia-contact .vita,
.tx-nexia-contact .focus,
.tx-nexia-contact .sector {
    margin-top: 60px;
}

.tx-nexia-contact .description *:last-child,
.tx-nexia-contact .vita *:last-child,
.tx-nexia-contact .focus *:last-child,
.tx-nexia-contact .sector *:last-child {
    margin-bottom: 0 !important;
}

.tx-nexia-contact .flexslider {
    background: none;
}

.tx-nexia-contact .location {
    height: 50px;
}

.tx-nexia-contact .profile {
    position: relative;
}

.tx-nexia-contact .profile a.mail,
.tx-nexia-contact .profile a.xing,
.tx-nexia-contact .profile a.linkin {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    z-index: 5;
}

.tx-nexia-contact .profile a:after {
    display: none !important;
}

.tx-nexia-contact .profile a.mail {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/contact-mail.svg) no-repeat;
}

.tx-nexia-contact .profile a.mail:hover {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/contact-mail-hover.svg) no-repeat;
    text-decoration: none;
}

.tx-nexia-contact .profile a.xing,
.tx-nexia-contact .social a.xing {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/contact-xing.svg) no-repeat;
}

.tx-nexia-contact .profile a.xing:hover,
.tx-nexia-contact .social a.xing:hover {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/contact-xing-hover.svg) no-repeat;
    text-decoration: none;
}

.tx-nexia-contact .profile a.linkin,
.tx-nexia-contact .social a.linkin {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/contact-linkin.svg) no-repeat;
}

.tx-nexia-contact .profile a.linkin:hover,
.tx-nexia-contact .social a.linkin:hover {
    background: url(/typo3conf/ext/j77_template/Resources/Public/Img/contact-linkin-hover.svg) no-repeat;
    text-decoration: none;
}

.tx-nexia-contact .profile a:nth-child(1) {
    top: 15px;
}

.tx-nexia-contact .profile a:nth-child(2) {
    top: 45px;
}

.tx-nexia-contact .profile a:nth-child(3) {
    top: 75px;
}

.tx-nexia-contact img.photo {
    max-width: 100%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.tx-nexia-contact .profile img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tx-nexia-contact .social {
    overflow: auto;
}

.tx-nexia-contact .social a {
    width: 25px;
    height: 25px;
    display: block;
    margin: 15px 10px 0 0;
    float: left;
}

.tx-nexia-contact .location {
    color: #00323c !important;
    text-decoration: none;
}

.tx-nexia-contact .title {
    min-height: 70px;
}

.tx-nexia-contact .flexslider .flex-direction-nav a {
    top: 200px;
    height: 30px;
    width: 30px;
}

.tx-nexia-contact .flexslider .flex-direction-nav a:before {
    line-height: 30px;
    font-size: 15px;
    width: 30px;
}

.tx-nexia-contact .flexslider .flex-prev {
    left: 15px !important;
}

.tx-nexia-contact .flexslider .flex-next {
    right: 15px !important;
}

.tx-nexia-contact .filter {
    margin-bottom: 15px;
}

.tx-nexia-contact .filter ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.tx-nexia-contact .filter ul li {
    flex-grow: 1;
    text-align: center;
}

.tx-nexia-contact .filter ul li {
    display: block;
    color: #00323C;
}

.tx-nexia-contact .filter ul li.active {
    cursor: pointer;
    color: #00B9B9;
}

/* Everscreen Powermail */
.tx-powermail h3 {
    display: none;
}

.powermail_form input[type="text"] {
    height: 34.85px;
}

.powermail_form .powermail_fieldwrap {
    margin-bottom: 15px;
}

.powermail_form .powermail_legend {
    display: none;
}

.powermail_form .powermail_fieldwrap_type_check .powermail_label {
    display: none;
}

.powermail_form .checkbox {
    position: relative;
}

.powermail_form .powermail_checkbox {
    positon: absolute;
    left: 0;
    top: 0;
}

.powermail_form .powermail_submit {
  background: #08bbbb;
  color: #00323C;
padding: 0;
line-height: 50px;
    border: none;
    font-weight: bold;
min-width: 195px;
}

.powermail_form .powermail_submit:hover {
    color: #FFF;
}

/* News Detail */
.news-content {
    background: #ebebeb; 
}

.news-related {
    width: auto;
    padding: 0;
    border: none;
    display: block;
}

/*
.news-content .container {
    padding: 0;
}
*/

.news-related .container {
    padding: 0;
}

.news-related .frame-news {
    margin: 0;
    padding: 0;
    background: none;
}

/*
.news-related .newsContainer {
    margin: 0 -15px;
}
*/

.news-related .read-more {
    padding: 0 0 25px !important;
}

.news-img-wrap img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.news .page-navigation {
    margin: 0 15px 30px;
    padding: 10px 0;
    border-top: 1px solid #9e9ea1;
    border-bottom: 1px solid #9e9ea1;
    overflow: auto;
}

.news .page-navigation p {
    margin: 0 !important;
}

.news .article .page-navigation ul {
    margin: 0 !important;
}

.media2click-controls {
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
}

.media2click-placeholder {
    padding: 0;
}

.media2click-controls .media2click-button {
    background: #08bbbb;
    padding: 0 15px;
    color: #00323c;
    line-height: 50px;
    display: inline-block;
    min-width: 242px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
}

.media2click-placeholder:hover .media2click-button,
.media2click-controls .media2click-button:hover {
    background: #08bbbb;
    padding: 0 15px;
    color: #FFF;
    line-height: 50px;
    display: inline-block;
    min-width: 242px;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
}

.tx-everscreen-counter {
    color: #00323C;
}

/* Everscreen Responsiv */
@media screen and (max-width:767px) {
    .frame-news,
    .frame-news-bg,
    .frame-news-card,
    .frame-background,

    .frame-aktuelles,
    .frame-dark,
    .frame-white,
    .frame-teal,
    .frame-grey,
    .frame-service {
        margin: 0 -15px;
    }

    .footer-copy p {
	font-size: 11px;
    	margin: 22px 0 !important;
    }

    .news-content {
	margin: 100px -15px 50px; 
        padding: 0 15px;
    }
}

@media screen and (min-width:768px) {
    .footer-copy p {
	font-size: 14px;
    	margin: 17px 0 18px !important;
    }
    
    .news-content {
	margin: 100px -100% 50px; 
        padding: 0;
    }
}



@media screen and (max-width:1199px) {
    footer .firstsection {
	height: 2px;
	overflow: hidden;
    }

    #footer-menu a {
	line-height: 25px;
    }

    .flexslider .caption-wrapper {
	position: static;
	transform: none;
	padding: 30px 0;
	background: #ebebeb;
    }

    .flexslider .caption-title {
	font-weight: bold;
    }

    .flexslider .caption-body h1 {
	color: #00323c;
	font-size: 24px;
    }

    .flexslider .caption-title,
    .flexslider .caption-body p {
	color: #00323c;
	font-size: 18px;
    }

    .flexslider .flex-control-nav {
	position: static;
    }

    .flex-control-nav li {
	display: block;
	width: 100% !important;
	margin-bottom: 30px !important;
    }

    .flexslider .flex-control-nav li a {
	background: #00323C !important;
        color: #FFF;
    }

    .flexslider .flex-control-nav li a.flex-active {
        background: #08bbbb !important;
        color: #FFF;
    }

    .flexslider .flex-control-nav li a:hover,
    .flexslider .flex-control-nav li:hover a {
        color: #FFF !important;
    }

    .flexslider .flex-control-nav li a h2 {
        color: #FFF;
    }

    .tx-nexia-contact img.qr,
    .tx-nexia-contact img.photo,
    .tx-nexia-contact .profile img {
	height: auto;
    }
}

@media screen and (min-width:1200px) {
    .frame-news-bg .newsContainer .singleNews,
    .frame-news-card .newsContainer .singleNews {
	float: left;
	width: calc(33.33% - 30px) !important;
    }

    .frame-news-bg .newsContainer .subline,
    .frame-news-card .newsContainer .subline {
	min-height: 150px;
    }

    .frame-news .newsContainer .singleNews,
    .frame-dark .newsContainer .singleNews,
    .frame-white .newsContainer .singleNews {
	float: left;
	width: calc(25% - 30px);
    }

    #footer-menu a {
	color: #08bbbb;
	line-height: 90px;
    }

    .news {
	margin: 0 -15px;
    }

    .news-single {
	margin: 0 !important;
    }

    .flexslider .flex-control-nav ol {
	display: flex;
    }

    .flexslider .flex-control-nav li a {
        background: #66848a !important;
        color: #FFF;
    }

    .flexslider .flex-control-nav li a.flex-active {
        background:  #FFFFFF !important;
        color: #00323C;
    }

    .flexslider .flex-control-nav li a:hover,
    .flexslider .flex-control-nav li:hover a {
        color: #FFF !important;
    }

    .flexslider .flex-control-nav li a.flex-active:hover,
    .flexslider .flex-control-nav li:hover a.flex-active {
        color: #00323C !important;
    }

    .flexslider .flex-control-nav li a h2 {
        color: #FFF;
    }

    .flexslider .flex-control-nav li a.flex-active h2 {
        color: #00323C;
    }
}


html {
	font-size: 18px;
}

/* Liste style Fixed by J77-64155*/
ul.list-triangle li ul {
    padding-top: 0;
    padding-bottom: 0;
}
.accordionElements ul:not(.list-triangle) li {
    list-style-type: none;
    padding-left: 24px;
    background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-arrow-right.png);
    background-repeat: no-repeat;
    background-position: left 6px top 7px;
}
.team_content{
    margin-left:20px;
}
.arrowUp{
    display:none;
}
.member_box .member{
    width:80px;
    float:left;
    background: #888;
    text-align: center;
}

.member_box .title span{
    font-weight: bold;
}
.member_box .title p{
    font-style: italic;
    font-size: 13px;
}

.member_box .title{
    margin-left:100px;
    margin-top:10px;
}
.clear{
    clear:both;
    padding-bottom:5px;
}

#menu-wrap {
	clear:both;
}

.slick-slide img {
	background-size: cover;
	background-position: center center;
}

.carousel-caption {
	bottom: auto;
	top: 2rem;
}

.slick-dots {
	display: none !important;
}

.counterImage{
	width:200px;
	height:200px;
	float:left;
	margin:3px;
	vertical-align:center;
}

.counterImage p{
	font-size:12px;
	text-align:center;
	width: 200px;
	padding-left:30px;
	padding-right:30px;
}

.counterImage div{
	margin-top:50px;
	text-align:center;
	color:#000000;
	font-size: 24px;
}

.counterImage span{
	vertical-align:center;
}	





/* j77.ph.styles 12.10.2015 */

/* frontpage tile fix */

div.header-box{
    overflow:hidden;  
}

.col-lg-8 div.header-box{
    position:relative;
    /*min-height:413px;*/
}

.col-lg-8 div.header-box img{
    /*height:413px;*/
    height:auto;
    width:100%;
}

.col-lg-8 div.header-box.top-border-1, .col-lg-8 div.header-box.top-border-2, .col-lg-8 div.header-box.top-border-3{
    border:none;
}

.col-lg-8 div.header-box .box-title{
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    box-sizing:border-box;
    padding:15px;
    background:#fff;
    width:48%;
    margin:0px;
    max-height:none;
}

.col-lg-8 div.header-box.top-border-1 > .box-title{
    border-top:5px solid #656669;
}

.col-lg-8 div.header-box.top-border-2 > .box-title{
    border-top:5px solid #0db04a;
}

.col-lg-8 div.header-box.top-border-3 > .box-title{
    border-top:5px solid #009CDE;
}

.col-lg-8 div.header-box .text{
    position:absolute;
    left:0;
    top:50px;
    box-sizing:border-box;
    padding:16px;
    background:#fff;
    width:48%;
    margin:0px;
    height:auto;
}

.col-lg-8 div.header-box .read-more{
    display:none;
}

/* teaser boxes on page './was-wir-bieten/dienstleistungen/restructuring.html' */

div.counterImage{
    width:270px;
    height:274px;
    background-size:100%;
    padding:24px;
    box-sizing:border-box;
    position:relative;
}

div.counterImage .top-border-1{
    border-width:48%;
}

div.zahl {
    color:#fff;
}

div.counterImage p.blacktext, div.zahl p.blacktext{
    text-align:center;
    font-size:18px;
    color:#000;
    width:100%;
    padding:0px;
    margin:0px;
    line-height:1;
}

div.counterImage p.whitetext{
    text-align:center;
    font-size:18px;
    color:#fff;
    width:100%;
    padding:0px;
    margin:0px;
    line-height:1;
}

.counterImage.green{
    background: #4aaa48; /* Old browsers */
    background: -moz-linear-gradient(top,  #4aaa48 0%, #3d8f3b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aaa48), color-stop(100%,#3d8f3b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4aaa48 0%,#3d8f3b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4aaa48 0%,#3d8f3b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4aaa48 0%,#3d8f3b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4aaa48 0%,#3d8f3b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aaa48', endColorstr='#3d8f3b',GradientType=0 ); /* IE6-9 */
    margin-right:8px;
}

.counterImage.blue{
    background: #1c97d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #1c97d3 0%, #157eb1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c97d3), color-stop(100%,#157eb1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1c97d3 0%,#157eb1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1c97d3 0%,#157eb1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1c97d3 0%,#157eb1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1c97d3 0%,#157eb1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c97d3', endColorstr='#157eb1',GradientType=0 ); /* IE6-9 */
    margin-right:8px;
}

.counterImage.gray{
    background: #848389; /* Old browsers */
    background: -moz-linear-gradient(top,  #848389 0%, #6f6e73 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848389), color-stop(100%,#6f6e73)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #848389 0%,#6f6e73 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #848389 0%,#6f6e73 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #848389 0%,#6f6e73 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #848389 0%,#6f6e73 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848389', endColorstr='#6f6e73',GradientType=0 ); /* IE6-9 */
}

.counterImage img{
    position:absolute;
    z-index:1;
    left:50%;
    top:30px;
    width:220px;
    margin-left:-110px;
    height:auto;
}

.counterImage div, .counterImage p, .counterImage a{
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}

.counterImage .extra_large, .counterImage .xxl{
    left:0;
    right:0;
    top:40px;
}

.counterImage .blacktext{
    top:160px;
    left:0;
    right:0;
    width:300px;
    text-align:center;
}

.counterImage a{
    top:220px;
    left:0;    
    width:100%!important;
    text-align:center;
}

.counterImage a p:after{
    content:">";
    color:#fff;
    padding-left:6px;
}

/* page 'wer-wir-sind/ihre-ansprechpartner.html' */

input[name="tx_rsmcontactperson_rsmcontactperson[search]"]{
    margin-bottom:6px;
}

label[for="ceo"]{
    padding-left:20px;
}

.checkbox input[type="checkbox"]{
    padding-left:-30px!important;
    margin-top:5px;
}

/* footer links */

footer .col-lg-2 a{
    color:#45b5e4;
}
.accordionElement .panel-group .panel-heading{
  background: #ededed none repeat scroll 0 0;
  border: 1px solid #9e9ea1;
  border-radius: 0;
  color: #57585b;
}
/* image-container */

.textpic .image-container.pull-right figure{
    margin:0px;
    margin-left:16px;
    margin-top:5px;
}

.textpic .image-container.pull-left figure{
    margin:0px;
    margin-right:16px;
    margin-top:5px; 
}

/* subNav */

#menu-wrap #header-right-menu li{
    padding-left:24px;
    padding-right:0px;
    float:right;
}

/* sidebar-menu */

#left-menu-collapse .menu{
    background:#009cde;
}

#left-menu-collapse .menu li ul li:hover{
    background:#0073a4;
}

#left-menu-collapse .menu li.active ul li{
    background:#009CDE;
}

#left-menu-collapse .menu li ul li a{
    padding-left:0px!important;
    margin-left:16px;
}

#left-menu-collapse .menu li ul li{
    padding-left:24px;
    background:#008ac3 url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png) no-repeat left 21px top 16px!important;
}

#left-menu-collapse .menu li.active ul li:hover{
    background:#0073a4 url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png) no-repeat left 21px top 16px!important;
}

/* J77 - 64161 */
#left-menu-collapse .menu li ul li ul.sub-nav-second {
    margin-left: -24px !important;
    background: #4a9ecc;
}

#left-menu-collapse .menu li ul li ul.sub-nav-second li {
    padding-left: 44px;
    background:#4a9ecc url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png) no-repeat left 41px top 16px!important;

}

#left-menu-collapse .menu li ul li ul.sub-nav-second li:hover {
    padding-left: 44px;
    background:#0073a4  url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png) no-repeat left 41px top 16px!important;

}

/* news-list-view */

.panel-group .panel-info, .accordionElement .panel-group .panel-info{
    border:none;
}
.tx-rsmcontactperson .panel-group .panel{
    border:none;
    border-bottom: 1px solid #B9B9B9;  
}
.tx-rsmcontactperson .panel-group .panel-heading{
    border:none;
    margin-bottom: 20px;
}



.panel-info > .panel-heading + .panel-collapse > .panel-body{
    border-top:none;
        
}

/* changed by j77 6.4.2020 - 64158 */
.panel-info>.panel-heading{
    background-color: #ecebec;
}


.panel-group .panel-info .panel-title a{
    box-sizing: border-box;
    padding: 0 30px;
    width:100%;
    color: #00323c;
    display:block;
    font-weight: bold;
}

.panel-group .panel-info .panel-title a:focus,
.panel-group .panel-info .panel-title a:hover{
    text-decoration: none;
    color: #00323c !important;
}

.panel-group .panel-body .media-heading {
    display: none;
}


/* submenu fixes */

.main-menu .sub-items-first li{
    width:280px;
}

.main-menu .sub-menu{
    max-width:890px;
}

.main-menu .sub-menu li{
    width:auto;
}

/* iframe's in submenu fixes */

.main-menu iframe{
    width:100%;
    height:auto;
}

/* blue-arrow list */

ul.list-triangle{
    padding-left:16px;
}

ul.list-triangle li{
    list-style-type:none;
    padding-left:24px;    
    background-image:url(/typo3conf/ext/j77_template/Resources/Public/Img/blue-arrow-right.png);
    background-repeat:no-repeat;
    background-position:left 6px top 7px;
}

/* inputs */
.panel-group ul, ul.list-triangle {
    padding-left: 16px;
    
}
.panel-group ul li, ul.list-triangle li {

    background-repeat: no-repeat;
    list-style-type: none;
   
}

.panel-group ul li ul li, ul.list-triangle li ul li{
	list-style:square;
	background-image: none;
}

div.searchbar{
    margin-bottom:20px;
}

input, textarea{
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.tx-rsmcontactperson input{
    width:222px;
    height:38px;
    margin-right:8px;
}

.tx-rsmcontactperson select{
    box-sizing: border-box;
    padding-left:4px;
    width:222px;
    height:38px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;   
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color:#cccccc;
    background:#fff;
}

.tx-rsmcontactperson textarea{
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    resize:none;
}

/* ansprechpartner > panel */

.tx-rsmcontactperson .panel-group .panel{
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin-bottom:14px;
    overflow:hidden;
}

.tx-rsmcontactperson .panel .panel-heading{
    padding:0px;
    height:130px;
}

.tx-rsmcontactperson .panel .panel-heading div[ng-if="prod.image"]{
    width:130px;
    height:130px;
    float:left;
    margin-right:12px;
}

.tx-rsmcontactperson .panel .panel-heading div[ng-if="prod.image"] img{
    width:100%;
    height:auto;    
}

.tx-rsmcontactperson .panel .panel-heading .personName{
    width:50%;
   /* height:105px;*/
    display:block;
    float:left;
}

.tx-rsmcontactperson .panel .panel-heading .personName, .panel .panel-heading .schwerpunkte{
    font-size:14px;
    
}

.tx-rsmcontactperson .panel .panel-heading .personName h2{
    margin:0px;
    margin-bottom:4px;
    overflow-wrap: break-word;
}

.tx-rsmcontactperson .panel .panel-heading .schwerpunkte{

    height:105px;
    padding-left:12px;
    border-left:1px solid #cbcbcb;
    color:#49a234;
    font-size:18px;
}

.tx-rsmcontactperson .panel .panel-heading .schwerpunkte span{
    clear:both;
    display:block;
    color:#57585b;
    font-size:14px;
}

.tx-rsmcontactperson .panel .panel-heading .schwerpunkte span:first-of-type{
    margin-top:0;
}

/* panel-body */

.tx-rsmcontactperson .panel-body .name{
    font-size:18px;
    color:#57585b;
    width:100%;
    display:inline-block;
    margin-bottom: -6px;
}

.tx-rsmcontactperson .panel-body h4{
    padding-top:12px;
    margin-bottom:6px;
}

.tx-rsmcontactperson .panel-body ul{
    padding:0px;
}

.tx-rsmcontactperson .panel-body, .panel-body ul li{
    font-size:14px;
    list-style-type:none;
}

.tx-rsmcontactperson .panel-body .personInfo{
    width:50%;
    float:right;
}

.tx-rsmcontactperson .panel-body .personInfo h4:first-of-type{
    margin-top:0px;
    padding-top:0px;
}

.tx-rsmcontactperson  .personInfo .branch{
    text-transform: capitalize;
}
.tx-rsmcontactperson  .personInfo .branch ul li{
    font-size:14px;
}
.tx-rsmcontactperson  .personInfo{
    float: left;
    display: block;
}

.tx-rsmcontactperson  .personInfo .meta{
     margin-top:0;
     margin-bottom: 4px;

}

.tx-rsmcontactperson .personInfo .metaa{
    font-size: 21px;
    color: #38a6e0;
    text-transform: uppercase;

    text-transform: unset;
    margin-bottom:2px;
}
.tx-rsmcontactperson .panel-body .personInfo a{
    float:none;
    clear:both;
}

.tx-rsmcontactperson  .contact{
    
    float:left;
}
.tx-rsmcontactperson  .contact a.mailpartner{
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
    text-transform: lowercase;
    margin-top: 3px;
}

.tx-rsmcontactperson .contact .mailbtn{
    color: #ffffff;
    background-color: #4AB848;
    padding: 5px 15px;
    margin-top: 15px;
    text-transform: unset;
    font-size: 15px;
    display: block;

 
}

.panel-heading .row .col-xs-12 {
   margin-bottom: 0; 
}
.tx-rsmcontactperson .contact .mailbtn:hover{
	color:#ffffff !important;
	text-decoration: underline !important;
}
.tx-rsmcontactperson .contact span{
    clear:both;
}

/* panel fixes (close all panels when page is loaded) */

.panel-collapse.collapse{
    display:none;
}

.panel-collapse.collapse.in{
    display:block;
}

/* locations list */

.media ul.fa-ul{
    padding-left:0px;
}

.media ul.fa-ul li{
    list-style-type:none;
}

/* header socials */

header .social-header-wrap{
    margin: 14px 0;
}

header .social-header-wrap a img, header .social-header-wrap i{
    float:right;
    margin:0px 3.5px!important;
    padding:0px;
}

header .social-header-wrap i{
    font-size:21px;
    margin-top:0px!important;
}

header .social-header-wrap:last-of-type{
    margin-right:-12px!important;
}

/* side / competence team */

.container-fluid .side{
    padding-right:12px;
}





@media only screen and ( max-width: 766px ){

    body{
        margin-top:0px;
    }
    
    .site-content{
        overflow:hidden;
    }
    
    /*
    .headerregion{
        margin-bottom:14px;
    }
    */
    
    .col-lg-8 div.header-box .box-title{
        padding:0px;
        padding-left:16px;
        width:100%;
    }
    
    .col-lg-8 div.header-box .text{
        display:none;
    }
    
    .panel .panel-heading .schwerpunkte{
        /*display:none;*/
    }

    .panel .panel-heading .personName{
        float:none;
        width:auto;
        margin-top:0px;
        padding-top:12px;
    }
    
    .panel-body .personInfo{
        width:100%;
    }
    
    .panel-body a{
        
        float:none;
        clear:both;
        margin-bottom:24px;
    }
    
    .panel-body .contact{
        width:100%;
    }
    
    footer figure img{
        width:100%;
        height:auto;
    }
    
    footer .social-header-wrap{
        width:100%;
    }
    
    footer ul{
        width:100%;
        clear:both;
        float:none;
        display:block;
    }
    
    footer ul li, footer h4, footer h3, footer p{
        text-align:center;
    }
    
    input, select, textarea{
        width:100%;
        display:block;
        clear:both;
        margin-bottom:24px;
    }

    
    
    .tx-rsmcontactperson .personInfo .metaa{
        margin-top:28px;
    }
    
    .tx-rsmcontactperson .contactperson-ng-scope{
        background:url('/typo3conf/ext/j77_template/Resources/Public/Img/ansprechpartner_0.png');
    }
    
    
    
    /* 15.12.2015 */
    
    .tx-rsmcontactperson .panel .panel-heading{
        height:auto;
    }
    
    .tx-rsmcontactperson .panel .panel-heading .personName{
        height:auto;
        width:auto;
        padding-left:12px;
    }
    
    .tx-rsmcontactperson .panel .panel-heading .schwerpunkte{
        float:left;
        height:auto;
        width:100%;
        border:none;
    }
    
    .panel-collapse.collapse.in{
        clear:both;
    }
    
    .tx-rsmcontactperson .panel-body .personInfo, .tx-rsmcontactperson .panel-body .contact{
        width:100%;
        clear:both;
        display:block;
        float:none;
        height:auto;
    }
    
    .tx-rsmcontactperson .panel .panel-heading div[ng-if="prod.image"]{
        margin:0px;
    }
    
    .tx-rsmcontactperson .panel-title i{
        margin-top:-7px;
        margin-bottom:7px;
    }
    
    .panel-body a{
        margin:0px;
    }
    
    .tx-rsmcontactperson .panel-group .panel{
        background:transparent;
    }
    
    .panel-default > .panel-heading + .panel-collapse > .panel-body{
        background:#fff;
    }
    
    
    
    
    
    
}

.counterImage .xxl span{
	font-size: 50px;
}



/* Ticket 56462 */
body .contactimage, body .member_box .member {
    background-image: url(/fileadmin/user_upload/Grafiken_und_Logos/rsm_hintergrundgrafik_portraits460x460px_0.jpg);
    background-size: cover;
}

/* Ticket 64158 */
@media only screen and (max-width: 992px) and (min-width: 479px)
{
    .col-sm-12 .header-box {
        display: block;
    }

    .col-sm-12 .header-box > a .box-title {
        padding: 0px 15px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/*.panel-group .panel-heading, .accordionElement .panel-group .panel-heading{

    border:1px solid #009CDE;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    color:#57585b;
    padding:0px;
}*/
.panel-group .panel-heading, .accordionElement .panel-group .panel-heading{

    color: #00323c;
    font-size: 18px;
    line-height: 65px;
    padding:0px;
}
.panel-body .btn_text{
    display: flex;
    justify-content: space-around;
}

.panel-body .btn_text a{
    text-align: center;
}

.no-media-element img {
    display: none;
}

/* j77 - 64321 */
.row {
    position: relative;
}

.bg-white { background-color: #ffffff;}
.bg-black { background-color: #000000;}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

/* j77 --- */
@media only screen and (min-width: 479px) and (max-width: 992px){
    .header-box .box-title {
        min-height: 45px;
        margin: 0px !important;
    }
    .header-box a + a {
        width: 100% !important;
    }
    .header-box a + a img {
        width: 66%;
        min-width: 66%;
        max-width: 66%;
    }
    .header-box a + a .read-more {
        right: 15px;
        left: unset !important;
    }
}


.headerregion > .row > [class*="col"] {
	float: none
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.powermail_form input[type="text"], .powermail_form textarea, .powermail_form select, .powermail_form input[type="submit"] {
	width: 100%;
}

.parsley-errors-list {
	list-style: none;
	padding: 0;
	
}



.ce-image img {
	max-width: 100%;
}

.parsley-errors-list li {
	color: #F00;
}


.news-list-view .article .btn {	
	min-width: 0;
}

.panel-collapse {
	overflow: hidden;
}


.tx-rsmlocation .fa-ul {
	margin-left: 2.14286em !important;
}


.publications-list-2-column .publication {
	width: 50%;
}

.publications-list-2-column .publication {
	width: 50%;
}

.publications-list-3-column .publication {
	width: 33.3333%;
}

.publications-list-4-column .publication {
	width: 25%;
}


.tx-publications .btn {
	min-width: auto;
}

.cloud9carousel .cloud9carousel-control{position:absolute;bottom:3px;left:0;right:0;text-align:center}

.tx-publications .read-more {
	background-image: none;
}

.publications-slideshow {
	overflow: hidden;
	margin-bottom: 32px;
}

.publications-slideshow .publication {
	height: auto !important;
}

.intext, .image-container, .image-container img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}


.arrowUp, .arrowDown {
	cursor: pointer;
}

.site-content .side {
	padding-left: 15px;
}

body .news .news-list-view .news-img-wrap, body .news .news-list-view .news-img-wrap a {
	float: none;
}

body .news .news-list-view .news-img-wrap a {
	padding: 0;
	border: none;
}

body .news .news-list-view .news-img-wrap:after, body .news .news-list-view .news-img-wrap a:after {
	clear: both;
	display: table;
	content: "";
}

body .news .news-list-view .news-img-wrap img {
	max-width: 100%;
}

body .news-single .article .news-img-wrap {
	width: auto;
}

body .team_content {
	margin-left: 0;
	margin-left: 0;
}


.tx-publications .teaser-text .btn {
	margin-top: 15px;
	padding: 0 80px;
	line-height: 45px;
	color: #00323c;
}

.tx-publications img {
	border: 1px solid #a8a8a8;
}

.tx-rsmcontactperson .panel-title i {
	margin-top: -7px;
}

.news .article h3 {
	margin-top: 0;
}

.tx-rsmcontactperson .panel .panel-heading div[ng-if="prod.image"] {
	overflow: hidden;
}

.tx-publications .panel-group .panel-info a {
	width: auto;
}

.tx-publications .panel-group .panel-info h4 a {
	padding-left: 0;
}


.tx-publications .accordion-inner > .row-fluid > .col-lg-12, .tx-publications .accordion-inner > .row-fluid > .span2, .tx-publications .accordion-inner > .row-fluid > .span2 a{
	padding-left: 0;
}


.panel-group ul, ul.list-triangle {
    padding-left: 0px;
	margin-left: -6px !important;
	padding: 16px 0px;
}

.panel-group ul ul {
	padding-left: 19px;
}

.panel-group ul ul li{
	padding-left: 5px;
}

.tx-publications .accordion-inner p:empty {
	display: none;
}

.tx-publications .publications-list > .row > .col-lg-2 {
	padding-right: 0;
}

body .news .article .news-img-wrap {
	margin: 0;
}

body .tx-rsmcontactperson select {
	border: 1px solid rgb(204, 204, 204);
}

body .powermail_form select {
    height: 34.85px;    
    padding: 5px;    
}

.panel-body.accordion-inner p:empty {
	display: none;
}

body .breadcrumb-wrap .share-wrap .share-icon {
	margin-right: -70px;
}

#share-icon:hover{
	cursor: pointer;
}


.region-header-search {
	margin: 50px 0;
	width: 30px;
}

.region-header-search #search-input-header {
	width: 215px;
}


.branch.vita p {
	font-size: 15px;
	color: #898a8c;
	line-height: 1.1;
	margin-bottom: 8px !important;
}

.branch.vita p b{	
	color: #009CDE;	
	font-weight: normal;
}

.vitacontainer {
	margin-top: -21px;
}

.vitacontainer h4:first-child {
	padding-bottom: 5px;
}
/*Ansprechpartner head ausblenden 
.contactperson- .searchbar {
    display: none;
}
h2.page-header.contactperson-header {
    display: none;
}
*/
.header-box .read-more{
	bottom: 0 !important;
	position: absolute !important;
}
.col-lg-3 .header-box{
	min-height:367px;
}
.header-box{
	min-height: 367px !important;
}





/* Results & Paginations */


#kesearch_results .result-list-item{
    margin: 20px 0 30px 0;
}

#kesearch_results .result-list-item .teaser_icon img[src*="/fileadmin/"]{
	display:block;
	clear:both;
	margin:4px 0px;
}
.pages_total{
	padding:20px 20px;
}

.pages_total .result_txt{
	text-align:center;
	font-size:14px;
}

.pages_total .kesearch_pagebrowser ul{
	margin:0px;
	padding:10px 0px 0px 0px;
	text-align:center;
}

.pages_total .kesearch_pagebrowser ul li{
	display:inline-block;
	padding:0px 6px;
	margin:0px;
	list-style-type:none;
}

.pages_total .kesearch_pagebrowser ul li a{
	background-repeat:no-repeat;
	background-position:center center;
}

.pages_total .kesearch_pagebrowser ul li a.prev,
.pages_total .kesearch_pagebrowser ul li a.next{
	background-image:url('/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow-left.png');
	width:20px;
	height:20px;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	color:transparent;
	text-decoration:none;
	margin-bottom:-5px;
}

.pages_total .kesearch_pagebrowser ul li a.next{
	background-image:url('/typo3conf/ext/j77_template/Resources/Public/Img/black-arrow.png');
}

.pages_total .kesearch_pagebrowser ul li a.prev:hover,
.pages_total .kesearch_pagebrowser ul li a.next:hover{
	color:transparent!important;
}

.pages_total .kesearch_pagebrowser ul li a.current{
	color:#000;
	text-decoration:none;
}

@media only screen and (max-width: 1200px){
	
	#kesearch_results .teaser_icon img{
		width:auto;
	}
	
}
@media only screen and (max-width: 1200px){
	.container {
	    width: 970px;
	    max-width: 970px;
	}
	.region-header-language{
		padding: 0;
	}
	
}

@media only screen and (max-width: 992px){
	.container {
	    width: 750px;
	    max-width: 750px;
	}
	
}

/* Ticket 60696 */

.ce-image .ce-gallery figure img{
	max-width:100%;
	width:100%;
	height:auto;
}

@media only screen and (max-width: 480px){
	
	body > header > div > div > div.col-md-10.header-line-height.text-right > div:nth-child(5){
		display:inline-block!important;
	}
	
}
.news .article ul{
	margin-bottom: 20px!important;	
}

.container-fluid .row ul.list-triangle,
.news .article ul.list-triangle{
	margin-top: 16px!important;	
	margin-bottom: 16px!important;	
	padding: 0px;
}

.main-menu .open-sub .sub-menu{
	width: 746px;
}

/* Ticket 61663 */
.breadcrumb-wrap span{
	font-size: 14px;
}
#left-menu-collapse .sub.menu li.active {
	background: #0073a4 url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-down.png) no-repeat left 21px top 16px !important;	
}
#left-menu-collapse .sub.menu li.active:hover{
	background: #0073a4 url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-down.png) no-repeat left 21px top 16px !important;	
}
#left-menu-collapse .sub.menu li.active ul.subsub li {
	background: #009CDE url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png) no-repeat left 21px top 16px !important;	
}
#left-menu-collapse .sub.menu li.active ul.subsub li:hover,
#left-menu-collapse .sub.menu li.active ul.subsub li.active{
	background: #0073a4 url(/typo3conf/ext/j77_template/Resources/Public/Img/white-arrow-right.png) no-repeat left 21px top 16px !important;	
}
#left-menu-collapse .sub.menu li.active ul li{
	background-color: #009CDE!important;
}

.col-lg-8 .ce-image .ce-gallery[data-ce-columns="1"] .ce-outer,
.col-lg-8 .ce-image .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner,
.col-lg-8 .ce-image .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner .ce-column,
.col-lg-8 .ce-image .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner .ce-column figure.image{
	width: 100%;
}


.team_content .member{
	width: 120px;
	height: 120px;
}

.member_box .title{
	margin-left: 130px;
}

.no-padding-top{
	padding-top: unset;
}


/* Ticket 62125 */

.tx-powermail .radio input[type="radio"], 
.tx-powermail .radio-inline input[type="radio"], 
.tx-powermail .checkbox input[type="checkbox"], 
.tx-powermail .checkbox-inline input[type="checkbox"] {
	margin-left: 0px;
}
.tx-powermail .label-checkbox,
.tx-powermail .label-radio{
	display: none;
}
.tx-powermail .form-group.radio .radio .label-text,
.tx-powermail .form-group.check .checkbox .label-text {
	padding-left: 30px;
}

.tx-powermail .form-title {
	padding-bottom: 20px;
}
.contact-form_small .btn{
	color: #fff;
	background-color: #009CDE;
	border-color: #0088c1;
}
.contact-form_small .btn:hover{
	background-color: #008bc5;
	border-color: #005d83;
}

.tx-powermail .parsley-errors-list {
    padding-bottom: 30px;
}
.tx-powermail .form-group.submit{
	margin-top: 20px;
}
.tx-powermail .form-group.submit button.j77-prevent-double-submit[disabled]{
	cursor: not-allowed;
	text-align: center;
	background-color: #8d8d8c;
	color: #fff;
}
.tx-powermail .form-group.submit button.j77-prevent-double-submit{
	color: #fff;
	background-color: #009CDE;
	border-color: #0088c1;
}
.tx-powermail .form-group.submit button.j77-prevent-double-submit:hover{
	background-color: #008bc5;
	border-color: #005d83;
}

.tx-powermail input:-webkit-input-placeholder{
	color: transparent;
}
.tx-powermail input:-moz-placeholder{
	color: transparent;
}
.tx-powermail input::-moz-placeholder{
	color: transparent;
}
.tx-powermail input:-ms-input-placeholder{
	color: transparent;
}

.j77-ext-link {
	position: relative;	
}

.j77-ext-link:after{
	background-image: none;
}

.footer-links .j77-ext-link:after {
	content:'';
	display: inline-block;
	width: 16px; 
	height: 16px;
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/rsm_externlink.png);
	background-position: center;
	background-size: contain;
	margin: 0 3px;
}

a[target=_blank].j77-ext-link:after{
	content:'';
	display: inline-block;
	width: 16px; 
	height: 16px;
	background-image: url(/typo3conf/ext/j77_template/Resources/Public/Img/rsm_externlink.png);
	background-position: center;
	background-size: contain;
	margin: 0 3px;
}

.standort-cr .j77-ext-link:after,
.btn_text a[target=_blank].j77-ext-link:after,
.btn-text .j77-ext-link:after{
	background-image: none;
}

/*Ticket 63857*/
.video-banner {
	display: block;
	background-color: #000000;
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
}

.video-banner .video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.video-banner .video-wrapper.hd {
	padding-top: 56.25%;
}

.video-banner .video-wrapper.default {
	padding-top: 75%;
}

.video-banner .video-wrapper.classic {
	padding-top: 66.666666%;
}

.video-banner .video-wrapper.cinema {
	padding-top: 42.86%;
}

.video-banner .video-wrapper.user {
	padding-top: calc((var(--lgHeight)) / 1522 * 100%);
}


.video-banner .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.video-banner .video-wrapper.user {
		padding-top: calc(var(--xsHeight) / 768 * 100%);
	}
}

@media only screen and (min-width: 481px) and (max-width:1199px){
	.video-banner{
		margin-bottom: 220px;
	}
}


.headerregion.no-offset {
	margin-bottom: var(--lgOffset)!important;
}
@media only screen and (max-width: 768px) {
	.headerregion.no-offset {
		margin-bottom: var(--xsOffset)!important;
	}
}

.headerregion.no-offset .video-banner{
	margin-bottom: 0px;
}

.headerregion.no-offset + .container .region-home-three {
	margin-top: 0px!important;
}

/* j77 contact with phone */
.contact span a {
	font-size: 14px;
}


/*Share DownList*/
.addthis_toolbox{
	position: relative;
}
.addthis_toolbox ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0px;
    z-index: 9;
    background-color: #ffffff;
    padding: 20px;
    top: 40px;
}

.addthis_toolbox ul li {
    list-style-type: none;
}

.addthis_toolbox ul li a {
    display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.addthis_toolbox ul li a:hover {
    text-decoration: none;
}
.addthis_toolbox ul li a span {
    display: inline-block;
    margin-right: 5px;  
}

.addthis_toolbox ul li a span svg {
    fill: #ffffff;
}


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('vhs-assets-css-79eefd2749af94a07653d6b8c83c8382.eot?v=4.4.0');src:url('vhs-assets-css-21e69f16e620d4010547d6fad6af9452.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('vhs-assets-css-481baad1db9d5470e6126d672088970a.woff2?v=4.4.0') format('woff2'),url('vhs-assets-css-b0f3b1a64c6928c7b276b28ddbc07e60.woff?v=4.4.0') format('woff'),url('vhs-assets-css-9db7d0335dee38105bac7aef4675d8a1.ttf?v=4.4.0') format('truetype'),url('vhs-assets-css-77076608ab3a619374aecfbc36fdea24.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}


@import url(/t/1.css?apiType=css&projectid=74aba331-25fc-40a2-a378-4452c59e0c77);
@font-face{
font-family:"Prelo W01_n5";
src:url("/dv2/2/d7b6b460-741f-4151-9699-e19f329ae12a.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix") format("eot");
}
@font-face{
font-family:"Prelo W01";
src:url("/dv2/2/d7b6b460-741f-4151-9699-e19f329ae12a.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix");
src:url("/dv2/2/d7b6b460-741f-4151-9699-e19f329ae12a.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix") format("eot"),url("/dv2/14/76fdec86-8182-4943-a7e0-e96fa2614c74.woff2?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("woff2"),url("/dv2/3/d1593c7e-75b7-4bec-8974-4dc5be7b3a1c.woff?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("woff"),url("/dv2/1/b12ba0a2-6277-46ff-9aba-d446d3f7bfb1.ttf?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("truetype"),url("/dv2/11/6428dd59-eb77-4a05-9311-e0c87599d317.svg?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#6428dd59-eb77-4a05-9311-e0c87599d317") format("svg");
font-weight:500;font-style:normal;
}
@font-face{
font-family:"Prelo W01_i5";
src:url("/dv2/2/ae6007a4-37ae-44fb-9215-343f725ccfe3.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix") format("eot");
}
@font-face{
font-family:"Prelo W01";
src:url("/dv2/2/ae6007a4-37ae-44fb-9215-343f725ccfe3.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix");
src:url("/dv2/2/ae6007a4-37ae-44fb-9215-343f725ccfe3.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix") format("eot"),url("/dv2/14/d849e346-9bd3-4cbe-b842-0094b2efb1d1.woff2?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("woff2"),url("/dv2/3/6c1e1de4-333f-4c4a-8848-e857d7e05c13.woff?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("woff"),url("/dv2/1/b365b52b-b3e8-4aad-9089-c4c6db769a05.ttf?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("truetype"),url("/dv2/11/53ea802b-8e10-48f1-ade7-071459384e49.svg?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#53ea802b-8e10-48f1-ade7-071459384e49") format("svg");
font-weight:500;font-style:italic;
}
@font-face{
font-family:"Prelo W01_n7";
src:url("/dv2/2/a3851d10-f4c7-438a-a854-8a16b2a229c4.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix") format("eot");
}
@font-face{
font-family:"Prelo W01";
src:url("/dv2/2/a3851d10-f4c7-438a-a854-8a16b2a229c4.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix");
src:url("/dv2/2/a3851d10-f4c7-438a-a854-8a16b2a229c4.eot?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#iefix") format("eot"),url("/dv2/14/2a29c90c-e61e-471e-b9b7-af8f704d779b.woff2?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("woff2"),url("/dv2/3/90e78228-bd77-4ac4-a243-b12dbd5dc24c.woff?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("woff"),url("/dv2/1/fc4f98c2-8a68-4fde-87e5-63102d120f3e.ttf?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77") format("truetype"),url("/dv2/11/7fdd581b-4498-4767-ac8a-36ee5dc59deb.svg?d44f19a684109620e484157aa090e818164b583323d003aed8738c486c8f2be5451a12b579fdb3b84f52c077b1b063612babe72c6cf13ea84e96a257fd04e607054d7130499e1b35c1c974fd0faf1c2401af24dd0f2652c6d314d4f53b2acb457de2d59d0764faff3390420a7f2f2cece659c093c81b211add9867bc05e5899b615b6d1bb12cdb202d&projectId=74aba331-25fc-40a2-a378-4452c59e0c77#7fdd581b-4498-4767-ac8a-36ee5dc59deb") format("svg");
font-weight:700;font-style:normal;
}
@media all and (min-width: 0px) {
}


			.csc-space-before-30 {
				margin-top: 30px;
			}
		


			.csc-space-after-15 {
				margin-top: 15px;
			}
		

