/*! jQuery UI - v1.10.4 - 2014-06-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000000;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #ffffff url('vhs-assets-css-597dee7c904b065a6dc7eeb04b14c6c2.png') 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url('vhs-assets-css-025e0ecad47ea3d6f0993c98d4a90212.png') 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url('vhs-assets-css-f6829d76e28e83620f5bd33b9a7ecee4.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url('vhs-assets-css-1cc4d803034abca792bbe85f0f3fb8be.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #ffffff url('vhs-assets-css-955e8be4d8ffa18191346895f836b1f0.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url('vhs-assets-css-1a70e903dd0c3675e15f03c07d933995.png') 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url('vhs-assets-css-58fe2097846b46173d50ba319cb84a83.png') 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('vhs-assets-css-2f423f554782880ce040ad3e3c9a78fa.png');
}
.ui-widget-header .ui-icon {
  background-image: url('vhs-assets-css-2f423f554782880ce040ad3e3c9a78fa.png');
}
.ui-state-default .ui-icon {
  background-image: url('vhs-assets-css-1d35338dc66b89dc2b98a7ffd9c259ef.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('vhs-assets-css-2f0c00d4fc0d8bc6fd1a3d27c5a6a16a.png');
}
.ui-state-active .ui-icon {
  background-image: url('vhs-assets-css-2f0c00d4fc0d8bc6fd1a3d27c5a6a16a.png');
}
.ui-state-highlight .ui-icon {
  background-image: url('vhs-assets-css-9f8d8c7c7540928c168e1c1db82cf7fd.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('vhs-assets-css-6cbdf300443ff891a959d6830245c2dd.png');
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaaaaa url('vhs-assets-css-68bfc67b5f201ebbbcdfef875db89609.png') 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url('vhs-assets-css-68bfc67b5f201ebbbcdfef875db89609.png') 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}


/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #52595f;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #3e4f61;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #202932;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 20px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #f6f6f6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20.7px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #d1d1d5;
}
.text-primary {
  color: #3e4f61;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #d1d1d5;
}
h1,
h2,
h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h4,
h5,
h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h1 small,
.h1 small {
  font-size: 31px;
}
h2 small,
.h2 small {
  font-size: 23px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 18px;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #f6f6f6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d1d1d5;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  border-left: 5px solid #f6f6f6;
}
blockquote p {
  font-size: 22.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #d1d1d5;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f6f6f6;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 10px;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #52595f;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
pre.prettyprint {
  margin-bottom: 25px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 770px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1470px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #52595f;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #d1d1d5;
}
.form-control::-moz-placeholder {
  color: #d1d1d5;
}
.form-control:-ms-input-placeholder {
  color: #d1d1d5;
}
.form-control::-webkit-input-placeholder {
  color: #d1d1d5;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f6f6f6;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 20px;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9199a0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #3e4f61;
  border-color: #344251;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2e3b48;
  border-color: #1c242c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3e4f61;
  border-color: #344251;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d35033;
  border-color: #c3462a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b64127;
  border-color: #90341f;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d35033;
  border-color: #c3462a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #3e4f61;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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 {
  color: #202932;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d1d1d5;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 20px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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-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-print:before {
  content: "\e045";
}
.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-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.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-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-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.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-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  background-color: #f6f6f6;
  border: 1px solid 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #52595f;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #3e4f61;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3e4f61;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d1d1d5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #d1d1d5;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 20px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 20px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 20px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}
.nav > li.disabled > a {
  color: #d1d1d5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d1d1d5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f6f6f6;
  border-color: #3e4f61;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f6f6f6 #f6f6f6 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #3e4f61;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #3e4f61;
  border-bottom-color: #3e4f61;
}
.nav a:hover .caret {
  border-top-color: #202932;
  border-bottom-color: #202932;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: none;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 23px;
  line-height: 25px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  /*@media (min-width: @grid-float-breakpoint) {
    display: none;
  }*/
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .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: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-text {
  float: left;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #52595f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #3a3f44;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #52595f;
}
.navbar-default .navbar-nav > li > a {
  color: #52595f;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3e4f61;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3e4f61;
  background-color: #f6f6f6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f6f6f6;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ededed;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #3e4f61;
  border-bottom-color: #3e4f61;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f6f6f6;
  color: #3e4f61;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #3e4f61;
  border-bottom-color: #3e4f61;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #52595f;
  border-bottom-color: #52595f;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #52595f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3e4f61;
    background-color: transparent;
  }
  .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 {
    color: #3e4f61;
    background-color: #f6f6f6;
  }
  .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 {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #52595f;
}
.navbar-default .navbar-link:hover {
  color: #3e4f61;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #d1d1d5;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d1d1d5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d1d1d5;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #d1d1d5;
  border-bottom-color: #d1d1d5;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d1d1d5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .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 {
    color: #ffffff;
    background-color: #080808;
  }
  .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 {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d1d1d5;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: none;
  border-radius: 10px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #52595f;
}
.breadcrumb > .active {
  color: #52595f;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f6f6f6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3e4f61;
  border-color: #3e4f61;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d1d1d5;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}
.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 {
  color: #d1d1d5;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #d1d1d5;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b6b6bd;
}
.label-primary {
  background-color: #3e4f61;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2a3642;
}
.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: #d35033;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ae3e25;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d1d1d5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3e4f61;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #f6f6f6;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 81px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3e4f61;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #52595f;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #3e4f61;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d35033;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3e4f61;
  border-color: #3e4f61;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  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: #a5b5c6;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #52595f;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #3e4f61;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3e4f61;
  border-color: #3e4f61;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3e4f61;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3e4f61;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 20px;
}
.well-sm {
  padding: 9px;
  border-radius: 5px;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 10px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}


@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=35fcd121-e0c4-4a3d-9e1e-6cfab98a950f");
/* fonts */
@font-face {
  font-family: 'Glyphicons';
  src: url('vhs-assets-css-c92759a668f8b5f214bc20c40d488d50.eot');
  src: url('vhs-assets-css-9cf930032d7571388fce4bd32ec943d7.eot?#iefix') format('embedded-opentype'), url('vhs-assets-css-19ecb149e40dbfd32941685b1ea25068.woff') format('woff'), url('vhs-assets-css-0a5a9d44d0de6c33bfd7600b35bf5bef.ttf') format('truetype'), url('vhs-assets-css-0eb49bec6b9ef1bbacc13153c0814106.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hgmIcons';
  src: url('vhs-assets-css-24b14598fdf77dd9a0520505dabfa840.eot');
  src: url('vhs-assets-css-92e152cec892b047a719dc437e192d45.eot?#iefix') format('embedded-opentype'), url('vhs-assets-css-d1a53a200bd1d150b349774f316537a2.woff') format('woff'), url('vhs-assets-css-3bf7836deba0a869c12ffbf9bbbfe8f7.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rotis SemiSans W01 Bold";
  src: url('vhs-assets-css-d9278bb6d91bf82761e07881afd34c6b.eot?#iefix');
  src: url('vhs-assets-css-d9278bb6d91bf82761e07881afd34c6b.eot?#iefix') format("eot"), url('vhs-assets-css-51e6c852b947bff34fb57f359b5d8505.woff') format("woff"), url('vhs-assets-css-3b5eaf96362b6e1c2769bba3312dea24.ttf') format("truetype"), url('vhs-assets-css-7f98168d06cb4b3e54b9cfbd2231423e.svg#08f1a594-8dbd-4a8b-b573-daff29c0820d') format("svg");
}
@font-face {
  font-family: "RotisSemiSansW01-Light";
  src: url('vhs-assets-css-07684d2926d8f50a25965f5c41914acc.eot?#iefix');
  src: url('vhs-assets-css-07684d2926d8f50a25965f5c41914acc.eot?#iefix') format("eot"), url('vhs-assets-css-8c1ccf5e0f7875bbc1829db5b3e4d907.woff') format("woff"), url('vhs-assets-css-43137d285fbae47e616ad340cb72d650.ttf') format("truetype"), url('vhs-assets-css-524e8d8bb3da95130eac4712351ec97b.svg#fcebc14a-6a7b-4c2f-891b-a15d30a4d6f7') format("svg");
}
@font-face {
  font-family: "RotisSemiSansW01-ExtraB";
  src: url('vhs-assets-css-500c3ff63745b19d92267dd8163ff926.eot?#iefix');
  src: url('vhs-assets-css-500c3ff63745b19d92267dd8163ff926.eot?#iefix') format("eot"), url('vhs-assets-css-b117f5fbe981c28795332221effa72fd.woff') format("woff"), url('vhs-assets-css-75ffbf2d06f6c546f3e0bda2abcf5a73.ttf') format("truetype"), url('vhs-assets-css-f3fd028c1e794d5ad0c744bc429eabda.svg#6aa8fb64-1a11-4fc8-9722-fde70822911a') format("svg");
}
@font-face {
  font-family: "RotisSemiSansW01-Italic";
  src: url('vhs-assets-css-44357f533b0f2c1f57324cbd34a0d1b0.eot?#iefix');
  src: url('vhs-assets-css-44357f533b0f2c1f57324cbd34a0d1b0.eot?#iefix') format("eot"), url('vhs-assets-css-ac4c0b1f97daa33c5b04eb69348b8a83.woff') format("woff"), url('vhs-assets-css-768319a3e4a5cd7e3f354fc5a210efa3.ttf') format("truetype"), url('vhs-assets-css-d61e1541c4b7b503512ab50c7af94dd1.svg#bf436f25-8378-4272-982d-4d1fd52cf93f') format("svg");
}
@font-face {
  font-family: "RotisSemiSansW01-LightI";
  src: url('vhs-assets-css-34488aaf283773e4cd4006940890182d.eot?#iefix');
  src: url('vhs-assets-css-34488aaf283773e4cd4006940890182d.eot?#iefix') format("eot"), url('vhs-assets-css-95bd41f25da7590704080098df6fed05.woff') format("woff"), url('vhs-assets-css-d04d729f68c679b916f5ce4d369406b8.ttf') format("truetype"), url('vhs-assets-css-b68026407bd9d68a16ca7d9f1e68a42a.svg#c2e6ef10-f44e-46fb-8333-9a1e25ec4289') format("svg");
}
@font-face {
  font-family: "Rotis SemiSans W01";
  src: url('vhs-assets-css-6c23efd63224d82f04d2191d4b2903ac.eot?#iefix');
  src: url('vhs-assets-css-6c23efd63224d82f04d2191d4b2903ac.eot?#iefix') format("eot"), url('vhs-assets-css-8ffb8426f2b10c5371e4feecb049550e.woff') format("woff"), url('vhs-assets-css-bdc57796a970148e19b02f7671bcf932.ttf') format("truetype"), url('vhs-assets-css-0a1ff5b5cd1b1cd15bdd6b648a566b84.svg#2443883a-f1ad-4674-8c09-72449de88874') format("svg");
}
/* animations */


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > article {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > article:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
  overflow: hidden;
}
.carousel article {
  margin-right: 5px;
}
.flexslider article {
  position: relative;
}
.flex-caption {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 115px;
  left: 0;
  bottom: 0;
  color: #52595f;
  padding: 10px 0;
  border-bottom: 25px solid #3e4f61;
  z-index: 1500;
}
.flex-caption:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3e4f61;
  opacity: 0.8;
  content: " ";
  top: 0;
  left: 0;
  z-index: 1;
}
.flex-caption:before {
  background: rgba(209, 209, 213, 0.5) !important;
}
.logo-slider.flex-caption:after {
  background: transparent !important;
}
.logo-slider.flex-caption * {
  display: none;
}
a > .flex-caption h2 {
  border-bottom: 1px solid transparent;
}
a > .flex-caption h2:after {
  font-family: 'hgmIcons';
  content: '\e013';
  padding-left: 15px;
  font-size: 24px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
a > .flex-caption h2:hover {
  border-bottom: 1px dotted white;
}
.flex-caption h2 {
  font-size: 40px;
  /*font-family: "signacond-lightregular";*/
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  color: white;
  display: inline;
}
.flex-caption p {
  font-size: 20px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 100;
}
/* Direction Nav */
.flex-direction-nav {
  position: absolute;
  top: 100px;
  background: rgba(82, 89, 95, 0.3);
  border-radius: 0 10px 10px 0;
}
.flex-direction-nav li {
  display: inline-block;
  padding-bottom: 10px;
}
.flex-direction-nav a {
  font-size: 10rem;
  opacity: 0.6;
  color: white;
  line-height: 10rem;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.flex-direction-nav a:hover {
  opacity: 1;
}
.locations .flex-direction-nav {
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100px;
  background: none;
}
.locations .flex-direction-nav a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.locations .flex-direction-nav .flex-next {
  right: 0;
}
.flex-direction-nav .disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 0;
  height: 20px;
}
.flex-control-paging {
  padding: 5px 133px 5px 5px;
  right: 0;
  background: transparent;
  height: 25px;
  z-index: 2000;
}
.flex-control-paging li {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin: 0 5px;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent;
  border: 1px solid white;
}
.flex-control-paging li a.flex-active {
  background: white;
}
.flex-control-paging.fade-out {
  background: transparent;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}
.locations.slider img {
  border-radius: 20px;
}
.locations.slider .screenshot {
  position: relative;
}
.locations.slider .screenshot .title {
  background: #3e4f61;
  width: 200px;
  display: inline-block;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -15px;
  color: white;
  position: absolute;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}
.locations .flex-control-nav,
.locations .flex-control-paging li a {
  height: 10px;
}
.cat-mus .flex-caption {
  border-color: #d4512f;
}
.cat-mus .flex-caption:after {
  background: #d4512f;
}
.cat-mus .flex-caption h2:after {
  border-color: #d4512f;
}
.cat-aus .flex-caption {
  border-color: #deb054;
}
.cat-aus .flex-caption:after {
  background: #deb054;
}
.cat-aus .flex-caption h2:after {
  border-color: #deb054;
}
.cat-ser .flex-caption {
  border-color: #a26736;
}
.cat-ser .flex-caption:after {
  background: #a26736;
}
.cat-ser .flex-caption h2:after {
  border-color: #a26736;
}
.cat-kul .flex-caption {
  border-color: #729a60;
}
.cat-kul .flex-caption:after {
  background: #729a60;
}
.cat-kul .flex-caption h2:after {
  border-color: #729a60;
}
.flex-pauseplay {
  position: absolute;
  bottom: 0;
  z-index: 5000;
  cursor: pointer;
}
.flex-pauseplay .flex-pause {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  color: white;
}
.flex-pauseplay .flex-pause:after {
  font-family: 'fontAwesome';
  content: '\f04c';
  display: block;
  text-indent: 0px;
  margin-left: 6px;
  margin-bottom: -2px;
}
.flex-pauseplay .flex-play {
  text-indent: -9999px;
  display: inline-block;
  color: white;
}
.flex-pauseplay .flex-play:after {
  font-family: 'fontAwesome';
  content: '\f04b';
  display: block;
  text-indent: 0px;
  margin-left: 6px;
  margin-bottom: -2px;
}
@media screen and (max-width: 768px) {
  .flex-direction-nav,
  .flex-control-nav {
    padding: 0;
    height: 20px;
    display: none;
  }
  .locations .flex-direction-nav {
    display: block;
  }
  .flex-caption {
    position: relative;
    min-height: 123px;
  }
  a > .flex-caption h2:after {
    font-size: 14px;
  }
  .flex-caption {
    background: #94aac0;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .flex-caption h2 {
    font-size: 2rem;
    color: white;
  }
  .flex-caption p {
    font-size: 12px;
    color: white;
  }
  .flex-caption:before,
  .flex-caption:after {
    display: none !important;
  }
  .cat-mus .flex-caption {
    background: rgba(212, 81, 47, 0.8);
  }
  .cat-aus .flex-caption {
    background: rgba(222, 176, 84, 0.8);
  }
  .cat-ser .flex-caption {
    background: rgba(162, 103, 54, 0.8);
  }
  .cat-kul .flex-caption {
    background: rgba(114, 154, 96, 0.8);
  }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('vhs-assets-css-f31a209f92a8b6c978318001d713b215.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('vhs-assets-css-893806afc47411c22ff8b93aa7f44c28.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('vhs-assets-css-072060594b734cbd33a1f0030284c4e4.gif');
  /* helps IE */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('vhs-assets-css-adb286acf99f8b6a5bd0d29c619debef.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */

  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('vhs-assets-css-8de3d007c1ac693aa6dcd6ac6dfdfe3e.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  
  }
  #fancybox-loading div {
    background-image: url('vhs-assets-css-9e481224a511008957b0e17d5beaa1d2.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  
  }
}


/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span {
  height: 30px;
  /* Height of the drop down */
  line-height: 20px;
  /* Vertically positions the drop down text */
  display: block;
  padding: 5px 0 5px 3px;
}
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 25px;
  /* Vertically positions the drop down text */
  display: block;
  padding: 5px 0 5px 2px;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 2px 0 0 0;
  padding: 5px;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #d1d1d5;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
  border-bottom: none;
  font-family: 'Rotis SemiSans W01 Bold';
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 35px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: transparent;
  background-repeat: repeat-x;
  color: #3e4f61;
  border: 1px solid #3e4f61;
}
.selectboxit-default-arrow:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 10px;
  font-size: 22px;
  font-style: normal;
  vertical-align: middle;
}
.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor > .selectboxit-option-icon-container {
  padding: 5px 0;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #3e4f61;
  margin: 0 5px;
  padding: 5px 0;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
.has_error input {
  border-color: #d35033;
}
.has_error input.form-control {
  border-color: #d35033;
}
.help-inline {
  color: #d35033;
}
.has_error ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d35033;
}
.has_error :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d35033;
}
.has_error ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d35033;
}
.has_error :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d35033;
}
/*TOTDO richtig stylen*/
main ul.selectboxit-options li {
  margin-bottom: 0;
  line-height: 0;
}
main ul.selectboxit-options li:before {
  content: '';
  padding-right: 0px;
}


/* iCheck plugin Flat skin, aero
----------------------------------- */
.icheckbox_flat-aero,
.iradio_flat-aero {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 5px;
  padding: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  color: #3e4f61;
  border: 1px solid #3e4f61;
  position: absolute !important;
}
.icheckbox_flat-aero {
  background-position: 0 0;
}
.icheckbox_flat-aero:after {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 10px;
  padding: 0 1px;
  vertical-align: text-top;
  display: block;
  margin-top: 1px;
  margin-left: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.icheckbox_flat-aero.checked:after {
  opacity: 1;
}
.iradio_flat-aero:after {
  content: "•";
  font-size: 20px;
  padding: 0 1px;
  vertical-align: text-top;
  display: block;
  margin-top: -6px;
  margin-left: 1px;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  opacity: 0;
}
.iradio_flat-aero.checked:after {
  opacity: 1;
}
.icheckbox_flat-aero.disabled {
  cursor: default;
}
.iradio_flat-aero {
  border-radius: 15px;
}
.Tx-Formhandler .radio,
.Tx-Formhandler .checkbox,
.Tx-Formhandler .radio-group label {
  display: block;
  padding-left: 0px;
  padding-right: 25px;
  cursor: pointer;
  margin-left: 30px;
  margin-top: -5px;
}
.Tx-Formhandler input[type="radio"],
.Tx-Formhandler input[type="checkbox"] {
  width: 0;
  height: 0;
}
.Tx-Formhandler .form-element.types .radio-group label {
  margin-left: 45px;
  display: block;
  padding-right: 5px;
  margin-top: 0;
}
.Tx-Formhandler .form-element.types span.info-button {
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 20px;
}
.iCheck-helper {
  z-index: 1;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-aero,
  .iradio_flat-aero {
    background-size: 176px 22px;
  }
}


html {
    font-size: 62.5%;
}
/* flexslider flicker fix */
body {
    /*-webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;*/
    font-family: 'Rotis SemiSans W01', Arial, Verdana, sans-serif;
    color: #3E4E62;
    /*.navbar-collapse.collapse {
      float: right;
    }*/
    /*
    .gallery-wrapper {
      display: block;
      width: 100%;
      clear: both;
      .csc-textpic-imagewrap {
        width: auto !important;
        > figure {
          float: left;
          width: 24%;
          margin-right: 0.5%;
          margin-left: 0.5%;
          margin-bottom: 1%;
          > figure.csc-image {
            width: 100%;
             .img-thumbnail {
               width: 100%;
               height: auto;
             }
          }
        }
        figcaption {
          display: none;
        }
      }
    }
    */
    /* Categorization */
    /* MUSEUM */
    /* AUSSTELLUNGEN */
    /* SERVICE & KONTAKT */
    /* KULTURVERMITTLUNG */
    /* SHOP */
}
body .row {
    /*margin: 0;*/
}
body .font-bold {
    font-weight: bold;
}
body .font-italic {
    font-style: italic;
}
body .ui-widget {
    font-family: 'Rotis SemiSans W01';
    background: #E2E6EA;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
    background: white;
}
body .ui-datepicker th.ui-datepicker-week-end {
    color: #D4512F;
    opacity: .8;
}
body .ui-datepicker td.ui-datepicker-week-end {
    color: #D4512F;
    opacity: .8;
}
body .ui-datepicker td {
    padding: 0;
    border: none;
}
body .ui-state-default,
body .ui-widget-content td.ui-datepicker-week-end .ui-state-default,
body .ui-widget-header td.ui-datepicker-week-end .ui-state-default {
    color: #D4512F;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
    border: none;
    background: #E2E6EA;
}
body .ui-widget-header {
    background: white;
    border: none;
    border-radius: 0;
}
body table.calendar tbody tr .mobile-info {
    display: none;
}
body .btn-primary {
    margin-top: 15px;
}

body .calendar-wrapper {
    margin-bottom: 25px;
    margin-top: 34px;
}
body .calendar-wrapper .calendar-sp-header {
    background: transparent;
    text-transform: uppercase;
    font-family: 'Rotis SemiSans W01 Bold';
}
body .calendar-wrapper .calendar-sp-header:after {
    font-family: 'hgmIcons';
    content: '\e01c';
    color: #8A1608;
    float: right;
    font-size: 22px;
    margin-top: -5px;
    padding-right: 7px;
}
body .calendar-wrapper .calendar-sp-content {
    background-color: #ECEFF1;
    border-top: 10px solid #8A1608;
    padding: 10px 5px;
}
body .calendar-wrapper .calendar-sp-content .date-wrapper {
    font-size: 14px;
    color: #8A1608;
}
body .calendar-wrapper .calendar-sp-content .time-wrapper {
    font-size: 14px;
    font-style: italic;
}
body .calendar-wrapper .calendar-sp-content a {
    font-size: 14px;
}
body .calendar-wrapper .calendar-sp-content a:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 11px;
    vertical-align: middle;
}
body .calendar-wrapper .all-events {
    background-color: #DDE2E6;
    padding: 15px 20px;
}
body .calendar-wrapper .all-events a {
    font-size: 14px;
}
body .calendar-wrapper .all-events a:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 11px;
    vertical-align: middle;
}
body .social-box {
    margin-bottom: 25px;
}
body .social-box .left-fb {
    float: left;
}
body .social-box i:after {
    content: '\e01a';
    font-family: 'hgmIcons';
    font-size: 45px;
    line-height: 45px;
    font-style: normal;
    color: #3B589C;
    padding-right: 5px;
}
body .social-box a p {
    margin: 0;
    font-size: 14px;
    padding-top: 6px;
}
body .social-box a p:after {
    font-family: 'hgmIcons';
    content: '\e013';
    padding-left: 10px;
    font-size: 11px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
}
body .blog-box i:after {
    content: '\e026';
    color: #8A1608;
}
body .twitter-box i:after {
    content: '\e025';
    color: #55ACEE;
}
body .instagram-box .left-fb {
    padding-right: 5px;
}
body .Tx-Formhandler .newsletter {
    margin-bottom: 25px;
}
body .Tx-Formhandler .newsletter form .form-container .form-group label {
    height: 0;
    text-indent: -9999px;
}
body .Tx-Formhandler .newsletter .control-label {
    font-family: 'Rotis SemiSans W01 Bold';
    background: transparent;
    text-transform: uppercase;
}
body .Tx-Formhandler .newsletter .control-label:after {
    font-family: 'hgmIcons';
    content: '\e017';
    color: #8A1608;
    float: right;
    font-size: 22px;
    margin-top: -5px;
    padding-right: 7px;
}
body .Tx-Formhandler .newsletter .form-container {
    background-color: #ECEFF1;
    border-top: 10px solid #8A1608;
}
body .Tx-Formhandler .newsletter .form-container .btn-primary {
    background: transparent;
    color: #3E4F61;
    font-size: 13px;
    border: none;
    border-bottom: 1px dotted transparent;
    margin: 3px 15px;
    padding: 0;
    margin-top: 15px;
}
body .Tx-Formhandler .newsletter .form-container .btn-primary:hover {
    border-bottom: 1px dotted #3E4F61;
}
body .Tx-Formhandler .newsletter .form-container .form-group {
    padding: 10px;
    position: relative;
}
body .Tx-Formhandler .newsletter .form-container .form-group .form-control {
    border: none;
    border-bottom: 1px solid #B8C1CB;
    border-radius: 0;
    font-size: 16px;
}
body .Tx-Formhandler .newsletter .form-container .form-group:after {
    font-family: 'hgmIcons';
    content: '\e003';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #B8C1CB;
}
body .Tx-Formhandler span.info-button {
    margin-top: -5px;
}
body .Tx-Formhandler .radio-group label {
    display: block;
    padding-right: 5px;
}
body .Tx-Formhandler label {
    display: block;
    font-weight: normal;
}
body .Tx-Formhandler .form-section {
    width: 100%;
}
body .Tx-Formhandler .form-element.types .form-group,
body .Tx-Formhandler .form-element.school .form-group {
    float: none;
}
body .Tx-Formhandler .form-element .form-group {
    float: left;
    padding-right: 40px;
}
body .Tx-Formhandler .form-element.group .form-group {
    width: 30%;
}
body .Tx-Formhandler .form-element.person .form-group {
    width: 50%;
}
body .info-box-content {
    display: none;
}
body .info-button-wrapper {
    display: none;
    position: absolute;
    background: #94AAC0;
    color: white;
    z-index: 9999;
    padding: 15px;
    border-bottom: 10px solid #3E4F61;
    top: 40px;
    width: 500px;
}
body .info-button-wrapper:before {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #94AAC0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -25px;
    margin-left: 50px;
}
body .info-button-wrapper.show {
    display: block;
}
body .info-button-wrapper span.close-info-button:after {
    font-family: 'hgmIcons';
    content: '\e01e';
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 3px;
}
body .info-button-wrapper p {
    color: white !important;
}
body .radio-group .radio-element:last-child .info-button-wrapper {
    right: 0;
}
body .radio-group .radio-element:last-child .info-button-wrapper:before {
    margin-left: 350px;
}
body img {
    max-width: 100%;
    height: auto;
}
body div.social-links {
    margin-top: -70px;
    position: absolute;
    right: 15px;
    z-index: 1100;
}
body div.social-links a {
    color: transparent;
    font: 0px/0 serif;
    text-shadow: none;
}
body div.social-links a:after {
    min-width: 37px;
    font-size: 28px;
    margin-left: 10px;
    color: #8A93A1 !important;
    text-indent: 0px;
}

body.startpage h4 {
    margin-bottom: 0;
}
body.startpage div.social-links {
    right: 0px;
}
body.startpage #searchform {
    margin-right: 0px;
}
body.startpage #searchform div.form-group.pull-right:after {
    right: 5px;
}
body a {
    color: #3E4F61;
    border-bottom: 1px dotted transparent;
}
body a:hover {
    color: #3E4F61;
    border-bottom: 1px dotted #3E4F61;
}
body a:focus {
    color: #3E4F61;
    border-bottom: 1px dotted #3E4F61;
}
body div.landingpage-box {
    position: relative;
    margin-bottom: 80px;
    display: block;
}
body div.landingpage-box a {
    display: block;
}
body div.landingpage-box a:hover .landingpage-footer div p {
    border-bottom: 1px dotted white;
}
body div.landingpage-box a img {
    max-width: 100%;
    height: auto;
}
body div.landingpage-box a .landingpage-footer {
    position: absolute;
    color: white;
    background: #3E4F61;
    width: 100%;
    height: 50px;
    padding-left: 15px;
}
body div.landingpage-box a .landingpage-footer > div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}
body div.landingpage-box a .landingpage-footer > div p {
    margin: 0;
    line-height: 25px;
    border-bottom: 1px dotted transparent;
}
body div.info-box {
    width: 100%;
    height: auto;
    display: block;
    color: white;
    padding: 1px 5px 10px 15px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
}
body div.info-box:after {
    display: block;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 15px solid white;
    border-bottom: 0px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
body div.info-box:before {
    position: absolute;
    right: 10px;
    font-size: 30px;
}
body div.info-box a {
    color: white;
    border-bottom: 1px dotted transparent;
}
body div.info-box a:hover {
    color: white;
    border-bottom: 1px dotted white;
}
body div.info-box a:focus {
    color: white;
    border-bottom: 1px dotted white;
}
body div.info-box.attention {
    background: #D35033;
    border-top: 10px solid #8D1900;
}
body div.info-box.attention:before {
    content: '\e015';
    font-family: 'hgmIcons';
}
body div.info-box.attention:after {
    border-top: 15px solid #8D1900;
}
body div.info-box.quiz {
    background: #6E9C5C;
    border-top: 10px solid #2D5C29;
}
body div.info-box.quiz:before {
    content: '\e016';
    font-family: 'hgmIcons';
}
body div.info-box.quiz:after {
    border-top: 15px solid #2D5C29;
}
body div.info-box.actual {
    background: #3D4C64;
    border-top: 10px solid #B8C1CB;
}
body div.info-box.actual:before {
    content: '\e01e';
    font-family: 'hgmIcons';
}
body div.info-box.actual:after {
    border-top: 15px solid #B8C1CB;
}
body div.info-box.actual a {
    display: table;
}
body div.info-box.actual a:before {
    content: '\e00f';
    font-family: 'hgmIcons';
    padding-right: 5px;
}
body div.info-box h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 20px;
    font-family: 'Rotis SemiSans W01 Bold';
}
body.subpage div.row.fixedcol div:first-child {
    padding-left: 0;
}
body.subpage div.row.fixedcol div:last-child {
    padding-right: 0;
}
body.subpage .row {
    /*margin: 0;*/
}
body.subpage > .cat-mus .calendar-event-content h3 {
    color: #D4512F;
}
body.subpage > .cat-mus div.social-links a:hover:after {
    color: #D4512F !important;
}
body.subpage > .cat-mus h1 {
    color: #D4512F;
}
body.subpage > .cat-aus .calendar-event-content h3 {
    color: #DEB054;
}
body.subpage > .cat-aus div.social-links a:hover:after {
    color: #DEB054 !important;
}
body.subpage > .cat-aus h1 {
    color: #DEB054;
}
body.subpage > .cat-ser .calendar-event-content h3 {
    color: #A26736;
}
body.subpage > .cat-ser div.social-links a:hover:after {
    color: #A26736 !important;
}
body.subpage > .cat-ser h1 {
    color: #A26736;
}
body.subpage > .cat-kul .calendar-event-content h3 {
    color: #729A60;
}
body.subpage > .cat-kul div.social-links a:hover:after {
    color: #729A60 !important;
}
body.subpage > .cat-kul h1 {
    color: #729A60;
}
body a.link_internal:after {
    font-family: 'hgmIcons';
    /*content: '\e013';*/
    font-size: 11px;
    padding-left: 0px;
    margin-right: 10px;
    color: #6A7986;
}
body a.link_download:after {
    font-family: 'hgmIcons';
    content: '\e00f';
    font-size: 11px;
    padding-left: 5px;
    margin-right: 10px;
    color: #6A7986;
}
body a.link_external:after {
    font-family: 'hgmIcons';
    content: '\e00a';
    font-size: 18px;
    padding-left: 5px;
    margin-right: 10px;
    color: #6A7986;
}
body a.link_facebook {
    text-indent: -9999px;
    display: inline-block;
}
body a.link_facebook:after {
    font-family: 'hgmIcons';
    content: '\e01a';
    font-size: 14px;
    color: #6A7986;
    text-indent: 1px;
    display: block;
    overflow: hidden;
}
body a.link_calendar:after {
    font-family: 'hgmIcons';
    content: '\e01c';
    color: #3E4F61;
    margin-top: -3px;
    margin-left: 21px;
    font-size: 31px !important;
    padding-right: 10px;
    padding-left: 10px;
}
body a.link_calendar:hover {
    border-bottom: 1px solid transparent !important;
}
body a.link_calendar:hover:after {
    color: #3E4F61;
}
body a.link_sl_tour:after {
    font-family: 'hgmIcons';
    content: '\e019';
    font-size: 20px;
    color: #3E4F61;
}
body a.link_sl_tour:hover {
    border-bottom: 1px solid transparent !important;
}
body a.link_sl_tour:hover:after {
    color: #3E4F61;
}
body a.link_sl_info:after {
    font-family: 'hgmIcons';
    content: '\e018';
    font-size: 20px;
    color: #3E4F61;
}
body a.link_sl_info:hover {
    border-bottom: 1px solid transparent !important;
}
body a.link_sl_info:hover:after {
    color: #3E4F61;
}
body a.link_sl_mail:after {
    font-family: 'hgmIcons';
    content: '\e017';
    font-size: 20px;
    color: #3E4F61;
    font-size: 31px !important;
    margin-top: -3px;
}
body a.link_sl_mail:hover {
    border-bottom: 1px solid transparent !important;
}
body a.link_sl_mail:hover:after {
    color: #3E4F61;
}
body a.link_sl_facebook:after {
    font-family: 'hgmIcons';
    content: '\e01a';
    font-size: 20px;
    color: #3E4F61;
}
body a.link_sl_facebook:hover {
    border-bottom: 1px solid transparent !important;
}
body a.link_sl_facebook:hover:after {
    color: #3E4F61;
}
body a:hover {
    text-decoration: none;
}
body .headercontent {
    margin-top: -165px;
    max-width: 1470px;
    margin: auto;
}
body .frontpage-box {
    margin-bottom: 40px;
}
body .frontpage-box > h1 {
    font-size: 18px;
    border-bottom: 10px solid #B8C1CB;
    padding-bottom: 5px;
    margin-bottom: 0px;
    color: #B8C1CB;
}
body .frontpage-box p,
body .frontpage-box div,
body .frontpage-box li {
    font-size: 14px;
}
body .frontpage-box a:after {
    font-family: 'hgmIcons';
    content: '\e013';
    padding-left: 10px;
    margin-right: 0;
    font-size: 11px;
}
body #menu-shadow {
    width: 100%;
    background: #ECEFF1;
    opacity: 0;
    height: 0px;
    top: 165px;
    position: absolute;
    left: 0;
    z-index: 1150;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
body #menu-shadow.menu-open {
    opacity: .91;
    height: 427px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 2000;
}
body header#pageheader {
    z-index: 7100;
    background: white;
    position: relative;
    height: 165px;
    opacity: .9;
    margin: auto;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
body header#pageheader .container.row {
    margin: auto;
}
body header#pageheader.dropbox-open {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
body header#pageheader .header-menu.row {
    margin-left: -15px;
    margin-right: -15px;
}
body header#pageheader .navbar-nav {
    font-family: 'Rotis SemiSans W01 Bold';
}
body header#pageheader .navbar-nav a {
    color: inherit;
}
body header#pageheader .navbar-nav a:hover,
body header#pageheader .navbar-nav a:focus {
    border-bottom: 1px solid transparent;
}
body header#pageheader .navbar-nav a:after {
    color: #3E4F61;
}
body header#pageheader .navbar-nav.navbar-right {
    margin-top: 55px;
    position: static;
    margin-right: 0;
    z-index: 99999;
    margin-right: 8.333333333332%;
}
body header#pageheader .navbar-nav > li {
    position: static;
}
body header#pageheader .navbar-nav > li > .dropdown-menu {
    display: none;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    box-shadow: none;
    outline: none;
    opacity: 0;
    right: auto;
    z-index: -1;
    /*background: transparent;*/
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    /*margin-left: 540px;*/
    padding-top: 30px;
    left: 0;
    padding-left: 120px;
    background: #ECEFF1;
    height: auto;
    width: 100%;
    padding-bottom: 25px;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li {
    position: static;
    width: 100%;
    list-style: none;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li > a {
    font-size: 15px;
    line-height: 17px;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li:hover .dropdown-menu {
    z-index: 100;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a {
    font-size: 15px;
    line-height: 17px;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 11px;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu {
    display: block;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    position: absolute;
    box-shadow: none;
    outline: none;
    opacity: 0;
    left: auto;
    right: auto;
    z-index: -1;
    top: 3px;
    background-color: transparent;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    margin-left: 250px;
    margin-top: 27px;
    border-left: 1px solid #94A8C2;
    padding-top: 0px;
    height: 80%;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu li.dropdown a {
    font-size: 15px;
    line-height: 17px;
}
body header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu li.dropdown a:after {
    content: '';
}
body header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu .dropdown-menu {
    display: none !important;
}
body header#pageheader .navbar-nav > li > a {
    padding: 10px 16px 10px 16px;
}
body header#pageheader .navbar-nav > li > a > span.menu-title {
    z-index: 5;
    position: relative;
    text-transform: uppercase;
    color: #3E4F61;
}
body header#pageheader .navbar-nav > li > a > span.menu-title:hover {
    color: #3E4F61;
}
body header#pageheader .navbar-nav > li p.nav-title {
    position: absolute;
    padding-top: 25px;
    display: none;
    opacity: 0;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 800;
    width: 625px;
    text-align: right;
    left: 0;
    line-height: 35px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
body header#pageheader .navbar-nav li.open li:hover > .dropdown-menu,
body header#pageheader .navbar-nav li:hover li:hover > .dropdown-menu,
body header#pageheader .navbar-nav li:focus li:hover > .dropdown-menu,
body header#pageheader .navbar-nav li.open li:focus > .dropdown-menu,
body header#pageheader .navbar-nav li:hover li:focus > .dropdown-menu,
body header#pageheader .navbar-nav li:focus li:focus > .dropdown-menu,
body header#pageheader .navbar-nav li.open li.open > .dropdown-menu,
body header#pageheader .navbar-nav li:hover li.open > .dropdown-menu,
body header#pageheader .navbar-nav li:focus li.open > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
body header#pageheader .navbar-nav li.open li span.menu-title,
body header#pageheader .navbar-nav li:hover li span.menu-title,
body header#pageheader .navbar-nav li:focus li span.menu-title {
    font-size: 15px;
}
body header#pageheader .navbar-nav li.open > .dropdown-menu,
body header#pageheader .navbar-nav li:hover > .dropdown-menu,
body header#pageheader .navbar-nav li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
body header#pageheader .navbar-nav li.open p.nav-title,
body header#pageheader .navbar-nav li:hover p.nav-title,
body header#pageheader .navbar-nav li:focus p.nav-title {
    display: block;
    opacity: .74;
    z-index: 2000;
    -webkit-transition: all 1s;
    transition: all 1s;
}
body header#pageheader .navbar-nav > li > a:focus > span.menu-title {
    border-top: 5px solid black;
}
body header#pageheader .navbar-nav > li.cat-mus > a:focus > span.menu-title {
    border-color: #D4512F;
}
body header#pageheader .navbar-nav > li.cat-aus > a:focus > span.menu-title {
    border-color: #DEB054;
}
body header#pageheader .navbar-nav > li.cat-ser > a:focus > span.menu-title {
    border-color: #A26736;
}
body header#pageheader .navbar-nav > li.cat-kul > a:focus > span.menu-title {
    border-color: #729A60;
}
body header#pageheader .navbar-nav > li.open a,
body header#pageheader .navbar-nav > li:hover a,
body header#pageheader .navbar-nav > li.active a,
body header#pageheader .navbar-nav > li:focus a {
    background: transparent;
    font-size: 18px;
}
body header#pageheader .navbar-nav > li.open > a > span.menu-title,
body header#pageheader .navbar-nav > li:hover > a > span.menu-title,
body header#pageheader .navbar-nav > li.active > a > span.menu-title,
body header#pageheader .navbar-nav > li:focus > a > span.menu-title {
    border-top: 5px solid black;
    color: #3E4F61;
}
body header#pageheader .navbar-nav > li.open.cat-mus > a > span.menu-title,
body header#pageheader .navbar-nav > li:hover.cat-mus > a > span.menu-title,
body header#pageheader .navbar-nav > li.active.cat-mus > a > span.menu-title,
body header#pageheader .navbar-nav > li:focus.cat-mus > a > span.menu-title {
    border-top: 5px solid #D4512F;
}
body header#pageheader .navbar-nav > li.open.cat-mus p.nav-title,
body header#pageheader .navbar-nav > li:hover.cat-mus p.nav-title,
body header#pageheader .navbar-nav > li.active.cat-mus p.nav-title,
body header#pageheader .navbar-nav > li:focus.cat-mus p.nav-title {
    color: #D4512F;
}
body header#pageheader .navbar-nav > li.open.cat-mus .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:hover.cat-mus .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li.active.cat-mus .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:focus.cat-mus .dropdown-menu a:hover {
    color: #D4512F;
}
body header#pageheader .navbar-nav > li.open.cat-mus .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:hover.cat-mus .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li.active.cat-mus .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:focus.cat-mus .dropdown-menu a:hover:after {
    color: #D4512F;
}
body header#pageheader .navbar-nav > li.open.cat-aus > a > span.menu-title,
body header#pageheader .navbar-nav > li:hover.cat-aus > a > span.menu-title,
body header#pageheader .navbar-nav > li.active.cat-aus > a > span.menu-title,
body header#pageheader .navbar-nav > li:focus.cat-aus > a > span.menu-title {
    border-top: 5px solid #DEB054;
}
body header#pageheader .navbar-nav > li.open.cat-aus p.nav-title,
body header#pageheader .navbar-nav > li:hover.cat-aus p.nav-title,
body header#pageheader .navbar-nav > li.active.cat-aus p.nav-title,
body header#pageheader .navbar-nav > li:focus.cat-aus p.nav-title {
    color: #DEB054;
}
body header#pageheader .navbar-nav > li.open.cat-aus .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:hover.cat-aus .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li.active.cat-aus .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:focus.cat-aus .dropdown-menu a:hover {
    color: #DEB054;
}
body header#pageheader .navbar-nav > li.open.cat-aus .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:hover.cat-aus .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li.active.cat-aus .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:focus.cat-aus .dropdown-menu a:hover:after {
    color: #DEB054;
}
body header#pageheader .navbar-nav > li.open.cat-ser > a > span.menu-title,
body header#pageheader .navbar-nav > li:hover.cat-ser > a > span.menu-title,
body header#pageheader .navbar-nav > li.active.cat-ser > a > span.menu-title,
body header#pageheader .navbar-nav > li:focus.cat-ser > a > span.menu-title {
    border-top: 5px solid #A26736;
}
body header#pageheader .navbar-nav > li.open.cat-ser p.nav-title,
body header#pageheader .navbar-nav > li:hover.cat-ser p.nav-title,
body header#pageheader .navbar-nav > li.active.cat-ser p.nav-title,
body header#pageheader .navbar-nav > li:focus.cat-ser p.nav-title {
    color: #A26736;
}
body header#pageheader .navbar-nav > li.open.cat-ser .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:hover.cat-ser .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li.active.cat-ser .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:focus.cat-ser .dropdown-menu a:hover {
    color: #A26736;
}
body header#pageheader .navbar-nav > li.open.cat-ser .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:hover.cat-ser .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li.active.cat-ser .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:focus.cat-ser .dropdown-menu a:hover:after {
    color: #A26736;
}
body header#pageheader .navbar-nav > li.open.cat-kul > a > span.menu-title,
body header#pageheader .navbar-nav > li:hover.cat-kul > a > span.menu-title,
body header#pageheader .navbar-nav > li.active.cat-kul > a > span.menu-title,
body header#pageheader .navbar-nav > li:focus.cat-kul > a > span.menu-title {
    border-top: 5px solid #729A60;
}
body header#pageheader .navbar-nav > li.open.cat-kul p.nav-title,
body header#pageheader .navbar-nav > li:hover.cat-kul p.nav-title,
body header#pageheader .navbar-nav > li.active.cat-kul p.nav-title,
body header#pageheader .navbar-nav > li:focus.cat-kul p.nav-title {
    color: #729A60;
}
body header#pageheader .navbar-nav > li.open.cat-kul .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:hover.cat-kul .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li.active.cat-kul .dropdown-menu a:hover,
body header#pageheader .navbar-nav > li:focus.cat-kul .dropdown-menu a:hover {
    color: #729A60;
}
body header#pageheader .navbar-nav > li.open.cat-kul .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:hover.cat-kul .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li.active.cat-kul .dropdown-menu a:hover:after,
body header#pageheader .navbar-nav > li:focus.cat-kul .dropdown-menu a:hover:after {
    color: #729A60;
}
body header#pageheader .navbar-default {
    background: none;
    margin-bottom: 0;
    border: 0;
}
body header#pageheader .btn-default.active {
    background-color: #B8C1CB;
    width: 28px;
    padding-top: 19px;
    line-height: 12px;
}
body header#pageheader .btn-default.active:after {
    display: block;
    width: 19px;
    height: 19px;
    background-color: #B8C1CB;
    content: ' ';
    top: 23px;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body header#pageheader a.btn-default {
    padding-top: 13px;
    color: #B8C1CB;
}
body header#pageheader a.btn-default:hover {
    color: #3E4F61;
}
body .navbar-inner li {
    display: table;
}
body .navbar-inner li.sub.dropdown .dropdown-menu {
    display: block;
    position: relative;
    min-height: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
}
body .navbar-inner li.sub.dropdown > a:after {
    font-family: 'hgmIcons';
    content: '\e013';
    padding-left: 15px;
    font-size: 14px;
}
body .navbar-inner li.sub.dropdown.active > a:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 14px;
}
body .navbar-inner li > a {
    color: #8A93A1;
    padding: 0;
}
body .navbar-inner li > a:after {
    color: #8A93A1;
}
body .navbar-inner li ul li > a {
    padding: 0 15px;
    font-size: 14px;
}
body .navbar-inner li ul li ul li > a {
    padding: 0 30px;
}
body .navbar-inner .subnav {
    min-height: 0;
    margin-bottom: 0;
    font-family: 'Rotis SemiSans W01 Bold';
}
body div.header-content {
    position: absolute;
    top: 0;
}
body div.header-content .img-thumbnail {
    padding: 0;
}
body div.header-content .img-thumbnail:hover {
    border-top: none;
    border-right: none;
    border-left: none;
}
body div.header-content img {
    border-bottom: 25px solid #3E4F61;
    height: auto;
    max-height: 330px;
}
body div.slidebar-wrapper {
    max-width: 1470px;
    margin: -165px auto 0 auto;
    padding: 0 15px;
    z-index: 7000;
    position: relative;
}
body footer,
body .footer-main {
    background: url('/typo3conf/ext/as_framework/Resources/Public/img/ziegel.png') #3E4D63;
    color: white;
    font-size: 14px;
    max-width: 1440px;
    margin: auto;
    padding-top: 0;
    margin-top: 25px;
}
body footer a,
body .footer-main a {
    color: white;
}
body footer a.link_internal,
body .footer-main a.link_internal {
    color: #DEB054;
    border-bottom: 1px dotted transparent;
}
body footer a.link_internal:after,
body .footer-main a.link_internal:after {
    font-family: 'fontAwesome';
    content: '\f101';
    padding-left: 10px;
    color: #DEB054;
}
body footer a.link_internal:hover,
body .footer-main a.link_internal:hover {
    color: #DEB054;
    border-bottom: 1px dotted #DEB054;
}
body footer a.link_facebook,
body .footer-main a.link_facebook {
    color: #DEB054;
    border-bottom: 1px dotted transparent;
}
body footer a.link_facebook:after,
body .footer-main a.link_facebook:after {
    color: #DEB054;
}
body footer a.link_facebook:hover,
body .footer-main a.link_facebook:hover {
    border-bottom: 1px dotted #DEB054;
}
body footer a.link_mail,
body .footer-main a.link_mail {
    color: #DEB054;
    border-bottom: 1px dotted transparent;
}
body footer a.link_mail:hover,
body .footer-main a.link_mail:hover {
    color: #DEB054;
    border-bottom: 1px dotted #DEB054;
}
body footer .footercols,
body .footer-main .footercols {
    padding-top: 25px;
}
body footer #meta-nav li,
body .footer-main #meta-nav li {
    display: block;
}
body footer .footer-header,
body .footer-main .footer-header {
    margin: 0;
    color: #B8C1CB;
}
body footer .footer-bottom,
body .footer-main .footer-bottom {
    border-top: 0px solid #B8C1CB;
}
body footer .sitebyasoluto a,
body .footer-main .sitebyasoluto a {
    border-bottom: 1px solid transparent;
    color: white;
}
body footer .sitebyasoluto a:hover,
body .footer-main .sitebyasoluto a:hover {
    color: white;
    border-bottom: 1px dotted white;
}
body .container {
    max-width: 1470px;
}
body .navbar-brand {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
}
body .navbar-brand .logo {
    width: 450px;
    height: 95px;
    margin-top: 43px;
    margin-left: -15px;
}
body .navbar-brand:hover,
body .navbar-brand:focus {
    border-bottom: 1px solid transparent !important;
}
body .img-thumbnail {
    border: 1px solid white;
    outline: 0;
    border-radius: 0;
    background: none;
}
body .gallery-wrapper .img-thumbnail {
    border: 1px solid transparent;
    outline: 0;
    border-radius: 0;
    padding: 5px;
    width: 140px;
    height: 140px;
}
body .gallery-wrapper .img-thumbnail:hover {
    border: 1px solid #3E4F61;
}
body .gallery-wrapper .img-thumbnail .lightbox {
    width: 140px;
    height: 140px;
    text-align: center;
    padding-top: 50px;
}
body.subpage .page-content {
    margin-top: 215px;
}
body .page-content {
    margin-top: 30px;
}
body .page-content a {
    color: #6A7986;
}
body .page-content a:hover {
    color: #6A7986;
    border-bottom: 1px dotted #3E4F61;
}
body .customnav a {
    color: #6A7986 !important;
}
body .customnav a:hover {
    color: #6A7986 !important;
    border-bottom: 1px dotted #3E4F61;
}
body .navbar-collapse {
    padding-right: 8px;
}
body #searchform {
    margin-top: 13px;
    margin-right: 0px;
}
body #searchform .hidden {
    display: block !important;
    visibility: hidden !important;
    position: absolute;
}
body #searchform .search-icon {
    background: transparent;
    border: medium none;
    display: block !important;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible !important;
    width: 25px;
    text-indent: -9999em;
}
body #searchform .search-icon:after {
    font-family: 'hgmIcons';
    content: '\e001';
    position: absolute;
    display: block;
    top: 0;
    right: 5px;
    color: #94AAC0;
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
    visibility: visible;
    text-indent: 0px;
}
body #searchform .search-icon:after:focus {
    color: #3E4F61;
}
body #searchform .search-icon:after:focus:after {
    color: #000 !important;
    outline: #000 1px dotted;
}
body #searchform div.form-group.pull-right {
    position: relative;
}
body #searchform div.form-group.pull-right input[type="search"] {
    border-bottom: 1px solid #94AAC0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 0;
}
body #searchform div.form-group.pull-right .input-sm {
    height: 25px;
}
body #searchform div.form-group.pull-right.textinput:after {
    color: #3E4F61;
}
body .nav-category {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Rotis SemiSans W01 Bold';
}
body ul.customnav {
    position: absolute;
    right: 290px;
    z-index: 2000;
    font-size: 14px;
    padding: 15px;
}
body ul.customnav li {
    float: left;
    display: block;
    padding-right: 15px;
}
body ul.customnav li:before {
    content: '•';
    padding-right: 15px;
}
body ul.customnav li:first-child:before {
    content: '';
}
body .gallery-wrapper {
    display: block;
    width: 100%;
    clear: both;
}
body .gallery-wrapper .csc-textpic-imagewrap {
    width: auto !important;
}
body .gallery-wrapper .csc-textpic-imagewrap > figure {
    float: left;
    width: 25%;
    min-width: 110px;
    margin-bottom: 5px;
}
body .gallery-wrapper .csc-textpic-imagewrap > figure > figure {
    width: 100%;
}
body .gallery-wrapper .csc-textpic-imagewrap > figure > figure img.img-thumbnail {
    width: 100%;
    height: auto;
}
body .gallery-wrapper .csc-textpic-imagewrap figcaption {
    display: none;
}
body .fancybox-wrap .fancybox-nav span {
    background-image: none;
    background: #3E4F61;
    height: 57px;
    width: 40px;
    opacity: 0.3;
}
body .fancybox-wrap .fancybox-nav span:after {
    font-family: 'hgmIcons';
    z-index: 8050;
    color: white;
    font-size: 40px;
    position: absolute;
    top: 0;
}
body .fancybox-wrap .fancybox-nav.fancybox-next span {
    margin-right: -10px;
    padding-left: 10px;
    text-indent: -9999px;
}
body .fancybox-wrap .fancybox-nav.fancybox-next span:after {
    content: '\e011';
    text-indent: 0px;
    display: block;
}
body .fancybox-wrap .fancybox-nav.fancybox-prev span {
    margin-left: -10px;
    padding-left: 10px;
    text-indent: -9999px;
}
body .fancybox-wrap .fancybox-nav.fancybox-prev span:after {
    content: '\e010';
    left: 10px;
    text-indent: 0px;
    display: block;
}
body .fancybox-wrap .fancybox-outer,
body .fancybox-wrap .fancybox-inner {
    position: relative;
    background: white;
}
body .fancybox-wrap .fancybox-title-outside-wrap {
    position: static;
    margin: 0;
}
body .fancybox-wrap .fancybox-title {
    background: white;
    color: #3E4F61;
    padding: 15px;
    font-family: 'Rotis SemiSans W01 Bold';
}
body .fancybox-wrap .fancybox-title .gallery-footer {
    margin: 0;
    font-size: 18px;
}
body .fancybox-wrap .fancybox-title .gallery-footer a:after {
    font-family: 'hgmIcons';
    content: '\e00f';
    padding-left: 5px;
    font-size: 14px;
}
body .fancybox-wrap .fancybox-skin {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
body .fancybox-wrap .fancybox-close {
    top: -50px;
    right: 0px;
    background-image: none;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}
body .fancybox-wrap .fancybox-close:after {
    content: '\e021';
    font-family: 'hgmIcons';
    font-size: 30px;
    display: block;
    margin-top: 10px;
    color: #3E4F61;
}
body .fancybox-wrap div.fancybox-header {
    position: absolute;
    top: -60px;
    height: 80px;
    width: 100%;
    background: #ededed;
    left: 0;
    color: #3E4F61;
    padding: 15px 35px 15px 15px;
}
body .fancybox-wrap div.fancybox-header .gallery-date {
    font-size: 16px;
}
body .fancybox-wrap div.fancybox-header .gallery-content {
    font-size: 20px;
    margin-top: 10px;
    line-height: 120%;
}
body .accordion {
    height: 240px;
    margin: 6px 0 25px 0;
    overflow: hidden;
}
body .accordion .img-thumbnail {
    border: none;
    outline: 0;
    border-radius: 0;
    padding: 0;
}
body .accordion .panel {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
body .accordion .panel .article {
    position: relative;
}
body .accordion .panel .article a H3:after {
    font-family: 'hgmIcons';
    content: '\e013';
    padding-left: 10px;
    font-size: 18px;
}
body .accordion .panel .article .accordion-image {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: auto;
}
body .accordion .panel .article .accordion-image .img-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0;
    -webkit-transition: opacity 5s ease-in;
    transition: opacity 5s ease-in;
}
body .accordion .panel .article .accordion-text-content {
    padding: 5px 15px;
}
body .accordion .panel .article .accordion-text-content .footer,
body .accordion .panel .article .accordion-text-content .header,
body .accordion .panel .article .accordion-text-content .teaser-text,
body .accordion .panel .article .accordion-text-content .news-text-wrap {
    z-index: 1000;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 5s ease-in;
    transition: opacity 5s ease-in;
}
body .accordion .panel .article .accordion-text-content .news-text-wrap p {
    display: inline;
}
body .accordion .panel .article .accordion-text-content a H4 {
    border-bottom: 1px dotted transparent;
    display: inline;
}
body .accordion .panel .article .accordion-text-content a:hover H4 {
    border-bottom: 1px dotted #3E4F61;
    display: inline;
}
body .accordion .panel .article:hover .accordion-image .img-shadow {
    opacity: 0.8;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
body .accordion .panel .article:hover .footer,
body .accordion .panel .article:hover .header,
body .accordion .panel .article:hover .teaser-text,
body .accordion .panel .article:hover .news-text-wrap {
    z-index: 1000;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
body .accordion .panel .accordion-body p,
body .accordion .panel .accordion-body H3,
body .accordion .panel .accordion-body H4 {
    color: #3E4F61;
}
body .accordion .panel .accordion-body H3 {
    margin-bottom: 3px;
}
body .accordion .panel .accordion-body.height3 .accordion-inner {
    height: 146px !important;
    overflow: hidden;
}
body .accordion .panel .accordion-body.height2 .accordion-inner {
    height: 191px !important;
    overflow: hidden;
}
body .accordion .panel .accordion-body.height1 .accordion-inner {
    height: 192px !important;
    overflow: hidden;
}
body .accordion .panel .accordion-body div.date-wrapper {
    font-size: 15px;
}
body .accordion .panel.active .article .accordion-image .img-shadow {
    opacity: 0.9;
    -webkit-transition: opacity 3s ease-in;
    transition: opacity 3s ease-in;
}
body .accordion .panel.active .article .footer,
body .accordion .panel.active .article .header,
body .accordion .panel.active .article .teaser-text,
body .accordion .panel.active .article .news-text-wrap {
    z-index: 1000;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 3s ease-in;
    transition: opacity 3s ease-in;
}
body .accordion .panel.active .article > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
body .accordion .panel.active .article > a .news-text-wrap * {
    border-bottom: 1px dotted transparent;
}
body .accordion .panel.active .article > a:hover .news-text-wrap * {
    border-bottom: 1px dotted #3E4F61;
}
body .accordion .panel.active .accordion-heading {
    position: relative;
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .accordion .panel.show-active .accordion-heading {
    position: relative;
    opacity: 0.5;
    height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .accordion .panel .accordion-heading {
    display: block;
    position: relative;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}
body .accordion .panel .accordion-heading.cat-mus .accordion-toggle {
    background: #D4512F;
}
body .accordion .panel .accordion-heading.cat-ser .accordion-toggle {
    background: #A26736;
}
body .accordion .panel .accordion-heading.cat-aus .accordion-toggle {
    background: #DEB054;
}
body .accordion .panel .accordion-heading.cat-kul .accordion-toggle {
    background: #729A60;
}
body .accordion .panel .accordion-heading .accordion-toggle {
    display: block;
    width: 100%;
    background: white;
    color: white;
    padding: 2px 15px;
    border-bottom: 1px solid white;
    min-height: 50px;
    max-height: 50px;
}
body .accordion .panel .accordion-heading .accordion-toggle.single-panel:after {
    content: '\e013';
    font-family: 'hgmIcons';
    font-size: 18px;
}
body .accordion .panel .accordion-heading .accordion-toggle:after {
    content: '\e004';
    font-family: 'hgmIcons';
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 14px;
}
body .accordion .panel .accordion-heading .accordion-toggle:focus .panel-title span {
    text-decoration: underline;
}
body .accordion .panel .accordion-heading .accordion-toggle .panel-subtitle {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
body .accordion .panel .accordion-heading .accordion-toggle .panel-subtitle.disable {
    display: none;
}
body .accordion .panel .accordion-heading .accordion-toggle .panel-subtitle p {
    margin: 0;
}
body .accordion .panel .accordion-heading .accordion-toggle .panel-title {
    font-size: 21px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
body .accordion .panel .accordion-heading .accordion-toggle .panel-title.no-sub {
    padding-top: 0px;
    padding-right: 30px;
    height: 42px;
    line-height: 42px;
}
body .accordion .panel .accordion-heading .accordion-toggle .panel-title.no-sub span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
body .mobile-custom {
    display: none;
}
body span.info-button {
    cursor: pointer;
}
body span.info-button:after {
    content: '\e01d';
    font-family: 'hgmIcons';
    font-size: 14px;
    vertical-align: top;
    color: #3E4F61;
    padding-left: 5px;
}
body > .cat-mus h4 {
    color: #D4512F;
}
body > .cat-mus .calendar-event-list a .event-header:after,
body > .cat-mus .news-list-view a .event-header:after {
    color: #D4512F;
}
body > .cat-mus span.info-button:after {
    color: #D4512F;
}
body > .cat-mus .gallery-wrapper .img-thumbnail:hover {
    border: 1px solid #D4512F;
}
body > .cat-mus span.info-button:after {
    color: #D4512F;
}
body > .cat-mus div.landingpage-box .landingpage-footer {
    background: #D4512F;
}
body > .cat-mus .icheckbox_flat-aero.checked,
body > .cat-mus .iradio_flat-aero.checked {
    color: #D4512F;
    border-color: #D4512F;
}
body > .cat-mus .btn-primary {
    background-color: #D4512F;
    border-color: #D4512F;
    opacity: .8;
}
body > .cat-mus .btn-primary:hover {
    opacity: 1;
}
body > .cat-mus .form-element p {
    color: #D4512F;
}
body > .cat-mus a {
    color: #D4512F;
}
body > .cat-mus a:hover,
body > .cat-mus a:focus,
body > .cat-mus a:after {
    color: #D4512F;
}
body > .cat-mus a:hover,
body > .cat-mus a:focus {
    border-color: #D4512F;
}
body > .cat-mus div.header-content img {
    border-bottom: 25px solid #D4512F;
    max-width: 100%;
}
body > .cat-mus .nav-category {
    color: #D4512F;
}
body > .cat-mus .navbar-inner li.active > a,
body > .cat-mus .navbar-inner li > a:hover,
body > .cat-mus .navbar-inner li > a:focus {
    color: #D4512F;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
body > .cat-mus .navbar-inner li.active > a:after,
body > .cat-mus .navbar-inner li > a:hover:after,
body > .cat-mus .navbar-inner li > a:focus:after {
    color: #D4512F;
}
body > .cat-aus .calendar-event-list a h4,
body > .cat-aus .news-list-view a h4 {
    color: #DEB054;
}
body > .cat-aus .calendar-event-list a .event-header:after,
body > .cat-aus .news-list-view a .event-header:after {
    color: #DEB054;
}
body > .cat-aus span.info-button:after {
    color: #DEB054;
}
body > .cat-aus .gallery-wrapper .img-thumbnail:hover {
    border: 1px solid #DEB054;
}
body > .cat-aus span.info-button:after {
    color: #DEB054;
}
body > .cat-aus div.landingpage-box .landingpage-footer {
    background: #DEB054;
}
body > .cat-aus .icheckbox_flat-aero.checked,
body > .cat-aus .iradio_flat-aero.checked {
    color: #DEB054;
    border-color: #DEB054;
}
body > .cat-aus .btn-primary {
    background-color: #DEB054;
    border-color: #DEB054;
    opacity: .8;
}
body > .cat-aus .btn-primary:hover {
    opacity: 1;
}
body > .cat-aus .form-element p {
    color: #DEB054;
}
body > .cat-aus a {
    color: #DEB054;
}
body > .cat-aus a:hover,
body > .cat-aus a:focus,
body > .cat-aus a:after {
    color: #DEB054;
}
body > .cat-aus a:hover,
body > .cat-aus a:focus {
    border-color: #DEB054;
}
body > .cat-aus div.header-content img {
    border-bottom: 25px solid #DEB054;
}
body > .cat-aus .nav-category {
    color: #DEB054;
}
body > .cat-aus .navbar-inner li.active > a,
body > .cat-aus .navbar-inner li > a:hover,
body > .cat-aus .navbar-inner li > a:focus {
    color: #DEB054;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
body > .cat-aus .navbar-inner li.active > a:after,
body > .cat-aus .navbar-inner li > a:hover:after,
body > .cat-aus .navbar-inner li > a:focus:after {
    color: #DEB054;
}
body > .cat-ser .calendar-event-list a h4,
body > .cat-ser .news-list-view a h4 {
    color: #A26736;
}
body > .cat-ser .calendar-event-list a .event-header:after,
body > .cat-ser .news-list-view a .event-header:after {
    color: #A26736;
}
body > .cat-ser span.info-button:after {
    color: #A26736;
}
body > .cat-ser .gallery-wrapper .img-thumbnail:hover {
    border: 1px solid #A26736;
}
body > .cat-ser span.info-button:after {
    color: #A26736;
}
body > .cat-ser div.landingpage-box .landingpage-footer {
    background: #A26736;
}
body > .cat-ser .icheckbox_flat-aero.checked,
body > .cat-ser .iradio_flat-aero.checked {
    color: #A26736;
    border-color: #A26736;
}
body > .cat-ser .btn-primary {
    background-color: #A26736;
    border-color: #A26736;
    opacity: .8;
}
body > .cat-ser .btn-primary:hover {
    opacity: 1;
}
body > .cat-ser .form-element p {
    color: #A26736;
}
body > .cat-ser a {
    color: #A26736;
}
body > .cat-ser a:hover,
body > .cat-ser a:focus,
body > .cat-ser a:after {
    color: #A26736;
}
body > .cat-ser a:hover,
body > .cat-ser a:focus {
    border-color: #A26736;
}
body > .cat-ser div.header-content img {
    border-bottom: 25px solid #A26736;
}
body > .cat-ser .nav-category {
    color: #A26736;
}
body > .cat-ser .navbar-inner li.active > a,
body > .cat-ser .navbar-inner li > a:hover,
body > .cat-ser .navbar-inner li > a:focus {
    color: #A26736;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
body > .cat-ser .navbar-inner li.active > a:after,
body > .cat-ser .navbar-inner li > a:hover:after,
body > .cat-ser .navbar-inner li > a:focus:after {
    color: #A26736;
}
body > .cat-kul .calendar-event-list a h4,
body > .cat-kul .news-list-view a h4 {
    color: #729A60;
}
body > .cat-kul .calendar-event-list a .event-header:after,
body > .cat-kul .news-list-view a .event-header:after {
    color: #729A60;
}
body > .cat-kul span.info-button:after {
    color: #729A60;
}
body > .cat-kul .gallery-wrapper .img-thumbnail:hover {
    border: 1px solid #729A60;
}
body > .cat-kul span.info-button:after {
    color: #729A60;
}
body > .cat-kul div.landingpage-box .landingpage-footer {
    background: #729A60;
}
body > .cat-kul .icheckbox_flat-aero.checked,
body > .cat-kul .iradio_flat-aero.checked {
    color: #729A60;
    border-color: #729A60;
}
body > .cat-kul .btn-primary {
    background-color: #729A60;
    border-color: #729A60;
    opacity: .8;
}
body > .cat-kul .btn-primary:hover {
    opacity: 1;
}
body > .cat-kul .form-element p {
    color: #729A60;
}
body > .cat-kul a {
    color: #729A60;
}
body > .cat-kul a:hover,
body > .cat-kul a:focus,
body > .cat-kul a:after {
    color: #729A60;
}
body > .cat-kul a:hover,
body > .cat-kul a:focus {
    border-color: #729A60;
}
body > .cat-kul div.header-content img {
    border-bottom: 25px solid #729A60;
}
body > .cat-kul .nav-category {
    color: #729A60;
}
body > .cat-kul .navbar-inner li.active > a,
body > .cat-kul .navbar-inner li > a:hover,
body > .cat-kul .navbar-inner li > a:focus {
    color: #729A60;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
body > .cat-kul .navbar-inner li.active > a:after,
body > .cat-kul .navbar-inner li > a:hover:after,
body > .cat-kul .navbar-inner li > a:focus:after {
    color: #729A60;
}
body h1,
body h2,
body h3 {
    margin-top: 15px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    font-family: 'Rotis SemiSans W01 Bold', Arial, Verdana, sans-serif;
}
body h1 {
    font-size: 40px;
    line-height: 120%;
}
body h2 {
    font-size: 28px;
    line-height: 120%;
}
body h3 {
    font-size: 24px;
    line-height: 120%;
}
body h4 {
    font-size: 18px;
    line-height: 120%;
}
body .abstract {
    font-size: 24px;
    line-height: 120%;
}
body .btn {
    padding: 3px 10px;
    font-size: 20px;
    border-radius: 0;
}
body .form-control,
body input,
body textarea {
    background-color: transparent;
    height: 34px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #3E4F61;
    padding-left: 10px;
    width: 100%;
}
body .form-element {
    border-top: 1px solid #B8C1CB;
    margin-top: 30px;
}
body .form-element.all {
    border-top: none;
}
body .form-element.school {
    border-top: none;
}
body .form-element.school p {
    font-size: 24px;
}
body .form-element.school label {
    font-size: 24px;
}
body .form-element p {
    font-size: 18px;
    color: #3E4F61;
    margin-top: 25px;
    margin-bottom: 20px;
}
body .radio-row {
    clear: both;
}
body .radio-row .radio-element {
    float: left;
    width: 33%;
    position: relative;
    margin-bottom: 20px;
}
body .tx-indexedsearch-rules {
    display: none;
}
body .tx-indexedsearch-searchbox p {
    display: none;
}
body .tx-indexedsearch-info.info {
    display: none;
}
body .tx-indexedsearch-icon.icon {
    display: none;
}
body .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    font-family: 'Rotis SemiSans W01 Bold';
    color: #3E4F61;
    font-weight: bold;
}
body .tx-indexedsearch-percent.percent {
    display: none;
}
body .tx-indexedsearch-searchbox tr {
    display: block;
    float: left;
}
body .tx-indexedsearch-searchbox-button.submit:hover {
    color: #3E4F61;
    background: white;
}
body .tx-indexedsearch-searchbox-button.submit {
    color: white;
    background: #3E4F61;
}
body div.tx-go-maps-ext img {
    max-width: none;
}
body span.info-button:after {
    font-family: 'hgmIcons';
    content: '\e01d';
    display: inline;
    font-size: 14px;
    vertical-align: top;
    color: #3E4F61;
}
body .news-list-view a {
    display: block;
}
body .news-list-view .article {
    position: relative;
    border-bottom: 1px solid #B8C1CB;
}
body .news-list-view .article:hover {
    background: #D1D8E1;
}
body .news-list-view .article div.news-img-wrap {
    position: absolute;
    right: 0;
    bottom: 15px;
}
body .news-list-view .article .col-md-10 {
    border-left: 1px solid #B8C1CB;
    position: static;
    min-height: 180px;
}
body .news-list-view .article .day-header h4 {
    color: #3E4F61;
}
body .news-list-view .article .day-header h1 {
    color: #677385 !important;
}
body .news-list-view .article .day-header.weekend h4 {
    color: #D4512F;
}
body .news-list-view .article .day-header.weekend h1 {
    color: #D4512F !important;
}
body .news-list-view a h4 {
    color: #3E4F61;
    font-size: 18px;
}
body .news-list-view a .event-date {
    color: #677385;
    font-size: 16px;
}
body .news-list-view a .event-header {
    font-family: 'Rotis SemiSans W01 Bold';
    color: #3E4E62;
    font-size: 21px;
}
body .news-list-view a .event-header:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 14px;
    padding-left: 5px;
}
body .news-list-view a .image-container {
    position: absolute;
    right: 0;
    bottom: 15px;
}
body .news-list-view a .event-description {
    color: #3E4E62;
    font-size: 18px;
}
body .toplink {
    position: fixed;
    right: 0px;
    bottom: 0;
    height: 50px;
    width: 50px;
    background-color: rgba(240, 240, 240, 0.5);
    opacity: 0;
    text-align: center;
    transition: opacity 1s ease;
    z-index: 9999;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
body .toplink.show {
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}
body .toplink span:before {
    content: "\e013";
    font-family: 'hgmIcons';
    color: #D4512F;
    font-size: 3rem;
    line-height: 1.5;
    padding-left: 5px;
    position: absolute;
    right: 10px;
    top: 5px;
    text-indent: 1px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.breadcrumb {
    padding: 8px 0;
    color: #B8C1CB;
    font-size: 14px;
    margin-top: -55px;
    margin-bottom: 60px;
    margin-left: 0px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    font-family: 'fontAwesome';
    content: "\f105";
    font-size: 10px;
    margin-top: 9px;
    vertical-align: top;
    line-height: 6px;
    display: inline-block;
}
.breadcrumb > .active {
    color: #B8C1CB;
    font-size: 14px;
}
.breadcrumb > .active a {
    color: #B8C1CB;
    font-size: 14px;
}
:focus {
    outline: none !important;
}
nav.langSwitch.container > div > * {
    border: none;
    background: none;
    box-shadow: none;
    padding-top: 10px;
}
nav.langSwitch.container {
    position: absolute;
    right: 200px;
}
nav.langSwitch.container div span {
    border-radius: 0;
    padding-top: 13px;
}
nav.langSwitch a:focus {
    outline: #000 1px dotted;
}
body .btn-group > .btn:focus,
body .btn-group-vertical > .btn:focus {
    outline: #000 1px dotted !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: inherit;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -5px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #3E4F61;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #3E4F61;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.nav {
    margin-top: 0;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    float: left;
    padding-right: 10px;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
    float: right;
    padding-left: 10px;
}
.csc-textpic-imagewrap {
    max-width: 100%;
    width: auto !important;
}
div.csc-textpic:after {
    clear: both;
    float: none;
    content: " ";
    display: table;
}
.csc-textpic-center .csc-textpic-imagewrap {
    text-align: center;
}
.csc-textpic-right .csc-textpic-imagewrap {
    text-align: right;
}
.csc-textpic-left .csc-textpic-imagewrap {
    text-align: left;
}
.selectboxit-list .selectboxit-option-anchor {
    color: #88929F;
    font-family: 'Rotis SemiSans W01 Bold';
}
.selectboxit-list .selectboxit-option-anchor:hover {
    color: black;
}
.selectboxit-container .selectboxit-options {
    background: #E3E6E9;
}
.gme-info-window p {
    margin: 0;
}
.tx-as-slideshow {
    display: block;
    height: 600px;
}
div.error-page-logo {
    width: 350px;
    margin: 25px;
}
body .tx-indexedsearch-searchbox tr {
    display: none;
}
body .tx-indexedsearch-searchbox tr:first-child {
    display: block;
}
body .tx-indexedsearch-searchbox tr:last-child {
    display: block;
}
body :focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

/**
 * Datepicker Update
 */
body .pickmeup .pmu-instance .pmu-day-of-week *,body  .pickmeup .pmu-instance .pmu-days > div {
    display: block;
    width: 100%;
}
body .pickmeup {
    background: white;
    border-radius: 0;
}

body .pickmeup .pmu-instance .pmu-button {
    color: #3e4f61;
}
body .pickmeup .pmu-instance nav .pmu-button {
    color: white;
}
body .pickmeup .pmu-instance {
    width: 100%;
    padding: 0;
}
body .pickmeup .pmu-instance nav {
    background-color: #3e4f61;
    color: white;
}
body .pickmeup .pmu-instance nav,
body .pickmeup .pmu-instance .pmu-years,
body .pickmeup .pmu-instance .pmu-month,
body .pickmeup .pmu-instance .pmu-days {
    padding: .4em .4em 0 .4em;
}
body .pickmeup .pmu-instance .pmu-days {
    padding: .4em .4em .4em .4em;
}
body .pickmeup.pmu-flat {
    position: relative;
    display: block;
}

body .pickmeup .pmu-instance .pmu-day-of-week *,
body .pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 1.5em;
    width: 14%;
}


/* firefox */
@-moz-document url-prefix() {
  /*#pageheader.affix .navbar.left3d:before {
      height: 62px;
    }*/
}


body div#calendar-wrapper {
  position: absolute;
  background: #E2E6EA;
  z-index: 88888;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
body div#calendar-wrapper.open {
  max-height: 15000px;
  -webkit-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
}

div#modal-container {
  display: block;
  height: auto;
  left: 3000px;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 100001;
  transition: left 2s;
  -webkit-transition: left 2s;
}
/*#modal-calendar {
    padding: 30px 0 30px 100px;
}*/
/*.modal-link {
    border: 1px solid #000000;
    border-radius: 6px;
    color: #FFFFFF;
    display: block;
    height: 32px;
    padding-top: 18px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 150px;
    vertical-align: middle;
    width: 50px;
}*/
div#modal-container.show-modal {
  left: 0px;
}
.ajax-loader {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.ajax-loader > img {
  display: table;
  margin: 300px auto auto;
  position: relative;
  vertical-align: middle;
}
table caption {
  text-align: center;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
a {
  color: #3e4f61;
  text-decoration: none;
}
#modal-container {
  padding-left: 133px;
}
#close {
  color: #342A1E;
  text-decoration: none;
  font-size: 1.4em;
  position: absolute;
  top: 30px;
  left: 963px;
}
#close:hover {
  color: #9F7912;
}
/*******************************************************************
Calendar - Location ************************************************
*******************************************************************/
#modal-calendar .tx-as-calendar {
  width: 820px;
  padding-top: 30px;
}
.tx-as-calendar {
  width: 100%;
  clear: both;
}
.tx-as-calendar h1 {
  margin-bottom: 30px;
}
.tx-as-calendar .calendar-overview-container {
  margin-bottom: 12px;
}
.tx-as-calendar .calendar-location-container {
  font-size: 1.7em;
  margin-bottom: 20px;
}
.tx-as-calendar .location-element {
  width: 100%;
  margin: 0;
  height: auto;
  padding: 5px 0;
  text-align: left;
  /*height: 1em;
  padding: 0.6em 0;*/
  cursor: pointer;
}
#modal-calendar .tx-as-calendar .location-element {
  padding: 1em 0 1em 0;
}
/*.event-selection.in-page {*/
  /*float: left;*/
  /*margin-right: 15px;*/
  /*padding-bottom: 0;*/
  /*position: relative;*/
  /*width: 100%;*/
/*}*/
.event-selection.in-page .filter-container {
  position: absolute;
  width: 100%;
  opacity: 1;
  max-height: 1500px;
  overflow: visible;
  background-color: white;
  border: none;
  z-index: 999;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
/*.event-selection.in-page div.filter-container.closed {*/
  /*overflow: hidden;*/
  /*max-height: 0;*/
  /*border-bottom: none !important;*/
  /*-webkit-transition: max-height 1s;*/
  /*transition: max-height 1s;*/
/*}*/
.event-selection.in-page .form-group.checkbox {
  overflow: hidden;
}
.event-selection .form-group.checkbox .checkbox-group {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-selection div.selection-header {
  background: #3e4f61;
  color: white;
  padding: 5px 0;
  text-transform: uppercase;
  margin-top: 80px;
  text-align: center;
  cursor: pointer;
}
.event-selection div.selection-header.in-page {
  color: white;
  background: #3e4f61;
  padding: 0;
  margin: 0;
}
.event-selection div.selection-header.in-page:after {
  font-family: 'hgmIcons';
  content: '\e023';
  opacity: 1;
  margin-left: 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
}
.event-selection div.selection-header.in-page:hover {
  color: #d4512f;
}
.event-selection .filter-container {
  margin-top: 0px;
}
.periode-change.in-page {
  float: right;
}
div.selection-footer {
  background: #d1d8e1;
  margin: 20px;
  text-align: center;
  cursor: pointer;
  color: #3e4f61;
  padding: 5px;
}
div.selection-footer:hover {
  background: #94aac0;
}
.tx-as-calendar .location-element.location_third {
  margin-right: 0;
}
.tx-as-calendar .location-element:hover,
.tx-as-calendar .location-element.location_active {
  background-color: #ffffff;
}
div.day-info {
  height: 0;
  overflow: hidden;
  width: 0;
}
.tx-as-calendar .calendar tr.day-info-row {
  height: 0;
  overflow: hidden;
  text-align: left;
  border-bottom: 10px solid;
  display: none;
}
.tx-as-calendar .calendar tr.day-info-row.open {
  display: table-row;
}
.tx-as-calendar .calendar tr.day-info-row.open td {
  height: auto;
}
.tx-as-calendar .calendar tr.day-info-row td {
  height: 0;
  overflow: hidden;
  background: #94a8c2;
  color: white;
  padding: 15px;
}
.tx-as-calendar .calendar tr.day-info-row td .location-wrapper {
  font-size: 14px;
}
.tx-as-calendar .calendar tr.day-info-row td .event-wrapper {
  margin-left: 15px;
  display: inline;
}
.tx-as-calendar .calendar tr.day-info-row td a {
  color: white;
}
.tx-as-calendar .calendar tr.day-info-row td a:hover {
  text-decoration: underline;
  color: white;
  border-bottom: none;
}
.tx-as-calendar .calendar tr.day-info-row td a:after {
  font-family: 'hgmIcons';
  content: '\e013';
  padding-left: 5px;
  color: white;
  font-size: 16px;
}
.tx-as-calendar .calendar tr.day-info-row td a.download-link:after {
  content: '';
}
.tx-as-calendar .calendar td.day-element:nth-child(-n+5) .day-number {
  color: #3e4f61;
}
/*******************************************************************
END Calendar - Location ********************************************
*******************************************************************/
/*******************************************************************
icons **************************************************************
*******************************************************************/
.icon_1:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_2:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_3:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_4:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_5:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_100:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_alle:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_close:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_anfahrt:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.icon_cal:before {
  font-family: "FontAwesome";
  content: "\f133";
}
.event-wrapper .download-link {
  font-size: .7em;
}
.icon_1,
.icon_5 {
  color: #3e4f61;
}
.icon_2 {
  color: #3e4f61;
}
.icon_3 {
  color: #3e4f61;
}
.icon_4 {
  color: #3e4f61;
}
/*******************************************************************
END icons **********************************************************
*******************************************************************/
/* ******************************************************************
calendar ************************************************************
*******************************************************************/
/*.tx-as-calendar{
    font-size: 1em;
}*/
.tx-as-calendar p {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  color: #3e4f61;
}
.tx-as-calendar {
  /*font-size: 0.8em;*/
  margin-bottom: 25px;
}
.tx-as-calendar table {
  border-spacing: 0;
}
.tx-as-calendar .calendar {
  width: 100%;
  text-align: center;
  /*font-size: 1.7em;*/
}
.tx-as-calendar .calendar caption {
  background-color: #EFEFEF;
  padding: 6px 0;
}
#modal-calendar .tx-as-calendar .calendar caption {
  padding: 10px 0;
}
.tx-as-calendar .calendar caption a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.tx-as-calendar .calendar caption a.prev-month {
  float: left;
  padding-left: 19px;
}
.tx-as-calendar .calendar caption a.next-month {
  float: right;
  padding-right: 19px;
}
a.prev-month.ajax-link.month-switch {
  text-indent: -9999px;
  display: inline-block;
  width: 15px;
  overflow: hidden;
  color: transparent;
}
a.next-month.ajax-link.month-switch {
  text-indent: -9999px;
  display: inline-block;
  width: 15px;
  overflow: hidden;
  color: transparent;
}
.tx-as-calendar .icheckbox_flat-aero,
.tx-as-calendar .iradio_flat-aero {
  color: #d4512f !important;
  border-color: #3e4f61 !important;
}
div.event-selection {
  background: white;
  padding-bottom: 10px;
  position: relative;
}
.close {
  text-indent: -9999px;
  display: block;
}
.close:after {
  content: '\e021';
  font-family: 'hgmIcons';
  font-size: 50px;
  color: #3e4f61 !important;
  margin-right: 10px;
  text-indent: 1px;
  float: right;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
}
.close:hover {
  border-bottom: 1px solid transparent !important;
}
.periode-change,
.cat-mus .periode-change,
.cat-aus .periode-change,
.cat-ser .periode-change,
.cat-kul .periode-change {
  text-align: right;
  font-size: 24px;
  font-family: 'Rotis SemiSans W01 Bold';
}
.periode-change a,
.cat-mus .periode-change a,
.cat-aus .periode-change a,
.cat-ser .periode-change a,
.cat-kul .periode-change a {
  color: #3e4f61;
}
.periode-change a:hover,
.cat-mus .periode-change a:hover,
.cat-aus .periode-change a:hover,
.cat-ser .periode-change a:hover,
.cat-kul .periode-change a:hover {
  border-bottom: none;
}
.periode-change a:after,
.cat-mus .periode-change a:after,
.cat-aus .periode-change a:after,
.cat-ser .periode-change a:after,
.cat-kul .periode-change a:after {
  color: #3e4f61;
}
.periode-change a.prev-month:after,
.cat-mus .periode-change a.prev-month:after,
.cat-aus .periode-change a.prev-month:after,
.cat-ser .periode-change a.prev-month:after,
.cat-kul .periode-change a.prev-month:after {
  font-family: 'hgmIcons';
  content: '\e012';
  font-size: 17px;
  display: block;
  width: 15px;
  overflow: hidden;
  margin-bottom: -4px;
}
.periode-change a.prev-month:hover:after,
.cat-mus .periode-change a.prev-month:hover:after,
.cat-aus .periode-change a.prev-month:hover:after,
.cat-ser .periode-change a.prev-month:hover:after,
.cat-kul .periode-change a.prev-month:hover:after {
  color: #d4512f;
}
.periode-change a.next-month:after,
.cat-mus .periode-change a.next-month:after,
.cat-aus .periode-change a.next-month:after,
.cat-ser .periode-change a.next-month:after,
.cat-kul .periode-change a.next-month:after {
  font-family: 'hgmIcons';
  content: '\e013';
  font-size: 17px;
  display: block;
  width: 15px;
  overflow: hidden;
  margin-bottom: -4px;
}
.periode-change a.next-month:hover:after,
.cat-mus .periode-change a.next-month:hover:after,
.cat-aus .periode-change a.next-month:hover:after,
.cat-ser .periode-change a.next-month:hover:after,
.cat-kul .periode-change a.next-month:hover:after {
  color: #d4512f;
}
.tx-as-calendar .calendar .header-days th {
  color: #3e4f61;
  width: 14.28%;
  padding: 10px 0;
  border-right: 0px solid #3e4f61;
}
.tx-as-calendar .calendar .header-days th.weekend {
  color: #d4512f;
  opacity: 0.6;
}
.calendar tbody {
  border-top: 1px solid #b8c1cb;
  border-left: 1px solid #b8c1cb;
  border-bottom: 1px solid #b8c1cb;
  background: white;
}
#modal-calendar .tx-as-calendar .calendar .header-days th {
  padding: 15px 0;
}
.tx-as-calendar .calendar .header-days th:last-child {
  border: none;
}
.tx-as-calendar .calendar td {
  padding: 0px 0 5px 0;
  /*border-right: 1px solid @brand-text-inactive;
  border-bottom: 1px solid @brand-text-inactive;*/
  border: 1px solid #b8c1cb;
  cursor: pointer;
  background: white;
}
.tx-as-calendar .calendar td.not_act_m {
  color: #717171;
}
.tx-as-calendar .calendar td .day-number {
  margin-bottom: 0;
  padding: 0 10px;
  text-align: right;
  font-size: 40px;
  font-family: 'Rotis SemiSans W01 Bold';
  color: #3e4f61;
  opacity: .6;
}
.tx-as-calendar .calendar td.weekend .day-number {
  color: #d4512f;
  opacity: .6;
}
.tx-as-calendar .calendar td.not_act_m .day-number {
  opacity: .2;
}
#modal-calendar .tx-as-calendar .calendar td .day-number {
  padding: 20px 0 15px 0;
  margin-bottom: 5px;
}
.tx-as-calendar .calendar td.today {
  background-color: #eceff1;
}
.tx-as-calendar .calendar td.today .day-number {
  color: black;
}
td.day-element.open:after {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #eceff1;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  margin-left: -8px;
}
.tx-as-calendar .calendar td:hover,
.tx-as-calendar .calendar td.open,
.tx-as-calendar .calendar td.selected {
  background-color: #eceff1;
}
.tx-as-calendar .calendar td .location-container {
  height: 50px;
  width: 100%;
  left: 0;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 200;
}
.tx-as-calendar .calendar td .location-container div {
  /*float: left;
  width: 20%;*/
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  text-align: left;
  color: #d4512f;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*font-size: 0.8em;*/
}
/*******************************************************************
END calendar *******************************************************
*******************************************************************/
/*******************************************************************
Veranstaltungen pro datum accordion ********************************
*******************************************************************/
.calendar-events {
  margin: 13px 0;
  background-color: #FFFFFF;
}
.calendar-events ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.calendar-events ul li {
  border-bottom: 1px solid #3e4f61;
  height: 52px;
  overflow: hidden;
}
.calendar-event-datum > h2 {
  display: block;
  border-bottom: 1px solid #3e4f61;
  line-height: 52px;
  cursor: pointer;
  padding-top: 0;
}
/*.calendar-event-datum > h2 a{
  text-decoration: none;
  color: #3D2C12;
}*/
.calendar-event-datum h2 .acc-arrow,
.event-termine h3 .acc-arrow {
  float: right;
  display: block;
  margin-right: 12px;
}
.calendar-event-datum h2 .acc-arrow:before,
.event-termine h3 .acc-arrow:before {
  content: "\e00a";
  font-family: "schoenbrunn_icons";
  font-size: 6px;
}
.calendar-event-datum.acc_open h2 .acc-arrow,
.event-termine.termin_open h3 .acc-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 12px;
}
.calendar-event-content {
  padding-bottom: 40px;
}
.calendar-event-details {
  /*font-size: 1.3em;*/
  padding-top: 10px;
}
.calendar-event-details h3 {
  /*font-size: 1.1538em;*/
  line-height: 1.2666em;
}
/*.calendar-event-details a{
  color: #3d2c12;
  text-decoration: underline;
}*/
.calendar-event-details h3 a {
  text-decoration: none;
}
/*.calendar-event-details h3 a:hover{
  color: #9F7912;
  text-decoration: none;
}*/
.calendar-event-details .event-date {
  font-weight: bold;
  margin-right: 30px;
}
.calendar-event-details .event-location {
  padding-top: 17px;
  margin-bottom: 8px;
}
.calendar-event-details .event-location span {
  padding-right: 10px;
}
.calendar-event-details .event-picture {
  float: left;
  display: block;
  margin-right: 15px;
  margin-bottom: 13px;
}
.calendar-event-details .event-picture + p {
  margin-top: 0;
}
.calendar-event-details .link_internal {
  color: #3d2c12;
  text-decoration: none;
  display: block;
  line-height: 1.7em;
}
.calendar-event-details .link_internal:before {
  content: "\e00c";
  font-family: "schoenbrunn_icons";
  font-size: 8px;
  font-weight: bold;
  padding-right: 6px;
}
.calendar-event-details .link_ticket {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.calendar-event-details .link_ticket:before {
  content: "\e010";
  font-family: "schoenbrunn_icons";
  vertical-align: middle;
  text-decoration: none;
  padding-right: 6px;
}
.calendar-event-details .link_ticket.sold:before {
  color: #e1e1e1;
}
.calendar-event-details .link_internal_text,
.calendar-event-details .link_ticket_text {
  text-decoration: none;
}
.calendar-event-details .link_internal:hover,
.calendar-event-details .link_ticket:hover {
  color: #3e4f61;
  text-decoration: none;
}
.calendar-event-details .link_internal:hover .link_internal_text,
.calendar-event-details .link_ticket:hover .link_ticket_text {
  text-decoration: none;
}
/*******************************************************************
ENDE Veranstaltungen pro datum accordion ***************************
*******************************************************************/
/*******************************************************************
Veranstaltung Detailseite ***************************
*******************************************************************/
.page_calendar_event_detail .calendar-event-content {
  /*font-size: 1.5em;*/
  border-bottom: 0px;
}
.page_calendar_event_detail .add_to_calendar {
  font-weight: normal;
  /*font-size: 0.866em;*/
}
.page_calendar_event_detail .event-location > a {
  /*font-size: 0.866em;*/
}
.page_calendar_event_detail .event-location > a + span {
  display: block;
  line-height: 1.7em;
}
.event-location.clearfix {
  margin-left: 220px;
}
.calendar-event-datum .link_ticket {
  margin-left: 140px;
}
.calendar-event-details-data {
  margin: 32px 0 30px 0;
  padding-top: 13px;
}
.calendar-event-details-data .detail_col1,
.calendar-event-details-data .event-termine {
  float: left;
  width: 100%;
  border: 1px solid #b8c1cb;
}
.calendar-event-details-data .detail_col1 {
  padding-right: 2%;
}
.calendar-event-details-data .event-termine {
  padding-left: 2%;
}
.calendar-event-details-data .event-termine h3 {
  padding-bottom: 18px;
}
.calendar-event-details-data .event-price {
  padding-bottom: 11px;
}
.calendar-event-details-data .event-price .person {
  width: 100px;
  display: inline-block;
}
.calendar-event-details-data .event-price .price_amount {
  font-weight: bold;
}
.calendar-event-details-data .event-info {
  border-top: 1px solid #3e4f61;
  border-bottom: 1px solid #3e4f61;
  padding-top: 14px;
}
.page_calendar_event_detail .event-pictures {
  margin-bottom: 12px;
  width: 100%;
}
.page_calendar_event_detail .event-pictures img {
  /*padding-right: 2%;
  width: 48%;*/
}
.page_calendar_event_detail .event-pictures img:nth-child(even) {
  /*padding-left: 1%;
  width: 48%;
  padding-right: 0;*/
}
/*******************************************************************
ENDE Veranstaltung Detailseite ***************************
*******************************************************************/
/*******************************************************************
Sticky Buttons ***************************
*******************************************************************/
.sticky_buttons {
  position: fixed;
  right: 0;
  top: 280px;
  padding-bottom: 10px;
  border-top: 1px solid #3e4f61;
}
.sticky_buttons a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-bottom: 2px;
  background: #e0e0e0;
}
.sticky_buttons a span {
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  display: block;
}
a.modal-link span {
  background-position: -70px -293px;
}
a.modal-link:hover span {
  background-position: -10px -293px;
}
a.fb span {
  background-position: -70px -11px;
}
a.fb:hover span {
  background-position: -10px -11px;
}
a.tw span {
  background-position: -70px -71px;
}
a.tw:hover span {
  background-position: -10px -71px;
}
a.pin span {
  background-position: -70px -131px;
}
a.pin:hover span {
  background-position: -10px -131px;
}
a.gci span {
  background-position: -70px -242px;
}
a.gci:hover span {
  background-position: -10px -242px;
}
a.blog span {
  background-position: -70px -352px;
}
a.blog:hover span {
  background-position: -10px -352px;
}
a.inst span {
  background-position: -70px -191px;
}
a.inst:hover span {
  background-position: -10px -191px;
}
.sticky_buttons div {
  padding-bottom: 10px;
}
a.gci {
  background-color: #e0e0e0;
  padding-bottom: 0;
}
/*******************************************************************
ENDE Sticky Buttons ***************************
*******************************************************************/
.tx-as-calendar h2 > a {
  font-size: 0.8em;
}
.calendar-event-details h3 a {
  font-size: 0.7em;
}
.calendar-event-details .event-date,
.calendar-event-details .event-location,
.tx-as-calendar p {
  font-size: 1em;
}
#modal-calendar {
  font-size: 10px;
}
#modal-calendar .calendar-event-details .event-date,
#modal-calendar .calendar-event-details .event-location {
  font-size: 1.1em;
}
#modal-calendar .page_calendar_event_detail .calendar-event-details .event-date,
#modal-calendar .page_calendar_event_detail .calendar-event-details .event-location {
  font-size: 1.5em;
}
#modal-calendar .tx-as-calendar p {
  font-size: 1.2em;
}
#modal-calendar .tx-as-calendar .page_calendar_event_detail p {
  font-size: 1.5em;
}
.calendar-event-details-data h3 {
  font-size: 1.3em;
}
div#vc_col3_content .tx-as-calendar p {
  font-size: 1em;
}
div#vc_col3_content .tx-as-calendar .page_calendar_event_detail p {
  font-size: 1.5em;
}
.page_calendar_event_detail .date-element {
  font-size: 20px;
}
.page_calendar_event_detail div.calendar-event-details-data h3 {
  font-size: 1.8em;
}
.page_calendar_event_detail h3 a {
  font-size: 1.3em;
}
.tx-as-calendar table caption {
  caption-side: top;
}
.tx-as-calendar .calendar-location-container {
  min-height: 20px;
}
.tx-as-calendar .page_calendar_event_detail .link_ticket_text {
  font-size: 1.5em;
}
.event-image-wrapper {
  position: relative;
}
.event-image-wrapper img.pin-it-picture {
  width: auto;
  position: absolute;
  top: 10px;
  left: 10px;
}
.event-image-wrapper {
  display: block;
  float: left;
  padding-right: 2%;
  position: relative;
  width: 48%;
}
.event-image-wrapper img {
  width: 100%;
}
.location-icons.icon_1,
.location-icons.icon_2,
.location-icons.icon_3,
.location-icons.icon_4,
.location-icons.icon_5,
.location-icons.icon_6 {
  display: block;
  float: left;
  width: 12px;
}
.tx-as-calendar > h1 {
  display: none;
}
#modal-calendar .tx-as-calendar > h1 {
  display: block;
}
.tx-as-calendar a.vc_link_lightbox_jq {
  background: none;
  padding-left: 0;
}
.location-text {
  font-size: 0.8em;
}
#modal-calendar .tx-as-calendar .calendar td .location-container {
  height: 16px;
}
.location-container {
  font-size: 0.8em;
  padding-top: 4px;
}
#modal-calendar .location-container {
  font-size: 1em;
}
.calendar-event-details-data .event-termine h3 {
  margin-bottom: 20px;
}
div#vc_col3_content .tx-as-calendar div.page_calendar_event_detail p.exception {
  border-bottom: 1px dotted #880000;
  color: #8B0000;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}
.init-detail .event-image-wrapper > a {
  position: absolute;
  right: -10px;
  top: 30px;
}
#send-link:after {
  font-family: 'hgmIcons';
  content: '\e020';
  font-size: 14px;
}
.ajax-link.calendar-entry {
  text-decoration: none;
}
.ajax-link.calendar-entry {
  text-decoration: none;
}
.calendar-event-datum a {
  text-decoration: none;
}
.calendar-list-container .calendar-event-details .link_internal.ajax-link {
  margin-left: 145px;
}
.calendar-list-container .calendar-event-details > p {
  margin-left: 145px;
}
.calendar-event-details.clearfix > p.event-date {
  margin-left: 0;
}
.calendar-list-container {
  text-decoration: none;
}
.event-location > a {
  text-decoration: none;
}
.location-element .icon_1,
.location-element .icon_2,
.location-element .icon_3,
.location-element .icon_4,
.location-element .icon_5,
.location-element .icon_100 {
  padding-left: 2em;
}
.event-image-wrapper > .vc_image_wrapper img {
  border: 2px solid #FFFFFF;
  height: auto;
  padding: 5px;
  width: 95%;
}
.event-image-wrapper > .vc_image_wrapper img:hover {
  border: 2px solid #3e4f61;
}
.event-image-wrapper:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 14px;
}
#send-title,
#send-body {
  display: none;
}
.mobile-info div.event-wrapper {
  padding-left: 15px;
}
.mobile-info div.event-wrapper a {
  color: white !important;
}
.mobile-info div {
  text-align: left;
  color: white;
}
.tx-as-calendar .calendar td.mobile-info.open {
  background-color: #94a8c2;
}

#calendar-wrapper .calendar-event-content {
  background-color: #E2E6EA;
}
#calendar-wrapper .calendar-event-content .calendar-event-list {
  background-color: white;
}
.calendar-event-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.calendar-event-content .social-header {
  margin-bottom: 10px;
}
.calendar-event-content .today {
  background-color: #eceff1;
}
.calendar-event-content .topborder {
  padding-right: 0;
}
.calendar-event-content .topborder h4 {
  padding-top: 12.5px;
  margin-top: 0;
}
.calendar-event-content .day-header h4 {
  color: #3e4f61;
  opacity: .6;
}
.calendar-event-content .day-header h1 {
  color: #677385 !important;
  opacity: .6;
  text-align: right;
}
.calendar-event-content .day-header.weekend h4 {
  color: #d4512f;
}
.calendar-event-content .day-header.weekend h1 {
  color: #d4512f !important;
}
.calendar-event-content .calendar-event-list {
  position: relative;
  border-left: 1px solid #b8c1cb;
  border-bottom: 1px solid #b8c1cb;
  padding-left: 15px;
  min-height: 150px;
}
.calendar-event-content .calendar-event-list:hover {
  background: #eceff1;
}
.calendar-event-content .calendar-event-list h4 a{
  font-size: 18px;
}
.calendar-event-content .calendar-event-list .event-date a {
  color: #677385 !important;
  font-size: 16px;
  margin-bottom: 0;
}
.calendar-event-content .calendar-event-list .event-header a {
  font-family: 'Rotis SemiSans W01 Bold';
  color: #3e4e62;
  font-size: 21px;
}
.calendar-event-content .calendar-event-list .event-header:after{
  font-family: 'hgmIcons';
  content: '\e013';
  font-size: 14px;
  padding-left: 5px;
}
.calendar-event-content .calendar-event-list a .image-container {
  position: absolute;
  right: 0;
  top: 5px;
}
.calendar-event-content .calendar-event-list a .event-description {
  color: #3e4e62;
  font-size: 18px;
  width: 68%;
  margin-bottom: 15px;
}
.calendar-event-content .all-dates {
  font-size: 18px;
}
.calendar-event-content .all-times {
  font-size: 18px;
}
.calendar-event-content .calendar-event-details h3 {
  font-size: 40px;
}
.calendar-event-content .calendar-event-details .event-date {
  font-size: 30px;
}
#ajaxcontent .tx-as-calendar .calendar td .location-container {
  max-width: 100%;
}
.checkbox label {
  margin-left: 5px;
}
.calendar-event-content.row .col-md-2:first-child,
.calendar-event-content.row .col-md-10 {
  border-top: 1px solid #b8c1cb;
}

.small-calendar .calendar-day-head,
.small-calendar .calendar-day,
.small-calendar .calendar-day-np {
  display: inline-block;
  width: 14%;
}
.small-calendar .calendar-row {
  clear: both;
  float: none;
  display: block;
}

.small-calendar .calendar-daily {
  display: block;
}
.small-calendar .calendar-monthly {
  display: none;
}

.small-calendar.show-monthly .calendar-daily {
  display: none;
}
.small-calendar.show-monthly .calendar-monthly {
  display: block;
}

.small-calendar-header {
  background-color: #3e4e62;
  color: white;
  text-align: center;
}

.content-calendar .small-calendar-header {
  cursor: pointer;
}

.content-calendar .small-calendar-header:after {
  font-family: 'hgmIcons';
  content: '\e023';
  opacity: 1;
  margin-left: 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
}

.calendar-daily div, .calendar-monthly div {
  text-align: center;
}

body .page-content .select-view a {
  background-color: #b8c1cb;
  color: #3e4e62;
  display: block;
  text-align: center;
  margin: 0 2px;
}
body .page-content .select-view a:hover, body .page-content .select-view a.selected {
  background-color: #3e4e62;
  color: white;
}

.small-calendar {
  background-color: white;
  position: relative;
}

.content-calendar .small-calendar-content {
  position: absolute;
  display: block;
  width: 100%;
  background-color: white;
  border: none;
  z-index: 999;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.col-md-4-ext {
    float: left;
    width: 33.3333333333%;
}
.prev-wrapper, .next-wrapper {
  width: 10%;
}

.view-month-header, .view-year-header {
  width: 80%;
}

.prev-wrapper, .next-wrapper, .view-month-header, .view-year-header {
  display: inline-block;
}

.calendar-day-np > .day-number > a {
  color: #b8c1cb;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.calendar-day > .day-number > a {
  color: #3e4e62;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.show-daily .calendar-day > .day-number > a.act-day {
  color: white;
  background-color: rgba(212,81,47,.7);
}

.show-daily .calendar-day > .day-number > a.selected,
.show-daily .calendar-day-np > .day-number > a.selected {
  color: white;
  background-color: rgba(212,81,47,.7);
}
.show-daily .calendar-day > .day-number > a:hover ,
.show-daily .calendar-day-np > .day-number > a:hover {
  color: #3e4e62;
  background-color: #b8c1cb;
}

.show-weekly .week-link.selected,
.show-weekly .week-link:hover {
  background-color: #b8c1cb;
  color: #3e4e62;
  cursor: pointer;
  border-radius: 20px;
}

.show-weekly .week-link.selected {
  color: white;
  background-color: rgba(212,81,47,.7);
  cursor: pointer;
  border-radius: 20px;
}
.show-weekly .week-link:hover {
  background-color: #b8c1cb;
  color: #3e4e62;
  cursor: pointer;
  border-radius: 20px;
}

.show-weekly .week-link.selected .calendar-day > .day-number > a,
.show-weekly .week-link.selected .calendar-day-np > .day-number > a {
  color: white;
  //background-color: rgba(212,81,47,.7);
}
.show-weekly .week-link:hover .calendar-day > .day-number > a,
.show-weekly .week-link:hover .calendar-day-np > .day-number > a{
  background-color: #b8c1cb;
  color: #3e4e62;
}

.show-monthly a.month-link {
  color: #3e4e62;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 15px;
}

.show-monthly a.month-link:hover {
  background-color: #b8c1cb;
  color: #3e4e62;
  border-color: transparent;
}

.show-monthly a.month-link.selected {
  color: white;
  background-color: rgba(212,81,47,.7);
  border-color: transparent;
}

.next-button:after,
.prev-button:after {
  font-family: 'hgmIcons';
  font-size: 14px;
  padding-left: 5px;

}

.next-button a, .next-button a {
  color: #3e4e62;
}


.next-button:after {
  content: '\e013';
}

.prev-button:after {
  content: '\e012';
}

.monthly-events .calendar-event-list {
  min-height: 150px;
}

.loading-animation {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
  background-color: rgba(255,255,255,0.565);
  top: 0;
  left: 0;
  padding-top: 120px;
}
@media (min-width: 1001px) {
  #calendar-wrapper .show-month {
    display: none;
  }
}
span.act-month {
  font-size: 22px;
}
.day-number {
  font-size: .8em;
}

.show-weekly .week-link:hover .day-number a:hover {
  border-color: transparent;
}

.no-entries {
  color: #3e4e62;
  padding: 70px 0 0 25px;
  opacity: .6;
  font-size: .8em;
}

.tx-as-calendar a .event-header {
  color: #3e4e62;
}
.tx-as-calendar a .event-header:after {
  color: #3e4e62 !important;
}

body .page-content .select-view .col-xs-4:nth-child(2) a {
  margin: 0 -6px;
}
body .page-content .select-view .col-xs-4:last-child a {
  margin-left: -12px;
}
body .page-content .select-view .col-xs-4:first-child a {
  margin-right: -12px;
}

.pickmeup{background:#000;border-radius:.4em;-moz-box-sizing:content-box;box-sizing:content-box;display:inline-block;position:absolute;touch-action:manipulation}.pickmeup *{-moz-box-sizing:border-box;box-sizing:border-box}.pickmeup.pmu-flat{position:relative}.pickmeup.pmu-hidden{display:none}.pickmeup .pmu-instance{display:inline-block;height:13.8em;padding:.5em;text-align:center;width:15em}.pickmeup .pmu-instance .pmu-button{color:#eee;cursor:pointer;outline:none;text-decoration:none}.pickmeup .pmu-instance .pmu-today{background:#17384d;color:#88c5eb}.pickmeup .pmu-instance .pmu-button:hover{background:transparent;color:#88c5eb}.pickmeup .pmu-instance .pmu-not-in-month{color:#666}.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover{color:#333;cursor:default}.pickmeup .pmu-instance .pmu-selected{background:#136a9f;color:#eee}.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d}.pickmeup .pmu-instance nav{color:#eee;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:2em}.pickmeup .pmu-instance nav *:first-child :hover{color:#88c5eb}.pickmeup .pmu-instance nav .pmu-prev,.pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em}.pickmeup .pmu-instance nav .pmu-month{width:14em}.pickmeup .pmu-instance .pmu-years *,.pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em}.pickmeup .pmu-instance .pmu-day-of-week{color:#999;cursor:default}.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em}.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em}.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next{display:block}.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month{width:13em}.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em}.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years{display:none}


@media print {
  #pageheader {
    display: none;
  }
  #calendar-wrapper {
    display: none;
  }
}


@media (max-width: 920px) {
  body .breadcrumb {
    margin-top: -20px;
  }
}
@media (max-width: 1440px) {
  body div.header-content {
    width: 100%;
  }
  body div.container {
    /*padding: 0;*/
  }
  body div.slidebar-wrapper {
    padding: 0;
  }
  body .tx-as-calendar .calendar tr.day-info-row.open {
    display: block;
    height: auto;
  }
  body table.calendar {
    display: block;
  }
  body table.calendar thead {
    display: block;
  }
  body table.calendar thead tr {
    display: block;
    width: 100%;
  }
  body table.calendar thead tr th {
    display: block;
    float: left;
    width: 14.28%;
  }
  body table.calendar tbody {
    display: block;
    clear: both;
  }
  body table.calendar tbody tr {
    display: block;
    width: 100%;
  }
  body table.calendar tbody tr.day-info-row {
    display: block;
    width: 100%;
  }
  body table.calendar tbody tr.day-info-row td {
    float: none;
    width: 100%;
    height: auto;
  }
  body table.calendar tbody tr td {
    display: block;
    float: left;
    width: 14.28%;
  }
  body .tx-as-slideshow {
    display: block;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .row {
    /*margin: 0;*/
  }
}
@media (max-width: 1200px) {
  body header#pageheader .navbar-nav > li > a {
    padding-left: 10px;
  }
  body .navbar-brand .logo {
    width: 350px;
    height: auto;
  }
  body .accordion .panel .accordion-heading .accordion-toggle .panel-title {
    font-size: 17px;
  }
  body .calendar-wrapper .calendar-sp-content .date-wrapper {
    font-size: 11px;
  }
  body .social-box a p {
    font-size: 10px;
  }
  body .tx-as-calendar .calendar .header-days th {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  body .social-box a p {
    font-size: 14px;
  }
  body .social-box a p:after {
    position: static;
    right: auto;
  }
}
@media (max-width: 768px) {
  body .frontpage-box {
    margin-bottom: 30px;
  }
  body .frontpage-box div.csc-textpic-imagewrap {
    clear: both;
    float: none !important;
    display: block;
  }
  body .calendar-event-content .calendar-event-list a .image-container {
    position: relative;
    bottom: 0;
  }
  body .event-selection div.selection-header.in-page, .content-calendar .small-calendar-header {
    font-size: 11px;
    /*padding: 2px 10px;*/
    /*width: 110px;*/
    /*line-height: 11px;*/
    /*text-align: left;*/
  }
  .event-selection div.selection-header.in-page:after {
    font-size: 12px;
  }
  .content-calendar .small-calendar-header:after {
    font-size: 12px;
  }
  .small-calendar-content, .show-monthly a.month-link {
    font-size: 14px;
  }
  body .event-selection, body .small-calendar {
    position: static;
  }
  .event-selection.in-page .filter-container {
    width: 150%;
  }
  .content-calendar .small-calendar-content {
    width: 150%;
    right: 0;
  }
  body .periode-change,
  body .cat-mus .periode-change,
  body .cat-aus .periode-change,
  body .cat-ser .periode-change,
  body .cat-kul .periode-change {
    font-size: 18px;
  }
  body .periode-change a.prev-month:after,
  body .cat-mus .periode-change a.prev-month:after,
  body .cat-aus .periode-change a.prev-month:after,
  body .cat-ser .periode-change a.prev-month:after,
  body .cat-kul .periode-change a.prev-month:after {
    font-size: 14px;
  }
  body .periode-change a.next-month:after,
  body .cat-mus .periode-change a.next-month:after,
  body .cat-aus .periode-change a.next-month:after,
  body .cat-ser .periode-change a.next-month:after,
  body .cat-kul .periode-change a.next-month:after {
    font-size: 14px;
  }
  body .event-selection.in-page {
    margin-bottom: 10px;
  }
  body .breadcrumb {
    margin-top: -80px;
  }
  body div.social-links {
    margin-top: -55px;
    left: 10px;
  }
  body .nav-category {
    display: none;
  }
  body .accordion .panel .accordion-heading .accordion-toggle .panel-title {
    font-size: 14px;
  }
  body #menu-shadow.menu-open {
    display: none;
  }
  body a {
    border-bottom: 0px solid transparent;
  }
  body .row {
    /*margin: 0;*/
  }
  body.startpage header#pageheader {
    position: relative;
  }
  body.subpage .page-content {
    margin-top: 0;
  }
  body.subpage .page-content .header-content {
    position: relative;
  }
  body header#pageheader {
    position: relative;
    height: 150px;
    padding: 0;
    margin: 0;
  }
  body header#pageheader .col-md-10 {
    padding: 0;
    margin: 0;
  }
  body header#pageheader .langSwitch.container {
    right: 0;
    top: 0;
    margin-top: 0;
  }
  body header#pageheader .navbar {
    position: static;
  }
  body header#pageheader #searchform div.form-group.pull-right:after {
    display: none;
  }
  body header#pageheader #searchform .search-icon:after {
    top: auto;
  }
  body header#pageheader .collapse {
    display: block;
  }
  body header#pageheader div#mobile-search-toggle {
    height: 50px;
    width: 30px;
    margin: 0;
    padding: 0;
    left: 140px;
    position: absolute;
  }
  body header#pageheader div#mobile-search-toggle:after {
    font-family: 'hgmIcons';
    content: '\e001';
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    color: #94aac0;
    border: 1px solid #dddddd;
    padding: 2px 5px 0 7px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    font-size: 25px;
  }
  body header#pageheader #searchform div.form-group.pull-right:after {
    top: 30px;
  }
  body header#pageheader #searchform {
    position: absolute;
    top: 45px;
    left: 0;
    margin-top: 0;
    width: 100%;
    background: #eceff1;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
  }
  body header#pageheader #searchform .pull-right {
    float: none !important;
    padding: 30px 0 15px 0;
  }
  body header#pageheader #searchform.opened div.form-group.pull-right:after {
    display: block;
  }
  body header#pageheader #searchform.opened {
    height: 90px;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
  }
  body header#pageheader button.navbar-toggle {
    position: absolute;
    left: 0;
    margin: 0 0 0 5px;
    padding: 0px 15px;
    border-radius: 0;
    height: 40px;
    font-size: 22px;
  }
  body header#pageheader button.navbar-toggle:after {
    content: '\e01f';
    font-family: 'hgmIcons';
    vertical-align: bottom;
  }
  body header#pageheader .in {
    overflow: visible;
    height: auto;
  }
  body header#pageheader .in .navbar-nav.navbar-right {
    max-height: 1500px;
    overflow: visible;
    -webkit-transition: max-height 2s ease-in;
    transition: max-height 2s ease-in;
  }
  body header#pageheader .navbar-nav.navbar-right {
    margin-top: 0;
    position: absolute;
    padding-left: 25px;
    width: 100%;
    left: 0;
    margin-right: 0px;
    background: #eceff1;
    opacity: 1;
    margin-bottom: 0;
    margin-left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  body header#pageheader header#pageheader .navbar-nav > li > .dropdown-menu,
  body header#pageheader header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  body header#pageheader header#pageheader .navbar-nav li.open > .dropdown-menu,
  body header#pageheader header#pageheader .navbar-nav li:hover > .dropdown-menu,
  body header#pageheader header#pageheader .navbar-nav li:focus > .dropdown-menu {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  body header#pageheader .navbar-nav > li p.nav-title,
  body header#pageheader .navbar-nav > li:hover p.nav-title {
    display: none !important;
  }
  body header#pageheader .navbar-nav li:hover > .dropdown-menu {
    position: absolute;
    left: 0;
    margin-left: 0;
    display: none;
  }
  body header#pageheader .navbar-nav li.open > .dropdown-menu {
    position: relative;
    left: 0;
    margin-left: 0;
    padding-top: 0;
    display: block;
    opacity: 1;
    padding-left: 0;
  }
  body header#pageheader .navbar-nav > li > a > i {
    position: absolute;
    right: 10px;
    width: 25px;
    font-style: normal;
  }
  body header#pageheader .navbar-nav > li > a > i:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 14px;
    display: inline-block;
  }
  body header#pageheader .navbar-nav > li.open > a > i:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a:after {
    content: '';
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a > i {
    position: absolute;
    right: 10px;
    width: 25px;
    font-style: normal;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a > i:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 14px;
    display: inline-block;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown.open > a > i:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu {
    width: 100%;
    -webkit-transition: none;
    transition: none;
    opacity: 1 !important;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.open .dropdown-menu {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
    border-left: none;
    opacity: 1;
    min-height: 0;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.open .dropdown-menu .dropdown-menu {
    display: block !important;
    margin-left: 15px;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.open .dropdown-menu .dropdown-menu li.dropdown a:after {
    content: '\e013';
  }
  body .navbar-brand .logo {
    width: 100%;
    margin-top: 25px;
    height: auto;
  }
  body ul.customnav {
    position: relative;
    right: 0;
    display: none;
  }
  body ul.customnav li:before {
    content: '';
  }
  body ul.customnav li {
    padding-right: 10px;
  }
  body div.slidebar-wrapper {
    margin: 0;
  }
  body .navbar-brand {
    margin-top: 30px;
    margin-left: 20px;
  }
  body .mobile-custom {
    display: block;
    padding: 0;
    margin: 0;
    height: 40px;
  }
  body .mobile-custom .customnav {
    display: block;
    padding: 10px 5px 5px 5px;
    margin: 0 0 0 -25px;
    border-top: 1px solid;
  }
  body .mobile-custom .customnav li {
    float: left;
    display: block;
    padding-right: 10px;
  }
  body .mobile-custom .customnav li:before {
    content: '•';
    padding-right: 10px;
  }
  body .mobile-custom .customnav li:first-child:before {
    content: '';
  }
  body .mobile-custom:hover a {
    font-size: 14px;
  }
  body .navbar-inner {
    display: none;
  }
  body div.col-md-6 {
    padding: 0;
  }
  body header#pageheader .navbar-nav > li.mobile-custom:hover a {
    font-size: 14px;
  }
  body header#pageheader .navbar-nav li.open li:hover > .dropdown-menu,
  body header#pageheader .navbar-nav li:hover li:hover > .dropdown-menu,
  body header#pageheader .navbar-nav li:focus li:hover > .dropdown-menu {
    display: none;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.open .dropdown-menu {
    display: block;
    position: relative !important;
    min-height: 100% !important;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu {
    display: none;
  }
  body header#pageheader .header-menu.row {
    /*margin: 0;*/
  }
  body table.calendar {
    display: block;
  }
  body table.calendar tr.header-days {
    display: none;
  }
  body table.calendar thead {
    display: none;
  }
  body table.calendar tbody {
    display: block;
    clear: both;
  }
  body table.calendar tbody tr {
    display: block;
  }
  body table.calendar tbody tr td {
    display: block;
    float: none;
    width: 100%;
  }
  body header#pageheader .navbar-nav a:hover,
  body header#pageheader .navbar-nav a:focus {
    border-bottom: none;
  }
  .breadcrumb {
    margin-left: 0px;
  }
  body table.calendar tbody tr .mobile-info.open {
    display: block;
  }
  .tx-as-calendar .calendar tr.day-info-row {
    display: none;
  }
  .tx-as-calendar .calendar tr.day-info-row.open {
    display: none;
  }
  .tx-as-calendar .calendar td .location-container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
/* mobile view with collapsed menu */
@media (max-width: 992px) {
  body .Tx-Formhandler .radio-row .radio-element {
    float: none;
    width: 100%;
  }
  body .Tx-Formhandler .form-element.group .form-group,
  body .Tx-Formhandler .form-element.person .form-group {
    float: none;
    width: 100%;
  }
  body .accordion .panel .article .accordion-image {
    width: 100%;
  }
  body .accordion .panel .article .accordion-image .img-thumbnail {
    width: 100%;
  }
  body .tx-as-calendar .calendar .header-days th {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body p.nav-title {
    display: none !important;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu {
    padding-left: 50px;
  }
}
@media (min-width: 920px) and (max-width: 1440px) {
  body header#pageheader .navbar-nav > li > .dropdown-menu {
    padding-left: 0px;
    width: 100%;
  }
  body header#pageheader .navbar-nav > li p.nav-title {
    width: 315px;
    font-size: 30px;
  }
}
@media (min-width: 770px) and (max-width: 920px) {
  body .navbar-brand .logo {
    width: 250px;
    height: auto;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu {
    padding-left: 0px;
    width: 100%;
  }
  body header#pageheader .navbar-nav > li p.nav-title {
    width: 255px;
    font-size: 24px;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu {
    margin-left: 210px;
  }
  body.subpage .page-content {
    margin-top: 90px;
  }
}
@media (min-width: 1000px) and (max-width: 1190px) {
  body.subpage .page-content {
    margin-top: 180px;
  }
}
@media (min-width: 920px) and (max-width: 1000px) {
  body.subpage .page-content {
    margin-top: 90px;
  }
  body .breadcrumb {
    margin-top: -10px;
  }
}
@media (min-width: 770px) and (max-width: 1000px) {
  body .page-content .col-xs-1,
  body .page-content .col-xs-2,
  body .page-content .col-xs-3,
  body .page-content .col-xs-4,
  body .page-content .col-xs-5,
  body .page-content .col-xs-6,
  body .page-content .col-xs-7,
  body .page-content .col-xs-8,
  body .page-content .col-xs-9,
  body .page-content .col-xs-10,
  body .page-content .col-xs-11,
  body .page-content .col-xs-12,
  body .page-content .col-sm-1,
  body .page-content .col-sm-2,
  body .page-content .col-sm-3,
  body .page-content .col-sm-4,
  body .page-content .col-sm-5,
  body .page-content .col-sm-6,
  body .page-content .col-sm-7,
  body .page-content .col-sm-8,
  body .page-content .col-sm-9,
  body .page-content .col-sm-10,
  body .page-content .col-sm-11,
  body .page-content .col-sm-12,
  body .page-content .col-md-1,
  body .page-content .col-md-2,
  body .page-content .col-md-3,
  body .page-content .col-md-4,
  body .page-content .col-md-5,
  body .page-content .col-md-6,
  body .page-content .col-md-7,
  body .page-content .col-md-8,
  body .page-content .col-md-9,
  body .page-content .col-md-10,
  body .page-content .col-md-11,
  body .page-content .col-md-12,
  body .page-content .col-lg-1,
  body .page-content .col-lg-2,
  body .page-content .col-lg-3,
  body .page-content .col-lg-4,
  body .page-content .col-lg-5,
  body .page-content .col-lg-6,
  body .page-content .col-lg-7,
  body .page-content .col-lg-8,
  body .page-content .col-lg-9,
  body .page-content .col-lg-10,
  body .page-content .col-lg-11,
  body .page-content .col-lg-12 {
    float: left;
    width: 100%;
  }
  body .page-content .col-md-3 {
    /*width: 25%;*/
  }
  body .page-content .col-md-7 {
    /*width: 58.333333333333336%;*/
  }
  body .page-content div.row.fixedcol div.col-md-6 {
    padding: 0 15px;
  }
}
/* iPad mini in portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  body .navbar-toggle {
    display: block;
  }
  body .navbar-nav > li {
    float: none;
  }
  body header#pageheader {
    position: relative;
    height: 150px;
    padding: 0;
    margin: 0;
  }
  body header#pageheader .col-md-10 {
    padding: 0;
    margin: 0;
  }
  body header#pageheader .langSwitch.container {
    right: 0;
    top: 0;
    margin-top: 0;
  }
  body header#pageheader .navbar {
    position: static;
  }
  body header#pageheader #searchform div.form-group.pull-right:after {
    display: none;
  }
  body header#pageheader #searchform .search-icon:after {
    top: auto;
  }
  body header#pageheader .collapse {
    display: block;
  }
  body header#pageheader div#mobile-search-toggle {
    height: 50px;
    width: 30px;
    margin: 0;
    padding: 0;
    left: 140px;
    position: absolute;
  }
  body header#pageheader div#mobile-search-toggle:after {
    font-family: 'hgmIcons';
    content: '\e001';
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    color: #94aac0;
    border: 1px solid #dddddd;
    padding: 2px 5px 0 7px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    font-size: 25px;
  }
  body header#pageheader #searchform div.form-group.pull-right:after {
    top: 30px;
  }
  body header#pageheader #searchform {
    position: absolute;
    top: 45px;
    left: 0;
    margin-top: 0;
    width: 100%;
    background: #eceff1;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
  }
  body header#pageheader #searchform .pull-right {
    float: none !important;
    padding: 30px 0 15px 0;
  }
  body header#pageheader #searchform.opened div.form-group.pull-right:after {
    display: block;
  }
  body header#pageheader #searchform.opened {
    height: 90px;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
  }
  body header#pageheader button.navbar-toggle {
    position: absolute;
    left: 0;
    margin: 0 0 0 5px;
    padding: 0px 15px;
    border-radius: 0;
    height: 40px;
    font-size: 22px;
  }
  body header#pageheader button.navbar-toggle:after {
    content: '\e01f';
    font-family: 'hgmIcons';
    vertical-align: bottom;
  }
  body header#pageheader .in {
    overflow: visible;
    height: auto;
  }
  body header#pageheader .in .navbar-nav.navbar-right {
    max-height: 1500px;
    overflow: visible;
    -webkit-transition: max-height 2s ease-in;
    transition: max-height 2s ease-in;
  }
  body header#pageheader .navbar-nav.navbar-right {
    margin-top: 0;
    position: absolute;
    padding-left: 25px;
    width: 100%;
    left: 0;
    margin-right: 0px;
    background: #eceff1;
    opacity: 1;
    margin-bottom: 0;
    margin-left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  body header#pageheader header#pageheader .navbar-nav > li > .dropdown-menu,
  body header#pageheader header#pageheader .navbar-nav > li > .dropdown-menu li .dropdown-menu {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  body header#pageheader header#pageheader .navbar-nav li.open > .dropdown-menu,
  body header#pageheader header#pageheader .navbar-nav li:hover > .dropdown-menu,
  body header#pageheader header#pageheader .navbar-nav li:focus > .dropdown-menu {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  body header#pageheader .navbar-nav > li p.nav-title,
  body header#pageheader .navbar-nav > li:hover p.nav-title {
    display: none !important;
  }
  body header#pageheader .navbar-nav li:hover > .dropdown-menu {
    position: absolute;
    left: 0;
    margin-left: 0;
    display: none;
  }
  body header#pageheader .navbar-nav li.open > .dropdown-menu {
    position: relative;
    left: 0;
    margin-left: 0;
    padding-top: 0;
    display: block;
    opacity: 1;
    padding-left: 0;
  }
  body header#pageheader .navbar-nav > li > a > i {
    position: absolute;
    right: 10px;
    width: 25px;
    font-style: normal;
  }
  body header#pageheader .navbar-nav > li > a > i:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 14px;
    display: inline-block;
  }
  body header#pageheader .navbar-nav > li.open > a > i:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a:after {
    content: '';
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a > i {
    position: absolute;
    right: 10px;
    width: 25px;
    font-style: normal;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown > a > i:after {
    font-family: 'hgmIcons';
    content: '\e013';
    font-size: 14px;
    display: inline-block;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.dropdown.open > a > i:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu {
    width: 100%;
    -webkit-transition: none;
    transition: none;
    opacity: 1 !important;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.open .dropdown-menu {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
    border-left: none;
    opacity: 1;
    min-height: 0;
    float: none;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.open .dropdown-menu .dropdown-menu {
    display: block !important;
    margin-left: 15px;
  }
  body header#pageheader .navbar-nav > li > .dropdown-menu li.open .dropdown-menu .dropdown-menu li.dropdown a:after {
    content: '\e013';
  }
}


