/* new job plugin */
@import url("job.css");
/* new job plugin */



@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
td {
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  max-width: 100%;
  height: auto;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, small, big {
  display: block;
}
a {
  text-decoration: none;
  color: #333;
  transition: color 600ms ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.gruen_start {
  color: #9ab153;
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
.floatleft {
  float: left;
  width: auto;
}
.floatright {
  float: right;
  width: auto;
}
.left {
  float: left !important;
  width: auto;
}
.right {
  float: right !important;
  width: auto;
}
.nobg {
  background: none !important;
}
.noMargin {
  margin-right: 0 !important;
}
.noBottomMrgn {
  margin-bottom: 0 !important;
}
.nobdr {
  border: 0 !important;
}
.hidden {
  display: none;
}
textarea {
  resize: none;
  overflow: auto;
}
input[type="radio"], input[type="checkbox"] {
  float: left;
  width: 13px;
  height: 13px;
}
input:focus, textarea:focus, select:focus {
  border-color: #488abc !important;
  background-color: #f2f9ff !important;
}
.center {
  display: block;
  margin: 0 auto;
}
@font-face {
  font-family: 'FuturaStd-Light';
  src: url("../font/FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("../font/FuturaStd-Light.otf") format("opentype"), url("../font/FuturaStd-Light.woff") format("woff"), url("../font/FuturaStd-Light.ttf") format("truetype"), url("../font/FuturaStd-Light.svg#FuturaStd-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Medium';
  src: url("../font/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("../font/FuturaStd-Medium.otf") format("opentype"), url("../font/FuturaStd-Medium.woff") format("woff"), url("../font/FuturaStd-Medium.ttf") format("truetype"), url("../font/FuturaStd-Medium.svg#FuturaStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Bold';
  src: url("../font/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../font/FuturaStd-Bold.otf") format("opentype"), url("../font/FuturaStd-Bold.woff") format("woff"), url("../font/FuturaStd-Bold.ttf") format("truetype"), url("../font/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=4.1.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333;
  background-color: #fff;
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  line-height: 23px;
  padding-top: 135px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.my-site .wrapper {
  width: 100%;
}
.my-site .lg-container {
  width: 1170px;
  margin: 0 auto;
}
.my-site .sm-container {
  width: 990px;
  margin: 0 auto;
}
.my-site .content-wrapper {
  width: 100%;
}
.my-site .box-content {
  padding: 40px 0;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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.14286em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
 0% {
 -moz-transform: rotate(0deg);
}
100% {
 -moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
 0% {
 -o-transform: rotate(0deg);
}
100% {
 -o-transform: rotate(359deg);
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
.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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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";
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
}
.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 {
  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-square:before, .fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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";
}

.wellhead { 
  color: #FFF; 
  text-transform: uppercase; 
  background-color: #a1b347; 
  padding: 0.3em; 
}

.my-site header {
  width: 100%;
  position: fixed;
  height: 135px;
  display: block;
  z-index: 1000;
  top: 0px;
  background: #fff;
  padding: 9px 0 0;
}
.my-site .all-active-package {
  opacity: 1 !important;
}
.my-site .header-left {
  width: 168px;
  height: auto;
  float: left;
}
.my-site h2.logo {
  width: auto;
  float: left;
  z-index: 9999;
  position: relative;
}
.my-site h2.logo strong {
  position: absolute;
  left: -9999em;
  top: -9999em;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.my-site .header-right {
  width: 85%;
  height: auto;
  float: right;
}
.my-site .header-right .logo {
  display: none;
}
.my-site .header-right .header-right-up {
  width: 100%;
}
.my-site .header-right .rightpart {
  width: auto;
  float: right;
}
.my-site .header-right .language ul {
  float: left;
}
.my-site .header-right .language ul li {
  float: left;
  margin: 0px;
  color: #9e9e9e;
}
.my-site .header-right .language ul li a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px;
  color: #9e9e9e;
  margin: 0 3px;
}
.my-site .header-right .language ul li a:hover {
  color: #333333;
}
.my-site .header-right .language ul li:before {
  content: '|';
  position: relative;
  top: -1px;
  font-size: 11px;
}
.my-site .header-right .language ul li:first-child:before {
  content: ' ';
}
.my-site .header-right .language ul li:first-child a {
  margin-left: 0px;
}
.my-site .header-right .language ul li:last-child a {
  margin-right: 0px;
}
.my-site .language ul li a.select {
  color: #9e9e9e;
}
.my-site .header-right .topnav ul {
  width: 100%;
  float: right;
}
.my-site .header-right .topnav ul li {
  float: left;
  margin: 0 6px 0 0;
}
.my-site .header-right .topnav ul li a {
  display: block;
  width: auto;
  background-color: #9ab153;
  color: #fff;
  padding: 2px 15px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.my-site .header-right .topnav ul li a:hover {
  background-color: #b0be76;
}
.my-site .header-right .topnav ul li:last-child {
  margin-right: 0px;
}
/*.my-site .header-right .topnav ul li:last-child a{
  background-color: rgb(108,126,56);
  width:83px;
}*/
.my-site .header-right .phone p.deal a{
  background-color: rgb(108,126,56);
  color: #ffffff;
  display: block;
  font-size: 13px;
  padding: 2px 15px;
  text-align: center;
  text-transform: uppercase;
  width: 83px;
  margin-left:50px;
  display: none !important;
}
[lang="en-EN"] .my-site .header-right .phone p.deal a, [lang="en-EN"] .my-site .header-right .topnav ul li:last-child a{
  width:92px;
}
.my-site .header-right .topnav ul li:last-child a:hover, .my-site .header-right .phone p.deal a:hover{
  background-color:#b0be76;
}
.my-site .header-right .topnav ul li:nth-child(1) a{
  background-color: #0091be;
}
.my-site .header-right .topnav ul li:nth-child(1) a:hover{
  background-color: #0b9bc8;
}
.my-site .topnav ul li a.select {
  color: #333;
}
.my-site .header-right .phone {
  margin-top: 5px;
  float: right;
  clear: both;
}
.my-site .header-right .phone .index-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  min-height: 25px;
}
.my-site .header-right .phone .index-search .search-box {
  display: none;
  float: left;
  margin-right: 8px;
}
.my-site .header-right .phone .index-search .search-box input[type="text"] {
  float: left;
  border: none;
  background: #C0C87F !important;
  padding: 5px;
  color: #fff;
}
.my-site .header-right .phone .index-search .search-box input[type="submit"] {
  float: left;
  border: none;
  color: #fff;
  background: #C0C87F;
  padding: 4px;
  border-left: 1px solid #333;
}
.my-site .header-right .phone .index-search .search-box input[type="submit"]:hover {
  background: #333;
}
.my-site .header-right .phone .index-search .search-box.open-search {
  display: block;
}
.my-site .header-right .phone .index-search i {
  float: left;
  color: #A3B346;
  cursor: pointer;
  margin-top: 3px;
}
.my-site .header-right .phone p {
  display: inline-block;
  width: auto;
  font-size: 15px;
  padding: 0px;
  vertical-align: middle;
}
.my-site .header-right .phone .language {
  display: none;
}
.my-site .header-right .respon-menu-click {
  display: none;
}
.my-site .header-right-bottom {
  width: 100%;
  margin: 8px 0 0;
}
.my-site nav ul {
  width: 100%;
  height: auto;
}
.my-site nav ul li {
  float: left;
  margin: 0 1px 0 0;
  position: relative;
}
.my-site nav ul li a {
  display: block;
  font-size: 17px;
  text-transform: uppercase;
  width: auto;
  padding: 9px 17px 1px;
}
.my-site nav ul li a span {
  color: #918e8e;
  display: block;
  font-size: 13px;
}
.my-site nav ul li a.active {
  background: url(../images/nav-hover.png) no-repeat right 0;
  width: auto;
  color: #fff;
}
.my-site nav ul li a.active span, .my-site nav ul li.active a span {
  color: #000;
}
.my-site nav ul li div.firstlevel-dropdown {
  width: 720px;
  position: absolute;
  z-index: 150;
  opacity: 0;
}
.my-site nav ul li div.firstlevel-dropdown .dropdown-content {
  background: url(../images/brownbox.png) repeat 0 0;
  padding: 10px;
}
.my-site nav ul li:hover > a, .my-site nav ul li.active > a {
  background: url(../images/nav-hover.png) no-repeat right 0;
  width: auto;
  color: #fff;
}
.my-site nav ul li:hover>a span {
  color: #000;
}
.my-site .firstlevel-dropdown .dropdown-image-wrapper {
  float: left;
}
.my-site .firstlevel-dropdown .dropdown-image {
  float: left;
  margin: 0 14px 0 0;
  position: relative;
}
.my-site .firstlevel-dropdown .dropdown-image a {
  padding: 0px;
  float: left;
  position: relative;
}
.my-site .firstlevel-dropdown .dropdown-image a img {
  float: left;
}
.my-site .firstlevel-dropdown .image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/black-bg.png) repeat 0 0;
}
.my-site .firstlevel-dropdown .image-title h3 {
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.my-site nav ul {
  position: relative;
  z-index: 99;
}
.my-site nav ul li .sublist-menu {
  float: left;
}
.my-site nav ul li .sublist-menu ul {
  width: auto;
}
.my-site nav ul li .sublist-menu ul section {
  float: left;
}
.my-site nav ul li .sublist-menu ul li {
  float: left;
  clear: both;
  margin: 0 0 2px;
}
.my-site nav ul li .sublist-menu ul li a {
  color: #fff;
  background: url(../images/dropdown-arrow.png) no-repeat 0 14px;
  padding-left: 30px;
}
.my-site nav ul li .sublist-menu ul li a:hover, .my-site nav ul li .sublist-menu ul li.active > a {
  color: #a1b347;
  background: url(../images/dropdown-arrow.png) no-repeat 0 14px;
  padding-left: 30px;
}
.my-site nav .menuFull {
  background-color: rgba(163, 179, 70, 0.7);
  right: -2000px;
  position: absolute;
  width: 5000px;
  height: 100%;
  top: 0px;
  z-index: -1;
}
.my-site nav ul li#list0 .firstlevel-dropdown, .my-site nav ul li#list1 .firstlevel-dropdown, .my-site nav ul li#list2 .firstlevel-dropdown {
  left: 0;
}
.my-site nav ul li#list3 .firstlevel-dropdown, .my-site nav ul li#list4 .firstlevel-dropdown, .my-site nav ul li#list5 .firstlevel-dropdown {
  right: 0;
}
.my-site .firstlevel-dropdown {
  display: none;
}
.my-site .fixed-socila-items {
  position: fixed;
  right: 0px;
  top: 365px;
  z-index: 89999;
}
.my-site .fixed-socila-items ul {
  margin: 0px;
  padding: 0px;
}
.my-site .fixed-socila-items ul li {
  margin: 0 0 2px 0;
  padding: 0px;
  float: right;
  clear: both;
  font-family: 'FuturaStd-Medium';
  font-size: 12px;
  color: #a3b346;
  background: url(../images/social-transparent-back.png) repeat left top;
}
.my-site .fixed-socila-items ul li strong {
  float: left;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 36px;
  color: #a3b346;
  cursor: pointer;
  font-weight: normal;
}
.my-site .fixed-socila-items ul li strong i {
  font-size: 28px;
}
.my-site .fixed-socila-items ul li span {
  float: left;
  text-transform: uppercase;
  height: 33px;
  line-height: 36px;
  padding: 0 10px;
  width: 150px;
  text-align: center;
  font-size: 20px;
  font-family: 'FuturaStd-Light';
  display: none;
  position: absolute;
  right: 0;
  background: #000;
}
.my-site .fixed-socila-items ul li.iconic-up a i {
  position: relative;
  left: 2px;
}
.my-site .fixed-socila-items ul li.iconic-down a i {
  position: relative;
  left: 2px;
}
.my-site .fixed-socila-items ul li.iconic-play img {
  margin-top: 9px;
}
.my-site .fixed-socila-items ul li.iconic-chat img {
  margin-top: 7px;
}

.my-site .fixed-socila-items ul li.iconic-book img {
  margin-top: 6px;
}
.my-site .fixed-socila-items ul li.iconic-face img {
  margin-top: 6px;
}
.my-site .fixed-socila-items ul li.iconic-map img {
  margin-top: 6px;
}
.my-site .fixed-socila-items ul li.iconic-newsletter img {
  margin-top: 7px;
}
.my-site .fixed-socila-items ul li:hover {
  background: #000;
}
.my-site .fixed-socila-items ul li:hover span {
  display: block;
}
.my-site .fixed-socila-items ul li a {
  color: #a3b346;
  position: relative;
}
.prev.scroll, .next.scroll {
  opacity: 1 !important;
}
.my-site {
  word-wrap: break-word;
  overflow-x: hidden;
}
.my-site .ui-datepicker-prev:before, .my-site .ui-datepicker-next:before {
  content: ' ' !important;
}
.my-site .padding-box, .my-site .padding-bottom-25 {
    padding: 20px 0;
}
.my-site .room-list {
  margin-top: 25px;
}
.my-site .room-list ul, .my-site .room-list ol {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.my-site .room-list ul li, .my-site .room-list ol li {
  list-style: none !important;
}
.my-site .floating-image-wrap {
  position: relative;
}
.my-site .floating-image-wrap .floating-image {
  position: absolute;
  z-index: 1;
}
.my-site .form-container {
  width: 100%;
  padding: 15px;
  background: #b7c16d;
}
.my-site .form-container .error {
  width: 100%;
  float: left;
  color: #ff3300;
  margin-top: 2px;
}
.my-site .form-container .field-button {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.my-site .form-container .field-button input[type="submit"], .my-site .form-container .field-button input[type="button"] {
  float: left;
  border: none;
  background-color: #333;
  color: #fff;
  padding: 5px 7px;
  margin-right: 5px;
  font-size: 14px;
}
.my-site .form-container .field-button input[type="submit"]:hover, .my-site .form-container .field-button input[type="button"]:hover {
  background: #fff;
  color: #333;
}
.my-site .form-container .chkbox-field {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.my-site .form-container .chkbox-field:last-child {
  margin-bottom: 0px;
}
.my-site .form-container .chkbox-field label {
  float: left;
  clear: both;
  margin-bottom: 5px;
}
.my-site .form-container .chkbox-field .check-block {
  float: left;
  clear: both;
  width: 100%;
}
.my-site .form-container .chkbox-field .check-block input[type="checkbox"], .my-site .form-container .chkbox-field .check-block input[type="radio"] {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.my-site .form-container .chkbox-field .check-block span {
  display: inline-block;
  vertical-align: top;
  max-width: 70%;
}
.my-site .form-container fieldset {
  margin-bottom: 30px;
}
.my-site .form-container fieldset:last-child {
  margin-bottom: 0px;
}
.my-site .form-container .form-row {
  width: 100%;
  float: left;
  padding: 15px 0;
  border-top: 1px solid #fff;
}
.my-site .form-container .form-row .row {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.my-site .form-container .form-row .row:first-child {
  margin-top: 0px;
}
.my-site .form-container .form-row .row.four-form-col .form-block {
  width: 25%;
}
.my-site .form-container .form-row.full-width-textarea-block .form-block {
  width: 100%;
  padding-left: 0px;
}
.my-site .form-container .form-row .form-block {
  width: 33%;
  float: left;
  padding-left: 15px;
}
.my-site .form-container .form-row .form-block:first-child {
  padding-left: 0px;
}
.my-site .form-container .form-row label {
  float: left;
  clear: both;
  margin-bottom: 5px;
}
.my-site .form-container .form-row input[type="text"], .my-site .form-container .form-row input[type="email"], .my-site .form-container .form-row input[type="passowrd"] {
  width: 100%;
  border: none;
  padding: 8px;
  background: #fff;
  float: left;
  clear: both;
  font-size: 14px;
}
.my-site .form-container .form-row select {
  width: 100%;
  border: none;
  padding: 7px;
  background: #fff;
  float: left;
  clear: both;
  font-size: 14px;
}
.my-site .form-container .form-row textarea {
  padding: 8px;
  width: 100%;
  border: none;
  resize: vertical;
  font-size: 14px;
  height: 200px;
}
.my-site .form-container .form-row:first-child {
  border-top: none;
  padding-top: 0px;
}
.my-site .form-container .form-row:last-child {
  padding-bottom: 0px;
}
.my-site .slick-initialized .slick-slide {
  opacity: 0.6;
}
.my-site .slick-initialized .slick-slide.slick-active+.slick-active {
  opacity: 1;
}
.my-site .slick-initialized .slick-slide.slick-active+.slick-active+.slick-active {
  opacity: 0.6;
}
.my-site .entry ol li, .my-site .entry ul li {
  margin-bottom: 5px;
}
.my-site .entry ul li {
  list-style: square;
}
.my-site .entry ol li {
  list-style: decimal;
}
.my-site .entry h1:last-child, .my-site .entry h2:last-child, .my-site .entry h3:last-child, .my-site .entry h4:last-child, .my-site .entry h5:last-child, .my-site .entry h6:last-child, .my-site .entry p:last-child {
  margin-bottom: 0px;
}
.my-site .entry h1, .my-site .entry h2, .my-site .entry h3, .my-site .entry h4, .my-site .entry h5, .my-site .entry h6 {
  font-family: 'FuturaStd-Medium';
  color: #333;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  width: auto;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.my-site .entry h1 hr, .my-site .entry h2 hr, .my-site .entry h3 hr, .my-site .entry h4 hr, .my-site .entry h5 hr, .my-site .entry h6 hr {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: 0px;
  height: 2px;
  border: none;
  text-align: center;
}
.my-site .entry h1 hr:before, .my-site .entry h2 hr:before, .my-site .entry h3 hr:before, .my-site .entry h4 hr:before, .my-site .entry h5 hr:before, .my-site .entry h6 hr:before {
  width: 120px;
  display: inline-block;
  height: 100%;
  background: url(../images/dotted.png) repeat-x left top;
  content: ' ';
  vertical-align: top;
}
.my-site .entry h1 {
  font-size: 32px;
}
.my-site .entry h2 {
  font-size: 24px;
}
.my-site .entry h3 {
  font-size: 24px;
}
.my-site .entry h4 {
  font-size: 20px;
}
.my-site .entry h5 {
  font-size: 18px;
}
.my-site .entry h6 {
  font-size: 16px; 
}
.my-site .entry p {
  font-family: 'FuturaStd-Light';
  color: #333;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0px;
}
.my-site .basic-content {
  position: relative;
  z-index: 1;
}
.my-site .basic-content ol li, .my-site .basic-content ul li {
    margin-bottom: 5px;
    margin-left: 18px;
}
.my-site .basic-content ul li {
  list-style: square;
}
.my-site .basic-content ol li {
  list-style: decimal;
}
.my-site .basic-content h1:last-child, .my-site .basic-content h2:last-child, .my-site .basic-content h3:last-child, .my-site .basic-content h4:last-child, .my-site .basic-content h5:last-child, .my-site .basic-content h6:last-child, .my-site .basic-content p:last-child {
  margin-bottom: 0px;
}
.my-site .basic-content h1, .my-site .basic-content h2, .my-site .basic-content h3, .my-site .basic-content h4, .my-site .basic-content h5, .my-site .basic-content h6 {
  font-family: 'FuturaStd-Medium';
  color: #333;
  text-transform: uppercase;
  width: auto;
  display: block;
  position: relative;
}
.my-site .basic-content h1 hr, .my-site .basic-content h2 hr, .my-site .basic-content h3 hr, .my-site .basic-content h4 hr, .my-site .basic-content h5 hr, .my-site .basic-content h6 hr {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: 0px;
  height: 2px;
  border: none;
  text-align: center;
}
.my-site .basic-content h1 hr:before, .my-site .basic-content h2 hr:before, .my-site .basic-content h3 hr:before, .my-site .basic-content h4 hr:before, .my-site .basic-content h5 hr:before, .my-site .basic-content h6 hr:before {
  width: 120px;
  display: inline-block;
  height: 100%;
  background: url(../images/dotted.png) repeat-x left top;
  content: ' ';
  vertical-align: top;
}
.my-site .basic-content h1 {
    font-size: 32px;
}
.my-site .basic-content h2 {
    font-size: 20px;
}
.my-site .basic-content h3 {
    font-size: 20px;
    font-family: 'FuturaStd-light';
    padding-bottom: 15px;
}
.my-site .basic-content h4 {
  font-size: 20px;
}
.my-site .basic-content h5 {
  font-size: 18px;
}
.my-site .basic-content h6 {
  font-size: 18px; color: #FFF; text-transform: uppercase; background-color: #a1b347; padding: 0.3em 0.3em 0.1em 0.8em;
}
.my-site .basic-content p {
  font-family: 'FuturaStd-Light';
  color: #333;
  font-size: 17px;
  line-height: 24px;
  width: 100%;
}
.my-site .collapsed-slider-wrapper {
  margin-bottom: 40px;
}
.my-site .flex-active-slide>iframe {
  display: block;
}
.my-site .slider ul li {
  position: relative;
}
.my-site .video-text-container {
  width: 100%;
  height: 100%;
  z-index: 30;
}
.my-site .video-text-container .paralax-vdo-mask {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.my-site .video-text {
  position: relative;
  text-align: center;
  z-index: 40;
  margin-top: 590px;
  margin-bottom: 214px;
}
.my-site .video-text h2 {
  font-family: 'FuturaStd-Light';
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 26px;
}
.my-site .video-text p {
  font-family: 'FuturaStd-Medium';
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.my-site .video-text h1 {
  font-family: 'FuturaStd-Medium';
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.my-site .paralax-vdo {
  position: fixed;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-size: cover !important;
}
.my-site .paralax-vdo .paralax-frame {
  display: none;
}
.my-site .paralax-vdo .slider-activity {
  width: 58px;
  height: 57px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
}
.my-site .paralax-vdo .slider-activity a {
  display: block;
  background: url("../images/play-it.png") no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.my-site .paralax-vdo.fixed-paralax-vdo {
  position: fixed;
}
.my-site .slider .slider-activity {
  bottom: 15%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
}
.my-site .slider .slider-activity span {
  cursor: pointer;
  display: inline-block;
  height: 57px;
  margin: 0 11px;
  width: 57px;
  position: relative;
}
.my-site .slider .slider-activity span:hover {
  opacity: 0.8;
}
.my-site .slider .play-it {
  background: url(../images/play-it.png) no-repeat 50% 0;
  height: 57px;
}
.my-site .slider .play-it a {
  display: block;
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.my-site .slider .screen-it {
  background: url(../images/screen-it.png) no-repeat 50% 0;
  height: 57px;
}
.my-site .slider .slide-down-arrow-container {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.my-site .slider .slide-down-arrow-container a {
  cursor: pointer;
  display: inline-block;
  width: 91px;
  height: 46px;
  background: url(../images/half-pie-wrap.png) no-repeat left bottom;
  vertical-align: bottom;
}
.my-site .slider .slide-down-arrow-container a:hover {
  background-position: left top;
}
.my-site .slider .slide-down-arrow-container a:before {
  content: ' ';
  width: 100%;
  height: 100%;
  background: url(../images/half-pie-arrow.png) no-repeat left top;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.my-site .slider .slide-down-arrow-container a.opened-bottom-content:before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.my-site .slider .slide-down-arrow-container a:hover:before {
  background: url(../images/half-pie-arrow-hover.png) no-repeat left top;
}
.my-site .slider .slide-down-arrow-container .goTop {
  background-position: left top;
}
.my-site .slider .slide-down-arrow-container .goTop:before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: url(../images/half-pie-arrow-hover.png) no-repeat left top;
}
.my-site .my-row {
  position: relative;
}
.my-site .my-row .slider-text-box {
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 21px 0 49px;
  background: url(../images/green-text-bg.png) repeat 0 0;
}
.my-site .my-row .slider-text-box h2 {
  font-family: 'FuturaStd-Light';
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 18px;
  color: #000;
  line-height: normal;
}
.my-site .my-row .slider-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  z-index: -1000;
  visibility: hidden;
}
.my-site .my-row .slider-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.my-site .my-row .slider-video i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #9cb25a;
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 100;
  left: 5px;
  top: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.my-site .my-row .Showslidevdo {
  visibility: visible;
  z-index: 1000;
}
.my-site .my-row:nth-child(2n+1) .slider-text-box {
  background: url(../images/black-text-bg.png) repeat 0 0;
}
.my-site .my-row:nth-child(2n+1) .slider-text-box h2 {
  color: #fff;
}
.my-site .my-row .slider-bottom-content {
  display: none;
}
.my-site .flex-direction-nav ul li {
  position: relative;
}
.my-site .box-content {
  width: 100%;
}
.my-site .box-content .header {
  width: 100%;
  padding-bottom: 20px;
}
.my-site .box-content .col-3-col ul {
  width: 100%;
}
.my-site .box-content .col-3-col ul li {
  width: 33.33333%;
  float: left;
  list-style: none;
  margin-bottom: 0px;
}
.my-site .box-content .col-3-col ul li .img-col {
  width: 100%;
  margin: 0 0 16px;
}
.my-site .box-content .col-3-col ul li .img-col img {
  max-width: inherit;
  width: 100%;
}
.my-site .box-content .col-3-col ul li .img-col-content {
  padding: 0 20px;
  width: 100%;
  float: left;
}
.my-site .box-content .img-col-content h3 a:hover {
  color: #b6be71;
}
.my-site .box-content .col-4-col ul {
  width: 100%;
}
.my-site .box-content .col-4-col ul li {
  width: 25%;
  float: left;
  list-style: none;
  margin-bottom: 0px;
}
.my-site .box-content .col-4-col ul li .img-col {
  width: 100%;
  margin: 0 0 16px;
  float: left;
  height: 305px;
  overflow: hidden;
}
.my-site .box-content .col-4-col ul li .img-col img {
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
}
.my-site .box-content .col-4-col ul li .img-col-content {
  padding: 0 20px;
  width: 100%;
  float: left;
}
.my-site .booking-wrapper {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 2147483647;
}
.my-site .booking-wrapper .vri-clear .vri-clear {
  display: none !important;
}
.my-site .booking-wrapper #vri-container-1578, .my-site .booking-wrapper #vri-overlay .vri-container-1578 {
  background: none !important;
}
.my-site .booking-wrapper .vri-title {
  display: none !important;
}
.my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(2), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(3), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(4), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(5), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(6) {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 6px !important;
}
.my-site .booking-wrapper #vri-container-1578 .vri-element-select:before, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-select:before, .my-site .booking-wrapper #vri-container-1578 .vri-element-date:before, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-date:before, .my-site .booking-wrapper #vri-container-1578 .vri-element-input-icon:before, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-input-icon:before {
  background: #c0c87f !important;
  border-color: #c0c87f !important;
}
.my-site .booking-wrapper #vri-container-1578 .vri-element-group, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-group, .my-site .booking-wrapper #vri-container-1578 .vri-element-input, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-input, .my-site .booking-wrapper #vri-container-1578 .vri-element-submit, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-submit, .my-site .booking-wrapper #vri-container-1578 .vri-element-select, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-select, .my-site .booking-wrapper #vri-container-1578 .vri-element-textarea, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-textarea, .my-site .booking-wrapper #vri-container-1578 .vri-element-date, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-date, .my-site .booking-wrapper #vri-container-1578 .vri-element-number, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-element-number {
  border-color: #94a244 !important;
}
.my-site .booking-wrapper #vri-container-1578 .vri-button, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-button, .my-site .booking-wrapper #vri-container-1578 .vri-button-disabled:hover, .my-site .booking-wrapper #vri-overlay .vri-container-1578 .vri-button-disabled:hover {
  padding: 6px 35px 9px 15px !important;
  background: #c0c87f !important;
  top: -2px;
  line-height: normal !important;
  float: none;
  display: block;
}
.my-site .booking {
  background: url(../images/booking.png) no-repeat 50% 0;
  height: 34px;
}
.my-site .white-bg {
  width: 100%;
  background: #fff;
  height: 38px;
}
.my-site .packages-wrapper {
  width: 100%;
}
.my-site .packages-bg {
  background: url(../images/package-bg.jpg) no-repeat 0 0;
  width: 100%;
  background-size: cover;
  padding: 42px 0;
}
.my-site .packages-header {
  width: 100%;
  padding: 0 0 42px 0;
}
.my-site .packages-header h2 {
  font-family: 'FuturaStd-Light';
  font-size: 40px;
  color: #000;
  line-height: 46px;
  text-transform: uppercase;
  padding-bottom: 22px;
  text-align: center;
}
.my-site .packages-header h3 {
  font-family: 'FuturaStd-Light';
  font-size: 30px;
  color: #000;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 22px;
  text-align: center;
}
.my-site .packages-header a {
  background-color: #9ab153;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.green-link a {
    background-color: #9ab153;
color: #fff;
font-size: 15px;
padding: 7px 15px;
text-align: center;
text-transform: uppercase;
width: auto;
margin-right: 10px;
  }
.my-site .packages-header p {
  padding: 21px 0;
  text-align: center;
  font-family: 'FuturaStd-Light';
  font-size: 20px;
  line-height: 26px;
}
.my-site .dotted-border {
  border-top: dotted 2px #000;
  margin: 0 auto 10px;
  width: 120px;
}
.my-site .packages-header .packages-dotted-border {
  border-bottom: dotted 2px #000;
  width: 189px;
  margin: 0 auto;
}
.my-site .packages-carousal {
  width: 840px;
  margin: 0 auto;
}
.my-site .packages-content {
  margin: 0 6px;
  background: #1d1d1b;
  padding-top: 5px;
}
.my-site .packages-content .packages-content-wrap {
  width: 100%;
  float: left;
  padding: 5px;
}
.my-site .packages-content .packages-content-wrap .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.my-site .packages-content .packages-content-wrap .logo img {
  display: inline-block;
}
.my-site .packages-content .packages-content-wrap h4 {
  font-family: 'FuturaStd-Bold';
  font-size: 20px;
  color: #a1b347;
  text-transform: uppercase;
}
.my-site .packages-content .packages-content-wrap h4 span {
  font-family: 'FuturaStd-Light';
  font-size: 15px;
  color: #a1b347;
}
.my-site .packages-content .packages-content-wrap h5 {
  font-family: 'FuturaStd-Light';
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.my-site .packages-content .packages-content-wrap p {
  font-family: 'FuturaStd-Light';
  color: #fff;
  font-size: 15px;
}
.my-site .packages-content .packages-content-wrap p:last-child {
  text-align: left;
  font-family: 'FuturaStd-Bold';
}
.my-site .packages-content .packages-content-wrap .price {
  text-align: right;
  font-family: 'FuturaStd-Bold';
  font-size: 15px;
  color: #fff;
  padding: 0 6px 0 0;
}
.my-site .packages-content .packages-content-wrap .btn-wrap {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
.my-site .packages-content .packages-content-wrap .btn-wrap a {
  background: #a1b347;
  font-family: 'FuturaStd-Bold';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 9px;
  line-height: 21px;
  display: inline-block;
}
.my-site .packages-content .packages-content-wrap .btn-wrap a:hover {
  background-color: #333 !important;
  transition: color 600ms ease-in-out 0s;
}
.my-site .packages-content .packages-content-wrap .btn-wrap a:nth-child(2) {
  margin: 0 4px;
  padding: 3px 10px;
}
.my-site .packages-content .package-img-wrap {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.my-site .packages-content .package-img-wrap img {
  height: auto;
  width: 100%;
  max-width: inherit;
}
/*.my-site .packages-content .package-img-wrap .package-img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/s.png) no-repeat left top;
  background-size: cover;
}*/
.my-site .slick-prev {
  background: url(../images/control.png) no-repeat 0 0 !important;
  width: 57px;
  height: 56px;
  position: absolute;
  left: -72px;
  top: 50%;
  border: 0;
  font-size: 0;
  cursor: pointer;
}
.my-site .slick-prev:before {
  display: none;
}
.my-site .slick-next {
  background: url(../images/control.png) no-repeat 0 100% !important;
  width: 57px;
  height: 56px;
  position: absolute;
  right: -72px;
  top: 50%;
  font-size: 0;
  border: 0;
  cursor: pointer;
}
.my-site .slick-next:before {
  display: none;
}
.my-site .detail, .my-site .anfrage, .my-site .buchen {
  background: #a1b347;
  width: auto;
  font-family: 'FuturaStd-Bold';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding: 3px 10px;
  margin: 0 4px 0 0;
  line-height: 21px;
}
.my-site .flex-viewport ul li img {
  float: left;
}
.my-site .flex-control-nav {
  display: none;
}
.my-site .paralx-slider .flex-control-nav {
  display: block;
}
.my-site .paralx-slider .flex-direction-nav {
  display: none;
}
.my-site .slider-wrapper.full-it {
  margin: 0px !important;
  padding: 0px !important;
}
.my-site .full-it {
  width: 100% !important;
  height: 100%;
  position: fixed !important;
  left: 0px;
  top: 0px;
  z-index: 999999;
  background: url(../images/general-transparent.png) repeat left top;
  margin: 0px !important;
  padding: 0px !important;
}
.my-site .full-it .slider-text-box, .my-site .full-it .play-it {
  display: none !important;
}
.my-site .full-it .screen-it {
  float: right;
  margin: 5px !important;
  background: url(../images/off-full.png) no-repeat center center !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 57px !important;
  height: 57px !important;
  padding: 0px !important;
  min-width: inherit !important;
  font-size: 0px;
}
.my-site .full-it .slider-activity {
  right: 0px;
  top: 0px !important;
  left: inherit;
  bottom: inherit !important;
}
.my-site .full-it .flex-direction-nav {
  top: 50% !important;
}
.my-site .full-it .flex-control-nav {
  display: block;
}
.my-site .full-it .flex-viewport {
  height: 100%;
}
.my-site .full-it .flex-viewport .slides {
  height: 100%;
}
.my-site .full-it .flex-viewport .slides>li {
  height: 100%;
}
.my-site .s-slider-wrap {
  position: fixed;
  right: 8%;
  top: 135px;
  width: 226px;
}
.my-site .s-slider-wrap.s-slider-opened {
  width: 226px;
}
.my-site .s-slider-wrap .s-slider {
  opacity: 0;
  z-index: -9999;
  position: absolute;
  right: -100%;
}
.my-site .s-slider-wrap.s-slider-opened .s-slider {
  opacity: 1;
  z-index: 9999;
  position: relative;
  right: initial;
}
.my-site .s-slider-activity {
  float: left;
  background: url(../images/general-transparent.png) repeat left top;
}
.my-site .s-slider-activity .slider-arrow {
  width: 37px;
  height: 37px;
  cursor: pointer;
  position: relative;
  float: left;
}
.my-site .s-slider-activity .slider-arrow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/s-slider-arrow.png) no-repeat center center;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  content: ' ';
}
.my-site .s-slider-activity .slider-arrow.s-slider-opened:before {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.my-site .s-slider-activity span {
  float: left;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  color: #a3b346;
  padding: 0 12px;
  display: none;
}
.my-site .s-slider-activity:hover span {
  display: block;
}
.my-site .s-slider-container {
  width: 100%;
}
.my-site .s-slider {
  opacity: 0;
  z-index: -9999;
  
}
.my-site .s-slider.slider {
  padding: 20px;
  background: #000;
  width: 226px;
  float: left;
}
.my-site .s-slider .slides li {
  position: relative;
  margin: 3px 0 0;
}
.my-site .s-slider .slides li .li-content h4 {
  font-family: 'FuturaStd-light';
  font-size: 13px;
  text-transform: uppercase;
  color: #a3b346;
  line-height: 18px;
}
.my-site .s-slider .slides li .li-content h4 span {
  font-size: 11px;
  color: #fff;
}
.my-site .s-slider .slides li .li-content .price {
  font-weight: bold;
  padding: 10px 0 0;
  color: #a3b346;
  font-size: 15px;
}
.my-site .s-slider .slides li .li-content .btn-wrap {
  width: 98%;
  margin: 8px auto;
  text-align: center;
}
.my-site .s-slider .slides li .li-content .btn-wrap a {
  width: auto;
  display: inline-block;
  background-color: #a3b346;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 1px 49px;
  font-family: 'FuturaStd-light';
  font-size: 14px;
}
.my-site .s-slider .slides li .li-content .btn-wrap a:nth-child(2) {
  margin: 0 3px;
}
.my-site .s-slider .slides li .li-content p {
  color: #fff;
  font-size: 13px;
  padding: 5px 0 0;
  line-height: 12px;
}
.my-site .s-slider .slides li .li-content .s-slider-img {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 8px;
}
.my-site .s-slider .slides li .li-content .s-slider-img .s-mask {
  width: 100%;
  position: absolute;
  height: 100%;
  background: url(../images/small-s.png) no-repeat center top;
  z-index: 1;
}
.my-site .s-slider .slides li .li-content .s-slider-img img {
  max-width: inherit;
  height: 165px;
  width: auto;
}
.my-site .s-slider .flex-direction-nav a{
  width:20px;
  height:20px;
  margin: -30px 0 0;
}
.my-site .s-slider .flex-direction-nav .flex-prev{
  background:url(../images/left-arrow.png) no-repeat;
  left:0;
  width:20px;
  height:20px;
}
.my-site .s-slider .flex-direction-nav .flex-next{
  background:url(../images/right-arrow.png) no-repeat;
  right:40px;
  width:20px;
  height:20px;
}
.my-site .s-slider .button{
  margin:15px 0 0;
  padding:0;
  text-align: center;
}
.my-site .s-slider .button a{
  display:inline-block;
  padding:5px 15px;
  text-transform:uppercase;
  color:#fff;
  background-color: #a3b346;
  font-family: 'FuturaStd-light';
  font-size: 14px;
  text-align: center;
}
.my-site .themen-container {
  width: 100%;
  margin: 40px 0;
}
.my-site .themen {
  width: 100%;
}
.my-site .themen .themen-img {
  float: left;
  width: 50%;
}
.my-site .themen .themen-img img {
  display: block;
  width: 100%;
}
.my-site .themen .themen-img .themen-img-tbale-box {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container {
  vertical-align: middle;
  display: block;
  width: 100%;
  height: 100%;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-viewport {
  height: 100%;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-viewport ul.slides {
  height: 100%;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-viewport ul.slides li {
  height: 100%;
}
/*.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-viewport ul.slides li img{
    height: 100%;
    width: auto;
    max-width: inherit;
}*/

.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-control-nav {
  display: block;
  bottom: 0px;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-direction-nav {
  padding: 0 100px;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-direction-nav a {
  width: 50px;
  height: 49px;
  background-size: cover;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-direction-nav a.flex-prev {
  left: 0px;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-direction-nav a.flex-next {
  right: 0px;
}
.my-site .themen .themen-content {
  float: right;
  width: 50%;
}
.my-site .themen .themen-content-wrap {
  width: 46.04167%;
  float: left;
  padding-left: 26px;
  height: 100%;
}
.my-site .themen .themen-content-wrap .themen-content-table-wrap {
  display: table;
  height: 100%;
  vertical-align: middle;
}
.my-site .themen .themen-content-wrap .themen-content-table-wrap .themen-content-block-table {
  display: table-cell;
  vertical-align: middle;
}
.my-site .themen-content h3 {
  padding: 0 0 30px 0;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.my-site .themen-content p {
  padding: 0 0 32px 0;
  margin-bottom: 0px;
}
.my-site .themen-container .themen:nth-child(2n+1) .themen-img {
  float: right;
}
.my-site .themen-container .themen:nth-child(2n+1) .themen-content {
  float: left;
}
.my-site .themen-container .themen:nth-child(2n+1) .themen-content .themen-content-wrap {
  float: right;
  padding-left: 0px;
  padding-right: 26px;
}
.my-site .zimmer-detail {
  position: relative;
  z-index: 2;
}
.my-site .grundriss-wrapper {
  position: relative;
  z-index: 1;
}
.my-site .our-crew-container {
  width: 100%;
  z-index: 1;
}
.my-site .our-crew-container h2 {
  font-family: "FuturaStd-Medium";
  font-weight: normal;
  font-size: 72px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 45px 0;
  line-height: normal;
}
.my-site .our-crew-content {
  width: 100%;
  margin: 0 0 65px;
}
.my-site .our-crew {
  width: 50%;
  float: left;
  position: relative;
}
.my-site .our-crew .our-crew-img-box {
  width: 100%;
}
.my-site .our-crew .our-crew-img-box img {
  display: block;
  width: 100%;
}
.my-site .our-crew .crew-img-title {
  background: url(../images/green-text-bg.png) repeat 0 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
}
.my-site .our-crew .crew-img-title h3 {
  font-family: 'FuturaStd-Medium';
  font-size: 25px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.my-site .our-crew .crew-img-title h3 a {
  display: block;
}
.my-site .our-crew .crew-img-title h3 a:hover {
  color: #fff;
  transition: color 600ms ease-in-out 0s;
}
.my-site .zimmer {
  width: 100%;
}
.my-site .light-green-block .zimmer-block .zimmer-content {
  background: #f9fcde;
}
.my-site .deep-green-block .zimmer-block .zimmer-content {
  background: #dce0b9;
}
.my-site .zimmer-content-block {
  width: 100%;
  margin: 0 0 32px;
  width: 100%;
}
.my-site .zimmer-block {
  width: 31.1%;
  float: left;
  margin-right: 2.22222%;
  margin-bottom: 2%;
}
.my-site .zimmer-block .header {
  min-height: 48px;
  width: 100%;
}
.my-site .zimmer-block .header h3 {
  font-family: 'FuturaStd-Medium';
  font-size: 25px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
  padding: 0 0 16px;
}
.my-site .zimmer-block .zimmer-box {
  width: 100%;
}
.my-site .zimmer-block .zimmer-image-box {
  width: 100%;
}
.my-site .zimmer-block .zimmer-image-box img {
  display: block;
}
.my-site .zimmer-block .zimmer-content {
  padding: 6px;
  background: #f0ecec;
}
.my-site .zimmer-block .zimmer-content h3 {
  font-family: 'FuturaStd-Medium';
  font-size: 25px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
  padding: 16px 0;
  text-align: center;
}
.my-site .zimmer-block .zimmer-content p {
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  line-height: 23px;
  color: #333;
  text-align: center;
  width: 62%;
  margin: 0 auto;
  padding: 18px 0 28px;
}
.my-site .zimmer-block .zimmer-content .price {
  text-align: center;
  font-family: 'FuturaStd-Bold';
  font-size: 22px;
  color: #a3b346;
  padding: 0 0 16px;
}
.my-site .zimmer-block .zimmer-content .btn-wrap {
  width: 100%;
}
/* commented on 10.01.17
.my-site .zimmer-block .zimmer-content .subheader p:last-child {
  font-size: 22px;
  color: #a3b346;
  font-family: 'FuturaStd-Bold';
}
*/
.my-site .zimmer-content .btn-wrap .detail-btn a {
  width: 100%;
  display: block;
  background-color: #c0c87f;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding: 9px 30px;
  margin: 0 0 3px;
  font-family: 'FuturaStd-Medium';
  font-size: 17px;
}
.my-site .zimmer-content .btn-wrap .detail-btn a:hover {
  background: #333333;
}
.my-site .zimmer-content .btn-wrap .anfrazen-btn {
  width: 49.30233%;
  display: block;
  float: left;
  background-color: #a3b346;
  padding: 9px 0;
  font-size: 17px;
  font-family: 'FuturaStd-Medium';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.my-site .zimmer-content .btn-wrap .anfrazen-btn:last-child {
  float: right;
}
.my-site .detail-btn:hover, .my-site .anfrazen-btn:hover {
  background-color: #333 !important;
  transition: color 600ms ease-in-out 0s;
}
.my-site .grey {
  background-color: #f0ecec;
}
.my-site .light-green {
  background-color: #f9fcde;
}
.my-site .zimmer-detail {
  width: 100%;
}
.my-site .deluxe-wraper {
  width: 100%;
  background-color: #f9fcde;
}
.my-site .deluxe {
  padding: 15px 0 29px;
}
.my-site .deluxe-header {
  width: 100%;
}
.my-site .deluxe-header-left {
  float: left;
}
.my-site .deluxe-header .title {
  font-family: 'FuturaStd-Medium';
  font-size: 25px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
  padding: 0;
}
.my-site .deluxe-header .sub-title {
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  color: #333;
  line-height: 23px;
  padding: 0 0 17px;
  margin-top: 30px;
}
.my-site .deluxe-header-right {
  float: right;
  margin: 28px 0 0;
}
.my-site .deluxe-header-right .anfrazen-btn {
  width: auto;
  display: block;
  background: #a3b346;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding: 4px 25px 4px 9px;
  float: left;
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  margin: 0 4px 0 0;
}
.my-site .ausstattung-wrapper {
  width: 100%;
  background: linear-gradient(#fcfcfc, #fff);
}
.my-site .ausstattung-left {
  width: 33.0303%;
  float: left;
}
.my-site .ausstattung-content h3 {
  font-family: 'FuturaStd-Medium';
  font-size: 25px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
  padding: 0 0 24px;
}
.my-site .ausstattung-content p {
  line-height: 25px;
}
.my-site .ausstattung-right {
  width: 60.90909%;
  float: right;
}
.my-site .video {
  position: relative;
  width: 100%;
}
.my-site .video .video-activity {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.my-site .video .video-activity .video-arrow {
  background: url(../images/video-arrow.png) no-repeat 0 0;
  display: inline-block;
  width: 82px;
  height: 81px;
  cursor: pointer;
  position: relative;
  top: 42%;
}
.my-site .video .video-activity .video-arrow a {
  width: 100%;
  height: 100%;
  display: block;
}
.my-site .video img {
  width: 100%;
}
.my-site .grundriss-wrapper {
  width: 100%;
  position: relative;
}
.my-site .grundriss {
  padding: 26px 0;
}
.my-site .grundriss-header h3 {
  font-family: 'FuturaStd-Medium';
  font-size: 25px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
  padding: 0 0 24px;
}
.my-site .grundriss-content {
  width: 100%;
  padding: 0 0 0 44px;
}
.my-site .grundriss-content-up, .my-site .grundriss-content-down {
  width: 100%;
}
.my-site .grundriss-lamp {
  position: absolute;
  left: 14%;
  top: -41.5%;
}
.my-site .grundriss-number ol {
  margin: 27px 0 0;
  width: 40%;
  list-style-type: decimal;
  float: left;
}
.my-site .grundriss-number ol li {
  display: block;
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  color: #333;
  line-height: 23px;
  margin: 0 0 5px;
}
.my-site .grundriss-number ol li:hover {
  color: #a3b346;
  transition: color 600ms ease-in-out 0s;
}
.my-site .btn-wrapper {
  margin: 30px 0;
}
.my-site .btn-wrapper .btn-left {
  float: left;
}
.my-site .anfragen {
  width: auto;
  display: block;
  background: #a3b346;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding: 4px 25px 4px 9px;
  float: left;
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  margin: 0 2px 0 0;
}
.my-site .btn-wrapper .btn-right {
  float: right;
}
.my-site .green-wrapper {
  width: 100%;
  background-color: #e6eeae;
}
.my-site .green-part {
  text-align: center;
}
.my-site .green-part h2 {
  font-family: 'FuturaStd-Light';
  font-size: 40px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 34px;
}
.my-site .green-part h3 {
  color: #fff;
}
.my-site .green-part p {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.my-site .green-part .green-button {
  display: inline-block;
  background: #a3b346;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 11px 10px;
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  margin: 20px auto 8px;
}
.my-site .anfragen:hover, .my-site .green-button:hover {
  background-color: #333 !important;
  transition: color 600ms ease-in-out 0s;
}
.my-site .grundriss-wrapper .btn-wrap .btn-left {
  float: left;
}
.my-site .grundriss-wrapper .btn-wrap .btn-right {
  float: right;
}
.my-site .grundriss-wrapper .btn-wrap a {
  width: auto;
  display: block;
  background: #a3b346;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding: 4px 25px 4px 9px;
  float: left;
  font-family: 'FuturaStd-Light';
  font-size: 17px;
  margin: 0 2px 0 0;
}
.my-site .grundriss-wrapper .btn-wrap a:hover {
  background: #333;
}
.my-site footer {
  width: 100%;
}
.my-site .footer-white {
  width: 100%;
  background: #fff;
}
.my-site .footerlink ul {
  width: 98%;
  margin: 24px auto;
  text-align: center;
}
.my-site .footerlink ul li {
  width: 20%;
  margin: 0 6%;
  border-top: solid 1px #a1b347;
  border-bottom: solid 1px #a1b347;
  padding: 10px;
  display: inline-block;
}
.my-site .footerlink ul li a {
  display: block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.my-site .footerlink ul li a:hover, .my-site .footerlink ul li a.select {
  color: #b6be71;
}
.my-site .social ul {
  margin: 37px auto 26px;
  text-align: center;
}
.my-site .social ul li {
  margin: 0 32px;
  display: inline-block;
  vertical-align: middle;
}
.my-site .social ul li a.tweet {
  background: url(../images/tweet.png) no-repeat 0 0;
  display: block;
  height: 33px;
  width: 40px;
}
.my-site .social ul li a.tweet:hover {
  background-position: 0 100%;
}
.my-site .social ul li a.active {
  background-position: 0 100%;
}
.my-site .social ul li a.fb {
  background: url(../images/fb.png) no-repeat 0 0;
  display: block;
  height: 47px;
  width: 25px;
}
.my-site .social ul li a.fb:hover, .my-site .social ul li a.fb.active {
  background-position: 0 100%;
}
.my-site .social ul li a.printerest {
  background: url(../images/priinterest.png) no-repeat 0 0;
  display: block;
  height: 42px;
  width: 43px;
}
.my-site .social ul li a.printerest:hover, .my-site .social ul li a.printerest.active {
  background-position: 0 100%;
}
.my-site .social ul li a.google-plus {
  background: url(../images/google-plus.png) no-repeat 0 0;
  display: block;
  height: 35px;
  width: 35px;
}
.my-site .social ul li a.google-plus:hover {
  background-position: 0 100%;
}
.my-site .social ul li a.instagram {
  background: url(../images/instagram.png) no-repeat 0 0;
  display: block;
  height: 35px;
  width: 35px;
}
.my-site .social ul li a.instagram:hover {
  background-position: 0 100%;
}
.my-site .social ul li a.youtube, .my-site .social ul li a.vimeo{
  color:#9AB153;
  font-size:42px;
}
.my-site .social ul li a.youtube:hover, .my-site .social ul li a.vimeo:hover{
  color:#3C3C3B;
}
.my-site .social ul li a.active {
  background-position: 0 100%;
}
.my-site .footer-black {
  width: 100%;
  background: #000;
  padding: 15px 0;
}
.my-site .address ul {
  width: 100%;
  text-align: center;
}
.my-site .address ul li {
  display: inline-block;
  background: url(../images/devider.png) no-repeat 100% 10px;
  padding: 0 18px;
  color: #fff;
  font-family: 'FuturaStd-Light';
  font-size: 20px;
  line-height: 34px;
}
.my-site .address ul li:hover, .my-site .address ul li.active {
  color: #CCC;
}
.my-site .address ul li a {
  color: #fff;
  display: inline-block;
}
.my-site .address ul li a:hover, .my-site .address ul li a.active {
  color: #ccc;
}
.my-site .footer-logo {
  margin: 26px auto;
  text-align: center;
}
.my-site .footer-logo ul {
  width: 100%;
  text-align: center;
}
.my-site .footer-logo ul li {
  margin: 0 11px;
 *display: inline;
  zoom: 1;
  display: inline-block;
}
.my-site .footer-logo ul li a {
  display: block;
}
.my-site .footer-logo .csc-textpic-imagecolumn {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
.my-site .sponser .csc-textpic-imagerow {
  width: 100%;
  margin: 0 auto 85px;
  text-align: center;
}
.my-site .sponser .csc-textpic-imagerow .csc-textpic-imagecolumn {
  margin: 0 18px;
  display: inline-block;
  float: none;
}
.my-site .sponser .csc-textpic-imagerow .csc-textpic-imagecolumn a {
  display: block;
}
.my-site .sponser .csc-textpic-imagerow .csc-textpic-imagecolumn img {
  display: inline-block;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}
.slides, .slides>li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-direction-nav li, .flex-control-nav li {
  list-style: none !important;
  margin-bottom: 0px;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slider {
  position: relative;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides>li:first-child {
  display: block;
}
.flexslider {
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav .flex-prev {
  background: url(../images/control.png) no-repeat 0 0;
  width: 57px;
  height: 56px;
  font-size: 0;
  left: 6%;
  font-size: 0;
}
.flex-direction-nav .flex-next {
  background: url(../images/control.png) no-repeat 0 100%;
  width: 57px;
  height: 56px;
  font-size: 0;
  right: 6%;
  font-size: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 11%;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #95ad4c;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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: .75;
  color: black;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
 line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
  padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
  padding: 0;
}
.mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px;
}
.mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0;
}
.mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
.mfp-container {
  padding-left: 6px;
  padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media screen and (max-width: 1800px) and (min-width: 1023px) {
.my-site .slider .slider-activity {
  bottom: 21%;
}
.my-site .s-slider-wrap {
  right: 0px;
}
.my-site .s-slider-activity {
  float: right;
}
.my-site .s-slider-activity .slider-arrow {
  float: right;
}
}
@media screen and (max-width: 1024px) and (min-width: 1023px) {
.my-site .themen .themen-content-wrap {
  width: 100%;
  padding: 0 26px !important;
}
.my-site .lg-container, .my-site .sm-container {
  width: 960px;
}
.my-site header .header-right {
  width: 80%;
}
.my-site header .header-left {
  width: 20%;
}
.my-site nav ul li a {
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
}
.my-site nav ul li a span {
  font-size: 11px;
}
.my-site .s-slider-wrap {
  right: 0px;
}
.my-site .slider .slider-activity {
  top: 66%;
}
.my-site .slider .slider-activity span {
  width: 33px;
  height: 33px;
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a {
  width: 69px;
  height: 35px;
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a:before {
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a:hover:before {
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a.goTop:before {
  background-size: cover;
}
.my-site .flex-direction-nav {
  top: 40%;
  padding: 0 80px;
}
.my-site .flex-direction-nav .flex-next, .my-site .flex-direction-nav .flex-prev {
  width: 28px;
  height: 28px;
  background-size: cover;
  margin: 0px;
}
.my-site .flex-direction-nav .flex-next {
  right: 0px;
}
.my-site .flex-direction-nav .flex-prev {
  left: 0px;
}
.my-site .s-slider-activity {
  float: right;
}
.my-site .s-slider-activity span {
  display: none !important;
}
.my-site .s-slider-activity .slider-arrow {
  float: right;
}
}
@media screen and (max-width: 1022px) {
.my-site {
  padding: 0px;
}
.my-site .entry p {
  line-height: 30px;
}
.my-site .floating-image-wrap {
  display: none;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-direction-nav {
  padding: 0 10px;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-direction-nav a {
  height: 30px;
  width: 30px;
}
.my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(2), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(3), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(4), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(5), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(6) {
  width: 20%;
  margin: 0px !important;
  padding: 0 5px;
}
.my-site .paralx-slider .flex-control-nav {
  bottom: 45px;
}
.my-site .paralax-vdo {
  height: 715px;
  position: absolute;
}
.my-site .paralax-vdo .slider-activity {
  z-index: 1;
  width: 40px;
  height: 39px;
  top: inherit;
  bottom: 100px;
  left: 48%;
}
.my-site .video-text {
  margin-top: 422px;
  margin-bottom: 180px;
}
.my-site .video-text h2 {
  font-size: 25px;
  padding-bottom: 12px;
}
.my-site .video-text p {
  font-size: 15px;
}
.my-site .grundriss-lamp {
  display: none;
}
.my-site .zimmer-block .zimmer-content h3 {
  font-size: 17px;
  line-height: normal;
  padding: 10px 0;
}
.my-site .zimmer-block .zimmer-content p {
  font-size: 12px;
  padding: 0px;
}
.my-site .zimmer-block .zimmer-content .price {
  font-size: 15px;
}
.my-site .zimmer-block .zimmer-content .btn-wrap a {
  font-size: 12px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.my-site .zimmer-block .header h3 {
  font-size: 17px;
}
.my-site .our-crew-container .sm-container {
  width: 100%;
}
.my-site .themen .themen-content-wrap {
  width: 100%;
  margin: 0px !important;
  padding: 0 15px !important;
}
.my-site .slick-next, .my-site .slick-prev {
  width: 40px;
  height: 40px;
  background-size: cover;
}
.my-site .slick-next {
  background: url("../images/control-mini.png") no-repeat left bottom !important;
}
.my-site .slick-prev {
  background: url("../images/control-mini.png") no-repeat left top !important;
}
.my-site .box-content {
  padding: 12px 0;
}
.my-site .entry h1, .my-site .basic-content h1 {
  font-size: 30px;
}
.my-site .entry h2, .my-site .basic-content h2 {
  font-size: 25px;
}
.my-site .entry h3, .my-site .basic-content h3 {
  font-size: 17px;
}
.my-site .entry h4, .my-site .basic-content h4 {
  font-size: 16px;
}
.my-site .entry h5, .my-site .basic-content h5 {
  font-size: 15px;
}
.my-site .entry h6, .my-site .basic-content h6 {
  font-size: 15px;
}
.my-site .entry p, .my-site .basic-content p {
  font-size: 14px;
}
.my-site .my-row {
  margin-top: 0px;
  padding-top: 0px;
}
.my-site .my-row .slider-text-box {
  padding: 12px 0 46px 0;
}
.my-site .my-row .slider-text-box h2 {
  font-size: 24px;
  padding-bottom: 0px;
}
.my-site header {
  position: relative;
  height: auto;
}
.my-site header .header-right {
  width: 100%;
}
.my-site header .header-right .logo {
  display: block;
  width: 103px;
  margin-right: 15px;
}
.my-site header .header-right .logo strong {
  display: none;
}
.my-site header .header-right .language {
  float: left;
}
.my-site header .header-right .topnav ul li a {
  font-size: 13px;
  padding: 4px 10px;
}
.my-site header .header-right .phone p {
  font-size: 12px;
}
.my-site header .header-left {
  display: none;
}
.my-site nav ul {
  position: static;
}
.my-site nav ul li {
  margin: 0px;
  position: static;
}
.my-site nav ul li a {
  font-size: 12px;
  padding: 9px 10px 4px;
}
.my-site nav ul li a span {
  font-size: 11px;
}
.my-site nav ul li div.firstlevel-dropdown {
  width: 100%;
  top: inherit;
  text-align: center;
}
.my-site nav ul li div.firstlevel-dropdown .dropdown-image-wrapper {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.my-site nav ul li div.firstlevel-dropdown .sublist-menu {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.my-site nav .menuFull {
  top: inherit;
  display: none !important;
}
.my-site .lg-container, .my-site .sm-container {
  width: 700px;
}
.my-site .packages-carousal {
  width: 588px;
}
.my-site .packages-content .package-img-wrap img {
  height: auto;
  width: 100%;
}
.my-site .packages-content .package-img-wrap .package-img-mask {
  background-size: cover;
}
.my-site .packages-content .packages-content-wrap .btn-wrap a {
  margin: 0px;
  font-size: 12px;
  padding: 3px 5px;
  font-family: 'FuturaStd-Light';
}
.my-site .packages-content .packages-content-wrap .btn-wrap a:nth-child(2) {
  margin: 0 2px;
  padding: 3px 6px;
}
.my-site .packages-bg {
  background: none !important;
  padding: 0px;
}
.my-site .packages-header h2 {
  font-size: 28px;
  padding-bottom: 0px;
}
.my-site .packages-header p {
  font-size: 14px;
}
.my-site .slider .slider-activity {
  top: 66%;
}
.my-site .slider .slider-activity span {
  width: 33px;
  height: 33px;
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a {
  width: 69px;
  height: 35px;
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a:before {
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a:hover:before {
  background-size: cover;
}
.my-site .slider .slide-down-arrow-container a.goTop:before {
  background-size: cover;
}
.my-site .s-slider-wrap {
  display: none;
}
.my-site .fixed-socila-items {
  display: none;
}
.my-site .flex-direction-nav {
  top: 40%;
  padding: 0 60px;
}
.my-site .flex-direction-nav .flex-next, .my-site .flex-direction-nav .flex-prev {
  width: 28px;
  height: 28px;
  background-size: cover;
  margin: 0px;
}
.my-site .flex-direction-nav .flex-next {
  right: 0px;
}
.my-site .flex-direction-nav .flex-prev {
  left: 0px;
}
.my-site footer {
  margin-top: 40px !important;
}
.my-site footer .footerlink ul li a {
  font-size: 14px;
}
.my-site footer .social ul li {
  margin: 0 22px;
}
.my-site footer .social ul li a {
  background-size: cover !important;
}
.my-site footer .social ul li a.tweet {
  width: 32px;
  height: 26px;
}
.my-site footer .social ul li a.fb {
  width: 17px;
  height: 32px;
}
.my-site footer .social ul li a.printerest {
  height: 30px;
  width: 31px;
}
.my-site footer .social ul li a.google-plus {
  width: 25px;
  height: 25px;
}
.my-site footer .sponser .csc-textpic-imagerow .csc-textpic-imagecolumn {
  margin: 0 12px;
}
.my-site footer .address ul li {
  font-size: 14px;
  padding: 0 10px;
}
}
 @media screen and (max-width: 767px) {
.my-site .hsContent .video-text{display: none;}
.my-site .grundriss-wrapper .btn-wrap .btn-left, .my-site .grundriss-wrapper .btn-wrap .btn-right {
  float: left;
  clear: both;
}
.my-site .themen .themen-img .themen-img-tbale-box .themen-img-block-container .flex-viewport ul.slides li img {
  height: auto;
  width: 100%;
}
.my-site .entry h1 {
  line-height: 58px;
}
.my-site .entry h2 {
  line-height: 48px;
}
.my-site .entry h3, .my-site .entry h4, .my-site .entry h5, .my-site .entry h6 {
  line-height: 42px;
}
.my-site .entry p {
  line-height: 30px;
}
.my-site .basic-content h1 {
  line-height: 58px;
}
.my-site .basic-content h2 {
  line-height: 48px;
}
.my-site .basic-content h3, .my-site .basic-content h4, .my-site .basic-content h5, .my-site .basic-content h6 {
  line-height: 42px;
}
.my-site .basic-content p {
  line-height: 30px;
}
.my-site .themen .themen-content-wrap .themen-content-table-wrap {
  display: block;
}
.my-site .themen .themen-content-wrap .themen-content-table-wrap .themen-content-block-table {
  display: block;
}
.my-site .grundriss-wrapper .btn-wrap .btn-right {
  margin-top: 10px;
}
.my-site .slick-initialized .slick-slide {
  opacity: 1;
}
.my-site .slick-initialized .slick-slide.slick-active+.slick-active {
  opacity: 1;
}
.my-site .slick-initialized .slick-slide.slick-active+.slick-active+.slick-active {
  opacity: 1;
}
.my-site .packages-header h2 {
  font-size: 40px;
  padding-bottom: 0px;
}
.my-site .packages-header p {
  font-size: 24px;
}

.my-site .booking-wrapper .vri-title {
  display: inline-block !important;
  font-size: 40px !important;
  color: #333 !important;
  padding-bottom: 50px !important;
}
.my-site .booking-wrapper .booking-bg {
  padding: 0px;
  background: none;
}
.my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(2), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(3), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(4), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(5), .my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(6) {
  width: 100%;
  margin: 0px !important;
  padding: 0 0 18px 0;
}
.my-site .booking-wrapper .vri-widget-container .vri-elements-vertical div:nth-child(6) {
  padding-bottom: 0px !important;
}
.my-site .video-text {
  margin-bottom: 127px;
  margin-top: 320px;
}
.my-site .paralax-vdo {
  height: 560px;
}
.my-site .paralax-vdo .slider-activity {
  bottom: 60px;
}
.my-site .paralx-slider .flex-control-nav {
  display: none;
}
.my-site .grundriss-content {
  padding-left: 0px;
}
.my-site .grundriss-content .btn-left {
  clear: both;
}
.my-site .grundriss-content .btn-right {
  float: left;
  clear: both;
  margin-top: 10px;
}
.my-site .grundriss-number ul, .my-site .grundriss-number ol {
  width: 100%;
}
.my-site .grundriss-number ul:last-child, .my-site .grundriss-number ol:last-child {
  margin-top: 0px;
}
.my-site .deluxe-header-right {
  display: none;
}
.my-site .ausstattung-left {
  width: 100%;
}
.my-site .ausstattung-right {
  width: 100%;
  margin-top: 15px;
}
.my-site .zimmer-block {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 32px;
}
.my-site .zimmer-block .zimmer-image-box img {
  width: 100%;
}
.my-site .zimmer-block .header h3 {
  font-size: 50px;
}
.my-site .zimmer-block .zimmer-content h3 {
  font-size: 50px;
}
.my-site .zimmer-block .zimmer-content p {
  font-size: 40px;
  line-height: normal;
}
.my-site .zimmer-block .zimmer-content .btn-wrap a {
  font-size: 34px !important;
  padding-top: 18px;
  padding-bottom: 18px;
}
.my-site .zimmer-block .zimmer-content .price {
  font-size: 40px;
  color: #333;
  margin-top: 66px;
  font-family: 'FuturaStd-Light';
  margin-bottom: 40px;
}
.my-site .our-crew {
  width: 100%;
}
.my-site .themen .themen-img {
  width: 100%;
}
.my-site .themen .themen-content {
  width: 100%;
  padding: 25px 0;
}
.my-site .themen .themen-content .dotted-border {
  display: none;
}
.my-site .themen .themen-content p {
  padding-bottom: 0px;
}
.my-site .themen .themen-block {
  height: auto !important;
}
/*.my-site .themen:first-child .themen-content {
    padding-top: 0px;
}*/
.my-site .slider .slider-activity {
  top: 56%;
}
.my-site .flex-direction-nav {
  top: 30%;
}
.my-site .packages-carousal {
  width: 71.875%;
}
.my-site .packages-carousal .packages-content {
  margin: 0px;
}
.my-site .packages-carousal .packages-content .packages-content-wrap .btn-wrap a {
  font-family: "FuturaStd-Bold";
  font-size: 26px;
  padding: 15px 0;
  width: 32%;
  /*float: left;*/
  margin: 0px;
}
.my-site .packages-carousal .packages-content .packages-content-wrap .btn-wrap a:nth-child(2) {
  margin: 0 2%;
}
.my-site .my-row .slider-text-box {
  padding: 12px 0 35px 0;
}
.my-site .my-row .slider-text-box h2 {
  font-size: 42px;
}
.my-site .box-content .col-3-col {
  margin: 0 -2%;
}
.my-site .box-content .col-3-col ul li {
  width: 50%;
  display: none;
}
.my-site .box-content .col-3-col ul li:nth-child(1), .my-site .box-content .col-3-col ul li:nth-child(2) {
  display: block;
}
.my-site .box-content .col-4-col {
  margin: 0 -2%;
}
.my-site .box-content .col-4-col ul li {
  width: 50%;
  margin-bottom: 15px;
}
.my-site .lg-container, .my-site .sm-container {
  width: 96%;
}
.my-site header {
  position: relative;
  min-height: 164px;
  z-index: 999999;
}
.my-site header .header-right .header-right-up .language {
  display: none;
}
.my-site header .header-right .rightpart {
  margin-top: 32px;
}
.my-site header .header-right .topnav {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.my-site header .header-right .topnav ul {
  width: 100%;
  text-align: center;
}
.my-site header .header-right .topnav ul li {
  float: none;
  display: inline-block;
  margin: 0px;
}
.my-site header .header-right .topnav ul li a {
  font-size: 22px;
  padding: 12px 0px;
  display: block;
  text-align: center;
  width:auto !important;
}
.my-site header .header-right .topnav ul li:nth-child(1) {
  width: 22%;
}
.my-site header .header-right .topnav ul li:nth-child(2) {
  width: 22%;
  margin: 0 8px;
}
.my-site header .header-right .topnav ul li:nth-child(3) {
  width: 22%;
  margin: 0 8px 0 0;
}
.my-site header .header-right .topnav ul li:last-child {
  width: 24%;
}
.my-site header .header-right .respon-menu-click {
  float: right;
  clear: both;
  display: block;
}
.my-site .header-right .phone p.deal{ display:none;}
.my-site header .header-right .respon-menu-click i {
  font-size: 30px;  font-size: 30px;
  cursor: pointer;
}
.my-site header .header-right .phone {
  float: right;
  clear: both;
}
.my-site header .header-right .phone .search-contact {
  display: inline-block;
  vertical-align: middle;
}
.my-site header .header-right .phone .index-search {
  display: none;
}
.my-site header .header-right .phone p {
  font-size: 19px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 54px 0 0;
}
.my-site header .header-right .phone .language {
  display: inline-block;
  float: none;
  vertical-align: middle;
  position: relative;
}
.my-site header .header-right .phone .language .respon-language {
  cursor: pointer;
}
.my-site header .header-right .phone .language .respon-language span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.my-site header .header-right .phone .language .respon-language i {
  color: #a3b346;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.my-site header .header-right .phone .language .respon-language i.lang-open {
  transform: rotate(180deg);
}
.my-site header .header-right .phone .language ul {
  position: absolute;
  width: 100%;
  float: left;
  left: 0px;
  background: #333;
  display: none;
  z-index: 1;
}
.my-site header .header-right .phone .language ul li {
  margin: 0px;
  width: 100%;
  border-top: 1px solid #fff;
}
.my-site header .header-right .phone .language ul li:before {
  content: ' ';
}
.my-site header .header-right .phone .language ul li a {
  background: none;
  padding: 0px;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  margin: 0px !important;
  display: block;
}
.my-site header .header-right .phone .language ul li:first-child {
  border: none;
}
.my-site header .header-right-bottom {
  width: 100%;
  position: absolute;
  margin: 0px;
  left: 0px;
  border-top: 5px solid #5c7d19;
  top: 100%;
}
.my-site header .header-right-bottom nav {
  width: 100%;
  display: none;
}
.my-site header .header-right-bottom nav ul {
  width: 100%;
}
.my-site header .header-right-bottom nav ul li {
  width: 100%;
  float: left;
}
.my-site header .header-right-bottom nav ul li a {
  padding: 10px 30px;
  background: #a3b346;
  color: #fff;
  font-size: 15px;
  border-top: 1px solid #fff;
}
.my-site header .header-right-bottom nav ul li a span {
  color: #fff;
  font-size: 19px;
}
.my-site header .header-right-bottom nav ul li:first-child a {
  border: none;
}
.my-site header .header-right-bottom nav ul li .dropdown-image-wrapper {
  display: none !important;
}
.my-site header .header-right-bottom nav ul li div.firstlevel-dropdown {
  padding: 0px;
  width: 100%;
  position: relative;
}
.my-site header .header-right-bottom nav ul li div.firstlevel-dropdown .dropdown-content {
  padding: 0px;
}
.my-site header .header-right-bottom nav ul li div.firstlevel-dropdown .sublist-menu {
  width: 100%;
  float: left;
  background-color: #ffffff;
}
.my-site header .header-right-bottom nav ul li div.firstlevel-dropdown .sublist-menu ul {
  width: 100%;
}
.my-site header .header-right-bottom nav ul li div.firstlevel-dropdown .sublist-menu ul section {
  width: 100%;
}
.my-site header .header-right-bottom nav ul li div.firstlevel-dropdown .sublist-menu ul section li {
  width: 100%;
  margin: 0px;
}
.my-site header .header-right-bottom nav ul li div.firstlevel-dropdown .sublist-menu ul section li a {
  background: #333;
  border-top: 1px solid #999;
}
.my-site .entry h1, .my-site .basic-content h1 {
  font-size: 37px;
}
.my-site .entry h2, .my-site .basic-content h2 {
  font-size: 31px;
}
.my-site .entry h3, .my-site .basic-content h3 {
  font-size: 25px;
}
.my-site .entry h4, .my-site .basic-content h4 {
  font-size: 20px;
}
.my-site .entry h5, .my-site .basic-content h5 {
  font-size: 19px;
}
.my-site .entry h6, .my-site .basic-content h6 {
  font-size: 18px;
}
.my-site .entry p, .my-site .basic-content p {
  font-size: 16px;
}
.my-site footer .social ul li a.tweet {
  width: 40px;
  height: 33px;
}
.my-site footer .social ul li a.fb {
  width: 25px;
  height: 47px;
}
.my-site footer .social ul li a.printerest {
  width: 43px;
  height: 42px;
}
.my-site footer .social ul li a.google-plus {
  width: 35px;
  height: 35px;
}
.my-site footer .footerlink ul {
  width: 68.28125%;
}
.my-site footer .footerlink ul li {
  margin: 0px;
  width: 100%;
  border-bottom: none;
}
.my-site footer .footerlink ul li:first-child {
  border-top: none;
}
.my-site footer .footerlink ul li a {
  font-size: 22px;
  line-height: normal;
}
.my-site footer .sponser .csc-textpic-imagerow {
  margin-bottom: 0px;
}
.my-site footer .sponser .csc-textpic-imagerow .csc-textpic-imagecolumn {
  margin: 30px 0 0 0;
  width: 100%;
}
.my-site footer .sponser .csc-textpic-imagerow .csc-textpic-imagecolumn:first-child {
  margin-top: 0px;
}
.my-site footer .address ul li {
  margin: 0 0 15px 0;
  width: 100%;
  background: none;
  font-size: 22px;
  line-height: normal;
}
.my-site footer .address p {
  display: none;
}
}
@media all and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
.my-site header .header-right .topnav ul li: nth-child(2) {
  margin: 0 7px;
}
}
@media screen and (max-width: 639px) {
.my-site .form-container .form-row .form-block {
  width: 100% !important;
  margin-top: 15px;
  padding-left: 0px;
}
.my-site .form-container .form-row .form-block:first-child {
  margin-top: 0px;
}
.my-site .paralax-vdo {
  height: 300px;
}
.my-site .video-text-container {
  height: 300px;
}
.my-site .video-text-container .video-text {
  display: none;
}
.my-site .zimmer-block {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.my-site .zimmer-block .zimmer-image-box img {
  width: 100%;
}
.my-site .zimmer-block .header h3 {
  font-size: 23px;
}
.my-site .zimmer-block .zimmer-content h3 {
  font-size: 20px;
}
.my-site .zimmer-block .zimmer-content p {
  font-size: 15px;
  line-height: normal;
}
.my-site .zimmer-block .zimmer-content .btn-wrap a {
  font-size: 14px !important;
  padding-top: 9px;
  padding-bottom: 9px;
}
.my-site .zimmer-block .zimmer-content .price {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
  font-family: 'FuturaStd-Light';
  margin-bottom: 20px;
}
.my-site .slick-prev {
  left: -42px;
}
.my-site .slick-next {
  right: -42px;
}
.my-site .packages-carousal .packages-content .package-img-wrap .package-img-mask {
  background-size: cover;
}
.my-site .packages-carousal .packages-content .package-img-wrap img {
  width: 100%;
  height: auto;
}
.my-site .packages-carousal .packages-content .packages-content-wrap .btn-wrap a {
  font-size: 12px;
  padding: 5px 0;
}
.my-site .box-content .col-3-col ul li, .my-site .box-content .col-4-col ul li {
  width: 100%;
  margin-bottom: 15px;
}
.my-site .my-row .slider-text-box h2 {
  font-size: 18px;
}
.my-site .slider .slider-activity {
  display: none;
}
.my-site .slider .slider-activity span {
  float: left;
}
.my-site header .header-right .topnav ul li {
  width: auto !important;
  margin: 0px 2px !important;
}
.my-site header .header-right .topnav ul li a {
  font-size: 12px;
  padding: 3px;
}
.my-site header .header-right .phone p {
  font-size: 14px;
}
.my-site header .header-right .phone .language {
}
}
@media (max-width: 359px) {
.my-site header .header-right .phone p {
  margin-right: 15px;
  margin-top: 0px;
}
}
 @media (max-width: 350px) {
.my-site footer .social ul li {
  margin: 0 20px;
}
}
 @media screen and (max-width: 800px) and (min-width: 768px) {
.hsContent {
  background-size: 180% 100%;
}
.paralaxSlider .slides li {
  background-attachment: inherit !important;
}
}

/* new form */

.booking-wrapper {
  padding: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.booking-wrapper dl {
  display: inline-block;
  vertical-align: middle;
}
.booking-wrapper dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
.booking-wrapper dl dd:first-child .hasDatepicker {
  background: url(../images/new-form-calender.jpg) no-repeat right center white;
}
.booking-wrapper dl dd:nth-child(2) .hasDatepicker {
  background: url(../images/new-to-calender.jpg) no-repeat right center white;
}
.booking-wrapper dl dd:nth-child(3) {
  width: 150px;
}
.booking-wrapper dl dd:nth-child(4) {
  width: 116px;
}
.booking-wrapper dl dd:nth-child(3), .booking-wrapper dl dd:nth-child(4) {
  position: relative;
  cursor: pointer;
}
.booking-wrapper dl dd:nth-child(3):after, .booking-wrapper dl dd:nth-child(4):after {
  content: ' ';
  width: 41px;
  height: 100%;
  background: url(../images/new-select-drop.jpg) no-repeat left top;
  right: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
  position: absolute;
}
.booking-wrapper input[type="button"] {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/new-sub-but-booking.png) no-repeat right 20px center #9ab153;
  cursor: pointer;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 8px 36px 9px 15px;
  margin: 0 7px;
}
.booking-wrapper input[type="text"] {
  padding: 0 10px;
  font-size: 14px;
  color: #919191;
}
.booking-wrapper select {
  background: #fff;
  width: 100%;
  border: none;
  height: 36px;
  font-size: 14px;
  color: #919191;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  border-radius: 0;
}
.booking-wrapper .Tx-Formhandler input, .booking-wrapper .Tx-Formhandler select {
  display: inline-block;
  vertical-align: middle;
}
.booking-wrapper .Tx-Formhandler input[type="text"] {
  width: 217px;
  height: 36px;
  border: none;
}

.Tx-Formhandler .form-container {
  padding: 0px;
  background: none !important;
}
.Tx-Formhandler .form-container form {
  display: block;
}
.Tx-Formhandler .form-container fieldset {
  display: block;
}
.Tx-Formhandler .form-container fieldset .form-section {
  width: 100%;
  float: left;
  padding: 20px;
  background: #f8f5f0;
  margin-top: 20px;
}
.Tx-Formhandler .form-container fieldset .form-section:first-child {
  margin-top: 0px;
}
.Tx-Formhandler .form-container fieldset .form-section h3 {
  display: block;
}
.Tx-Formhandler .form-container fieldset .form-section .row {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.Tx-Formhandler .form-container fieldset .form-section .row:last-child {
  margin-bottom: 0px;
}
.Tx-Formhandler .form-container fieldset .form-section .row .left {
  width: 31.91489%;
  float: left;
  margin-left: 2.12766%;
}
.Tx-Formhandler .form-container fieldset .form-section .row .left:first-child {
  margin-left: 0px;
}
.Tx-Formhandler .form-container fieldset .form-section .row2 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.Tx-Formhandler .form-container fieldset .form-section .row2:last-child {
  margin-bottom: 0px;
}
.Tx-Formhandler .form-container fieldset .form-section .row2 .left {
  width: 48.99044%;
  float: right !important;
}
.Tx-Formhandler .form-container fieldset .form-section .row2 .left:first-child {
  float: left !important;
}
.Tx-Formhandler .form-container fieldset .form-section .row2 .left .box {
  width: 27.33189%;
  float: left;
}
.Tx-Formhandler .form-container fieldset .form-section .row2 .left .box2 {
  width: 68.1128%;
  float: right;
}
.Tx-Formhandler .form-container fieldset .form-section label {
  width: 100%;
  float: left;
  padding-bottom: 6px;
  position: relative;
}
.Tx-Formhandler .form-container fieldset .form-section input[type="text"] {
  padding: 10px;
  border: 1px solid #cccccc;
  width: 100%;
  font-size: 14px;
  background: #fff !important;
}
.Tx-Formhandler .form-container fieldset .form-section input[type="text"].hasDatepicker {
  background: url(../images/datepicker-icon.jpg) no-repeat right 7px center white !important;
  cursor: pointer;
}
.Tx-Formhandler .form-container fieldset .form-section select {
  padding: 9px 10px;
  font-size: 14px;
  border: 1px solid #cccccc;
  width: 100%;
  background: #fff !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.Tx-Formhandler .form-container fieldset .form-section .select-wrap {
  width: 100%;
  float: left;
  position: relative;
}
.Tx-Formhandler .form-container fieldset .form-section .select-wrap:after {
  position: absolute;
  width: 26px;
  height: 95%;
  background: url(../images/select-drop.png) no-repeat left center white;
  cursor: pointer;
  content: ' ';
  z-index: 1;
  pointer-events: none;
  top: 1px;
  right: 1px;
}
.Tx-Formhandler .form-container fieldset .form-section .field-textarea {
  border: none;
  padding: 0px;
}
.Tx-Formhandler .form-container fieldset .form-section .field-textarea textarea {
  border: 1px solid #cccccc;
  height: 118px;
  resize: vertical;
  background: #fff !important;
}
.Tx-Formhandler .form-container fieldset .form-section input[type="submit"] {
  padding: 17px 63px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  background: #90a663;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.Tx-Formhandler .form-container fieldset .form-section .radio-box{
  float: left;
  position: relative;
}
.Tx-Formhandler .form-container fieldset .form-section .radio-box.first{
  margin-right: 50px;
}
.Tx-Formhandler .form-container fieldset .form-section .radio-box label{
  width: auto;
}
.Tx-Formhandler .form-container fieldset .form-section .radio-box input[type="radio"]{
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left:0;
}
.Tx-Formhandler .form-container fieldset .form-section .radio-box .radio-false{
  width: 20px;
  height: 20px;
  border:#9ab153 solid 2px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  float: left;
  margin-right: 5px;
}
.Tx-Formhandler .form-container fieldset .form-section .radio-box input[type="radio"]:checked + .radio-false{
  background: #9ab153;
}
.Tx-Formhandler .form-container fieldset span{
  padding-left: 5px;
}

@media screen and (max-width: 992px) {
  .booking-wrapper dl dd {
    width: 49% !important;
    margin: 0px;
    float: right;
    margin-bottom: 10px;
  }
  .booking-wrapper dl dd:nth-child(2n+1) {
    float: left;
  }
  .booking-wrapper .Tx-Formhandler input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .Tx-Formhandler .form-container fieldset .form-section input[type="submit"] {
    width: 100%;
    text-align: center;
  }
  .Tx-Formhandler .form-container fieldset .form-section .row .left, .Tx-Formhandler .form-container fieldset .form-section .row2 .left {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .Tx-Formhandler .form-container fieldset .form-section .row .left:first-child, .Tx-Formhandler .form-container fieldset .form-section .row2 .left:first-child {
    margin-top: 0px;
  }
  .Tx-Formhandler .form-container fieldset .form-section .row .left .box, .Tx-Formhandler .form-container fieldset .form-section .row .left .box2, .Tx-Formhandler .form-container fieldset .form-section .row2 .left .box, .Tx-Formhandler .form-container fieldset .form-section .row2 .left .box2 {
    width: 48%;
  }
}



/* new form */

.my-site .basic-content .treatment-row{
  margin: 60px -15px 30px;
}
.my-site .basic-content .treatment-row:after, .my-site .basic-content .treatment-row:before{
  clear: both;
  width: 100%;
  content: '';
  overflow: hidden;
  display: block;
}
.my-site .basic-content .treatment-col{
  width: 33.3%;
  float: left;
  padding: 0 15px 30px;
  position: relative;
}
.my-site .basic-content .treatment-col img{
  width: 100%;
  height: auto;
  display: block;
}
.my-site .basic-content .treatment-col h3{
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  background: rgba(163, 179, 70, 0.7);
  color: #333;
  padding: 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all ease 0.3s;
}
.my-site .basic-content .treatment-col:hover h3{
  background: rgba(51, 51, 51, 0.7);
  color: #a3b346;
}

@media screen and (max-width: 992px) {
  .my-site .basic-content .treatment-col{
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .my-site .basic-content .treatment-col{
    width: 100%;
  }
}

.youtube-banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-banner .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
margin-top: 30px;
margin-bottom: 30px;
height: 0;
overflow: hidden;
}

.news-title {
  height: 100px;
}

@media screen and (max-width: 1024px) {
  .news-title {
    height: 75px;
  }
}

@media screen and (max-width: 770px) {
  .news-title {
    height: auto;
  }
}

.breaking-news-ticker{
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #9ab153;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  background-color: #9ab153;
}
.breaking-news-ticker *{
  box-sizing: border-box;
}
.breaking-news-ticker.bn-fixed-bottom{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 60px;
}
.bn-news{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
}
.bn-news ul{
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.bn-news ul li{
  white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  position: absolute;
  width: 100%;
  display: none;
  color: #333;
}
.bn-news ul li a{
  white-space: nowrap;
  text-decoration: none;
  padding: 0 10px;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  font-family: 'FuturaStd-Medium';
}

.bn-effect-scroll .bn-news ul li{
  display: list-item;
  float: left;
  position: relative;
  width: auto;
}


/*#newsTicker15 {
  display: none !important;
  }*/

@media screen and (max-width: 940px) {
.breaking-news-ticker.bn-fixed-bottom{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 115px;
}
}





