/*! 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_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_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('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_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_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_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;
  }
}
.star{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');background-position:left -2px;display:block;width:20px;height:16px;line-height:16px;float:left;cursor:pointer;zoom:1}.fullStar{background-position:left -59px}.stars{overflow:hidden}.tmp_es{background-position:left -21px}.tmp_fs{background-position:left -40px}/*!
 *  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;
}
.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('./ajax-loader.gif') center center no-repeat;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

	width: 14px;
	height: 48px;
	opacity: 0.2;
    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;
    transition: all 0.2s;
    z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    opacity: 0.8;
}

.slick-prev {
    left: 20px;
	color: white;
}

.slick-next:before {
    content: '\f054';
	font: 30px 'FontAwesome';
	color: white;
}

.slick-prev:before {
    content: '\f053';
	font: 30px 'FontAwesome';
	color: white;
}
.slick-next {
    right: 20px;
	/*background: url(../../images/next.png) no-repeat 0 0;*/
}
.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev {
	opacity: 1;
}
/* Dots */
.slick-dotted.slick-slider
{
   /* margin-bottom: 30px;*/
}

.slick-dots {
    display: block;
    padding: 0;
    margin: 10px 0 0;

    list-style: none;

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

    display: inline-block;
    margin: 0 5px;
    padding: 0;

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

    display: block;

    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    outline: none;
	background-color: #999;
	opacity: 0.6;
}
.slick-dots li.slick-active button {
	background-color: #003882;
	opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    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: 1;
	background-color: #003882;
}
/*! 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}/* 2025-09-18 09:08:42 */ /* oswald-700 - latin */@font-face{font-family:'Oswald';font-style:normal;font-weight:700;/* IE9 Compat Modes */src:url('../fonts/oswald-v49-latin-700.eot');/* IE6-IE8 *//* Super Modern Browsers *//* Modern Browsers *//* Safari, Android, iOS *//* Legacy iOS */src:local(''), url('../fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-v49-latin-700.woff2') format('woff2'), url('../fonts/oswald-v49-latin-700.woff') format('woff'), url('../fonts/oswald-v49-latin-700.ttf') format('truetype'), url('../fonts/oswald-v49-latin-700.svg#Oswald') format('svg');/* titillium-web-300 - latin */}@font-face{font-family:'Titillium Web';font-style:normal;font-weight:300;/* IE9 Compat Modes */src:url('../fonts/titillium-web-v15-latin-300.eot');/* IE6-IE8 *//* Super Modern Browsers *//* Modern Browsers *//* Safari, Android, iOS *//* Legacy iOS */src:local(''), url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg');/* titillium-web-regular - latin */}@font-face{font-family:'Titillium Web';font-style:normal;font-weight:400;/* IE9 Compat Modes */src:url('../fonts/titillium-web-v15-latin-regular.eot');/* IE6-IE8 *//* Super Modern Browsers *//* Modern Browsers *//* Safari, Android, iOS *//* Legacy iOS */src:local(''), url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg');/* titillium-web-600 - latin */}@font-face{font-family:'Titillium Web';font-style:normal;font-weight:600;/* IE9 Compat Modes */src:url('../fonts/titillium-web-v15-latin-600.eot');/* IE6-IE8 *//* Super Modern Browsers *//* Modern Browsers *//* Safari, Android, iOS *//* Legacy iOS */src:local(''), url('../fonts/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-600.woff') format('woff'), url('../fonts/titillium-web-v15-latin-600.ttf') format('truetype'), url('../fonts/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg');}body,html{margin:0;font:300 18px/140% 'Titillium Web', sans-serif;min-height:100%;color:#666;}body{overflow-x:hidden;}body.trip,body.advice{background-color:#f1f1f1;}body.white{background-color:white;}*{box-sizing:border-box;}.advice{padding:10px;}.red{color:#df0019;font-weight:bold;/* Newsletter Wrapper */}.nl_wrapper{position:relative;background-position:center center;background-size:cover;overflow:hidden;}.nl_wrapper iframe{border:0 none transparent;vertical-align:middle;width:100%;/* Video Wrapper */}.video_wrapper{position:relative;background:black;background-position:center center;background-size:cover;padding-bottom:55%;overflow:hidden;}.video_wrapper img{-moz-object-fit:cover;-webkit-object-fit:cover;-ms-object-fit:cover;object-fit:cover;border-radius:0;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.2;}.video_wrapper:before{content:'\f16a';font-family:'FontAwesome';position:absolute;z-index:1;font-size:70px;color:#df0019;width:120px;height:120px;line-height:120px;text-align:center;top:20%;left:calc(50% - 60px);}.video_wrapper iframe{border:0 none transparent;vertical-align:middle;width:100%;}.video_wrapper .video_trigger{position:absolute;top:50%;width:100%;padding:20px;color:white;text-align:center;}.video_wrapper #videoLoad{width:auto;}.video_wrapper .video_layer{display:none;height:inherit;margin:auto;position:absolute;z-index:10;/* @group allgemein *//*
.tooltip {
	display:none;
	position:absolute;
	background-color: rgba(221,221,222,0.8);
	border-radius:5px;
	padding: 8px 10px;
	font-size:12px Arial;
	z-index: 1;
	color: #333;
}

.tooltip:before {
	border-right: 16px solid rgba(221,221,222,0.8);
    border-bottom: 12px solid transparent;
    border-top: 2px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -16px;
    top: 10px;
    width: 0;
	font-size: 14px;
}*/}.tooltip{display:none;position:absolute;background-color:#b1025d;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 #b1025d;border-bottom:12px solid transparent;border-top:2px solid transparent;content:"";height:0;position:absolute;left:-16px;top:10px;width:0;}.tripTip{position:absolute;background-color:#b1025d;padding:10px;color:#fff;right:0;bottom:0;line-height:100%;z-index:1;text-align:right;}.langSelect{background:#58585a;padding:4px;border-radius:4px;display:inline-block;line-height:0;}.langSelect > img{margin-right:0 !important;max-width:20px;}.langSelect > div{display:none;background:#d5d5d5;padding:6px;border-radius:4px;box-shadow:0 0 4px rgba(0, 0, 0, 0.5);position:absolute;top:100%;gap:6px;flex-wrap:wrap;}.langSelect > div div{white-space:nowrap;color:#58585a;font-size:16px;width:100%;}.langSelect > div div img{max-width:23px;margin-right:4px;vertical-align:middle;}.langSelect:hover > div,.langSelect:focus > div,.langSelect:focus-within > div{display:flex;}.langSelect a{color:#58585a;}.anker,.clearAll{clear:both;display:block;}h1{color:#b1025d;padding:0;margin:5px 0 10px;font:bold 36px/120% Oswald;text-align:center;text-transform:uppercase;}h1:first-child{margin-top:0;}h2{font-weight:normal;margin:0 0 10px;font-style:normal;font-size:24px;color:#b1025d;line-height:140%;text-align:center;}.center{text-align:center;}p{padding:0;margin:0 0 10px;}b,strong{font-weight:600;}a{text-decoration:none;font-style:normal;color:#b1025d;transition:all 0.2s;}a:hover{color:#d60272;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:#b1025d;color:#fff;}::-moz-selection{background:#b1025d;color:#fff;}.tripTeaserText ::-moz-selection,.tripHeadBox ::-moz-selection{background:#fff;color:#b1025d;}.tripTeaserText ::selection,.tripHeadBox ::selection{background:#fff;color:#b1025d;}.kopfWrapper ::-moz-selection,.kopfWrapper ::-moz-selection{background-color:transparent;}.kopfWrapper ::selection,.kopfWrapper ::selection{background-color:transparent;/* @end */}.wrapper{max-width:1200px;margin:0 auto;position:relative;padding:20px 10px;}.kopfWrapper2{position:relative;border-bottom:1px solid #ffad0d;}.kopfWrapper .wrapper{padding:0;max-width:1180px;}.kopfWrapper{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,ffffff+28,d5d5d5+100 */position:relative;/* Old browsers */background:#d5d5d5;/* FF3.6-15 */background:-moz-linear-gradient(left, #d5d5d5 0%, #fff 28%, #d5d5d5 100%);/* Chrome10-25,Safari5.1-6 */background:-webkit-linear-gradient(left, #d5d5d5 0%, #fff 28%, #d5d5d5 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */background:linear-gradient(to right, #d5d5d5 0%, #fff 28%, #d5d5d5 100%);/* IE6-9 */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#d5d5d5', GradientType=1);}.kopfBild{width:100%;}.logo-bak{position:absolute;z-index:1;right:0;}.logo{float:left;}.logo img{max-width:100%;width:200px;margin-top:20px;margin-bottom:15px;margin-left:20px;}.wrapperBild{position:relative;}.wrapper .wrapperBild{padding:20px;}.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;}.untenLinks{top:auto;bottom:20px;margin-top:0;text-align:left;}.untenLinks h1{text-align:left;margin-bottom:0;}.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{border:2px solid #e10019;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:110%;padding:10px;text-align:right;text-shadow:0 0 3px rgba(0, 0, 0, 0.8);z-index:1;}.copyright a{color:white;}.imgSubline{z-index:1;text-shadow:0 0 3px rgba(0, 0, 0, 0.8);position:absolute;left:0;bottom:0;padding:10px;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;}.imageBox{-webkit-column-count:4;-webkit-column-gap:0px;-moz-column-count:4;-moz-column-gap:0px;column-count:4;column-gap:0px;width:50%;margin-left:20px;float:right;}.imageCols3{-webkit-column-count:3;-moz-column-count:3;column-count:3;}.imageCols2{-webkit-column-count:2;-moz-column-count:2;column-count:2;}.bildBlock .imageBox{width:100%;margin-left:0;float:none;margin-bottom:20px;}.imageBox .image{float:none;margin-left:0;width:100%;}.imageWrap{position:relative;/* @group Responsive Table */}.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 Teaser */}.teaserBlock p{margin-bottom:0;}.teaserBlock{text-align:center;}.teaserBlock .image{border-top:1px solid white;width:100%;max-width:100%;float:none;padding-right:0;padding-left:0;}.teaserBlock .image img{width:100%;}.EyecatcherImage{box-shadow:0 0 8px rgba(0, 0, 0, 0.15);overflow:hidden;line-height:0;}.EyecatcherImage img{overflow:hidden;}.EyecatcherImage:hover img{opacity:0.9;transform:scale3d(1.02, 1.02, 1.02);/* @end *//* @group Download */}.Download{/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */background:linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);border-radius:10px;margin-bottom:5px;padding:10px 10px 10px 50px;overflow:hidden;position:relative;margin-right:10px;margin-left:10px;/* @end *//* @group Reisefilter */}.Download .content{padding:5px;}.Download a{display:flex;gap:10px;align-items:stretch;}.Download a *{color:#58585a;}.Download .titel{margin-top:0;margin-bottom:0;color:#b1025d;font-size:25px;line-height:120%;font-weight:300;}.Download .titel b{color:#b1025d;}.Download .untertitel{margin-top:0;margin-bottom:0;font-size:18px;text-align:left;font-weight:normal;font-style:normal;}.Download p{margin-bottom:0;}.Download .downloadButton{background-color:#b1025d;color:white;white-space:nowrap;padding:10px;}.Download .downloadSize{display:inline-block;max-width:0;overflow:hidden;transition:all 0.2s;}.reiseFilter span:hover{cursor:pointer;text-decoration:underline;}.filterAktiv{text-decoration:underline;color:#b1025d;/* @end */}.responsiveFrame{position:relative;width:100%;padding-bottom:55%;border-radius:10px;box-shadow:0 0 8px rgba(0, 0, 0, 0.15);overflow:hidden;}.responsiveFrame iframe{height:100%;left:0;position:absolute;top:0;width:100%;}iframe{max-width:100% !important;}.googleMap{padding-bottom:50%;}.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:#b1025d;color:white;/* @group breadCrumb */}.breadCrumb{background-color:rgba(0, 0, 0, 0.5);color:white;width:100%;position:absolute;z-index:1;}.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 tripTeaser */}.showMoreButton{text-align:center;}.showMoreButton i{cursor:pointer;color:#b1025d;}.showMoreTrips .showMoreButton{display:none;}.hideMoreTrips{max-height:0;overflow:hidden;transition:all 0.6s;}.showMoreTrips .hideMoreTrips{max-height:8000px;}.showAllTrips{display:block;text-align:center;color:#b1025d;}.tripPrevOuter{display:inline-block;position:relative;width:33.33%;vertical-align:top;padding:20px;}.tripPrev{position:relative;transition:all 0.2s;/*box-shadow: 0 0 8px rgba(0,0,0,0.15);*//*border-radius: 10px;*/background-color:#dbdbdb;overflow:hidden;padding-bottom:50px;}.selectIcon{position:absolute;top:-12px;right:-10px;}.selectIconTrip{float:right;}.tripPrev:hover{box-shadow:0 0 8px rgba(0, 0, 0, 0.3);}.tripPrev:after{content:'';display:block;clear:both;}.tripPrevImgBox{overflow:hidden;/*border-radius: 10px 10px 0 0;*/transition:all 0.2s;line-height:0;position:relative;}.tripPrevImg{width:100%;}.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;}.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%;text-align:left;color:#666;font-weight:300;}.tripPrev h3{margin-top:0;margin-bottom:0;font-size:18px;text-align:left;color:#666;font-weight:normal;font-style:normal;}.tripPrevPrice{z-index:1;margin-top:10px;font-size:20px;text-align:right;padding-top:5px;position:absolute;bottom:20px;right:20px;}.tripPrevPrice span{font-size:30px;}.tripSlider:hover button{opacity:0.8;/* @end *//* @group tripTeaserBig */}.tripPrevOuterBig{display:block;position:relative;width:100%;padding:20px;}.tripPrevOuterBig .tripPrevImgBox{width:45%;display:inline-block;/*border-radius: 10px 0 0 10px;*/vertical-align:top;}.tripPrevOuterBig .tripPrevText{display:inline-block;vertical-align:top;width:55%;position:absolute;max-height:100%;}.tripPrevOuterBig .tripPrevText:after{content:'';background:-moz-linear-gradient(top, rgba(219, 219, 219, 0) 0%, #dbdbdb 47%, #dbdbdb 100%);background:-webkit-linear-gradient(top, rgba(219, 219, 219, 0) 0%, #dbdbdb 47%, #dbdbdb 100%);background:linear-gradient(to bottom, rgba(219, 219, 219, 0) 0%, #dbdbdb 47%, #dbdbdb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#ffffff', GradientType=0);width:100%;height:50px;position:absolute;bottom:0;left:0;}.tripPrevOuterBig .tripPrev{padding-bottom:0;}.tripPrevIntro{font-size:18px;padding-top:20px;color:#666;/* @end *//* @group tripTeaserBig */}.topTripOuter{display:inline-block;position:relative;width:66.66%;padding:20px;vertical-align:top;}.topTripOuter h1{text-align:left;text-transform:uppercase;font:bold 42px/46px Oswald;}.topTripText{color:white;position:absolute;bottom:20px;left:20px;opacity:0.9;z-index:1;font:bold 70px/66px Oswald;}.topTripTextBlock{position:absolute;widows:100%;left:0;bottom:0;padding-bottom:80px;padding-right:40px;padding-left:40px;}.topTripOuter .tripPrevImgBox{width:47.5%;display:inline-block;/*border-radius: 10px 0 0 10px;*/vertical-align:top;}.topTripOuter .tripPrevText{display:inline-block;vertical-align:top;width:52.5%;position:absolute;min-height:100%;padding:40px;}.topTripOuter .tripPrev{padding-bottom:0;}.topTripOuter .tripPrevImg{/* @end *//* @group trip */}.trip .wechselBilder{max-width:1180px;margin-right:auto;margin-left:auto;}.tripHeadBox{max-width:1180px;color:white;background-color:#57575a;padding-right:30px;padding-left:30px;margin-right:auto;/*border-radius: 0 0 10px 10px;*/margin-left:auto;}.tripCategorieList{font-size:20px;}.tripDestinationList{display:none;}.tripHeadBox *{color:white;text-align:left;}.tripHeadBox h1{margin-top:5px;margin-bottom:5px;}.tripHeadBox h1,.tripHeadBox h2{margin-right:260px;}.tripHeadBox h2{margin-bottom:0;}.tripHeadBox .wrapper{padding:15px 0;}.addValues{padding-top:20px;margin-top:0;padding-bottom:0;}.addValueTitle{color:#b1025d;}.showMore{cursor:pointer;}.showMore:hover{cursor:pointer;color:#b1025d;font-weight:bold;}.addValue{padding-bottom:20px;}.addValueText,.hideBlock{display:none;}.showBlock{display:block;}.tripTeaser{background-color:#dbdbdb;padding:20px;width:30%;margin-left:20px;position:absolute;top:0;right:0;bottom:0;height:100%;}.tripTeaserText{padding:0 0 0 30px;width:30%;margin-left:20px;float:right;position:relative;z-index:1;}.tripTeaserText h2{text-align:left;}.tripTeaserText p,.tripTeaserText ul{margin-bottom:0;margin-top:0;}.tripLowestPrice{position:absolute;right:0;top:15px;}.tripLowestPrice span{font-size:40px;}.tripImages{/*border-radius: 10px;*/margin-bottom:20px;overflow:hidden;}.slick-slide img{width:100%;}.slick-track .imageWrap{padding-right:1px;padding-left:1px;}.chooseTerm{background-color:white;/*border-radius: 10px;*/padding:5px 10px;overflow:hidden;position:absolute;right:0;bottom:15px;color:#b1025d;text-align:center;cursor:pointer;}.chooseTerm h3{font-weight:bold;font-size:20px;margin-top:0;margin-bottom:0;color:#b1025d;text-align:center;}.chooseTerm:hover{background-color:#97c00e;color:white;transition:all 0.2s;}.chooseTerm:hover h3{transition:all 0.2s;color:white;}.infoBox{margin-bottom:20px;background-color:white;/*border-radius: 10px;*/padding:30px;overflow:hidden;position:relative;}.googleMapBox{padding:0;}.googleMap img{-moz-object-fit:cover;-webkit-object-fit:cover;-ms-object-fit:cover;object-fit:cover;border-radius:0;position:absolute;top:0;left:0;width:100%;height:100%;}.googleMap{padding-bottom:50%;position:relative;}.mapsInfo{left:20%;right:20%;position:absolute;z-index:100;top:45%;text-align:center;padding:20px;border-radius:20px;background-color:rgba(255, 255, 255, 0.8);}.mapsInfo .button{color:#fff;font-weight:normal;text-align:center;background-color:#97c00e;padding:10px 12px;transition:all 0.2s;font-style:normal;cursor:pointer;border-radius:10px;font-size:20px;line-height:20px;display:inline-block;}.infoBox h2{text-align:left;}.leistungen ul,.infoBox p{margin:0 0 10px;}.intro{font-size:20px;color:#57575a;line-height:140%;}.introText{display:table;}.dayTitle,.dayTextTitle{color:#b1025d;font-weight:600;}.dayTextTitle{float:left;}.dayText{margin-bottom:20px;}.termsBlock-bak{display:inline-block;padding-right:20px;vertical-align:top;}.tripTerm{vertical-align:top;display:inline-block;font-weight:normal;text-align:center;padding:10px 12px;transition:all 0.2s;/*border-radius: 10px;*/font-style:normal;border:1px solid #666;font-size:18px;line-height:18px;cursor:pointer;margin-bottom:10px;margin-right:10px;}.priceBlock{text-align:center;float:right;}.priceInfo{font-weight:600;text-align:center;transition:all 0.2s;font-size:30px;line-height:30px;margin-bottom:30px;}.tripTerm:hover,.tripTermAktiv{background-color:#97c00e;border:1px solid #97c00e;color:#fff;}.buttonKlein{color:#fff;font-weight:normal;text-align:center;background-color:#666;padding:7px 12px;display:inline-table;transition:all 0.2s;font-style:normal;cursor:pointer;margin-right:10px;margin-top:10px;}.buttonKlein:hover{color:white;background-color:#b1025d;text-shadow:2px 2px 5px #333;}.buchenButton,.button{color:#fff;font-weight:normal;text-align:center;background-color:#b1025d;padding:10px 12px;transition:all 0.2s;font-style:normal;/*border-radius: 10px;*/cursor:pointer;font-size:20px;line-height:20px;display:inline-block;}.buchenAnfrage{background-color:#ffad0d;}.buchenButton:hover,.button:hover{color:white;background-color:#b1025d;}table.terms{width:100%;}td.term{background-color:rgba(227, 201, 137, 0.3);padding-right:5px;padding-left:5px;}.tripTermSubtitle{float:right;}.buttonDrucken,.buttonAnfragen{color:#fff;font-weight:normal;text-align:center;background-color:#b1025d;padding:6px 12px;transition:all 0.2s;font-style:normal;/*border-radius: 10px;*/cursor:pointer;font-size:20px;line-height:20px;display:inline-block;margin-right:20px;}.buttonDrucken i,.buttonAnfragen i{font-size:26px;}.buttonDrucken:hover,.buttonAnfragen:hover{color:white;background-color:#666;color:white;}.buttonEmpfehlen{color:#fff;font-weight:300;text-align:center;background-color:#97c00e;padding:6px 12px;transition:all 0.2s;font-style:normal;/*border-radius: 10px;*/cursor:pointer;font-size:20px;line-height:20px;display:inline-block;}.buttonEmpfehlen:before{content:'';display:inline-block;vertical-align:text-top;width:30px;height:30px;background:url(/global/show.image.php?x=30&y=30&png=1&aliasing=1&id=229158) no-repeat center center;margin-right:10px;/* @end *//* @group designClasses */}.textBlock{padding:20px;}.trip .textBlock{padding:0;}.textBlockInner{padding:10px;position:relative;}.groesse-2 .image{max-width:50%;}.textBlock .image{max-width:50%;margin-left:20px;margin-right:0;width:370px;}.Reiseleiter .image{float:left;max-width:50%;margin-left:0;margin-right:20px;width:370px;}.Reiseleiter h1{text-align:left;font-size:30px;line-height:30px;margin-top:0;}.Mitarbeiter{width:33.33%;display:inline-block;vertical-align:top;padding-right:40px;padding-left:40px;}.Mitarbeiter h1{font-size:25px;line-height:25px;margin-top:0;text-align:left;}.Mitarbeiter h2{font-size:23px;line-height:23px;margin-top:0;color:#666;font-weight:300;text-align:left;}.Mitarbeiter .image{float:none;margin-left:0;margin-right:0;width:100%;max-width:100%;margin-bottom:20px;}.Mitarbeiter .image img{width:100%;border-radius:220px;}.groesse-1{width:20%;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;}.groesse-3 .topTripText{font:bold 50px/50px Oswald;text-transform:uppercase;}.textLinks *{text-align:left;}.Referenz{width:50%;display:inline-block;vertical-align:top;}.Referenz .image{width:30%;}.Referenz img{width:100%;}.Referenz h1{font-size:24px;text-align:left;/* @end *//* @group Bildteaser */}.Bildteaser2spaltig{width:66.66%;padding:7px;}.Bildteaser1spaltig{width:33.33%;padding:7px;}.Bildteaser{line-height:0;}.BildteaserInhalt{position:relative;}.BildteaserText{position:absolute;bottom:0;left:0;right:0;padding:10px;color:white;position:absolute;transition:all 0.4s;text-align:center;}.BildteaserHeadline{color:white;opacity:0.9;z-index:1;font:bold 42px/42px Oswald;text-align:center;text-transform:uppercase;}.BildteaserText2{font:bold 20px/24px Oswald;overflow:hidden;padding-right:10px;padding-left:10px;max-height:0;transition:all 0.4s ease;text-transform:none;}.Bildteaser:hover .BildteaserText2{max-height:350px;}.Bildteaser:hover .BildteaserText{background-color:rgba(177, 2, 93, 0.8);}.Bildteaser .BildteaserText:after{content:'\f078';display:block;text-align:center;font:36px/36px FontAwesome;}.Bildteaser:hover .BildteaserText:after{content:'\f054';display:block;/* @end *//* @group navigation */}.closeNavi{position:absolute;right:10px;top:10px;color:white;cursor:pointer;}.mobiNavi{position:absolute;right:20px;top:20px;z-index:2;font-size:30px;text-align:center;}.mobiNavi i{display:inline-block;vertical-align:bottom;cursor:pointer;margin-right:15px;}.mobiNavi img{width:28px;}.mobiNavi #noteList img{width:32px;}.mobiNavi i:hover{opacity:0.8;}.mobiNavi a i{color:#58585a;}.navigation{max-height:0;overflow:hidden;transition:all 0.5s;position:absolute;bottom:0;left:0;width:100%;z-index:102;}.showNavi .navigation{max-height:400px;}.navigation .wrapper{background-color:rgba(0, 0, 0, 0.7);padding:20px;}.navigation a{color:white;font-size:20px;transition:all 0.2s;padding:10px 18px;display:inline-block;font-weight:400;}.navigation span{position:relative;display:inline-block;vertical-align:top;}.footerInfo{float:left;}.footerNavi{padding-bottom:20px;float:right;}.footerNavi span{display:inline-block;position:relative;vertical-align:top;}.footerNavi > span:first-child{display:none;}.footerNavi a{color:white;font-size:20px;transition:all 0.2s;padding:10px 18px;display:inline-block;font-weight:400;}.sub_BAK{position:absolute;left:0;box-shadow:0 2px 2px rgba(0, 0, 0, 0.5);z-index:200;background-color:#9797ba;display:none;transition:all 0.2s;padding-top:0;padding-bottom:0;}span:hover > .sub-BAK{display:block;padding:10px 0;}.sub .sub{position:absolute;left:100%;top:0;box-shadow:0 2px 2px rgba(0, 0, 0, 0.8);z-index:200;background-color:rgba(255, 255, 255, 0.97);display:none;transition:all 0.2s;padding-top:0;padding-bottom:0;}.sub span:hover .sub{display:block;padding:10px 0;}.sub a,.sub span:hover a,.sub a.active{margin-left:0;font-size:15px;text-transform:none;padding-top:5px;padding-bottom:5px;display:block;font-weight:400;}.sub span{display:block;white-space:nowrap;transition:all 0.2s;}.sub span:hover > a,.sub a.active{background-color:rgba(255, 255, 255, 0.5);/* @end *//* @group Footer */}.footer{background-color:#58585a;padding-bottom:20px;}.footer *{color:white;}.footer h1{color:white;margin-bottom:10px;}.footer h2{color:white;margin-top:0;font-size:18px;margin-bottom:20px;}.footerLogos{text-align:center;}.footerLogos .wrapper{padding-bottom:10px;}.footerLogos img{margin-right:10px;margin-left:10px;margin-bottom:10px;}.footerImprint{float:right;font-size:14px;}.footerImprint a:before{content:' • ';}.footerImprint a:first-child:before{content:'';}.imprint{font-size:14px;padding-top:10px;}.socialMedia{float:left;}.socialMedia i{margin-right:10px;font-size:30px;}.imprint span{float:right;/* @end *//* @group nlAnmeldung */}.nlAnmeldung{padding-top:30px;font-size:16px;}.nlInput{margin-right:10px;border-radius:4px;border:none;color:#666;}.nlInput:hover,.nlInput:focus{background-color:#fff;}.nlSubmit{margin-right:10px;border-radius:4px;background-color:#b1025d;color:white;border:none;cursor:pointer;}.nlSubmit:hover,.nlSubmit:focus{background-color:#b1025d;color:white;border:none;/* @end *//* @group Merkliste */}.noteButtonDel{position:absolute;left:10px;top:10px;z-index:10;transition:opacity 0.2s;}.noteButtonDel:before{content:'';display:block;width:30px;height:30px;background:url(/global/show.image.php?x=30&y=30&png=1&aliasing=1&id=229156) no-repeat center center;}.noteButtonAdd{position:absolute;left:10px;top:10px;opacity:0.3;z-index:10;transition:opacity 0.2s;}.noteButtonAdd:before{content:'';display:block;width:30px;height:30px;background:url(/global/show.image.php?x=30&y=30&png=1&aliasing=1&id=229156) no-repeat center center;}.tripPrevOuterBig .noteButtonDel,.tripPrevOuterBig .noteButtonAdd{left:auto;right:10px;}.tripPrevOuterBig .noteButtonAdd{opacity:0.1;}.tripPrevOuterBig .noteButtonDel:before,.tripPrevOuterBig .noteButtonAdd:before{width:36px;height:36px;background:url(/global/show.image.php?x=36&y=36&png=1&aliasing=1&id=229156) no-repeat center center;}.noteButtonAdd:hover,.noteButtonDel:hover{opacity:1;}.tripPrev:hover .noteButtonAdd:before,.topTrip:hover .noteButtonAdd:before{color:#b1025d;opacity:1;}#noteList a{display:inline-block;margin-left:10px;position:relative;}#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;}.fullwidth,table.buchung{width:100%;}.formFieldCode{width:137px;display:block;float:left;}.formField{clear:both;float:none;}.formField .fullwidth{float:right;}.reload{background:url(/projects/andersweg/images/reload.png) no-repeat left center;width:40px;height:40px;float:left;cursor:pointer;transition:all 0.5s;}.reload:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}textarea.anmerkungen{height:62px;width:440px;border:1px solid #e5e5e5;}textarea.nachricht{height:250px;width:420px;border:1px solid #e5e5e5;}.katalogBox{width:210px;float:left;padding-right:10px;}.katalogBox img{margin-bottom:5px;}textarea.nachrichtKlein{width:265px;height:250px;border:1px solid #e5e5e5;}label.allgemein{width:137px;}input,textarea,select{background-color:white;border:1px solid #e5e5e5;padding:8px;font:16px/140% 'Titillium Web', sans-serif;transition:all 0.2s;}input:focus,input:hover,textarea:hover,textarea:focus,select:hover,select:focus{background-color:rgba(0, 56, 130, 0.05);color:#333;}table tr{vertical-align:middle;}.personDetail > div{padding:0 0 3px;}.captchaInput{height:25px;}.captcha{float:left;}.code{height:33px;padding-top:4px;display:block;float:left;padding-right:4px;padding-left:4px;}input[type=button],input.Button,.newsletter input[type=submit]{background-color:#b1025d;/*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;}.sendmailButton:after{content:' ';float:none;clear:both;}form[name=contact] input[type=button]:hover,input.Button:hover{background-color:#666;box-shadow:0 0 2px #666;cursor:pointer;}.preisInfo{font-weight:bold;}.subtitle{background-color:#b1025d;margin-bottom:10px;transition:all 0.5s;}.subtitle h3{line-height:100%;color:white;margin-top:0;margin-bottom:0;text-align:left;text-transform:uppercase;font-weight:normal;font-style:normal;padding:7px 7px 5px;}.personDetaila{float:left;width:50%;border-left:3px solid #c66;padding-right:10px;transition:all 0.2s;margin-bottom:10px;}.personDetail{float:left;width:48%;box-shadow:0 0 6px rgba(0, 0, 0, 0.5);margin-bottom:10px;background-color:white;color:#666;margin-right:2%;}.personDetail .ueberschrift{padding:7px 7px 5px;}.personDetail:hover .subtitle{background-color:#0c4492;}.personDetail:hover{box-shadow:0 0 2px rgba(0, 0, 0, 0.5);}.personDetail table{width:100%;margin-left:0;}.personDetail .inputInfo{padding-left:10px;/* @group Buchung */}.blockBuchung{position:relative;}.reiseForm{width:70%;padding-right:20px;display:inline-block;vertical-align:top;}.endPreis{text-transform:uppercase;font:bold 40px/50px Oswald;}.summaryContent .endPreis{color:white;}.summary{display:inline-block;width:30%;position:relative;}.summaryContent{background-color:#b1025d;color:white;padding:10px;position:relative;display:inline-block;z-index:100;}.fixed .summaryContent{position:fixed;display:block;top:20px;/* @end *//* @group neueformulare */}.newsletter .title{display:none;}.newsletter .row{padding-top:5px;padding-bottom:5px;}.newsletter .desc{display:inline-block;width:79%;}.newsletter .desc input,.newsletter .desc select{width:100%;}.newsletter .desc:first-child{display:inline-block;vertical-align:top;width:20%;}.formField label{display:inline-block;vertical-align:top;width:20%;font-weight:600;}.formField input,.formField textarea{display:inline-block;width:80%;}.formField.checkbox label{width:95%;}.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 *//* @end */}@media (max-width:850px){.teaser,.teaserBlock{width:50%;}.tripPrevOuter{width:50%;}.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;}}@media (max-width:580px){.logo,.socialMedia{float:none;}.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;margin-bottom:20px;}.navigation{position:relative;}.navigation a{padding:5px 10px;display:block;}a.level1{font-weight:bold;}.navigation{z-index:1;}.navigation .wrapper{padding:0;}.navigation span{display:block;text-align:center;}.wrapperBildText{margin-top:-20px;}.wrapperBildText h1{font-size:35px;line-height:35px;}.showNavi .navigation{max-height:3000px;}.navigation > .wrapper > span > a.active,.level1:hover{background-color:rgba(255, 255, 255, 0.5);}.tripTeaser{display:none;}.tripTeaserText{background-color:#b1025d;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%;}}@media (max-width:480px){.footer .wrapper{text-align:center;}.teaserBlock{width:100% !important;}.formular td{display:block;}}@media print{body,html{margin:0;font:300 13px/120% 'Titillium Web', sans-serif;min-height:100%;color:#666;}.tripHeadBox h1{font-size:30px;line-height:120%;}.tripCategorieList,.tripHeadBox h2{font-size:18px;line-height:120%;}.infoBox,.tripHeadBox{padding:0;}.dayText,.infoBoxText{column-count:2;gap:10px;}.intro,.introText{font-size:13px;}.tripTeaserText{width:40%;}.trip .textBlock,.navigation,.kopfInfos,.footerImprint,.dlh_googlemap,.smallContact,.googleMapBox,.buttonBox,.mobiNavi,.breadCrumb,.buttonInfos,.searchBox form,.chooseTerm,.tripTeaser,.tripImages,.nlAnmeldung,.footerNavi{display:none !important;}.tripHeadBox h1,.tripHeadBox h2,.tripCategorieList{margin:0;}.tripHeadBox{margin-top:40px;}.slick-slide{width:700px !important;}.wechselBilder{width:100% !important;}.logo,.wrapperTop{position:relative;top:auto;}.wrapperBottom{top:20px;right:0;bottom:auto;}.telefon{text-align:right;color:gray;text-shadow:none;}.logo img{width:200px;}.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;}}