/*! 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: white;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-skin h7 {
	font-size: 11px;
}

.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('./fancybox/fancybox_sprite.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('./fancybox/fancybox_loading.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('./fancybox/blank.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('./fancybox/fancybox_overlay.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 'Source Sans Pro', 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, .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('./fancybox/fancybox_sprite@2x.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('./fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  transition: all 0.2s;
  color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #ee4245;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('./font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('./font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('./font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('./font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('./font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./slick/fonts/slick.eot');
    src: url('./slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./slick/fonts/slick.woff') format('woff'), url('./slick/fonts/slick.ttf') format('truetype'), url('./slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #32475d;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -5px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 0;
	opacity: 0.6;

    cursor: pointer;
    border-radius: 8px;
	text-indent: -5000px
    color: transparent;
    border: 0;
    outline: none;
	background-color: #999;
}
.slick-dots li.slick-active button {
	background-color: #32475d;
	opacity: 1;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
	opacity: 1;
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
/*.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*! jQuery UI - v1.12.1 - 2016-11-25
* http://jqueryui.com
* Includes: core.css, datepicker.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright 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-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;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.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:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin: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 .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-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;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,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.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,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.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("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-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:-65px -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:-65px -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:1px -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:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/*!
 * shariff - v1.26.2 - Fri, 28 Jul 2017 15:16:27 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2017 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fa{width:30px}.shariff li .fa,.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}/* 2023-10-27 10:43:20 */ /* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v25-latin-300.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg');
  /* roboto-condensed-regular - latin */ }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
  /* roboto-condensed-700 - latin */ }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  /* IE9 Compat Modes */
  src: url('../fonts/roboto-condensed-v25-latin-700.eot');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
  src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); }

body, html {
  margin: 0;
  font: 300 18px/140% 'Roboto Condensed', sans-serif;
  min-height: 100%;
  color: #32475d; }

body {
  overflow-x: hidden; }

body.trip, body.advice {
  background-color: #f1f1f1; }

body.white {
  background-color: white; }

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box; }

.advice {
  padding: 10px; }

.red {
  color: #df0019;
  font-weight: bold;
  /* @group allgemein */ }

.light.cc_dialog {
  /*background-color: #32495C !important;*/
  background-color: rgba(239, 239, 239, 0.9) !important; }

.light.cc_dialog button.cc_b_ok {
  background-color: #32495c !important; }

.light.cookie-consent-preferences-overlay .cookie-consent-preferenccalenderes-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
  background-color: #32495c !important; }

.tooltip {
  display: none;
  position: absolute;
  background-color: #32475d;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  z-index: 100;
  color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 120%; }

.tooltip:before {
  border-right: 16px solid #32475d;
  border-bottom: 12px solid transparent;
  border-top: 2px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: -16px;
  top: 10px;
  width: 0; }

.anker, .clearAll {
  clear: both;
  display: block; }

h1, .hotelUeberschrift {
  font-size: 50px;
  color: #32475d;
  font-weight: bold;
  padding: 0;
  margin: 5px 0 10px;
  line-height: 120%;
  text-align: center; }

h1:first-child {
  margin-top: 0; }

sup {
  white-space: nowrap; }

h2 {
  font-weight: normal;
  margin: 0 0 10px;
  font-style: normal;
  font-size: 24px;
  color: #32475d;
  line-height: 140%;
  text-align: center; }

.hotelInfo {
  font-size: 24px;
  color: #32475d;
  font-weight: normal;
  font-style: normal; }

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  font-style: normal; }

.center {
  text-align: center; }

p {
  padding: 0;
  margin: 0 0 10px; }

b, strong, .textBlock a {
  font-weight: 600; }

p a:before {
  content: '\f0c1';
  font-family: 'FontAwesome';
  font-weight: normal;
  opacity: 0.8;
  margin-right: 4px;
  margin-left: 4px;
  color: #e20a16; }
  p a[target='_blank']:before {
    content: '\f08e'; }

.footer a:before, .footer a[target='_blank']:before {
  content: ''; }

a {
  color: #32475d;
  text-decoration: none;
  transition: all 0.2s; }

a:hover {
  color: #9797ba;
  text-shadow: none; }

a img {
  border: none;
  transition: all 0.2s; }

.email:before {
  content: '@'; }

a:hover > img {
  opacity: 0.8; }

li {
  list-style-type: square; }

img {
  max-width: 100%;
  height: auto; }

.zentriert {
  text-align: center; }

.blocksatz {
  text-align: justify; }

.rechtsbuendig {
  text-align: right; }

::selection {
  background: #32475d;
  color: #fff; }

::-moz-selection {
  background: #32475d;
  color: #fff;
  /* @end */ }

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 20px 10px; }

.kopfWrapper2 {
  position: relative;
  border-bottom: 1px solid #ffad0d; }

.kopfWrapper {
  position: relative;
  background-color: white; }

.kopfWrapper .wrapper {
  padding-bottom: 10px;
  padding-top: 10px; }

.kopfBild {
  width: 100%; }

.logo {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  width: 33.33%; }

.kopfInfos {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  width: 33.33%; }

.kopfLinks {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 33.33%; }

.kopfLinks a {
  display: inline-block;
  margin-left: 10px;
  border-left: 2px solid #df0019;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 100%; }

.logo img {
  max-width: 90%; }

.wechselBilder {
  border-top: 2px solid #e20a16; }

.wrapperBild {
  position: relative; }

.wrapperBild img {
  width: 100%; }

.wrapperBildText {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -70px; }

.headerTitle {
  color: white;
  text-align: left;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  z-index: 100;
  text-transform: uppercase;
  font: bold 85px/80px Oswald; }

.wrapperBildText h1 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.8;
  font: bold 85px/85px Oswald; }

.wrapperBildText h2 {
  color: white;
  font-size: 40px;
  text-align: center;
  line-height: 50px; }

.webpageList .wrapper {
  padding-bottom: 0; }

.parallax {
  background-size: cover;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

.debugInfoBox {
  background-color: rgba(254, 255, 255, 0.79);
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 300;
  overflow: hidden;
  transition: all 0.2s;
  font-size: 14px;
  padding: 5px;
  line-height: 120%; }

.debugInfoBox:hover {
  opacity: 0; }

.wrapper:after {
  content: '';
  clear: both;
  display: block; }

.copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 10px;
  line-height: 100%;
  padding: 10px;
  text-align: right;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  z-index: 1; }

.copyright a {
  color: white; }

.image {
  position: relative;
  float: right;
  line-height: 100%;
  margin-left: 20px; }

.image a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: all 0.2s;
  opacity: 0; }

.image:hover a:before {
  opacity: 0; }

.imageGallery {
  width: 50%;
  margin-left: 20px;
  float: right; }

.wechselBilder .slick-prev, .wechselBilder .slick-next {
  z-index: 1; }

.wechselBilder .slick-prev {
  left: 20px; }

.wechselBilder .slick-next {
  right: 20px; }

.wechselBilder .slick-prev:before, .wechselBilder .slick-next:before {
  color: #fff; }

.slick-prev, .slick-next {
  height: auto !important; }

.slick-prev::before, .slick-next::before {
  font: 40px 'FontAwesome' !important;
  opacity: 0.4 !important;
  transition: all 0.2s; }

.slick-prev::before {
  content: '\f053' !important; }

.slick-next::before {
  content: '\f054' !important; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1 !important;
  /* @group SearchBox */ }

.searchBox {
  position: absolute;
  bottom: 10%;
  width: 100%; }

.searchBox .wrapper {
  background-color: rgba(254, 255, 255, 0.5);
  padding-right: 20px;
  padding-left: 20px; }

.searchInput {
  width: 12.5%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 5px; }

.searchInput * {
  width: 100%; }

.searchButton {
  background-color: #e20a16;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 400;
  border: none; }

.searchButton:hover {
  color: white;
  background-color: #ac0812;
  /* @end */
  /* @group SearchBoxSmall */ }

.searchBoxSmall {
  position: absolute;
  bottom: 10%;
  width: 100%; }

.searchBoxSmall select, .searchBoxSmall input {
  padding: 4px; }

.searchBoxSmall .wrapper {
  max-width: 800px;
  padding: 5px;
  background-color: rgba(254, 255, 255, 0.5);
  border-radius: 6px; }

.searchBoxSmall .searchButton {
  padding: 3px;
  font-size: 20px; }

.searchBoxSmall .searchInput {
  width: 20%;
  /* @end */ }

.imageWrap {
  position: relative;
  /* @group Teaser */ }

.teaserBlock p {
  margin-bottom: 0; }

.teaserBlock * {
  color: white; }

.teaserBlock h2 {
  font-weight: bold;
  margin: 0;
  font-size: 34px;
  line-height: 120%; }

.teaserBlock h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 120%; }

.teaserBlock > div {
  text-align: center;
  background-color: #32475d;
  color: white;
  transition: all 0.2s; }

a .teaserBlock:hover > div {
  background-color: #08243b; }

.teaserBlockImage {
  position: relative;
  overflow: hidden;
  line-height: 0; }

.teaserBlockImage img {
  width: 100%; }

a .teaserBlock:hover img {
  /*transform: scale3d(1.1, 1.1, 1.1) rotate(-2deg);*/
  opacity: 0.9;
  transform: scale3d(1.1, 1.1, 1.1);
  /* @end */
  /* @group designClasses */ }

.textTrenner {
  padding: 20px;
  text-align: center;
  font-size: 40px;
  color: white;
  background-color: #32495c;
  line-height: 50px;
  font-weight: 300; }

.textTrenner * {
  color: white; }

.textBlock {
  padding: 20px; }

.textBlockInner {
  padding: 10px;
  position: relative; }

.groesse-2 .image {
  max-width: 50%; }

.groesse-1 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  clear: none; }

.groesse-2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  clear: none; }

.groesse-3 {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  clear: none; }

.groesse-4 {
  width: 25%;
  float: none;
  clear: both; }

.bigImage .textBlockInner {
  padding: 0; }

.bigImage .image {
  width: 50%; }

.bigImage img {
  width: 100%; }

.bigImage h1 {
  font-size: 20px;
  text-align: left;
  /* @end */
  /* @group Responsive Table löschen? */ }

.responsiveTable {
  width: 100%;
  display: block;
  overflow-x: scroll;
  border: 0;
  margin-bottom: 20px; }

.responsiveTable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.responsiveTable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3); }

.responsiveTable td {
  width: 100%;
  overflow: auto;
  display: block;
  border: 0; }

.responsiveTable img {
  width: auto;
  max-width: inherit;
  /* @end */
  /* @group Download löschen? */ }

.Download {
  background-color: rgba(227, 201, 137, 0.5);
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 10px 10px 10px 70px !important;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  margin-left: 10px; }

.Download h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px; }

.Download h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #999; }

.Download p {
  margin-bottom: 0; }

.Download a:hover * {
  color: #fff !important; }

.downloadButton {
  background-color: #97c00e;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: white;
  white-space: nowrap;
  padding: 10px; }

.downloadSize {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  transition: all 0.2s; }

.downloadButton:hover .downloadSize {
  transition: all 0.2s;
  max-width: 5000px;
  padding-right: 10px;
  padding-left: 10px; }

.DownloadImage {
  /* @end */
  /* @group Reisefilter */ }

.reiseFilter {
  background-color: rgba(50, 73, 92, 0.1);
  padding: 5px 10px;
  margin-right: 20px;
  margin-left: 20px; }

.reiseFilter span:hover {
  cursor: pointer;
  text-decoration: underline; }

.filterAktiv {
  text-decoration: underline;
  color: #32475d;
  /* @end */ }

.responsiveFrame {
  position: relative;
  width: 100%;
  padding-bottom: 60%; }

.responsiveFrame iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.buttonBottom {
  position: absolute;
  bottom: -10px;
  right: 20px;
  background-color: #9797ba;
  color: white;
  padding: 10px 5px 10px 10px;
  line-height: 100%;
  font-size: 20px;
  height: 40px; }

.buttonBottom:hover {
  background-color: #32475d;
  color: white; }

.fakeInput {
  background-color: white;
  border: 1px solid #999;
  padding: 8px;
  font: 16px/140% 'Roboto Condensed', sans-serif;
  transition: all 0.2s;
  margin-right: 10px;
  display: inline-block;
  width: 190px;
  height: 40px;
  color: #32475d;
  vertical-align: middle;
  cursor: pointer;
  /* @group Kalender */ }

.calender {
  width: 440px;
  max-width: 100%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap; }
  .calender .calenderHead, .calender .pagination {
    width: 100%; }
  .calender .day {
    padding: 4px;
    text-align: center;
    width: 14.285%;
    border: 1px solid #fff;
    position: relative;
    flex-grow: 1; }
  .calender > a {
    width: 14.285%;
    text-decoration: none;
    flex-grow: 1; }
  .calender > a:hover {
    text-decoration: none; }
  .calender a:hover {
    text-decoration: none !important; }
  .calender a .normal {
    background: rgba(50, 73, 92, 0.1);
    transition: all 0.2s;
    font-weight: 400;
    width: 100%; }
  .calender a .normal:hover {
    color: white;
    text-decoration: none;
    background-color: #df0019;
    cursor: pointer; }
  .calender .rot {
    color: rgba(50, 71, 93, 0.5); }
  .calender .rot:before, .calender .rot:after {
    content: '';
    background-color: #df0019;
    height: 1px;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 15px; }
  .calender .rot:before, .calender .rot:after {
    transform: translateX(-50%) rotate(-20deg); }
  .calender .rot:after {
    transform: translateX(-50%) rotate(20deg); }

.newCalendarBook {
  position: absolute;
  background-color: #32475d;
  display: none;
  box-shadow: 2px 2px 8px rgba(50, 71, 93, 0.8); }
  .newCalendarBook .rot:before, .newCalendarBook .rot:after {
    background-color: #fff; }
  .newCalendarBook a .normal {
    background: rgba(50, 73, 92, 0.8); }

.newCalendarBook a {
  color: white; }

.showCalendar {
  display: inline-block; }

.showCalendarMask {
  background-color: rgba(50, 71, 93, 0.2);
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

* html .calender, * + html .calender {
  width: 282px; }

.calender div.after, .calender div.before {
  color: rgba(255, 255, 255, 0.3); }

.calenderHead {
  background-color: #df0019;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px; }

a .normal:hover, a .current:hover {
  background-color: #df0019;
  color: white;
  cursor: pointer;
  text-decoration: none; }

.kalenderPreis {
  font-size: 12px;
  white-space: nowrap;
  font-weight: 300;
  line-height: 12px;
  padding-bottom: 4px; }

.day.headline {
  background-color: rgba(50, 71, 93, 0.5);
  color: white;
  font-weight: bold; }

.day.current {
  font-weight: bold; }

.clear {
  clear: left; }

.pagination {
  background-color: #32475d;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: white; }

.pagination i {
  cursor: pointer;
  transition: all 0.2s; }

.pagihead {
  display: inline-block;
  padding: 4px 2px;
  width: 80%; }

.pagination i:hover {
  color: #9797ba;
  /* @end */
  /* @group breadCrumb */ }

.breadCrumb {
  border-top: 2px solid #e20a16;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  width: 100%;
  position: absolute;
  z-index: 100; }

.breadCrumb a {
  color: white; }

.breadCrumb .wrapper {
  padding: 5px 20px; }

.trip .breadCrumb {
  background-color: transparent; }

.trip .breadCrumb .wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1180px;
  /* @end */
  /* @group Bildergalerie */ }

.galleryImages {
  line-height: 0;
  text-align: center; }

.galleryImage {
  display: inline-table;
  margin: 5px;
  /* @end */
  /* @group hotelTeaser */ }

.tripPrevOuter {
  display: inline-block;
  position: relative;
  width: 25%;
  vertical-align: top;
  padding: 20px; }

.tripPrevOuterPaket {
  width: 50%;
  transition: all 0.5s; }

.tripPrevOuterPaket .tripPrevImgBox, .tripPrevOuterPaket .tripPrevText {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.paket {
  display: none; }

.paket table {
  text-align: left; }

.paket table td {
  padding-right: 10px;
  padding-left: 10px; }

.tripPrevOuterPaket .paket {
  display: block; }

.paketShow {
  font-weight: bold;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px; }

.paketShow:after {
  content: ' einblenden'; }

.tripPrevOuterPaket .paketShow:after {
  content: ' ausblenden'; }

.paketShow:hover {
  font-weight: bold;
  color: #ccc; }

.tripPrev {
  position: relative;
  transition: all 0.2s;
  background-color: white;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px; }

.selectIcon {
  position: absolute;
  top: -12px;
  right: -10px; }

.selectIconTrip {
  float: right; }

.tripPrevImgBox {
  overflow: hidden;
  line-height: 0; }

.tripPrevImg {
  width: 100%; }

.fa-star {
  color: #e20a16;
  font-size: 16px !important; }

.hotelS:before {
  content: 's';
  font-weight: 600;
  font-style: normal; }

.zusatzText {
  color: #e20a16;
  font-weight: bold;
  margin-left: 20px;
  white-space: nowrap; }

.tripPrev:hover, .tripPrevOuterPaket .tripPrev {
  background-color: #32495c;
  color: white; }

.tripPrev:hover a, .tripPrevOuterPaket .tripPrev a {
  color: white; }

.tripPrev:hover h2, .tripPrevOuterPaket .tripPrev h2 {
  color: white; }

.tripPrev:hover .tripPrevImg {
  /*transform: scale3d(1.1, 1.1, 1.1) rotate(-2deg);*/
  opacity: 0.9;
  transform: scale3d(1.1, 1.1, 1.1); }

.tripPrevText {
  padding: 20px 20px 0; }

.tripPrevSymbole {
  padding-bottom: 20px; }

.tripPrevSymbole img {
  margin-right: 10px;
  width: auto !important;
  display: inline-block !important; }

.tripPrev h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: bold; }

.tripPrevPrice {
  background-color: #e20a16;
  color: white;
  padding: 5px 8px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  border-radius: 6px;
  line-height: 100%;
  margin-top: 15px; }

.tripSlider:hover button {
  opacity: 0.8; }

.tripPrevOuterWide {
  display: block;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 20px; }

.tripPrevOuterWide .tripPrev {
  padding-bottom: 0;
  text-align: left; }

.tripPrevOuterWide:nth-child(even) .tripPrev {
  background-color: rgba(50, 73, 92, 0.1); }

.tripPrevOuterWide:nth-child(even) .tripPrev:hover, .tripPrevOuterWide.tripPrevOuterPaket .tripPrev {
  background-color: #32495c;
  color: white; }

.tripPrevOuterWide .tripPrevImgBox {
  position: relative;
  width: 20%;
  vertical-align: top;
  float: left;
  margin-right: 20px; }

.tripPrevOuterWide .tripPrevText {
  display: inline;
  padding: 0 20px 0 0; }

.tripPrevOuterWide .tripPrevPrice {
  position: absolute;
  right: 10px;
  top: 0; }

.tripPrevOuterWide h2 {
  text-align: left; }

.tripPrevOuterWide .paket table {
  float: left;
  /* @end */
  /* @group hotel */ }

.hotelName {
  font-weight: normal;
  margin: 0 0 10px;
  font-style: normal;
  font-size: 24px;
  color: #32475d;
  line-height: 140%; }

.hotelLogo {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px; }

.gueteLogo {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px; }

.piktoList {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px; }

.piktoLogo {
  margin-left: 5px; }

.hotelImages {
  padding-top: 20px;
  padding-bottom: 20px; }

.hotelImage img {
  border: 1px solid white; }

.hotelAdresse {
  background-color: rgba(50, 73, 92, 0.1); }

h1 .fa-star, .hotelUeberschrift .fa-star {
  color: #e20a16;
  font-size: 24px !important; }

.zwischenTitel {
  color: #32475d;
  font-size: 22px; }

.slick-slide img {
  width: 100%; }

.slick-track .imageWrap {
  padding-right: 1px;
  padding-left: 1px; }

.btPaketBlock > div {
  transition: all 0.5s;
  margin-bottom: 4px; }

.showMoreActive {
  background-color: rgba(50, 73, 92, 0.04); }

.btPaketText {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
  padding: 0 10px; }

.paketLinks, .paketRechts {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.paketLinks {
  padding-right: 10px; }

.paketRechts {
  padding-left: 10px; }

.showMoreActive .btPaketText {
  transition: all 0.2s;
  max-height: 2000px;
  padding: 10px; }

.hotelPakete {
  background-color: #c1c8ce;
  color: #32475d; }

.paketPreis {
  white-space: nowrap; }

.hotelBeschreibung {
  background-color: white;
  color: #32475d; }

.hotelPakete h2 {
  background-color: #32475d;
  font-size: 40px;
  font-weight: bold; }

.titelGross {
  font-size: 40px;
  font-weight: bold; }

.hotelPakete h2 {
  color: white; }

.hotelPakete a {
  color: #32475d;
  font-weight: bold; }

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

a.infoButton {
  color: white;
  font-weight: normal;
  text-align: center;
  background-color: #e20a16;
  padding: 4px 6px;
  transition: all 0.2s;
  font-style: normal;
  cursor: pointer;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  float: right; }

.infoButton:hover {
  color: white;
  background-color: #32475d; }

.paketHeadline {
  transition: all 0.2s;
  background-color: #eaecee;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  color: #32475d; }

.paketHeadline:hover {
  background-color: #fff; }

.Sonderangebote {
  color: white;
  background-color: #e20a16;
  padding: 10px;
  margin-bottom: 10px; }

.Sonderangebote hr {
  border: none;
  border-bottom: 1px solid white;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px; }

.showAngebot {
  cursor: pointer; }

.showMoreActive .paketHeadline {
  color: white;
  background-color: #e20a16; }

.showMoreActive .paketHeadline i {
  display: none; }

.paketHeadline:after {
  font-family: 'FontAwesome';
  content: '\f13a';
  display: block;
  position: absolute;
  right: 10px;
  top: 5px; }

.showMoreActive .paketHeadline:after {
  content: '\f139'; }

.zimmerPreiseTabelle > div {
  display: table-row; }

.zimmerPreiseTabelle {
  display: table;
  width: 100%; }

.zimmerZeileZl span:first-child {
  padding-left: 20px; }

.zLlinie {
  position: relative;
  padding-top: 2px;
  margin-bottom: 2px; }

.zLlinie:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px; }

.zLlinie:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #32475d;
  opacity: 0.5;
  top: 3px; }

.zimmerPreiseTabelle span {
  display: table-cell; }

.zimmerPreiseTabelle span:last-child {
  padding-left: 10px; }

.zimmerPreiseTabellePreis {
  font-weight: bold;
  padding-left: 20px;
  text-align: right; }

.zimmerPreiseTabellePreis:after {
  content: ' pro Person';
  font-weight: 300;
  padding-left: 10px;
  text-align: right;
  font-style: normal;
  /*.paketInfoBlock, .btPaketBlock {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}*/
  /* @end */
  /* @group navigation */ }

.navigation {
  background-color: #eaecee;
  text-align: center;
  position: absolute;
  width: 100%;
  transition: all 0.2s; }

.fixed .navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }

.fixed2 .navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  background-color: #32495c;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }

.fixed2 .navigation * {
  color: white; }

.navigation .wrapper {
  padding: 0; }

.navigation a {
  font-size: 20px;
  transition: all 0.2s;
  padding: 10px 18px;
  display: inline-block;
  font-weight: 400; }

.navigation span:hover > a, .navigation a.active {
  background-color: #32495c;
  color: white; }

.navigation span {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.sub {
  transition: all 1s;
  position: absolute;
  background-color: rgba(50, 73, 92, 0.9);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
  max-height: 0;
  overflow: hidden; }

.sub .sub {
  background-color: rgba(50, 73, 92, 0.8);
  position: absolute;
  left: 100%;
  top: 0;
  display: none; }

span:hover > .sub {
  transition: all 0.5s;
  max-height: 2000px;
  display: block;
  overflow: visible; }

.sub a, .sub span:hover a, .sub a.active {
  margin-left: 0;
  font-size: 20px;
  display: block;
  font-weight: 400;
  color: white;
  text-align: left;
  padding: 5px 8px 5px 5px;
  line-height: 100%; }

.sub a:before {
  font-family: 'FontAwesome';
  opacity: 0.5;
  content: '\f054';
  margin-right: 5px; }

.sub span {
  display: block;
  white-space: nowrap;
  transition: all 0.2s; }

.sub span:hover > a:before, .sub a.active:before {
  opacity: 1;
  /* @end */
  /* @group Footer */ }

.footer {
  background-color: rgba(50, 73, 92, 0.1); }

.footerPrint {
  display: none; }

.footer .wrapper {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center; }

.footer2 .wrapper {
  padding-right: 30px;
  padding-left: 30px; }

.footer p {
  margin-bottom: 0; }

#socialshareprivacy {
  float: left; }

.imprint {
  font-size: 14px;
  float: right;
  text-align: right;
  line-height: 110%; }

.imprint a {
  font-weight: bold; }

.footerTel {
  font-weight: bold;
  font-size: 24px; }

.footerInfo {
  text-align: center;
  /* @end */
  /* @group Merkliste */ }

.noteButtonDel {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  transition: opacity 0.2s;
  cursor: pointer; }

.noteButtonDel:before, .noteButtonAdd:hover:before {
  content: '\f005';
  font-family: 'FontAwesome';
  color: #e20a16;
  text-shadow: 0 0 4px white; }

.noteButtonAdd {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.8;
  z-index: 10;
  transition: opacity 0.2s;
  cursor: pointer; }

.noteButtonAdd:before {
  content: '\f006';
  font-family: 'FontAwesome'; }

.noteButtonAdd:hover, .noteButtonDel:hover {
  opacity: 1; }

.tripPrev:hover .noteButtonAdd:before, .topTrip:hover .noteButtonAdd:before {
  opacity: 1;
  color: white;
  text-shadow: 0 0 4px black; }

#noteList a {
  display: inline-block;
  position: relative;
  border: none;
  padding-top: 10px; }

#noteList a:before {
  content: '\f005';
  font-family: 'FontAwesome';
  color: #e20a16;
  text-shadow: 0 0 4px white;
  margin-right: 5px; }

#noteList a div {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  width: 100%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-right: 3px;
  /* @end */
  /* @group formulare */ }

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

input, textarea, select {
  background-color: white;
  border: 1px solid #999;
  padding: 8px;
  font: 16px/140% 'Roboto Condensed', sans-serif;
  transition: all 0.2s;
  margin-right: 10px; }

input:hover, textarea:hover, select:hover {
  background-color: #6f7f8d;
  color: white; }

input:focus, textarea:focus, select:focus {
  background-color: #32475d;
  color: white; }

input[type=button], input.Button, .newsletter input[type=submit] {
  background-color: #32475d;
  /*box-shadow: 0 0 4px #666;*/
  display: block;
  padding: 10px;
  color: white;
  border: 0;
  transition: all 0.2s;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 100%;
  cursor: pointer; }

.fullwidth {
  width: 100%; }

.formField label {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  font-weight: 400; }

.formField input, .formField textarea {
  display: inline-block;
  width: 80%; }

.formField.checkbox label {
  width: auto; }

.formField input[type=checkbox], .formField input[type=radio] {
  width: auto;
  margin-right: 5px; }

.formField input[type=button] {
  width: 100%; }

.formField.radio > div, .formField.select > div {
  display: inline-block;
  vertical-align: top;
  width: 80%; }

.formField {
  padding-bottom: 5px;
  padding-top: 5px; }

.formSpecial {
  display: none; }

.formfieldTitle {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }

.formError {
  color: #903;
  font-weight: bold; }

.formTable {
  float: left;
  width: 50%; }

form td {
  vertical-align: top;
  /* @end */
  /* @group buchungsFormular */ }

.bookingForm {
  padding-top: 20px;
  padding-bottom: 20px; }

#buchungsinfo, #hotelInfo {
  display: none; }

.buchungsInfo {
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #e20a16;
  padding: 4px 6px;
  transition: all 0.2s;
  font-style: normal;
  cursor: pointer;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 90px; }

.moreCatButton {
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #e20a16;
  padding: 4px 6px;
  transition: all 0.2s;
  font-style: normal;
  cursor: pointer;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px; }

.moreCatButton:hover {
  background-color: #32475d; }

.delCatButton {
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #32475d;
  padding: 4px 6px;
  transition: all 0.2s;
  font-style: normal;
  cursor: pointer;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px; }

.personChooser:first-child .delCatButton {
  display: none; }

.delCatButton:hover {
  background-color: #e20a16; }

#bookingSubmit input[type=button], input.buttonRed {
  background-color: #e20a16; }

.buchungsInfo:hover {
  background-color: #32475d;
  color: #fff; }

.gueltigkeitPreis {
  background-color: #32475d;
  color: white;
  padding: 5px;
  margin-bottom: 10px; }

.zeitraum {
  background-color: #32475d;
  color: white;
  padding: 5px;
  margin-bottom: 20px;
  position: relative; }

#person_1:before {
  content: 'Angaben zu Mitreisenden';
  display: block;
  font-weight: normal;
  margin: 0 0 10px;
  font-style: normal;
  font-size: 24px;
  color: #32475d;
  line-height: 140%;
  text-align: center; }

.bookingForm:before {
  content: 'Angaben zum Rechnungsempfänger';
  display: block;
  font-weight: normal;
  margin: 0 0 10px;
  font-style: normal;
  font-size: 24px;
  color: #32475d;
  line-height: 140%;
  text-align: center; }

.personsDetailed {
  background-color: rgba(50, 73, 92, 0.1);
  padding: 5px; }

.personDetails {
  margin-bottom: 2px; }

.personDetails > select {
  margin-right: 0; }

.personDetails > span {
  padding-left: 20px;
  width: 45%;
  display: inline-block; }

.personDetails > span > span {
  display: inline-block; }

.personChooser {
  margin-bottom: 2px; }

.zusatz {
  display: table; }

.einZusatz {
  margin-bottom: 2px;
  display: table-row; }

.einZusatz span {
  display: table-cell;
  padding-right: 5px; }

.einZusatzPreis {
  text-align: right; }

.zlAnz {
  width: 60px;
  text-align: center;
  margin-left: 50px; }

.zlDisabled {
  opacity: 0.5; }

.zAnzSel {
  width: 20%; }

.zArt {
  width: 40%; }

.gender {
  width: 10%; }

.personText {
  width: 20%; }

.personInput {
  width: 80%; }

.personDetails input {
  width: 100%; }

.gueltigkeitPreis:after {
  content: '';
  clear: both;
  display: block; }

.btTermin {
  padding-bottom: 20px; }

.hide {
  display: none;
  opacity: 0.5; }

.naechte, .zimmer {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  white-space: nowrap; }

.zimmer {
  width: 90%; }

input.zAnz {
  width: 40px;
  margin-right: 10px;
  text-align: center; }

.btPaketTermin .noteButtonAdd, .btPaketTermin .noteButtonDel {
  position: relative;
  left: auto;
  top: auto;
  display: inline;
  margin-left: 20px; }

.zumAnreisedatum {
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
  float: right; }

.zimmerName, .zimmerpreis {
  font-weight: 400; }

#bill {
  overflow: auto;
  /* @end */ }

@media (max-width: 980px) {
  .logo {
    width: 50%; }

  .kopfInfos {
    width: 50%;
    text-align: center; }

  .kopfLinks {
    width: 100%;
    text-align: center; }

  .searchBox {
    position: relative; } }

@media (max-width: 850px) {
  .footerInfo {
    clear: both; }

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

  .logo img {
    max-width: 80%;
    width: auto;
    display: block;
    margin: 0 auto; }

  .teaser, .teaserBlock {
    width: 50%; }

  .searchInput {
    width: 25%;
    padding-bottom: 5px; }

  .tripPrevOuter {
    width: 50%; }

  .kopfInfos, .kopfLinks {
    width: 50%;
    text-align: center; }

  .footerNavi {
    display: none; }

  .topTripOuter .tripPrevImgBox {
    width: 100%;
    position: relative; }

  .topTripOuter .tripPrevText {
    position: relative;
    display: block;
    width: 100%; }

  .topTripTextBlock {
    position: relative;
    padding: 20px 0 0; }

  .tripHeadBox h1, .tripHeadBox h2, .tripCategorieList {
    margin-right: 0; }

  .chooseTerm {
    position: relative;
    display: inline-block;
    bottom: auto;
    right: auto;
    margin-top: 10px; }

  .tripLowestPrice {
    position: relative;
    display: inline-block;
    float: right;
    top: auto;
    margin-top: 20px; }

  .reiseForm {
    width: 100%;
    display: block;
    padding-right: 0; }

  .summary, .summaryContent {
    display: block;
    width: 100%;
    position: relative; }

  .fixed .summaryContent {
    position: relative;
    display: block;
    top: auto; }

  .paketHeadline i {
    display: none; }

  .paketLinks, .paketRechts {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0; }

  .paketRechts {
    margin-top: 20px; }

  .naechte, .zimmer {
    width: 100%; }

  .cc_dialog.simple {
    max-width: 100% !important; } }

@media (max-width: 750px) {
  .calender {
    width: 100%; }

  .newCalendarBook {
    left: 10px;
    right: 10px; } }

@media (max-width: 580px) {
  h1 {
    font-size: 40px; }

  .logo, .socialMedia {
    float: none; }

  .searchInput {
    width: 33.33%; }

  .breadCrumb {
    display: none; }

  .kopfInfos, .kopfLinks {
    width: 100%;
    text-align: center; }

  .tripPrevOuter {
    width: 100%; }

  .footer {
    padding-bottom: 0; }

  .footerInfo {
    float: none;
    margin-bottom: 20px; }

  .footerImprint {
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px; }

  .headerTitle, .footerNavi, .topTripText {
    display: none; }

  .logo img {
    max-width: 80%;
    width: auto;
    display: block;
    margin: 0 auto; }

  .mobiNavi {
    position: relative;
    left: auto;
    top: auto; }

  .mobiNavi:before {
    font: 30px 'FontAwesome' !important;
    content: '\f0c9' !important;
    cursor: pointer; }

  .showNavi .mobiNavi:before {
    content: '\f00d' !important; }

  .navigation {
    position: relative; }

  .navigation a {
    padding: 5px 10px;
    display: block; }

  .sub {
    position: relative; }

  a.level1 {
    font-weight: bold; }

  .navigationSpacer {
    display: none; }

  .navigation {
    z-index: 1; }

  .fixed .navigation {
    position: relative; }

  .navigation .wrapper {
    padding: 0;
    display: none; }

  .showNavi .navigation .wrapper {
    display: block; }

  .navigation span {
    display: block;
    text-align: center; }

  .wrapperBildText {
    margin-top: -20px; }

  .wrapperBildText h1 {
    font-size: 35px;
    line-height: 35px; }

  .showNavi .navigation {
    max-height: 3000px; }

  .tripTeaser {
    display: none; }

  .tripTeaserText {
    background-color: #32475d;
    bottom: 0;
    color: white;
    padding: 20px;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }

  .tripPrevOuterBig .tripPrevImgBox {
    display: block;
    width: 100%; }

  .tripPrevOuterBig .tripPrevText {
    position: relative;
    width: auto;
    display: block;
    max-height: 400px; }

  .topTripOuter .tripPrevPrice {
    position: relative;
    right: auto;
    bottom: auto; }

  .topTripOuter .tripPrevText {
    padding: 20px;
    /*
  .tripPrevOuterBig .tripPrevImgBox {
      width: 30%;
  }
  .tripPrevOuterBig .tripPrevText {
      position: relative;
      width: 70%;
      display: inline-block;
  }*/ }

  .tripPrevOuterBig .tripPrevText .tripPrevPrice {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 18px;
    line-height: 120%; }

  .tripPrevOuterBig .tripPrevText .tripPrevPrice span {
    font-size: 24px;
    line-height: 120%; }

  .tripPrevOuterBig .tripPrevText::after {
    display: none; }

  .tripPrevIntro, .tripPrevSymbole {
    display: none; }

  .tripPrev h2 {
    font-size: 18px;
    line-height: 120%; }

  .tripPrev h3 {
    font-size: 14px;
    line-height: 120%; }

  .zimmerPreiseTabellePreis:after {
    content: ' p.P.'; } }

@media (max-width: 480px) {
  .footer .wrapper {
    text-align: center; }

  .teaserBlock {
    width: 100% !important; }

  .formular td {
    display: block; } }

@media print {
  body, html {
    font-size: 14px;
    line-height: 120%; }

  .zwischenTitel {
    font-size: 16px; }

  .navigation, .kopfBild, .kopfLinks, .breadCrumb, .footerImprint, .dlh_googlemap, .smallContact, .buttonBox, .kopfBild, .buttonInfos, .searchBox form, a.infoButton, .newCalendar, #socialshareprivacy, .footer, .imprint img, .noteButtonAdd, .slick-dots, .debugInfoBox {
    display: none !important; }

  .paketHeadline::after, .Sonderangebote {
    display: none; }

  .showMoreActive .paketHeadline, .paketHeadline {
    background-color: transparent;
    color: black; }

  .footer2 .wrapper {
    padding-top: 0; }

  .kopfInfos {
    float: right;
    width: auto; }

  .footerInfo {
    text-align: left; }

  h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 0; }

  h2 {
    font-size: 24px;
    text-align: left;
    background-color: transparent;
    color: black;
    margin-top: 0; }

  .hotelPakete h2 {
    font-size: 26px;
    text-align: left;
    background-color: transparent;
    color: black; }

  .hotelPakete {
    background-color: transparent; }

  .hotelPakete .wrapper {
    padding: 0; }

  .logo, .wrapperTop {
    position: relative;
    top: auto; }

  .hotelLogo {
    max-width: 120px; }

  .wrapperBottom {
    top: 20px;
    right: 0;
    bottom: auto; }

  .telefon {
    text-align: right;
    color: gray;
    text-shadow: none; }

  .logo img {
    width: 300px;
    max-width: 100%; }

  .textBlock, .bildBlock {
    float: none;
    width: auto;
    padding: 0; }

  .kopfSpruch {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px; }

  .searchBox {
    position: relative;
    width: auto; }

  .telefon {
    left: auto;
    right: 0; }

  .footerPrint {
    display: block;
    text-align: center;
    padding-bottom: 20px; } }
